Integrate mainline
[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 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
32         Log: Regen stuff.
33      Branch: perl
34            ! Configure NetWare/config_H.wc Porting/config.sh
35            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
36            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
37            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
38            ! wince/config_H.ce
39 ____________________________________________________________________________
40 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
41         Log: Typos-be-gone.
42      Branch: perl
43            ! pod/perldelta.pod
44 ____________________________________________________________________________
45 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
46         Log: Slight rewording from Stas, paragraph rewrappings.
47      Branch: perl
48            ! pod/perliol.pod
49 ____________________________________________________________________________
50 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
51         Log: Integrate perlio:
52              
53              [ 17330]
54              PerlIO Layer implementation future proofing.
55              - Inspired by Nick C's suggestion add size of function table to the table
56              as a validation check.
57              - also optimize pseudo-layer code to avoid malloc/link of something
58              destined to be immediately popped & freed.
59              - Minor addition to pod/perliol.pod
60              
61              [ 17335]
62              Fix bug in optimized pseudo-layers.
63      Branch: perl
64            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
65            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
66            ! pod/perliol.pod win32/win32io.c
67 ____________________________________________________________________________
68 [ 17335] By: nick                                  on 2002/06/21  08:46:57
69         Log: Fix bug in optimized pseudo-layers.
70      Branch: perlio
71            ! perlio.c
72 ____________________________________________________________________________
73 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
74         Log: VMS: configure.com updates from Craig Berry.
75      Branch: perl
76            ! configure.com
77 ____________________________________________________________________________
78 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
79         Log: tyops
80      Branch: perl
81            ! pod/perlrun.pod
82 ____________________________________________________________________________
83 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
84         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
85      Branch: perl
86            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
87            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
88            ! pod/perliol.pod win32/win32io.c
89 ____________________________________________________________________________
90 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
91         Log: Integrate perlio:
92              
93              [ 17330]
94              PerlIO Layer implementation future proofing.
95              - Inspired by Nick C's suggestion add size of function table to the table
96              as a validation check.
97              - also optimize pseudo-layer code to avoid malloc/link of something
98              destined to be immediately popped & freed.
99              - Minor addition to pod/perliol.pod
100      Branch: perl
101           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
102           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
103           !> pod/perliol.pod win32/win32io.c
104 ____________________________________________________________________________
105 [ 17330] By: nick                                  on 2002/06/20  20:04:01
106         Log: PerlIO Layer implementation future proofing.
107              - Inspired by Nick C's suggestion add size of function table to the table
108              as a validation check.
109              - also optimize pseudo-layer code to avoid malloc/link of something
110              destined to be immediately popped & freed.
111              - Minor addition to pod/perliol.pod
112      Branch: perlio
113            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
114            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
115            ! pod/perliol.pod win32/win32io.c
116 ____________________________________________________________________________
117 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
118         Log: AmigaOS: fork() is available but unimplemented.
119      Branch: perl
120            ! hints/amigaos.sh
121 ____________________________________________________________________________
122 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
123         Log: Integrate perlio:
124              
125              [ 17327]
126              Fix segv on IO::File->open("/dev/null").
127      Branch: perl
128           !> doio.c perlio.c
129 ____________________________________________________________________________
130 [ 17327] By: nick                                  on 2002/06/20  16:54:01
131         Log: Fix segv on IO::File->open("/dev/null").
132      Branch: perlio
133            ! doio.c perlio.c
134 ____________________________________________________________________________
135 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
136         Log: Missing from #17321.
137      Branch: perl
138            ! lib/Getopt/Long/CHANGES
139 ____________________________________________________________________________
140 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
141         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
142              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
143              Date: Thu, 20 Jun 2002 17:14:12 +0100
144              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
145      Branch: perl
146            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
147            ! warnings.pl
148 ____________________________________________________________________________
149 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
150         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
151              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
152              Date: Thu, 20 Jun 2002 14:51:16 +0100
153              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
154      Branch: perl
155            ! numeric.c
156 ____________________________________________________________________________
157 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
158         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
159              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
160              Date: Thu, 20 Jun 2002 14:28:35 +0200
161              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
162      Branch: perl
163            ! ext/POSIX/POSIX.pod
164 ____________________________________________________________________________
165 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
166         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
167              From: Stas Bekman <stas@stason.org>
168              Date: Thu, 20 Jun 2002 16:50:01 +0800
169              Message-ID: <3D119739.4020901@stason.org>
170              
171              (mod_perl defines might define VOIDUSED)
172      Branch: perl
173            ! perl.h
174 ____________________________________________________________________________
175 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
176         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
177      Branch: perl
178            ! lib/Getopt/Long.pm
179 ____________________________________________________________________________
180 [ 17320] By: nick                                  on 2002/06/20  06:24:29
181         Log: Integrate mainline
182      Branch: perlio
183           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
184           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
185           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
186           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
187           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
188           !> lib/Test/Builder.pm lib/Test/Harness.pm
189           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
190           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
191           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
192           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
193 ____________________________________________________________________________
194 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
195         Log: mention Win32::GetOSName() nearabouts $^O
196      Branch: perl
197            ! pod/perlvar.pod
198 ____________________________________________________________________________
199 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
200         Log: More IRIX compiler lore.
201      Branch: perl
202            ! README.irix
203 ____________________________________________________________________________
204 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
205         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
206      Branch: perl
207            ! makedef.pl
208 ____________________________________________________________________________
209 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
210         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
211      Branch: perl
212            ! lib/Getopt/Long.pm
213 ____________________________________________________________________________
214 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
215         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
216              From: Michael G Schwern <schwern@pobox.com>
217              Date: Wed, 19 Jun 2002 20:11:11 -0400
218              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
219      Branch: perl
220            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
221            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
222            ! lib/Test/Simple.pm lib/Test/Simple/Changes
223            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
224 ____________________________________________________________________________
225 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
226         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
227              From: Michael G Schwern <schwern@pobox.com>
228              Date: Wed, 19 Jun 2002 20:13:16 -0400
229              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
230      Branch: perl
231            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
232            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
233 ____________________________________________________________________________
234 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
235         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
236              From: Michael G Schwern <schwern@pobox.com>
237              Date: Wed, 19 Jun 2002 20:12:08 -0400
238              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
239      Branch: perl
240            ! lib/Test/Harness.pm lib/Test/Harness/Changes
241            ! lib/Test/Harness/Straps.pm
242 ____________________________________________________________________________
243 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
244         Log: Integrate perlio:
245              
246              [ 17309]
247              "Clean" implementation of binmode(FH)/":raw" identity.
248              New function table entry so all layer definitions need tweaking.
249              Extra function table entry allows a layer to remain on a binmode stack
250              New PerlIOBase_binmode allows easy implementation of default policy.
251      Branch: perl
252           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
253           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
254           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
255 ____________________________________________________________________________
256 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
257         Log: Subject: RE: [PATCH] POSIX taint tests
258              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
259              Date: Wed, 19 Jun 2002 23:16:11 +0100
260              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
261      Branch: perl
262            ! ext/POSIX/t/posix.t
263 ____________________________________________________________________________
264 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
265         Log: Fix for 20001101.004, at least for the memleak part.
266      Branch: perl
267            ! lib/overload.pm
268 ____________________________________________________________________________
269 [ 17309] By: nick                                  on 2002/06/19  20:50:54
270         Log: "Clean" implementation of binmode(FH)/":raw" identity.
271              New function table entry so all layer definitions need tweaking.
272              Extra function table entry allows a layer to remain on a binmode stack
273              New PerlIOBase_binmode allows easy implementation of default policy.
274      Branch: perlio
275            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
276            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
277            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
278 ____________________________________________________________________________
279 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
280         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
281              From: Michael G Schwern <schwern@pobox.com>
282              Date: Wed, 19 Jun 2002 16:51:56 -0400
283              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
284      Branch: perl
285            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
286 ____________________________________________________________________________
287 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
288         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
290              Date: Tue, 18 Jun 2002 15:40:08 -0700
291              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
292      Branch: perl
293            ! lib/overload.pm
294 ____________________________________________________________________________
295 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
296         Log: Subject: Re: Mingw32: some tests fail 
297              From: Per Einar Ellefsen <per.einar@skynet.be>
298              Date: Wed, 19 Jun 2002 19:37:15 +0200
299              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
300      Branch: perl
301            ! README.win32
302 ____________________________________________________________________________
303 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
304         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
305              From: Autrijus Tang <autrijus@autrijus.org>
306              Date: Thu, 20 Jun 2002 01:36:26 +0800
307              Message-ID: <20020619173626.GA2650@not.autrijus.org>
308      Branch: perl
309            ! pod/perldelta.pod
310 ____________________________________________________________________________
311 [ 17304] By: nick                                  on 2002/06/19  15:57:16
312         Log: Integrate mainline
313      Branch: perlio
314           +> ext/POSIX/t/taint.t
315            - lib/File/Spec/NW5.pm
316           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
317           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
318 ____________________________________________________________________________
319 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
320         Log: Update Changes.
321      Branch: perl
322            ! Changes patchlevel.h
323 ____________________________________________________________________________
324 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
325         Log: #17301 was only part of the story.
326      Branch: perl
327            ! MANIFEST
328 ____________________________________________________________________________
329 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
330         Log: Make MANIFEST comply with #17297.
331      Branch: perl
332            ! MANIFEST
333 ____________________________________________________________________________
334 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
335         Log: Subject: Re: perlbug mail loop? [PATCH]
336              From: Richard.Foley@t-online.de
337              Date: Wed, 19 Jun 2002 15:29:37 +0200
338              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
339      Branch: perl
340            ! utils/perlbug.PL
341 ____________________________________________________________________________
342 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
343         Log: opendir was missing for the list.
344      Branch: perl
345            ! pod/perltodo.pod
346 ____________________________________________________________________________
347 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
348         Log: Integrate perlio:
349              
350              [ 17295]
351              Un-deprecate :raw after all - just define what it means
352              more precisely. (Pending approval).
353      Branch: perl
354           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
355           !> pod/perlrun.pod
356 ____________________________________________________________________________
357 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
358         Log: The only difference between NW5.pm and Win32.pm was that
359              NetWare preferred SYS:/temp over C:/temp for tmpdir().
360      Branch: perl
361            - lib/File/Spec/NW5.pm
362            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
363 ____________________________________________________________________________
364 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
365         Log: Subject: [PATCH] POSIX taint tests
366              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
367              Date: Wed, 19 Jun 2002 09:29:22 +0100
368              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
369      Branch: perl
370            + ext/POSIX/t/taint.t
371            ! MANIFEST
372 ____________________________________________________________________________
373 [ 17295] By: nick                                  on 2002/06/19  12:14:32
374         Log: Un-deprecate :raw after all - just define what it means
375              more precisely. (Pending approval).
376      Branch: perlio
377            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
378            ! pod/perlrun.pod
379 ____________________________________________________________________________
380 [ 17294] By: nick                                  on 2002/06/19  06:09:49
381         Log: Integrate mainline
382      Branch: perlio
383           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
384           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
385           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
386           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
387           !> toke.c
388 ____________________________________________________________________________
389 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
390         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
391              From: Michael G Schwern <schwern@pobox.com>
392              Date: Tue, 18 Jun 2002 21:31:43 -0400
393              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
394      Branch: perl
395            ! os2/os2_base.t
396 ____________________________________________________________________________
397 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
398         Log: This is probably the reason for the GW failures.
399      Branch: perl
400            ! ext/Digest/MD5/t/files.t
401 ____________________________________________________________________________
402 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
403         Log: Debugger tweak from from Peter Scott.
404      Branch: perl
405            ! lib/perl5db.pl
406 ____________________________________________________________________________
407 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
408         Log: To mirror #17285.
409      Branch: perl
410            ! pod/perldelta.pod
411 ____________________________________________________________________________
412 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
413         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
414              From: "Craig A. Berry" <craigberry@mac.com>
415              Date: Tue, 18 Jun 2002 10:34:51 -0500
416              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
417      Branch: perl
418            ! configure.com
419 ____________________________________________________________________________
420 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
421         Log: Tiny tweaks.
422      Branch: perl
423            ! lib/PerlIO.pm pod/perlfunc.pod
424 ____________________________________________________________________________
425 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
426         Log: Integrate perlio:
427              
428              [ 17280]
429              Slight improvement to :win32 layer
430              
431              [ 17282]
432              More PerlIO doc tweaks - trying to make them document what
433              happens in current implementation while leaving way open
434              to "fixing" things.
435      Branch: perl
436           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
437 ____________________________________________________________________________
438 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
439         Log: Document the "Unicode in package/sub names" problem;
440              a microfix in toke.c towards the final goal (the fix
441              removes the need to have quotes around Unicode package
442              names when calling a method on them)
443      Branch: perl
444            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
445            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
446 ____________________________________________________________________________
447 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
448         Log: Further clarification about safe pipe opens.
449      Branch: perl
450            ! pod/perlipc.pod
451 ____________________________________________________________________________
452 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
453         Log: perlsyn.pod tweak suggested by Larry.
454      Branch: perl
455            ! pod/perlsyn.pod
456 ____________________________________________________________________________
457 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
458         Log: Subject: [DOC PATCH] perlsyn
459              From: Elizabeth Mattijsen <liz@dijkmat.nl>
460              Date: Tue, 18 Jun 2002 13:37:30 +0200
461              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
462              
463              Subject: Re: [DOC PATCH] perlsyn (2)
464              From: Elizabeth Mattijsen <liz@dijkmat.nl>
465              Date: Tue, 18 Jun 2002 15:08:17 +0200
466              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
467              
468              (Plus tweak by Ronald J Kimball)
469      Branch: perl
470            ! pod/perlsyn.pod
471 ____________________________________________________________________________
472 [ 17282] By: nick                                  on 2002/06/18  09:14:25
473         Log: More PerlIO doc tweaks - trying to make them document what
474              happens in current implementation while leaving way open
475              to "fixing" things.
476      Branch: perlio
477            ! lib/PerlIO.pm pod/perlfunc.pod
478 ____________________________________________________________________________
479 [ 17281] By: nick                                  on 2002/06/18  09:12:59
480         Log: Integrate mainline
481      Branch: perlio
482           !> Changes Configure config_h.SH installperl patchlevel.h
483           !> pod/perldelta.pod pod/perlipc.pod
484 ____________________________________________________________________________
485 [ 17280] By: nick                                  on 2002/06/18  07:03:08
486         Log: Slight improvement to :win32 layer
487      Branch: perlio
488            ! win32/win32io.c
489 ____________________________________________________________________________
490 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
491         Log: Do not install XS::{APItest,Typemap}
492      Branch: perl
493            ! installperl
494 ____________________________________________________________________________
495 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
496         Log: Subject: Re: Do we want XS::APItest installed?
497              From: Andy Dougherty <doughera@lafayette.edu>
498              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
499              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
500              
501              (rats, forgot to submit the metaconfig change separately)
502      Branch: metaconfig/U/perl
503            ! Extensions.U
504      Branch: perl
505            ! Configure config_h.SH
506 ____________________________________________________________________________
507 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
508         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
509              shuffle the highlights a bit (can't believe the perlio
510              mention was missing)
511      Branch: perl
512            ! pod/perldelta.pod
513 ____________________________________________________________________________
514 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
515         Log: Document the '-|' open form in perlipc.pod
516      Branch: perl
517            ! pod/perlipc.pod
518 ____________________________________________________________________________
519 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
520         Log: avoid AUTOLOAD() clobbering $!
521      Branch: maint-5.6/perl
522            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
523            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
524            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
525            ! lib/AutoLoader.pm utils/h2xs.PL
526 ____________________________________________________________________________
527 [ 17274] By: nick                                  on 2002/06/17  14:50:35
528         Log: Integrate mainline
529      Branch: perlio
530           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
531           !> pod/perlfunc.pod pod/perlrun.pod
532 ____________________________________________________________________________
533 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
534         Log: Update Changes.
535      Branch: perl
536            ! Changes patchlevel.h
537 ____________________________________________________________________________
538 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
539         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
540      Branch: perl
541            ! lib/PerlIO.pm
542 ____________________________________________________________________________
543 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
544         Log: Further discouraging of :raw.
545      Branch: perl
546            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
547 ____________________________________________________________________________
548 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
549         Log: Integrate perlio:
550              
551              [ 17267]
552              Handle IO error in "slow gets"
553      Branch: perl
554           !> sv.c
555 ____________________________________________________________________________
556 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
557         Log: Subject: [PATCH File/Basename.pm] use of undef var
558              From: Stas Bekman <stas@stason.org>
559              Date: Mon, 17 Jun 2002 16:31:48 +0800
560              Message-ID: <3D0D9E74.7000908@stason.org>
561              
562              (modified)
563      Branch: perl
564            ! lib/File/Basename.pm
565 ____________________________________________________________________________
566 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
567         Log: Subject: [PATCH] README.vms -- updated testing instructions
568              From: "Craig A. Berry" <craigberry@mac.com>
569              Date: Mon, 17 Jun 2002 00:31:18 -0500
570              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
571      Branch: perl
572            ! README.vms
573 ____________________________________________________________________________
574 [ 17267] By: nick                                  on 2002/06/17  12:41:49
575         Log: Handle IO error in "slow gets"
576      Branch: perlio
577            ! sv.c
578 ____________________________________________________________________________
579 [ 17266] By: nick                                  on 2002/06/17  07:05:20
580         Log: Integrate mainline
581      Branch: perlio
582           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
583           !> pod/perldebug.pod pod/perldelta.pod
584 ____________________________________________________________________________
585 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
586         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
587              From: Peter Scott <Peter@PSDT.com>
588              Date: Sun, 16 Jun 2002 18:31:31 -0700
589              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
590              
591              @file -> source file
592      Branch: perl
593            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
594 ____________________________________________________________________________
595 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
596         Log: Missing hunk from #15363.
597      Branch: perl
598            ! lib/perl5db.pl
599 ____________________________________________________________________________
600 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
601         Log: Advertise MakeMaker.
602      Branch: perl
603            ! pod/perldelta.pod
604 ____________________________________________________________________________
605 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
606         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
607              From: parv <parv@pair.com>
608              Date: Sun, 16 Jun 2002 20:12:24 -0400
609              Message-ID: <20020617001224.GC466@moo.holy.cow>
610      Branch: perl
611            ! pod/perldelta.pod
612 ____________________________________________________________________________
613 [ 17261] By: ams                                   on 2002/06/16  21:40:47
614         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
615              From: Robin Houston <robin@kitsite.com>
616              Date: Sun, 16 Jun 2002 23:33:50 +0100
617              Message-Id: <20020616233350.A9675@robin.kitsite.com>
618      Branch: perl
619            ! autodoc.pl embed.pl
620 ____________________________________________________________________________
621 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
622         Log: Deprecate (or at least discourage) :raw.
623      Branch: perl
624            ! pod/perldelta.pod
625 ____________________________________________________________________________
626 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
627         Log: Integrate perlio:
628              
629              [ 17258]
630              Last minute tinkering with PerlIO abstraction API.
631              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
632              const char *mode.
633              - Other 'flags' field changed to U32
634              - Discouraging words written about ":raw".
635      Branch: perl
636           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
637 ____________________________________________________________________________
638 [ 17258] By: nick                                  on 2002/06/16  16:38:59
639         Log: Last minute tinkering with PerlIO abstraction API.
640              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
641              const char *mode.
642              - Other 'flags' field changed to U32
643              - Discouraging words written about ":raw".
644      Branch: perlio
645            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
646 ____________________________________________________________________________
647 [ 17257] By: nick                                  on 2002/06/16  15:16:46
648         Log: Integrate mainline
649      Branch: perlio
650           !> (integrate 32 files)
651 ____________________________________________________________________________
652 [ 17256] By: ams                                   on 2002/06/16  09:00:51
653         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
654              From: Michael G Schwern <schwern@pobox.com>
655              Date: Sun, 16 Jun 2002 03:49:27 -0400
656              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
657              
658              Subject: [PATCH] Test::Harness 2.24 -> 2.25
659              From: Michael G Schwern <schwern@pobox.com>
660              Date: Sun, 16 Jun 2002 03:58:40 -0400
661              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
662      Branch: perl
663            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
664            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
665            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
666            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
667            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
668            ! lib/Test/Harness.pm lib/Test/Harness/Changes
669            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
670            ! lib/Test/Harness/t/strap-analyze.t
671            ! lib/Test/Harness/t/test-harness.t
672            ! t/lib/MakeMaker/Test/Utils.pm
673 ____________________________________________________________________________
674 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
675         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
676              From: "Craig A. Berry" <craigberry@mac.com>
677              Date: Sat, 15 Jun 2002 18:56:12 -0500
678              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
679      Branch: perl
680            ! pp.c
681 ____________________________________________________________________________
682 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
683         Log: Collect the known AmigaOS wisdom.
684      Branch: perl
685            ! README.amiga hints/amigaos.sh
686 ____________________________________________________________________________
687 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
688         Log: Subject: [PATCH] README.vms, Multinet fix update
689              From: "Craig A. Berry" <craigberry@mac.com>
690              Date: Sat, 15 Jun 2002 14:02:50 -0500
691              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
692      Branch: perl
693            ! README.vms
694 ____________________________________________________________________________
695 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
696         Log: Regenerate Changes; most importantly automassage the
697              "Integrate perlio" entries to be more informative.
698      Branch: perl
699            ! Changes
700 ____________________________________________________________________________
701 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
702         Log: Spurious empty statements.
703      Branch: perl
704            ! op.c perl.c perlio.c sv.c
705 ____________________________________________________________________________
706 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
707         Log: Possible cure for
708              
709              Subject: Re: Thread bug in 5.8RC1 Win32
710              From: Alessandro Forghieri <alf@orion.it>
711              Date: Sat, 15 Jun 2002 12:56:35 +0200
712              Message-ID: <20020615125635.A25110@alpha.orion.it>
713      Branch: perl
714            ! perl.c
715 ____________________________________________________________________________
716 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
717         Log: findrfuncs: small tweaks.
718      Branch: perl
719            ! Porting/findrfuncs
720 ____________________________________________________________________________
721 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
722         Log: Group the debugger changes in one place.
723      Branch: perl
724            ! pod/perldelta.pod
725 ____________________________________________________________________________
726 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
727         Log: Detypo.
728      Branch: perl
729            ! pod/perlfunc.pod
730 ____________________________________________________________________________
731 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
732         Log: Plug potential confusion.
733      Branch: perl
734            ! pod/perldelta.pod
735 ____________________________________________________________________________
736 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
737         Log: Attribute::Handlers has been adopted by Arthur.
738      Branch: perl
739            ! pod/perldelta.pod
740 ____________________________________________________________________________
741 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
742         Log: README.irix update.
743      Branch: perl
744            ! README.irix
745 ____________________________________________________________________________
746 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
747         Log: README.tru64 update.
748      Branch: perl
749            ! README.tru64
750 ____________________________________________________________________________
751 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
752         Log: Not that urgent a fix since inside #if 0, but still...
753      Branch: perl
754            ! perlsfio.h
755 ____________________________________________________________________________
756 [ 17241] By: nick                                  on 2002/06/14  17:15:38
757         Log: Integrate mainline
758      Branch: perlio
759           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
760           !> Porting/Glossary Porting/config.sh Porting/config_H
761           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
762           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
763           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
764 ____________________________________________________________________________
765 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
766         Log: OS/2 status from John Poltorak.
767      Branch: perl
768            ! pod/perldelta.pod
769 ____________________________________________________________________________
770 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
771         Log: Regen Configure; regen perltoc.
772      Branch: perl
773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
774            ! config_h.SH pod/perltoc.pod
775 ____________________________________________________________________________
776 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
777         Log: Update Changes.
778      Branch: perl
779            ! Changes patchlevel.h
780 ____________________________________________________________________________
781 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
782         Log: NetWare diff for XS::APItest.
783      Branch: perl
784            ! NetWare/config.wc NetWare/config_H.wc
785 ____________________________________________________________________________
786 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
787         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
788              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
789              Date: Fri, 14 Jun 2002 10:39:54 +0200
790              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
791      Branch: perl
792            ! lib/ExtUtils/t/Constant.t
793 ____________________________________________________________________________
794 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
795         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
796              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
797              Date: Fri, 14 Jun 2002 10:07:28 +0200
798              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
799      Branch: perl
800            ! pp_sys.c
801 ____________________________________________________________________________
802 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
803         Log: Subject: [PATCH] basic.t for EBCDIC platforms
804              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
805              Date: Fri, 14 Jun 2002 09:58:49 +0200
806              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
807      Branch: perl
808            ! lib/Pod/t/basic.t
809 ____________________________________________________________________________
810 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
811         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
812              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
813              Date: Fri, 14 Jun 2002 09:53:36 +0200
814              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
815              (why this has been working in z/OS?)
816      Branch: perl
817            ! lib/Term/Cap.t
818 ____________________________________________________________________________
819 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
820         Log: Mention Solaris x86 use64bitint troubles.
821      Branch: perl
822            ! pod/perldelta.pod
823 ____________________________________________________________________________
824 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
825         Log: All UNICOS test failures should be gone now.
826      Branch: perl
827            ! pod/perldelta.pod
828 ____________________________________________________________________________
829 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
830         Log: UNICOS and UNICOS/mk are broken only on one test.
831      Branch: perl
832            ! ext/Socket/socketpair.t
833 ____________________________________________________________________________
834 [ 17229] By: nick                                  on 2002/06/14  08:36:40
835         Log: Integrate mainline
836      Branch: perlio
837           !> (integrate 32 files)
838 ____________________________________________________________________________
839 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
840         Log: Upgrade to Switch 2.09 (the debugging statement
841              was already removed in blead)
842      Branch: perl
843            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
844 ____________________________________________________________________________
845 [ 17227] By: ams                                   on 2002/06/14  00:39:15
846         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
847              From: "Craig A. Berry" <craigberry@mac.com>
848              Date: Thu, 13 Jun 2002 19:55:25 -0500
849              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
850      Branch: perl
851            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
852 ____________________________________________________________________________
853 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
854         Log: Thread doc tweaks.
855      Branch: perl
856            ! ext/threads/shared/shared.pm ext/threads/threads.pm
857            ! pod/perlthrtut.pod
858 ____________________________________________________________________________
859 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
860         Log: Don't assume too much about how print will scale
861              your fp numbers; be explicit and use printf instead--
862              the assumption broke in UNICOS (from Mark Lutz)
863              (Use %.0f instead of %d because in 32-bit systems
864              the %d may end producing -1 or something else odd.)
865      Branch: perl
866            ! t/lib/warnings/toke
867 ____________________________________________________________________________
868 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
869         Log: Tell what version of PDL will be fine with 5.8.0,
870              according to TimJ.
871      Branch: perl
872            ! pod/perldelta.pod
873 ____________________________________________________________________________
874 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
875         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
876              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
877              Date: Thu, 13 Jun 2002 15:44:24 +0100
878              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
879      Branch: perl
880            ! lib/ExtUtils/t/Installed.t
881 ____________________________________________________________________________
882 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
883         Log: Subject: Re: linux + usemorebits: gcc error?
884              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
885              Date: Thu, 13 Jun 2002 15:03:28 +0100
886              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
887              
888              (go U32 based on NI-S since it's a flags field)
889      Branch: perl
890            ! perliol.h
891 ____________________________________________________________________________
892 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
893         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
894      Branch: perl
895            ! ext/threads/shared/shared.pm pod/perldelta.pod
896 ____________________________________________________________________________
897 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
898         Log: Also perlsub needs to be slightly more upbeat about attributes. 
899      Branch: perl
900            ! pod/perlsub.pod
901 ____________________________________________________________________________
902 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
903         Log: One more pass on the TYPE/ATTRS issues.
904      Branch: perl
905            ! lib/attributes.pm pod/perlfunc.pod
906 ____________________________________________________________________________
907 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
908         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
909              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
910              Date: Thu, 13 Jun 2002 09:18:27 +0200
911              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
912      Branch: perl
913            ! hints/aix.sh
914 ____________________________________________________________________________
915 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
916         Log: Subject: [ PATCH ] mymalloc on HP-UX
917              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
918              Date: Thu, 13 Jun 2002 09:58:30 +0200
919              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
920      Branch: perl
921            ! hints/hpux.sh
922 ____________________________________________________________________________
923 [ 17216] By: ams                                   on 2002/06/13  10:08:38
924         Log: <pudge> crab, can you integrate 17215 ?
925      Branch: perl
926           !> ext/XS/APItest/t/printf.t
927 ____________________________________________________________________________
928 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
929         Log: Building XS::APItest as shared lib
930      Branch: macperl
931            ! ext/XS/APItest/t/printf.t
932 ____________________________________________________________________________
933 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
934         Log: Update tests, makefile, config
935      Branch: macperl
936            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
937 ____________________________________________________________________________
938 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
939         Log: Integrate perl
940      Branch: macperl
941           +> README.freebsd README.irix ext/IO/hints/sco.pl
942           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
943           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
944           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
945           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
946           +> lib/Net/Ping/Changes
947            - README.threads lib/Net/Ping/CHANGES
948            ! NetWare/bat/SetCodeWar.bat
949           !> (integrate 168 files)
950 ____________________________________________________________________________
951 [ 17212] By: ams                                   on 2002/06/13  09:29:13
952         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
953              From: Chris Nandor <pudge@pobox.com>
954              Date: Thu, 13 Jun 2002 00:16:26 -0400
955              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
956      Branch: perl
957            ! ext/XS/APItest/APItest.xs
958 ____________________________________________________________________________
959 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
960         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
961              From: PPrymmer@factset.com
962              Date: Wed, 12 Jun 2002 18:58:50 -0400
963              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
964      Branch: perl
965            ! utils/perlivp.PL
966 ____________________________________________________________________________
967 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
968         Log: The scalar behaviour of sort is undefined.
969      Branch: perl
970            ! pod/perlfunc.pod
971 ____________________________________________________________________________
972 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
973         Log: Mention I/O layers in perlopentut.
974      Branch: perl
975            ! pod/perlopentut.pod
976 ____________________________________________________________________________
977 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
978         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
979      Branch: perl
980            ! lib/attributes.pm pod/perlfunc.pod
981 ____________________________________________________________________________
982 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
983         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
984      Branch: perl
985            ! ext/XS/APItest/README
986 ____________________________________________________________________________
987 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
988         Log: Update Changes.
989      Branch: perl
990            ! Changes patchlevel.h
991 ____________________________________________________________________________
992 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
993         Log: Regen toc.
994      Branch: perl
995            ! pod/perltoc.pod
996 ____________________________________________________________________________
997 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
998         Log: This should be gone now.
999      Branch: perl
1000            ! INSTALL
1001 ____________________________________________________________________________
1002 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
1003         Log: NetWare doc tweak.
1004      Branch: perl
1005            ! README.netware
1006 ____________________________________________________________________________
1007 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
1008         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
1009              From: Abigail <abigail@foad.org>
1010              Date: Wed, 12 Jun 2002 02:46:01 -0700
1011              Message-ID: <20020612024601.A8524@ucan.foad.org>
1012      Branch: perl
1013            ! pod/perlfunc.pod
1014 ____________________________________________________________________________
1015 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
1016         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
1017              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
1018              Date: Wed, 12 Jun 2002 13:50:59 +0200
1019              Message-ID: <3D0735A3.4020701@hexaflux.com>
1020      Branch: perl
1021            ! ext/Time/HiRes/HiRes.xs
1022 ____________________________________________________________________________
1023 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
1024         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
1025              go back to disabling long doubles from MinGW because
1026              MSVCRT doesn't do long double printfing even when gcc
1027              would know how to handle them.
1028      Branch: perl
1029            ! win32/config.bc win32/config_H.bc win32/config_H.gc
1030 ____________________________________________________________________________
1031 [ 17199] By: nick                                  on 2002/06/12  11:13:16
1032         Log: Integrate mainline
1033      Branch: perlio
1034           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
1035           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
1036           !> win32/config_H.bc win32/config_H.gc
1037 ____________________________________________________________________________
1038 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
1039         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
1040              From: "Craig A. Berry" <craigberry@mac.com>
1041              Date: Tue, 11 Jun 2002 22:44:31 -0500
1042              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
1043      Branch: perl
1044            ! configure.com
1045 ____________________________________________________________________________
1046 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
1047         Log: Test relying on undefined behaviour of atan2(0, 0)
1048              (valiantly debugged by Mark Lutz).
1049      Branch: perl
1050            ! lib/Math/Trig.t
1051 ____________________________________________________________________________
1052 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
1053         Log: Regen perlmodlib.
1054      Branch: perl
1055            ! pod/perlmodlib.pod
1056 ____________________________________________________________________________
1057 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
1058         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
1059              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1060              Date: Tue, 11 Jun 2002 15:12:15 -0700
1061              Message-ID: </WnB9gzkgC5S092yn@efn.org>
1062      Branch: perl
1063            ! pod/perlmodlib.PL
1064 ____________________________________________________________________________
1065 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
1066         Log: Subject: [PATCH] Re: RC1 on Playstation2
1067              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1068              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
1069              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
1070      Branch: perl
1071            ! perl.c
1072 ____________________________________________________________________________
1073 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
1074         Log: Not that I know anything about Windows compilers
1075              but Google leads me into believing that while Borland and
1076              GCC support the ANSI way of printing long doubles (%L),
1077              Visual C really doesn't support printing them.
1078      Branch: perl
1079            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
1080 ____________________________________________________________________________
1081 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
1082         Log: Fix a cut-n-paste error.
1083      Branch: perl
1084            ! pod/perldiag.pod
1085 ____________________________________________________________________________
1086 [ 17191] By: nick                                  on 2002/06/11  16:07:14
1087         Log: Integrate mainline
1088      Branch: perlio
1089           !> Changes INSTALL ext/XS/APItest/APItest.pm
1090           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
1091           !> patchlevel.h
1092 ____________________________________________________________________________
1093 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
1094         Log: Update Changes.
1095      Branch: perl
1096            ! Changes patchlevel.h
1097 ____________________________________________________________________________
1098 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
1099         Log: Trying to printf Perl-specific datatypes using printf
1100              (with perlio or stdio) is folly, says Hugo.
1101      Branch: perl
1102            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1103            ! ext/XS/APItest/t/printf.t
1104 ____________________________________________________________________________
1105 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
1106         Log: Be more specific.
1107      Branch: perl
1108            ! INSTALL
1109 ____________________________________________________________________________
1110 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
1111         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
1112              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
1113              Date: Tue, 11 Jun 2002 12:21:01 +0200
1114              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
1115      Branch: perl
1116            ! INSTALL
1117 ____________________________________________________________________________
1118 [ 17186] By: nick                                  on 2002/06/11  10:44:04
1119         Log: Integrate mainline
1120      Branch: perlio
1121           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1122           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
1123           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
1124           +> lib/Math/BigInt/t/upgradef.t
1125           !> MANIFEST NetWare/Makefile Porting/repository.pod
1126           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
1127           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
1128           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
1129           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
1130           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
1131           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
1132           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
1133           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
1134           !> win32/Makefile
1135 ____________________________________________________________________________
1136 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
1137         Log: sanity-check the windows section in perldelta and add some missing
1138              entries
1139      Branch: perl
1140            ! pod/perldelta.pod
1141 ____________________________________________________________________________
1142 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
1143         Log: Obviously time to get some sleep.
1144      Branch: perl
1145            ! ext/XS/APItest/t/printf.t
1146 ____________________________________________________________________________
1147 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
1148         Log: #17179 wasn't quite right.
1149      Branch: perl
1150            ! ext/XS/APItest/t/printf.t
1151 ____________________________________________________________________________
1152 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
1153         Log: fix outdated info about how the patches in the APC are generated;
1154              mention the perlbrowse repository gateway; add a pointer to
1155              perlhack.pod in repository.pod
1156      Branch: perl
1157            ! Porting/repository.pod pod/perlhack.pod
1158 ____________________________________________________________________________
1159 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
1160         Log: Subject: Detype locale.c comment
1161              From: Philip Newton <Philip.Newton@gmx.net>
1162              Date: Tue, 11 Jun 2002 06:28:08 +0200
1163              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
1164      Branch: perl
1165            ! locale.c
1166 ____________________________________________________________________________
1167 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
1168         Log: Make UTF-8 locales effective only if PerlIO has been
1169              defined (ignore UTF-8 locales silently if no PerlIO).
1170      Branch: perl
1171            ! locale.c pod/perldelta.pod pod/perluniintro.pod
1172 ____________________________________________________________________________
1173 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
1174         Log: Can't printf Perl specific datatypes without perlio
1175              (in other words, stdio doesn't do the %V...)
1176      Branch: perl
1177            ! ext/XS/APItest/t/printf.t
1178 ____________________________________________________________________________
1179 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
1180         Log: Document XS::APItest.
1181      Branch: perl
1182            ! pod/perldelta.pod
1183 ____________________________________________________________________________
1184 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
1185         Log: Add XS::APItest to Win32/DJGPP/NetWare.
1186      Branch: perl
1187            ! NetWare/Makefile djgpp/config.over win32/Makefile
1188 ____________________________________________________________________________
1189 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
1190         Log: Add XS::APItest 0.01 from Tim Jenness.
1191              
1192              The perl.h change is needed by non-gcc (non-__attribute__)
1193              compilers: without it non-gccs won't have printf() mapped
1194              to PerlIO_stdoutf (when perlio, of course).  This means that
1195              non-gccs would not be able to print the Perl specific datatypes.
1196      Branch: perl
1197            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1198            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
1199            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
1200            ! MANIFEST perl.h
1201 ____________________________________________________________________________
1202 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
1203         Log: Now that binmode(FH) does implicit ":bytes" revisit
1204              the failing tests.  The worrisome one is the Digest::MD5
1205              test-- how will it fare in CRLF lands now?
1206      Branch: perl
1207            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
1208            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
1209            ! ext/Storable/t/malice.t
1210 ____________________________________________________________________________
1211 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
1212         Log: Upgrade to Math::BigInt 1.59.
1213      Branch: perl
1214            + lib/Math/BigInt/t/upgradef.t
1215            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1216            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
1217            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1218            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
1219 ____________________________________________________________________________
1220 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
1221         Log: Document the implicit :bytes of binmode(FH).
1222      Branch: perl
1223            ! pod/perlfunc.pod
1224 ____________________________________________________________________________
1225 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
1226         Log: Integrate perlio:
1227              
1228              [ 17171]
1229              binmode(FH); to act like binmode(FH,":bytes") as well as
1230              turning off CRLF features.
1231      Branch: perl
1232           !> perlio.c t/io/utf8.t
1233 ____________________________________________________________________________
1234 [ 17171] By: nick                                  on 2002/06/10  18:40:22
1235         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
1236              turning off CRLF features.
1237      Branch: perlio
1238            ! perlio.c t/io/utf8.t
1239 ____________________________________________________________________________
1240 [ 17170] By: nick                                  on 2002/06/10  17:04:28
1241         Log: Integrate mainline
1242      Branch: perlio
1243           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
1244           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
1245           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
1246           !> pod/perldelta.pod sv.c
1247 ____________________________________________________________________________
1248 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
1249         Log: Subject: [DOC PATCH] perldebtut
1250              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1251              Date: Mon, 10 Jun 2002 17:47:14 +0200
1252              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
1253      Branch: perl
1254            ! pod/perldebtut.pod
1255 ____________________________________________________________________________
1256 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
1257         Log: Document the UTF-8 env issue.  Now NI-S just needs
1258              to fix binmode() to comply with the documentation...
1259      Branch: perl
1260            ! pod/perldelta.pod
1261 ____________________________________________________________________________
1262 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
1263         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
1264              From: Philip Newton <Philip.Newton@gmx.net>
1265              Date: Mon, 10 Jun 2002 07:56:41 +0200
1266              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
1267              
1268              Subject: Re: Change 17110: Add deprecations.
1269              From: Philip Newton <Philip.Newton@gmx.net>
1270              Date: Mon, 10 Jun 2002 07:56:22 +0200
1271              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
1272      Branch: perl
1273            ! pod/perldelta.pod
1274 ____________________________________________________________________________
1275 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
1276         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
1277      Branch: perl
1278            ! locale.c perl.c
1279 ____________________________________________________________________________
1280 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
1281         Log: Update Changes.
1282      Branch: perl
1283            ! Changes patchlevel.h
1284 ____________________________________________________________________________
1285 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
1286         Log: Further patch on #17163 for Tru64.
1287      Branch: perl
1288            ! sv.c
1289 ____________________________________________________________________________
1290 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
1291         Log: Patch from Hugo for the 'printf' problem:
1292              - for SV-style calling, we can only get NV
1293              - for C-style calling, we assume %f is double;
1294              - for simplicity we allow any of %Lf, %llf, %qf for long double
1295      Branch: perl
1296            ! sv.c
1297 ____________________________________________________________________________
1298 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
1299         Log: Integrate perlio:
1300              
1301              [ 17159]
1302              Tune test to run in UTF-8 locales
1303              - test file must be opened as :bytes or high-bit octets
1304              will be UTF-8 encoded on write in such locales, so
1305              will not read as expected.
1306      Branch: perl
1307           !> ext/PerlIO/t/fallback.t
1308 ____________________________________________________________________________
1309 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
1310         Log: #17150 didn't expect -Uuseperlio.
1311      Branch: perl
1312            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
1313 ____________________________________________________________________________
1314 [ 17160] By: sky                                   on 2002/06/10  09:53:42
1315         Log: Subject: [PATCH] queue.pm
1316              From: Benjamin Goldberg <goldbb2@earthlink.net>
1317              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
1318              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
1319              Applied manually
1320      Branch: perl
1321            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
1322 ____________________________________________________________________________
1323 [ 17159] By: nick                                  on 2002/06/10  09:51:16
1324         Log: Tune test to run in UTF-8 locales
1325              - test file must be opened as :bytes or high-bit octets
1326              will be UTF-8 encoded on write in such locales, so
1327              will not read as expected.
1328      Branch: perlio
1329            ! ext/PerlIO/t/fallback.t
1330 ____________________________________________________________________________
1331 [ 17158] By: nick                                  on 2002/06/10  09:49:32
1332         Log: Integrate mainline
1333      Branch: perlio
1334           +> lib/Net/Ping/Changes
1335            - lib/Net/Ping/CHANGES
1336           !> (integrate 37 files)
1337 ____________________________________________________________________________
1338 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
1339         Log: metaconfig tweak for #17156.
1340      Branch: metaconfig
1341            ! U/mkglossary
1342 ____________________________________________________________________________
1343 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
1344         Log: Glossary tweaks.
1345      Branch: perl
1346            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1347 ____________________________________________________________________________
1348 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
1349         Log: Upgrade to Net::Ping 2.19.
1350      Branch: perl
1351            + lib/Net/Ping/Changes
1352            - lib/Net/Ping/CHANGES
1353            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
1354 ____________________________________________________________________________
1355 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
1356         Log: Subject: [patch] ptr_table_store
1357              From: Doug MacEachern <dougm@covalent.net>
1358              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
1359              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
1360      Branch: perl
1361            ! sv.c
1362 ____________________________________________________________________________
1363 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
1364         Log: Subject: Re: unique attribute?
1365              From: Doug MacEachern <dougm@covalent.net>
1366              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
1367              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
1368      Branch: perl
1369            ! embed.fnc embed.h proto.h sv.c sv.h
1370 ____________________________________________________________________________
1371 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
1372         Log: Update hint comments.
1373      Branch: perl
1374            ! hints/irix_6.sh
1375 ____________________________________________________________________________
1376 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
1377         Log: One missing bit of Math::BigInt 1.58.
1378      Branch: perl
1379            ! t/lib/Math/BigInt/BareCalc.pm
1380 ____________________________________________________________________________
1381 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
1382         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
1383              From: Radu Greab <radu@netsoft.ro>
1384              Date: Mon, 10 Jun 2002 00:40:34 +0300
1385              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
1386              
1387              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
1388              ones which I cannot figure out.
1389      Branch: perl
1390            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
1391            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
1392 ____________________________________________________________________________
1393 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
1394         Log: :unique nitpicking continues.
1395      Branch: perl
1396            ! pod/perlfunc.pod
1397 ____________________________________________________________________________
1398 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
1399         Log: "thread failed to start: " is better than "Died:".
1400      Branch: perl
1401            ! ext/threads/threads.xs pod/perldiag.pod
1402 ____________________________________________________________________________
1403 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
1404         Log: :unique saga continues.
1405      Branch: perl
1406            ! pod/perldelta.pod pod/perlfunc.pod
1407 ____________________________________________________________________________
1408 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
1409         Log: Subject: Re: unique attribute?
1410              From: Doug MacEachern <dougm@covalent.net>
1411              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
1412              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
1413      Branch: perl
1414            ! sv.c
1415 ____________________________________________________________________________
1416 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
1417         Log: Subject: Math::BigInt 1.58 released
1418              From: Tels <perl_dummy@bloodgate.com>
1419              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
1420              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
1421              
1422              Subject: [PATCH] RE: Math::BigInt 1.58 released
1423              From: Tels <perl_dummy@bloodgate.com>
1424              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
1425              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
1426      Branch: perl
1427            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1428            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
1429            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
1430            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
1431            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
1432            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
1433            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1434            ! lib/Math/BigInt/t/with_sub.t
1435 ____________________________________________________________________________
1436 [ 17144] By: nick                                  on 2002/06/09  17:50:14
1437         Log: Integrate mainline
1438      Branch: perlio
1439           +> README.freebsd README.irix
1440           !> (integrate 43 files)
1441 ____________________________________________________________________________
1442 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
1443         Log: Subject: cleanup's
1444              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1445              Date: Sun, 09 Jun 2002 13:55:21 +0200
1446              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
1447      Branch: perl
1448            ! ext/PerlIO/t/encoding.t
1449 ____________________________________________________________________________
1450 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
1451         Log: open "list form" clarification.
1452      Branch: perl
1453            ! pod/perlfunc.pod
1454 ____________________________________________________________________________
1455 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
1456         Log: Better wording from Sarathy.
1457      Branch: perl
1458            ! pod/perldelta.pod
1459 ____________________________________________________________________________
1460 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
1461         Log: Closer to the truth.
1462      Branch: perl
1463            ! pod/perlfunc.pod
1464 ____________________________________________________________________________
1465 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
1466         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
1467              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1468              Date: Sun, 09 Jun 2002 14:52:07 +0100
1469              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
1470      Branch: perl
1471            ! numeric.c
1472 ____________________________________________________________________________
1473 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
1474         Log: Clarify that the :unique makes the target readonly
1475              when the first interpreter cloning takes place.
1476      Branch: perl
1477            ! pod/perlfunc.pod
1478 ____________________________________________________________________________
1479 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
1480         Log: update perlfork.pod for status as of 5.8.0
1481      Branch: perl
1482            ! pod/perlfork.pod
1483 ____________________________________________________________________________
1484 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
1485         Log: Subject: possible band-aid for cygwin build of perl@17061
1486              From: PPrymmer@factset.com
1487              Date: Sat, 8 Jun 2002 20:57:05 -0400
1488              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
1489      Branch: perl
1490            ! Makefile.SH README.cygwin
1491 ____________________________________________________________________________
1492 [ 17135] By: sky                                   on 2002/06/09  15:44:37
1493         Log: Follow up on changing keyword to special subroutine.
1494      Branch: perl
1495            ! pod/perlmod.pod
1496 ____________________________________________________________________________
1497 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
1498         Log: CLONE doc tweaks.
1499      Branch: perl
1500            ! pod/perldelta.pod pod/perlmod.pod
1501 ____________________________________________________________________________
1502 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
1503         Log: syswrite() is old news.
1504      Branch: perl
1505            ! pod/perldelta.pod
1506 ____________________________________________________________________________
1507 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
1508         Log: Subject: One-argument syswrite
1509              From: Johan Vromans <jvromans@squirrel.nl>
1510              Date: Sun, 9 Jun 2002 13:20:36 +0200
1511              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
1512              
1513              (It's really two-argument.)
1514      Branch: perl
1515            ! pod/perldelta.pod
1516 ____________________________________________________________________________
1517 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
1518         Log: Subject: [Patch] $^N issues
1519              From: Johan Vromans <jvromans@squirrel.nl>
1520              Date: Sun, 9 Jun 2002 13:12:43 +0200
1521              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
1522      Branch: perl
1523            ! lib/English.pm pod/perlre.pod
1524 ____________________________________________________________________________
1525 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
1526         Log: Subject: [Patch] "#0" format in perlform
1527              From: Johan Vromans <jvromans@squirrel.nl>
1528              Date: Sun, 9 Jun 2002 12:53:01 +0200
1529              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
1530      Branch: perl
1531            ! pod/perlform.pod
1532 ____________________________________________________________________________
1533 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
1534         Log: Subject: [Patch] CLONE is not in perldelta
1535              From: Johan Vromans <jvromans@squirrel.nl>
1536              Date: Sun, 9 Jun 2002 12:41:18 +0200
1537              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
1538      Branch: perl
1539            ! pod/perldelta.pod
1540 ____________________________________________________________________________
1541 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
1542         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
1543              From: "Craig A. Berry" <craigberry@mac.com>
1544              Date: Sat, 8 Jun 2002 23:01:11 -0500
1545              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
1546      Branch: perl
1547            ! ext/Digest/MD5/Makefile.PL
1548 ____________________________________________________________________________
1549 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
1550         Log: ... and more.
1551      Branch: perl
1552            ! win32/makefile.mk
1553 ____________________________________________________________________________
1554 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
1555         Log: More spots for perl$OS.
1556      Branch: perl
1557            ! NetWare/Makefile win32/Makefile
1558 ____________________________________________________________________________
1559 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
1560         Log: One more spot to list perlfreebsd and perlirix.
1561      Branch: perl
1562            ! plan9/mkfile
1563 ____________________________________________________________________________
1564 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
1565         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
1566      Branch: perl
1567            ! pod/perlport.pod
1568 ____________________________________________________________________________
1569 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
1570         Log: Cygwin duplicated (noticed by Schwern).
1571      Branch: perl
1572            ! pod/perlport.pod
1573 ____________________________________________________________________________
1574 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
1575         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
1576      Branch: perl
1577            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
1578            ! pod/perlport.pod pod/perlrun.pod
1579 ____________________________________________________________________________
1580 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
1581         Log: Make the =heads a little bit more descriptive; regen toc.
1582      Branch: perl
1583            ! README.freebsd README.irix pod/perltoc.pod
1584 ____________________________________________________________________________
1585 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
1586         Log: I wonder what a 64-bot is?
1587      Branch: perl
1588            ! README.irix
1589 ____________________________________________________________________________
1590 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
1591         Log: Regen toc.
1592      Branch: perl
1593            ! pod/perltoc.pod
1594 ____________________________________________________________________________
1595 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
1596         Log: Add README.irix/perlirix.
1597      Branch: perl
1598            + README.irix
1599            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
1600            ! pod/perldelta.pod pod/perlport.pod
1601 ____________________________________________________________________________
1602 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
1603         Log: Add perlfreebsd.
1604      Branch: perl
1605            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
1606            ! pod/perlport.pod
1607 ____________________________________________________________________________
1608 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
1609         Log: Mention the FreeBSD Perl policy change.
1610      Branch: perl
1611            ! README.freebsd
1612 ____________________________________________________________________________
1613 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
1614         Log: Mention the FreeBSD readdir_r bug in perldelta.
1615      Branch: perl
1616            ! pod/perldelta.pod
1617 ____________________________________________________________________________
1618 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
1619         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
1620              From: Nicholas Clark <nick@unfortu.net>
1621              Date: Sat, 8 Jun 2002 22:23:15 +0100
1622              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
1623      Branch: perl
1624            + README.freebsd
1625            ! MANIFEST
1626 ____________________________________________________________________________
1627 [ 17113] By: sky                                   on 2002/06/08  20:19:28
1628         Log: Preparing A::H for CPAN release, upped version to 0.77
1629              Documented changes.
1630              Last tweak to test case.
1631      Branch: perl
1632            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1633            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
1634 ____________________________________________________________________________
1635 [ 17112] By: sky                                   on 2002/06/08  19:42:33
1636         Log: Prepare CPAN release of Attribute::Handlers
1637              Make the test case know about the changes in attributes
1638              in 5.8 (lexical) and also turn off some warnings.
1639      Branch: perl
1640            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
1641 ____________________________________________________________________________
1642 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
1643         Log: Because of #17097.
1644      Branch: perl
1645            ! configpm
1646 ____________________________________________________________________________
1647 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
1648         Log: Add deprecations.
1649      Branch: perl
1650            ! pod/perldelta.pod
1651 ____________________________________________________________________________
1652 [ 17109] By: sky                                   on 2002/06/08  19:02:19
1653         Log: Remove leftover dummy and cleanup the test case.
1654      Branch: perl
1655            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
1656            ! ext/threads/shared/t/hv_simple.t
1657 ____________________________________________________________________________
1658 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
1659         Log: Document the do BAREWORD change, from Rafael.
1660      Branch: perl
1661            ! pod/perldelta.pod
1662 ____________________________________________________________________________
1663 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
1664         Log: Remove the newly added makedepend .depending "token directory"
1665              when cleaning up.
1666      Branch: perl
1667            ! Makefile.SH
1668 ____________________________________________________________________________
1669 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
1670         Log: perldelta tweaks.
1671      Branch: perl
1672            ! pod/perldelta.pod
1673 ____________________________________________________________________________
1674 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
1675         Log: I assume the Perl fork() emulation is still experimental.
1676      Branch: perl
1677            ! pod/perlfork.pod
1678 ____________________________________________________________________________
1679 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
1680         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
1681              From: "Craig A. Berry" <craigberry@mac.com>
1682              Date: Sat, 8 Jun 2002 14:10:41 -0500
1683              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
1684      Branch: perl
1685            ! README.vms pod/perldelta.pod
1686 ____________________________________________________________________________
1687 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
1688         Log: Slight tweaks from Lupe Christoph.
1689      Branch: perl
1690            ! pod/perldelta.pod
1691 ____________________________________________________________________________
1692 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
1693         Log: Workaround for broken symlink traversal.
1694      Branch: perl
1695            ! installperl
1696 ____________________________________________________________________________
1697 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
1698         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
1699      Branch: perl
1700            ! utils/h2ph.PL
1701 ____________________________________________________________________________
1702 [ 17100] By: nick                                  on 2002/06/08  15:54:19
1703         Log: Integrate mainline
1704      Branch: perlio
1705           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
1706           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
1707           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
1708           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
1709           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
1710           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
1711 ____________________________________________________________________________
1712 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
1713         Log: Try to avoid a looping makedepend that sometimes
1714              happens when timestamps are out of sync.
1715      Branch: perl
1716            ! makedepend.SH
1717 ____________________________________________________________________________
1718 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
1719         Log: metaconfig tweaks from Robin Barker to go with #17097;
1720              update Glossary.patch and mkglossary.
1721      Branch: metaconfig
1722            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
1723            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
1724 ____________________________________________________________________________
1725 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
1726         Log: Various Configure tweaks.
1727      Branch: perl
1728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1729 ____________________________________________________________________________
1730 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
1731         Log: Fix Glossary formatting bugs when creating Config.pm,
1732              from Robin Barker.
1733      Branch: perl
1734            ! configpm
1735 ____________________________________________________________________________
1736 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
1737         Log: perlivp: Too Much Information. 
1738      Branch: perl
1739            ! utils/perlivp.PL
1740 ____________________________________________________________________________
1741 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
1742         Log: h2ph: workarounds for too large hexadecimal constants.
1743              Now 'perlivp' passes without a whimper in Solaris 8 and
1744              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
1745              installation is weird; e.g. float.h is not in /usr/include...
1746              (cd /usr/include; h2ph -l -r .)
1747      Branch: perl
1748            ! utils/h2ph.PL
1749 ____________________________________________________________________________
1750 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
1751         Log: h2ph: handle function pointer constants.
1752      Branch: perl
1753            ! utils/h2ph.PL
1754 ____________________________________________________________________________
1755 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
1756         Log: Put back the [561+] markers (except for the New Tests
1757              section where the comparison is meaningless);
1758              note that perl561delta is really the changes both
1759              from 5.005_03 and 5.6.0.
1760      Branch: perl
1761            ! pod/perldelta.pod
1762 ____________________________________________________________________________
1763 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
1764         Log: Mention the dynamicness of Socket in VMS in another spot.
1765      Branch: perl
1766            ! pod/perldelta.pod
1767 ____________________________________________________________________________
1768 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
1769         Log: Address most of the issues found by Lupe Cristoph
1770              (only leave the VMS changes to the VMS people);
1771              move the VOS section to its right place;
1772              talk more about userlevel threads;
1773              eradicate end-of-line spaces.
1774      Branch: perl
1775            ! pod/perldelta.pod
1776 ____________________________________________________________________________
1777 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
1778         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
1779              From: Radu Greab <radu@netsoft.ro>
1780              Date: Sat, 8 Jun 2002 16:59:56 +0300
1781              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
1782              
1783              A test for #17082.
1784      Branch: perl
1785            ! ext/Storable/t/recurse.t
1786 ____________________________________________________________________________
1787 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
1788         Log: Explain at the top the situation in a nutshell;
1789              remove the [561+] tags as redundant;
1790              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
1791      Branch: perl
1792            ! pod/perldelta.pod
1793 ____________________________________________________________________________
1794 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
1795         Log: Subject: [Patch] perldelta for 5.8.0 RC1
1796              From: lupe@lupe-christoph.de (Lupe Christoph)
1797              Date: Sat, 8 Jun 2002 14:08:16 +0200
1798              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
1799      Branch: perl
1800            ! pod/perldelta.pod
1801 ____________________________________________________________________________
1802 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
1803         Log: Advertise the upcoming Win32::GetOSName().
1804      Branch: perl
1805            ! pod/perlport.pod
1806 ____________________________________________________________________________
1807 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
1808         Log: The lib/Win32.pod part of
1809              
1810              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
1811              From: "Yves Orton" <demerphq@hotmail.com>
1812              Date: Sat, 08 Jun 2002 00:27:25 +0200
1813              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
1814              
1815              (manually applied and tweaked) 
1816      Branch: perl
1817            ! lib/Win32.pod
1818 ____________________________________________________________________________
1819 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
1820         Log: Subject: Doc patches: assorted minor nits
1821              From: Philip Newton <Philip.Newton@gmx.net>
1822              Date: Sat, 08 Jun 2002 11:08:12 +0200
1823              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
1824      Branch: perl
1825            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
1826 ____________________________________________________________________________
1827 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
1828         Log: Subject: Re: doc bug in perldoc
1829              From: Philip Newton <Philip.Newton@gmx.net>
1830              Date: Sat, 08 Jun 2002 11:05:09 +0200
1831              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
1832      Branch: perl
1833            ! utils/perldoc.PL
1834 ____________________________________________________________________________
1835 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
1836         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
1837              From: Radu Greab <radu@netsoft.ro>
1838              Date: Sat, 8 Jun 2002 08:28:58 +0300
1839              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
1840      Branch: perl
1841            ! ext/Storable/Storable.xs
1842 ____________________________________________________________________________
1843 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
1844         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
1845              From: "Craig A. Berry" <craigberry@mac.com>
1846              Date: Fri, 7 Jun 2002 22:55:34 -0500
1847              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
1848              
1849              Handle also underflow on non-IEEE.
1850      Branch: perl
1851            ! numeric.c
1852 ____________________________________________________________________________
1853 [ 17080] By: sky                                   on 2002/06/08  10:06:05
1854         Log: Fix for bug [ID 20020602.007].
1855              Don't decrement the active flag until AFTER we have run perl_destruct
1856      Branch: perl
1857            ! ext/threads/threads.xs
1858 ____________________________________________________________________________
1859 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
1860         Log: h2ph: evil linux/byteorder/pdp_endian.h
1861      Branch: perl
1862            ! utils/h2ph.PL
1863 ____________________________________________________________________________
1864 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
1865         Log: h2ph: more evilness in the form of Linux inline assembler.
1866      Branch: perl
1867            ! utils/h2ph.PL
1868 ____________________________________________________________________________
1869 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
1870         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
1871              (note the final L) for ia32 and ia64 long doubles.
1872      Branch: perl
1873            ! utils/h2ph.PL
1874 ____________________________________________________________________________
1875 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
1876         Log: perlivp: more header matching.
1877      Branch: perl
1878            ! utils/perlivp.PL
1879 ____________________________________________________________________________
1880 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
1881         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
1882              From: Nicholas Clark <nick@unfortu.net>
1883              Date: Sat, 8 Jun 2002 00:39:22 +0100
1884              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
1885      Branch: perl
1886            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1887 ____________________________________________________________________________
1888 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
1889         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
1890              From: "Craig A. Berry" <craigberry@mac.com>
1891              Date: Fri, 7 Jun 2002 18:29:31 -0500
1892              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
1893      Branch: perl
1894            ! numeric.c
1895 ____________________________________________________________________________
1896 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
1897         Log: Reunite the first .PHONY targets (based on Garry Williams'
1898              reading of the GNU make manual).
1899      Branch: perl
1900            ! Makefile.SH
1901 ____________________________________________________________________________
1902 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
1903         Log: Subject: Re: [DOCPATCH] Thread.pm
1904              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1905              Date: Fri, 07 Jun 2002 23:57:01 +0200
1906              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
1907      Branch: perl
1908            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
1909 ____________________________________________________________________________
1910 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
1911         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
1912              From: Radu Greab <radu@netsoft.ro>
1913              Date: Sat, 8 Jun 2002 00:49:02 +0300
1914              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
1915      Branch: perl
1916            ! ext/Storable/t/recurse.t
1917 ____________________________________________________________________________
1918 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
1919         Log: h2ph: the fp exponent does need to have an explicit sign.
1920      Branch: perl
1921            ! utils/h2ph.PL
1922 ____________________________________________________________________________
1923 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
1924         Log: perlivp: tell what went wrong.
1925      Branch: perl
1926            ! utils/perlivp.PL
1927 ____________________________________________________________________________
1928 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
1929         Log: perlivp: sometimes headers and symbols don't quite match.
1930      Branch: perl
1931            ! utils/perlivp.PL
1932 ____________________________________________________________________________
1933 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
1934         Log: h2ph: One more usage example.
1935      Branch: perl
1936            ! utils/h2ph.PL
1937 ____________________________________________________________________________
1938 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
1939         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
1940      Branch: perl
1941            ! utils/h2ph.PL
1942 ____________________________________________________________________________
1943 [ 17065] By: nick                                  on 2002/06/07  18:21:36
1944         Log: Integrate mainline
1945      Branch: perlio
1946           +> ext/IO/hints/sco.pl
1947           !> (integrate 27 files)
1948 ____________________________________________________________________________
1949 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
1950         Log: uname() was returning "unknown" on IA64; handle other missing
1951              cases as well, and make any future unknown ones show up as
1952              unknown(0x123).
1953      Branch: perl
1954            ! win32/win32.c
1955 ____________________________________________________________________________
1956 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
1957         Log: There are many ways to skin a Win32 (from Sarathy).
1958      Branch: perl
1959            ! pod/perlport.pod
1960 ____________________________________________________________________________
1961 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
1962         Log: Typos spotted by Vadim.
1963      Branch: perl
1964            ! pod/perlport.pod
1965 ____________________________________________________________________________
1966 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
1967         Log: Update Changes.
1968      Branch: perl
1969            ! Changes patchlevel.h
1970 ____________________________________________________________________________
1971 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
1972         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
1973              From: lupe@lupe-christoph.de (Lupe Christoph)
1974              Date: Fri, 7 Jun 2002 13:38:24 +0200
1975              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
1976      Branch: perl
1977            ! pod/perlxs.pod
1978 ____________________________________________________________________________
1979 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
1980         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
1981              From: lupe@lupe-christoph.de (Lupe Christoph)
1982              Date: Fri, 7 Jun 2002 13:36:51 +0200
1983              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
1984      Branch: perl
1985            ! README.win32
1986 ____________________________________________________________________________
1987 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
1988         Log: gcc -Wall nit noticed by NI-S.
1989      Branch: perl
1990            ! pp.c
1991 ____________________________________________________________________________
1992 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
1993         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
1994              From: Andrew Hamm <AHamm@civica.com.au>
1995              Date: Fri, 7 Jun 2002 17:11:24 +1000
1996              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
1997      Branch: perl
1998            + ext/IO/hints/sco.pl
1999            ! MANIFEST
2000 ____________________________________________________________________________
2001 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
2002         Log: Integrate perlio:
2003              
2004              [ 17053]
2005              Don't discard read data on flush if seek fails.
2006      Branch: perl
2007           !> perlio.c
2008 ____________________________________________________________________________
2009 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
2010         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
2011      Branch: perl
2012            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
2013            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
2014            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
2015            ! pod/perlport.pod pod/perltoot.pod
2016 ____________________________________________________________________________
2017 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
2018         Log: More Winlore from Vadim.
2019      Branch: perl
2020            ! pod/perlport.pod
2021 ____________________________________________________________________________
2022 [ 17053] By: nick                                  on 2002/06/07  10:11:51
2023         Log: Don't discard read data on flush if seek fails.
2024      Branch: perlio
2025            ! perlio.c
2026 ____________________________________________________________________________
2027 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
2028         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
2029              From: Radu Greab <radu@netsoft.ro>
2030              Date: Fri, 7 Jun 2002 05:17:58 +0300
2031              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
2032      Branch: perl
2033            ! ext/Storable/Storable.xs
2034 ____________________________________________________________________________
2035 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
2036         Log: Split in two the .PHONY target so that makes without .PHONY
2037              when invoked as "make" won't wander off into the targets "compile
2038              translator utilities" and instead stay in the "all" target.
2039              Diagnosed by Garry Williams.
2040      Branch: perl
2041            ! Makefile.SH
2042 ____________________________________________________________________________
2043 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
2044         Log: Retract #16892 now that we have #17022.
2045      Branch: perl
2046            ! lib/Cwd.pm
2047 ____________________________________________________________________________
2048 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
2049         Log: Update the SUPER-UX situation.
2050      Branch: perl
2051            ! pod/perldelta.pod
2052 ____________________________________________________________________________
2053 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
2054         Log: More Windows wisdom from Sarathy;
2055              remove old UTS entry; add SUPER-UX.
2056      Branch: perl
2057            ! pod/perlport.pod
2058 ____________________________________________________________________________
2059 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
2060         Log: Windows wisdom from Sarathy.
2061      Branch: perl
2062            ! pod/perlvar.pod
2063 ____________________________________________________________________________
2064 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
2065         Log: The perlio warnings are not mandatory.
2066      Branch: perl
2067            ! pod/perldiag.pod
2068 ____________________________________________________________________________
2069 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
2070         Log: Typolice.
2071      Branch: perl
2072            ! utils/c2ph.PL x2p/s2p.PL
2073 ____________________________________________________________________________
2074 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
2075         Log: Document that $^O in Win32 is a bit lacking in details.
2076      Branch: perl
2077            ! pod/perlvar.pod
2078 ____________________________________________________________________________
2079 [ 17043] By: nick                                  on 2002/06/06  18:51:48
2080         Log: Integrate mainline
2081      Branch: perlio
2082           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
2083           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
2084           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
2085           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
2086           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
2087           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
2088 ____________________________________________________________________________
2089 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
2090         Log: Win32 is not an OS.
2091      Branch: perl
2092            ! pod/perlport.pod
2093 ____________________________________________________________________________
2094 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
2095         Log: The Makefile.SH part of
2096              
2097              Subject: [PATCH] corrections to Config.pm
2098              From: Robin Barker <rmb1@cise.npl.co.uk>
2099              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
2100              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
2101              
2102              and regen Configure.
2103      Branch: perl
2104            ! Configure Makefile.SH Porting/config.sh Porting/config_H
2105 ____________________________________________________________________________
2106 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
2107         Log: Supported platforms tweaks.
2108      Branch: perl
2109            ! pod/perlport.pod
2110 ____________________________________________________________________________
2111 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
2112         Log: Update the 5.005-threads failure list.
2113      Branch: perl
2114            ! pod/perldelta.pod
2115 ____________________________________________________________________________
2116 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
2117         Log: Make pstruct and psed appear also on platforms with
2118              $Config{d_link} but filesystems without link() (like FAT).
2119              Should deal with [ID 20020602.003] and
2120              "RC1 for MSWin32-x86-multi-thread build bug report".
2121              Diagnosis by Sarathy.
2122      Branch: perl
2123            ! utils/c2ph.PL x2p/s2p.PL
2124 ____________________________________________________________________________
2125 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
2126         Log: Subject: [PATCH] Thread.pm
2127              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2128              Date: Thu, 06 Jun 2002 10:47:36 +0200
2129              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
2130      Branch: perl
2131            ! lib/Thread.pm
2132 ____________________________________________________________________________
2133 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
2134         Log: Rafael noticed a bug in the explanation of #17035.
2135      Branch: perl
2136            ! pod/perldiag.pod
2137 ____________________________________________________________________________
2138 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
2139         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
2140      Branch: perl
2141            ! pod/perldiag.pod
2142 ____________________________________________________________________________
2143 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
2144         Log: Subject: [DOCPATCH] perlthtut.pod
2145              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2146              Date: Thu, 06 Jun 2002 10:40:02 +0200
2147              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
2148      Branch: perl
2149            ! pod/perlthrtut.pod
2150 ____________________________________________________________________________
2151 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
2152         Log: NetWare update from Ananth Kesari.
2153      Branch: perl
2154            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
2155            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
2156            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
2157            ! NetWare/t/NWScripts.pl x2p/a2p.h
2158 ____________________________________________________________________________
2159 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
2160         Log: Integrate perlio:
2161              
2162              [ 17030]
2163              doio.c tweaks
2164              - see SV passed to dup type open "looks_like__number"
2165              - apply layers to pipe opens.
2166      Branch: perl
2167           !> doio.c
2168 ____________________________________________________________________________
2169 [ 17031] By: ams                                   on 2002/06/06  11:49:13
2170         Log: Subject: [PATCH] perlguts.pod
2171              From: Nicholas Clark <nick@ccl4.org>
2172              Date: Thu, 6 Jun 2002 11:29:19 +0100
2173              Message-Id: <20020606112919.P22873@plum.flirble.org>
2174      Branch: perl
2175            ! pod/perlguts.pod
2176 ____________________________________________________________________________
2177 [ 17030] By: nick                                  on 2002/06/06  07:26:11
2178         Log: doio.c tweaks
2179              - see SV passed to dup type open "looks_like__number"
2180              - apply layers to pipe opens.
2181      Branch: perlio
2182            ! doio.c
2183 ____________________________________________________________________________
2184 [ 17029] By: nick                                  on 2002/06/06  06:32:35
2185         Log: Integrate mainline
2186      Branch: perlio
2187           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
2188           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
2189           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
2190           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
2191           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
2192 ____________________________________________________________________________
2193 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
2194         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
2195              output buffers because they exited with PerlProc_exit()
2196              instead of my_exit() (from Andy Dougherty)
2197      Branch: perl
2198            ! perl.c
2199 ____________________________________________________________________________
2200 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
2201         Log: BeOS status update; all platforms status update.
2202      Branch: perl
2203            ! README.beos pod/perlport.pod
2204 ____________________________________________________________________________
2205 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
2206         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
2207              From: Stas Bekman <stas@stason.org>
2208              Date: Wed, 05 Jun 2002 15:26:02 +0800
2209              Message-ID: <3CFDBD0A.8090505@stason.org>      
2210      Branch: perl
2211            ! lib/Pod/Html.pm
2212 ____________________________________________________________________________
2213 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
2214         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
2215              From: "Craig A. Berry" <craigberry@mac.com>
2216              Date: Wed, 05 Jun 2002 17:31:18 -0500
2217              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
2218      Branch: perl
2219            ! t/op/arith.t
2220 ____________________________________________________________________________
2221 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
2222         Log: MacOS X 10.1.5 still failing the DB tests.
2223      Branch: perl
2224            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
2225            ! pod/perldelta.pod
2226 ____________________________________________________________________________
2227 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
2228         Log: Address the second half of
2229              
2230              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
2231              From: jv@squirrel.nl (Johan Vromans)
2232              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
2233              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
2234              
2235              so that multiarg piped opens only accept optional whitespace
2236              after the "|-".  If and when perlio discipline awareness added
2237              to |-, the now added code branch will grow.
2238              
2239              No test case because hard to think of anything even remotely
2240              portable.
2241      Branch: perl
2242            ! doio.c
2243 ____________________________________________________________________________
2244 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
2245         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
2246              From: Doug MacEachern <dougm@covalent.net>
2247              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
2248              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
2249              
2250              (plus a test expanded from Schwern's [ID 20020602.006])
2251      Branch: perl
2252            ! pp.c t/op/tie.t
2253 ____________________________________________________________________________
2254 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
2255         Log: Subject: doc bug in perldoc
2256              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2257              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
2258              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
2259      Branch: perl
2260            ! utils/perldoc.PL
2261 ____________________________________________________________________________
2262 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
2263         Log: AUTHORS updates; perldelta blame^Wfame additions.
2264      Branch: perl
2265            ! AUTHORS pod/perldelta.pod
2266 ____________________________________________________________________________
2267 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
2268         Log: Mention Carp enhancements.
2269      Branch: perl
2270            ! pod/perldelta.pod
2271 ____________________________________________________________________________
2272 [ 17018] By: sky                                   on 2002/06/05  18:49:10
2273         Log: Update text slightly and update links to threads.pm instead of Thread.pm
2274      Branch: perl
2275            ! pod/perlfunc.pod
2276 ____________________________________________________________________________
2277 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
2278         Log: Remove a comma and a few whitespaces.
2279      Branch: perl
2280            ! pod/perlfunc.pod
2281 ____________________________________________________________________________
2282 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
2283         Log: $^O is 'beos' on BeOS
2284      Branch: perl
2285            ! lib/Tie/File/t/16_handle.t
2286 ____________________________________________________________________________
2287 [ 17015] By: nick                                  on 2002/06/05  15:11:00
2288         Log: Integrate mainline (for Configure)
2289      Branch: perlio
2290           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2291           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
2292           !> hints/linux.sh myconfig.SH pod/perldelta.pod
2293 ____________________________________________________________________________
2294 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
2295         Log: Update Changes.
2296      Branch: perl
2297            ! Changes patchlevel.h
2298 ____________________________________________________________________________
2299 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
2300         Log: Mention the flakiness of AIX' make.
2301      Branch: perl
2302            ! pod/perldelta.pod
2303 ____________________________________________________________________________
2304 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
2305         Log: metaconfig unit change for #17011.
2306      Branch: metaconfig
2307            ! U/installdirs/inc_version_list.U
2308 ____________________________________________________________________________
2309 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
2310         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
2311              From: jason@openinformatics.com (Jason E. Stewart)
2312              Date: 04 Jun 2002 16:42:32 -0600
2313              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
2314              
2315              Unexpanded $prefix.
2316      Branch: perl
2317            ! Configure
2318 ____________________________________________________________________________
2319 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
2320         Log: glibc version is more a library issue than a compiler issue.
2321      Branch: perl
2322            ! myconfig.SH
2323 ____________________________________________________________________________
2324 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
2325         Log: Subject: [Encode PATCH] spurious warning
2326              From: Nicholas Clark <nick@unfortu.net>
2327              Date: Sun, 2 Jun 2002 20:26:22 +0100
2328              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
2329      Branch: perl
2330            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
2331 ____________________________________________________________________________
2332 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
2333         Log: Show gnulibc_version in myconfig. 
2334      Branch: perl
2335            ! myconfig.SH
2336 ____________________________________________________________________________
2337 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
2338         Log: Regen Glossary for #16991.
2339      Branch: perl
2340            ! Porting/Glossary Porting/config.sh Porting/config_H
2341 ____________________________________________________________________________
2342 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
2343         Log: More for #16991.
2344      Branch: perl
2345            ! hints/linux.sh
2346 ____________________________________________________________________________
2347 [ 17005] By: nick                                  on 2002/06/05  07:23:22
2348         Log: Integrate mainline
2349      Branch: perlio
2350           +> ext/Thread/README.threads
2351            - README.threads
2352           !> (integrate 81 files)
2353 ____________________________________________________________________________
2354 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
2355         Log: FAQ sync.
2356      Branch: perl
2357            ! pod/perlfaq6.pod
2358 ____________________________________________________________________________
2359 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
2360         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
2361              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2362              Date: Sun, 02 Jun 2002 21:36:05 +0200
2363              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
2364      Branch: perl
2365            ! ext/threads/shared/queue.pm
2366 ____________________________________________________________________________
2367 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
2368         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
2369              From: "Daniel Berger" <djberg96@attbi.com>
2370              Date: Mon, 03 Jun 2002 19:18:38 GMT
2371              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
2372      Branch: perl
2373            ! README.beos
2374 ____________________________________________________________________________
2375 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
2376         Log: Subject: One more sorry for Oracle
2377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2378              Date: Tue, 04 Jun 2002 10:02:17 +0200
2379              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
2380              
2381              (modified)
2382      Branch: perl
2383            ! README.hpux
2384 ____________________________________________________________________________
2385 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
2386         Log: metaconfig unit change for #16999.
2387      Branch: metaconfig
2388            ! U/threads/usethreads.U
2389 ____________________________________________________________________________
2390 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
2391         Log: Disable the combination of ithreads but not perlio.
2392      Branch: perl
2393            ! Configure INSTALL
2394 ____________________________________________________________________________
2395 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
2396         Log: perlthrtut links.
2397      Branch: perl
2398            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2399            ! pod/perldelta.pod
2400 ____________________________________________________________________________
2401 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
2402         Log: Unmatchings.
2403      Branch: perl
2404            ! README.netware README.win32
2405 ____________________________________________________________________________
2406 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
2407         Log: Subject: Re: 2nd draft of announcement
2408              From: "John P. Linderman" <jpl@research.att.com>
2409              Date: Mon, 03 Jun 2002 08:57:49 -0400
2410              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
2411              
2412              Let's not forget the mystery IRIX failure.
2413      Branch: perl
2414            ! pod/perldelta.pod
2415 ____________________________________________________________________________
2416 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
2417         Log: Move the obsolete README.threads out of sight to ext/Threads;
2418              save one part of the IRIX knowledge in INSTALL (though IRIX
2419              6.2 is quite old...)
2420      Branch: perl
2421            + ext/Thread/README.threads
2422            - README.threads
2423            ! INSTALL MANIFEST
2424 ____________________________________________________________________________
2425 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
2426         Log: Upgrade to Math::BigRat 0.07.
2427      Branch: perl
2428            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
2429            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
2430            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
2431 ____________________________________________________________________________
2432 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
2433         Log: metaconfig unit change #16991.
2434      Branch: metaconfig
2435            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
2436 ____________________________________________________________________________
2437 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
2438         Log: Forgot from #16991.
2439      Branch: perl
2440            ! config_h.SH
2441 ____________________________________________________________________________
2442 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
2443         Log: Subject: Re: hints/linux.sh & stdio
2444              From: Andy Dougherty <doughera@lafayette.edu>
2445              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
2446              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
2447      Branch: perl
2448            ! Configure
2449 ____________________________________________________________________________
2450 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
2451         Log: Integrate maintperl change #16988;
2452              
2453              make IO::Pipe work on windows
2454      Branch: perl
2455           !> ext/IO/lib/IO/Pipe.pm
2456 ____________________________________________________________________________
2457 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
2458         Log: Integrate macperl changes #16974 and #16975;
2459              
2460              nativize() isn't happy with absolute Mac paths
2461              
2462              Test::Harness test fixes, attempt #3 :-)
2463      Branch: perl
2464           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
2465           !> lib/Test/Harness/t/callback.t
2466           !> lib/Test/Harness/t/strap-analyze.t
2467           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
2468 ____________________________________________________________________________
2469 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
2470         Log: make IO::Pipe work on windows
2471      Branch: maint-5.6/perl
2472            ! ext/IO/lib/IO/Pipe.pm
2473 ____________________________________________________________________________
2474 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
2475         Log: s/modperl/mod_perl/g
2476      Branch: perl
2477            ! README.aix pod/perldelta.pod
2478 ____________________________________________________________________________
2479 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
2480         Log: Subject: [DOC PATCH] perldelta.pod
2481              From: Philip Newton <Philip.Newton@gmx.net>
2482              Date: Tue, 04 Jun 2002 06:52:55 +0200
2483              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
2484              
2485              (with one nit, s/modperl/mod_perl/)
2486      Branch: perl
2487            ! pod/perldelta.pod
2488 ____________________________________________________________________________
2489 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
2490         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
2491      Branch: perl
2492            ! pod/perlfunc.pod
2493 ____________________________________________________________________________
2494 [ 16984] By: ams                                   on 2002/06/04  01:05:49
2495         Log: Subject: [PATCH] Re: Some bugs in RC1
2496              From: Michael G Schwern <schwern@pobox.com>
2497              Date: Mon, 03 Jun 2002 19:59:21 -0400
2498              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
2499      Branch: perl
2500            ! lib/perl5db.pl
2501 ____________________________________________________________________________
2502 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
2503         Log: Update Errno slightly to latest version
2504      Branch: macperl
2505            ! macos/lib/Errno.pm
2506 ____________________________________________________________________________
2507 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
2508         Log: Protect against localizing an %ENV slice.
2509      Branch: perl
2510            ! lib/Cwd.pm
2511 ____________________________________________________________________________
2512 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
2513         Log: Document that lock() is a "weak keyword".
2514      Branch: perl
2515            ! pod/perlfunc.pod
2516 ____________________________________________________________________________
2517 [ 16980] By: ams                                   on 2002/06/03  18:38:26
2518         Log: Subject: [PATCH Switch.pm] Minor typo
2519              From: Philip Newton <Philip.Newton@gmx.net>
2520              Date: Mon, 03 Jun 2002 21:35:55 +0200
2521              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
2522      Branch: perl
2523            ! lib/Switch.pm
2524 ____________________________________________________________________________
2525 [ 16979] By: ams                                   on 2002/06/03  17:06:03
2526         Log: Remove all occurrences of occurence, except for one (in the
2527              Changelog) that is preserved for historical reasons.
2528      Branch: perl
2529            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
2530            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
2531            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
2532 ____________________________________________________________________________
2533 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
2534         Log: Update Changes
2535      Branch: macperl
2536            ! macos/Changes
2537 ____________________________________________________________________________
2538 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
2539         Log: Update Help menu for 5.8
2540      Branch: macperl
2541            ! macos/macperl/MacPerl.podhelp
2542 ____________________________________________________________________________
2543 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
2544         Log: Bump versions
2545      Branch: macperl
2546            ! macos/MPVersion.r macos/config.h macos/config.sh
2547 ____________________________________________________________________________
2548 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
2549         Log: Test::Harness test fixes, attempt #3 :-)
2550      Branch: macperl
2551            ! lib/Test/Harness/t/callback.t
2552            ! lib/Test/Harness/t/strap-analyze.t
2553            ! lib/Test/Harness/t/test-harness.t
2554 ____________________________________________________________________________
2555 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
2556         Log: nativize() isn't happy with absolute Mac paths
2557      Branch: macperl
2558            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
2559            ! lib/lib_pm.PL
2560 ____________________________________________________________________________
2561 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
2562         Log: Integrate #16971 from maint-5.6;
2563              
2564              IO::Poll wasn't working on windows since poll.c wasn't using the
2565              same abstractions as perl; for test case, see:
2566              http://bugs.activestate.com/show_bug.cgi?id=19624
2567      Branch: perl
2568           !> XSUB.h ext/IO/poll.c
2569 ____________________________________________________________________________
2570 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
2571         Log: A few links.
2572      Branch: perl
2573            ! pod/perldelta.pod
2574 ____________________________________________________________________________
2575 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
2576         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
2577              same abstractions as perl; for test case, see:
2578              http://bugs.activestate.com/show_bug.cgi?id=19624
2579      Branch: maint-5.6/perl
2580            ! XSUB.h ext/IO/poll.c
2581 ____________________________________________________________________________
2582 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
2583         Log: Various perldelta tweaks.
2584      Branch: perl
2585            ! pod/perldelta.pod
2586 ____________________________________________________________________________
2587 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
2588         Log: Update Changes.
2589      Branch: perl
2590            ! Changes patchlevel.h
2591 ____________________________________________________________________________
2592 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
2593         Log: Integrate perl for 5.8.0 RC1
2594      Branch: macperl
2595           !> (integrate 77 files)
2596 ____________________________________________________________________________
2597 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
2598         Log: Two obsolete files.
2599      Branch: perl
2600            ! Porting/makerel
2601 ____________________________________________________________________________
2602 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
2603         Log: This is Perl 5.8.0 RC 1.
2604      Branch: perl
2605            ! patchlevel.h
2606 ____________________________________________________________________________
2607 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
2608         Log: Update Changes.
2609      Branch: perl
2610            ! Changes patchlevel.h
2611 ____________________________________________________________________________
2612 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
2613         Log: Subject: [Encode] 1.75 Released
2614              From: Dan Kogai <dankogai@dan.co.jp>
2615              Date: Sun, 2 Jun 2002 03:19:19 +0900
2616              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
2617      Branch: perl
2618            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
2619            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2620            ! ext/Encode/lib/Encode/Alias.pm
2621            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2622            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
2623 ____________________________________________________________________________
2624 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
2625         Log: Paranoia regen_headers; no changes but at least
2626              the timestamps are now fine.
2627      Branch: perl
2628            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2629            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
2630            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
2631            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
2632            ! warnings.h
2633 ____________________________________________________________________________
2634 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
2635         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
2636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2637              Date: Sat, 01 Jun 2002 11:35:22 +0200
2638              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
2639      Branch: perl
2640            ! README.hpux
2641 ____________________________________________________________________________
2642 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
2643         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
2644      Branch: perl
2645            ! pod/perldelta.pod pod/perltoc.pod
2646 ____________________________________________________________________________
2647 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
2648         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
2649      Branch: perl
2650            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
2651            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
2652 ____________________________________________________________________________
2653 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
2654         Log: Even more VMSifying (this time more like de-MacOSifying).
2655      Branch: perl
2656            ! lib/Test/Harness/t/test-harness.t
2657 ____________________________________________________________________________
2658 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
2659         Log: VMSifying from Craig Berry.
2660      Branch: perl
2661            ! lib/Test/Harness/t/callback.t
2662            ! lib/Test/Harness/t/strap-analyze.t
2663            ! lib/Test/Harness/t/test-harness.t
2664 ____________________________________________________________________________
2665 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
2666         Log: Mention the CJK docs.
2667      Branch: perl
2668            ! pod/perldelta.pod
2669 ____________________________________________________________________________
2670 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
2671         Log: Subject: [PATCH] another Storable test
2672              From: Nicholas Clark <nick@unfortu.net>
2673              Date: Sat, 1 Jun 2002 14:07:01 +0100
2674              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
2675      Branch: perl
2676            ! ext/Storable/t/interwork56.t
2677 ____________________________________________________________________________
2678 [ 16955] By: nick                                  on 2002/06/01  09:02:48
2679         Log: Integrate mainline
2680      Branch: perlio
2681            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
2682           !> (integrate 62 files)
2683 ____________________________________________________________________________
2684 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
2685         Log: Make the changes MacOS-specific.
2686      Branch: perl
2687            ! lib/Test/Harness/t/callback.t
2688            ! lib/Test/Harness/t/strap-analyze.t
2689            ! lib/Test/Harness/t/test-harness.t
2690 ____________________________________________________________________________
2691 [ 16953] By: ams                                   on 2002/06/01  03:20:52
2692         Log: Remove $Id$ lines.
2693      Branch: perl
2694            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
2695            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
2696            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
2697            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
2698            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
2699            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
2700            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
2701            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
2702            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
2703            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
2704            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
2705            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
2706            ! ext/Storable/t/utf8hash.t
2707 ____________________________________________________________________________
2708 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
2709         Log: Perl Labs dead, Smokers live.
2710      Branch: perl
2711            ! pod/perlhack.pod
2712 ____________________________________________________________________________
2713 [ 16951] By: ams                                   on 2002/06/01  03:08:02
2714         Log: Nitpick at ChangeLog until it is consistently formatted.
2715      Branch: perl
2716            ! ext/Storable/ChangeLog
2717 ____________________________________________________________________________
2718 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
2719         Log: strictify lib.pm.
2720      Branch: perl
2721            ! lib/lib_pm.PL
2722 ____________________________________________________________________________
2723 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
2724         Log: s/invcer/incver/
2725      Branch: perl
2726            ! lib/lib_pm.PL
2727 ____________________________________________________________________________
2728 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
2729         Log: Subject: Re: perl@16925
2730              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2731              Date: Fri, 31 May 2002 19:56:39 -0700
2732              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
2733              
2734              Self-tie clarifications.
2735      Branch: perl
2736            ! pod/perldelta.pod
2737 ____________________________________________________________________________
2738 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
2739         Log: Be exact of what happens.
2740      Branch: perl
2741            ! README.cygwin
2742 ____________________________________________________________________________
2743 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
2744         Log: Subject: [Patch] Inplace editing on Cygwin and others?
2745              From: "Gerrit P. Haase" <gp@familiehaase.de>
2746              Date: Sat, 1 Jun 2002 04:14:43 +0200
2747              Message-ID: <199100765833.20020601041443@familiehaase.de>
2748      Branch: perl
2749            ! README.cygwin doio.c perl.c
2750 ____________________________________________________________________________
2751 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
2752         Log: MacOS test glitch.
2753      Branch: perl
2754            ! ext/Digest/MD5/t/files.t
2755 ____________________________________________________________________________
2756 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
2757         Log: Update Changes.
2758      Branch: perl
2759            ! Changes patchlevel.h
2760 ____________________________________________________________________________
2761 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
2762         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
2763              From: "Craig A. Berry" <craigberry@mac.com>
2764              Date: Fri, 31 May 2002 17:20:11 -0500
2765              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
2766              
2767              Avoid redef warning.
2768      Branch: perl
2769            ! lib/Math/BigInt/Calc.pm
2770 ____________________________________________________________________________
2771 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
2772         Log: Integrate macperl patches #16926 and #16938;
2773              
2774              Big MacPerl Testing Patch No. 2
2775              
2776              Big MacPerl Testing Patch No. 3
2777      Branch: perl
2778           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
2779           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
2780           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2781           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
2782           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
2783           !> lib/Test/Harness/t/callback.t
2784           !> lib/Test/Harness/t/strap-analyze.t
2785           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
2786           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
2787           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
2788 ____________________________________________________________________________
2789 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
2790         Log: Configuration / test updates
2791      Branch: macperl
2792            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2793            ! macos/Makefile.mk
2794 ____________________________________________________________________________
2795 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
2796         Log: Fix various Makefile.PL for string/array conflicts
2797      Branch: macperl
2798            ! macos/ext/Mac/Controls/Makefile.PL
2799            ! macos/ext/Mac/Dialogs/Makefile.PL
2800            ! macos/ext/Mac/Events/Makefile.PL
2801            ! macos/ext/Mac/Files/Makefile.PL
2802            ! macos/ext/Mac/Fonts/Makefile.PL
2803            ! macos/ext/Mac/Lists/Makefile.PL
2804            ! macos/ext/Mac/Menus/Makefile.PL
2805            ! macos/ext/Mac/MoreFiles/Makefile.PL
2806            ! macos/ext/Mac/Movies/Makefile.PL
2807            ! macos/ext/Mac/Navigation/Makefile.PL
2808            ! macos/ext/Mac/Notification/Makefile.PL
2809            ! macos/ext/Mac/OSA/Makefile.PL
2810            ! macos/ext/Mac/QDOffscreen/Makefile.PL
2811            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
2812            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
2813            ! macos/ext/Mac/StandardFile/Makefile.PL
2814            ! macos/ext/Mac/TextEdit/Makefile.PL
2815            ! macos/ext/Mac/Windows/Makefile.PL
2816            ! macos/ext/MacPerl/Makefile.PL
2817 ____________________________________________________________________________
2818 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
2819         Log: Integrate perl
2820      Branch: macperl
2821            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
2822           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
2823           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
2824           !> pod/perlvar.pod
2825 ____________________________________________________________________________
2826 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
2827         Log: Big MacPerl Testing Patch No. 3
2828      Branch: macperl
2829            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
2830            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
2831            ! lib/Test/Harness/t/callback.t
2832            ! lib/Test/Harness/t/strap-analyze.t
2833            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
2834            ! utils/dprofpp.PL utils/splain.PL
2835 ____________________________________________________________________________
2836 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
2837         Log: Update the LWP status.
2838      Branch: perl
2839            ! pod/perldelta.pod
2840 ____________________________________________________________________________
2841 [ 16936] By: nick                                  on 2002/05/31  20:07:40
2842         Log: Integrate mainline
2843      Branch: perlio
2844           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
2845           +> lib/File/Spec/NW5.pm
2846            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
2847            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
2848            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2849            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
2850           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
2851           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
2852           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
2853           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
2854           !> pod/perlvar.pod toke.c
2855 ____________________________________________________________________________
2856 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
2857         Log: Freudian slip :-)
2858      Branch: perl
2859            ! pod/perlhist.pod
2860 ____________________________________________________________________________
2861 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
2862         Log: perlhist update.
2863      Branch: perl
2864            ! pod/perlhist.pod
2865 ____________________________________________________________________________
2866 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
2867         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
2868              From: Andy Dougherty <doughera@lafayette.edu>
2869              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
2870              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
2871      Branch: perl
2872            ! lib/Math/BigInt/t/mbi_rand.t
2873 ____________________________________________________________________________
2874 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
2875         Log: From: Michael G Schwern <schwern@pobox.com>
2876              Date: Fri, 31 May 2002 15:18:02 -0400
2877              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
2878              To: perl5-porters@perl.org
2879      Branch: perl
2880            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
2881            ! MANIFEST
2882 ____________________________________________________________________________
2883 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
2884         Log: More datapoints on gcc/alpha.
2885      Branch: perl
2886            ! pod/perldelta.pod
2887 ____________________________________________________________________________
2888 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
2889         Log: Document that old gccs on Alpha are no good.
2890      Branch: perl
2891            ! pod/perldelta.pod
2892 ____________________________________________________________________________
2893 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
2894         Log: Integrate perl
2895      Branch: macperl
2896           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
2897           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
2898           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
2899           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2900           +> t/lib/sample-tests/skipall_nomsg
2901            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
2902            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
2903            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2904            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
2905            - NetWare/bat/ToggleXDC.bat
2906           !> (integrate 86 files)
2907 ____________________________________________________________________________
2908 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
2909         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
2910              From: Colin Watson <colinw@zeus.com>
2911              Date: Fri, 31 May 2002 17:34:06 +0100
2912              Message-ID: <20020531163406.GA10401@zeus.com>
2913      Branch: perl
2914            ! hints/hpux.sh
2915 ____________________________________________________________________________
2916 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
2917         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
2918              From: Paul_GreenVOS@vos.stratus.com
2919              Date: Fri, 31 May 02 12:23 edt
2920              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
2921      Branch: perl
2922            ! pod/perlport.pod pod/perlvar.pod
2923 ____________________________________________________________________________
2924 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
2925         Log: Big MacPerl Testing Patch No. 2
2926              There might be more soon, but this is almost all of it for now
2927      Branch: macperl
2928            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
2929            ! lib/Devel/SelfStubber.t lib/English.t
2930            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
2931            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
2932            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
2933            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
2934 ____________________________________________________________________________
2935 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
2936         Log: Update Changes.
2937      Branch: perl
2938            ! Changes patchlevel.h
2939 ____________________________________________________________________________
2940 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
2941         Log: Missing MANIFESTations.
2942      Branch: perl
2943            ! MANIFEST
2944 ____________________________________________________________________________
2945 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
2946         Log: DJGPP tweaks from Laszlo.
2947      Branch: perl
2948            ! lib/English.t
2949 ____________________________________________________________________________
2950 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
2951         Log: NetWare update from Ananth Kesari.
2952      Branch: perl
2953            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
2954            + lib/File/Spec/NW5.pm
2955            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
2956            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
2957            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
2958            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
2959            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
2960            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
2961            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
2962 ____________________________________________________________________________
2963 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
2964         Log: Integrate perlio:
2965              
2966              [ 16920]
2967              Use File::Spec for blib expectance tests - skating round
2968              existing MacOS and VMS hacks.
2969      Branch: perl
2970           !> lib/blib.t
2971 ____________________________________________________________________________
2972 [ 16920] By: nick                                  on 2002/05/31  08:48:40
2973         Log: Use File::Spec for blib expectance tests - skating round
2974              existing MacOS and VMS hacks.
2975      Branch: perlio
2976            ! lib/blib.t
2977 ____________________________________________________________________________
2978 [ 16919] By: nick                                  on 2002/05/31  08:39:37
2979         Log: Integrate mainline
2980      Branch: perlio
2981           +> ext/Storable/t/interwork56.t
2982           +> ext/Storable/t/make_56_interwork.pl
2983           +> lib/ExtUtils/t/writemakefile_args.t
2984           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
2985           +> t/lib/sample-tests/skipall_nomsg
2986            - NetWare/bat/Setwatcom.bat
2987           !> (integrate 62 files)
2988 ____________________________________________________________________________
2989 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
2990         Log: Regen toc.
2991      Branch: perl
2992            ! pod/perltoc.pod
2993 ____________________________________________________________________________
2994 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
2995         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
2996              From: "Craig A. Berry" <craigberry@mac.com>
2997              Date: Thu, 30 May 2002 22:14:15 -0500
2998              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
2999      Branch: perl
3000            ! t/test.pl
3001 ____________________________________________________________________________
3002 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
3003         Log: Missing from #16914.
3004      Branch: perl
3005            ! MANIFEST
3006 ____________________________________________________________________________
3007 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
3008         Log: BeOS status update.
3009      Branch: perl
3010            ! AUTHORS README.beos pod/perldelta.pod
3011 ____________________________________________________________________________
3012 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
3013         Log: Upgrade to Test::Harness 2.24.
3014      Branch: perl
3015            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
3016            + t/lib/sample-tests/skipall_nomsg
3017            ! lib/Test/Harness.pm lib/Test/Harness/Changes
3018            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
3019            ! lib/Test/Harness/t/strap-analyze.t
3020            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
3021 ____________________________________________________________________________
3022 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
3023         Log: metaconfig unit change for #16912.
3024      Branch: metaconfig/U/perl
3025            ! perlpath.U
3026 ____________________________________________________________________________
3027 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
3028         Log: Subject: Improved $^X patch
3029              From: Paul_GreenVOS@vos.stratus.com
3030              Date: Thu, 30 May 02 17:32 edt
3031              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
3032      Branch: perl
3033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3034            ! pod/perlport.pod pod/perlvar.pod
3035 ____________________________________________________________________________
3036 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
3037         Log: Subject: [PATCH configure.com] _ext -> _exe
3038              From: "Craig A. Berry" <craigberry@mac.com>
3039              Date: Thu, 30 May 2002 18:32:43 -0500
3040              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
3041      Branch: perl
3042            ! configure.com
3043 ____________________________________________________________________________
3044 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
3045         Log: Because of #16909 MANIFEST changes.
3046      Branch: perl
3047            ! t/TEST t/harness
3048 ____________________________________________________________________________
3049 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
3050         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
3051              From: Nicholas Clark <nick@unfortu.net>
3052              Date: Fri, 31 May 2002 00:02:22 +0100
3053              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
3054      Branch: perl
3055            + ext/Storable/t/interwork56.t
3056            + ext/Storable/t/make_56_interwork.pl
3057            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
3058            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3059            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
3060 ____________________________________________________________________________
3061 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
3062         Log: Integrate perlio:
3063              
3064              [ 16895]
3065              Play safe and avoid writes to stdio's buffer (for glibc2.3)
3066      Branch: perl
3067           !> perlio.c
3068 ____________________________________________________________________________
3069 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
3070         Log: Upgrade to Math::BigRat 0.06.
3071      Branch: perl
3072            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
3073 ____________________________________________________________________________
3074 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
3075         Log: Upgrade to Math::BigInt 1.57.
3076      Branch: perl
3077            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3078            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3079            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
3080            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
3081            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
3082 ____________________________________________________________________________
3083 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
3084         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
3085              From: "Craig A. Berry" <craigberry@mac.com>
3086              Date: Thu, 30 May 2002 16:22:40 -0500
3087              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
3088      Branch: perl
3089            ! lib/blib.t
3090 ____________________________________________________________________________
3091 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
3092         Log: Upgrade to ExtUtils::MakeMaker 6.01.
3093      Branch: perl
3094            + lib/ExtUtils/t/writemakefile_args.t
3095            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3096            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
3097            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
3098            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
3099            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3100            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3101            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
3102            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
3103 ____________________________________________________________________________
3104 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
3105         Log: prevent attempts to load extension libraries more than once on darwin.
3106              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
3107      Branch: perl
3108            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
3109 ____________________________________________________________________________
3110 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
3111         Log: Obsolete file.
3112      Branch: perl
3113            - NetWare/bat/Setwatcom.bat
3114            ! MANIFEST
3115 ____________________________________________________________________________
3116 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
3117         Log: Update Andy.
3118      Branch: perl
3119            ! hints/linux.sh
3120 ____________________________________________________________________________
3121 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
3122         Log: INT2PTR/PTR2IV defined twice.
3123      Branch: perl
3124            ! ext/Devel/PPPort/PPPort.pm
3125 ____________________________________________________________________________
3126 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
3127         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
3128              From: PPrymmer@factset.com
3129              Date: Thu, 30 May 2002 13:57:31 -0400
3130              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
3131              
3132              Multinet matters with s/might the/mind the/
3133      Branch: perl
3134            ! README.vms
3135 ____________________________________________________________________________
3136 [ 16898] By: nick                                  on 2002/05/30  15:55:46
3137         Log: Integrate mainline
3138      Branch: perlio
3139           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
3140           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
3141 ____________________________________________________________________________
3142 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
3143         Log: Document the glibc 2.2.5 long long bug.
3144      Branch: perl
3145            ! pod/perldelta.pod
3146 ____________________________________________________________________________
3147 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
3148         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
3149              From: Abigail <abigail@foad.org>
3150              Date: Thu, 30 May 2002 09:33:51 -0700
3151              Message-ID: <20020530093351.A18225@ucan.foad.org>
3152      Branch: perl
3153            ! pod/perlfunc.pod
3154 ____________________________________________________________________________
3155 [ 16895] By: nick                                  on 2002/05/30  14:40:11
3156         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
3157      Branch: perlio
3158            ! perlio.c
3159 ____________________________________________________________________________
3160 [ 16894] By: nick                                  on 2002/05/30  14:39:19
3161         Log: Integrate mainline
3162      Branch: perlio
3163           !> (integrate 50 files)
3164 ____________________________________________________________________________
3165 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
3166         Log: Update Changes.
3167      Branch: perl
3168            ! Changes patchlevel.h
3169 ____________________________________________________________________________
3170 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
3171         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
3172              From: "Green, Paul" <Paul.Green@stratus.com>
3173              Date: Thu, 30 May 2002 11:11:35 -0400
3174              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
3175      Branch: perl
3176            ! pod/perlvar.pod
3177 ____________________________________________________________________________
3178 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
3179         Log: charnames patch from Thomas Wegner.
3180      Branch: perl
3181            ! lib/charnames.pm lib/charnames.t
3182 ____________________________________________________________________________
3183 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
3184         Log: Subject: [Patch perl@16861] charnames::vianame tweak
3185              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3186              Date: Thu, 30 May 2002 23:56:51 +0900
3187              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
3188      Branch: perl
3189            ! lib/charnames.pm
3190 ____________________________________________________________________________
3191 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
3192         Log: Chart the self-tying minefield.
3193      Branch: perl
3194            ! pod/perldelta.pod
3195 ____________________________________________________________________________
3196 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
3197         Log: Ignasi Roca convinced me, so #16855 is back in.
3198      Branch: perl
3199            ! utfebcdic.h
3200 ____________________________________________________________________________
3201 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
3202         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
3203              From: Andy Dougherty <doughera@lafayette.edu>
3204              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
3205              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
3206      Branch: perl
3207            ! hints/linux.sh
3208 ____________________________________________________________________________
3209 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
3210         Log: Sync with libnet-1.12
3211      Branch: perl
3212            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
3213 ____________________________________________________________________________
3214 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
3215         Log: Subject: Re: perl@16861
3216              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3217              Date: Wed, 29 May 2002 15:27:18 -0700
3218              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
3219              
3220              Yitzchak won't give up on self-ties.
3221      Branch: perl
3222            ! pp_sys.c t/op/tie.t
3223 ____________________________________________________________________________
3224 [ 16884] By: ams                                   on 2002/05/30  13:32:52
3225         Log: Ronald Kimball pointed out that there was a run-on sentence in the
3226              last patch by Stas Bekman, and I fixed it, and while I was at it, I
3227              fixed the wording of the last phrase as well, and then I re-wrapped
3228              the paragraph.
3229      Branch: perl
3230            ! pod/perlvar.pod
3231 ____________________________________________________________________________
3232 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
3233         Log: Integrate macperl change #16875.
3234      Branch: perl
3235           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
3236           !> t/lib/warnings/op
3237 ____________________________________________________________________________
3238 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
3239         Log: Integrate macperl patch #16868.
3240      Branch: perl
3241           !> (integrate 36 files)
3242 ____________________________________________________________________________
3243 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
3244         Log: Subject: Re: [ PATCH ] module test fest
3245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3246              Date: Thu, 30 May 2002 13:52:18 +0200
3247              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
3248              
3249              HP-UX Oracle wisdom (with some tweaks)
3250      Branch: perl
3251            ! README.hpux
3252 ____________________________________________________________________________
3253 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
3254         Log: metaconfig unit change for #16879.
3255      Branch: metaconfig
3256            ! U/modified/Options.U
3257 ____________________________________________________________________________
3258 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
3259         Log: Configure -A should not mangle spaces, from H.Merijn B.
3260      Branch: perl
3261            ! Configure
3262 ____________________________________________________________________________
3263 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
3264         Log: OS/2: found the _fd_flags() prototype.
3265      Branch: perl
3266            ! os2/os2ish.h
3267 ____________________________________________________________________________
3268 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
3269         Log: Fix up the signal handler reinstallation lore.
3270      Branch: perl
3271            ! pod/perlipc.pod
3272 ____________________________________________________________________________
3273 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
3274         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
3275              From: Stas Bekman <stas@stason.org>
3276              Date: Thu, 30 May 2002 15:29:02 +0800
3277              Message-ID: <3CF5D4BE.4000500@stason.org>
3278      Branch: perl
3279            ! pod/perlipc.pod
3280 ____________________________________________________________________________
3281 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
3282         Log: Fixes for fixes
3283      Branch: macperl
3284            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
3285            ! t/lib/warnings/op
3286 ____________________________________________________________________________
3287 [ 16874] By: ams                                   on 2002/05/30  07:41:30
3288         Log: Fix typo in #16866.
3289      Branch: perl
3290            ! lib/File/stat.t
3291 ____________________________________________________________________________
3292 [ 16873] By: ams                                   on 2002/05/30  07:39:24
3293         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
3294              From: Stas Bekman <stas@stason.org>
3295              Date: Thu, 30 May 2002 16:14:55 +0800
3296              Message-Id: <3CF5DF7F.1060700@stason.org>
3297      Branch: perl
3298            ! lib/File/Spec/Unix.pm
3299 ____________________________________________________________________________
3300 [ 16872] By: ams                                   on 2002/05/30  07:38:34
3301         Log: Subject: [PATCH pod/perlvar.pod] $^X
3302              From: Stas Bekman <stas@stason.org>
3303              Date: Thu, 30 May 2002 15:59:48 +0800
3304              Message-Id: <3CF5DBF4.7080500@stason.org>
3305      Branch: perl
3306            ! pod/perlvar.pod
3307 ____________________________________________________________________________
3308 [ 16871] By: nick                                  on 2002/05/30  06:45:56
3309         Log: Integrate all but lib/File/stat.t which seems broken.
3310      Branch: perlio
3311           !> Changes Porting/patching.pod cygwin/perlld.in
3312           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
3313           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3314           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
3315           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
3316           !> t/run/fresh_perl.t utfebcdic.h
3317 ____________________________________________________________________________
3318 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
3319         Log: Integrate perl
3320      Branch: macperl
3321           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
3322           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3323           !> (integrate 137 files)
3324 ____________________________________________________________________________
3325 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
3326         Log: Makefile / config / test updates for MacPerl
3327      Branch: macperl
3328            + macos/MacPerlMakeTests.plx
3329            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3330            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
3331            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
3332 ____________________________________________________________________________
3333 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
3334         Log: Big MacPerl Testing Patch No. 1
3335              If you like this, stay tuned, there's more to come!
3336      Branch: macperl
3337            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
3338            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
3339            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
3340            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
3341            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
3342            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
3343            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
3344            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
3345            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
3346            ! lib/Test/Harness/t/strap-analyze.t
3347            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
3348            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
3349            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
3350            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
3351            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
3352 ____________________________________________________________________________
3353 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
3354         Log: Attachments are okay.
3355      Branch: perl
3356            ! Porting/patching.pod
3357 ____________________________________________________________________________
3358 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
3359         Log: OS/2: ENOINO.
3360      Branch: perl
3361            ! lib/File/stat.t
3362 ____________________________________________________________________________
3363 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
3364         Log: OS/2: provide prototype.
3365      Branch: perl
3366            ! os2/os2ish.h
3367 ____________________________________________________________________________
3368 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
3369         Log: OS/2: fp stringification fudge.
3370              (After this the whole suite passes 98.30%)
3371      Branch: perl
3372            ! t/base/num.t
3373 ____________________________________________________________________________
3374 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
3375         Log: harness wasn't running x2p/s2p.t.
3376      Branch: perl
3377            ! t/harness
3378 ____________________________________________________________________________
3379 [ 16862] By: nick                                  on 2002/05/29  14:12:41
3380         Log: Integrate mainline
3381      Branch: perlio
3382           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3383           !> (integrate 100 files)
3384 ____________________________________________________________________________
3385 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
3386         Log: Subject: [PATCH] pack 'w' should be using NV, not double
3387              From: Nicholas Clark <nick@ccl4.org>
3388              Date: Wed, 29 May 2002 15:38:41 +0100
3389              Message-ID: <20020529153840.L53388@plum.flirble.org>
3390      Branch: perl
3391            ! pp_pack.c
3392 ____________________________________________________________________________
3393 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
3394         Log: Update Changes.
3395      Branch: perl
3396            ! Changes patchlevel.h
3397 ____________________________________________________________________________
3398 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
3399         Log: Spelling bee.
3400      Branch: perl
3401            ! t/op/tie.t
3402 ____________________________________________________________________________
3403 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
3404         Log: Recover some of the #16845.
3405      Branch: perl
3406            ! sv.c t/op/tie.t t/run/fresh_perl.t
3407 ____________________________________________________________________________
3408 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
3409         Log: Retract #16855 until settled.
3410      Branch: perl
3411            ! utfebcdic.h
3412 ____________________________________________________________________________
3413 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
3414         Log: OS/2: more missing definitions.
3415      Branch: perl
3416            ! os2/os2ish.h
3417 ____________________________________________________________________________
3418 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
3419         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
3420              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
3421              Date: Wed, 29 May 2002 13:16:16 +0200
3422              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
3423      Branch: perl
3424            ! utfebcdic.h
3425 ____________________________________________________________________________
3426 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
3427         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
3428      Branch: perl
3429            ! ext/Devel/PPPort/PPPort.pm
3430 ____________________________________________________________________________
3431 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
3432         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
3433              From: "Gerrit P. Haase" <gp@familiehaase.de>
3434              Date: Wed, 29 May 2002 08:06:43 +0200
3435              Message-ID: <1881715214417.20020529080643@familiehaase.de>
3436      Branch: perl
3437            ! perl.h
3438 ____________________________________________________________________________
3439 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
3440         Log: OS/2: more missing headers from John Poltorak.
3441      Branch: perl
3442            ! os2/os2ish.h
3443 ____________________________________________________________________________
3444 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
3445         Log: Subject: Re: forewarning: usedevel and versiononly
3446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3447              Date: Wed, 29 May 2002 09:41:23 +0200
3448              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
3449              
3450              More 5.7.3 -> 5.8.0.
3451      Branch: perl
3452            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
3453            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
3454 ____________________________________________________________________________
3455 [ 16850] By: ams                                   on 2002/05/29  06:48:19
3456         Log: Lots of spring cleaning. (No functional changes.)
3457      Branch: perl
3458            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
3459            ! ext/Storable/README ext/Storable/Storable.pm
3460            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
3461            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
3462            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3463            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3464            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
3465            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
3466            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
3467            ! ext/Storable/t/store.t ext/Storable/t/tied.t
3468            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
3469            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
3470 ____________________________________________________________________________
3471 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
3472         Log: pod cleanups.
3473      Branch: perl
3474            ! README.aix README.cygwin README.jp README.ko README.macos
3475            ! README.tw pod/perl561delta.pod pod/perldelta.pod
3476            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
3477            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
3478            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
3479 ____________________________________________________________________________
3480 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
3481         Log: Regen perltoc.
3482      Branch: perl
3483            ! pod/perltoc.pod
3484 ____________________________________________________________________________
3485 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
3486         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
3487              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3488              Date: Wed, 29 May 2002 02:48:15 +0400
3489              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
3490      Branch: perl
3491            ! wince/Makefile.ce
3492 ____________________________________________________________________________
3493 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
3494         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
3495              From: PPrymmer@factset.com
3496              Date: Tue, 28 May 2002 18:34:55 -0400
3497              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
3498      Branch: perl
3499            ! configure.com vms/genopt.com
3500 ____________________________________________________________________________
3501 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
3502         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
3503              to restore some level of sanity in the tied scalars can of worms.
3504      Branch: perl
3505            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
3506 ____________________________________________________________________________
3507 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
3508         Log: extension of change#16332: isolate signal diddling to the main
3509              interpreter (fixes signal-related races, e.g. when multiple
3510              threads run system())
3511      Branch: maint-5.6/perl
3512            ! util.c
3513 ____________________________________________________________________________
3514 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
3515         Log: Bump the version numbers to five-eight-oh.
3516      Branch: perl
3517            ! Configure NetWare/Makefile NetWare/config_H.wc
3518            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
3519            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
3520            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
3521            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3522            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
3523            ! wince/config_H.ce
3524 ____________________________________________________________________________
3525 [ 16842] By: ams                                   on 2002/05/28  19:34:27
3526         Log: Subject: Minor INSTALL patch
3527              From: Andy Dougherty <doughera@lafayette.edu>
3528              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
3529              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
3530      Branch: perl
3531            ! INSTALL
3532 ____________________________________________________________________________
3533 [ 16841] By: ams                                   on 2002/05/28  19:01:22
3534         Log: Add integer.t to MANIFEST.
3535      Branch: perl
3536            ! ext/Storable/MANIFEST
3537 ____________________________________________________________________________
3538 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
3539         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
3540              From: Dan Kogai <dankogai@dan.co.jp>
3541              Date: Wed, 29 May 2002 03:43:57 +0900
3542              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
3543      Branch: perl
3544            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3545            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
3546            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
3547            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
3548            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
3549            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
3550            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
3551            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3552            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
3553            ! ext/Encode/t/mime-header.t
3554 ____________________________________________________________________________
3555 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
3556         Log: OS/2: bug found by John Poltorak.
3557      Branch: perl
3558            ! lib/ExtUtils/MM_OS2.pm
3559 ____________________________________________________________________________
3560 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
3561         Log: makefiles should not clobber lib/Thread directory (some Thread
3562              files seem to live there rather than in ext, for some reason)
3563      Branch: perl
3564            ! win32/Makefile win32/makefile.mk
3565 ____________________________________________________________________________
3566 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
3567         Log: Subject: [PATCH] Bug fix for charnames::vianame
3568              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3569              Date: Tue, 28 May 2002 23:53:39 +0900
3570              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
3571      Branch: perl
3572            ! lib/charnames.pm lib/charnames.t
3573 ____________________________________________________________________________
3574 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
3575         Log: Test output tweak.
3576      Branch: perl
3577            ! lib/ExtUtils/t/Embed.t
3578 ____________________________________________________________________________
3579 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
3580         Log: More charnames tweaks.
3581      Branch: perl
3582            ! lib/charnames.pm lib/charnames.t
3583 ____________________________________________________________________________
3584 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
3585         Log: Subject: [PATCH] Doc fix for charnames::vianame
3586              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3587              Date: Tue, 28 May 2002 22:46:41 +0900
3588              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
3589      Branch: perl
3590            ! lib/charnames.pm
3591 ____________________________________________________________________________
3592 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
3593         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
3594              From: "Yves Orton" <demerphq@hotmail.com>
3595              Date: Tue, 28 May 2002 15:43:12 +0200
3596              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
3597      Branch: perl
3598            ! lib/ExtUtils/t/Embed.t
3599 ____________________________________________________________________________
3600 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
3601         Log: metaconfig unit change for #16831.
3602      Branch: metaconfig/U/perl
3603            ! gccvers.U
3604 ____________________________________________________________________________
3605 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
3606         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
3607      Branch: perl
3608            ! Configure
3609 ____________________________________________________________________________
3610 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
3611         Log: Retract the Straps part of #16829 for now since
3612              the subtest 44 of t/strap.t started failing.
3613      Branch: perl
3614            ! lib/Test/Harness/Straps.pm
3615 ____________________________________________________________________________
3616 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
3617         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
3618              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3619              Date: Tue, 28 May 2002 08:17:53 +0200
3620              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
3621      Branch: perl
3622            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
3623            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
3624 ____________________________________________________________________________
3625 [ 16828] By: nick                                  on 2002/05/28  08:00:28
3626         Log: Integrate mainline
3627      Branch: perlio
3628           !> Changes Makefile.micro README.netware README.tru64
3629           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
3630           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
3631           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
3632           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3633           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
3634           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
3635           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
3636           !> uconfig.h util.c
3637 ____________________________________________________________________________
3638 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
3639         Log: Tru64: sockatmark trouble.
3640      Branch: perl
3641            ! README.tru64
3642 ____________________________________________________________________________
3643 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
3644         Log: Update Changes.
3645      Branch: perl
3646            ! Changes patchlevel.h
3647 ____________________________________________________________________________
3648 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
3649         Log: Integrate perl
3650      Branch: macperl
3651           +> ext/Storable/t/integer.t
3652            ! macos/MPVersion.r macos/config.sh
3653           !> (integrate 60 files)
3654 ____________________________________________________________________________
3655 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
3656         Log: Todo update.
3657      Branch: perl
3658            ! pod/perltodo.pod
3659 ____________________________________________________________________________
3660 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
3661         Log: Don't assume sh and true.
3662      Branch: perl
3663            ! Makefile.micro uconfig.h
3664 ____________________________________________________________________________
3665 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
3666         Log: Subject: Re: [PATCH] Version tango
3667              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3668              Date: Mon, 27 May 2002 13:20:56 -0700
3669              Message-ID: <oUp88gzkgy+T092yn@efn.org>
3670      Branch: perl
3671            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
3672            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
3673            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
3674            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3675            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
3676            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
3677 ____________________________________________________________________________
3678 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
3679         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
3680              stashes correctly.) Partial info is better than wrong info.
3681      Branch: perl
3682            ! t/lib/warnings/pp_hot util.c
3683 ____________________________________________________________________________
3684 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
3685         Log: A shot in the dark.
3686      Branch: perl
3687            ! mg.c
3688 ____________________________________________________________________________
3689 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
3690         Log: Comment nit from Yitzchak.
3691      Branch: perl
3692            ! sv.c
3693 ____________________________________________________________________________
3694 [ 16818] By: nick                                  on 2002/05/27  18:47:58
3695         Log: Integrate mainline
3696      Branch: perlio
3697           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
3698           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
3699           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
3700           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
3701           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
3702           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
3703           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
3704           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
3705           !> pod/perlsub.pod
3706 ____________________________________________________________________________
3707 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
3708         Log: POD cleanup and rewrapping.
3709      Branch: perl
3710            ! README.netware
3711 ____________________________________________________________________________
3712 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
3713         Log: Update Changes.
3714      Branch: perl
3715            ! Changes patchlevel.h
3716 ____________________________________________________________________________
3717 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
3718         Log: More NetWare.
3719      Branch: perl
3720            ! README.netware
3721 ____________________________________________________________________________
3722 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
3723         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
3724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3725              Date: Mon, 27 May 2002 19:26:27 +0200
3726              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
3727      Branch: perl
3728            ! hints/hpux.sh
3729 ____________________________________________________________________________
3730 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
3731         Log: We are not that certain about the localising of
3732              tied aggregates.
3733      Branch: perl
3734            ! pod/perldelta.pod
3735 ____________________________________________________________________________
3736 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
3737         Log: Missed from #16811.
3738      Branch: perl
3739            + NetWare/sv_nw.c
3740            ! MANIFEST
3741 ____________________________________________________________________________
3742 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
3743         Log: NetWare diff from Ananth Kesari.
3744      Branch: perl
3745            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
3746            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
3747 ____________________________________________________________________________
3748 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
3749         Log: Integrate perlio:
3750              
3751              [ 16809]
3752              Add IO::Scalar fail case to the tests.
3753              
3754              [ 16808]
3755              Fix for the IO::Scalar bug (I think).
3756              At tie time break the loop but in a different place:
3757              A. Increment REFCNT of the RV involved in the self-tie
3758              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
3759              At mg_free time
3760              Break the connection between the RV and its referent
3761              so that we do not try and free it (again).
3762              
3763              [ 16805]
3764              **** UNSAFE **** partial fix for IO::Scalar and local ties.
3765              Only op/local.t fails but it is nasty... try valgrind on other machine.
3766      Branch: perl
3767           !> mg.c sv.c t/op/tie.t
3768 ____________________________________________________________________________
3769 [ 16809] By: nick                                  on 2002/05/27  11:02:21
3770         Log: Add IO::Scalar fail case to the tests.
3771      Branch: perlio
3772            ! t/op/tie.t
3773 ____________________________________________________________________________
3774 [ 16808] By: nick                                  on 2002/05/27  09:54:46
3775         Log: Fix for the IO::Scalar bug (I think).
3776              At tie time break the loop but in a different place:
3777              A. Increment REFCNT of the RV involved in the self-tie
3778              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
3779              At mg_free time
3780              Break the connection between the RV and its referent
3781              so that we do not try and free it (again).
3782      Branch: perlio
3783            ! mg.c sv.c
3784 ____________________________________________________________________________
3785 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
3786         Log: select() portability nit.
3787      Branch: perl
3788            ! pod/perlfunc.pod
3789 ____________________________________________________________________________
3790 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
3791         Log: Fix a remaining B::Lint bug.
3792      Branch: perl
3793            ! ext/B/B/Lint.pm ext/B/t/lint.t
3794 ____________________________________________________________________________
3795 [ 16805] By: nick                                  on 2002/05/26  20:51:31
3796         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
3797              Only op/local.t fails but it is nasty... try valgrind on other machine.
3798      Branch: perlio
3799            ! sv.c
3800 ____________________________________________________________________________
3801 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
3802         Log: Some day I might actually learn to test changes first
3803              before committing them in.
3804      Branch: perl
3805            ! hints/darwin.sh
3806 ____________________________________________________________________________
3807 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
3808         Log: Until otherwise proven.
3809      Branch: perl
3810            ! hints/darwin.sh
3811 ____________________________________________________________________________
3812 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
3813         Log: Darwin hint tweaks.
3814      Branch: perl
3815            ! hints/darwin.sh
3816 ____________________________________________________________________________
3817 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
3818         Log: FAQ sync.
3819      Branch: perl
3820            ! pod/perlfaq5.pod pod/perlfaq6.pod
3821 ____________________________________________________________________________
3822 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
3823         Log: Subject: [DOC-PATCH] README.cygwin updated
3824              From: "Gerrit P. Haase" <gp@familiehaase.de>
3825              Date: Sun, 26 May 2002 14:56:14 +0200
3826              Message-ID: <1151480833395.20020526145614@familiehaase.de>
3827      Branch: perl
3828            ! README.cygwin
3829 ____________________________________________________________________________
3830 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
3831         Log: I thinkk thinggy has only one g.
3832      Branch: perl
3833            ! pod/perldelta.pod
3834 ____________________________________________________________________________
3835 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
3836         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
3837              From: Dave Mitchell <davem@fdgroup.com>
3838              Date: Sun, 26 May 2002 14:15:42 +0100
3839              Message-ID: <20020526141542.B18527@fdgroup.com>
3840      Branch: perl
3841            ! pod/perldelta.pod pod/perlsub.pod
3842 ____________________________________________________________________________
3843 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
3844         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
3845              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
3846              Date: Sat, 25 May 2002 21:52:16 -0700
3847              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
3848      Branch: perl
3849            ! ext/B/B/Deparse.pm
3850 ____________________________________________________________________________
3851 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
3852         Log: Slight reformatting; tiny tweaks.
3853      Branch: perl
3854            ! pod/perlipc.pod
3855 ____________________________________________________________________________
3856 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
3857         Log: Integrate perlio:
3858              
3859              [ 16794]
3860              Update perlipc.pod for new signals
3861      Branch: perl
3862           !> pod/perlipc.pod
3863 ____________________________________________________________________________
3864 [ 16794] By: nick                                  on 2002/05/26  08:07:12
3865         Log: Update perlipc.pod for new signals
3866      Branch: perlio
3867            ! pod/perlipc.pod
3868 ____________________________________________________________________________
3869 [ 16793] By: nick                                  on 2002/05/26  07:10:14
3870         Log: Integrate mainline
3871      Branch: perlio
3872           !> AUTHORS Changes Configure patchlevel.h
3873 ____________________________________________________________________________
3874 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
3875         Log: Mention that we do Win64.
3876      Branch: perl
3877            ! pod/perldelta.pod
3878 ____________________________________________________________________________
3879 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
3880         Log: Document the $Config{byteorder} changes.
3881      Branch: perl
3882            ! pod/perldelta.pod
3883 ____________________________________________________________________________
3884 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
3885         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
3886              From: Nicholas Clark <nick@unfortu.net>
3887              Date: Sat, 25 May 2002 22:37:19 +0100
3888              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
3889              
3890              Subject: [PATCH] Storable (smaller)
3891              From: Nicholas Clark <nick@unfortu.net>
3892              Date: Sat, 25 May 2002 23:13:13 +0100
3893              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
3894      Branch: perl
3895            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3896            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
3897 ____________________________________________________________________________
3898 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
3899         Log: Update Changes.
3900      Branch: perl
3901            ! Changes patchlevel.h
3902 ____________________________________________________________________________
3903 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
3904         Log: AUTHORS updates.
3905      Branch: perl
3906            ! AUTHORS
3907 ____________________________________________________________________________
3908 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
3909         Log: metaconfig unit changes for #16786.
3910      Branch: metaconfig
3911            ! U/modified/Getfile.U U/modified/pager.U
3912 ____________________________________________________________________________
3913 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
3914         Log: Pager query tweaks from Andy Dougherty (for OS/2).
3915      Branch: perl
3916            ! Configure
3917 ____________________________________________________________________________
3918 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
3919         Log: Integrate perlio:
3920              
3921              [ 16784]
3922              Fix VMS ungetc fix for platforms like NetBSD.
3923      Branch: perl
3924           !> perlio.c
3925 ____________________________________________________________________________
3926 [ 16784] By: nick                                  on 2002/05/25  17:34:48
3927         Log: Fix VMS ungetc fix for platforms like NetBSD.
3928      Branch: perlio
3929            ! perlio.c
3930 ____________________________________________________________________________
3931 [ 16783] By: nick                                  on 2002/05/25  16:33:14
3932         Log: Integrate mainline for Lupe's perlio.c fix before
3933              starting on NetBSD issue
3934      Branch: perlio
3935           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
3936           !> perlio.c pod/perlapio.pod pod/perldelta.pod
3937 ____________________________________________________________________________
3938 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
3939         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
3940              From: "Craig A. Berry" <craigberry@mac.com>
3941              Date: Sat, 25 May 2002 12:19:36 -0500
3942              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
3943      Branch: perl
3944            ! lib/ExtUtils/t/basic.t
3945 ____________________________________________________________________________
3946 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
3947         Log: BeOS: update the test status.
3948      Branch: perl
3949            ! README.beos pod/perldelta.pod
3950 ____________________________________________________________________________
3951 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
3952         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
3953              From: Nicholas Clark <nick@unfortu.net>
3954              Date: Sat, 25 May 2002 17:19:21 +0100
3955              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
3956      Branch: perl
3957            ! ext/Storable/t/integer.t
3958 ____________________________________________________________________________
3959 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
3960         Log: Update the number of tests.
3961      Branch: perl
3962            ! pod/perldelta.pod
3963 ____________________________________________________________________________
3964 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
3965         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
3966              From: lupe@lupe-christoph.de (Lupe Christoph)    
3967              Date: Sat, 25 May 2002 15:45:34 +0200
3968              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
3969      Branch: perl
3970            ! perlio.c pod/perlapio.pod
3971 ____________________________________________________________________________
3972 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
3973         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
3974              From: Nicholas Clark <nick@unfortu.net>
3975              Date: Sat, 25 May 2002 12:17:44 +0100
3976              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
3977      Branch: perl
3978            ! ext/Storable/t/integer.t
3979 ____________________________________________________________________________
3980 [ 16776] By: nick                                  on 2002/05/25  11:23:28
3981         Log: Integrate mainline
3982      Branch: perlio
3983           +> ext/Storable/t/integer.t
3984           !> (integrate 41 files)
3985 ____________________________________________________________________________
3986 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
3987         Log: perldelta tweaks.
3988      Branch: perl
3989            ! pod/perldelta.pod
3990 ____________________________________________________________________________
3991 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
3992         Log: UNICOS: update test status.
3993      Branch: perl
3994            ! ext/Socket/socketpair.t pod/perldelta.pod
3995 ____________________________________________________________________________
3996 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
3997         Log: UNICOS: since $] is really 5.00700299999997,
3998              testing for equivalence with 5.007003 isn't correct.
3999              (From Nicholas Clark.)
4000      Branch: perl
4001            ! ext/Storable/t/downgrade.t
4002 ____________________________________________________________________________
4003 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
4004         Log: Knock off one test failure thanks to #16771.
4005      Branch: perl
4006            ! pod/perldelta.pod
4007 ____________________________________________________________________________
4008 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
4009         Log: In some (rare) platforms (such as UNICOS) using the native
4010              atof is still better.
4011      Branch: perl
4012            ! numeric.c perl.h
4013 ____________________________________________________________________________
4014 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
4015         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
4016              From: "Craig A. Berry" <craigberry@mac.com>
4017              Date: Fri, 24 May 2002 16:24:44 -0500
4018              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
4019      Branch: perl
4020            ! pod/perldelta.pod vms/vms.c
4021 ____________________________________________________________________________
4022 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
4023         Log: Subject: [PATCH pod/perllol.pod] small typo
4024              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
4025              Date: Fri, 24 May 2002 16:05:07 -0400
4026              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
4027      Branch: perl
4028            ! pod/perllol.pod
4029 ____________________________________________________________________________
4030 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
4031         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
4032              From: Andy Dougherty <doughera@lafayette.edu>
4033              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
4034              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
4035      Branch: perl
4036            ! hints/solaris_2.sh
4037 ____________________________________________________________________________
4038 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
4039         Log: Subject: [patch] small change
4040              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4041              Date: Fri, 24 May 2002 19:18:24 +0400
4042              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
4043      Branch: perl
4044            ! perl.h win32/makefile.mk
4045 ____________________________________________________________________________
4046 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
4047         Log: Subject: [PATCH] README.aix
4048              From: John Peacock <jpeacock@rowman.com>    
4049              Date: Fri, 24 May 2002 10:49:39 -0400
4050              Message-ID: <3CEE5303.1070201@rowman.com>
4051      Branch: perl
4052            ! README.aix
4053 ____________________________________________________________________________
4054 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
4055         Log: Upgrade to Locale-Codes 2.04.
4056      Branch: perl
4057            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
4058            ! lib/Locale/Country.pm
4059 ____________________________________________________________________________
4060 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
4061         Log: Update Changes.
4062      Branch: perl
4063            ! Changes patchlevel.h
4064 ____________________________________________________________________________
4065 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
4066         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
4067              From: Abigail <abigail@foad.org>
4068              Date: Fri, 24 May 2002 02:43:37 -0700
4069              Message-ID: <20020524024337.A28749@ucan.foad.org>
4070      Branch: perl
4071            ! Makefile.SH
4072 ____________________________________________________________________________
4073 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
4074         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
4075              From: Abigail <abigail@foad.org>
4076              Date: Fri, 24 May 2002 02:26:48 -0700
4077              Message-ID: <20020524022648.A31684@ucan.foad.org>
4078      Branch: perl
4079            ! ext/POSIX/t/posix.t
4080 ____________________________________________________________________________
4081 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
4082         Log: Doc tweaks.
4083      Branch: perl
4084            ! pod/perlunicode.pod pod/perluniintro.pod
4085 ____________________________________________________________________________
4086 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
4087         Log: More portability defines, now mostly type-related
4088              (based on Storable.xs)
4089      Branch: perl
4090            ! ext/Devel/PPPort/PPPort.pm
4091 ____________________________________________________________________________
4092 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
4093         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
4094              From: Nicholas Clark <nick@unfortu.net>
4095              Date: Thu, 23 May 2002 23:43:16 +0100
4096              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
4097      Branch: perl
4098            + ext/Storable/t/integer.t
4099            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
4100            ! ext/Storable/Storable.xs
4101 ____________________________________________________________________________
4102 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
4103         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
4104              From: "Craig A. Berry" <craigberry@mac.com>
4105              Date: Thu, 23 May 2002 16:47:34 -0500
4106              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
4107      Branch: perl
4108            ! configure.com
4109 ____________________________________________________________________________
4110 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
4111         Log: One more ppportability thing (from Sarathy).
4112      Branch: perl
4113            ! ext/Devel/PPPort/PPPort.pm
4114 ____________________________________________________________________________
4115 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
4116         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
4117              From: Michael G Schwern <schwern@pobox.com>
4118              Date: Wed, 22 May 2002 19:21:43 -0400
4119              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
4120      Branch: perl
4121            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4122            ! lib/Test/Harness/t/strap-analyze.t
4123            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4124            ! t/lib/sample-tests/die_head_end
4125            ! t/lib/sample-tests/die_last_minute
4126 ____________________________________________________________________________
4127 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
4128         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
4129              From: Michael G Schwern <schwern@pobox.com>
4130              Date: Wed, 22 May 2002 19:14:35 -0400
4131              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
4132      Branch: perl
4133            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4134            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
4135            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
4136 ____________________________________________________________________________
4137 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
4138         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
4139              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4140              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
4141              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
4142      Branch: perl
4143            ! dump.c
4144 ____________________________________________________________________________
4145 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
4146         Log: Typo squad.
4147      Branch: perl
4148            ! ext/POSIX/POSIX.pod pod/perldelta.pod
4149 ____________________________________________________________________________
4150 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
4151         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
4152              From: Abigail <abigail@foad.org>
4153              Date: Thu, 23 May 2002 07:53:33 -0700
4154              Message-ID: <20020523075333.A14658@ucan.foad.org>
4155      Branch: perl
4156            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
4157 ____________________________________________________________________________
4158 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
4159         Log: PPPort dTHX.
4160      Branch: perl
4161            ! ext/Devel/PPPort/PPPort.pm
4162 ____________________________________________________________________________
4163 [ 16750] By: nick                                  on 2002/05/23  08:00:24
4164         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
4165      Branch: perlio
4166           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
4167           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
4168           !> pod/perldelta.pod
4169 ____________________________________________________________________________
4170 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
4171         Log: We do not want utf8.t to be compiled under -Mutf8,
4172              wonky as it sounds.
4173      Branch: perl
4174            ! lib/utf8.t
4175 ____________________________________________________________________________
4176 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
4177         Log: We do not want to see the utf8 hints bit.
4178      Branch: perl
4179            ! lib/vmsish.t
4180 ____________________________________________________________________________
4181 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
4182         Log: More -Mutf8 cleanup.
4183      Branch: perl
4184            ! ext/PerlIO/t/fallback.t
4185 ____________________________________________________________________________
4186 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
4187         Log: -Mutf8 cleanup.
4188      Branch: perl
4189            ! ext/Encode/t/mime-header.t
4190 ____________________________________________________________________________
4191 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
4192         Log: Integrate perlio:
4193              
4194              [ 16740]
4195              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
4196              
4197              [ 16739]
4198              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
4199              ungetc() and buffer snooping may not mix. So use buffer snoop
4200              hooks to avoid ungetc() where available.
4201              unread() falls back to using :pending layer, and fill has
4202              VMS specific code (which should not get used) or ungetc()
4203              which should work.
4204              
4205              [ 16737]
4206              Flag the VMS-problem-causing part of :encoding
4207              for enhancement. (Problem still needs fixing in perlio.c)
4208      Branch: perl
4209           !> ext/PerlIO/encoding/encoding.xs perlio.c
4210 ____________________________________________________________________________
4211 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
4212         Log: Subject: Re: Additional README.aix changes
4213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4214              Date: Wed, 22 May 2002 08:37:37 +0200
4215              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
4216      Branch: perl
4217            ! README.aix
4218 ____________________________________________________________________________
4219 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
4220         Log: HP-UX 11.00 io_xs hangup workaround.
4221      Branch: perl
4222            ! hints/hpux.sh
4223 ____________________________________________________________________________
4224 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
4225         Log: Updated UNICOS status from Mark Lutz.
4226      Branch: perl
4227            ! pod/perldelta.pod
4228 ____________________________________________________________________________
4229 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
4230         Log: UNICOS: Mark Lutz had a better idea.
4231      Branch: perl
4232            ! hints/unicos.sh
4233 ____________________________________________________________________________
4234 [ 16740] By: nick                                  on 2002/05/22  21:13:10
4235         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
4236      Branch: perlio
4237            ! perlio.c
4238 ____________________________________________________________________________
4239 [ 16739] By: nick                                  on 2002/05/22  20:59:22
4240         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
4241              ungetc() and buffer snooping may not mix. So use buffer snoop
4242              hooks to avoid ungetc() where available.
4243              unread() falls back to using :pending layer, and fill has
4244              VMS specific code (which should not get used) or ungetc()
4245              which should work.
4246      Branch: perlio
4247            ! perlio.c
4248 ____________________________________________________________________________
4249 [ 16738] By: nick                                  on 2002/05/22  20:34:55
4250         Log: Integrate mainline
4251      Branch: perlio
4252           !> (integrate 40 files)
4253 ____________________________________________________________________________
4254 [ 16737] By: nick                                  on 2002/05/22  19:04:13
4255         Log: Flag the VMS-problem-causing part of :encoding
4256              for enhancement. (Problem still needs fixing in perlio.c)
4257      Branch: perlio
4258            ! ext/PerlIO/encoding/encoding.xs
4259 ____________________________________________________________________________
4260 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
4261         Log: UNICOS: using uname -m is wrong since what matters
4262              is what CPUs (FPUs) we have.
4263      Branch: perl
4264            ! hints/unicos.sh
4265 ____________________________________________________________________________
4266 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
4267         Log: Update Changes.
4268      Branch: perl
4269            ! Changes patchlevel.h
4270 ____________________________________________________________________________
4271 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
4272         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
4273              From: Dave Mitchell <davem@fdgroup.com>
4274              Date: Wed, 22 May 2002 12:53:21 +0100
4275              Message-ID: <20020522125320.E12794@fdgroup.com>
4276      Branch: perl
4277            ! ext/threads/shared/t/cond.t
4278 ____________________________________________________________________________
4279 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
4280         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
4281              From: John Borwick <john_borwick@ncsu.edu>
4282              Date: Wed, 22 May 2002 04:10:37 -0400
4283              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
4284      Branch: perl
4285            ! pod/perlunicode.pod pod/perluniintro.pod
4286 ____________________________________________________________________________
4287 [ 16732] By: ams                                   on 2002/05/22  05:47:35
4288         Log: Integrate #16731 from //depot/macperl.
4289      Branch: perl
4290           !> t/io/crlf.t
4291 ____________________________________________________________________________
4292 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
4293         Log: Be more specific in what we're looking for
4294      Branch: macperl
4295            ! t/io/crlf.t
4296 ____________________________________________________________________________
4297 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
4298         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
4299      Branch: macperl
4300            + lib/Unicode/README
4301           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
4302           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
4303            - t/lib/st-dump.pl
4304            ! macos/MPVersion.r macos/config.sh
4305           !> (integrate 135 files)
4306 ____________________________________________________________________________
4307 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
4308         Log: FAQ sync.
4309      Branch: perl
4310            ! pod/perlfaq4.pod
4311 ____________________________________________________________________________
4312 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
4313         Log: Getopt::Std clarification from John Borwick.
4314      Branch: perl
4315            ! lib/Getopt/Std.pm
4316 ____________________________________________________________________________
4317 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
4318         Log: Subject: Re: [Patch] for problem with shellwords.pl
4319              From: "Curtis Poe" <cp@onsitetech.com>
4320              Date: Tue, 21 May 2002 11:17:40 -0700
4321              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
4322              
4323              Subject: [Patch] for security problem with Text::ParseWords
4324              From: "Curtis Poe" <cp@onsitetech.com>     
4325              Date: Tue, 21 May 2002 15:10:18 -0700
4326              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
4327      Branch: perl
4328            ! lib/Text/ParseWords.pm lib/shellwords.pl
4329 ____________________________________________________________________________
4330 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
4331         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
4332              From: Nicholas Clark <nick@unfortu.net>
4333              Date: Tue, 21 May 2002 23:01:48 +0100
4334              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
4335      Branch: perl
4336            ! ext/SDBM_File/SDBM_File.xs
4337 ____________________________________________________________________________
4338 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
4339         Log: Subject: [PATCH] Additional README.aix changes
4340              From: John Peacock <jpeacock@rowman.com>
4341              Date: Tue, 21 May 2002 12:01:10 -0400
4342              Message-ID: <3CEA6F46.70902@rowman.com>
4343      Branch: perl
4344            ! README.aix
4345 ____________________________________________________________________________
4346 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
4347         Log: Subject: Win32 crash in fork.t (perl@16694)
4348              From: "Kevin Chase" <kevincha99@hotmail.com>
4349              Date: Mon, 20 May 2002 17:02:16 -0700
4350              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
4351              
4352              
4353              It looks that the Poison() found its first target.
4354              The suggested patch is fine.
4355      Branch: perl
4356            ! cop.h
4357 ____________________________________________________________________________
4358 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
4359         Log: microperl: if DIEing on no-functionality, the has-functionality
4360              would be unreachable code.
4361      Branch: perl
4362            ! pp.c pp_sys.c
4363 ____________________________________________________________________________
4364 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
4365         Log: microperl: do not regenerate the perly.
4366      Branch: perl
4367            ! Makefile.micro
4368 ____________________________________________________________________________
4369 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
4370         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
4371              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4372              Date: Mon, 20 May 2002 22:55:46 -0700
4373              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
4374      Branch: perl
4375            ! utils/h2xs.PL
4376 ____________________________________________________________________________
4377 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
4378         Log: Regen uconfig.h.
4379      Branch: perl
4380            ! uconfig.h
4381 ____________________________________________________________________________
4382 [ 16719] By: ams                                   on 2002/05/21  05:02:01
4383         Log: Why quote some keys?
4384      Branch: perl
4385            ! ext/Storable/Makefile.PL
4386 ____________________________________________________________________________
4387 [ 16718] By: ams                                   on 2002/05/21  04:08:39
4388         Log: Suppress warning about $canonical. (Nicholas Clark)
4389      Branch: perl
4390            ! ext/Storable/Storable.pm
4391 ____________________________________________________________________________
4392 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
4393         Log: Subject: [PATCH] VMS iThreads follow-up
4394              From: "Craig A. Berry" <craigberry@mac.com>
4395              Date: Mon, 20 May 2002 21:34:17 -0500
4396              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
4397      Branch: perl
4398            ! configure.com
4399 ____________________________________________________________________________
4400 [ 16716] By: ams                                   on 2002/05/21  02:47:18
4401         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
4402              2. Install in core library directory. (Tatsuhiko Miyagawa)
4403      Branch: perl
4404            ! ext/Storable/Makefile.PL
4405 ____________________________________________________________________________
4406 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
4407         Log: Subject: [Encode] 1.72 released
4408              From: Dan Kogai <dankogai@dan.co.jp>
4409              Date: Tue, 21 May 2002 01:06:19 +0900
4410              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
4411      Branch: perl
4412            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4413            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
4414            ! ext/Encode/Unicode/Unicode.xs
4415            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
4416 ____________________________________________________________________________
4417 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
4418         Log: Update Changes.
4419      Branch: perl
4420            ! Changes patchlevel.h
4421 ____________________________________________________________________________
4422 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
4423         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
4424      Branch: perl
4425            ! pod/perlfaq4.pod
4426 ____________________________________________________________________________
4427 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
4428         Log: metaconfig unit changes for #16711.
4429      Branch: metaconfig
4430            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4431            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4432            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4433            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4434            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4435            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4436            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4437            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4438            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4439            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4440            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4441            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4442            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4443            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4444            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4445            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4446            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4447            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4448            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4449            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4450            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4451            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4452            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4453            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4454 ____________________________________________________________________________
4455 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
4456         Log: Document better what the foo_r_proto are supposed to be.
4457      Branch: perl
4458            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4459            ! config_h.SH reentr.pl
4460 ____________________________________________________________________________
4461 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
4462         Log: Subject: Re: pod patches.
4463              From: Jim Cromie <jcromie@divsol.com>
4464              Date: Mon, 20 May 2002 09:00:10 -0600
4465              Message-ID: <3CE90F7A.3070309@divsol.com>
4466              
4467              (with Philip Newton's tweaks)
4468      Branch: perl
4469            ! pod/perlsub.pod
4470 ____________________________________________________________________________
4471 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
4472         Log: Subject: Re: pod patch - perldelta.pod
4473              From: Jim Cromie <jcromie@divsol.com>
4474              Date: Mon, 20 May 2002 07:16:54 -0600
4475              Message-ID: <3CE8F746.50603@divsol.com>
4476      Branch: perl
4477            ! pod/perldelta.pod
4478 ____________________________________________________________________________
4479 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
4480         Log: Subject: [patch] one more little step for WinCE
4481              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4482              Date: Mon, 20 May 2002 11:47:19 +0400
4483              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
4484      Branch: perl
4485            ! wince/Makefile.ce
4486 ____________________________________________________________________________
4487 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
4488         Log: Preemptive doc patch.
4489      Branch: perl
4490            ! pod/perldelta.pod
4491 ____________________________________________________________________________
4492 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
4493         Log: The "constant sub redefined" warning can't be disabled.
4494      Branch: perl
4495            ! pod/perldiag.pod
4496 ____________________________________________________________________________
4497 [ 16705] By: nick                                  on 2002/05/20  10:18:26
4498         Log: Integrate mainline
4499      Branch: perlio
4500           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
4501           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
4502           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
4503           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
4504 ____________________________________________________________________________
4505 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
4506         Log: Missed hunk from #16701.
4507      Branch: perl
4508            ! vms/vms.c
4509 ____________________________________________________________________________
4510 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
4511         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
4512              From: andreas.koenig@anima.de (Andreas J. Koenig)
4513              Date: Mon, 20 May 2002 05:36:14 +0200
4514              Message-ID: <m34rh37aoh.fsf@anima.de>
4515      Branch: perl
4516            + lib/CPAN/t/mirroredby.t
4517            ! MANIFEST
4518 ____________________________________________________________________________
4519 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
4520         Log: Subject: tiny doc tweaks
4521              From: andreas.koenig@anima.de (Andreas J. Koenig)
4522              Date: Mon, 20 May 2002 05:07:13 +0200
4523              Message-ID: <m38z6f7c0u.fsf@anima.de>
4524      Branch: perl
4525            ! pod/perldelta.pod pod/perlfunc.pod
4526 ____________________________________________________________________________
4527 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
4528         Log: Subject: [PATCH @16694] ithreads for VMS
4529              From: "Craig A. Berry" <craigberry@mac.com>
4530              Date: Sun, 19 May 2002 22:06:43 -0500
4531              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
4532      Branch: perl
4533            ! configure.com vms/vms.c vms/vmsish.h
4534 ____________________________________________________________________________
4535 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
4536         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
4537              From: Autrijus Tang <autrijus@autrijus.org>
4538              Date: Mon, 20 May 2002 04:10:31 +0800
4539              Message-ID: <20020519201031.GA1603@not.autrijus.org>
4540      Branch: perl
4541            ! ext/Encode/Encode/Makefile_PL.e2x
4542 ____________________________________________________________________________
4543 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
4544         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
4545              while trying to -O3 optimize B.c.  (A bit weird since
4546              10.1.4 used to work fine, and nothing has changed in
4547              ext/B/..., but the overoptimization was repeatable.)
4548      Branch: perl
4549            + ext/B/hints/darwin.pl
4550            ! MANIFEST
4551 ____________________________________________________________________________
4552 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
4553         Log: UNICOS/mk seems to still have this problem.
4554      Branch: perl
4555            ! ext/Socket/socketpair.t
4556 ____________________________________________________________________________
4557 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
4558         Log: perldelta tweaks.
4559      Branch: perl
4560            ! pod/perldelta.pod
4561 ____________________________________________________________________________
4562 [ 16696] By: nick                                  on 2002/05/19  18:26:39
4563         Log: Integrate mailine
4564      Branch: perlio
4565           !> (integrate 35 files)
4566 ____________________________________________________________________________
4567 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
4568         Log: Document the reentrant_retry(), but from user's viewpoint.
4569      Branch: perl
4570            ! pod/perlthrtut.pod
4571 ____________________________________________________________________________
4572 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
4573         Log: Update Changes.
4574      Branch: perl
4575            ! Changes patchlevel.h
4576 ____________________________________________________________________________
4577 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
4578         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
4579              From: Slaven Rezic <slaven.rezic@berlin.de>
4580              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
4581              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
4582      Branch: perl
4583            ! lib/Benchmark.pm
4584 ____________________________________________________________________________
4585 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
4586         Log: Document once more the difference between :utf8
4587              and :encoding(...).
4588      Branch: perl
4589            ! lib/open.pm pod/perluniintro.pod
4590 ____________________________________________________________________________
4591 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
4592         Log: Third Degree: make the options more portable between
4593              Tru64 versions.
4594      Branch: perl
4595            ! Makefile.SH
4596 ____________________________________________________________________________
4597 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
4598         Log: IRIX SMP turned up a few hundred "Use of uninitialized
4599              value in numeric eq" warnings: initialise the $counter2.
4600      Branch: perl
4601            ! ext/threads/shared/t/cond.t
4602 ____________________________________________________________________________
4603 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
4604         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
4605              From: Dave Mitchell <davem@fdgroup.com>
4606              Date: Sun, 19 May 2002 00:50:43 +0100
4607              Message-ID: <20020519005043.F7275@fdgroup.com>
4608      Branch: perl
4609            ! ext/threads/shared/t/cond.t
4610 ____________________________________________________________________________
4611 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
4612         Log: Sarathy pointed out that instead of zeroing heap
4613              it is more prudent to poison it.
4614      Branch: perl
4615            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
4616            ! scope.c sv.c util.c
4617 ____________________________________________________________________________
4618 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
4619         Log: The thread warnings aren't quite yet working as planned.
4620      Branch: perl
4621            ! ext/threads/shared/t/cond.t
4622 ____________________________________________________________________________
4623 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
4624         Log: Forgotten from #16685.
4625      Branch: perl
4626            ! ext/threads/shared/t/cond.t
4627 ____________________________________________________________________________
4628 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
4629         Log: Subject: [PATCH threads] revised warnings + more tests + docs
4630              From: Dave Mitchell <davem@fdgroup.com>
4631              Date: Sat, 18 May 2002 22:24:51 +0100
4632              Message-ID: <20020518222451.E7275@fdgroup.com>
4633      Branch: perl
4634            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4635            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
4636            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
4637 ____________________________________________________________________________
4638 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
4639         Log: Storable status tweak.
4640      Branch: perl
4641            ! pod/perldelta.pod
4642 ____________________________________________________________________________
4643 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
4644         Log: perlfunc and perldelta updates about caller().
4645      Branch: perl
4646            ! pod/perldelta.pod pod/perlfunc.pod
4647 ____________________________________________________________________________
4648 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
4649         Log: Subject: [PATCH] RE: perl@16678
4650              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4651              Date: Sat, 18 May 2002 21:15:43 +0100
4652              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
4653              
4654              Making the symbols generated by warnings.pl future-proof.
4655      Branch: perl
4656            ! lib/warnings.pm warnings.h warnings.pl
4657 ____________________________________________________________________________
4658 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
4659         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
4660              From: Michael G Schwern <schwern@pobox.com>
4661              Date: Sat, 18 May 2002 14:53:50 -0400
4662              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
4663      Branch: perl
4664            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
4665            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
4666 ____________________________________________________________________________
4667 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
4668         Log: Prettyprinting.
4669      Branch: perl
4670            ! t/op/recurse.t
4671 ____________________________________________________________________________
4672 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
4673         Log: Companion to #16601: cxinc would create uninitialized
4674              PERL_CONTEXTs.  The bug was tickled by the test
4675              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
4676              added to check that I got the context stack extension right.
4677              Also rewrite recurse.t to use test.pl.
4678      Branch: perl
4679            ! scope.c t/op/recurse.t
4680 ____________________________________________________________________________
4681 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
4682         Log: Update Changes.
4683      Branch: perl
4684            ! Changes patchlevel.h
4685 ____________________________________________________________________________
4686 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
4687         Log: URL and other tiny tweaks.
4688      Branch: perl
4689            ! pod/perluniintro.pod
4690 ____________________________________________________________________________
4691 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
4692         Log: Subject: [Patch] doc patch on Unicode
4693              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4694              Date: Sun, 19 May 2002 01:01:58 +0900
4695              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
4696      Branch: perl
4697            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
4698 ____________________________________________________________________________
4699 [ 16675] By: ams                                   on 2002/05/18  15:06:35
4700         Log: s/2.0/2.00/ to be CPAN friendly.
4701      Branch: perl
4702            ! ext/Storable/Storable.pm
4703 ____________________________________________________________________________
4704 [ 16674] By: ams                                   on 2002/05/18  14:47:07
4705         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
4706              EBCDIC, amazing.
4707              From: Philip Newton <Philip.Newton@gmx.net>
4708              Date: Sat, 18 May 2002 09:54:13 +0200
4709              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
4710      Branch: perl
4711            ! lib/Pod/t/eol.t
4712 ____________________________________________________________________________
4713 [ 16673] By: ams                                   on 2002/05/18  14:41:00
4714         Log: Subject: Storable test for 64 bit 5.6.1
4715              From: Nicholas Clark <nick@unfortu.net>
4716              Date: Sat, 18 May 2002 15:48:55 +0100
4717              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
4718              (Private mail.)
4719      Branch: perl
4720            ! ext/Storable/t/malice.t
4721 ____________________________________________________________________________
4722 [ 16672] By: nick                                  on 2002/05/18  09:47:51
4723         Log: Integrate mainline
4724      Branch: perlio
4725           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
4726            - t/lib/st-dump.pl
4727           !> (integrate 67 files)
4728 ____________________________________________________________________________
4729 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
4730         Log: No more true.
4731      Branch: perl
4732            ! lib/vars.pm
4733 ____________________________________________________________________________
4734 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
4735         Log: Make use vars grok UTF-8.
4736      Branch: perl
4737            ! lib/vars.pm t/run/fresh_perl.t
4738 ____________________________________________________________________________
4739 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
4740         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
4741              From: Michael G Schwern <schwern@pobox.com>
4742              Date: Fri, 17 May 2002 23:54:29 -0400  
4743              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
4744      Branch: perl
4745            ! t/op/tie.t t/run/fresh_perl.t
4746 ____________________________________________________________________________
4747 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
4748         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
4749              From: Michael G Schwern <schwern@pobox.com>
4750              Date: Fri, 17 May 2002 20:37:26 -0400  
4751              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
4752      Branch: perl
4753            + t/lib/sample-tests/shbang_misparse
4754            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
4755            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
4756            ! lib/Test/Harness/t/test-harness.t
4757 ____________________________________________________________________________
4758 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
4759         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
4760              From: Nicholas Clark <nick@unfortu.net>
4761              Date: Sat, 18 May 2002 00:18:39 +0100  
4762              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
4763              
4764              Use Storable's st-dump.pl.
4765      Branch: perl
4766            - t/lib/st-dump.pl
4767            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
4768            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
4769            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4770            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
4771            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
4772            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
4773            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
4774 ____________________________________________________________________________
4775 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
4776         Log: Forgotten from #16656.
4777      Branch: perl
4778            ! ext/B/B.xs
4779 ____________________________________________________________________________
4780 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
4781         Log: Subject: [PATCH] Storable ChangeLog ready for release 
4782              From: Nicholas Clark <nick@unfortu.net>
4783              Date: Fri, 17 May 2002 23:17:34 +0100  
4784              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
4785      Branch: perl
4786            ! ext/Storable/ChangeLog
4787 ____________________________________________________________________________
4788 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
4789         Log: Subject: [PATCH] Storable stand alone tests
4790              From: Nicholas Clark <nick@unfortu.net>
4791              Date: Fri, 17 May 2002 22:43:35 +0100  
4792              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
4793      Branch: perl
4794            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
4795            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
4796            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4797            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4798            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
4799            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
4800            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
4801            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4802            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4803            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
4804 ____________________________________________________________________________
4805 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
4806         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
4807              From: Michael G Schwern <schwern@pobox.com>
4808              Date: Fri, 17 May 2002 17:17:54 -0400  
4809              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
4810      Branch: perl
4811            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4812            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
4813            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
4814            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4815            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
4816            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4817            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4818            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4819            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4820            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
4821            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
4822            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
4823            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
4824            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
4825 ____________________________________________________________________________
4826 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
4827         Log: More regression tests for caller() and fix one bug of #16658.
4828      Branch: perl
4829            ! pp_ctl.c t/op/caller.t
4830 ____________________________________________________________________________
4831 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
4832         Log: Integrate perlio:
4833              
4834              [ 16657]
4835              Fix the crlf.t buffer leak
4836              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
4837              flagged it because it is more often popped without stream
4838              being closed.
4839              - Define non-noop PerlIOBuf_popped(), use it and export it.
4840      Branch: perl
4841           !> makedef.pl perlio.c perliol.h
4842 ____________________________________________________________________________
4843 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
4844         Log: Add a note about Cwd::fastcwd() returning tainted data.
4845              Sort modules alphabetically.
4846      Branch: perl
4847            ! pod/perldelta.pod
4848 ____________________________________________________________________________
4849 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
4850         Log: Remove O from the untested modules list.
4851      Branch: perl
4852            ! t/lib/1_compile.t
4853 ____________________________________________________________________________
4854 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
4855         Log: Fix bug 20020517.003 : segfault with caller().
4856              Add regression tests for caller.
4857      Branch: perl
4858            + t/op/caller.t
4859            ! MANIFEST pp_ctl.c
4860 ____________________________________________________________________________
4861 [ 16657] By: nick                                  on 2002/05/17  17:18:18
4862         Log: Fix the crlf.t buffer leak
4863              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
4864              flagged it because it is more often popped without stream
4865              being closed.
4866              - Define non-noop PerlIOBuf_popped(), use it and export it.
4867      Branch: perlio
4868            ! makedef.pl perlio.c perliol.h
4869 ____________________________________________________________________________
4870 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
4871         Log: PERL_HASH() casting games so that our hashed data is "unsigned
4872              char" but old code using just a "char" doesn't need changes.
4873              (The change is using a temporary pointer instead of a direct
4874              cast to unsigned char* which would blindly cast anything,
4875              not just char pointers.)  (The problem arose in MacOS Classic,
4876              as seen by Pudge, the cure by Nicholas Clark.)
4877      Branch: perl
4878            ! hv.c hv.h op.c sv.c vms/vms.c
4879 ____________________________________________________________________________
4880 [ 16655] By: nick                                  on 2002/05/17  14:59:20
4881         Log: Integrate mainline
4882      Branch: perlio
4883           !> (integrate 28 files)
4884 ____________________________________________________________________________
4885 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
4886         Log: Update Changes.
4887      Branch: perl
4888            ! Changes patchlevel.h
4889 ____________________________________________________________________________
4890 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
4891         Log: FAQ sync.
4892      Branch: perl
4893            ! pod/perlfaq4.pod pod/perlfaq8.pod
4894 ____________________________________________________________________________
4895 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
4896         Log: Forgot from #16628.
4897      Branch: perl
4898            ! ext/Encode/Makefile.PL
4899 ____________________________________________________________________________
4900 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
4901         Log: One Last Time
4902      Branch: macperl
4903            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4904            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
4905            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
4906            + lib/Unicode/UCD.t
4907 ____________________________________________________________________________
4908 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
4909         Log: Stupid case insensitivity
4910      Branch: macperl
4911            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
4912            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
4913            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
4914            - lib/unicode/UCD.t
4915 ____________________________________________________________________________
4916 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
4917         Log: Move Unicode -> unicode, remove README
4918      Branch: macperl
4919            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4920            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
4921            - lib/Unicode/Collate/t/test.t lib/Unicode/README
4922            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
4923 ____________________________________________________________________________
4924 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
4925         Log: Move Unicode -> unicode, remove README (oops, forgot one)
4926      Branch: macperl
4927           +> lib/unicode/Collate/README
4928 ____________________________________________________________________________
4929 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
4930         Log: Move Unicode -> unicode, remove README
4931      Branch: macperl
4932           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
4933           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
4934           +> lib/unicode/UCD.pm lib/unicode/UCD.t
4935 ____________________________________________________________________________
4936 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
4937         Log: Integrate perl
4938      Branch: macperl
4939           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
4940           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
4941           +> lib/Thread/Semaphore.pm
4942            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
4943            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
4944            - wince/include/sys/types.h wince/include/sys/utime.h
4945            - wince/include/time.h
4946            ! macos/MPVersion.r macos/config.sh
4947           !> (integrate 173 files)
4948 ____________________________________________________________________________
4949 [ 16645] By: nick                                  on 2002/05/17  06:56:40
4950         Log: Integrate mainline
4951      Branch: perlio
4952           +> ext/Storable/t/st-dump.pl
4953            - wince/FindExt.pm
4954           !> (integrate 40 files)
4955 ____________________________________________________________________________
4956 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
4957         Log: STDERR noise.
4958      Branch: perl
4959            ! lib/Switch.pm
4960 ____________________________________________________________________________
4961 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
4962         Log: Upgrade to Switch 2.07.
4963      Branch: perl
4964            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
4965            ! lib/Switch/t/given.t lib/Switch/t/nested.t
4966            ! lib/Switch/t/switch.t
4967 ____________________________________________________________________________
4968 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
4969         Log: Missed hunk in #16641.
4970      Branch: perl
4971            ! lib/Filter/Simple/Changes
4972 ____________________________________________________________________________
4973 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
4974         Log: Upgrade to Filter::Simple 0.78.
4975              (Keep #14432, let Damian know of it.)
4976      Branch: perl
4977            ! lib/Filter/Simple.pm lib/Filter/Simple/README
4978            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
4979            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
4980            ! lib/Filter/Simple/t/import.t
4981 ____________________________________________________________________________
4982 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
4983         Log: More Third Degree.
4984      Branch: perl
4985            ! t/TEST
4986 ____________________________________________________________________________
4987 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
4988         Log: Third Degree tweaks.
4989      Branch: perl
4990            ! pod/perlhack.pod t/TEST
4991 ____________________________________________________________________________
4992 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
4993         Log: Purify: dl_last_error was leaking.
4994      Branch: perl
4995            ! ext/DynaLoader/dlutils.c
4996 ____________________________________________________________________________
4997 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
4998         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
4999              From: Chris Ball <chris@cpan.org>
5000              Date: 16 May 2002 20:51:34 +0100
5001              Message-ID: <86lmajvpkp.fsf@void.printf.net>
5002      Branch: perl
5003            ! utils/perldoc.PL
5004 ____________________________________________________________________________
5005 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
5006         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
5007              From: "Craig A. Berry" <craigberry@mac.com>
5008              Date: Thu, 16 May 2002 14:13:15 -0500
5009              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
5010      Branch: perl
5011            ! lib/ExtUtils/t/Constant.t
5012 ____________________________________________________________________________
5013 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
5014         Log: Make Cwd::fastcwd() return a tainted value.
5015              Add regression tests for taint-safety of the *cwd()
5016              functions.
5017      Branch: perl
5018            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
5019 ____________________________________________________________________________
5020 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
5021         Log: Subject: Re: AIX warning in hints regarding gcc
5022              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5023              Date: Thu, 16 May 2002 18:55:41 +0200
5024              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
5025      Branch: perl
5026            ! hints/aix.sh
5027 ____________________________________________________________________________
5028 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
5029         Log: Update the test statuses.
5030      Branch: perl
5031            ! pod/perldelta.pod
5032 ____________________________________________________________________________
5033 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
5034         Log: The UDP sockpair failure seems to have magically
5035              disappeared from both UNICOSes.
5036              (One gets "UNEXPECTEDLY SUCCEEDED".)
5037      Branch: perl
5038            ! ext/Socket/socketpair.t
5039 ____________________________________________________________________________
5040 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
5041         Log: Brokenness of restricted hashes with Storable on EBCDIC
5042              seems to be an artifact of the downgrade.t.
5043      Branch: perl
5044            ! ext/Storable/Storable.pm
5045 ____________________________________________________________________________
5046 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
5047         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
5048              memory debuggers.
5049      Branch: perl
5050            ! pod/perlhack.pod
5051 ____________________________________________________________________________
5052 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
5053         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
5054              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5055              Date: Thu, 16 May 2002 16:42:34 +0200
5056              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
5057              
5058              gcc 3 version parsing proofing.
5059      Branch: perl
5060            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
5061 ____________________________________________________________________________
5062 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
5063         Log: Subject: [PATCH] good day for WinCE port of perl.
5064              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5065              Date: Thu, 16 May 2002 03:33:23 +0400
5066              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
5067      Branch: perl
5068            - wince/FindExt.pm
5069            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
5070            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
5071            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
5072            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
5073            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
5074            ! wince/config_H.ce wince/config_h.PL
5075 ____________________________________________________________________________
5076 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
5077         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
5078              From: slaven.rezic@berlin.de
5079              Date: Mon, 13 May 2002 16:02:24 +0200
5080              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
5081      Branch: perl
5082            ! ext/Sys/Syslog/Syslog.pm
5083 ____________________________________________________________________________
5084 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
5085         Log: Subject: Re: [PATCH] allow use threads qw(yield)
5086              From: Dave Mitchell <davem@fdgroup.com>
5087              Date: Wed, 15 May 2002 23:26:27 +0100
5088              Message-ID: <20020515232626.E28924@fdgroup.com>
5089      Branch: perl
5090            ! ext/threads/threads.xs
5091 ____________________________________________________________________________
5092 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
5093         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
5094              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5095              Date: Thu, 16 May 2002 14:22:21 +0200
5096              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
5097      Branch: perl
5098            ! hints/aix.sh
5099 ____________________________________________________________________________
5100 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
5101         Log: metaconfig unit change for #16623.
5102      Branch: metaconfig
5103            ! U/ebcdic/trnl.U
5104 ____________________________________________________________________________
5105 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
5106         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
5107              from John Poltorak <jp@eyup.org>.
5108      Branch: perl
5109            ! Configure
5110 ____________________________________________________________________________
5111 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
5112         Log: DJGPP doesn't have \r\n delimited files (it has \r).
5113      Branch: perl
5114            ! lib/Tie/File/t/21_win32.t
5115 ____________________________________________________________________________
5116 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
5117         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
5118              2. Doing a s///g instead of tr/// works better for CR-delimited
5119              files, like in DJGPP (since <FH> doesn't correctly pull in
5120              CR-delimited lines).
5121      Branch: perl
5122            ! lib/Pod/Html.pm lib/Pod/t/eol.t
5123 ____________________________________________________________________________
5124 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
5125         Log: Don't test $! with like() since one may have
5126              a non-English locale, or simply AIX :-)
5127      Branch: perl
5128            ! ext/PerlIO/t/fail.t
5129 ____________________________________________________________________________
5130 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
5131         Log: DJGPP updates from Laszlo Molnar.
5132      Branch: perl
5133            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
5134 ____________________________________________________________________________
5135 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
5136         Log: Integrate perlio:
5137              
5138              [ 16613]
5139              Make open fail when layer string does not parse.
5140      Branch: perl
5141           +> ext/PerlIO/t/fail.t
5142           !> MANIFEST perlio.c
5143 ____________________________________________________________________________
5144 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
5145         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
5146              From: Nicholas Clark <nick@unfortu.net>
5147              Date: Wed, 15 May 2002 23:06:20 +0100
5148              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
5149      Branch: perl
5150            ! ext/Storable/Storable.xs
5151 ____________________________________________________________________________
5152 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
5153         Log: Two down, ten to go.
5154      Branch: perl
5155            ! pod/perldelta.pod
5156 ____________________________________________________________________________
5157 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
5158         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
5159      Branch: perl
5160            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
5161 ____________________________________________________________________________
5162 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
5163         Log: Schizoid MANIFESTs.
5164      Branch: perl
5165            + ext/Storable/t/st-dump.pl
5166            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
5167 ____________________________________________________________________________
5168 [ 16613] By: nick                                  on 2002/05/15  19:26:00
5169         Log: Make open fail when layer string does not parse.
5170      Branch: perlio
5171            + ext/PerlIO/t/fail.t
5172            ! MANIFEST perlio.c
5173 ____________________________________________________________________________
5174 [ 16612] By: nick                                  on 2002/05/15  18:11:15
5175         Log: Integrate mainline
5176      Branch: perlio
5177           !> Changes ext/Storable/Storable.pm patchlevel.h
5178           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
5179 ____________________________________________________________________________
5180 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
5181         Log: Update Changes.
5182      Branch: perl
5183            ! Changes patchlevel.h
5184 ____________________________________________________________________________
5185 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
5186         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
5187      Branch: perl
5188            ! pod/perldelta.pod t/run/fresh_perl.t
5189 ____________________________________________________________________________
5190 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
5191         Log: Document some of the known EBCDIC problems with Storable.
5192              (There is more, but need to do more tests.)
5193      Branch: perl
5194            ! ext/Storable/Storable.pm
5195 ____________________________________________________________________________
5196 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
5197         Log: Purify finding: jperl.t causes a few Array Bounds Reads
5198              (one byte too far in a malloced buffer) at various spots
5199              in regcomp.c, all the buffers malloced by SvGROW() in
5200              sv_recode_to_utf8().
5201      Branch: perl
5202            ! sv.c
5203 ____________________________________________________________________________
5204 [ 16607] By: nick                                  on 2002/05/15  06:57:26
5205         Log: Integrate mainline
5206      Branch: perlio
5207           +> Porting/thirdclean
5208           !> (integrate 36 files)
5209 ____________________________________________________________________________
5210 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
5211         Log: Subject: [PATCH] Re: use of lc module names and warnings
5212              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5213              Date: Sun, 12 May 2002 23:09:46 +0200
5214              Message-ID: <20020512230946.E699@rafael>
5215      Branch: perl
5216            ! toke.c
5217 ____________________________________________________________________________
5218 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
5219         Log: More rule tweakage.
5220      Branch: perl
5221            ! Porting/thirdclean
5222 ____________________________________________________________________________
5223 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
5224         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
5225              From: Sam Tregar <sam@tregar.com>
5226              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
5227              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
5228      Branch: perl
5229            ! ext/Devel/DProf/DProf.xs
5230 ____________________________________________________________________________
5231 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
5232         Log: $VERSIONize.
5233      Branch: perl
5234            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
5235 ____________________________________________________________________________
5236 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
5237         Log: Third Degree: name the op/foo.t as op_foo.
5238      Branch: perl
5239            ! t/TEST
5240 ____________________________________________________________________________
5241 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
5242         Log: Read of uninitialized heap found by Third Degree
5243              (e.g. in t/op/subst.t)
5244      Branch: perl
5245            ! scope.c
5246 ____________________________________________________________________________
5247 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
5248         Log: Add more rules.
5249      Branch: perl
5250            ! Porting/thirdclean
5251 ____________________________________________________________________________
5252 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
5253         Log: Subject: [PATCH] allow use threads qw(yield)
5254              From: Dave Mitchell <davem@fdgroup.com>
5255              Date: Tue, 14 May 2002 22:49:47 +0100
5256              Message-ID: <20020514224947.F25049@fdgroup.com>
5257      Branch: perl
5258            ! ext/threads/threads.pm ext/threads/threads.xs
5259 ____________________________________________________________________________
5260 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
5261         Log: Micropatch from Olaf Flebbe.
5262      Branch: perl
5263            ! epoc/epoc.c
5264 ____________________________________________________________________________
5265 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
5266         Log: Subject: perlhack.pod typos [PATCH]
5267              From: "John P. Linderman" <jpl@research.att.com>
5268              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
5269              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
5270      Branch: perl
5271            ! pod/perlhack.pod
5272 ____________________________________________________________________________
5273 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
5274         Log: Subject: typo in Socket.pm
5275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5276              Date: Tue, 14 May 2002 12:02:47 +0200
5277              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
5278      Branch: perl
5279            ! ext/IO/lib/IO/Socket.pm
5280 ____________________________________________________________________________
5281 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
5282         Log: The #16592 needs this.
5283      Branch: perl
5284            ! embedvar.h perlapi.h
5285 ____________________________________________________________________________
5286 [ 16594] By: sky                                   on 2002/05/14  17:08:01
5287         Log: Subject: Re: lib/sort.t failure [PATCH]
5288              From: "John P. Linderman" <jpl@research.att.com>
5289              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
5290              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
5291      Branch: perl
5292            ! pod/perlfunc.pod
5293 ____________________________________________________________________________
5294 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
5295         Log: Add a script for cleaning out the "known noise"
5296              from Third Degree reports: either noise caused
5297              by libc itself, or Perl_yyparse leaks.
5298      Branch: perl
5299            + Porting/thirdclean
5300            ! MANIFEST
5301 ____________________________________________________________________________
5302 [ 16592] By: sky                                   on 2002/05/14  15:21:39
5303         Log: Turn the sort RealCmp for stable quicksorts into a
5304              threadsafe per interpreter values.
5305      Branch: perl
5306            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
5307 ____________________________________________________________________________
5308 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
5309         Log: reentr.h affects more C files than just reentr.c
5310      Branch: perl
5311            ! locale.c pp.c pp_sys.c
5312 ____________________________________________________________________________
5313 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
5314         Log: Document reentr.pl a bit better.  Still rather
5315              convoluted code, but it ain't broken, so...
5316      Branch: perl
5317            ! reentr.h reentr.pl
5318 ____________________________________________________________________________
5319 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
5320         Log: z/OS update: not all Storable was clear yet.
5321      Branch: perl
5322            ! pod/perldelta.pod
5323 ____________________________________________________________________________
5324 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
5325         Log: Avoid potentially empty struct.
5326      Branch: perl
5327            ! reentr.h reentr.pl
5328 ____________________________________________________________________________
5329 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
5330         Log: Todo tweaks.
5331      Branch: perl
5332            ! pod/perltodo.pod
5333 ____________________________________________________________________________
5334 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
5335         Log: Subject: [PATCH] various minor fixes in threads.            
5336              From: Dave Mitchell <davem@fdgroup.com>
5337              Date: Mon, 13 May 2002 23:48:22 +0100      
5338              Message-ID: <20020513234822.G21318@fdgroup.com>
5339      Branch: perl
5340            ! dump.c ext/threads/shared/shared.xs
5341 ____________________________________________________________________________
5342 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
5343         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
5344              From: PPrymmer@factset.com
5345              Date: Mon, 13 May 2002 17:37:28 -0400
5346              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
5347      Branch: perl
5348            ! vms/vms.c
5349 ____________________________________________________________________________
5350 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
5351         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
5352              From: Nicholas Clark <nick@unfortu.net>    
5353              Date: Mon, 13 May 2002 21:45:47 +0100
5354              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
5355      Branch: perl
5356            ! lib/ExtUtils/t/Constant.t
5357 ____________________________________________________________________________
5358 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
5359         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
5360              From: Nicholas Clark <nick@unfortu.net>    
5361              Date: Mon, 13 May 2002 21:47:38 +0100
5362              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
5363      Branch: perl
5364            ! lib/Benchmark.t
5365 ____________________________________________________________________________
5366 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
5367         Log: Subject: WinCE several touches
5368              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5369              Date: Tue, 14 May 2002 00:43:11 +0400      
5370              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
5371      Branch: perl
5372            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
5373            ! wince/config_h.PL
5374 ____________________________________________________________________________
5375 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
5376         Log: Subject: Re: perl@16573
5377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5378              Date: Mon, 13 May 2002 18:30:35 +0200
5379              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
5380              
5381              (gcc 3.0 vs 64-bit hpux hints)
5382      Branch: perl
5383            ! hints/hpux.sh
5384 ____________________________________________________________________________
5385 [ 16580] By: sky                                   on 2002/05/13  19:38:09
5386         Log: Make the point a bit clearer after suggestion from Merijin
5387      Branch: perl
5388            ! pod/perltodo.pod
5389 ____________________________________________________________________________
5390 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
5391         Log: perltodo update.
5392      Branch: perl
5393            ! pod/perltodo.pod
5394 ____________________________________________________________________________
5395 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
5396         Log: Subject: README.aix update
5397              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5398              Date: Mon, 13 May 2002 19:02:47 +0200
5399              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
5400      Branch: perl
5401            ! README.aix
5402 ____________________________________________________________________________
5403 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
5404         Log: export PerlIOBuf_get_base for win32 extension linkage
5405      Branch: perl
5406            ! makedef.pl
5407 ____________________________________________________________________________
5408 [ 16576] By: nick                                  on 2002/05/13  18:20:22
5409         Log: Integrate mainline
5410      Branch: perlio
5411           !> Changes README.vos ext/threads/shared/shared.pm
5412           !> ext/threads/shared/t/0nothread.t
5413           !> ext/threads/shared/t/av_refs.t
5414           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
5415           !> ext/threads/shared/t/hv_refs.t
5416           !> ext/threads/shared/t/hv_simple.t
5417           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
5418           !> ext/threads/shared/t/semaphore.t
5419           !> ext/threads/shared/t/shared_attr.t
5420           !> ext/threads/shared/t/sv_refs.t
5421           !> ext/threads/shared/t/sv_simple.t patchlevel.h
5422           !> pod/perldelta.pod vms/vms.c xsutils.c
5423 ____________________________________________________________________________
5424 [ 16575] By: ams                                   on 2002/05/13  15:42:50
5425         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
5426              From: Paul_GreenVOS@vos.stratus.com
5427              Date: Mon, 13 May 02 12:32 edt
5428              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
5429      Branch: perl
5430            ! README.vos pod/perldelta.pod
5431 ____________________________________________________________________________
5432 [ 16574] By: ams                                   on 2002/05/13  15:41:14
5433         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
5434              From: PPrymmer@factset.com
5435              Date: Mon, 13 May 2002 11:38:15 -0400
5436              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
5437      Branch: perl
5438            ! vms/vms.c
5439 ____________________________________________________________________________
5440 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
5441         Log: Update Changes.
5442      Branch: perl
5443            ! Changes patchlevel.h
5444 ____________________________________________________________________________
5445 [ 16572] By: sky                                   on 2002/05/13  12:30:35
5446         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
5447              From: Dave Mitchell <davem@fdgroup.com>
5448              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
5449              Message-Id: <20020510235227.J12298@fdgroup.com>
5450      Branch: perl
5451            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
5452            ! ext/threads/shared/t/av_refs.t
5453            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
5454            ! ext/threads/shared/t/hv_refs.t
5455            ! ext/threads/shared/t/hv_simple.t
5456            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
5457            ! ext/threads/shared/t/semaphore.t
5458            ! ext/threads/shared/t/shared_attr.t
5459            ! ext/threads/shared/t/sv_refs.t
5460            ! ext/threads/shared/t/sv_simple.t xsutils.c
5461 ____________________________________________________________________________
5462 [ 16571] By: nick                                  on 2002/05/13  07:54:10
5463         Log: Integrate Mainline
5464      Branch: perlio
5465           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
5466            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5467            - wince/include/cectype.h wince/include/errno.h
5468            - wince/include/sys/types.h wince/include/sys/utime.h
5469            - wince/include/time.h
5470           !> (integrate 51 files)
5471 ____________________________________________________________________________
5472 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
5473         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
5474              From: Michael G Schwern <schwern@pobox.com>
5475              Date: Sun, 12 May 2002 19:32:58 -0400
5476              Message-ID: <20020512233258.GK696@blackrider>
5477      Branch: perl
5478            ! t/TEST
5479 ____________________________________________________________________________
5480 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
5481         Log: Be clean.
5482      Branch: perl
5483            ! Makefile.SH ext/B/t/o.t
5484 ____________________________________________________________________________
5485 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
5486         Log: change#8666 ($Config{perllibs}) apparently never got into
5487              mainline--merge, and add other missing entries; regen
5488              config_H.* files
5489      Branch: perl
5490            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5491            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5492            ! win32/config_H.vc win32/config_H.vc64
5493 ____________________________________________________________________________
5494 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
5495         Log: Elaborate on the exit/wait plan a bit.
5496      Branch: perl
5497            ! pod/perltodo.pod
5498 ____________________________________________________________________________
5499 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
5500         Log: Slight doc tweaks.
5501      Branch: perl
5502            ! pod/perlthrtut.pod
5503 ____________________________________________________________________________
5504 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
5505         Log: OS/390: update the test results.
5506      Branch: perl
5507            ! pod/perldelta.pod
5508 ____________________________________________________________________________
5509 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
5510         Log: Add threadsafety caveats.
5511      Branch: perl
5512            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
5513 ____________________________________________________________________________
5514 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
5515         Log: Update the Mac OS X situation.
5516      Branch: perl
5517            ! pod/perldelta.pod
5518 ____________________________________________________________________________
5519 [ 16562] By: sky                                   on 2002/05/12  19:10:27
5520         Log: Update todo, removing things done and adding new things.
5521      Branch: perl
5522            ! pod/perltodo.pod
5523 ____________________________________________________________________________
5524 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
5525         Log: Reword the "threads still running" cleanup message.
5526      Branch: perl
5527            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
5528            ! pod/perltoc.pod
5529 ____________________________________________________________________________
5530 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
5531         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
5532              (The manifestation: running pat.t core dumps after test 639.
5533              Removing everything after 639 makes core go away, as does
5534              removing everything before 640.  I did say "weird".  Some
5535              sort of a memory corruption, no doubt, but no time to debug
5536              in more detail.)
5537      Branch: perl
5538            ! t/op/pat.t
5539 ____________________________________________________________________________
5540 [ 16559] By: sky                                   on 2002/05/12  17:59:41
5541         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
5542      Branch: perl
5543            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
5544            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5545            ! MANIFEST
5546 ____________________________________________________________________________
5547 [ 16558] By: sky                                   on 2002/05/12  17:57:51
5548         Log: Fixed bug where tmpsv would be null after the return of the 
5549              amagic. Now check for that and allocate the tmpsv afterwards, 
5550              this is done in all other places that use amagic.
5551              Fixes bug when threads->unknownfunction() was called and
5552              we coredumped on the stringification somewhere deep in the
5553              autoloader/dynaloader something. Far to deep for me to provide
5554              a test case.
5555      Branch: perl
5556            ! sv.c
5557 ____________________________________________________________________________
5558 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
5559         Log: (retracted by #16560)
5560              EBCDIC: must protect also compile time so that
5561              the illegal UTF-EBCDIC is not seen.
5562      Branch: perl
5563            ! t/op/pat.t
5564 ____________________________________________________________________________
5565 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
5566         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
5567      Branch: perl
5568            ! pod/perlebcdic.pod regcomp.c
5569 ____________________________________________________________________________
5570 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
5571         Log: As suggested by Dave Mitchell, adding yield()s at
5572              appropriate spots helps non-preemptive thread
5573              implementations, like the GNU pth.  Tested at NetBSD
5574              by Martin Weber <Ephaeton@gmx.net>.
5575      Branch: perl
5576            ! ext/threads/t/basic.t ext/threads/t/list.t
5577            ! ext/threads/t/thread.t
5578 ____________________________________________________________________________
5579 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
5580         Log: Subject: RE: VOS bleadperl test failure on 16539
5581              From: chromatic <chromatic@rmci.net>
5582              Date: Sat, 11 May 2002 23:23:54 -0700
5583              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
5584      Branch: perl
5585            ! ext/B/t/o.t
5586 ____________________________________________________________________________
5587 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
5588         Log: There's no rest for the wicked misspellers.
5589      Branch: perl
5590            ! pod/perlthrtut.pod
5591 ____________________________________________________________________________
5592 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
5593         Log: Detypos (and sticking with US spelling since Dan Sugalski
5594              wrote the original text of perlthrtut)
5595      Branch: perl
5596            ! ext/threads/threads.pm pod/perlthrtut.pod
5597 ____________________________________________________________________________
5598 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
5599         Log: Because of #16550 these tests would now spew
5600              "Malformed UTF-8" in EBCDIC.
5601      Branch: perl
5602            ! t/op/pat.t
5603 ____________________________________________________________________________
5604 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
5605         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
5606              scripts does not apply any more.  (The utf8.t needed a little
5607              bit of relaxing to work in EBCDIC, since *both* the bytes in
5608              subtest #30 are illegal UTF-EBCDIC, and the error message
5609              matched is slightly different.)  The utf8.t now passes.
5610      Branch: perl
5611            ! lib/utf8.t toke.c
5612 ____________________________________________________________________________
5613 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
5614         Log: Subject: [PATCH] a bit more for WinCE
5615              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
5616              Date: Sun, 12 May 2002 02:34:24 +0400
5617              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
5618      Branch: perl
5619            ! wince/wince.c
5620 ____________________________________________________________________________
5621 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
5622         Log: Subject: [PATCH] for WinCE cross-build, another one
5623              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
5624              Date: Sun, 12 May 2002 00:02:47 +0400
5625              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
5626      Branch: perl
5627            - wince/include/cectype.h wince/include/errno.h
5628            - wince/include/sys/types.h wince/include/sys/utime.h
5629            - wince/include/time.h
5630            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
5631            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
5632            ! wince/wince.c
5633 ____________________________________________________________________________
5634 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
5635         Log: Explicit casts due to #16542.
5636      Branch: perl
5637            ! ext/B/B.xs hv.c op.c sv.c
5638 ____________________________________________________________________________
5639 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
5640         Log: Upgrade to Test::Harness 2.21.
5641      Branch: perl
5642            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5643            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
5644            ! lib/Test/Harness/t/test-harness.t
5645 ____________________________________________________________________________
5646 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
5647         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
5648              but keep up with the $VERSION)
5649      Branch: perl
5650            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5651 ____________________________________________________________________________
5652 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
5653         Log: metaconfig unit change for #16543.
5654      Branch: metaconfig
5655            ! U/threads/usethreads.U
5656 ____________________________________________________________________________
5657 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
5658         Log: Subject: [PATCH] updated threads docs
5659              From: Dave Mitchell <davem@fdgroup.com>
5660              Date: Sat, 11 May 2002 20:00:51 +0100
5661              Message-ID: <20020511200050.D14841@fdgroup.com>
5662      Branch: perl
5663            ! Configure README.threads pod/perlothrtut.pod
5664            ! pod/perlthrtut.pod
5665 ____________________________________________________________________________
5666 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
5667         Log: Subject: unsigned char hashes (Re: perl@16539)
5668              From: Nicholas Clark <nick@unfortu.net>
5669              Date: Sat, 11 May 2002 17:54:44 +0100
5670              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
5671              
5672              Be explicitly unsigned char in the hash calculation.
5673      Branch: perl
5674            ! hv.h
5675 ____________________________________________________________________________
5676 [ 16541] By: nick                                  on 2002/05/11  08:21:00
5677         Log: Integrate mainline
5678      Branch: perlio
5679           +> ext/B/t/o.t
5680           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
5681           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
5682           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
5683 ____________________________________________________________________________
5684 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
5685         Log: Subject: more os x test output cosmetics
5686              From: Kay Röpke <kroepke@dolphin-services.de>
5687              Date: Fri, 10 May 2002 14:07:34 +0200
5688              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
5689      Branch: perl
5690            ! ext/DB_File/t/db-btree.t
5691 ____________________________________________________________________________
5692 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
5693         Log: Update Changes.
5694      Branch: perl
5695            ! Changes patchlevel.h
5696 ____________________________________________________________________________
5697 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
5698         Log: Regen toc.
5699      Branch: perl
5700            ! pod/perltoc.pod
5701 ____________________________________________________________________________
5702 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
5703         Log: Move pod, add $VERSION.
5704      Branch: perl
5705            ! ext/threads/shared/queue.pm
5706 ____________________________________________________________________________
5707 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
5708         Log: Unused variables.
5709      Branch: perl
5710            ! ext/Encode/Encode.xs
5711 ____________________________________________________________________________
5712 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
5713         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
5714              From: chromatic <chromatic@rmci.net>
5715              Date: Fri, 10 May 2002 07:43:25 -0700
5716              Message-ID: <20020510144325.26245.qmail@firewheel>
5717      Branch: perl
5718            + ext/B/t/o.t
5719            ! MANIFEST
5720 ____________________________________________________________________________
5721 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
5722         Log: Don't do JAPHs unless doing "make torturetest".
5723              Document the less obvious make test targets.
5724      Branch: perl
5725            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
5726 ____________________________________________________________________________
5727 [ 16533] By: nick                                  on 2002/05/10  06:02:58
5728         Log: Integrate mainline
5729      Branch: perlio
5730           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
5731           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
5732           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
5733           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
5734           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
5735           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
5736           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
5737           !> t/run/fresh_perl.t util.c
5738 ____________________________________________________________________________
5739 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
5740         Log: Subject: [PATCH] format and other warnings
5741              From: Robin Barker <rmb1@cise.npl.co.uk>
5742              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
5743              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
5744      Branch: perl
5745            ! Porting/pumpkin.pod ext/Encode/Encode.xs
5746            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
5747            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
5748            ! ext/threads/threads.xs
5749 ____________________________________________________________________________
5750 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
5751         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
5752      Branch: perl
5753            ! t/op/tie.t t/run/fresh_perl.t
5754 ____________________________________________________________________________
5755 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
5756         Log: Subject: Re: [PATCH] Re: perl@16433
5757              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
5758              Date: Thu, 09 May 2002 16:24:59 -0700
5759              Message-ID: <LVw28gzkguhE092yn@efn.org>
5760      Branch: perl
5761            ! t/op/tie.t
5762 ____________________________________________________________________________
5763 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
5764         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5765              From: Dave Mitchell <davem@fdgroup.com>
5766              Date: Thu, 9 May 2002 17:18:42 +0100
5767              Message-ID: <20020509171842.C9836@fdgroup.com>
5768      Branch: perl
5769            ! ext/threads/shared/t/cond.t
5770 ____________________________________________________________________________
5771 [ 16528] By: nick                                  on 2002/05/09  16:40:39
5772         Log: Integrate maint branch io (pipe) fixes.
5773      Branch: perl
5774           !> doio.c pp_sys.c util.c
5775 ____________________________________________________________________________
5776 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
5777         Log: FAQ sync.
5778      Branch: perl
5779            ! pod/perlfaq3.pod pod/perlfaq4.pod
5780 ____________________________________________________________________________
5781 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
5782         Log: metaconfig unit changes for #16525, plus extra linting.
5783      Branch: metaconfig
5784            ! U/compline/ptrsize.U U/protos/Protochk.U
5785            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5786            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5787            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5788            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5789            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5790            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5791            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5792            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5793            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5794            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5795            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5796            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5797            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5798            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5799            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5800            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5801            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5802            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5803            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5804            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5805            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5806            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5807            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5808            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5809 ____________________________________________________________________________
5810 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
5811         Log: metaconfig unit linting.
5812      Branch: perl
5813            ! reentr.pl
5814 ____________________________________________________________________________
5815 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
5816         Log: metaconfig unit changes for #16523.
5817      Branch: metaconfig
5818            ! U/compline/ptrsize.U
5819      Branch: metaconfig/U/perl
5820            ! use64bits.U
5821 ____________________________________________________________________________
5822 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
5823         Log: ptrsize should depend on use64bitall, not the other
5824              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
5825      Branch: perl
5826            ! Configure
5827 ____________________________________________________________________________
5828 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
5829         Log: Integrate #16510 from macperl;
5830              
5831              Tell IO.xs that MacOS sometimes doesn't need extra help
5832      Branch: perl
5833           !> ext/IO/IO.xs
5834 ____________________________________________________________________________
5835 [ 16521] By: ams                                   on 2002/05/09  12:42:12
5836         Log: Subject: Re: Storable doc patches
5837              From: "Philip Newton" <Philip.Newton@gmx.net>
5838              Date: Thu, 9 May 2002 14:32:29 +0200
5839              Message-Id: 
5840      Branch: perl
5841            ! ext/Storable/Storable.pm
5842 ____________________________________________________________________________
5843 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
5844         Log: cmp() compares chars, not bytes.
5845      Branch: perl
5846            ! pod/perllocale.pod
5847 ____________________________________________________________________________
5848 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
5849         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
5850      Branch: perl
5851            ! pod/perlhack.pod
5852 ____________________________________________________________________________
5853 [ 16518] By: ams                                   on 2002/05/09  09:04:31
5854         Log: Subject: Storable doc patches
5855              From: Philip Newton <Philip.Newton@gmx.net>
5856              Date: Thu, 09 May 2002 12:00:45 +0200
5857              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
5858      Branch: perl
5859            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5860 ____________________________________________________________________________
5861 [ 16517] By: ams                                   on 2002/05/09  08:53:50
5862         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
5863              From: Philip Newton <Philip.Newton@gmx.net>
5864              Date: Thu, 09 May 2002 11:16:06 +0200
5865              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
5866      Branch: perl
5867            ! ext/Storable/README
5868 ____________________________________________________________________________
5869 [ 16516] By: nick                                  on 2002/05/09  08:13:39
5870         Log: Integrate mainline
5871      Branch: perlio
5872           !> pod/perlxstut.pod
5873 ____________________________________________________________________________
5874 [ 16515] By: nick                                  on 2002/05/09  07:29:53
5875         Log: Integrate mainline
5876      Branch: perlio
5877           !> (integrate 27 files)
5878 ____________________________________________________________________________
5879 [ 16514] By: ams                                   on 2002/05/09  06:50:24
5880         Log: Subject: [Patch] perlxstut.pod
5881              From: lupe@lupe-christoph.de (Lupe Christoph)
5882              Date: Thu, 9 May 2002 09:42:02 +0200
5883              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
5884              (Applied with tweaks.)
5885      Branch: perl
5886            ! pod/perlxstut.pod
5887 ____________________________________________________________________________
5888 [ 16513] By: ams                                   on 2002/05/09  06:04:47
5889         Log: Subject: [Patch] perlapio.pod
5890              From: lupe@lupe-christoph.de (Lupe Christoph)
5891              Date: Thu, 9 May 2002 09:01:50 +0200
5892              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
5893              (Applied with tweaks.)
5894      Branch: perl
5895            ! pod/perlapio.pod
5896 ____________________________________________________________________________
5897 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
5898         Log: Integrate from macperl
5899      Branch: maint-5.6/macperl
5900           !> macos/macperl/MPConsole.cp
5901 ____________________________________________________________________________
5902 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
5903         Log: Make interrupt act as end of file, MacPerl Bug #542154
5904      Branch: macperl
5905            ! macos/macperl/MPConsole.cp
5906 ____________________________________________________________________________
5907 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
5908         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
5909      Branch: macperl
5910            ! ext/IO/IO.xs
5911 ____________________________________________________________________________
5912 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
5913         Log: Make perlio (!sfio) work on MacOS
5914      Branch: macperl
5915            ! macos/config.h macos/config.sh macos/macish.c
5916 ____________________________________________________________________________
5917 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
5918         Log: integrate maint-5.6/macperl contents
5919      Branch: maint-5.6/perl
5920           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
5921           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
5922           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
5923 ____________________________________________________________________________
5924 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
5925         Log: Rework #16506 some more.
5926      Branch: perl
5927            ! ext/Time/HiRes/HiRes.xs win32/win32.c
5928 ____________________________________________________________________________
5929 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
5930         Log: Rework #16503 a bit to keep all the HiRes implementation
5931              in one place, assuming we want to re-CPAN Time::HiRes at
5932              some point.
5933      Branch: perl
5934            ! ext/Time/HiRes/HiRes.xs win32/win32.c
5935 ____________________________________________________________________________
5936 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
5937         Log: metaconfig unit change for #16504.
5938      Branch: metaconfig
5939            ! U/modified/Cppsym.U
5940 ____________________________________________________________________________
5941 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
5942         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
5943              From: Pixel <pixel@mandrakesoft.com>
5944              Date: 08 May 2002 18:19:51 +0200
5945              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
5946      Branch: perl
5947            ! Configure
5948 ____________________________________________________________________________
5949 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
5950         Log: make the gettimeofday() implementation in Time::HiRes available
5951              from perl
5952      Branch: perl
5953            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
5954            ! win32/config.bc win32/config.gc win32/config.vc
5955            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5956            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
5957            ! win32/win32.c win32/win32iop.h
5958 ____________________________________________________________________________
5959 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
5960         Log: Subject: Test output update for OS X 10.1.4
5961              From: Kay Röpke <kroepke@dolphin-services.de>
5962              Date: Wed, 8 May 2002 22:23:36 +0200
5963              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
5964      Branch: perl
5965            ! ext/DB_File/t/db-recno.t
5966 ____________________________________________________________________________
5967 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
5968         Log: Subject: [PATCH] Re: perl@16433
5969              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5970              Date: Tue, 07 May 2002 18:40:44 -0700
5971              Message-ID: <cII28gzkgaOS092yn@efn.org>
5972              
5973              Subject: Re: [PATCH] Re: perl@16433
5974              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5975              Date: Wed, 08 May 2002 10:16:42 -0700
5976              Message-ID: <61V28gzkg+jG092yn@efn.org>
5977      Branch: perl
5978            ! pp_sys.c sv.c t/op/tie.t
5979 ____________________________________________________________________________
5980 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
5981         Log: Subject: [DOC PATCH] Minor threads::shared nits
5982              From: Simon Glover <scog@amnh.org>
5983              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
5984              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
5985      Branch: perl
5986            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
5987            ! ext/threads/shared/shared.pm
5988 ____________________________________________________________________________
5989 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
5990         Log: Subject: [DOC PATCH] perlthrtut proofreading
5991              From: Simon Glover <scog@amnh.org>
5992              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
5993              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
5994      Branch: perl
5995            ! pod/perlthrtut.pod
5996 ____________________________________________________________________________
5997 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
5998         Log: Deprecate 5.005threads.
5999      Branch: perl
6000            ! pod/perldelta.pod
6001 ____________________________________________________________________________
6002 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
6003         Log: Integrate perlio:
6004              
6005              [ 16496]
6006              Portability and doc tweaks to PerlIO/XS stuff.
6007              We are still "papering over the cracks" a bit,
6008              but now it is good stiff card held on with epoxy.
6009              
6010              [ 16495]
6011              PerlIO/XS interface routine and doc updates from
6012              lupe@lupe-christoph.de (Lupe Christoph) in mail
6013              Subject: [For Review] Patch for perlio.c and pods
6014              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
6015              Date: Sun, 5 May 2002 10:43:15 +0200
6016              (Minor tweaks to follow.)
6017      Branch: perl
6018           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
6019 ____________________________________________________________________________
6020 [ 16496] By: nick                                  on 2002/05/08  19:08:43
6021         Log: Portability and doc tweaks to PerlIO/XS stuff.
6022              We are still "papering over the cracks" a bit,
6023              but now it is good stiff card held on with epoxy.
6024      Branch: perlio
6025            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
6026 ____________________________________________________________________________
6027 [ 16495] By: nick                                  on 2002/05/08  17:56:43
6028         Log: PerlIO/XS interface routine and doc updates from
6029              lupe@lupe-christoph.de (Lupe Christoph) in mail
6030              Subject: [For Review] Patch for perlio.c and pods
6031              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
6032              Date: Sun, 5 May 2002 10:43:15 +0200
6033              (Minor tweaks to follow.)
6034      Branch: perlio
6035            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
6036 ____________________________________________________________________________
6037 [ 16494] By: nick                                  on 2002/05/08  17:40:34
6038         Log: Integrate mainline
6039      Branch: perlio
6040           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
6041           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
6042           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
6043           !> t/run/fresh_perl.t
6044 ____________________________________________________________________________
6045 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
6046         Log: Update Changes.
6047      Branch: perl
6048            ! Changes patchlevel.h
6049 ____________________________________________________________________________
6050 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
6051         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
6052              don't unlink /dev/null
6053      Branch: perl
6054            ! Porting/p4genpatch
6055 ____________________________________________________________________________
6056 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
6057         Log: Integrate perlio:
6058              
6059              [ 16487]
6060              Avoid pointless re-encode of data in :encoding's read buffer
6061              on a close
6062      Branch: perl
6063           !> ext/PerlIO/encoding/encoding.xs
6064 ____________________________________________________________________________
6065 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
6066         Log: The base.pm changes need this, too?
6067      Branch: perl
6068            ! lib/diagnostics.t
6069 ____________________________________________________________________________
6070 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
6071         Log: fix p4genpatch breakage (missing slash in patch headers)
6072      Branch: perl
6073            ! Porting/p4genpatch
6074 ____________________________________________________________________________
6075 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
6076         Log: Integrate #14679 from macperl;
6077              
6078              Skip layer symbols for sfio
6079      Branch: perl
6080           !> makedef.pl
6081 ____________________________________________________________________________
6082 [ 16487] By: nick                                  on 2002/05/08  13:12:47
6083         Log: Avoid pointless re-encode of data in :encoding's read buffer
6084              on a close
6085      Branch: perlio
6086            ! ext/PerlIO/encoding/encoding.xs
6087 ____________________________________________________________________________
6088 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
6089         Log: Integrate #16481 from macperl;
6090              
6091              p4genpatch Mac OS fixes (paths, utime)
6092      Branch: perl
6093           !> Porting/p4genpatch
6094 ____________________________________________________________________________
6095 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
6096         Log: Storable doc tweaks.
6097      Branch: perl
6098            ! ext/Storable/Storable.pm
6099 ____________________________________________________________________________
6100 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
6101         Log: Subject: Re: [PATCH] use base Notexists
6102              From: andreas.koenig@anima.de (Andreas J. Koenig)
6103              Date: Wed, 08 May 2002 15:57:53 +0200
6104              Message-ID: <m34rhi91y6.fsf@anima.de>
6105      Branch: perl
6106            ! lib/base.pm lib/fields.t
6107 ____________________________________________________________________________
6108 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
6109         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
6110              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
6111              Date: Wed, 8 May 2002 10:47:51 +0400
6112              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
6113      Branch: perl
6114            ! t/run/fresh_perl.t
6115 ____________________________________________________________________________
6116 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
6117         Log: Document how even "ASCII" locales can have problems
6118              if \w includes some of the regex metacharacters.
6119      Branch: perl
6120            ! lib/locale.t
6121 ____________________________________________________________________________
6122 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
6123         Log: p4genpatch Mac OS fixes (paths, utime)
6124      Branch: macperl
6125            ! Porting/p4genpatch
6126 ____________________________________________________________________________
6127 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
6128         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
6129              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
6130              Date: Wed, 8 May 2002 10:33:14 +0400
6131              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
6132      Branch: perl
6133            ! ext/File/Glob/bsd_glob.c
6134 ____________________________________________________________________________
6135 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
6136         Log: Skip layer symbols for sfio
6137      Branch: macperl
6138            ! makedef.pl
6139 ____________________________________________________________________________
6140 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
6141         Log: Bump up the Storable $VERSION to 2.0.
6142      Branch: perl
6143            ! ext/Storable/Storable.pm
6144 ____________________________________________________________________________
6145 [ 16477] By: nick                                  on 2002/05/08  06:21:18
6146         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
6147      Branch: perlio
6148           !> (integrate 36 files)
6149 ____________________________________________________________________________
6150 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
6151         Log: Oops, add back
6152      Branch: macperl
6153            + macos/MacPerlTests.cmd
6154 ____________________________________________________________________________
6155 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
6156         Log: Integrate with perl
6157      Branch: macperl
6158           +> Porting/p4genpatch ext/Digest/MD5/README
6159           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
6160           +> ext/threads/shared/semaphore.pm
6161           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
6162           +> t/comp/hints.t vos/compile_full_perl.cm
6163           +> vos/configure_full_perl.sh vos/make_full_perl.sh
6164           +> wince/compile.bat wince/win32io.c
6165            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
6166            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
6167           !> (integrate 206 files)
6168 ____________________________________________________________________________
6169 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
6170         Log: Update README (integrate from macperl)
6171      Branch: maint-5.6/macperl
6172           !> README.macos
6173 ____________________________________________________________________________
6174 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
6175         Log: Various syncs from macperl/ -> maint-5.6/macperl/
6176              File::Copy, File::Spec updates
6177              Test script modifications
6178              pp_require path bugfixes
6179      Branch: maint-5.6/macperl
6180            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
6181            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
6182 ____________________________________________________________________________
6183 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
6184         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
6185      Branch: macperl
6186            ! macos/macperl/MacPerl.podhelp
6187      Branch: maint-5.6/macperl
6188            ! macos/macperl/MacPerl.podhelp
6189 ____________________________________________________________________________
6190 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
6191         Log: Reset Mac::err flag in app, MacPerl Bug #546065
6192      Branch: macperl
6193            ! macos/macperl/MPScript.c
6194      Branch: maint-5.6/macperl
6195            ! macos/macperl/MPScript.c
6196 ____________________________________________________________________________
6197 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
6198         Log: Fix for some module install paths, MacPerl Bug #549611
6199      Branch: macperl
6200            ! macos/macperl/Droplets/installme.plx
6201            ! macos/macperl/Droplets/untarzipme.plx
6202      Branch: maint-5.6/macperl
6203            ! macos/macperl/Droplets/installme.plx
6204            ! macos/macperl/Droplets/untarzipme.plx
6205 ____________________________________________________________________________
6206 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
6207         Log: Stupid Mac::OSA::Simple bugs
6208      Branch: macperl
6209            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
6210      Branch: maint-5.6/macperl
6211            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
6212 ____________________________________________________________________________
6213 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
6214         Log: Various BuildTools fixes, MacPerl Bug #545341
6215      Branch: macperl
6216            ! macos/lib/Mac/BuildTools.pm
6217      Branch: maint-5.6/macperl
6218            ! macos/lib/Mac/BuildTools.pm
6219 ____________________________________________________________________________
6220 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
6221         Log: MM_MacOS has been moved from macos/lib/ to lib/
6222      Branch: macperl
6223            - macos/lib/ExtUtils/MM_MacOS.pm
6224 ____________________________________________________________________________
6225 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
6226         Log: Oops, add Digest::MD5 Makefile.mk back in
6227      Branch: macperl
6228            + macos/bundled_ext/Digest/MD5/Makefile.mk
6229 ____________________________________________________________________________
6230 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
6231         Log: Allow focus of first item, MacPerl Bug #529102
6232      Branch: macperl
6233            ! macos/ext/Mac/Windows/Windows.pm
6234      Branch: maint-5.6/macperl
6235            ! macos/ext/Mac/Windows/Windows.pm
6236 ____________________________________________________________________________
6237 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
6238         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
6239      Branch: macperl
6240            ! macos/lib/Mac/Glue.pm
6241      Branch: maint-5.6/macperl
6242            ! macos/lib/Mac/Glue.pm
6243 ____________________________________________________________________________
6244 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
6245         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
6246      Branch: perl
6247            ! makedef.pl
6248 ____________________________________________________________________________
6249 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
6250         Log: aTHX may be empty
6251      Branch: perl
6252            ! win32/win32.c
6253 ____________________________________________________________________________
6254 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
6255         Log: 5005threads builds again on windows
6256      Branch: perl
6257            ! win32/win32.c win32/win32.h
6258 ____________________________________________________________________________
6259 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
6260         Log: fixes for various warnings identified by Visual C++
6261      Branch: perl
6262            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
6263            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
6264            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
6265            ! win32/config.bc win32/config.gc win32/config.vc
6266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6267            ! win32/win32.c win32/win32iop.h
6268 ____________________________________________________________________________
6269 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
6270         Log: keep paths consistently slashed on windows
6271      Branch: perl
6272            ! t/harness
6273 ____________________________________________________________________________
6274 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
6275         Log: integrate makefile.mk changes into Makefile
6276      Branch: perl
6277            ! win32/Makefile
6278 ____________________________________________________________________________
6279 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
6280         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
6281              From: Nicholas Clark <nick@unfortu.net>
6282              Date: Tue, 7 May 2002 23:26:01 +0100
6283              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
6284      Branch: perl
6285            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
6286            ! ext/Storable/README ext/Storable/Storable.pm
6287            ! ext/Storable/t/malice.t
6288 ____________________________________________________________________________
6289 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
6290         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
6291              From: Dave Mitchell <davem@fdgroup.com>
6292              Date: Wed, 8 May 2002 00:11:02 +0100
6293              Message-ID: <20020508001102.D4118@fdgroup.com>
6294      Branch: perl
6295            ! pp_hot.c scope.c
6296 ____________________________________________________________________________
6297 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
6298         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
6299              From: Dave Mitchell <davem@fdgroup.com>
6300              Date: Tue, 7 May 2002 23:13:10 +0100
6301              Message-ID: <20020507231310.B4118@fdgroup.com>
6302      Branch: perl
6303            ! pp_hot.c
6304 ____________________________________________________________________________
6305 [ 16454] By: sky                                   on 2002/05/07  21:18:44
6306         Log: Documentation of async
6307      Branch: perl
6308            ! ext/threads/threads.pm
6309 ____________________________________________________________________________
6310 [ 16453] By: sky                                   on 2002/05/07  21:16:28
6311         Log: Documentation added.
6312      Branch: perl
6313            ! ext/threads/shared/semaphore.pm
6314 ____________________________________________________________________________
6315 [ 16452] By: sky                                   on 2002/05/07  21:15:34
6316         Log: Add support for async.
6317      Branch: perl
6318            ! ext/threads/threads.pm
6319 ____________________________________________________________________________
6320 [ 16451] By: sky                                   on 2002/05/07  21:01:47
6321         Log: Add documentation.
6322      Branch: perl
6323            ! ext/threads/shared/queue.pm
6324 ____________________________________________________________________________
6325 [ 16450] By: sky                                   on 2002/05/07  20:24:08
6326         Log: Fix bad assumptions in test case.
6327              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
6328              b) $var++ is not atomic
6329              c) the creating of the string to print and the actuall printing 
6330              could be preempted by another thread
6331      Branch: perl
6332            ! ext/threads/shared/t/queue.t
6333 ____________________________________________________________________________
6334 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
6335         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
6336              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6337              Date: Tue, 07 May 2002 19:41:03 +0200
6338              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
6339      Branch: perl
6340            ! makedepend.SH
6341 ____________________________________________________________________________
6342 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
6343         Log: Upgrade to Encode 1.71.
6344      Branch: perl
6345            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6346            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
6347 ____________________________________________________________________________
6348 [ 16447] By: nick                                  on 2002/05/07  18:39:47
6349         Log: Integrate mainline
6350      Branch: perlio
6351           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
6352           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
6353           !> lib/User/pwent.t
6354 ____________________________________________________________________________
6355 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
6356         Log: AUTHORS updates.
6357      Branch: perl
6358            ! AUTHORS
6359 ____________________________________________________________________________
6360 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
6361         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
6362              From: Robin Barker <rmb1@cise.npl.co.uk>
6363              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
6364              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
6365      Branch: perl
6366            ! ext/Encode/Encode.xs
6367 ____________________________________________________________________________
6368 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
6369         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
6370              From: Michael A Chase <mchase@ix.netcom.com>
6371              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
6372              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
6373              
6374              (plus add what POSIX says)
6375      Branch: perl
6376            ! lib/File/Spec/Unix.pm
6377 ____________________________________________________________________________
6378 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
6379         Log: Subject: Re: lib/User/pwent.t on Cygwin
6380              From: John Peacock <jpeacock@rowman.com>
6381              Date: Mon, 06 May 2002 10:14:21 -0400
6382              Message-ID: <3CD68FBD.8020502@rowman.com>
6383      Branch: perl
6384            ! lib/User/pwent.t
6385 ____________________________________________________________________________
6386 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
6387         Log: Subject: [PATCH] Storable (Re: perl@16433)
6388              From: Radu Greab <radu@netsoft.ro>
6389              Date: Tue, 7 May 2002 11:37:03 +0300
6390              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
6391              
6392              Subject: Re: [PATCH] Storable (Re: perl@16433)
6393              From: Radu Greab <radu@netsoft.ro>
6394              Date: Tue, 7 May 2002 12:49:24 +0300
6395              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
6396              
6397              Plug the Storable memory leaks.
6398      Branch: perl
6399            ! ext/Storable/Storable.xs
6400 ____________________________________________________________________________
6401 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
6402         Log: Upgrade to CPAN 1.61.
6403      Branch: perl
6404            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6405 ____________________________________________________________________________
6406 [ 16440] By: nick                                  on 2002/05/07  07:07:58
6407         Log: Integrate mainline
6408      Branch: perlio
6409           +> Porting/p4genpatch vos/compile_full_perl.cm
6410           +> vos/configure_full_perl.sh vos/make_full_perl.sh
6411           +> wince/compile.bat wince/win32io.c
6412            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
6413           !> (integrate 74 files)
6414 ____________________________________________________________________________
6415 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
6416         Log: Document the bad behaviour of for(1..5){$_++}
6417              (it works but it should fail)
6418      Branch: perl
6419            ! pod/perldelta.pod
6420 ____________________________________________________________________________
6421 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
6422         Log: README.ko update from Jungshik Shin.
6423      Branch: perl
6424            ! README.ko
6425 ____________________________________________________________________________
6426 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
6427         Log: Subject: Re: perl@16433
6428              From: Nicholas Clark <nick@unfortu.net>
6429              Date: Tue, 7 May 2002 00:21:46 +0100
6430              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
6431      Branch: perl
6432            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6433            ! ext/Storable/t/malice.t
6434 ____________________________________________________________________________
6435 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
6436         Log: Subject:  two and a half steps further for WinCE cross-build
6437              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6438              Date: Mon, 6 May 2002 23:54:24 +0400
6439              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
6440      Branch: perl
6441            - wince/config.h
6442            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
6443 ____________________________________________________________________________
6444 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
6445         Log: Detypo.
6446      Branch: perl
6447            ! pod/perldelta.pod
6448 ____________________________________________________________________________
6449 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
6450         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
6451              From: Dave Mitchell <davem@fdgroup.com>
6452              Date: Mon, 6 May 2002 17:17:00 +0100
6453              Message-ID: <20020506171700.A256@fdgroup.com>
6454      Branch: perl
6455            ! pod/perldelta.pod t/op/local.t
6456 ____________________________________________________________________________
6457 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
6458         Log: Update Changes.
6459      Branch: perl
6460            ! Changes patchlevel.h
6461 ____________________________________________________________________________
6462 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
6463         Log: Add a test for #16431, and document Dave's campaign
6464              against localised hash element bugs.
6465      Branch: perl
6466            ! pod/perldelta.pod t/op/tie.t
6467 ____________________________________________________________________________
6468 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
6469         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
6470              From: Dave Mitchell <davem@fdgroup.com>
6471              Date: Sat, 4 May 2002 00:34:18 +0100
6472              Message-ID: <20020504003418.F22026@fdgroup.com>
6473      Branch: perl
6474            ! pp_hot.c t/op/local.t
6475 ____________________________________________________________________________
6476 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
6477         Log: Regen uconfig.h.
6478      Branch: perl
6479            ! uconfig.h
6480 ____________________________________________________________________________
6481 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
6482         Log: Unfortunately AmigaOS has been broken since 11423
6483              and is unlikely to get fixed in time for 5.8.0.
6484      Branch: perl
6485            ! pod/perldelta.pod
6486 ____________________________________________________________________________
6487 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
6488         Log: Ultimate discouragement for the old tools, from Andreas.
6489      Branch: perl
6490            - Porting/p4d2p Porting/p4desc
6491            ! MANIFEST Porting/repository.pod
6492 ____________________________________________________________________________
6493 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
6494         Log: Upgrade to Digest::MD5 2.20.
6495      Branch: perl
6496            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
6497            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
6498 ____________________________________________________________________________
6499 [ 16426] By: ams                                   on 2002/05/06  09:48:42
6500         Log: Subject: [Encode] 1.70 released
6501              From: Dan Kogai <dankogai@dan.co.jp>
6502              Date: Mon, 6 May 2002 19:36:15 +0900
6503              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
6504      Branch: perl
6505            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
6506            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
6507            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
6508 ____________________________________________________________________________
6509 [ 16425] By: ams                                   on 2002/05/06  09:40:42
6510         Log: Subject: [PATCH] PerlIO::Via reference
6511              From: Gisle Aas <gisle@ActiveState.com>
6512              Date: 05 May 2002 22:50:23 -0700
6513              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
6514      Branch: perl
6515            ! pod/perliol.pod
6516 ____________________________________________________________________________
6517 [ 16424] By: ams                                   on 2002/05/06  09:37:58
6518         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
6519              From: Brendan O'Dea <bod@debian.org>
6520              Date: Mon, 6 May 2002 14:04:48 +1000
6521              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
6522      Branch: perl
6523            ! lib/Term/Complete.pm
6524 ____________________________________________________________________________
6525 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
6526         Log: p4genpatch: avoid stderr noise during adds
6527      Branch: perl
6528            ! Porting/p4genpatch
6529 ____________________________________________________________________________
6530 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
6531         Log: Subject: [PATCH] Fixup VOS builds of miniperl
6532              From: Paul_GreenVOS@vos.stratus.com
6533              Date: Sun, 5 May 02 23:11 edt
6534              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
6535      Branch: perl
6536            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
6537 ____________________________________________________________________________
6538 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
6539         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
6540              From: Radu Greab <radu@netsoft.ro>
6541              Date: Mon, 6 May 2002 04:23:10 +0300
6542              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
6543      Branch: perl
6544            ! pp_sys.c t/op/exec.t
6545 ____________________________________________________________________________
6546 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
6547         Log: Further comment tweak, to agree with perlxs.pod.
6548      Branch: perl
6549            ! perl.h
6550 ____________________________________________________________________________
6551 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
6552         Log: Subject: [PATCH] Update README.vos and release vos build macros
6553              From: Paul_GreenVOS@vos.stratus.com
6554              Date: Sun, 5 May 02 17:15 edt
6555              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
6556              To: perl5-porters@perl.org
6557      Branch: perl
6558            + vos/compile_full_perl.cm vos/configure_full_perl.sh
6559            + vos/make_full_perl.sh
6560            ! MANIFEST README.vos vos/Changes
6561 ____________________________________________________________________________
6562 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
6563         Log: Retract MM_NW5.pm part of #16371, at the request
6564              of Michael Schwern.
6565      Branch: perl
6566            ! lib/ExtUtils/MM_NW5.pm
6567 ____________________________________________________________________________
6568 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
6569         Log: Comment tweaks.
6570      Branch: perl
6571            ! perl.h
6572 ____________________________________________________________________________
6573 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
6574         Log: a few more p4genpatch fixes:
6575              
6576              don't assume previous revision exists, let p4 compute it from
6577              the one-less-change number instead
6578              
6579              the time part in timestamps were always 00:00:00; fix by
6580              fetching metadata via "p4 fsync" rather than "p4 filelog"
6581              
6582              quote all file names used in external commands to make them
6583              them work when there are spaces in those file names
6584              
6585              looks production worthy now :)
6586      Branch: perl
6587            ! Porting/p4genpatch
6588 ____________________________________________________________________________
6589 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
6590         Log: The #16401 was far from enough, and mostly in a wrong direction.
6591              The right thing to do would be to convert Storable into using
6592              the new MY_CXT scheme (no static data, and memory management
6593              using SVs).
6594      Branch: perl
6595            ! ext/Storable/Storable.xs
6596 ____________________________________________________________________________
6597 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
6598         Log: p4genpatch diffs against depot files from //depot/perl when called
6599              with -b //depot/maint-5.6/perl
6600      Branch: perl
6601            ! Porting/p4genpatch
6602 ____________________________________________________________________________
6603 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
6604         Log: p4genpatch: current directory may not be writable, so don't
6605              create temp files there
6606      Branch: perl
6607            ! Porting/p4genpatch
6608 ____________________________________________________________________________
6609 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
6610         Log: p4genpatch now works on windows
6611      Branch: perl
6612            ! Porting/p4genpatch
6613 ____________________________________________________________________________
6614 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
6615         Log: p4genpatch: tweak from Andreas to strip leading portion of
6616              path specified in -b (so patch can be applied with "patch -p1")
6617      Branch: perl
6618            ! Porting/p4genpatch
6619 ____________________________________________________________________________
6620 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
6621         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
6622              From: PPrymmer@factset.com
6623              Date: Fri, 3 May 2002 14:52:12 -0400
6624              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
6625      Branch: perl
6626            ! t/op/pwent.t
6627 ____________________________________________________________________________
6628 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
6629         Log: Upgrade to Net::Ping 2.17.
6630      Branch: perl
6631            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6632 ____________________________________________________________________________
6633 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
6634         Log: Upgrade to Getopt::Long 2.31.
6635      Branch: perl
6636            ! lib/Getopt/Long.pm
6637 ____________________________________________________________________________
6638 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
6639         Log: Subject: Re: Cross-compiling as of WinCE
6640              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6641              Date: Sat, 4 May 2002 03:49:11 +0400
6642              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
6643      Branch: perl
6644            + wince/compile.bat wince/win32io.c
6645            - wince/perldll.def
6646            ! MANIFEST configpm makedef.pl wince/Makefile.ce
6647            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
6648            ! wince/config_h.PL wince/wince.c
6649 ____________________________________________________________________________
6650 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
6651         Log: The loclibpth is always set by Configure.
6652      Branch: perl
6653            ! hints/dec_osf.sh
6654 ____________________________________________________________________________
6655 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
6656         Log: Subject: Re: [Unicode::Collate] UCA Version number    
6657              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6658              Date: Sun, 05 May 2002 10:07:57 +0900
6659              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
6660      Branch: perl
6661            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6662            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6663 ____________________________________________________________________________
6664 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
6665         Log: Subject: [PATCH sv.c] delete inaccurate comment
6666              From: Dave Mitchell <davem@fdgroup.com>
6667              Date: Fri, 3 May 2002 21:17:00 +0100
6668              Message-ID: <20020503211700.C22026@fdgroup.com>
6669      Branch: perl
6670            ! sv.c
6671 ____________________________________________________________________________
6672 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
6673         Log: Solaris: show what 'that' is.
6674      Branch: perl
6675            ! hints/solaris_2.sh
6676 ____________________________________________________________________________
6677 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
6678         Log: Syntax fix.
6679      Branch: perl
6680            ! t/op/arith.t
6681 ____________________________________________________________________________
6682 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
6683         Log: (retracted by #16415) Storable: try to free what we allocated.
6684      Branch: perl
6685            ! ext/Storable/Storable.xs
6686 ____________________________________________________________________________
6687 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
6688         Log: UNICOS: division is really sloppy.
6689      Branch: perl
6690            ! t/op/arith.t
6691 ____________________________________________________________________________
6692 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
6693         Log: Subject: fix t/io/fs.t for VOS
6694              From: Paul_GreenVOS@vos.stratus.com
6695              Date: Sat, 4 May 02 14:01 edt
6696              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
6697      Branch: perl
6698            ! t/io/fs.t
6699 ____________________________________________________________________________
6700 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
6701         Log: Subject: [Unicode::Collate] UCA Version number
6702              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6703              Date: Sat, 04 May 2002 16:07:07 +0900
6704              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
6705      Branch: perl
6706            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
6707 ____________________________________________________________________________
6708 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
6709         Log: Subject: [PATCH lib/overload.pm] "\"\""
6710              From: Michael G Schwern <schwern@pobox.com>
6711              Date: Sat, 4 May 2002 13:17:44 -0400
6712              Message-ID: <20020504171743.GD640@blackrider>
6713      Branch: perl
6714            ! lib/overload.pm
6715 ____________________________________________________________________________
6716 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
6717         Log: Add the EBCDIC test data to downgrade.t.
6718      Branch: perl
6719            ! ext/Storable/t/downgrade.t
6720 ____________________________________________________________________________
6721 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
6722         Log: EBCDIC tweak.
6723      Branch: perl
6724            ! ext/Storable/t/utf8hash.t
6725 ____________________________________________________________________________
6726 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
6727         Log: Allow p4genpatch to use diff programs other than 'diff'.
6728      Branch: perl
6729            ! Porting/p4genpatch
6730 ____________________________________________________________________________
6731 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
6732         Log: Add p4genpatch from Andreas; obsoletes both
6733              p4d2p and p4desc.
6734      Branch: perl
6735            + Porting/p4genpatch
6736            ! MANIFEST Porting/makerel
6737 ____________________________________________________________________________
6738 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
6739         Log: Upgrade to Encode 1.69.
6740      Branch: perl
6741            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6742            ! ext/Encode/Encode/Makefile_PL.e2x
6743            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
6744            ! ext/Encode/lib/Encode/Guess.pm
6745            ! ext/Encode/lib/Encode/MIME/Header.pm
6746            ! ext/Encode/t/mime-header.t
6747 ____________________________________________________________________________
6748 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
6749         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
6750              From: Dave Mitchell <davem@fdgroup.com>
6751              Date: Sat, 4 May 2002 16:09:26 +0100
6752              Message-ID: <20020504160926.A24990@fdgroup.com>
6753      Branch: perl
6754            ! INSTALL
6755 ____________________________________________________________________________
6756 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
6757         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
6758              From: Nicholas Clark <nick@unfortu.net>
6759              Date: Sat, 4 May 2002 12:38:58 +0100
6760              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
6761      Branch: perl
6762            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6763 ____________________________________________________________________________
6764 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
6765         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
6766              From: Nicholas Clark <nick@unfortu.net>
6767              Date: Sat, 4 May 2002 00:30:43 +0100
6768              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
6769      Branch: perl
6770            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6771 ____________________________________________________________________________
6772 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
6773         Log: Doc tweak from Elizabeth Mattijsen.
6774      Branch: perl
6775            ! pod/perlunicode.pod
6776 ____________________________________________________________________________
6777 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
6778         Log: Subject: [PATCH] channames.pm doc tweaks
6779              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
6780              Date: Sat, 04 May 2002 11:45:18 +0900
6781              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
6782      Branch: perl
6783            ! lib/charnames.pm
6784 ____________________________________________________________________________
6785 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
6786         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
6787              From: Dave Mitchell <davem@fdgroup.com>
6788              Date: Fri, 3 May 2002 23:51:10 +0100
6789              Message-ID: <20020503235110.E22026@fdgroup.com>
6790      Branch: perl
6791            ! pp_hot.c scope.c
6792 ____________________________________________________________________________
6793 [ 16385] By: nick                                  on 2002/05/04  09:29:41
6794         Log: Integrate mainline
6795      Branch: perlio
6796           !> (integrate 47 files)
6797 ____________________________________________________________________________
6798 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
6799         Log: Subject: Re: perl@16307
6800              From: Nicholas Clark <nick@unfortu.net>
6801              Date: Fri, 3 May 2002 21:49:04 +0100
6802              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
6803              
6804              canonical #3 was failing under -Mutf8.
6805      Branch: perl
6806            ! ext/Storable/t/canonical.t
6807 ____________________________________________________________________________
6808 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
6809         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
6810              From: Dave Mitchell <davem@fdgroup.com>
6811              Date: Fri, 3 May 2002 21:12:10 +0100
6812              Message-ID: <20020503211210.B22026@fdgroup.com>
6813      Branch: perl
6814            ! scope.c
6815 ____________________________________________________________________________
6816 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
6817         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
6818              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
6819              Date: Fri, 3 May 2002 20:30:25 +0200
6820              Message-ID: <190109228332.20020503203025@familiehaase.de>
6821      Branch: perl
6822            ! doio.c
6823 ____________________________________________________________________________
6824 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
6825         Log: Subject: t/TestInit.pm - clean up comments
6826              From: Paul_GreenVOS@vos.stratus.com
6827              Date: Fri, 3 May 02 14:51 edt
6828              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
6829      Branch: perl
6830            ! t/TestInit.pm
6831 ____________________________________________________________________________
6832 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
6833         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
6834              From: Dan Kogai <dankogai@dan.co.jp>
6835              Date: Sat, 4 May 2002 01:46:35 +0900
6836              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
6837      Branch: perl
6838            ! ext/Encode/Encode/Makefile_PL.e2x
6839 ____________________________________________________________________________
6840 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
6841         Log: Forgotten test arrangement.
6842      Branch: perl
6843            ! ext/Digest/MD5/t/files.t
6844 ____________________________________________________________________________
6845 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
6846         Log: Comedy of typing errors.
6847      Branch: perl
6848            ! hints/solaris_2.sh
6849 ____________________________________________________________________________
6850 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
6851         Log: Let's try the "no Net:: if no Socket" again.
6852      Branch: perl
6853            ! t/lib/1_compile.t
6854 ____________________________________________________________________________
6855 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
6856         Log: Update Changes.
6857      Branch: perl
6858            ! Changes patchlevel.h
6859 ____________________________________________________________________________
6860 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
6861         Log: Oops.
6862      Branch: perl
6863            ! lib/ExtUtils/MM_BeOS.pm
6864 ____________________________________________________________________________
6865 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
6866         Log: EBCDIC tweak.
6867      Branch: perl
6868            ! ext/Digest/MD5/t/utf8.t
6869 ____________________________________________________________________________
6870 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
6871         Log: Update the EBCDIC MD5 checksums, and automate the process.
6872      Branch: perl
6873            ! ext/Digest/MD5/t/files.t
6874 ____________________________________________________________________________
6875 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
6876         Log: The EBCDIC remapping of the low 256 bites again.
6877      Branch: perl
6878            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
6879            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
6880            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
6881 ____________________________________________________________________________
6882 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
6883         Log: NetWare updates from C Aditya.
6884      Branch: perl
6885            ! lib/ExtUtils/MM_NW5.pm makedef.pl
6886 ____________________________________________________________________________
6887 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
6888         Log: DJGPP updates from Laszlo Molnar.
6889      Branch: perl
6890            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
6891 ____________________________________________________________________________
6892 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
6893         Log: Upgrade to Encode 1.68.
6894      Branch: perl
6895            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6896            ! ext/Encode/lib/Encode/Alias.pm
6897            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6898 ____________________________________________________________________________
6899 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
6900         Log: Integrate perlio:
6901              
6902              [ 16367]
6903              Several of non-default builds now seem to work reasonably well
6904              English.t seems to fail on an errno test, and socketpair blathers
6905              about something.
6906              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
6907              back door, and instead have perlsdio.h vector stdio via iperlsys.h
6908              function tables (latter was done in earlier change).
6909              Update comments in Makefile.mk 
6910              
6911              [ 16366]
6912              Finish off 16350 for non-PERLIO build on linux,
6913              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
6914              for some slots which now perlsdio.h is targeting.
6915              
6916              [ 16352]
6917              setbuf / setvbuf are not PerlIO_ concepts
6918              
6919              [ 16351]
6920              perl_clone is a threads thing
6921              
6922              [ 16350]
6923              *** EXPERIMENTAL ***
6924              Have perlsdio.h use the iperlsys.h aliases and see
6925              if that helps non-PERLIO IMP_SYS on Win32.
6926              (Miniperl okay on linux).
6927              
6928              [ 16349]
6929              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
6930              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
6931              - use it in perlio.c
6932              
6933              [ 16347]
6934              More layer syms
6935              
6936              [ 16346]
6937              Use PerlSIO_fdupopen() if not using PerlIO
6938              
6939              [ 16345]
6940              Do not build if not using layers
6941      Branch: perl
6942           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
6943           !> win32/makefile.mk win32/perlhost.h win32/win32.c
6944           !> win32/win32io.c
6945 ____________________________________________________________________________
6946 [ 16367] By: nick                                  on 2002/05/03  07:25:13
6947         Log: Several of non-default builds now seem to work reasonably well
6948              English.t seems to fail on an errno test, and socketpair blathers
6949              about something.
6950              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
6951              back door, and instead have perlsdio.h vector stdio via iperlsys.h
6952              function tables (latter was done in earlier change).
6953              Update comments in Makefile.mk 
6954      Branch: perlio
6955            ! perlio.h win32/makefile.mk win32/win32.c
6956 ____________________________________________________________________________
6957 [ 16366] By: nick                                  on 2002/05/03  07:07:36
6958         Log: Finish off 16350 for non-PERLIO build on linux,
6959              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
6960              for some slots which now perlsdio.h is targeting.
6961      Branch: perlio
6962            ! iperlsys.h
6963 ____________________________________________________________________________
6964 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
6965         Log: If no Socket should not try to test Net::
6966      Branch: perl
6967            ! t/lib/1_compile.t
6968 ____________________________________________________________________________
6969 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
6970         Log: Integrate macperl #16360 and #16363;
6971              
6972              Make op/alarm.t pass
6973              
6974              README.macos update
6975      Branch: perl
6976           !> README.macos t/op/alarm.t
6977 ____________________________________________________________________________
6978 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
6979         Log: README.macos update
6980      Branch: macperl
6981            ! README.macos
6982 ____________________________________________________________________________
6983 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
6984         Log: Config / test updates
6985      Branch: macperl
6986            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
6987            ! macos/Makefile.mk
6988 ____________________________________________________________________________
6989 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
6990         Log: Safe signals for Mac OS
6991      Branch: macperl
6992            ! macos/macish.c macos/macish.h
6993 ____________________________________________________________________________
6994 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
6995         Log: Make op/alarm.t pass
6996      Branch: macperl
6997            ! t/op/alarm.t
6998 ____________________________________________________________________________
6999 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
7000         Log: a tweak to change#13584: need to avoid pad-walking during
7001              global destruction
7002      Branch: maint-5.6/perl
7003            ! op.c
7004 ____________________________________________________________________________
7005 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
7006         Log: Forgot the most important part of #16357.
7007      Branch: perl
7008            ! lib/Unicode/Collate.pm
7009 ____________________________________________________________________________
7010 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
7011         Log: Subject: Unicode::Collate 0.11 Released
7012              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7013              Date: Fri, 03 May 2002 03:19:29 +0900
7014              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
7015      Branch: perl
7016            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
7017            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
7018 ____________________________________________________________________________
7019 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
7020         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
7021              From: Andy Dougherty <doughera@lafayette.edu>
7022              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
7023              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
7024      Branch: perl
7025            ! Makefile.SH ext/util/make_ext
7026 ____________________________________________________________________________
7027 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
7028         Log: Integrate #16353 from macperl;
7029              
7030              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
7031              in test 92 of run/fresh_perl.t on MacOS
7032              
7033              (as pudge rightfully points out, this is voodoo
7034              programming at it best, the real bug is somewhere else,
7035              now we just happened to shake the chicken the right way)
7036      Branch: perl
7037           !> lib/utf8_heavy.pl
7038 ____________________________________________________________________________
7039 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
7040         Log: Subject: Re: Encode, charnames and utf8heavy
7041              From: Dan Kogai <dankogai@dan.co.jp>
7042              Date: Thu, 2 May 2002 00:44:30 +0900
7043              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
7044              
7045              (plus a respective perlunicode tweak)
7046      Branch: perl
7047            ! lib/utf8_heavy.pl pod/perlunicode.pod
7048 ____________________________________________________________________________
7049 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
7050         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
7051              in test 92 of run/fresh_perl.t on MacOS
7052      Branch: macperl
7053            ! lib/utf8_heavy.pl
7054 ____________________________________________________________________________
7055 [ 16352] By: nick                                  on 2002/05/02  17:48:31
7056         Log: setbuf / setvbuf are not PerlIO_ concepts
7057      Branch: perlio
7058            ! XSUB.h
7059 ____________________________________________________________________________
7060 [ 16351] By: nick                                  on 2002/05/02  17:12:21
7061         Log: perl_clone is a threads thing
7062      Branch: perlio
7063            ! makedef.pl
7064 ____________________________________________________________________________
7065 [ 16350] By: nick                                  on 2002/05/02  17:09:43
7066         Log: *** EXPERIMENTAL ***
7067              Have perlsdio.h use the iperlsys.h aliases and see
7068              if that helps non-PERLIO IMP_SYS on Win32.
7069              (Miniperl okay on linux).
7070      Branch: perlio
7071            ! iperlsys.h perlsdio.h
7072 ____________________________________________________________________________
7073 [ 16349] By: nick                                  on 2002/05/02  16:10:15
7074         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
7075              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
7076              - use it in perlio.c
7077      Branch: perlio
7078            ! perlio.c win32/perlhost.h win32/win32.c
7079 ____________________________________________________________________________
7080 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
7081         Log: manual integrate of change#16332 from maint-5.6 branch
7082      Branch: perl
7083            ! mg.c perl.c sv.c util.c
7084 ____________________________________________________________________________
7085 [ 16347] By: nick                                  on 2002/05/02  15:19:59
7086         Log: More layer syms
7087      Branch: perlio
7088            ! makedef.pl
7089 ____________________________________________________________________________
7090 [ 16346] By: nick                                  on 2002/05/02  15:19:20
7091         Log: Use PerlSIO_fdupopen() if not using PerlIO
7092      Branch: perlio
7093            ! perlio.c
7094 ____________________________________________________________________________
7095 [ 16345] By: nick                                  on 2002/05/02  15:18:12
7096         Log: Do not build if not using layers
7097      Branch: perlio
7098            ! win32/win32io.c
7099 ____________________________________________________________________________
7100 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
7101         Log: Upgrade to Encode 1.67.
7102      Branch: perl
7103            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7104            ! ext/Encode/lib/Encode/Guess.pm
7105 ____________________________________________________________________________
7106 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
7107         Log: Integrate perlio:
7108              
7109              [ 16341]
7110              Remove show-stoppers to non-PERLIO Win32 builds
7111              (still not a very good show).
7112      Branch: perl
7113           !> makedef.pl win32/makefile.mk
7114 ____________________________________________________________________________
7115 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
7116         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
7117              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7118              Date: Thu, 02 May 2002 04:22:02 +0100
7119              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
7120      Branch: perl
7121            ! malloc.c
7122 ____________________________________________________________________________
7123 [ 16341] By: nick                                  on 2002/05/02  12:57:23
7124         Log: Remove show-stoppers to non-PERLIO Win32 builds
7125              (still not a very good show).
7126      Branch: perlio
7127            ! makedef.pl win32/makefile.mk
7128 ____________________________________________________________________________
7129 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
7130         Log: Subject: [PATCH] 1/3rd of utf8
7131              From: Nicholas Clark <nick@unfortu.net>
7132              Date: Wed, 1 May 2002 22:58:42 +0100
7133              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
7134      Branch: perl
7135            ! ext/Storable/t/malice.t
7136 ____________________________________________________________________________
7137 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
7138         Log: Integrate #16334 from maint-5.6;
7139              
7140              don't pad $0 with spaces when setting it, use nulls instead (the
7141              spaces show up as a very long line in a ps listing)
7142      Branch: perl
7143           !> mg.c
7144 ____________________________________________________________________________
7145 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
7146         Log: Integrate perlio:
7147              
7148              [ 16335]
7149              Fix the "PerlIO require leak". Snag was that clean_objs
7150              autoloaded DESTROY (needing IO) after known layers had
7151              been freed. Postpone layer list free to PerlIO_cleanup,
7152              rather than PerlIO_destruct. Tweak sequence in perl_destruct
7153              so that sv_undef is immortal till layer list is done with it.
7154      Branch: perl
7155           !> perl.c perlio.c
7156 ____________________________________________________________________________
7157 [ 16337] By: ams                                   on 2002/05/02  08:21:42
7158         Log: Subject: Re: [PATCH] Storable docs
7159              From: Philip Newton <Philip.Newton@gmx.net>
7160              Date: Thu, 02 May 2002 07:58:38 +0200
7161              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
7162              (Applied mostly with tweaks by hand.)
7163      Branch: perl
7164            ! ext/Storable/Storable.pm
7165 ____________________________________________________________________________
7166 [ 16336] By: nick                                  on 2002/05/02  07:59:16
7167         Log: Integrate mainline
7168      Branch: perlio
7169           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
7170           +> ext/Digest/MD5/t/utf8.t
7171            - ext/Digest/MD5/t/aaa.t
7172           !> Configure MANIFEST Makefile.SH config_h.SH
7173           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7174           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
7175           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
7176           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
7177           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
7178           !> lib/Thread.pm util.c
7179 ____________________________________________________________________________
7180 [ 16335] By: nick                                  on 2002/05/02  07:54:51
7181         Log: Fix the "PerlIO require leak". Snag was that clean_objs
7182              autoloaded DESTROY (needing IO) after known layers had
7183              been freed. Postpone layer list free to PerlIO_cleanup,
7184              rather than PerlIO_destruct. Tweak sequence in perl_destruct
7185              so that sv_undef is immortal till layer list is done with it.
7186      Branch: perlio
7187            ! perl.c perlio.c
7188 ____________________________________________________________________________
7189 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
7190         Log: don't pad $0 with spaces when setting it, use nulls instead (the
7191              spaces show up as a very long line in a ps listing)
7192      Branch: maint-5.6/perl
7193            ! mg.c
7194 ____________________________________________________________________________
7195 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
7196         Log: fix yet more race conditions related to fdopen() and dup2():
7197              
7198              fclose() is not thread-safe when two FILE* structures point
7199              to the same underlying fd, as it happens in perl's socket
7200              handles; need to invalidate the fileno slot of one of the
7201              FILE* structures, but unfortunately stdio has no interface
7202              to do this; we can do little else but fiddle with the
7203              FILE* structure directly (yuck! hope this could be done better
7204              under native PerlIO in 5.8)
7205      Branch: maint-5.6/perl
7206            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
7207 ____________________________________________________________________________
7208 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
7209         Log: isolate all environ diddling to the initial interpreter; any
7210              additional interpreters created after the first one cannot
7211              propagate %ENV changes down to the real environment; this
7212              should fix %ENV related races (e.g. multiple threads attempting
7213              to free() environ entries when they run C<%ENV = ()>)
7214      Branch: maint-5.6/perl
7215            ! mg.c perl.c sv.c util.c
7216 ____________________________________________________________________________
7217 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
7218         Log: fix race condition in my_popen(): parent may dup2() into an fd
7219              that got opened by another thread because it closes it
7220              beforehand; instead, let the dup2() itself close the fd
7221      Branch: maint-5.6/perl
7222            ! util.c
7223 ____________________________________________________________________________
7224 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
7225         Log: pipe() IO structures were not fully initialized
7226      Branch: maint-5.6/perl
7227            ! doio.c pp_sys.c
7228 ____________________________________________________________________________
7229 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
7230         Log: fix handle leak in my_popen() if the fork() fails
7231      Branch: maint-5.6/perl
7232            ! util.c
7233 ____________________________________________________________________________
7234 [ 16328] By: nick                                  on 2002/05/02  06:08:22
7235         Log: Integrate mainline
7236      Branch: perlio
7237           +> ext/threads/shared/semaphore.pm
7238           +> ext/threads/shared/t/semaphore.t
7239           !> MANIFEST ext/threads/shared/Makefile.PL
7240           !> ext/threads/shared/t/queue.t
7241 ____________________________________________________________________________
7242 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
7243         Log: Cleanup threads dirs.
7244      Branch: perl
7245            ! Makefile.SH
7246 ____________________________________________________________________________
7247 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
7248         Log: Add the new Digest::MD5 test.
7249      Branch: perl
7250            + ext/Digest/MD5/t/utf8.t
7251            ! MANIFEST
7252 ____________________________________________________________________________
7253 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
7254         Log: New try at the Class::DBI core dump at global cleanup.
7255      Branch: perl
7256            ! gv.h util.c
7257 ____________________________________________________________________________
7258 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
7259         Log: Upgrade to Digest::MD5 2.19.
7260      Branch: perl
7261            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7262            ! ext/Digest/MD5/t/files.t
7263 ____________________________________________________________________________
7264 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
7265         Log: Ooops.  Not everybody does threads.
7266      Branch: perl
7267            ! ext/threads/shared/t/semaphore.t
7268 ____________________________________________________________________________
7269 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
7270         Log: Fix files.t for blead.
7271      Branch: perl
7272            + ext/Digest/MD5/README
7273            ! MANIFEST ext/Digest/MD5/t/files.t
7274 ____________________________________________________________________________
7275 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
7276         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
7277              work yet with blead, my bad.
7278      Branch: perl
7279            + ext/Digest/MD5/t/md5-aaa.t
7280            - ext/Digest/MD5/t/aaa.t
7281            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7282            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
7283            ! ext/Digest/MD5/t/files.t
7284 ____________________________________________________________________________
7285 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
7286         Log: metaconfig unit change for #16319.
7287      Branch: metaconfig/U/perl
7288            ! d_u32align.U
7289 ____________________________________________________________________________
7290 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
7291         Log: Somebody might be compiling a newer Digest::MD5.
7292      Branch: perl
7293            ! Configure config_h.SH
7294 ____________________________________________________________________________
7295 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
7296         Log: Until Arthur fills in semaphore.t.
7297      Branch: perl
7298            ! ext/threads/shared/Makefile.PL
7299            ! ext/threads/shared/t/semaphore.t
7300 ____________________________________________________________________________
7301 [ 16317] By: sky                                   on 2002/05/01  19:36:33
7302         Log: Fix emulation case when loading both Thread and threads::shared
7303              would get awkward.
7304      Branch: perl
7305            ! lib/Thread.pm
7306 ____________________________________________________________________________
7307 [ 16316] By: ams                                   on 2002/05/01  19:35:25
7308         Log: Subject: [PATCH] Storable docs
7309              From: Nicholas Clark <nick@unfortu.net>
7310              Date: Wed, 1 May 2002 20:44:42 +0100
7311              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
7312      Branch: perl
7313            ! ext/Storable/Storable.pm
7314 ____________________________________________________________________________
7315 [ 16315] By: sky                                   on 2002/05/01  19:15:46
7316         Log: Now passes old test case.
7317      Branch: perl
7318            ! ext/threads/shared/semaphore.pm
7319 ____________________________________________________________________________
7320 [ 16314] By: sky                                   on 2002/05/01  19:15:26
7321         Log: Cleanup memory a bit better in some cases.
7322      Branch: perl
7323            ! ext/threads/threads.xs
7324 ____________________________________________________________________________
7325 [ 16313] By: nick                                  on 2002/05/01  18:38:03
7326         Log: Integrate mainline
7327      Branch: perlio
7328           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
7329           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
7330           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
7331           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
7332           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
7333           !> pod/perl.pod pod/perlthrtut.pod toke.c
7334           !> vms/descrip_mms.template vms/perlvms.pod
7335 ____________________________________________________________________________
7336 [ 16312] By: sky                                   on 2002/05/01  18:12:37
7337         Log: Don't forget to add it to the MANIFEST
7338      Branch: perl
7339            + ext/threads/shared/t/semaphore.t
7340            ! MANIFEST
7341 ____________________________________________________________________________
7342 [ 16311] By: sky                                   on 2002/05/01  17:54:19
7343         Log: Add semaphore.pm
7344      Branch: perl
7345            + ext/threads/shared/semaphore.pm
7346 ____________________________________________________________________________
7347 [ 16310] By: sky                                   on 2002/05/01  17:13:57
7348         Log: Fix makefile to put queue.pm correctly, update test script.
7349      Branch: perl
7350            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
7351 ____________________________________________________________________________
7352 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
7353         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
7354              From: Dan Kogai <dankogai@dan.co.jp>
7355              Date: Thu, 2 May 2002 00:14:41 +0900
7356              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
7357      Branch: perl
7358            ! ext/PerlIO/t/fallback.t
7359 ____________________________________________________________________________
7360 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
7361         Log: Encode tweak from Dan Kogai.
7362      Branch: perl
7363            ! ext/Encode/Encode.xs
7364 ____________________________________________________________________________
7365 [ 16307] By: sky                                   on 2002/05/01  13:40:58
7366         Log: Flush directly to avoid erros when running from test harness
7367      Branch: perl
7368            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
7369 ____________________________________________________________________________
7370 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
7371         Log: Update Changes.
7372      Branch: perl
7373            ! Changes patchlevel.h
7374 ____________________________________________________________________________
7375 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
7376         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
7377              From: PPrymmer@factset.com
7378              Date: Wed, 1 May 2002 10:12:53 -0400
7379              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
7380      Branch: perl
7381            ! lib/User/pwent.t
7382 ____________________________________________________________________________
7383 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
7384         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
7385              From: PPrymmer@factset.com
7386              Date: Wed, 1 May 2002 09:54:51 -0400
7387              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
7388      Branch: perl
7389            ! vms/descrip_mms.template
7390 ____________________________________________________________________________
7391 [ 16303] By: sky                                   on 2002/05/01  13:00:57
7392         Log: First attempt at updating perlthrtut for ithreaded threads.pm
7393      Branch: perl
7394            ! pod/perlthrtut.pod
7395 ____________________________________________________________________________
7396 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
7397         Log: Provide the \N{U+HHHH} syntax before we forget.
7398      Branch: perl
7399            ! lib/charnames.pm lib/charnames.t toke.c
7400 ____________________________________________________________________________
7401 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
7402         Log: Subject: Copy-and-Pasto in perl.pod     
7403              From: lupe@lupe-christoph.de (Lupe Christoph)    
7404              Date: Wed, 1 May 2002 13:31:47 +0200
7405              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
7406      Branch: perl
7407            ! pod/perl.pod
7408 ____________________________________________________________________________
7409 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
7410         Log: Upgrade to Encode 1.66.
7411      Branch: perl
7412            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7413            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
7414 ____________________________________________________________________________
7415 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
7416         Log: Integrate perlio:
7417              
7418              [ 16297]
7419              Remove "spurious" (and unnecessary) variables from layer_syms
7420              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
7421              
7422              [ 16296]
7423              perl embed.pl to update global.sym
7424      Branch: perl
7425           !> global.sym makedef.pl
7426 ____________________________________________________________________________
7427 [ 16298] By: ams                                   on 2002/05/01  09:42:27
7428         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
7429              From: Philip Newton <Philip.Newton@gmx.net>
7430              Date: Wed, 01 May 2002 12:41:10 +0200
7431              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
7432      Branch: perl
7433            ! vms/perlvms.pod
7434 ____________________________________________________________________________
7435 [ 16297] By: nick                                  on 2002/05/01  06:50:24
7436         Log: Remove "spurious" (and unnecessary) variables from layer_syms
7437              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
7438      Branch: perlio
7439            ! makedef.pl
7440 ____________________________________________________________________________
7441 [ 16296] By: nick                                  on 2002/05/01  06:21:28
7442         Log: perl embed.pl to update global.sym
7443      Branch: perlio
7444            ! global.sym
7445 ____________________________________________________________________________
7446 [ 16295] By: nick                                  on 2002/05/01  06:16:18
7447         Log: Raw integrate of mainline (global.sym wrong on Win32)
7448      Branch: perlio
7449           +> t/comp/hints.t
7450           !> (integrate 45 files)
7451 ____________________________________________________________________________
7452 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
7453         Log: metaconfig unit change for #16293.
7454      Branch: metaconfig/U/perl
7455            ! bincompat5005.U
7456 ____________________________________________________________________________
7457 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
7458         Log: Try #2 of getting rid of bincompat5005.
7459      Branch: perl
7460            ! Configure NetWare/config_H.wc Porting/Glossary
7461            ! Porting/config.sh Porting/config_H config_h.SH embed.h
7462            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
7463            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
7464            ! wince/config.h wince/config_H.ce
7465 ____________________________________________________________________________
7466 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
7467         Log: metaconfig unit changes for #16291.
7468      Branch: metaconfig
7469            ! U/installdirs/inc_version_list.U
7470      Branch: metaconfig/U/perl
7471            ! bincompat5005.U xs_apiversion.U
7472 ____________________________________________________________________________
7473 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
7474         Log: No bincompat5005.
7475      Branch: perl
7476            ! Configure INSTALL NetWare/config.wc Porting/Glossary
7477            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
7478            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
7479            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
7480            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
7481            ! win32/config.bc win32/config.gc win32/config.vc
7482            ! win32/config.vc64 wince/config.ce
7483 ____________________________________________________________________________
7484 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
7485         Log: Remove sv_setpviv{_,mg}; regen perlapi.
7486      Branch: perl
7487            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
7488 ____________________________________________________________________________
7489 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
7490         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
7491              From: Dave Mitchell <davem@fdgroup.com>
7492              Date: Tue, 30 Apr 2002 23:55:43 +0100
7493              Message-ID: <20020430235543.A27796@fdgroup.com>
7494      Branch: perl
7495            ! sv.c
7496 ____________________________________________________________________________
7497 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
7498         Log: Update to Getopt::Long 2.30.
7499      Branch: perl
7500            ! lib/Getopt/Long.pm
7501 ____________________________________________________________________________
7502 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
7503         Log: Integrate perlio:
7504              
7505              [ 16285]
7506              Attempt at sanity in PerlIO/makedef.pl world:
7507              1. Add comments to what each clump of symbols is for
7508              2. Explicitly export layer syms like I thought they were
7509              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
7510              section.
7511              4. Re-sort perlio.sym
7512      Branch: perl
7513           !> makedef.pl perlio.sym
7514 ____________________________________________________________________________
7515 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
7516         Log: Fix bug id 20020427.004 on %^H.
7517              Add a regression test for %^H.
7518              Change the sort pragma implementation to use a
7519              global variable instead of %^H.
7520      Branch: perl
7521            + t/comp/hints.t
7522            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
7523 ____________________________________________________________________________
7524 [ 16285] By: nick                                  on 2002/04/30  19:00:03
7525         Log: Attempt at sanity in PerlIO/makedef.pl world:
7526              1. Add comments to what each clump of symbols is for
7527              2. Explicitly export layer syms like I thought they were
7528              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
7529              section.
7530              4. Re-sort perlio.sym
7531      Branch: perlio
7532            ! makedef.pl perlio.sym
7533 ____________________________________________________________________________
7534 [ 16284] By: nick                                  on 2002/04/30  18:10:23
7535         Log: Rest of integrate
7536      Branch: perlio
7537           +> lib/ExtUtils/MM_MacOS.pm
7538           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
7539           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
7540           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
7541           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
7542           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7543           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
7544           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
7545           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
7546           !> lib/Test/Harness/t/strap-analyze.t
7547           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
7548           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
7549 ____________________________________________________________________________
7550 [ 16283] By: nick                                  on 2002/04/30  17:53:37
7551         Log: Integrate mailine makedef.pl so I can look at it
7552      Branch: perlio
7553           !> makedef.pl
7554 ____________________________________________________________________________
7555 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
7556         Log: Upgrade to Encode 1.65.
7557      Branch: perl
7558            ! ext/Encode/Changes ext/Encode/Encode.pm
7559            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
7560            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
7561 ____________________________________________________________________________
7562 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
7563         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
7564      Branch: perl
7565            ! makedef.pl
7566 ____________________________________________________________________________
7567 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
7568         Log: NetWare: disable DEBUG/ASSERT for now.
7569      Branch: perl
7570            ! ext/Storable/Storable.xs
7571 ____________________________________________________________________________
7572 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
7573         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
7574              From: Michael G Schwern <schwern@pobox.com>
7575              Date: Tue, 30 Apr 2002 01:05:41 -0400
7576              Message-ID: <20020430050541.GL756@blackrider>
7577      Branch: perl
7578            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
7579            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
7580            ! lib/Test/Harness/t/test-harness.t
7581 ____________________________________________________________________________
7582 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
7583         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
7584              From: Michael G Schwern <schwern@pobox.com>
7585              Date: Tue, 30 Apr 2002 00:24:59 -0400
7586              Message-ID: <20020430042459.GJ756@blackrider>
7587      Branch: perl
7588            + lib/ExtUtils/MM_MacOS.pm
7589            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
7590            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7591            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
7592 ____________________________________________________________________________
7593 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
7594         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
7595              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
7596      Branch: perl
7597            ! util.c
7598 ____________________________________________________________________________
7599 [ 16276] By: ams                                   on 2002/04/30  08:42:32
7600         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
7601              From: "Craig A. Berry" <craigberry@mac.com>
7602              Date: Mon, 29 Apr 2002 23:37:06 -0500
7603              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
7604      Branch: perl
7605            ! t/pod/testp2pt.pl
7606 ____________________________________________________________________________
7607 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
7608         Log: Regen toc.
7609      Branch: perl
7610            ! pod/perltoc.pod
7611 ____________________________________________________________________________
7612 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
7613         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
7614              From: PPrymmer@factset.com
7615              Date: Mon, 29 Apr 2002 17:58:06 -0400
7616              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
7617      Branch: perl
7618            ! vms/perlvms.pod
7619 ____________________________________________________________________________
7620 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
7621         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
7622              from Todd Miller.
7623      Branch: perl
7624            ! hints/openbsd.sh
7625 ____________________________________________________________________________
7626 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
7627         Log: Integrate perlio:
7628              
7629              [ 16270]
7630              Adding Encode::* to .pm creates stash at compile time
7631              which means we need a stronger check on Encode at boot time.
7632      Branch: perl
7633           !> ext/PerlIO/encoding/encoding.pm
7634           !> ext/PerlIO/encoding/encoding.xs
7635 ____________________________________________________________________________
7636 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
7637         Log: OpenBSD hints update from Todd Miller.
7638              
7639              - old versions of OpenBSD don't have 'arch -s'
7640              - OpenBSD 3.1 and higher don't use libdl but users may have
7641              and old libdl on the system so we need to avoid using it.
7642      Branch: perl
7643            ! hints/openbsd.sh
7644 ____________________________________________________________________________
7645 [ 16270] By: nick                                  on 2002/04/29  17:33:38
7646         Log: Adding Encode::* to .pm creates stash at compile time
7647              which means we need a stronger check on Encode at boot time.
7648      Branch: perlio
7649            ! ext/PerlIO/encoding/encoding.pm
7650            ! ext/PerlIO/encoding/encoding.xs
7651 ____________________________________________________________________________
7652 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
7653         Log: Detypo by Ronald Kimball.
7654      Branch: perl
7655            ! pod/perlport.pod
7656 ____________________________________________________________________________
7657 [ 16268] By: nick                                  on 2002/04/29  15:47:00
7658         Log: Integrate mainline
7659      Branch: perlio
7660           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
7661           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
7662           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
7663           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
7664           !> pod/perlfaq2.pod pod/perlfaq3.pod
7665 ____________________________________________________________________________
7666 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
7667         Log: Update Changes.
7668      Branch: perl
7669            ! Changes patchlevel.h
7670 ____________________________________________________________________________
7671 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
7672         Log: MM_NW5 update from C Aditya.
7673      Branch: perl
7674            ! lib/ExtUtils/MM_NW5.pm
7675 ____________________________________________________________________________
7676 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
7677         Log: FAQ sync.
7678      Branch: perl
7679            ! pod/perlfaq2.pod pod/perlfaq3.pod
7680 ____________________________________________________________________________
7681 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
7682         Log: NetBSD hints rewrite from Johnny Lam.
7683      Branch: perl
7684            ! hints/netbsd.sh
7685 ____________________________________________________________________________
7686 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
7687         Log: Upgrade to Encode 1.64.
7688      Branch: perl
7689            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7690            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
7691 ____________________________________________________________________________
7692 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
7693         Log: Subject: [Unicode::Normalize] mkheader tweak
7694              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7695              Date: Mon, 29 Apr 2002 12:58:01 +0900
7696              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
7697      Branch: perl
7698            ! ext/Unicode/Normalize/mkheader
7699 ____________________________________________________________________________
7700 [ 16261] By: nick                                  on 2002/04/29  06:29:48
7701         Log: Integrate mainline
7702      Branch: perlio
7703            - macos/MacPerlTests.cmd macos/xsubpp.patch
7704           !> (integrate 40 files)
7705 ____________________________________________________________________________
7706 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
7707         Log: Upgrade to Unicode::Normalize 0.76,
7708              from SADAHIRO Tomoyuki.
7709      Branch: perl
7710            ! ext/Unicode/Normalize/Changes
7711            ! ext/Unicode/Normalize/Normalize.pm
7712            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7713            ! ext/Unicode/Normalize/t/func.t
7714 ____________________________________________________________________________
7715 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
7716         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
7717              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
7718              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
7719              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
7720      Branch: perl
7721            ! pod/perlport.pod
7722 ____________________________________________________________________________
7723 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
7724         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
7725              the basic and list tests started hanging).
7726      Branch: perl
7727            ! ext/threads/t/basic.t ext/threads/t/list.t
7728            ! ext/threads/t/thread.t
7729 ____________________________________________________________________________
7730 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
7731         Log: Integrate #16254 from macperl;
7732              
7733              Fix most tests on MacOS (not yet ext/ or /lib)
7734      Branch: perl
7735           !> (integrate 30 files)
7736 ____________________________________________________________________________
7737 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
7738         Log: As requested by pudge.
7739      Branch: perl
7740            - macos/MacPerlTests.cmd macos/xsubpp.patch
7741            ! MANIFEST
7742 ____________________________________________________________________________
7743 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
7744         Log: Integrate perl
7745      Branch: macperl
7746           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
7747           +> wince/cecopy-lib.pl wince/comp.pl
7748           !> (integrate 38 files)
7749 ____________________________________________________________________________
7750 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
7751         Log: Fix most tests on MacOS (not yet ext/ or /lib)
7752      Branch: macperl
7753            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
7754            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
7755            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
7756            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
7757            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
7758            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
7759            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
7760            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
7761 ____________________________________________________________________________
7762 [ 16253] By: nick                                  on 2002/04/28  19:10:50
7763         Log: Integrate mainline
7764      Branch: perlio
7765           +> wince/cecopy-lib.pl wince/comp.pl
7766           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
7767           !> ext/threads/t/basic.t ext/threads/t/list.t
7768           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
7769           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
7770           !> wince/win32.h wince/wince.c
7771 ____________________________________________________________________________
7772 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
7773         Log: More configuration/build changes
7774      Branch: macperl
7775            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
7776            ! macos/Makefile.mk macos/config.h macos/config.sh
7777            ! macos/macish.h
7778 ____________________________________________________________________________
7779 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
7780         Log: Subject: WinCE many fixes
7781              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7782              Date: Sun, 28 Apr 2002 21:54:31 +0400
7783              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
7784      Branch: perl
7785            + wince/cecopy-lib.pl wince/comp.pl
7786            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
7787            ! wince/config_h.PL wince/perldll.def wince/win32.h
7788            ! wince/wince.c
7789 ____________________________________________________________________________
7790 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
7791         Log: Retract the cond.t part of #16249 since the nature
7792              of the test changed.
7793      Branch: perl
7794            ! ext/threads/shared/t/cond.t
7795 ____________________________________________________________________________
7796 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
7797         Log: (retracted by #16258)
7798              
7799              Fix thread tests not to depend on sleep() as
7800              a scheduling aid.  In two tests (basic and list)
7801              I had to change from sleep() hack to another hack...
7802              basically, using the filesystem as a semaphore.
7803              The assumption made is that rmdir() is atomic.
7804              (The sleep() scheduling assumption broke with the
7805              GNU pth in NetBSD.)
7806              
7807              (the cond.t part retracted by #16250)
7808      Branch: perl
7809            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
7810            ! ext/threads/t/list.t ext/threads/t/thread.t
7811 ____________________________________________________________________________
7812 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
7813         Log: Be tidy.
7814      Branch: perl
7815            ! ext/PerlIO/t/fallback.t
7816 ____________________________________________________________________________
7817 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
7818         Log: Integrate perlio:
7819              
7820              [ 16246]
7821              Have :encoding() default to perlqq style fallbacks.
7822              Add test for that.
7823              
7824              [ 16245]
7825              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
7826              as gate on layer tests which fail on -Dusesfio
7827              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
7828              
7829              [ 16244]
7830              Builds under -Uuseperlio
7831              Uses PUSHSTACK/POPSTACK in :encoding and :Via
7832      Branch: perl
7833           +> ext/PerlIO/t/fallback.t
7834           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
7835           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
7836           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
7837           !> t/io/binmode.t t/io/crlf.t
7838 ____________________________________________________________________________
7839 [ 16246] By: nick                                  on 2002/04/28  10:08:05
7840         Log: Have :encoding() default to perlqq style fallbacks.
7841              Add test for that.
7842      Branch: perlio
7843            + ext/PerlIO/t/fallback.t
7844            ! MANIFEST ext/PerlIO/encoding/encoding.pm
7845            ! ext/PerlIO/encoding/encoding.xs
7846 ____________________________________________________________________________
7847 [ 16245] By: nick                                  on 2002/04/28  08:57:54
7848         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
7849              as gate on layer tests which fail on -Dusesfio
7850              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
7851      Branch: perlio
7852            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
7853            ! t/io/crlf.t
7854 ____________________________________________________________________________
7855 [ 16244] By: nick                                  on 2002/04/28  08:22:07
7856         Log: Builds under -Uuseperlio
7857              Uses PUSHSTACK/POPSTACK in :encoding and :Via
7858      Branch: perlio
7859            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
7860 ____________________________________________________________________________
7861 [ 16243] By: nick                                  on 2002/04/28  07:19:01
7862         Log: Integrate mainline
7863      Branch: perlio
7864           +> ext/threads/t/list.t
7865           !> (integrate 40 files)
7866 ____________________________________________________________________________
7867 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
7868         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
7869      Branch: perl
7870            ! hints/netbsd.sh
7871 ____________________________________________________________________________
7872 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
7873         Log: Plan better.
7874      Branch: perl
7875            ! t/io/fs.t
7876 ____________________________________________________________________________
7877 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
7878         Log: No trunc worries.
7879      Branch: perl
7880            ! pod/perldelta.pod
7881 ____________________________________________________________________________
7882 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
7883         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
7884              From: Michael G Schwern <schwern@pobox.com>
7885              Date: Sat, 27 Apr 2002 23:20:19 -0400
7886              Message-ID: <20020428032019.GF1821@blackrider>
7887      Branch: perl
7888            ! pod/perlfunc.pod t/io/fs.t
7889 ____________________________________________________________________________
7890 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
7891         Log: More valgrind findings: e.g. t/op/utfhash.t.
7892      Branch: perl
7893            ! hv.c
7894 ____________________________________________________________________________
7895 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
7896         Log: Unused variables now that "did you use incorrect case" is gone;
7897              and valgrind claims that the savepvn() in utilize() leaks in e.g.
7898              lib/blib.t.
7899      Branch: perl
7900            ! op.c
7901 ____________________________________________________________________________
7902 [ 16236] By: sky                                   on 2002/04/28  00:15:45
7903         Log: Added test cases and fixed some obvious things.
7904      Branch: perl
7905            + ext/threads/t/list.t
7906            ! MANIFEST ext/threads/threads.xs
7907 ____________________________________________________________________________
7908 [ 16235] By: sky                                   on 2002/04/27  23:50:11
7909         Log: Removed last traces of autodetach.
7910              Added list() methid.
7911              Changed documentation.
7912      Branch: perl
7913            ! ext/threads/threads.pm ext/threads/threads.xs
7914 ____________________________________________________________________________
7915 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
7916         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
7917              From: Jerrad Pierce <belg4mit@MIT.EDU>
7918              Date: Sat, 27 Apr 2002 19:14:17 -0400
7919              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
7920      Branch: perl
7921            ! lib/FileCache.pm
7922 ____________________________________________________________________________
7923 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
7924         Log: More NetBSD patches from Johnny Lam.
7925              
7926              Remove the need for a $prefix setting that was added in the
7927              previous patch I sent.     Also add the proper rpath options
7928              to the linker flags depending on whether we're on a ELF or
7929              a.out platform.     These were tested both in a non-pkgsrc and
7930              pkgsrc build.
7931              
7932              Append to $libs instead of overwriting its value.  This was
7933              causing $(LDLOADLIBS) to not get added to the dynamic_libs
7934              link command on NetBSD systems and was the cause of the GDBM
7935              problems reported.  Also use '$(LDLOADLIBS)' instead of
7936              expanding its value so that it is more easily overridden in
7937              the Makefile by "make all LDLOADLIBS=...".
7938              
7939              Remove "-L/usr/local/lib" because the location of libgdbm.so
7940              is already added during the Configure process, and this
7941              spurious addition may cause the wrong libgdbm.so to be linked
7942              against as a result.
7943      Branch: perl
7944            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
7945            ! lib/ExtUtils/MM_Unix.pm
7946 ____________________________________________________________________________
7947 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
7948         Log: More VC5-induced casting found by Nikola Knezevic.
7949      Branch: perl
7950            ! av.c hv.c mg.c sv.c
7951 ____________________________________________________________________________
7952 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
7953         Log: More U32 regflags.
7954      Branch: perl
7955            ! op.h regcomp.c thrdvar.h
7956 ____________________________________________________________________________
7957 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
7958         Log: Integrate from bleadperl
7959      Branch: macperl
7960           +> ext/Encode/lib/Encode/Guess.pm
7961           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
7962           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
7963           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
7964           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
7965           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
7966           +> lib/ExtUtils/t/zz_cleanup_dummy.t
7967           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
7968           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
7969           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
7970           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
7971            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7972            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7973            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
7974            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
7975            - lib/ExtUtils/t/Problem-Module/Makefile.PL
7976            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
7977            - t/op/system_tests
7978           !> (integrate 133 files)
7979 ____________________________________________________________________________
7980 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
7981         Log: Retract #16195 since it seems to be unnecessary.
7982      Branch: perl
7983            ! lib/ExtUtils/MM_Unix.pm
7984 ____________________________________________________________________________
7985 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
7986         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
7987              From: "Craig A. Berry" <craigberry@mac.com>
7988              Date: Sat, 27 Apr 2002 15:11:31 -0500
7989              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
7990      Branch: perl
7991            ! vms/descrip_mms.template
7992 ____________________________________________________________________________
7993 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
7994         Log: Some more known open() modes.
7995      Branch: perl
7996            ! pod/perldiag.pod
7997 ____________________________________________________________________________
7998 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
7999         Log: Upgrade to Encode 1.63.
8000      Branch: perl
8001            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8002            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
8003            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8004            ! ext/Encode/lib/Encode/Encoding.pm
8005            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
8006            ! ext/Encode/lib/Encode/JP/JIS7.pm
8007            ! ext/Encode/lib/Encode/KR/2022_KR.pm
8008            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8009 ____________________________________________________________________________
8010 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
8011         Log: Update Changes.
8012      Branch: perl
8013            ! Changes patchlevel.h
8014 ____________________________________________________________________________
8015 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
8016         Log: Integrate perlio:
8017              
8018              [ 16221]
8019              Correct which var is nulled, stack movement protection.
8020      Branch: perl
8021           !> ext/PerlIO/encoding/encoding.xs
8022 ____________________________________________________________________________
8023 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
8024         Log: Subject: PATCH t/TEST
8025              From: Mark-Jason Dominus <mjd@plover.com>
8026              Date: Sat, 27 Apr 2002 14:06:56 -0400
8027              Message-ID: <20020427180656.5422.qmail@plover.com>
8028      Branch: perl
8029            ! t/TEST
8030 ____________________________________________________________________________
8031 [ 16222] By: sky                                   on 2002/04/27  17:00:29
8032         Log: Ahem, look another way.
8033      Branch: perl
8034            ! ext/threads/shared/t/queue.t
8035 ____________________________________________________________________________
8036 [ 16221] By: nick                                  on 2002/04/27  16:34:48
8037         Log: Correct which var is nulled, stack movement protection.
8038      Branch: perlio
8039            ! ext/PerlIO/encoding/encoding.xs
8040 ____________________________________________________________________________
8041 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
8042         Log: Integrate perlio:
8043              
8044              [ 16216]
8045              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
8046              - if encoding loads Encode then stack grows.
8047              - pp_binmode was not allowing for that to happen
8048              - added PUTBACK/SPAGAIN.
8049      Branch: perl
8050           !> pp_sys.c
8051 ____________________________________________________________________________
8052 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
8053         Log: First half of NetBSD patch-ai, from Johnny Lam:
8054              
8055              The first part removes "installman" and "installhtml" from the
8056              .PHONY target, which was causing problems during installation.
8057              
8058              (the installman and installhtml are not phony targets,
8059              they are real files)
8060      Branch: perl
8061            ! Makefile.SH
8062 ____________________________________________________________________________
8063 [ 16218] By: nick                                  on 2002/04/27  16:22:40
8064         Log: Integrate mainline
8065      Branch: perlio
8066           +> ext/threads/shared/t/cond.t
8067           !> MANIFEST ext/threads/shared/shared.xs
8068           !> ext/threads/shared/t/queue.t
8069 ____________________________________________________________________________
8070 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
8071         Log: NetBSD patch-ab from Johnny Lam:
8072              
8073              Some tweaks to the NetBSD hints file to make the Configure
8074              process more useful when not building from pkgsrc.  This file
8075              will definitely need to change again when the 1.6 release of
8076              NetBSD comes out, but I'll handle the changes at the later
8077              date.
8078      Branch: perl
8079            ! hints/netbsd.sh
8080 ____________________________________________________________________________
8081 [ 16216] By: nick                                  on 2002/04/27  16:19:21
8082         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
8083              - if encoding loads Encode then stack grows.
8084              - pp_binmode was not allowing for that to happen
8085              - added PUTBACK/SPAGAIN.
8086      Branch: perlio
8087            ! pp_sys.c
8088 ____________________________________________________________________________
8089 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
8090         Log: Integrate perlio:
8091              
8092              [ 16211]
8093              Re-instate $PerlIO::encoding::check at boot.
8094              (Retaining Dan's XS side require though I don't see need.)
8095              
8096              [ 16207]
8097              Fix fd leak on Via(bogus).
8098              Finish implementing PerlIOVia_open().
8099              Export more guts of PerlIO_* so Via_open() can work.
8100              Fix various PerlIO_allocate() features exposed by above.
8101              
8102              [ 16027]
8103              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
8104              and change test not to skip them.
8105              
8106              [ 16023]
8107              Some tweaks for encodings which need lines.
8108              Also disabled trial of using fallbacks.
8109              
8110              [ 16022]
8111              Various tweaks to Encode
8112      Branch: perl
8113           !> embed.fnc ext/PerlIO/Via/Via.xs
8114           !> ext/PerlIO/encoding/encoding.pm
8115           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
8116           !> perlio.c perlio.h perliol.h
8117 ____________________________________________________________________________
8118 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
8119         Log: Upgrade to Encode 1.62.
8120      Branch: perl
8121            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8122 ____________________________________________________________________________
8123 [ 16213] By: ams                                   on 2002/04/27  15:38:50
8124         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
8125              From: Philip Newton <Philip.Newton@gmx.net>
8126              Date: Sat, 27 Apr 2002 08:51:30 +0200
8127              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
8128              
8129              Subject: Re: Change 16183: Stop being coy.
8130              From: Philip Newton <Philip.Newton@gmx.net>
8131              Date: Sat, 27 Apr 2002 08:52:13 +0200
8132              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
8133      Branch: perl
8134            ! INSTALL pod/perldelta.pod
8135 ____________________________________________________________________________
8136 [ 16212] By: sky                                   on 2002/04/27  13:54:46
8137         Log: Add test numbers to make "make test" happy. Order is irrelevant
8138              but number of oks is not.
8139      Branch: perl
8140            ! ext/threads/shared/t/queue.t
8141 ____________________________________________________________________________
8142 [ 16211] By: nick                                  on 2002/04/27  13:29:55
8143         Log: Re-instate $PerlIO::encoding::check at boot.
8144              (Retaining Dan's XS side require though I don't see need.)
8145      Branch: perlio
8146            ! ext/PerlIO/encoding/encoding.pm
8147            ! ext/PerlIO/encoding/encoding.xs
8148 ____________________________________________________________________________
8149 [ 16210] By: sky                                   on 2002/04/27  12:56:44
8150         Log: Fixed race condtions and deadlocks in interaction with 
8151              cond_wait/cond_signal and lock.
8152              Now we wait for a lock to gie up if we return from COND_WAIT
8153              and we are still locked. We also notifiers potential 
8154              lockers that it is free for locking when we go into COND_WAIT.
8155      Branch: perl
8156            + ext/threads/shared/t/cond.t
8157            ! MANIFEST ext/threads/shared/shared.xs
8158            ! ext/threads/shared/t/queue.t
8159 ____________________________________________________________________________
8160 [ 16209] By: nick                                  on 2002/04/27  12:32:41
8161         Log: Integrate mainline
8162      Branch: perlio
8163           +> t/win32/system_tests
8164            - t/op/system_tests
8165           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
8166           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
8167           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
8168           !> t/lib/warnings/pp_hot t/win32/system.t
8169 ____________________________________________________________________________
8170 [ 16208] By: sky                                   on 2002/04/27  11:46:53
8171         Log: Saving locks after we set it to 0 was kind of pointless.
8172              Hunting down fixes in cond_* functions.
8173      Branch: perl
8174            ! ext/threads/shared/shared.xs
8175 ____________________________________________________________________________
8176 [ 16207] By: nick                                  on 2002/04/27  10:12:00
8177         Log: Fix fd leak on Via(bogus).
8178              Finish implementing PerlIOVia_open().
8179              Export more guts of PerlIO_* so Via_open() can work.
8180              Fix various PerlIO_allocate() features exposed by above.
8181      Branch: perlio
8182            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
8183            ! perlio.h perliol.h
8184 ____________________________________________________________________________
8185 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
8186         Log: NetBSD and OpenBSD cannot do comments at #! line
8187              (or long #! lines?)
8188      Branch: perl
8189            ! t/japh/abigail.t
8190 ____________________________________________________________________________
8191 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
8192         Log: Add taint rethink to the todo list.
8193      Branch: perl
8194            ! pod/perltodo.pod
8195 ____________________________________________________________________________
8196 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
8197         Log: Integrate changes #16199 and #16201 from macperl;
8198              
8199              Time::Local compatibility patches, from Graham
8200              
8201              MacPerl require() portability patches
8202      Branch: perl
8203           !> lib/Time/Local.pm pp_ctl.c
8204 ____________________________________________________________________________
8205 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
8206         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
8207              From: Nicholas Clark <nick@unfortu.net>
8208              Date: Fri, 26 Apr 2002 23:27:23 +0100
8209              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
8210      Branch: perl
8211            ! t/lib/warnings/pp_hot
8212 ____________________________________________________________________________
8213 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
8214         Log: Working on MacPerl tests
8215      Branch: macperl
8216            ! macos/MacPerlTests.cmd
8217 ____________________________________________________________________________
8218 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
8219         Log: MacPerl require() portability patches
8220      Branch: macperl
8221            ! pp_ctl.c
8222 ____________________________________________________________________________
8223 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
8224         Log: Fix a few MacPerl_CanonDir() problems
8225      Branch: macperl
8226            ! macos/macish.c macos/macish.h
8227 ____________________________________________________________________________
8228 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
8229         Log: Time::Local compatibility patches, from Graham
8230      Branch: macperl
8231            ! lib/Time/Local.pm
8232 ____________________________________________________________________________
8233 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
8234         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
8235              From: Simon Cozens <simon@netthink.co.uk>
8236              Date: Fri, 26 Apr 2002 21:58:21 +0100
8237              Message-ID: <20020426205821.GB5855@netthink.co.uk>
8238      Branch: perl
8239            ! ext/Time/HiRes/HiRes.pm
8240 ____________________________________________________________________________
8241 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
8242         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
8243              to know about it always (not just when using the pth).
8244      Branch: perl
8245            ! hints/netbsd.sh
8246 ____________________________________________________________________________
8247 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
8248         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
8249      Branch: perl
8250            ! ext/Digest/MD5/t/files.t
8251 ____________________________________________________________________________
8252 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
8253         Log: (retracted by #16229)
8254              Subject: FIXIN problem under Win32
8255              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8256              Date: Thu, 25 Apr 2002 23:03:31 +0200
8257              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
8258      Branch: perl
8259            ! lib/ExtUtils/MM_Unix.pm
8260 ____________________________________________________________________________
8261 [ 16194] By: nick                                  on 2002/04/26  17:36:16
8262         Log: Integrate mainline
8263      Branch: perlio
8264           +> ext/Encode/lib/Encode/Guess.pm
8265           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8266           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
8267           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
8268           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
8269           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
8270           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
8271           +> t/lib/sample-tests/die_last_minute
8272           !> (integrate 94 files)
8273 ____________________________________________________________________________
8274 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
8275         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
8276              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8277              Date: Fri, 26 Apr 2002 15:38:16 +0200
8278              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
8279      Branch: perl
8280            + t/win32/system_tests
8281            - t/op/system_tests
8282            ! MANIFEST t/win32/system.t
8283 ____________________________________________________________________________
8284 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
8285         Log: Mention explicitly the NetBSD + pth combination.
8286      Branch: perl
8287            ! pod/perldelta.pod
8288 ____________________________________________________________________________
8289 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
8290         Log: Subject: [PATCH] Fix email address.
8291              From: Abigail <abigail@foad.org>
8292              Date: Fri, 26 Apr 2002 18:03:11 +0200
8293              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
8294      Branch: perl
8295            ! t/japh/abigail.t
8296 ____________________________________________________________________________
8297 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
8298         Log: NetWare update from C Aditya.
8299      Branch: perl
8300            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
8301            ! lib/ExtUtils/MM_Unix.pm
8302 ____________________________________________________________________________
8303 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
8304         Log: Subject: [PATCH vms/test.com] use t/TEST
8305              From: "Craig A. Berry" <craigberry@mac.com>
8306              Date: Fri, 26 Apr 2002 09:34:46 -0500
8307              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
8308      Branch: perl
8309            ! vms/test.com
8310 ____________________________________________________________________________
8311 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
8312         Log: Update Changes.
8313      Branch: perl
8314            ! Changes patchlevel.h
8315 ____________________________________________________________________________
8316 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
8317         Log: Subject: [Encode] s/=over2/=over 2/g
8318              From: Dan Kogai <dankogai@dan.co.jp>
8319              Date: Fri, 26 Apr 2002 14:57:09 +0900
8320              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
8321      Branch: perl
8322            ! ext/Encode/Encode.pm
8323 ____________________________________________________________________________
8324 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
8325         Log: Use temp int variable in the W*() since direct casting
8326              to either an int or an IV would not be right.
8327      Branch: perl
8328            ! ext/POSIX/POSIX.xs
8329 ____________________________________________________________________________
8330 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
8331         Log: The #16182 radiates U32ness.
8332      Branch: perl
8333            ! embed.fnc embed.h proto.h regcomp.c toke.c
8334 ____________________________________________________________________________
8335 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
8336         Log: Subject: t/TEST ported to VMS
8337              From: "Craig A. Berry" <craigberry@mac.com>
8338              Date: Fri, 26 Apr 2002 00:13:31 -0500
8339              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
8340      Branch: perl
8341            ! t/TEST
8342 ____________________________________________________________________________
8343 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
8344         Log: Stop being coy.
8345      Branch: perl
8346            ! pod/perldelta.pod
8347 ____________________________________________________________________________
8348 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
8349         Log: Subject: Re: binary compatibility
8350              From: Mark-Jason Dominus <mjd@plover.com>
8351              Date: Wed, 24 Apr 2002 17:35:07 -0400
8352              Message-ID: <20020424213507.7846.qmail@plover.com>
8353      Branch: perl
8354            ! op.h
8355 ____________________________________________________________________________
8356 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
8357         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
8358              allocating half of the retstack!)
8359      Branch: perl
8360            ! README.win32 sv.c
8361 ____________________________________________________________________________
8362 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
8363         Log: temporary variable not wide enough to hold all the bits in
8364              op->op_targ
8365      Branch: perl
8366            ! op.c
8367 ____________________________________________________________________________
8368 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
8369         Log: Add an idea/question from Damian. 
8370      Branch: perl
8371            ! pod/perltodo.pod
8372 ____________________________________________________________________________
8373 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
8374         Log: build missing utilities on windows; clean stray files
8375      Branch: perl
8376            ! win32/Makefile win32/makefile.mk
8377 ____________________________________________________________________________
8378 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
8379         Log: Upgrade to Encode 1.61, from Dan Kogai.
8380      Branch: perl
8381            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8382            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
8383            ! ext/Encode/lib/Encode/Guess.pm
8384            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
8385            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
8386            ! ext/Encode/t/mime-header.t
8387 ____________________________________________________________________________
8388 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
8389         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
8390              From: andreas.koenig@anima.de (Andreas J. Koenig)
8391              Date: Tue, 23 Apr 2002 04:40:42 +0200      
8392              Message-ID: <m37kmzi1cl.fsf@anima.de>
8393      Branch: perl
8394            ! pod/perluniintro.pod
8395 ____________________________________________________________________________
8396 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
8397         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
8398              platform needs to fill in the other branch here)
8399      Branch: perl
8400            ! ext/Digest/MD5/t/files.t
8401 ____________________________________________________________________________
8402 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
8403         Log: MANIFEST is needlessly held open for entire duration of "make test"
8404      Branch: perl
8405            ! t/TEST t/harness
8406 ____________________________________________________________________________
8407 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
8408         Log: various signed/unsigned mismatch nits
8409      Branch: perl
8410            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
8411            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8412            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
8413            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
8414            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
8415            ! ext/Time/HiRes/HiRes.xs regcomp.c
8416 ____________________________________________________________________________
8417 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
8418         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
8419              From: Nicholas Clark <nick@unfortu.net>
8420              Date: Thu, 25 Apr 2002 22:41:57 +0100
8421              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
8422      Branch: perl
8423            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
8424            + ext/Storable/t/make_downgrade.pl
8425            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
8426            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
8427            ! ext/Storable/t/utf8hash.t
8428 ____________________________________________________________________________
8429 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
8430         Log: Extra guidance for JAPH debuggers.
8431      Branch: perl
8432            ! t/japh/abigail.t
8433 ____________________________________________________________________________
8434 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
8435         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
8436              From: Paul_GreenVOS@vos.stratus.com
8437              Date: Wed, 24 Apr 02 18:27 edt
8438              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
8439      Branch: perl
8440            ! vos/vos.c
8441 ____________________________________________________________________________
8442 [ 16169] By: ams                                   on 2002/04/25  20:33:35
8443         Log: Subject: [PATCH] don't build B/C twice on VMS
8444              From: "Craig A. Berry" <craigberry@mac.com>
8445              Date: Thu, 25 Apr 2002 16:00:57 -0500
8446              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
8447      Branch: perl
8448            ! configure.com
8449 ____________________________________________________________________________
8450 [ 16168] By: ams                                   on 2002/04/25  20:31:19
8451         Log: Subject: Re: POSIX::WEXITSTATUS broken again
8452              From: Andy Dougherty <doughera@lafayette.edu>
8453              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
8454              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
8455      Branch: perl
8456            ! ext/POSIX/POSIX.xs
8457 ____________________________________________________________________________
8458 [ 16167] By: ams                                   on 2002/04/25  19:49:09
8459         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
8460              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8461              Date: Thu, 25 Apr 2002 13:39:35 -0700
8462              Message-Id: <HmGy8gzkguHW092yn@efn.org>
8463      Branch: perl
8464            ! t/harness
8465 ____________________________________________________________________________
8466 [ 16166] By: ams                                   on 2002/04/25  19:43:06
8467         Log: $fh->close(); print $fh "foo" would segfault under -w in
8468              report_evil_fh() because $fh doesn't have a name.
8469      Branch: perl
8470            ! util.c
8471 ____________________________________________________________________________
8472 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
8473         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
8474              being found properly
8475      Branch: perl
8476            ! ext/Cwd/t/cwd.t
8477 ____________________________________________________________________________
8478 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
8479         Log: Brace yourself from Craig Berry to keep older compilers happy.
8480      Branch: perl
8481            ! vms/vms.c
8482 ____________________________________________________________________________
8483 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
8484         Log: More %{} overload tests.
8485      Branch: perl
8486            ! lib/overload.t
8487 ____________________________________________________________________________
8488 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
8489         Log: some extension builds need to find pl2bat.bat on windows
8490      Branch: perl
8491            ! win32/buildext.pl
8492 ____________________________________________________________________________
8493 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
8494         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
8495              From: "Craig A. Berry" <craigberry@mac.com>
8496              Date: Thu, 25 Apr 2002 12:30:06 -0500
8497              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
8498      Branch: perl
8499            ! lib/ExtUtils/MM_VMS.pm
8500 ____________________________________________________________________________
8501 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
8502         Log: windows build fails if there is no perlglob.exe in the PATH
8503      Branch: perl
8504            ! win32/buildext.pl
8505 ____________________________________________________________________________
8506 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
8507         Log: Mysterious setlocale() core dump in ancient Solaris
8508              found by Merijn Broeren.  Doesn't look like Perl's fault.
8509      Branch: perl
8510            ! pod/perldelta.pod
8511 ____________________________________________________________________________
8512 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
8513         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
8514              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
8515              Date: Thu, 25 Apr 2002 17:35:23 +0200
8516              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
8517      Branch: perl
8518            ! pp_ctl.c
8519 ____________________________________________________________________________
8520 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
8521         Log: Subject: [PATCH] pp_ctl.c:pp_require
8522              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
8523              Date: Thu, 25 Apr 2002 16:01:14 +0200
8524              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
8525      Branch: perl
8526            ! pp_ctl.c
8527 ____________________________________________________________________________
8528 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
8529         Log: -Wformat cleanups from Robin Barker.
8530      Branch: perl
8531            ! dump.c embed.fnc proto.h sv.c
8532 ____________________________________________________________________________
8533 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
8534         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
8535              From: Michael G Schwern <schwern@pobox.com>
8536              Date: Thu, 25 Apr 2002 01:51:27 -0400
8537              Message-ID: <20020425055127.GB3456@blackrider>
8538      Branch: perl
8539            + t/lib/sample-tests/bignum t/lib/sample-tests/die
8540            + t/lib/sample-tests/die_head_end
8541            + t/lib/sample-tests/die_last_minute
8542            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
8543            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8544            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
8545 ____________________________________________________________________________
8546 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
8547         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
8548              From: Michael G Schwern <schwern@pobox.com>
8549              Date: Thu, 25 Apr 2002 01:32:10 -0400
8550              Message-ID: <20020425053210.GA3334@blackrider>
8551      Branch: perl
8552            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
8553            + lib/Test/Simple/t/strays.t
8554            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
8555            ! lib/Test/Simple.pm lib/Test/Simple/Changes
8556            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
8557            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
8558            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
8559            ! lib/Test/Simple/t/use_ok.t
8560 ____________________________________________________________________________
8561 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
8562         Log: Elaborate a bit on Storable.
8563      Branch: perl
8564            ! pod/perldelta.pod
8565 ____________________________________________________________________________
8566 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
8567         Log: Cleaner Encode tests under -Mutf8.
8568      Branch: perl
8569            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
8570 ____________________________________________________________________________
8571 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
8572         Log: Subject: [PATCH] installperl
8573              From: Abe Timmerman <abe@ztreet.demon.nl>
8574              Date: Thu, 25 Apr 2002 01:00:00 +0200
8575              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
8576      Branch: perl
8577            ! installperl
8578 ____________________________________________________________________________
8579 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
8580         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
8581              From: Dan Kogai <dankogai@dan.co.jp>
8582              Date: Thu, 25 Apr 2002 10:49:13 +0900
8583              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
8584      Branch: perl
8585            ! ext/PerlIO/encoding/encoding.xs
8586 ____________________________________________________________________________
8587 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
8588         Log: Stray =back.
8589      Branch: perl
8590            ! README.win32
8591 ____________________________________________________________________________
8592 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
8593         Log: Add an untested warning variant.
8594      Branch: perl
8595            ! t/lib/warnings/op
8596 ____________________________________________________________________________
8597 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
8598         Log: Update Changes.
8599      Branch: perl
8600            ! Changes patchlevel.h
8601 ____________________________________________________________________________
8602 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
8603         Log: Wrong plan.
8604      Branch: perl
8605            ! ext/Encode/t/mime-header.t
8606 ____________________________________________________________________________
8607 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
8608         Log: Upgrade to Encode 1.60, from Dan Kogai.
8609      Branch: perl
8610            + ext/Encode/lib/Encode/Guess.pm
8611            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
8612            + ext/Encode/t/mime-header.t
8613            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
8614            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8615            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
8616            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8617            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
8618            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
8619 ____________________________________________________________________________
8620 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
8621         Log: another case of enabling binmode() where it should not be: if the
8622              *.enc files are CRLF terminated, the result gets CRCRLF terminations
8623      Branch: perl
8624            ! ext/Encode/t/CJKT.t
8625 ____________________________________________________________________________
8626 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
8627         Log: microperl update; boldly assume time() and time_t
8628              (since we assume ANSI and i_time, anyway).
8629      Branch: perl
8630            ! uconfig.h uconfig.sh
8631 ____________________________________________________________________________
8632 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
8633         Log: Integrate #16136, #16137, #16138 from macperl;
8634              
8635              Silly fix for the SC compiler's fixation with "comp" as a type
8636              
8637              Skip more PerlIO symbols for sfio
8638              
8639              Play nicely in miniperl
8640      Branch: perl
8641           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
8642           !> lib/File/Spec/Mac.pm makedef.pl
8643 ____________________________________________________________________________
8644 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
8645         Log: Sync configpm and config.h for use in 5.8
8646              (still need to do config.sh)
8647      Branch: macperl
8648            ! macos/config.h macos/configpm
8649 ____________________________________________________________________________
8650 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
8651         Log: Make MM_MacOS work with new MakeMaker
8652      Branch: macperl
8653            ! macos/lib/ExtUtils/MM_MacOS.pm
8654 ____________________________________________________________________________
8655 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
8656         Log: Makefile.mk changes for 5.8: additional extensions
8657              and source files; bump version
8658      Branch: macperl
8659            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
8660 ____________________________________________________________________________
8661 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
8662         Log: Play nicely in miniperl
8663      Branch: macperl
8664            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
8665 ____________________________________________________________________________
8666 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
8667         Log: Skip more PerlIO symbols for sfio
8668      Branch: macperl
8669            ! makedef.pl
8670 ____________________________________________________________________________
8671 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
8672         Log: Silly fix for the SC compiler's fixation with "comp" as a type
8673      Branch: macperl
8674            ! ext/Unicode/Normalize/Normalize.xs
8675 ____________________________________________________________________________
8676 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
8677         Log: Merge macperl xsubpp with current xsubpp
8678      Branch: macperl
8679            ! macos/xsubpp
8680 ____________________________________________________________________________
8681 [ 16134] By: nick                                  on 2002/04/24  18:08:37
8682         Log: Integrate mainline
8683      Branch: perlio
8684           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
8685           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
8686            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
8687            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
8688            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8689            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8690            - lib/ExtUtils/t/Problem-Module/Makefile.PL
8691            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8692           !> (integrate 44 files)
8693 ____________________________________________________________________________
8694 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
8695         Log: Delete more included modules from bundled_ext
8696      Branch: macperl
8697            - macos/bundled_ext/Digest/MD5/Changes
8698            - macos/bundled_ext/Digest/MD5/MD5.pm
8699            - macos/bundled_ext/Digest/MD5/MD5.xs
8700            - macos/bundled_ext/Digest/MD5/Makefile.PL
8701            - macos/bundled_ext/Digest/MD5/Makefile.mk
8702            - macos/bundled_ext/Digest/MD5/README
8703            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
8704            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
8705            - macos/bundled_ext/Digest/MD5/rfc1321.txt
8706            - macos/bundled_ext/Digest/MD5/t/badfile.t
8707            - macos/bundled_ext/Digest/MD5/t/files.t
8708            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
8709            - macos/bundled_ext/Digest/MD5/typemap
8710            - macos/bundled_ext/Filter/Util/Call/Call.pm
8711            - macos/bundled_ext/Filter/Util/Call/Call.xs
8712            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
8713            - macos/bundled_ext/Filter/Util/Call/ppport.h
8714            - macos/bundled_ext/Filter/t/call.t
8715            - macos/bundled_ext/Filter/t/filter-util.pl
8716            - macos/bundled_ext/List/Util/ChangeLog
8717            - macos/bundled_ext/List/Util/Makefile.PL
8718            - macos/bundled_ext/List/Util/README
8719            - macos/bundled_ext/List/Util/Util.xs
8720            - macos/bundled_ext/List/Util/lib/List/Util.pm
8721            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
8722            - macos/bundled_ext/List/Util/t/blessed.t
8723            - macos/bundled_ext/List/Util/t/dualvar.t
8724            - macos/bundled_ext/List/Util/t/first.t
8725            - macos/bundled_ext/List/Util/t/max.t
8726            - macos/bundled_ext/List/Util/t/maxstr.t
8727            - macos/bundled_ext/List/Util/t/min.t
8728            - macos/bundled_ext/List/Util/t/minstr.t
8729            - macos/bundled_ext/List/Util/t/readonly.t
8730            - macos/bundled_ext/List/Util/t/reduce.t
8731            - macos/bundled_ext/List/Util/t/reftype.t
8732            - macos/bundled_ext/List/Util/t/shuffle.t
8733            - macos/bundled_ext/List/Util/t/sum.t
8734            - macos/bundled_ext/List/Util/t/tainted.t
8735            - macos/bundled_ext/List/Util/t/weak.t
8736            - macos/bundled_ext/MIME/Base64/Base64.pm
8737            - macos/bundled_ext/MIME/Base64/Base64.xs
8738            - macos/bundled_ext/MIME/Base64/Changes
8739            - macos/bundled_ext/MIME/Base64/Makefile.PL
8740            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
8741            - macos/bundled_ext/MIME/Base64/README
8742            - macos/bundled_ext/MIME/Base64/t/base64.t
8743            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
8744            - macos/bundled_ext/MIME/Base64/t/unicode.t
8745            - macos/bundled_ext/Storable/ChangeLog
8746            - macos/bundled_ext/Storable/Makefile.PL
8747            - macos/bundled_ext/Storable/README
8748            - macos/bundled_ext/Storable/Storable.pm
8749            - macos/bundled_ext/Storable/Storable.xs
8750            - macos/bundled_ext/Storable/t/blessed.t
8751            - macos/bundled_ext/Storable/t/canonical.t
8752            - macos/bundled_ext/Storable/t/compat-0.6.t
8753            - macos/bundled_ext/Storable/t/dclone.t
8754            - macos/bundled_ext/Storable/t/dump.pl
8755            - macos/bundled_ext/Storable/t/forgive.t
8756            - macos/bundled_ext/Storable/t/freeze.t
8757            - macos/bundled_ext/Storable/t/lock.t
8758            - macos/bundled_ext/Storable/t/overload.t
8759            - macos/bundled_ext/Storable/t/recurse.t
8760            - macos/bundled_ext/Storable/t/retrieve.t
8761            - macos/bundled_ext/Storable/t/store.t
8762            - macos/bundled_ext/Storable/t/tied.t
8763            - macos/bundled_ext/Storable/t/tied_hook.t
8764            - macos/bundled_ext/Storable/t/tied_items.t
8765            - macos/bundled_ext/Storable/t/utf8.t
8766            - macos/bundled_ext/Time/HiRes/Changes
8767            - macos/bundled_ext/Time/HiRes/HiRes.pm
8768            - macos/bundled_ext/Time/HiRes/HiRes.t
8769            - macos/bundled_ext/Time/HiRes/HiRes.xs
8770            - macos/bundled_ext/Time/HiRes/Makefile.PL
8771            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
8772            - macos/bundled_ext/Time/HiRes/hints/sco.pl
8773 ____________________________________________________________________________
8774 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
8775         Log: Thou shalt not assume %x works for UVs.
8776      Branch: perl
8777            ! ext/Encode/Encode.xs
8778 ____________________________________________________________________________
8779 [ 16131] By: nick                                  on 2002/04/24  15:50:31
8780         Log: Submit an old integrate
8781      Branch: perlio
8782           +> (branch 27 files)
8783            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
8784            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
8785            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
8786            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
8787            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
8788            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
8789            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
8790           !> (integrate 84 files)
8791 ____________________________________________________________________________
8792 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
8793         Log: Partially retract #12056, from Craig Berry.
8794      Branch: perl
8795            ! vms/vms.c
8796 ____________________________________________________________________________
8797 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
8798         Log: Delete more included modules from bundled_lib
8799      Branch: macperl
8800            - macos/bundled_lib/blib/lib/Class/ISA.pm
8801            - macos/bundled_lib/blib/lib/Digest.pm
8802            - macos/bundled_lib/blib/lib/Filter/Simple.pm
8803            - macos/bundled_lib/blib/lib/Memoize.pm
8804            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
8805            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
8806            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
8807            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
8808            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
8809            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
8810            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
8811            - macos/bundled_lib/blib/lib/NEXT.pm
8812            - macos/bundled_lib/blib/lib/Net/Cmd.pm
8813            - macos/bundled_lib/blib/lib/Net/Config.pm
8814            - macos/bundled_lib/blib/lib/Net/Domain.pm
8815            - macos/bundled_lib/blib/lib/Net/FTP.pm
8816            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
8817            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
8818            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
8819            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
8820            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
8821            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
8822            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
8823            - macos/bundled_lib/blib/lib/Net/NNTP.pm
8824            - macos/bundled_lib/blib/lib/Net/Netrc.pm
8825            - macos/bundled_lib/blib/lib/Net/POP3.pm
8826            - macos/bundled_lib/blib/lib/Net/SMTP.pm
8827            - macos/bundled_lib/blib/lib/Net/Time.pm
8828            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
8829            - macos/bundled_lib/blib/lib/Switch.pm
8830            - macos/bundled_lib/t/Class/ISA/test.pl
8831            - macos/bundled_lib/t/Digest/Digest.t
8832            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
8833            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
8834            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
8835            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
8836            - macos/bundled_lib/t/Filter/Simple/data.t
8837            - macos/bundled_lib/t/Filter/Simple/export.t
8838            - macos/bundled_lib/t/Filter/Simple/filter.t
8839            - macos/bundled_lib/t/Filter/Simple/filter_only.t
8840            - macos/bundled_lib/t/Filter/Simple/import.t
8841            - macos/bundled_lib/t/Memoize/array.t
8842            - macos/bundled_lib/t/Memoize/array_confusion.t
8843            - macos/bundled_lib/t/Memoize/correctness.t
8844            - macos/bundled_lib/t/Memoize/errors.t
8845            - macos/bundled_lib/t/Memoize/expire.t
8846            - macos/bundled_lib/t/Memoize/expire_file.t
8847            - macos/bundled_lib/t/Memoize/expire_module_n.t
8848            - macos/bundled_lib/t/Memoize/expire_module_t.t
8849            - macos/bundled_lib/t/Memoize/flush.t
8850            - macos/bundled_lib/t/Memoize/normalize.t
8851            - macos/bundled_lib/t/Memoize/prototype.t
8852            - macos/bundled_lib/t/Memoize/speed.t
8853            - macos/bundled_lib/t/Memoize/tie.t
8854            - macos/bundled_lib/t/Memoize/tie_gdbm.t
8855            - macos/bundled_lib/t/Memoize/tie_ndbm.t
8856            - macos/bundled_lib/t/Memoize/tie_sdbm.t
8857            - macos/bundled_lib/t/Memoize/tie_storable.t
8858            - macos/bundled_lib/t/Memoize/tiefeatures.t
8859            - macos/bundled_lib/t/Memoize/unmemoize.t
8860            - macos/bundled_lib/t/NEXT/actual.t
8861            - macos/bundled_lib/t/NEXT/actuns.t
8862            - macos/bundled_lib/t/NEXT/next.t
8863            - macos/bundled_lib/t/NEXT/unseen.t
8864            - macos/bundled_lib/t/Switch/t/given.t
8865            - macos/bundled_lib/t/Switch/t/nested.t
8866            - macos/bundled_lib/t/Switch/t/switch.t
8867            - macos/bundled_lib/t/libnet/config.t
8868            - macos/bundled_lib/t/libnet/ftp.t
8869            - macos/bundled_lib/t/libnet/hostname.t
8870            - macos/bundled_lib/t/libnet/libnet_t.pl
8871            - macos/bundled_lib/t/libnet/netrc.t
8872            - macos/bundled_lib/t/libnet/nntp.t
8873            - macos/bundled_lib/t/libnet/require.t
8874            - macos/bundled_lib/t/libnet/smtp.t
8875 ____________________________________________________________________________
8876 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
8877         Log: Remove Text::Balanced from bundled_lib (already in lib)
8878      Branch: macperl
8879            - macos/bundled_lib/blib/lib/Text/Balanced.pm
8880            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8881            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8882            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
8883            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
8884            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8885            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
8886            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
8887            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
8888 ____________________________________________________________________________
8889 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
8890         Log: A word of warning to the users of UTF-8 locales.
8891      Branch: perl
8892            ! pod/perluniintro.pod
8893 ____________________________________________________________________________
8894 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
8895         Log: Forgotten from #16125.
8896      Branch: perl
8897            ! t/lib/MakeMaker/Test/Utils.pm
8898 ____________________________________________________________________________
8899 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
8900         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
8901      Branch: perl
8902            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
8903            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
8904            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
8905            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
8906            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8907            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8908            - lib/ExtUtils/t/Problem-Module/Makefile.PL
8909            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8910            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
8911            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
8912            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8913            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8914            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
8915            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
8916            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
8917            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
8918            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
8919 ____________________________________________________________________________
8920 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
8921         Log: Subject: New UTF-8 surprise
8922              From: andreas.koenig@anima.de (Andreas J. Koenig)
8923              Date: Mon, 22 Apr 2002 12:08:48 +0200
8924              Message-ID: <m38z7gjb9r.fsf@anima.de>
8925      Branch: perl
8926            ! pp_hot.c t/op/subst.t
8927 ____________________________________________________________________________
8928 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
8929         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
8930              tree that is branched from //depot/maint-5.6/macperl/macos/...
8931      Branch: macperl
8932           +> (branch 3590 files)
8933 ____________________________________________________________________________
8934 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
8935         Log: Try to be clearer about perlio.
8936      Branch: perl
8937            ! INSTALL
8938 ____________________________________________________________________________
8939 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
8940         Log: Subject: Re: binary compatibility
8941              From: Andy Dougherty <doughera@lafayette.edu>
8942              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
8943              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
8944      Branch: perl
8945            ! INSTALL patchlevel.h
8946 ____________________________________________________________________________
8947 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
8948         Log: Go on record about the binary backward incompatibility.
8949      Branch: perl
8950            ! pod/perldelta.pod
8951 ____________________________________________________________________________
8952 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
8953         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
8954              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
8955              Date: Wed, 24 Apr 2002 01:51:43 +0400
8956              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
8957      Branch: perl
8958            ! t/win32/system.t
8959 ____________________________________________________________________________
8960 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
8961         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
8962              From: PPrymmer@factset.com
8963              Date: Tue, 23 Apr 2002 17:14:32 -0400
8964              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
8965      Branch: perl
8966            ! lib/locale.t
8967 ____________________________________________________________________________
8968 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
8969         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
8970              From: Paul_GreenVOS@vos.stratus.com
8971              Date: Tue, 23 Apr 02 15:06 edt   
8972              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
8973      Branch: perl
8974            ! Makefile.SH cflags.SH
8975 ____________________________________________________________________________
8976 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
8977         Log: metaconfig unit change for #16115.
8978      Branch: metaconfig
8979            ! U/compline/byteorder.U
8980      Branch: perl
8981            ! config_h.SH
8982 ____________________________________________________________________________
8983 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
8984         Log: Regen Configure to mirror #16111 (with one added tweak).
8985      Branch: perl
8986            ! Configure
8987 ____________________________________________________________________________
8988 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
8989         Log: Retract #16109.
8990      Branch: perl
8991            ! lib/ExtUtils/MM_Unix.pm
8992 ____________________________________________________________________________
8993 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
8994         Log: FAQ sync.
8995      Branch: perl
8996            ! pod/perlfaq3.pod pod/perlfaq8.pod
8997 ____________________________________________________________________________
8998 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
8999         Log: use encoding no more defaults to Latin 1.
9000      Branch: perl
9001            ! pod/perluniintro.pod
9002 ____________________________________________________________________________
9003 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
9004         Log: Configure test for byteorder loses bits
9005      Branch: perl
9006            ! Configure
9007 ____________________________________________________________________________
9008 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
9009         Log: hacking around byteorder variance between config.sh and config.h
9010              isn't needed after change#16099
9011      Branch: perl
9012            ! ext/Storable/t/malice.t
9013 ____________________________________________________________________________
9014 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
9015         Log: (retracted by #16114)
9016              
9017              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
9018              From: "Green, Paul" <Paul.Green@stratus.com>
9019              Date: Tue, 23 Apr 2002 13:47:19 -0400
9020              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
9021      Branch: perl
9022            ! lib/ExtUtils/MM_Unix.pm
9023 ____________________________________________________________________________
9024 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
9025         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
9026              From: Norton Allen <allen@huarp.harvard.edu>
9027              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
9028              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
9029      Branch: perl
9030            ! lib/File/Find.pm
9031 ____________________________________________________________________________
9032 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
9033         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
9034              From: Norton Allen <allen@huarp.harvard.edu>
9035              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
9036              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
9037      Branch: perl
9038            ! README.qnx hints/qnx.sh
9039 ____________________________________________________________________________
9040 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
9041         Log: Subject: [PATCH] pod/perlhist.pod
9042              From: Abigail <abigail@foad.org>
9043              Date: Tue, 23 Apr 2002 16:21:31 +0200
9044              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
9045              
9046              (removed 5.005_04 which never happened)
9047      Branch: perl
9048            ! pod/perlhist.pod
9049 ____________________________________________________________________________
9050 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
9051         Log: Subject: Re: [PATCH abigail.t] another portability attempt
9052              From: Abigail <abigail@foad.org>
9053              Date: Tue, 23 Apr 2002 11:35:54 +0200
9054              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
9055      Branch: perl
9056            ! t/japh/abigail.t
9057 ____________________________________________________________________________
9058 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
9059         Log: NetWare tweak from C Aditya.
9060      Branch: perl
9061            ! NetWare/Nwmain.c NetWare/nw5.c
9062 ____________________________________________________________________________
9063 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
9064         Log: fix a typo
9065      Branch: perl
9066            ! regexec.c
9067 ____________________________________________________________________________
9068 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
9069         Log: Uncurliff.
9070      Branch: perl
9071            ! README.ko
9072 ____________________________________________________________________________
9073 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
9074         Log: Pointer to UV casting.
9075      Branch: perl
9076            ! regexec.c
9077 ____________________________________________________________________________
9078 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
9079         Log: metaconfig unit change for #16099.
9080      Branch: metaconfig
9081            ! U/compline/byteorder.U
9082 ____________________________________________________________________________
9083 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
9084         Log: Use UV (not long) for BYTEORDER.
9085      Branch: perl
9086            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9087            ! config_h.SH
9088 ____________________________________________________________________________
9089 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
9090         Log: # cpp commands must start in the first column.
9091      Branch: perl
9092            ! scope.c
9093 ____________________________________________________________________________
9094 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
9095         Log: Reborn as text.
9096      Branch: perl
9097            + NetWare/interface.cpp
9098 ____________________________________________________________________________
9099 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
9100         Log: Dead as binary.
9101      Branch: perl
9102            - NetWare/interface.cpp
9103 ____________________________________________________________________________
9104 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
9105         Log: Undo #16091, a time-warped escapee.
9106      Branch: perl
9107            ! lib/ExtUtils/t/MM_Cygwin.t
9108 ____________________________________________________________________________
9109 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
9110         Log: *size tweaks from Sarathy.
9111      Branch: perl
9112            ! ext/Storable/t/malice.t
9113 ____________________________________________________________________________
9114 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
9115         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
9116              From: Stas Bekman <stas@stason.org>
9117              Date: Tue, 23 Apr 2002 01:52:22 +0800
9118              Message-ID: <3CC44DD6.3090401@stason.org>
9119      Branch: perl
9120            ! pod/perlguts.pod
9121 ____________________________________________________________________________
9122 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
9123         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
9124              From: Paul_GreenVOS@vos.stratus.com
9125              Date: Mon, 22 Apr 02 20:35 edt
9126              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
9127      Branch: perl
9128            + hints/t001.c
9129            ! MANIFEST hints/README.hints hints/vos.sh
9130 ____________________________________________________________________________
9131 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
9132         Log: (retracted by #16095)
9133      Branch: perl
9134            ! lib/ExtUtils/t/MM_Cygwin.t
9135 ____________________________________________________________________________
9136 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
9137         Log: Subject: Re: perl@16083
9138              From: Nicholas Clark <nick@unfortu.net>
9139              Date: Mon, 22 Apr 2002 23:17:45 +0100
9140              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
9141      Branch: perl
9142            ! ext/Storable/t/malice.t
9143 ____________________________________________________________________________
9144 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
9145         Log: Upgrade to Encode 1.58.
9146      Branch: perl
9147            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
9148            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
9149            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
9150            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
9151            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
9152            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
9153            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
9154            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
9155            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
9156            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
9157            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9158            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
9159            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9160            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9161            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9162            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9163            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9164            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
9165 ____________________________________________________________________________
9166 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
9167         Log: On Win32 the end.t failure should be gone now.
9168      Branch: perl
9169            ! pod/perldelta.pod
9170 ____________________________________________________________________________
9171 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
9172         Log: Subject: [PATCH] update VOS-specific pod files
9173              From: Paul_GreenVOS@vos.stratus.com
9174              Date: Mon, 22 Apr 02 16:02 edt
9175              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
9176      Branch: perl
9177            ! README.vos pod/perlport.pod
9178 ____________________________________________________________________________
9179 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
9180         Log: Subject: [PATCH] cleanup ./hints/vos.sh
9181              From: Paul_GreenVOS@vos.stratus.com
9182              Date: Mon, 22 Apr 02 15:26 edt
9183              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
9184      Branch: perl
9185            ! hints/vos.sh
9186 ____________________________________________________________________________
9187 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
9188         Log: Upgrade to Encode 1.57, from Dan Kogai.
9189      Branch: perl
9190            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9191            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
9192            ! ext/Encode/lib/Encode/Encoding.pm
9193            ! ext/Encode/lib/Encode/JP/JIS7.pm
9194            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
9195            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
9196 ____________________________________________________________________________
9197 [ 16084] By: ams                                   on 2002/04/22  18:10:13
9198         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
9199              From: Stas Bekman <stas@stason.org>
9200              Date: Tue, 23 Apr 2002 01:59:07 +0800
9201              Message-Id: <3CC44F6B.5010300@stason.org>
9202      Branch: perl
9203            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
9204 ____________________________________________________________________________
9205 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
9206         Log: Update Changes.
9207      Branch: perl
9208            ! Changes patchlevel.h
9209 ____________________________________________________________________________
9210 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
9211         Log: In MANIFEST but not added.
9212      Branch: perl
9213            + NetWare/interface.cpp
9214 ____________________________________________________________________________
9215 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
9216         Log: Duh.
9217      Branch: perl
9218            ! lib/ExtUtils/MM_Unix.pm
9219 ____________________________________________________________________________
9220 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
9221         Log: Subject: Re: t/japh/abigail.t [PATCH]
9222              From: Norton Allen <allen@huarp.harvard.edu>
9223              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
9224              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
9225      Branch: perl
9226            ! t/japh/abigail.t
9227 ____________________________________________________________________________
9228 [ 16079] By: ams                                   on 2002/04/22  15:59:55
9229         Log: Subject: {PATCH docs] sockatmark
9230              From: Mark-Jason Dominus <mjd@plover.com>
9231              Date: Mon, 22 Apr 2002 02:43:42 -0400
9232              Message-Id: <20020422064342.24646.qmail@plover.com>
9233      Branch: perl
9234            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
9235 ____________________________________________________________________________
9236 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
9237         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
9238              From: Paul_GreenVOS@vos.stratus.com
9239              Date: Mon, 22 Apr 02 12:40 edt
9240              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
9241      Branch: perl
9242            ! cflags.SH
9243 ____________________________________________________________________________
9244 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
9245         Log: Add new files from #16076; re-sort.
9246      Branch: perl
9247            ! MANIFEST
9248 ____________________________________________________________________________
9249 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
9250         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
9251      Branch: perl
9252            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
9253            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
9254            + NetWare/perllib.cpp NetWare/splittree.pl
9255            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
9256            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
9257            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
9258            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
9259            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
9260            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
9261            ! x2p/hash.c x2p/walk.c
9262 ____________________________________________________________________________
9263 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
9264         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
9265              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9266              Date: Mon, 22 Apr 2002 17:56:17 +0200
9267              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
9268      Branch: perl
9269            ! README.aix
9270 ____________________________________________________________________________
9271 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
9272         Log: Signedness nit.
9273      Branch: perl
9274            ! ext/PerlIO/encoding/encoding.xs
9275 ____________________________________________________________________________
9276 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
9277         Log: No semicolons after blocks.
9278      Branch: perl
9279            ! ext/Encode/Encode.xs
9280 ____________________________________________________________________________
9281 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
9282         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
9283      Branch: perl
9284            ! ext/PerlIO/encoding/encoding.pm
9285            ! ext/PerlIO/encoding/encoding.xs
9286 ____________________________________________________________________________
9287 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
9288         Log: Upgrade to Encode 1.56, from Dan Kogai.
9289      Branch: perl
9290            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
9291            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9292            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
9293            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
9294            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
9295            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9296            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
9297            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9298            ! ext/Encode/lib/Encode/Config.pm
9299            ! ext/Encode/lib/Encode/Encoder.pm
9300            ! ext/Encode/lib/Encode/Encoding.pm
9301            ! ext/Encode/lib/Encode/JP/H2Z.pm
9302            ! ext/Encode/lib/Encode/JP/JIS7.pm
9303            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9304            ! ext/Encode/lib/Encode/PerlIO.pod
9305            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
9306            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
9307            ! ext/Encode/ucm/big5-hkscs.ucm
9308 ____________________________________________________________________________
9309 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
9310         Log: Comment tweak from Philip.
9311      Branch: perl
9312            ! opcode.pl
9313 ____________________________________________________________________________
9314 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
9315         Log: a Test::Harness tweak to make the test lines show up prettier
9316      Branch: perl
9317            ! lib/Test/Harness.pm
9318 ____________________________________________________________________________
9319 [ 16067] By: nick                                  on 2002/04/22  09:19:23
9320         Log: Integrate mainline
9321      Branch: perlio
9322           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
9323           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
9324           !> t/lib/warnings/perlio t/win32/system.t
9325 ____________________________________________________________________________
9326 [ 16066] By: nick                                  on 2002/04/22  09:01:43
9327         Log: Integrate //depot/perlio into mainline
9328      Branch: perl
9329           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9330           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
9331           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
9332 ____________________________________________________________________________
9333 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
9334         Log: clean up after stray test file littering
9335              
9336              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
9337              it seems that it shouldn't (looks like a handle leak in PerlIO
9338              to me)
9339      Branch: perl
9340            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
9341            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
9342            ! t/lib/warnings/perlio t/win32/system.t
9343 ____________________________________________________________________________
9344 [ 16064] By: nick                                  on 2002/04/22  08:02:58
9345         Log: Integrate mainline into perlio
9346      Branch: perlio
9347           +> ext/Storable/t/malice.t
9348            ! pod/perliol.pod
9349           !> (integrate 57 files)
9350 ____________________________________________________________________________
9351 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
9352         Log: integrate change#16062 from mainline
9353              
9354              another windows fix: only create a new console for subprocesses
9355              when all three stdhandles are invalid (from Jan Dubois)
9356      Branch: maint-5.6/perl
9357            ! win32/win32.c
9358 ____________________________________________________________________________
9359 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
9360         Log: another windows fix: only create a new console for subprocesses
9361              when all three stdhandles are invalid (from Jan Dubois)
9362      Branch: perl
9363            ! win32/win32.c
9364 ____________________________________________________________________________
9365 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
9366         Log: all the thread tests now pass on windows (32-bit and 64-bit)
9367      Branch: perl
9368            ! README.win32
9369 ____________________________________________________________________________
9370 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
9371         Log: enable maximal optimizations on win64
9372      Branch: perl
9373            ! win32/Makefile win32/makefile.mk
9374 ____________________________________________________________________________
9375 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
9376         Log: Tweaks copied from Philip Newton's Encode patches.
9377      Branch: perl
9378            ! AUTHORS
9379 ____________________________________________________________________________
9380 [ 16057] By: sky                                   on 2002/04/22  00:19:40
9381         Log: End blocks were not run on Win32.
9382              The real fix should be to turn this flag on in RunPerl but
9383              I think we are too close 5.8 to change that.
9384      Branch: perl
9385            ! ext/threads/threads.xs
9386 ____________________________________________________________________________
9387 [ 16056] By: sky                                   on 2002/04/21  23:29:22
9388         Log: Do not unlock mutex twice.
9389              Do not unlock mutex after it has been destroyed and freed.
9390              Do not email p5p without uncrossing eyes.
9391      Branch: perl
9392            ! ext/threads/threads.xs
9393 ____________________________________________________________________________
9394 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
9395         Log: squelch some more type mismatch warnings
9396              
9397              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
9398              missing parens in macro definition
9399      Branch: perl
9400            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
9401            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
9402            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
9403            ! pp.c regexec.c sv.h
9404 ____________________________________________________________________________
9405 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
9406         Log: Make writing user-defined character properties nicer.
9407      Branch: perl
9408            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
9409 ____________________________________________________________________________
9410 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
9411         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
9412              isn't the case on win64
9413      Branch: perl
9414            ! ext/Storable/t/malice.t
9415 ____________________________________________________________________________
9416 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
9417         Log: One more way to do character class subtraction.
9418      Branch: perl
9419            ! pod/perlunicode.pod
9420 ____________________________________________________________________________
9421 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
9422         Log: Mopup of #16048.
9423      Branch: perl
9424            ! pp_sys.c
9425 ____________________________________________________________________________
9426 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
9427         Log: some test failures have been fixed
9428      Branch: perl
9429            ! README.win32
9430 ____________________________________________________________________________
9431 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
9432         Log: use compare_text() rather than compare() to avoid bogus
9433              failures when the test files happen to be CRLF terminated
9434      Branch: perl
9435            ! ext/Encode/t/JP.t
9436 ____________________________________________________________________________
9437 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
9438         Log: fixes for all the warnings reported by Visual C (most of this
9439              change is from change#12026)
9440      Branch: perl
9441            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
9442            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
9443            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
9444            ! regexec.c sv.c toke.c universal.c utf8.c util.c
9445            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
9446 ____________________________________________________________________________
9447 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
9448         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
9449              From: Nicholas Clark <nick@unfortu.net>
9450              Date: Sun, 21 Apr 2002 19:15:24 +0100
9451              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
9452      Branch: perl
9453            + ext/Storable/t/malice.t
9454            ! MANIFEST ext/Storable/Storable.pm
9455 ____________________________________________________________________________
9456 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
9457         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
9458              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9459              Date: Sun, 21 Apr 2002 19:37:51 +0200
9460              Message-ID: <3CC3150F.5798.22A05AE@localhost>
9461      Branch: perl
9462            ! ext/Encode/t/perlio.t
9463 ____________________________________________________________________________
9464 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
9465         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
9466              From: Andrey Sapozhnikov <sapa@icb.chel.su>
9467              Date: Fri, 19 Apr 2002 19:55:56 +0600
9468              Message-ID: <3CC021EC.5080005@icb.chel.su>
9469              
9470              (tweaked a bit)
9471      Branch: perl
9472            ! pod/perltrap.pod
9473 ____________________________________________________________________________
9474 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
9475         Log: Do not assume that io buffer flushing happens in the same
9476              order as joins (that assumption broke in a multicpu IRIX box)
9477      Branch: perl
9478            ! ext/threads/t/thread.t
9479 ____________________________________________________________________________
9480 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
9481         Log: As if people would be reading the documentation :-)
9482      Branch: perl
9483            ! opcode.pl
9484 ____________________________________________________________________________
9485 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
9486         Log: Typo tweaks.
9487      Branch: perl
9488            ! pod/perlrun.pod
9489 ____________________________________________________________________________
9490 [ 16041] By: sky                                   on 2002/04/21  13:53:54
9491         Log: Got the last memory leak in the while(1) { threads->create(sub 
9492              {})->join() }, now we can loop over a million threads without a 
9493              problem. 
9494              Cleared up SVs that should have been mortal but never where.
9495      Branch: perl
9496            ! ext/threads/threads.xs
9497 ____________________________________________________________________________
9498 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
9499         Log: Make doc clearer, as suggested by Brent Dax
9500      Branch: perl
9501            ! opcode.pl
9502 ____________________________________________________________________________
9503 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
9504         Log: Revert change #15974.
9505      Branch: perl
9506            ! ext/B/B/Deparse.pm
9507 ____________________________________________________________________________
9508 [ 16038] By: nick                                  on 2002/04/21  08:43:48
9509         Log: Integrate mainline
9510      Branch: perlio
9511           +> win32/config.vc64 win32/config_H.vc64
9512           !> (integrate 43 files)
9513 ____________________________________________________________________________
9514 [ 16037] By: nick                                  on 2002/04/21  08:10:07
9515         Log: Integrate mainline
9516      Branch: perlio
9517           +> ext/Encode/ucm/big5-eten.ucm
9518            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
9519            - win32/config.win64 win32/config_H.win64
9520           !> MANIFEST Porting/makerel ext/Encode/Changes
9521           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
9522           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9523           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
9524           !> ext/Encode/lib/Encode/Config.pm
9525           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9526           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
9527           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
9528           !> pod/perlunicode.pod vms/vms.c
9529 ____________________________________________________________________________
9530 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
9531         Log: S_ stands sfor static.
9532      Branch: perl
9533            ! hv.c
9534 ____________________________________________________________________________
9535 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
9536         Log: htovs et al might be macros.
9537      Branch: perl
9538            ! perl.h
9539 ____________________________________________________________________________
9540 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
9541         Log: missed checkin of this file in change#16033
9542      Branch: perl
9543            ! makedef.pl
9544 ____________________________________________________________________________
9545 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
9546         Log: Windows 64-bit support:
9547              
9548              * support for building it in the regular makefiles
9549              * large files support via the _*i64() functions (this should be
9550              portable to the 32-bit universe too, but quite untested and
9551              and binary-incompatible, therefore not enabled there)
9552              * three additional test failures in addition to the t/end.t one
9553              (see README.win32)
9554              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
9555              the ones available from the CRT (needed because Perl uses
9556              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
9557              * add a few 64-bit notes to README.win32
9558              
9559              The following general problems were also fixed:
9560              
9561              * s/struct stat/Stat_t/g
9562              * Data::Dumper had some naughty 'long' typecasts
9563              * Errno_pm.PL didn't work safe when winsock.h was not in the same
9564              directory as errno.h
9565              * various tell/seek things were incorrectly prototyped
9566              * squelch ugly looking noise when running tests
9567              * Embed.t wasn't linking in all the libraries
9568              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
9569              * re-enable all the disabled warnings (additional fixes may be
9570              needed for the warnings uncovered by this)
9571      Branch: perl
9572            + win32/config.vc64 win32/config_H.vc64
9573            ! MANIFEST README.win32 doio.c dosish.h
9574            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
9575            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
9576            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
9577            ! win32/config.vc win32/makefile.mk win32/perlglob.c
9578            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
9579            ! win32/win32iop.h win32/win32sck.c
9580 ____________________________________________________________________________
9581 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
9582         Log: Upgrade to Encode 1.52, from Dan Kogai.
9583      Branch: perl
9584            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9585            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
9586            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
9587            ! ext/Encode/lib/Encode/JP/JIS7.pm
9588            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
9589            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
9590            ! ext/Encode/ucm/big5-hkscs.ucm
9591 ____________________________________________________________________________
9592 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
9593         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
9594              From: Mark-Jason Dominus <mjd@plover.com>
9595              Date: Sat, 20 Apr 2002 03:36:28 -0400
9596              Message-ID: <20020420073628.324.qmail@plover.com>
9597      Branch: perl
9598            ! pod/perlopentut.pod
9599 ____________________________________________________________________________
9600 [ 16030] By: sky                                   on 2002/04/20  22:02:32
9601         Log: Remove auto-detach
9602              Cleans up memory now, destroys the mutex and frees thread
9603              Makes returnvalues mortal
9604              Doesn't run thread_destruct until the thread has stopped AND
9605              all references to it are gone.
9606      Branch: perl
9607            ! ext/threads/threads.xs
9608 ____________________________________________________________________________
9609 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
9610         Log: Subject: [PATCH @16005] rescue perldoc for VMS
9611              From: "Craig A. Berry" <craigberry@mac.com>
9612              Date: Sat, 20 Apr 2002 15:16:30 -0500
9613              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
9614      Branch: perl
9615            ! vms/vms.c
9616 ____________________________________________________________________________
9617 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
9618         Log: Subject: Re: [PATCH] typo
9619              From: andreas.koenig@anima.de (Andreas J. Koenig)
9620              Date: Sat, 20 Apr 2002 15:41:23 +0200
9621              Message-ID: <m37kn2o5bw.fsf@anima.de>
9622      Branch: perl
9623            ! ext/Encode/encoding.pm
9624 ____________________________________________________________________________
9625 [ 16027] By: nick                                  on 2002/04/20  21:42:09
9626         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9627              and change test not to skip them.
9628      Branch: perlio
9629            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
9630 ____________________________________________________________________________
9631 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
9632         Log: Upgrade to Encode 1.51, from Dan Kogai.
9633      Branch: perl
9634            + ext/Encode/ucm/big5-eten.ucm
9635            - ext/Encode/ucm/big5.ucm
9636            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
9637            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
9638            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9639            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
9640            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9641            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
9642 ____________________________________________________________________________
9643 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
9644         Log: purge existing win64 stuff (this never really worked in 5.7.x)
9645              in preparation for completely redone win64 support
9646      Branch: perl
9647            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
9648            ! MANIFEST Porting/makerel
9649 ____________________________________________________________________________
9650 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
9651         Log: Subject: Re: perl@16005
9652              From: Stas Bekman <stas@stason.org>
9653              Date: Sat, 20 Apr 2002 13:06:49 +0800
9654              Message-ID: <3CC0F769.1010705@stason.org>
9655              (with a minor formatting nit)
9656      Branch: perl
9657            ! pod/perlfunc.pod
9658 ____________________________________________________________________________
9659 [ 16023] By: nick                                  on 2002/04/20  19:06:04
9660         Log: Some tweaks for encodings which need lines.
9661              Also disabled trial of using fallbacks.
9662      Branch: perlio
9663            ! ext/PerlIO/encoding/encoding.pm
9664            ! ext/PerlIO/encoding/encoding.xs
9665 ____________________________________________________________________________
9666 [ 16022] By: nick                                  on 2002/04/20  18:37:38
9667         Log: Various tweaks to Encode
9668      Branch: perlio
9669            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9670            ! ext/Encode/Unicode/Unicode.xs
9671            ! ext/Encode/lib/Encode/Encoding.pm
9672            ! ext/Encode/lib/Encode/JP/JIS7.pm
9673            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
9674 ____________________________________________________________________________
9675 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
9676         Log: Subject: [PATCH] perlunicode.pod typos
9677              From: andreas.koenig@anima.de (Andreas J. Koenig)     
9678              Date: Sat, 20 Apr 2002 11:20:25 +0200
9679              Message-ID: <m3vgamoheu.fsf@anima.de>
9680      Branch: perl
9681            ! pod/perlunicode.pod
9682 ____________________________________________________________________________
9683 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
9684         Log: Test tweak from mjd.
9685      Branch: perl
9686            ! lib/Memoize/t/errors.t
9687 ____________________________________________________________________________
9688 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
9689         Log: Integrate perlio:
9690              
9691              [ 16018]
9692              Fill in the PERLIO sections.
9693              
9694              [ 16017]
9695              Add :bytes to POD part.
9696              Remove 'alias' to Encode now it exists as a module.
9697              
9698              [ 16014]
9699              Tweak to Encode.xs to avoid buffer overrun.
9700              
9701              [ 16007]
9702              Silence warning generating warning message for U+FFFF does not map etc.
9703              
9704              [ 15912]
9705              XS versions of encode/decode for Encode::Unicode
9706      Branch: perl
9707           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
9708 ____________________________________________________________________________
9709 [ 16018] By: nick                                  on 2002/04/20  13:38:24
9710         Log: Fill in the PERLIO sections.
9711      Branch: perlio
9712            ! pod/perlrun.pod
9713 ____________________________________________________________________________
9714 [ 16017] By: nick                                  on 2002/04/20  13:37:15
9715         Log: Add :bytes to POD part.
9716              Remove 'alias' to Encode now it exists as a module.
9717      Branch: perlio
9718            ! lib/PerlIO.pm
9719 ____________________________________________________________________________
9720 [ 16016] By: sky                                   on 2002/04/20  13:12:31
9721         Log: Really let the update of the link list do something.
9722      Branch: perl
9723            ! ext/threads/threads.xs
9724 ____________________________________________________________________________
9725 [ 16015] By: nick                                  on 2002/04/20  07:51:26
9726         Log: Integrate mainline
9727      Branch: perlio
9728           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
9729           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
9730           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
9731 ____________________________________________________________________________
9732 [ 16014] By: nick                                  on 2002/04/20  07:46:11
9733         Log: Tweak to Encode.xs to avoid buffer overrun.
9734      Branch: perlio
9735            ! ext/Encode/Encode.xs
9736 ____________________________________________________________________________
9737 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
9738         Log: Subject: [PATCH] t/japh/abigail.t
9739              From: abigail@foad.org
9740              Date: Fri, 19 Apr 2002 02:21:36 +0200
9741              Message-ID: <20020419002136.16948.qmail@foad.org>
9742              
9743              Subject: Re: [PATCH] t/japh/abigail.t
9744              From: "Craig A. Berry" <craigberry@mac.com>
9745              Date: Fri, 19 Apr 2002 11:23:45 -0500
9746              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
9747      Branch: perl
9748            ! t/japh/abigail.t
9749 ____________________________________________________________________________
9750 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
9751         Log: User-defined character properties were unintentionally
9752              removed, noticed by Dan Kogai.
9753      Branch: perl
9754            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
9755            ! pod/perlunicode.pod t/op/pat.t
9756 ____________________________________________________________________________
9757 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
9758         Log: Subject: Re: [PATCH] Big5-related changes.
9759              From: Autrijus Tang <autrijus@autrijus.org>
9760              Date: Sat, 20 Apr 2002 04:06:31 +0800
9761              Message-ID: <20020419200631.GA20964@not.autrijus.org>
9762      Branch: perl
9763            ! README.cn README.tw
9764 ____________________________________________________________________________
9765 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
9766         Log: Add a BUGS sections to O.pm
9767      Branch: perl
9768            ! ext/B/O.pm
9769 ____________________________________________________________________________
9770 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
9771         Log: Disable warning noise
9772      Branch: perl
9773            ! t/io/open.t
9774 ____________________________________________________________________________
9775 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
9776         Log: More tests for the 3-arg open
9777      Branch: perl
9778            ! t/io/open.t t/lib/warnings/doio
9779 ____________________________________________________________________________
9780 [ 16007] By: nick                                  on 2002/04/19  17:45:53
9781         Log: Silence warning generating warning message for U+FFFF does not map etc.
9782      Branch: perlio
9783            ! ext/Encode/Encode.xs
9784 ____________________________________________________________________________
9785 [ 16006] By: nick                                  on 2002/04/19  15:24:57
9786         Log: Integrate mainline (for Tk with Encode testing)
9787              Some perlio & encode issues otherwise cleanish.
9788      Branch: perlio
9789           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
9790           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
9791           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
9792           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
9793           +> ext/threads/t/thread.t
9794            - ext/Encode/lib/Encode/Unicode.pm
9795           !> (integrate 38 files)
9796 ____________________________________________________________________________
9797 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
9798         Log: Update Changes.
9799      Branch: perl
9800            ! Changes patchlevel.h
9801 ____________________________________________________________________________
9802 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
9803         Log: Subject: [PATCH] warn on ref open without perlio
9804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9805              Date: Thu, 18 Apr 2002 23:17:44 +0200
9806              Message-ID: <20020418231744.A24159@rafael>
9807              
9808              (with one nit, the skip message needed "# " prefix)
9809      Branch: perl
9810            ! doio.c pod/perldiag.pod t/lib/warnings/doio
9811 ____________________________________________________________________________
9812 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
9813         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
9814              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9815              Date: Fri, 19 Apr 2002 15:43:47 +0200
9816              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
9817      Branch: perl
9818            ! README.hpux
9819 ____________________________________________________________________________
9820 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
9821         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
9822      Branch: perl
9823            ! ext/PerlIO/encoding/encoding.pm
9824            ! ext/PerlIO/encoding/encoding.xs
9825 ____________________________________________________________________________
9826 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
9827         Log: Upgrade to Encode 1.50, from Dan Kogai.
9828      Branch: perl
9829            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
9830            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
9831            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
9832            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
9833            - ext/Encode/lib/Encode/Unicode.pm
9834            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
9835            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9836            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
9837            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9838            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
9839            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
9840            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
9841            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
9842            ! ext/Encode/t/jisx0208.ref
9843 ____________________________________________________________________________
9844 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
9845         Log: Subject: CPAN.pm sync
9846              From: andreas.koenig@anima.de (Andreas J. Koenig)
9847              Date: Fri, 19 Apr 2002 11:55:07 +0200
9848              Message-ID: <m3ads0qah0.fsf@anima.de>
9849      Branch: perl
9850            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
9851 ____________________________________________________________________________
9852 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
9853         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
9854      Branch: perl
9855            ! pod/perltooc.pod
9856 ____________________________________________________________________________
9857 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
9858         Log: The previous change on this was *ahem* slightly off-topic.
9859      Branch: perl
9860            ! ext/PerlIO/encoding/encoding.pm
9861 ____________________________________________________________________________
9862 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
9863         Log: variant of change#14657 from mainline, modified for binary
9864              compatibility for 5.6.x (from  Jan Dubois)
9865      Branch: maint-5.6/perl
9866            ! lib/Win32.pod win32/win32.c
9867 ____________________________________________________________________________
9868 [ 15996] By: ams                                   on 2002/04/18  16:16:26
9869         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
9870              From: abigail@foad.org
9871              Date: Thu, 18 Apr 2002 17:09:45 +0200
9872              Message-Id: <20020418150945.389.qmail@foad.org>
9873      Branch: perl
9874            ! pod/perldebtut.pod
9875 ____________________________________________________________________________
9876 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
9877         Log: z/OS situation update.
9878      Branch: perl
9879            ! pod/perldelta.pod
9880 ____________________________________________________________________________
9881 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
9882         Log: Doc tweaks.
9883      Branch: perl
9884            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
9885 ____________________________________________________________________________
9886 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
9887         Log: The tests need perlio.
9888      Branch: perl
9889            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
9890 ____________________________________________________________________________
9891 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
9892         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
9893              From: Mark-Jason Dominus <mjd@plover.com>
9894              Date: Thu, 18 Apr 2002 09:38:17 -0400
9895              Message-ID: <20020418133817.22436.qmail@plover.com>    
9896              
9897              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
9898              From: Mark-Jason Dominus <mjd@plover.com>
9899              Date: Thu, 18 Apr 2002 09:54:50 -0400
9900              Message-ID: <20020418135450.22999.qmail@plover.com>    
9901      Branch: perl
9902            ! pod/perlfaq8.pod
9903 ____________________________________________________________________________
9904 [ 15991] By: sky                                   on 2002/04/18  09:18:14
9905         Log: Port testcases from thr5005 tests so we don't fail on same things.
9906              Added yield support using threads->yield().
9907      Branch: perl
9908            + ext/threads/t/thread.t
9909            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
9910 ____________________________________________________________________________
9911 [ 15990] By: nick                                  on 2002/04/18  07:56:40
9912         Log: Integrate mainline
9913      Branch: perlio
9914            - t/io/full.t
9915           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
9916           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
9917           !> perl.c t/op/groups.t toke.c win32/win32.c
9918 ____________________________________________________________________________
9919 [ 15989] By: sky                                   on 2002/04/18  07:15:55
9920         Log: Always flush the PerlIO buffers after running END blocks in 
9921              perl_destruct. This should fix ext/threads/t/end.t under Win32.
9922      Branch: perl
9923            ! perl.c
9924 ____________________________________________________________________________
9925 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
9926         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
9927      Branch: perl
9928            ! perl.c
9929 ____________________________________________________________________________
9930 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
9931         Log: Move /dev/full testing post-5.8.0.
9932      Branch: perl
9933            - t/io/full.t
9934            ! MANIFEST
9935 ____________________________________________________________________________
9936 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
9937         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
9938              ("Crays have only REAL memory.")
9939      Branch: perl
9940            ! hints/unicos.sh hints/unicosmk.sh
9941 ____________________________________________________________________________
9942 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
9943         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
9944              From: luc.st-louis@ca.transport.bombardier.com
9945              Date: Wed, 17 Apr 2002 14:22:25 -0400
9946              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
9947      Branch: perl
9948            ! win32/win32.c
9949 ____________________________________________________________________________
9950 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
9951         Log: With -Uuseperlio the error might be EBADF.
9952      Branch: perl
9953            ! t/io/full.t
9954 ____________________________________________________________________________
9955 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
9956         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
9957              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9958              Date: Wed, 17 Apr 2002 21:16:22 +0400
9959              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
9960      Branch: perl
9961            ! lib/ExtUtils/t/Embed.t
9962 ____________________________________________________________________________
9963 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
9964         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
9965              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9966              Date: Wed, 17 Apr 2002 20:08:03 +0400
9967              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
9968      Branch: perl
9969            ! win32/win32.c
9970 ____________________________________________________________________________
9971 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
9972         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
9973              From: Mark-Jason Dominus <mjd@plover.com>
9974              Date: Wed, 17 Apr 2002 11:14:17 -0400
9975              Message-ID: <20020417151417.27268.qmail@plover.com>
9976      Branch: perl
9977            ! t/io/full.t
9978 ____________________________________________________________________________
9979 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
9980         Log: README.cjk update.
9981      Branch: perl
9982            ! README.cn README.jp README.ko README.tw
9983 ____________________________________________________________________________
9984 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
9985         Log: Subject: [PATCH toke.c] @:foo?
9986              From: Philip Newton <Philip.Newton@gmx.net>
9987              Date: Wed, 17 Apr 2002 19:48:09 +0200
9988              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
9989      Branch: perl
9990            ! toke.c
9991 ____________________________________________________________________________
9992 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
9993         Log: Subject: Re: gcc on HP
9994              From: Philip Newton <Philip.Newton@gmx.net>
9995              Date: Wed, 17 Apr 2002 20:36:34 +0200
9996              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
9997      Branch: perl
9998            ! README.hpux
9999 ____________________________________________________________________________
10000 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
10001         Log: Adjust test for groups that appear multiple times on Cygwin
10002      Branch: perl
10003            ! t/op/groups.t
10004 ____________________________________________________________________________
10005 [ 15976] By: nick                                  on 2002/04/17  17:03:40
10006         Log: Integrate mainline
10007      Branch: perlio
10008           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
10009           +> ext/PerlIO/encoding/encoding.pm
10010           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
10011           +> ext/threads/shared/t/queue.t t/io/full.t
10012            - ext/Encode/lib/Encode/XS.pm
10013           !> (integrate 50 files)
10014 ____________________________________________________________________________
10015 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
10016         Log: Update Changes.
10017      Branch: perl
10018            ! Changes patchlevel.h
10019 ____________________________________________________________________________
10020 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
10021         Log: Subject: [PATCH B::Deparse] "foo bar"->()
10022              From: Robin Houston <robin@kitsite.com>
10023              Date: Wed, 17 Apr 2002 15:45:32 +0100
10024              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
10025      Branch: perl
10026            ! ext/B/B/Deparse.pm
10027 ____________________________________________________________________________
10028 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
10029         Log: metaconfig unit change for #15972.
10030      Branch: metaconfig/U/perl
10031            ! Extensions.U
10032 ____________________________________________________________________________
10033 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
10034         Log: As suggested by Arthur: the threads and threads::shared
10035              modules are always present.  This tries to preempt two
10036              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
10037              to have this new fancy threads implementation but my Perl
10038              doesn't seem to have it" (2) someone attempting to install
10039              threads using CPAN.pm and CPAN.pm helpfully starting to
10040              install perl 5.8.0 (which they might already have installed).
10041      Branch: perl
10042            ! Configure ext/threads/Makefile.PL
10043            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
10044            ! ext/threads/shared/shared.xs ext/threads/threads.pm
10045            ! ext/threads/threads.xs
10046 ____________________________________________________________________________
10047 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
10048         Log: More signedness nits.
10049      Branch: perl
10050            ! ext/Encode/Encode.xs
10051 ____________________________________________________________________________
10052 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
10053         Log: fast_abs_path() is tainted.
10054      Branch: perl
10055            ! ext/Cwd/t/cwd.t
10056 ____________________________________________________________________________
10057 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
10058         Log: Signedness nit.
10059      Branch: perl
10060            ! ext/Encode/bin/enc2xs
10061 ____________________________________________________________________________
10062 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
10063         Log: Subject: gcc on HP
10064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10065              Date: Wed, 17 Apr 2002 12:43:38 +0200
10066              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
10067      Branch: perl
10068            ! README.hpux
10069 ____________________________________________________________________________
10070 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
10071         Log: Add just a little bit more explanation to PerlIO::encoding.
10072      Branch: perl
10073            ! ext/PerlIO/encoding/encoding.pm
10074 ____________________________________________________________________________
10075 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
10076         Log: PerlIO::encoding 0.01 from Dan Kogai.
10077      Branch: perl
10078            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
10079            + ext/PerlIO/encoding/encoding.pm
10080            + ext/PerlIO/encoding/encoding.xs
10081            ! MANIFEST
10082 ____________________________________________________________________________
10083 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
10084         Log: Upgrade to Encode 1.42, from Dan Kogai.
10085      Branch: perl
10086            - ext/Encode/lib/Encode/XS.pm
10087            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10088            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
10089            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10090            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
10091            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10092            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10093            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10094            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
10095            ! ext/Encode/lib/Encode/Config.pm
10096            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
10097            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10098            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
10099            ! ext/Encode/t/encoding.t
10100 ____________________________________________________________________________
10101 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
10102         Log: Test tweaks from mjd and Benjamin Goldberg.
10103      Branch: perl
10104            ! t/io/full.t
10105 ____________________________________________________________________________
10106 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
10107         Log: Document taint-safeness.   Life in the fast_abs_path()
10108              lane is unsafe.
10109      Branch: perl
10110            ! lib/Cwd.pm
10111 ____________________________________________________________________________
10112 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
10113         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
10114              From: Mark-Jason Dominus <mjd@plover.com>
10115              Date: Tue, 16 Apr 2002 19:24:12 -0400
10116              Message-ID: <20020416232412.14297.qmail@plover.com>
10117      Branch: perl
10118            + t/io/full.t
10119            ! MANIFEST perlio.c
10120 ____________________________________________________________________________
10121 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
10122         Log: Manifestations of mjd, from mjd.
10123      Branch: perl
10124            ! MANIFEST
10125 ____________________________________________________________________________
10126 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
10127         Log: metaconfig unit change for #15959.
10128      Branch: metaconfig/U/perl
10129            ! Extensions.U
10130 ____________________________________________________________________________
10131 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
10132         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
10133              From: Andy Dougherty <doughera@lafayette.edu>
10134              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
10135              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
10136      Branch: perl
10137            ! Configure
10138 ____________________________________________________________________________
10139 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
10140         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
10141              From: Nicholas Clark <nick@unfortu.net>
10142              Date: Tue, 16 Apr 2002 22:22:41 +0100
10143              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
10144      Branch: perl
10145            ! embed.fnc global.sym hv.c universal.c
10146 ____________________________________________________________________________
10147 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
10148         Log: Documents for Merijn and lots of XXXs for NI-S :-)
10149      Branch: perl
10150            ! pod/perlfunc.pod pod/perlrun.pod
10151 ____________________________________________________________________________
10152 [ 15956] By: sky                                   on 2002/04/16  21:26:53
10153         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
10154              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
10155              stuff being 0xabababab on cleanup.
10156      Branch: perl
10157            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
10158            ! MANIFEST
10159 ____________________________________________________________________________
10160 [ 15955] By: nick                                  on 2002/04/16  20:46:03
10161         Log: Integate mainline (other machine)
10162      Branch: perlio
10163           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
10164           !> t/op/magic.t
10165 ____________________________________________________________________________
10166 [ 15954] By: nick                                  on 2002/04/16  20:13:32
10167         Log: Integrate mainline
10168      Branch: perlio
10169           +> README.cn README.jp README.ko README.tw
10170           +> ext/threads/shared/t/av_refs.t
10171           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
10172           !> (integrate 41 files)
10173 ____________________________________________________________________________
10174 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
10175         Log: B::walkoptree bugfix (see also #15850)
10176      Branch: perl
10177            ! ext/B/B.xs ext/B/t/terse.t
10178 ____________________________________________________________________________
10179 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
10180         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
10181              From: Philip Newton <Philip.Newton@gmx.net>
10182              Date: Tue, 16 Apr 2002 21:09:44 +0200
10183              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
10184      Branch: perl
10185            ! pod/perltodo.pod
10186 ____________________________________________________________________________
10187 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
10188         Log: Subject: [PATCH] B::Deparse problems with japhs
10189              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10190              Date: Tue, 16 Apr 2002 15:47:33 +0100
10191              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
10192      Branch: perl
10193            ! ext/B/B/Deparse.pm
10194 ____________________________________________________________________________
10195 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
10196         Log: Stas' tainting worries, obscured by me.
10197      Branch: perl
10198            ! ext/Cwd/t/cwd.t lib/Cwd.pm
10199 ____________________________________________________________________________
10200 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
10201         Log: Pod tweak to avoid =item<japanese> problems.
10202      Branch: perl
10203            ! README.jp
10204 ____________________________________________________________________________
10205 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
10206         Log: Some UTF-8 todos.
10207      Branch: perl
10208            ! pod/perltodo.pod
10209 ____________________________________________________________________________
10210 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
10211         Log: Let's not promise too much: use utf8 only works on identifier
10212              names, not package or subroutine names (admittedly limited [1], but
10213              that's what the Camel says, and that's what we are going to stick
10214              to for 5.8.0).  Also document that use vars does not do utf8.
10215              [1] The obvious problem in both is that package and subroutine
10216              names need to mappable to the filesystem.
10217      Branch: perl
10218            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
10219 ____________________________________________________________________________
10220 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
10221         Log: Subject: [PATCH] small typo in IO::Pipe pod
10222              From: Slaven Rezic <rezic@onlineoffice.de>
10223              Date: Tue, 16 Apr 2002 12:31:10 +0200
10224              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
10225      Branch: perl
10226            ! ext/IO/lib/IO/Pipe.pm
10227 ____________________________________________________________________________
10228 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
10229         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
10230              From: Arthur Bergman <arthur@contiller.se>
10231              Date: Tue, 16 Apr 2002 11:58:45 +0200
10232              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
10233      Branch: perl
10234            ! lib/Attribute/Handlers.pm
10235 ____________________________________________________________________________
10236 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
10237         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
10238              Jungshik Shin.  Regen toc.
10239      Branch: perl
10240            + README.cn README.jp README.ko README.tw
10241            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10242 ____________________________________________________________________________
10243 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
10244         Log: my $utf8here, our $utf8here, and package variable $utf8here.
10245              
10246              The actual minimal fix is in utf8.c and from NI-S,
10247              the rest are the tests (in fresh_perl since I couldn't get
10248              them easily to work elsewhere) and a slight behaviour change:
10249              previously UTF-8 identifiers had to start with an alphabetic
10250              character.  No more so, now they can start with an (Unicode)
10251              ID_Continue character (which however is not a (Unicode) digit).
10252              (Limiting the first character to ID_Start would be rather
10253              restrictive, since ID_Start allows only alphabetic letters.)
10254              
10255              TODO: use vars qw($utf8here).  This I don't find to be
10256              a showstopper.
10257      Branch: perl
10258            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
10259            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
10260 ____________________________________________________________________________
10261 [ 15942] By: ams                                   on 2002/04/16  02:24:25
10262         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
10263              From: "Craig A. Berry" <craigberry@mac.com>
10264              Date: Mon, 15 Apr 2002 22:06:14 -0500
10265              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
10266      Branch: perl
10267            ! lib/FileCache.t
10268 ____________________________________________________________________________
10269 [ 15941] By: ams                                   on 2002/04/16  02:16:35
10270         Log: Subject: [PATCH] s2p fix for VMS
10271              From: "Craig A. Berry" <craigberry@mac.com>
10272              Date: Mon, 15 Apr 2002 21:48:36 -0500
10273              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
10274      Branch: perl
10275            ! configure.com t/x2p/s2p.t x2p/s2p.PL
10276 ____________________________________________________________________________
10277 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
10278         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
10279              (and the licensing of the other code clarified, from Mark Bixby.)
10280      Branch: perl
10281            ! mpeix/mpeix.c
10282 ____________________________________________________________________________
10283 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
10284         Log: AUTHORS updates.
10285      Branch: perl
10286            ! AUTHORS
10287 ____________________________________________________________________________
10288 [ 15938] By: sky                                   on 2002/04/15  22:13:17
10289         Log: Add support for my $foo : shared; 
10290              Add testcase for this.
10291              Update manifest.
10292      Branch: perl
10293            + ext/threads/shared/t/shared_attr.t
10294            ! MANIFEST ext/threads/shared/shared.pm
10295 ____________________________________________________________________________
10296 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
10297         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
10298              From: abigail@foad.org
10299              Date: Mon, 15 Apr 2002 17:41:17 +0200
10300              Message-ID: <20020415154117.1559.qmail@foad.org>
10301              
10302              (With EBCDIC skippage added, and the skip reason
10303              skippage on the two ?? loops tweaked.)
10304      Branch: perl
10305            + t/japh/abigail.t
10306            ! MANIFEST t/TEST
10307 ____________________________________________________________________________
10308 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
10309         Log: Subject: Re: [ID 20020412.005] Dancing ??s
10310              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
10311              Date: Sun, 14 Apr 2002 16:09:30 +0100
10312              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
10313      Branch: perl
10314            ! pod/perlop.pod pp_hot.c t/op/pat.t
10315 ____________________________________________________________________________
10316 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
10317         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
10318              From: abigail@foad.org
10319              Date: Mon, 15 Apr 2002 17:40:02 +0200
10320              Message-ID: <20020415154002.1549.qmail@foad.org>
10321      Branch: perl
10322            ! t/test.pl
10323 ____________________________________________________________________________
10324 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
10325         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
10326              From: "Craig A. Berry" <craigberry@mac.com>
10327              Date: Mon, 15 Apr 2002 14:05:26 -0500
10328              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
10329      Branch: perl
10330            ! universal.c
10331 ____________________________________________________________________________
10332 [ 15933] By: sky                                   on 2002/04/15  21:26:16
10333         Log: Test arrays containing references, and references to shared arrays.
10334      Branch: perl
10335            + ext/threads/shared/t/av_refs.t
10336 ____________________________________________________________________________
10337 [ 15932] By: nick                                  on 2002/04/15  15:06:49
10338         Log: Integrate mainline (for Encode)
10339      Branch: perlio
10340           +> ext/Encode/Encode/ConfigLocal_PM.e2x
10341           +> ext/Encode/lib/Encode/JP/JIS7.pm
10342            - ext/Encode/lib/Encode/JP/2022_JP.pm
10343            - ext/Encode/lib/Encode/JP/2022_JP1.pm
10344            - ext/Encode/lib/Encode/JP/JIS.pm
10345           !> (integrate 26 files)
10346 ____________________________________________________________________________
10347 [ 15931] By: ams                                   on 2002/04/15  14:51:31
10348         Log: Subject: [PATCH] Chip didn't time travel.
10349              From: abigail@foad.org
10350              Date: Mon, 15 Apr 2002 17:40:22 +0200
10351              Message-Id: <20020415154022.1554.qmail@foad.org>
10352      Branch: perl
10353            ! pod/perlhist.pod
10354 ____________________________________________________________________________
10355 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
10356         Log: Update Changes.
10357      Branch: perl
10358            ! Changes patchlevel.h
10359 ____________________________________________________________________________
10360 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
10361         Log: The #15921 made the 'no warnings' unnecessary.
10362      Branch: perl
10363            ! t/op/magic.t
10364 ____________________________________________________________________________
10365 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
10366         Log: Subject: Re: [FILE] FileCache.t
10367              From: belg4mit <belg4mit@mit.edu>
10368              Date: Mon, 15 Apr 2002 01:31:21 -0400
10369              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
10370      Branch: perl
10371            ! lib/FileCache.t
10372 ____________________________________________________________________________
10373 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
10374         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
10375      Branch: perl
10376            ! lib/FileCache.pm lib/FileCache.t
10377 ____________________________________________________________________________
10378 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
10379         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
10380              From: Nicholas Clark <nick@unfortu.net>
10381              Date: Sun, 14 Apr 2002 22:54:43 +0100
10382              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
10383      Branch: perl
10384            ! lib/Hash/Util.t
10385 ____________________________________________________________________________
10386 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
10387         Log: Subject: [Encode] 1.40 released!
10388              From: Dan Kogai <dankogai@dan.co.jp>
10389              Date: Mon, 15 Apr 2002 07:51:52 +0900
10390              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
10391      Branch: perl
10392            + ext/Encode/Encode/ConfigLocal_PM.e2x
10393            + ext/Encode/lib/Encode/JP/JIS7.pm
10394            - ext/Encode/lib/Encode/JP/2022_JP.pm
10395            - ext/Encode/lib/Encode/JP/2022_JP1.pm
10396            - ext/Encode/lib/Encode/JP/JIS.pm
10397            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10398            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10399            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
10400            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
10401            ! ext/Encode/lib/Encode/Config.pm
10402            ! ext/Encode/lib/Encode/Encoder.pm
10403            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
10404            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
10405 ____________________________________________________________________________
10406 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
10407         Log: return undef is of questionable style.
10408      Branch: perl
10409            ! lib/Hash/Util.pm
10410 ____________________________________________________________________________
10411 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
10412         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
10413              From: mjd@plover.com
10414              Date: 15 Apr 2002 06:46:02 -0000
10415              Message-ID: <20020415064602.17052.qmail@plover.com>     
10416      Branch: perl
10417            ! t/op/magic.t
10418 ____________________________________________________________________________
10419 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
10420         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
10421              From: mjd@plover.com
10422              Date: 14 Apr 2002 22:30:17 -0000
10423              Message-ID: <20020414223017.17361.qmail@plover.com>
10424      Branch: perl
10425            ! t/op/re_tests
10426 ____________________________________________________________________________
10427 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
10428         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
10429              From: Mark-Jason Dominus <mjd@plover.com>
10430              Date: Mon, 15 Apr 2002 02:41:52 -0400
10431              Message-ID: <20020415064152.16958.qmail@plover.com>
10432      Branch: perl
10433            ! perl.c t/lib/warnings/toke
10434 ____________________________________________________________________________
10435 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
10436         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
10437              From: "Craig A. Berry" <craigberry@mac.com>
10438              Date: Sun, 14 Apr 2002 18:56:02 -0500
10439              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
10440      Branch: perl
10441            ! configure.com
10442 ____________________________________________________________________________
10443 [ 15919] By: nick                                  on 2002/04/15  06:14:25
10444         Log: Integrate mainline
10445      Branch: perlio
10446           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
10447           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
10448           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
10449 ____________________________________________________________________________
10450 [ 15918] By: ams                                   on 2002/04/15  04:25:48
10451         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
10452              From: Stas Bekman <stas@stason.org>
10453              Date: Mon, 15 Apr 2002 11:45:03 +0800
10454              Message-Id: <3CBA4CBF.9030306@stason.org>
10455      Branch: perl
10456            ! lib/Cwd.pm
10457 ____________________________________________________________________________
10458 [ 15917] By: ams                                   on 2002/04/15  04:21:14
10459         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
10460              From: Mark-Jason Dominus <mjd@plover.com>
10461              Date: Mon, 15 Apr 2002 00:30:26 -0400
10462              Message-Id: <20020415043026.11417.qmail@plover.com>
10463      Branch: perl
10464            ! perl.c t/lib/warnings/toke
10465 ____________________________________________________________________________
10466 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
10467         Log: Correct precedence problem in #15915
10468      Branch: perl
10469            ! lib/vars.pm
10470 ____________________________________________________________________________
10471 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
10472         Log: use vars wasn't use utf8 aware.
10473      Branch: perl
10474            ! lib/vars.pm
10475 ____________________________________________________________________________
10476 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
10477         Log: Subject: [PATCH] Re: restricted hashes are unblessable
10478              From: Nicholas Clark <nick@unfortu.net>
10479              Date: Sat, 13 Apr 2002 23:43:02 +0100
10480              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
10481              
10482              The function name sucks but can't think of anything better.
10483      Branch: perl
10484            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
10485 ____________________________________________________________________________
10486 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
10487         Log: Subject: AUTHORS update
10488              From: Chris Nandor <pudge@pobox.com>
10489              Date: Sun, 14 Apr 2002 11:54:40 -0400
10490              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
10491      Branch: perl
10492            ! AUTHORS
10493 ____________________________________________________________________________
10494 [ 15912] By: nick                                  on 2002/04/14  14:47:18
10495         Log: XS versions of encode/decode for Encode::Unicode
10496      Branch: perlio
10497            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
10498 ____________________________________________________________________________
10499 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
10500         Log: metaconfig unit changes for #15910.
10501      Branch: metaconfig
10502            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10503            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10504            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10505            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10506            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10507            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10508            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10509            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10510            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10511            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10512            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10513            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10514            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10515            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10516            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10517            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10518            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10519            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10520            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10521            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10522            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10523            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10524            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10525            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10526 ____________________________________________________________________________
10527 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
10528         Log: Simplify the _r probing code by adding the i_systime
10529              only for the APIs where it matters.
10530      Branch: perl
10531            ! Configure reentr.pl
10532 ____________________________________________________________________________
10533 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
10534         Log: Integrate perlio:
10535              
10536              [ 15904]
10537              Disable test code (assertions) in CRLF layer.
10538              
10539              [ 15903]
10540              Avoid expensive paranoid check that decoder does return legal UTF-8
10541      Branch: perl
10542           !> ext/Encode/Encode.xs perlio.c
10543 ____________________________________________________________________________
10544 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
10545         Log: Subject: patch for FileCache in 5.7.3
10546              From: JPIERCE <belg4mit@MIT.EDU>
10547              Date: Sun, 14 Apr 2002 00:38:21 -0400
10548              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
10549      Branch: perl
10550            ! lib/FileCache.pm
10551 ____________________________________________________________________________
10552 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
10553         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
10554              From: Tim Bunce <Tim.Bunce@pobox.com>
10555              Date: Sun, 14 Apr 2002 12:07:35 +0100
10556              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
10557      Branch: perl
10558            ! ext/Storable/Storable.xs
10559 ____________________________________________________________________________
10560 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
10561         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
10562              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10563              Date: Sun, 14 Apr 2002 16:29:59 +0200
10564              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
10565      Branch: perl
10566            ! hints/hpux.sh
10567 ____________________________________________________________________________
10568 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
10569         Log: Subject: Enable portable gcc code on hp-ux
10570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10571              Date: Sun, 14 Apr 2002 16:30:01 +0200
10572              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
10573      Branch: perl
10574            ! hints/hpux.sh
10575 ____________________________________________________________________________
10576 [ 15904] By: nick                                  on 2002/04/14  09:18:01
10577         Log: Disable test code (assertions) in CRLF layer.
10578      Branch: perlio
10579            ! perlio.c
10580 ____________________________________________________________________________
10581 [ 15903] By: nick                                  on 2002/04/14  09:16:39
10582         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
10583      Branch: perlio
10584            ! ext/Encode/Encode.xs
10585 ____________________________________________________________________________
10586 [ 15902] By: nick                                  on 2002/04/14  09:15:45
10587         Log: Integrate mainline
10588      Branch: perlio
10589           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
10590           +> t/win32/longpath.t t/win32/system.t
10591            - t/op/winsystem.t
10592           !> (integrate 30 files)
10593 ____________________________________________________________________________
10594 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
10595         Log: Fixed URL for the Alpha editor.
10596      Branch: perl
10597            ! pod/perlfaq3.pod
10598 ____________________________________________________________________________
10599 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
10600         Log: Dedodgify.
10601      Branch: perl
10602            ! ext/Storable/Storable.xs
10603 ____________________________________________________________________________
10604 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
10605         Log: AUTHORS updates.
10606      Branch: perl
10607            ! AUTHORS
10608 ____________________________________________________________________________
10609 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
10610         Log: s2p needs Config.pm.
10611      Branch: perl
10612            ! Makefile.SH
10613 ____________________________________________________________________________
10614 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
10615         Log: Subject: [PATCH] Benchmark.t 75,90,109
10616              From: Nicholas Clark <nick@unfortu.net>
10617              Date: Sat, 13 Apr 2002 21:43:04 +0100
10618              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
10619      Branch: perl
10620            ! lib/Benchmark.t
10621 ____________________________________________________________________________
10622 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
10623         Log: Tweaks by Autrijus Tang.
10624      Branch: perl
10625            ! ext/Encode/encoding.pm
10626 ____________________________________________________________________________
10627 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
10628         Log: FAQ sync.
10629      Branch: perl
10630            ! pod/perlfaq5.pod
10631 ____________________________________________________________________________
10632 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
10633         Log: z/OS tally update.
10634      Branch: perl
10635            ! pod/perldelta.pod
10636 ____________________________________________________________________________
10637 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
10638         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
10639              From: Nicholas Clark <nick@unfortu.net>
10640              Date: Sat, 13 Apr 2002 02:58:07 +0100
10641              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
10642      Branch: perl
10643            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
10644            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
10645            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
10646            ! t/lib/st-dump.pl
10647 ____________________________________________________________________________
10648 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
10649         Log: Add piconv and enc2xs to the list of utilities.
10650      Branch: perl
10651            ! utils.lst
10652 ____________________________________________________________________________
10653 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
10654         Log: s.
10655      Branch: perl
10656            ! pod/perlunicode.pod
10657 ____________________________________________________________________________
10658 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
10659         Log: Phrasing fixes by Nick Clark
10660      Branch: perl
10661            ! pod/perlunicode.pod
10662 ____________________________________________________________________________
10663 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
10664         Log: More POD fixes and typos
10665      Branch: perl
10666            ! pod/perlunicode.pod
10667 ____________________________________________________________________________
10668 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
10669         Log: Subject: Re: UTF-8 and DB_File ?
10670              From: andreas.koenig@anima.de (Andreas J. Koenig)
10671              Date: Sat, 13 Apr 2002 13:29:41 +0200
10672              Message-ID: <m3ads7j0pm.fsf@anima.de>
10673      Branch: perl
10674            ! pod/perlunicode.pod
10675 ____________________________________________________________________________
10676 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
10677         Log: Fix a typo noticed by Paul Johnson.
10678      Branch: perl
10679            ! MANIFEST
10680 ____________________________________________________________________________
10681 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
10682         Log: Subject: Re: Win32 Status
10683              From: Michael G Schwern <schwern@pobox.com>
10684              Date: Fri, 12 Apr 2002 10:15:33 -0400
10685              Message-ID: <20020412141533.GB9788@blackrider>
10686      Branch: perl
10687            ! lib/ExtUtils/t/INST.t
10688 ____________________________________________________________________________
10689 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
10690         Log: Upgrade to Encode 1.34, from Dan Kogai.
10691      Branch: perl
10692            ! ext/Encode/Changes ext/Encode/Encode.pm
10693            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
10694            ! ext/Encode/t/Unicode.t
10695 ____________________________________________________________________________
10696 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
10697         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
10698              From: Graham TerMarsch <graham@howlingfrog.com>
10699              Date: Fri, 12 Apr 2002 12:28:47 -0700
10700              Message-Id: <200204121228.47826.graham@howlingfrog.com>
10701      Branch: perl
10702            ! AUTHORS
10703 ____________________________________________________________________________
10704 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
10705         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
10706              From: Nicholas Clark <nick@unfortu.net>
10707              Date: Fri, 12 Apr 2002 21:59:06 +0100
10708              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
10709      Branch: perl
10710            ! pp_pack.c t/op/pack.t
10711 ____________________________________________________________________________
10712 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
10713         Log: Re-sort MANIFEST.
10714      Branch: perl
10715            ! MANIFEST
10716 ____________________________________________________________________________
10717 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
10718         Log: Move also the Win32 system testing to t/win32.
10719      Branch: perl
10720            + t/win32/system.t
10721            - t/op/winsystem.t
10722            ! MANIFEST
10723 ____________________________________________________________________________
10724 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
10725         Log: Integrate change #15879 from maint-5.6;
10726              
10727              Win32::GetLongPathName() did not return valid results if there
10728              were "." and ".." components in the path; also fix a potential
10729              buffer overflow if the long path happens to be longer than
10730              MAX_PATH (this can presumably happen if they use \\?\... style
10731              paths); add a rather limited testsuite that exercises just the
10732              edge cases
10733      Branch: perl
10734           +> t/win32/longpath.t
10735           !> MANIFEST t/harness win32/win32.c
10736 ____________________________________________________________________________
10737 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
10738         Log: Win32::GetLongPathName() did not return valid results if there
10739              were "." and ".." components in the path; also fix a potential
10740              buffer overflow if the long path happens to be longer than
10741              MAX_PATH (this can presumably happen if they use \\?\... style
10742              paths); add a rather limited testsuite that exercises just the
10743              edge cases
10744      Branch: maint-5.6/perl
10745            + t/win32/longpath.t
10746            ! MANIFEST t/harness win32/win32.c
10747 ____________________________________________________________________________
10748 [ 15878] By: nick                                  on 2002/04/12  14:38:32
10749         Log: Integrate mainline
10750      Branch: perlio
10751           +> lib/ExtUtils/t/INST_PREFIX.t
10752           !> (integrate 37 files)
10753 ____________________________________________________________________________
10754 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
10755         Log: Update Changes.
10756      Branch: perl
10757            ! Changes patchlevel.h
10758 ____________________________________________________________________________
10759 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
10760         Log: Discuss the magic of \w in security terms.
10761      Branch: perl
10762            ! pod/perlsec.pod pod/perlunicode.pod
10763 ____________________________________________________________________________
10764 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
10765         Log: Add a warning about the symbolic methods and
10766              symbolic sub refs not being checked for taint.
10767      Branch: perl
10768            ! pod/perlsec.pod
10769 ____________________________________________________________________________
10770 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
10771         Log: In EBCDIC the BOM detection doesn't seem
10772              to be working right.  For now skipping the test,
10773              waiting for Dan's opinion.
10774      Branch: perl
10775            ! ext/Encode/t/Unicode.t
10776 ____________________________________________________________________________
10777 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
10778         Log: Update to Net::Ping 2.16.
10779      Branch: perl
10780            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
10781 ____________________________________________________________________________
10782 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
10783         Log: Upgrade to CGI.pm 2.81.
10784      Branch: perl
10785            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
10786 ____________________________________________________________________________
10787 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
10788         Log: Move up restricted hashes a bit.
10789      Branch: perl
10790            ! pod/perldelta.pod
10791 ____________________________________________________________________________
10792 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
10793         Log: Now using Unicode 3.2.0.
10794      Branch: perl
10795            ! pod/perldelta.pod
10796 ____________________________________________________________________________
10797 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
10798         Log: UNICOS too has sockpair issues (unsurprisingly,
10799              since UNICOS/mk has them too)
10800      Branch: perl
10801            ! ext/Socket/socketpair.t
10802 ____________________________________________________________________________
10803 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
10804         Log: FAQ patch from mjd regarding Tie::File.
10805      Branch: perl
10806            ! pod/perlfaq5.pod
10807 ____________________________________________________________________________
10808 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
10809         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
10810              consider using the NamesList.
10811      Branch: perl
10812            ! lib/charnames.pm lib/charnames.t
10813 ____________________________________________________________________________
10814 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
10815         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
10816              From: "Craig A. Berry" <craigberry@mac.com>
10817              Date: Thu, 11 Apr 2002 13:47:21 -0500
10818              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
10819      Branch: perl
10820            ! lib/File/CheckTree.pm lib/File/CheckTree.t
10821 ____________________________________________________________________________
10822 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
10823         Log: More NT Unicode information from Jan Dubois.
10824      Branch: perl
10825            ! pod/perltodo.pod
10826 ____________________________________________________________________________
10827 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
10828         Log: Add one perltodo item (and move bunch of them to better spot),
10829              add sysopen() to "Functions for filehandles, files, or directories".
10830      Branch: perl
10831            ! pod/perlfunc.pod pod/perltodo.pod
10832 ____________________________________________________________________________
10833 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
10834         Log: Prettyprinting: shorten the lines to avoid linewrapping.
10835      Branch: perl
10836            ! t/TEST
10837 ____________________________________________________________________________
10838 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
10839         Log: Also NEC SUPER-UX has buggy sockpair().
10840      Branch: perl
10841            ! ext/Socket/socketpair.t
10842 ____________________________________________________________________________
10843 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
10844         Log: dTHX works on its own just fine.
10845      Branch: perl
10846            ! ext/DynaLoader/dl_aix.xs
10847 ____________________________________________________________________________
10848 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
10849         Log: Must hold off building s2p until there's a miniperl.
10850      Branch: perl
10851            ! Makefile.SH
10852 ____________________________________________________________________________
10853 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
10854         Log: AIX: strerror_r() needs dTHX.
10855      Branch: perl
10856            ! ext/DynaLoader/dl_aix.xs
10857 ____________________________________________________________________________
10858 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
10859         Log: Extracting the s2p may require the right dynlibpath.
10860      Branch: perl
10861            ! Makefile.SH
10862 ____________________________________________________________________________
10863 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
10864         Log: Doc tweaks.
10865      Branch: perl
10866            ! ext/Time/HiRes/HiRes.pm
10867 ____________________________________________________________________________
10868 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
10869         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
10870              From: Michael G Schwern <schwern@pobox.com>
10871              Date: Thu, 11 Apr 2002 01:25:26 -0400
10872              Message-ID: <20020411052525.GA17038@blackrider>
10873      Branch: perl
10874            + lib/ExtUtils/t/INST_PREFIX.t
10875            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
10876            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10877            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10878            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
10879            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
10880            ! lib/ExtUtils/t/prefixify.t
10881 ____________________________________________________________________________
10882 [ 15855] By: nick                                  on 2002/04/11  06:26:44
10883         Log: Integrate mainline
10884      Branch: perlio
10885           !> (integrate 42 files)
10886 ____________________________________________________________________________
10887 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
10888         Log: Unused variables.
10889      Branch: perl
10890            ! ext/threads/shared/shared.xs ext/threads/threads.xs
10891 ____________________________________________________________________________
10892 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
10893         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
10894              From: Ilya Martynov <ilya@martynov.org>
10895              Date: 11 Apr 2002 03:21:17 +0400
10896              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
10897      Branch: perl
10898            ! lib/Term/ReadLine.pm
10899 ____________________________________________________________________________
10900 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
10901         Log: Upgrade to Encode 1.33, from Dan Kogai.
10902      Branch: perl
10903            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
10904            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
10905            ! ext/Encode/lib/Encode/Supported.pod
10906            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
10907            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
10908            ! ext/Encode/ucm/adobeSymbol.ucm
10909            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
10910 ____________________________________________________________________________
10911 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
10912         Log: Backward portability from Dan Kogai.
10913      Branch: perl
10914            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
10915            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
10916            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
10917            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
10918            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
10919            ! ext/Storable/t/store.t ext/Storable/t/tied.t
10920            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
10921            ! ext/Storable/t/utf8.t
10922 ____________________________________________________________________________
10923 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
10924         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
10925              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
10926              bug in B::walkoptree still to be fixed.
10927      Branch: perl
10928            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
10929 ____________________________________________________________________________
10930 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
10931         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
10932              From: Philip Newton <Philip.Newton@gmx.net>
10933              Date: Wed, 10 Apr 2002 21:29:58 +0200
10934              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
10935      Branch: perl
10936            ! pod/perldelta.pod
10937 ____________________________________________________________________________
10938 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
10939         Log: Integrate perlio:
10940              
10941              [ 15847]
10942              Add a \t to Win32 pm_to_blib $(TOUCH) line.
10943      Branch: perl
10944           !> lib/ExtUtils/MM_Win32.pm
10945 ____________________________________________________________________________
10946 [ 15847] By: nick                                  on 2002/04/10  13:08:29
10947         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
10948      Branch: perlio
10949            ! lib/ExtUtils/MM_Win32.pm
10950 ____________________________________________________________________________
10951 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
10952         Log: Try to fool old AIX when threading, from Merijn.
10953      Branch: perl
10954            ! perl.h
10955 ____________________________________________________________________________
10956 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
10957         Log: Update Changes.
10958      Branch: perl
10959            ! Changes patchlevel.h
10960 ____________________________________________________________________________
10961 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
10962         Log: Welcome to the 5.7.3.
10963      Branch: perl
10964            ! NetWare/Makefile win32/Makefile
10965 ____________________________________________________________________________
10966 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
10967         Log: Make x2p/s2p part of the test_prep target now that we
10968              have a test for it.
10969      Branch: perl
10970            ! Makefile.SH
10971 ____________________________________________________________________________
10972 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
10973         Log: Integrate perlio:
10974              
10975              [ 15840]
10976              We have been 5.7.3 for a while - install there ...
10977      Branch: perl
10978           !> win32/makefile.mk
10979 ____________________________________________________________________________
10980 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
10981         Log: SImilarly to old HP-UX, in old AIX too including
10982              crypt.h leads into trouble.  (from Merijn)
10983      Branch: perl
10984            ! hints/aix.sh
10985 ____________________________________________________________________________
10986 [ 15840] By: nick                                  on 2002/04/10  10:04:19
10987         Log: We have been 5.7.3 for a while - install there ...
10988      Branch: perlio
10989            ! win32/makefile.mk
10990 ____________________________________________________________________________
10991 [ 15839] By: nick                                  on 2002/04/10  10:03:46
10992         Log: Intgrate mainline
10993      Branch: perlio
10994           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
10995            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
10996            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
10997           !> (integrate 40 files)
10998 ____________________________________________________________________________
10999 [ 15838] By: ams                                   on 2002/04/10  04:16:45
11000         Log: Subject: [PATCH] ext/attrs.t getting skipped
11001              From: "Craig A. Berry" <craigberry@mac.com>
11002              Date: Tue, 9 Apr 2002 23:58:49 -0500
11003              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
11004      Branch: perl
11005            ! t/TEST
11006 ____________________________________________________________________________
11007 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
11008         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
11009              From: Michael G Schwern <schwern@pobox.com>
11010              Date: Tue, 9 Apr 2002 20:52:55 -0400
11011              Message-ID: <20020410005254.GI8954@blackrider>
11012      Branch: perl
11013            ! t/op/sub_lval.t
11014 ____________________________________________________________________________
11015 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
11016         Log: Undo accident in #15385.
11017      Branch: metaconfig/U/perl
11018            ! Extensions.U
11019 ____________________________________________________________________________
11020 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
11021         Log: Retract the UTF-8 filenames patch.  This may be
11022              better dealt with in Perl level, a la File::Spec
11023              (since the whole mess is strongly filesystem-specific).
11024      Branch: metaconfig/U/perl
11025            + usecjk.U
11026            ! Extensions.U
11027      Branch: perl
11028            - ext/File/Glob/t/utf8.t
11029            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11030            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
11031            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11032            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
11033            ! t/op/readdir.t
11034 ____________________________________________________________________________
11035 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
11036         Log: Upgrade to Encode 1.32, from Dan Kogai.
11037      Branch: perl
11038            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
11039            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
11040            - ext/Encode/ucm/macGurmukhi.ucm
11041            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
11042            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
11043            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
11044            ! ext/Encode/lib/Encode/Encoder.pm
11045            ! ext/Encode/lib/Encode/Supported.pod
11046            ! ext/Encode/lib/Encode/Unicode.pm
11047            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
11048            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
11049 ____________________________________________________________________________
11050 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
11051         Log: Add tests for s2p/psed, from Wolfgang Laun.
11052      Branch: perl
11053            + t/x2p/s2p.t
11054            ! MANIFEST t/TEST
11055 ____________________________________________________________________________
11056 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
11057         Log: FAQ sync.
11058      Branch: perl
11059            ! pod/perlfaq2.pod pod/perlfaq3.pod
11060 ____________________________________________________________________________
11061 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
11062         Log: Remove false dependency between getgrent and setpwent
11063              having/not having FILE**.  Also make the names of the
11064              {set,get,end}* interface struct members a bit shorter.
11065      Branch: perl
11066            ! reentr.c reentr.h reentr.pl
11067 ____________________________________________________________________________
11068 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
11069         Log: Avoid bad prototypes.
11070      Branch: perl
11071            ! hints/hpux.sh
11072 ____________________________________________________________________________
11073 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
11074         Log: metaconfig unit change for #15828.
11075      Branch: metaconfig
11076            ! U/protos/Protochk.U
11077 ____________________________________________________________________________
11078 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
11079         Log: As Merijn points out, pthread.h really needs to be known
11080              by protochk.
11081      Branch: perl
11082            ! Configure
11083 ____________________________________________________________________________
11084 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
11085         Log: Integrate perlio:
11086              
11087              [ 15826]
11088              Patch up Encode for Tk
11089      Branch: perl
11090           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
11091           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11092 ____________________________________________________________________________
11093 [ 15826] By: nick                                  on 2002/04/09  12:38:25
11094         Log: Patch up Encode for Tk
11095      Branch: perlio
11096            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
11097            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11098 ____________________________________________________________________________
11099 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
11100         Log: Portability tweak.
11101      Branch: perl
11102            ! lib/File/CheckTree.t
11103 ____________________________________________________________________________
11104 [ 15824] By: sky                                   on 2002/04/09  10:51:07
11105         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
11106              From: Abigail <abigail@osp.nl>
11107              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
11108              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
11109      Branch: perl
11110            ! pod/perlhist.pod
11111 ____________________________________________________________________________
11112 [ 15823] By: nick                                  on 2002/04/09  08:17:59
11113         Log: Integrate mainline
11114      Branch: perlio
11115           +> ext/Encode/lib/Encode/Config.pm
11116           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
11117           !> (integrate 37 files)
11118 ____________________________________________________________________________
11119 [ 15822] By: ams                                   on 2002/04/09  06:43:50
11120         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
11121              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11122              Date: Tue, 09 Apr 2002 02:00:51 -0400
11123              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
11124      Branch: perl
11125            ! lib/File/CheckTree.pm
11126 ____________________________________________________________________________
11127 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
11128         Log: Small perldelta tweaks.
11129      Branch: perl
11130            ! pod/perldelta.pod
11131 ____________________________________________________________________________
11132 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
11133         Log: File::Checktree update from Paul Grassie.
11134      Branch: perl
11135            ! lib/File/CheckTree.pm lib/File/CheckTree.t
11136 ____________________________________________________________________________
11137 [ 15819] By: ams                                   on 2002/04/08  22:43:48
11138         Log: Subject: patch against t/op/sub_lval.t
11139              From: Jim Cromie <jcromie@divsol.com>
11140              Date: Mon, 08 Apr 2002 17:38:16 -0600
11141              Message-Id: <3CB229E8.9080500@divsol.com>
11142      Branch: perl
11143            ! t/op/sub_lval.t
11144 ____________________________________________________________________________
11145 [ 15818] By: ams                                   on 2002/04/08  22:40:16
11146         Log: Humbly pay homage to the redundancy gods.
11147      Branch: perl
11148            ! mg.c
11149 ____________________________________________________________________________
11150 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
11151         Log: metaconfig mirror #15816.
11152      Branch: metaconfig
11153            ! U/modified/Unix.U
11154 ____________________________________________________________________________
11155 [ 15816] By: ams                                   on 2002/04/08  22:18:32
11156         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
11157      Branch: perl
11158            ! Porting/Glossary
11159 ____________________________________________________________________________
11160 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
11161         Log: Small piconv tweaks (sent to Dan).
11162      Branch: perl
11163            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
11164            ! ext/Encode/lib/Encode/Alias.pm
11165 ____________________________________________________________________________
11166 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
11167         Log: Update Changes.
11168      Branch: perl
11169            ! Changes patchlevel.h
11170 ____________________________________________________________________________
11171 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
11172         Log: FAQ sync.  (Ignoring the few URL differences for now.)
11173      Branch: perl
11174            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11175            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
11176            ! pod/perlfaq7.pod pod/perlfaq9.pod
11177 ____________________________________________________________________________
11178 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
11179         Log: Upgrade to Encode 1.31, from Dan Kogai.
11180      Branch: perl
11181            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
11182            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11183            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
11184            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11185 ____________________________________________________________________________
11186 [ 15811] By: ams                                   on 2002/04/08  17:00:37
11187         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
11188              From: Andy Dougherty <doughera@lafayette.edu>
11189              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
11190              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
11191      Branch: perl
11192            ! lib/sort.t pp_sort.c
11193 ____________________________________________________________________________
11194 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
11195         Log: metaconfig unit changes for #15809.
11196      Branch: metaconfig
11197            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
11198 ____________________________________________________________________________
11199 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
11200         Log: Mirroring #15806.
11201      Branch: perl
11202            ! Porting/Glossary Porting/config.sh Porting/config_H
11203 ____________________________________________________________________________
11204 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
11205         Log: metaconfig unit changes for #15807.
11206      Branch: metaconfig
11207            ! U/protos/Protochk.U U/threads/d_asctime_r.U
11208            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
11209            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
11210            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
11211            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
11212            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
11213            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
11214            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
11215            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
11216            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
11217            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
11218            ! U/threads/d_getprotobyname_r.U
11219            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11220            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11221            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11222            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11223            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11224            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11225            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11226            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11227            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11228            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11229            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11230            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11231            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11232            ! U/threads/i_pthread.U
11233      Branch: perl
11234            ! config_h.SH
11235 ____________________________________________________________________________
11236 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
11237         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
11238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11239              Date: Mon, 08 Apr 2002 14:34:27 +0200
11240              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
11241      Branch: perl
11242            ! Configure hints/hpux.sh reentr.pl
11243 ____________________________________________________________________________
11244 [ 15806] By: ams                                   on 2002/04/08  13:50:43
11245         Log: Subject: [PATCH] Updates to Porting/Glossary
11246              From: Paul_GreenVOS@vos.stratus.com
11247              Date: Mon, 8 Apr 02 10:44 edt
11248              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
11249      Branch: perl
11250            ! Porting/Glossary
11251 ____________________________________________________________________________
11252 [ 15805] By: ams                                   on 2002/04/08  13:47:32
11253         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
11254              coredumps on startup)
11255              From: Michael G Schwern <schwern@pobox.com>
11256              Date: Mon, 8 Apr 2002 10:34:49 -0400
11257              Message-Id: <20020408143449.GB3245@blackrider>
11258      Branch: perl
11259            ! lib/ExtUtils/MM_Unix.pm
11260 ____________________________________________________________________________
11261 [ 15804] By: ams                                   on 2002/04/08  13:29:28
11262         Log: Subject: [PATCH] example in pod/perllexwarn.pod
11263              From: Slaven Rezic <slaven.rezic@berlin.de>
11264              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
11265              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
11266      Branch: perl
11267            ! pod/perllexwarn.pod
11268 ____________________________________________________________________________
11269 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
11270         Log: Upgrade to Encode 1.30, from Dan Kogai. 
11271      Branch: perl
11272            + ext/Encode/lib/Encode/Encoder.pm
11273            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11274            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
11275            ! ext/Encode/lib/Encode/Supported.pod
11276            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11277            ! ext/Encode/t/grow.t
11278 ____________________________________________________________________________
11279 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
11280         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
11281              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11282              Date: Mon, 08 Apr 2002 01:08:40 +0100
11283              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
11284      Branch: perl
11285            ! ext/MIME/Base64/t/base64.t
11286 ____________________________________________________________________________
11287 [ 15801] By: nick                                  on 2002/04/08  07:28:27
11288         Log: Integrate mainline
11289      Branch: perlio
11290           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
11291           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
11292           +> ext/File/Glob/t/utf8.t
11293           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
11294           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
11295           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
11296            - ext/Encode/lib/Encode/10646_1.pm
11297            - ext/Encode/lib/Encode/Internal.pm
11298            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11299            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
11300            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
11301            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
11302            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
11303            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
11304            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
11305           !> (integrate 157 files)
11306 ____________________________________________________________________________
11307 [ 15800] By: ams                                   on 2002/04/08  07:06:21
11308         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
11309              From: Jan Dubois <JanD@ActiveState.com>
11310              Date: Mon, 08 Apr 2002 00:10:39 -0700
11311              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
11312      Branch: perl
11313            ! lib/ExtUtils/Packlist.pm
11314 ____________________________________________________________________________
11315 [ 15799] By: ams                                   on 2002/04/08  04:50:36
11316         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
11317              From: Stas Bekman <stas@stason.org>
11318              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
11319              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
11320      Branch: perl
11321            ! pod/perlguts.pod
11322 ____________________________________________________________________________
11323 [ 15798] By: ams                                   on 2002/04/08  03:56:52
11324         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
11325      Branch: perl
11326            ! util.c
11327 ____________________________________________________________________________
11328 [ 15797] By: ams                                   on 2002/04/08  01:30:38
11329         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
11330              same line of code. (As suggested by Simon Cozens.)
11331      Branch: perl
11332            ! mg.c
11333 ____________________________________________________________________________
11334 [ 15796] By: ams                                   on 2002/04/08  01:27:24
11335         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
11336              Simon Cozens.
11337      Branch: perl
11338            ! embed.fnc util.c
11339 ____________________________________________________________________________
11340 [ 15795] By: ams                                   on 2002/04/08  01:05:16
11341         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
11342              From: Tom Brown <thecap@peach.ece.utexas.edu>
11343              Date: Sun, 07 Apr 2002 23:20:05 GMT
11344              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
11345      Branch: perl
11346            ! ext/Devel/DProf/DProf.xs
11347 ____________________________________________________________________________
11348 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
11349         Log: Retract #15793 since #15775 should fix the problem.
11350      Branch: perl
11351            ! hv.c
11352 ____________________________________________________________________________
11353 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
11354         Log: (Retracted by #15794)
11355              Subject: [PATCH] hv.c
11356              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11357              Date: Sun, 7 Apr 2002 14:25:48 +0200
11358              Message-ID: <3CB056EC.16340.1119992@localhost>
11359      Branch: perl
11360            ! hv.c
11361 ____________________________________________________________________________
11362 [ 15792] By: ams                                   on 2002/04/07  21:48:49
11363         Log: Make other nits nervous.
11364      Branch: perl
11365            ! gv.c perl.c
11366 ____________________________________________________________________________
11367 [ 15791] By: ams                                   on 2002/04/07  20:31:08
11368         Log: Subject: [MIME::Base64 patch] t/base64.t fix
11369              From: Dan Kogai <dankogai@dan.co.jp>
11370              Date: Mon, 8 Apr 2002 06:19:29 +0900
11371              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
11372      Branch: perl
11373            ! ext/MIME/Base64/t/base64.t
11374 ____________________________________________________________________________
11375 [ 15790] By: ams                                   on 2002/04/07  20:15:52
11376         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
11377              From: Slaven Rezic <slaven.rezic@berlin.de>
11378              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
11379              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
11380      Branch: perl
11381            ! ext/Devel/Peek/Peek.xs
11382 ____________________________________________________________________________
11383 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
11384         Log: Fully qualify in warning message the name of a subroutine redefined
11385              via glob assignment
11386      Branch: perl
11387            ! sv.c t/lib/warnings/op t/lib/warnings/sv
11388 ____________________________________________________________________________
11389 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
11390         Log: Update from Dan Kogai.
11391      Branch: perl
11392            ! ext/Encode/t/Unicode.t
11393 ____________________________________________________________________________
11394 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
11395         Log: Can't right now twist my brain to figure out
11396              the right CR/LF code point mappings in EBCDIC.
11397      Branch: perl
11398            ! lib/Pod/t/eol.t
11399 ____________________________________________________________________________
11400 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
11401         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
11402              From: Nicholas Clark <nick@ccl4.org>
11403              Date: Sun, 7 Apr 2002 15:01:56 +0100
11404              Message-ID: <20020407150156.R10686@plum.flirble.org>
11405      Branch: perl
11406            ! ext/Data/Dumper/Dumper.xs
11407 ____________________________________________________________________________
11408 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
11409         Log: Tpyo.
11410      Branch: perl
11411            ! lib/Pod/t/eol.t
11412 ____________________________________________________________________________
11413 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
11414         Log: EBCDIC branch was forgotten.
11415      Branch: perl
11416            ! ext/Devel/Peek/Peek.t
11417 ____________________________________________________________________________
11418 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
11419         Log: charnames::viacode() was broken, noticed by Jeffrey.
11420      Branch: perl
11421            ! lib/charnames.pm lib/charnames.t
11422 ____________________________________________________________________________
11423 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
11424         Log: Missing files.
11425      Branch: perl
11426            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
11427            ! MANIFEST ext/Encode/MANIFEST
11428 ____________________________________________________________________________
11429 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
11430         Log: (intentionally empty)
11431      Branch: perl
11432            ! MANIFEST sv.h
11433 ____________________________________________________________________________
11434 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
11435         Log: Upgrade to Encode 1.26, from Dan Kogai.
11436      Branch: perl
11437            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
11438            + ext/Encode/ucm/jis0212.ucm
11439            - ext/Encode/lib/Encode/10646_1.pm
11440            - ext/Encode/lib/Encode/Internal.pm
11441            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11442            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
11443            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
11444            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
11445            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
11446            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
11447            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
11448            - ext/Encode/ucm/macRumanian.ucm
11449            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
11450            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
11451            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
11452            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
11453            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11454            ! ext/Encode/lib/Encode/Encoding.pm
11455            ! ext/Encode/lib/Encode/Supported.pod
11456            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
11457            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
11458            ! ext/Encode/ucm/adobeSymbol.ucm
11459            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
11460            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
11461            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
11462            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
11463            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
11464            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
11465            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
11466            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
11467            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
11468            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
11469            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
11470            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
11471            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
11472            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
11473            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
11474            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
11475            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
11476            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
11477            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
11478            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
11479            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
11480            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
11481            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
11482            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
11483            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
11484            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
11485            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
11486            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
11487            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
11488            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
11489            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
11490            ! ext/Encode/ucm/nextstep.ucm
11491 ____________________________________________________________________________
11492 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
11493         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
11494              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
11495              Now, where was my coffee mug...
11496      Branch: perl
11497            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
11498            ! pp_sys.c
11499 ____________________________________________________________________________
11500 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
11501         Log: Subject: [PATCH] MakeMaker basic.t on Win32
11502              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11503              Date: Sun, 7 Apr 2002 14:25:48 +0200
11504              Message-ID: <3CB056EC.27101.1119A3D@localhost>
11505              
11506              Subject: [PATCH] MakeMaker && Win32 && nmake
11507              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11508              Date: Sun, 7 Apr 2002 14:25:48 +0200
11509              Message-ID: <3CB056EC.9001.11199ED@localhost>
11510      Branch: perl
11511            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11512 ____________________________________________________________________________
11513 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
11514         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
11515              From: Philip Newton <Philip.Newton@gmx.net>
11516              Date: Sun, 07 Apr 2002 07:51:49 +0200      
11517              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
11518      Branch: perl
11519            ! utf8.c
11520 ____________________________________________________________________________
11521 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
11522         Log: There was no nice way of getting in UTF-8 filenames:
11523              now one can use in the (new) three-arg form of readdir()
11524              and in File::Glob import a ":utf8" to transparently accept
11525              the filenames as Unicode.  Note that only :utf8 is supported,
11526              not fancier stuff like :encoding(foobar)
11527      Branch: perl
11528            + ext/File/Glob/t/utf8.t
11529            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11530            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
11531            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11532            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
11533            ! t/op/readdir.t
11534 ____________________________________________________________________________
11535 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
11536         Log: Subject: [PATCH] Re: perl@15772
11537              From: Nicholas Clark <nick@ccl4.org>
11538              Date: Sun, 7 Apr 2002 11:06:42 +0100
11539              Message-ID: <20020407110641.O10686@plum.flirble.org>
11540      Branch: perl
11541            ! hv.c
11542 ____________________________________________________________________________
11543 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
11544         Log: Subject: [PATCH] Re: 15764 breakage
11545              From: Michael G Schwern <schwern@pobox.com>
11546              Date: Sat, 6 Apr 2002 19:14:02 -0500
11547              Message-ID: <20020407001401.GA7076@blackrider>
11548      Branch: perl
11549            ! lib/ExtUtils/MM_Unix.pm
11550 ____________________________________________________________________________
11551 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
11552         Log: Instruction tweak.
11553      Branch: perl
11554            ! README.os390
11555 ____________________________________________________________________________
11556 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
11557         Log: Update Changes.
11558      Branch: perl
11559            ! Changes patchlevel.h
11560 ____________________________________________________________________________
11561 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
11562         Log: Subject: [PATCH] Encode tweaks for VMS
11563              From: Michael G Schwern <schwern@pobox.com>
11564              Date: Sat, 6 Apr 2002 03:26:09 -0500
11565              Message-ID: <20020406082609.GA28758@blackrider>
11566      Branch: perl
11567            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
11568            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
11569            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
11570            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
11571 ____________________________________________________________________________
11572 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
11573         Log: Prettyprinting and version paranoia.
11574      Branch: perl
11575            ! ext/DB_File/t/db-recno.t
11576 ____________________________________________________________________________
11577 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
11578         Log: Be explicit about the two DB_File tests croaking
11579              in Mac OS X.
11580      Branch: perl
11581            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
11582 ____________________________________________________________________________
11583 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
11584         Log: Regen toc.
11585      Branch: perl
11586            ! pod/perltoc.pod
11587 ____________________________________________________________________________
11588 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
11589         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
11590              From: Benjamin Goldberg <goldbb2@earthlink.net>
11591              Date: Fri, 05 Apr 2002 19:15:42 -0500
11592              Message-ID: <3CAE3E2E.8483505@earthlink.net>
11593      Branch: perl
11594            ! hv.h
11595 ____________________________________________________________________________
11596 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
11597         Log: Underline that the current implementation is not
11598              guaranteed to be forever; and reformat a bit.
11599      Branch: perl
11600            ! lib/utf8.pm
11601 ____________________________________________________________________________
11602 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
11603         Log: Subject: Weak spots in the utf8 manpage
11604              From: andreas.koenig@anima.de (Andreas J. Koenig)
11605              Date: Fri, 05 Apr 2002 10:08:44 +0200      
11606              Message-ID: <m3u1qqefeb.fsf@anima.de>      
11607      Branch: perl
11608            ! lib/utf8.pm
11609 ____________________________________________________________________________
11610 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
11611         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
11612              From: Michael G Schwern <schwern@pobox.com>
11613              Date: Sat, 6 Apr 2002 03:22:03 -0500
11614              Message-ID: <20020406082203.GA28713@blackrider>
11615      Branch: perl
11616            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
11617            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
11618            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
11619            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
11620            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
11621            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
11622            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11623            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
11624            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
11625            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
11626 ____________________________________________________________________________
11627 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
11628         Log: No need to avoid utf8 warnings after #15762.
11629      Branch: perl
11630            ! lib/Unicode/Collate.pm
11631 ____________________________________________________________________________
11632 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
11633         Log: As noted by Philip Newton: nothing wrong with BOM,
11634              but 0xFFFE quite wrong.
11635      Branch: perl
11636            ! t/lib/warnings/utf8 utf8.c utf8.h
11637 ____________________________________________________________________________
11638 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
11639         Log: Explain the "gaps" in the UTF-8 encoding.
11640      Branch: perl
11641            ! pod/perlunicode.pod utf8.h
11642 ____________________________________________________________________________
11643 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
11644         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
11645              From: Nicholas Clark <nick@unfortu.net>
11646              Date: Sat, 6 Apr 2002 14:54:51 +0100
11647              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
11648      Branch: perl
11649            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11650 ____________________________________________________________________________
11651 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
11652         Log: Signedness nits.
11653      Branch: perl
11654            ! hv.c
11655 ____________________________________________________________________________
11656 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
11657         Log: Make hv_notallowed a static as suggested by Nick Clark;
11658              and synchronize the nomenclature to talk about restricted
11659              (not fixed) hashes.
11660      Branch: perl
11661            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
11662            ! proto.h
11663 ____________________________________________________________________________
11664 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
11665         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
11666              From: Nicholas Clark <nick@unfortu.net>
11667              Date: Sat, 6 Apr 2002 00:21:17 +0100
11668              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
11669              
11670              (with the last one reversed)
11671      Branch: perl
11672            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
11673            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
11674 ____________________________________________________________________________
11675 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
11676         Log: Update the warning message.
11677      Branch: perl
11678            ! README.tru64
11679 ____________________________________________________________________________
11680 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
11681         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
11682              From: Dan Kogai <dankogai@dan.co.jp>
11683              Date: Sat, 6 Apr 2002 06:08:40 +0900
11684              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
11685      Branch: perl
11686            ! pod/perlunicode.pod
11687 ____________________________________________________________________________
11688 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
11689         Log: Some tests were failing silently instead of saying "not ok"
11690      Branch: perl
11691            ! t/comp/proto.t
11692 ____________________________________________________________________________
11693 [ 15753] By: nick                                  on 2002/04/05  19:30:12
11694         Log: Integrate mainline
11695      Branch: perlio
11696           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
11697           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
11698           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
11699 ____________________________________________________________________________
11700 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
11701         Log: Minor Tie::File test patch, from mjd.
11702      Branch: perl
11703            ! lib/Tie/File/t/24_cache_loop.t
11704 ____________________________________________________________________________
11705 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
11706         Log: Not *that* different line endings (noticed by Philip Newton)
11707      Branch: perl
11708            ! pod/perldelta.pod
11709 ____________________________________________________________________________
11710 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
11711         Log: Retract #15745 for now; won't work without more Encode fixes.
11712      Branch: perl
11713            ! ext/Encode/lib/Encode/10646_1.pm
11714 ____________________________________________________________________________
11715 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
11716         Log: metaconfig unit change for #15748.
11717      Branch: metaconfig
11718            ! U/modified/Oldconfig.U
11719 ____________________________________________________________________________
11720 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
11721         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
11722              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11723              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
11724              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
11725      Branch: perl
11726            ! Configure
11727 ____________________________________________________________________________
11728 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
11729         Log: NetWare update from C Aditya.
11730      Branch: perl
11731            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
11732 ____________________________________________________________________________
11733 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
11734         Log: Win32 pacifying from mjd.
11735      Branch: perl
11736            ! lib/Tie/File/t/26_twrite.t
11737 ____________________________________________________________________________
11738 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
11739         Log: Integrate perlio:
11740              
11741              [ 15744]
11742              Not only did UCS-2 have dodgy name it was buggy.
11743      Branch: perl
11744           !> ext/Encode/lib/Encode/10646_1.pm
11745 ____________________________________________________________________________
11746 [ 15744] By: nick                                  on 2002/04/05  13:02:36
11747         Log: Not only did UCS-2 have dodgy name it was buggy.
11748      Branch: perlio
11749            ! ext/Encode/lib/Encode/10646_1.pm
11750 ____________________________________________________________________________
11751 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
11752         Log: Subject: Patch for bug ID 20020221.007
11753              From: Archer Sully <archer@meer.net>
11754              Date: Thu, 4 Apr 2002 21:45:34 -0700
11755              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
11756              
11757              Fix for "[ID 20020221.007] SEGV in Storable with empty string
11758              scalar object" (dclone)
11759      Branch: perl
11760            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
11761 ____________________________________________________________________________
11762 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
11763         Log: Subject: Re: lib/sort.t failure 
11764              From: "John P. Linderman" <jpl@research.att.com>
11765              Date: Fri, 05 Apr 2002 06:19:07 -0500
11766              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
11767              
11768              with a minor formatting tweak
11769      Branch: perl
11770            ! pod/perlfunc.pod
11771 ____________________________________________________________________________
11772 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
11773         Log: Subject: Re: lib/sort.t failure (and [PATCH])
11774              From: "John P. Linderman" <jpl@research.att.com>
11775              Date: Fri, 05 Apr 2002 07:13:27 -0500
11776              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
11777      Branch: perl
11778            ! lib/sort.t
11779 ____________________________________________________________________________
11780 [ 15740] By: nick                                  on 2002/04/05  09:31:42
11781         Log: Integrate mainline
11782      Branch: perlio
11783           +> (branch 49 files)
11784           !> (integrate 82 files)
11785 ____________________________________________________________________________
11786 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
11787         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
11788              From: Dan Kogai <dankogai@dan.co.jp>
11789              Date: Fri, 5 Apr 2002 11:52:50 +0900
11790              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
11791      Branch: perl
11792            ! ext/Encode/t/Aliases.t
11793 ____________________________________________________________________________
11794 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
11795         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
11796              From: Dan Kogai <dankogai@dan.co.jp>
11797              Date: Fri, 5 Apr 2002 11:39:55 +0900
11798              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
11799      Branch: perl
11800            ! ext/Encode/lib/Encode/Alias.pm
11801 ____________________________________________________________________________
11802 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
11803         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
11804              From: Ilmari Karonen <iltzu@sci.fi>
11805              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
11806              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
11807      Branch: perl
11808            ! gv.c t/op/method.t
11809 ____________________________________________________________________________
11810 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
11811         Log: I was fooled for a while, somebody else might be too.
11812      Branch: perl
11813            ! t/test.pl
11814 ____________________________________________________________________________
11815 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
11816         Log: test.pl-ify.
11817      Branch: perl
11818            ! t/op/method.t
11819 ____________________________________________________________________________
11820 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
11821         Log: Upgrade to Encode 1.20, from Dan Kogai.
11822      Branch: perl
11823            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
11824            + ext/Encode/ucm/adobeSymbol.ucm
11825            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
11826            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
11827            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
11828            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
11829            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
11830            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
11831            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
11832            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
11833            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
11834            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
11835            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
11836            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
11837            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
11838            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
11839            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
11840            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
11841            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
11842            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
11843            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
11844            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
11845            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
11846            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
11847            + ext/Encode/ucm/macSymbol.ucm
11848            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
11849            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
11850            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
11851            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
11852            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11853            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
11854            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
11855            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
11856            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
11857            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
11858            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
11859            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
11860            ! ext/Encode/lib/Encode/Alias.pm
11861            ! ext/Encode/lib/Encode/Supported.pod
11862            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11863            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
11864            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
11865            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
11866            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
11867            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
11868            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
11869            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
11870            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
11871            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
11872            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
11873            ! ext/Encode/ucm/nextstep.ucm
11874 ____________________________________________________________________________
11875 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
11876         Log: Subject: left-over "use 5.7.2" in threads.pm
11877              From: Slaven Rezic <slaven.rezic@berlin.de>
11878              Date: 21 Mar 2002 23:18:13 +0100
11879              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
11880      Branch: perl
11881            ! ext/threads/threads.pm
11882 ____________________________________________________________________________
11883 [ 15732] By: ams                                   on 2002/04/04  17:08:13
11884         Log: Subject: [PATCH 5.7.3 DOCS]
11885              From: mjd@plover.com
11886              Date: 4 Apr 2002 15:59:39 -0000
11887              Message-Id: <20020404155939.6754.qmail@plover.com>
11888      Branch: perl
11889            ! pod/perlfaq9.pod
11890 ____________________________________________________________________________
11891 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
11892         Log: metaconfig unit change for #15730.
11893      Branch: metaconfig
11894            ! U/threads/usethreads.U
11895 ____________________________________________________________________________
11896 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
11897         Log: Subject: Re: lib/sort.t failure [PATCH]
11898              From: Andy Dougherty <doughera@lafayette.edu>
11899              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
11900              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
11901              
11902              Default to usethreads in case the user most probably forgot it.
11903      Branch: perl
11904            ! Configure
11905 ____________________________________________________________________________
11906 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
11907         Log: Typo nits from Wolfgang Laun.
11908      Branch: perl
11909            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
11910 ____________________________________________________________________________
11911 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
11912         Log: Detypo in diagnostics.
11913      Branch: perl
11914            ! lib/locale.t
11915 ____________________________________________________________________________
11916 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
11917         Log: pod2html: try to be EOL agnostic.
11918              (Needs testing on CRLF and CR platforms.)
11919      Branch: perl
11920            + lib/Pod/t/eol.t
11921            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
11922 ____________________________________________________________________________
11923 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
11924         Log: Subject: [PATCH} Pod::HTML and HTML4
11925              From: Robert Spier <rspier@pobox.com>
11926              Date: Wed, 03 Apr 2002 16:26:21 -0800
11927              Message-ID: <3CAB9DAD.20305@pobox.com>
11928      Branch: perl
11929            ! lib/Pod/Html.pm
11930 ____________________________________________________________________________
11931 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
11932         Log: Byebye, beebee.
11933      Branch: perl
11934            ! t/lib/warnings/perlio
11935 ____________________________________________________________________________
11936 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
11937         Log: Subject: Re: enc2xs needs portable way to know it's in the core
11938              From: PPrymmer@factset.com
11939              Date: Wed, 3 Apr 2002 14:29:32 -0500
11940              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
11941      Branch: perl
11942            ! configure.com
11943 ____________________________________________________________________________
11944 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
11945         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
11946              From: Dominic Dunlop <domo@computer.org>
11947              Date: Wed, 3 Apr 2002 22:44:01 +0200
11948              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
11949      Branch: perl
11950            ! lib/File/Spec/t/rel2abs2rel.t
11951 ____________________________________________________________________________
11952 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
11953         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
11954              From: Paul_GreenVOS@vos.stratus.com
11955              Date: Wed, 3 Apr 02 16:34 est
11956              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
11957      Branch: perl
11958            ! pp_pack.c
11959 ____________________________________________________________________________
11960 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
11961         Log: Upgrade to Tie::File 0.93, from mjd.
11962      Branch: perl
11963            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
11964            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
11965            ! lib/Tie/File/t/41_heap.t
11966 ____________________________________________________________________________
11967 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
11968         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
11969              From: Andy Dougherty <doughera@lafayette.edu>
11970              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
11971              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
11972      Branch: perl
11973            ! lib/AnyDBM_File.t
11974 ____________________________________________________________________________
11975 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
11976         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
11977              and ccflags including -DNO_LOCALE
11978      Branch: perl
11979            ! perl.h
11980 ____________________________________________________________________________
11981 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
11982         Log: EPOC tweaks from Olaf Flebbe.
11983      Branch: perl
11984            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
11985 ____________________________________________________________________________
11986 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
11987         Log: Subject: [PATCH] Set @INC earlier
11988              From: Andy Dougherty <doughera@lafayette.edu>
11989              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
11990              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
11991      Branch: perl
11992            ! lib/AnyDBM_File.t lib/sort.t
11993 ____________________________________________________________________________
11994 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
11995         Log: perlcompile.pod was listing all B:: modules, except B::Concise
11996              (resubmitted)
11997      Branch: perl
11998            ! pod/perlcompile.pod
11999 ____________________________________________________________________________
12000 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
12001         Log: perlcompile.pod was listing all B:: modules, except B::Concise
12002      Branch: perl
12003            ! pod/perlcompile.pod
12004 ____________________________________________________________________________
12005 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
12006         Log: non-perlio robustness.
12007      Branch: perl
12008            ! ext/Socket/socketpair.t lib/utf8.t
12009 ____________________________________________________________________________
12010 [ 15713] By: nick                                  on 2002/04/03  18:06:49
12011         Log: Integrate mainline
12012      Branch: perlio
12013           +> lib/Tie/File/t/41_heap.t
12014           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
12015           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
12016           !> regexec.c t/op/re_tests t/op/tiearray.t
12017 ____________________________________________________________________________
12018 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
12019         Log: Tweak for 8.3 compat.
12020      Branch: perl
12021            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12022            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
12023            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
12024            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12025            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12026            ! ext/Encode/bin/enc2xs
12027 ____________________________________________________________________________
12028 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
12029         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
12030              From: Mark-Jason Dominus <mjd@plover.com>
12031              Date: Wed, 03 Apr 2002 13:04:40 -0500
12032              Message-ID: <20020403180440.7614.qmail@plover.com>
12033      Branch: perl
12034            ! t/op/tiearray.t
12035 ____________________________________________________________________________
12036 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
12037         Log: Forgotten.
12038      Branch: perl
12039            + lib/Tie/File/t/41_heap.t
12040            ! MANIFEST
12041 ____________________________________________________________________________
12042 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
12043         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12044              From: Mark Kvale <kvale@phy.ucsf.edu>
12045              Date: Tue, 2 Apr 2002 13:57:37 -0800
12046              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
12047      Branch: perl
12048            ! t/op/re_tests
12049 ____________________________________________________________________________
12050 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
12051         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
12052              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
12053              Date: Wed, 03 Apr 2002 03:34:34 +0100
12054              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
12055      Branch: perl
12056            ! regcomp.c
12057 ____________________________________________________________________________
12058 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
12059         Log: The leavetry crash should now be history.
12060      Branch: perl
12061            ! t/op/tiearray.t
12062 ____________________________________________________________________________
12063 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
12064         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
12065              From: Michael G Schwern <schwern@pobox.com>
12066              Date: Wed, 3 Apr 2002 10:56:44 -0500
12067              Message-ID: <20020403155644.GC916@blackrider>
12068      Branch: perl
12069            ! lib/ExtUtils/MM_Win95.pm
12070 ____________________________________________________________________________
12071 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
12072         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
12073              From: Dave Mitchell <davem@fdgroup.com>
12074              Date: Wed, 3 Apr 2002 02:08:26 +0100
12075              Message-ID: <20020403020825.B16724@fdgroup.com>
12076      Branch: perl
12077            ! pp_ctl.c
12078 ____________________________________________________________________________
12079 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
12080         Log: Prototype tweak for non-threaded builds.
12081      Branch: perl
12082            ! perl.c
12083 ____________________________________________________________________________
12084 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
12085         Log: Detached threads do not help; they still hold resources.
12086      Branch: perl
12087            ! ext/threads/threads.pm pod/perldiag.pod
12088 ____________________________________________________________________________
12089 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
12090         Log: Doc tweak from Wolfgang Laun.
12091      Branch: perl
12092            ! lib/File/Compare.pm
12093 ____________________________________________________________________________
12094 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
12095         Log: Subject: [PATCH bleadperl] regexec.c
12096              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12097              Date: Wed, 3 Apr 2002 11:13:30 +0200
12098              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
12099      Branch: perl
12100            ! regexec.c
12101 ____________________________________________________________________________
12102 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
12103         Log: Document the "Cleanup skipped ..." warning.
12104      Branch: perl
12105            ! ext/threads/threads.pm pod/perldiag.pod
12106 ____________________________________________________________________________
12107 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
12108         Log: Integrate perlio:
12109              
12110              [ 15698]
12111              Fix segfaults when mainthread exits with other threads running:
12112              - track number of running threads
12113              - if main thread calls perl_destruct() with other threads running
12114              skip most of cleanup (with a warning).
12115              
12116              [ 15696]
12117              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
12118      Branch: perl
12119           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
12120           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
12121           !> pod/perlapi.pod proto.h
12122 ____________________________________________________________________________
12123 [ 15698] By: nick                                  on 2002/04/03  13:15:30
12124         Log: Fix segfaults when mainthread exits with other threads running:
12125              - track number of running threads
12126              - if main thread calls perl_destruct() with other threads running
12127              skip most of cleanup (with a warning).
12128      Branch: perlio
12129            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
12130            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
12131 ____________________________________________________________________________
12132 [ 15697] By: nick                                  on 2002/04/03  07:34:13
12133         Log: Integrate mainline
12134      Branch: perlio
12135           +> lib/Net/Ping/t/250_ping_hires.t
12136           !> (integrate 33 files)
12137 ____________________________________________________________________________
12138 [ 15696] By: nick                                  on 2002/04/03  06:41:58
12139         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
12140      Branch: perlio
12141            ! lib/ExtUtils/xsubpp
12142 ____________________________________________________________________________
12143 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
12144         Log: Subject: [PATCH @15047] debugger
12145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12146              Date: Sat, 16 Mar 2002 04:38:50 -0500
12147              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
12148      Branch: perl
12149            ! lib/perl5db.pl
12150 ____________________________________________________________________________
12151 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
12152         Log: Third Degree flags.
12153      Branch: perl
12154            ! Makefile.SH
12155 ____________________________________________________________________________
12156 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
12157         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
12158              From: Mark-Jason Dominus <mjd@plover.com>
12159              Date: Tue, 02 Apr 2002 16:35:11 -0500
12160              Message-ID: <20020402213511.27781.qmail@plover.com>
12161              
12162              (tweaked)
12163      Branch: perl
12164            ! pod/perlfunc.pod
12165 ____________________________________________________________________________
12166 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
12167         Log: Upgrade to Tie::File 0.92, from mjd.
12168      Branch: perl
12169            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12170            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
12171            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
12172            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
12173            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
12174            ! lib/Tie/File/t/40_abs_cache.t
12175 ____________________________________________________________________________
12176 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
12177         Log: Subject: [PATCH] Update my email address in perl.c
12178              From: Paul_GreenVOS@vos.stratus.com
12179              Date: Tue, 2 Apr 02 15:27 est
12180              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
12181      Branch: perl
12182            ! AUTHORS perl.c
12183 ____________________________________________________________________________
12184 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
12185         Log: POD fix.
12186      Branch: perl
12187            ! pod/perldelta.pod
12188 ____________________________________________________________________________
12189 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
12190         Log: What started as a small nit (the charnames test, nit found
12191              be Hugo), ballooned a bit... the goal is Larry's wish that
12192              illegal Unicode (such as U+FFFF) by default doesn't warn,
12193              since what if somebody WANTS to create illegal Unicode?
12194              Now getting close to this in the regex runtime.
12195              (Also, fix more of my fixation that BOM would be U+FFFE.)
12196      Branch: perl
12197            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
12198            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
12199 ____________________________________________________________________________
12200 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
12201         Log: Talk more about Net::Ping.
12202      Branch: perl
12203            ! pod/perldelta.pod
12204 ____________________________________________________________________________
12205 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
12206         Log: Upgrade to Net::Ping 2.14.
12207      Branch: perl
12208            + lib/Net/Ping/t/250_ping_hires.t
12209            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
12210            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
12211            ! lib/Net/Ping/t/140_stream_inst.t
12212 ____________________________________________________________________________
12213 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
12214         Log: XML::Parser 2.31 should be out shortly.
12215      Branch: perl
12216            ! pod/perldelta.pod
12217 ____________________________________________________________________________
12218 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
12219         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
12220              From: George Necula <necula@eecs.berkeley.edu>
12221              Date: Tue, 2 Apr 2002 10:22:41 -0800
12222              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
12223      Branch: perl
12224            ! lib/File/Spec/Cygwin.pm
12225 ____________________________________________________________________________
12226 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
12227         Log: EBCDIC test tweak.
12228      Branch: perl
12229            ! pod/perldelta.pod t/uni/case.pl
12230 ____________________________________________________________________________
12231 [ 15683] By: nick                                  on 2002/04/02  15:36:17
12232         Log: Integrate mainline
12233      Branch: perlio
12234           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
12235           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
12236           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
12237 ____________________________________________________________________________
12238 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
12239         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
12240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12241              Date: Tue, 2 Apr 2002 00:37:08 -0500
12242              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
12243      Branch: perl
12244            ! os2/os2ish.h perlio.c
12245 ____________________________________________________________________________
12246 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
12247         Log: Subject: [PATCH @15047] debugger again
12248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12249              Date: Tue, 2 Apr 2002 00:30:31 -0500
12250              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
12251      Branch: perl
12252            ! lib/perl5db.pl
12253 ____________________________________________________________________________
12254 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
12255         Log: Subject: [PATCH @15047] test() in CPAN.pm
12256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12257              Date: Tue, 2 Apr 2002 00:46:45 -0500
12258              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
12259      Branch: perl
12260            ! lib/CPAN.pm
12261 ____________________________________________________________________________
12262 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
12263         Log: Sync with libnet-1.11
12264      Branch: perl
12265            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
12266            ! lib/Net/SMTP.pm
12267 ____________________________________________________________________________
12268 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
12269         Log: NetWare tweaks from C Aditya.
12270      Branch: perl
12271            ! NetWare/t/NWScripts.pl scope.c
12272 ____________________________________________________________________________
12273 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
12274         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
12275              From: Dan Kogai <dankogai@dan.co.jp>
12276              Date: Tue, 2 Apr 2002 22:21:47 +0900
12277              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
12278      Branch: perl
12279            ! ext/Encode/Encode.xs
12280 ____________________________________________________________________________
12281 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
12282         Log: Integrate perlio:
12283              
12284              [ 15675]
12285              Add buffer size growth test.
12286              
12287              [ 15674]
12288              Calculate buffer size needs in float to avoid 32-bit overflow.
12289      Branch: perl
12290           +> ext/Encode/t/grow.t
12291           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
12292 ____________________________________________________________________________
12293 [ 15675] By: nick                                  on 2002/04/02  07:49:41
12294         Log: Add buffer size growth test.
12295      Branch: perlio
12296            + ext/Encode/t/grow.t
12297            ! MANIFEST ext/Encode/MANIFEST
12298 ____________________________________________________________________________
12299 [ 15674] By: nick                                  on 2002/04/02  07:40:49
12300         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
12301      Branch: perlio
12302            ! ext/Encode/Encode.xs
12303 ____________________________________________________________________________
12304 [ 15673] By: nick                                  on 2002/04/02  07:40:06
12305         Log: Integrate mainline
12306      Branch: perlio
12307           +> (branch 102 files)
12308            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12309            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12310            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12311            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12312            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12313            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12314            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12315            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12316            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
12317            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
12318            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
12319            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
12320            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
12321            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
12322            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
12323            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
12324            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
12325            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
12326            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
12327            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
12328            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
12329            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
12330            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
12331            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
12332            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
12333            - ext/Encode/Encode/macCentEuro.ucm
12334            - ext/Encode/Encode/macCroatian.ucm
12335            - ext/Encode/Encode/macCyrillic.ucm
12336            - ext/Encode/Encode/macDingbats.ucm
12337            - ext/Encode/Encode/macGreek.ucm
12338            - ext/Encode/Encode/macIceland.ucm
12339            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12340            - ext/Encode/Encode/macRumanian.ucm
12341            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12342            - ext/Encode/Encode/macTurkish.ucm
12343            - ext/Encode/Encode/macUkraine.ucm
12344            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12345            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
12346            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
12347            - ext/Encode/compile ext/Encode/encode.h
12348            - ext/Encode/lib/Encode/CN/2022_CN.pm
12349            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
12350            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12351            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
12352            - lib/unicore/PropertyValueAliases.txt
12353           !> (integrate 143 files)
12354 ____________________________________________________________________________
12355 [ 15672] By: ams                                   on 2002/04/02  04:42:44
12356         Log: Win32 fix for Tie::File from MJD.
12357      Branch: perl
12358            ! lib/Tie/File.pm
12359 ____________________________________________________________________________
12360 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
12361         Log: Add a few tests to the timing-sensitive list.
12362      Branch: perl
12363            ! INSTALL
12364 ____________________________________________________________________________
12365 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
12366         Log: Subject: [PATCH sort.t] extensive regression testing
12367              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12368              Date: Mon, 1 Apr 2002 23:50:24 +0200
12369              Message-ID: <20020401235024.E677@rafael>
12370      Branch: perl
12371            ! lib/sort.t
12372 ____________________________________________________________________________
12373 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
12374         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
12375              From: Nicholas Clark <nick@unfortu.net>
12376              Date: Mon, 1 Apr 2002 21:54:05 +0100
12377              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
12378      Branch: perl
12379            ! lib/Memoize/t/errors.t
12380 ____________________________________________________________________________
12381 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
12382         Log: Subject: getting rid of a few superfluous $&/$`
12383              From: Jeffrey Friedl <jfriedl@yahoo.com>
12384              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
12385              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
12386              
12387              (with more-backward-compat than just using @- and @+, also by Jeffrey)
12388              
12389              (The version number of Text::Balanced intentionally not
12390              increased since Damian will make a new release after 5.8)
12391      Branch: perl
12392            ! lib/Pod/Html.pm lib/Text/Balanced.pm
12393 ____________________________________________________________________________
12394 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
12395         Log: Subject: [PATCH 5.7.3 TESTS]
12396              From: mjd@plover.com
12397              Date: 1 Apr 2002 20:32:18 -0000
12398              Message-ID: <20020401203218.25230.qmail@plover.com>
12399      Branch: perl
12400            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12401            ! t/op/tiearray.t t/test.pl
12402 ____________________________________________________________________________
12403 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
12404         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
12405              From: Paul_GreenVOS@vos.stratus.com
12406              Date: Mon, 1 Apr 02 15:15 est
12407              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
12408      Branch: perl
12409            ! iperlsys.h
12410 ____________________________________________________________________________
12411 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
12412         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
12413              From: Paul_GreenVOS@vos.stratus.com
12414              Date: Mon, 1 Apr 02 14:11 est
12415              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
12416      Branch: perl
12417            ! lib/ExtUtils/MM_Unix.pm
12418 ____________________________________________________________________________
12419 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
12420         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
12421              From: Nicholas Clark <nick@unfortu.net>
12422              Date: Mon, 1 Apr 2002 19:30:05 +0100
12423              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
12424      Branch: perl
12425            ! t/op/pat.t t/op/utfhash.t
12426 ____________________________________________________________________________
12427 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
12428         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
12429              From: Mark-Jason Dominus <mjd@plover.com>
12430              Date: Mon, 01 Apr 2002 13:22:01 -0500
12431              Message-ID: <20020401182201.21189.qmail@plover.com>
12432      Branch: perl
12433            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
12434 ____________________________________________________________________________
12435 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
12436         Log: Update Changes.
12437      Branch: perl
12438            ! Changes patchlevel.h
12439 ____________________________________________________________________________
12440 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
12441         Log: Subject: [PATCH 5.7.3 DOC]
12442              From: mjd@plover.com
12443              Date: 1 Apr 2002 17:23:40 -0000
12444              Message-ID: <20020401172340.16410.qmail@plover.com>
12445      Branch: perl
12446            ! pod/perldelta.pod
12447 ____________________________________________________________________________
12448 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
12449         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
12450      Branch: perl
12451            ! hints/unicos.sh
12452 ____________________________________________________________________________
12453 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
12454         Log: Advertise piconv and enc2xs.
12455      Branch: perl
12456            ! pod/perldelta.pod
12457 ____________________________________________________________________________
12458 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
12459         Log: Add enc2xs.
12460      Branch: perl
12461            + utils/enc2xs.PL
12462            ! MANIFEST utils/Makefile
12463 ____________________________________________________________________________
12464 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
12465         Log: Integrate perlio:
12466              
12467              [ 15653]
12468              Be more explicit testing for \015 not \r
12469      Branch: perl
12470           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
12471           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
12472 ____________________________________________________________________________
12473 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
12474         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
12475              From: Philip Newton <Philip.Newton@gmx.net>
12476              Date: Mon, 01 Apr 2002 17:06:18 +0200
12477              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
12478      Branch: perl
12479            ! lib/charnames.pm lib/charnames.t
12480 ____________________________________________________________________________
12481 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
12482         Log: Subject: detypo patch
12483              From: andreas.koenig@anima.de (Andreas J. Koenig)
12484              Date: Mon, 01 Apr 2002 10:09:21 +0200
12485              Message-ID: <m3r8lzsuvi.fsf@anima.de>
12486      Branch: perl
12487            ! INSTALL
12488 ____________________________________________________________________________
12489 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
12490         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
12491              From: Philip Newton <Philip.Newton@gmx.net>
12492              Date: Mon, 01 Apr 2002 08:12:01 +0200
12493              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
12494      Branch: perl
12495            ! lib/charnames.pm lib/charnames.t
12496 ____________________________________________________________________________
12497 [ 15653] By: nick                                  on 2002/04/01  09:20:24
12498         Log: Be more explicit testing for \015 not \r
12499      Branch: perlio
12500            ! t/io/crlf.t
12501 ____________________________________________________________________________
12502 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
12503         Log: If under UTF-8 locale the utf8.pm really needs to be found.
12504      Branch: perl
12505            ! t/comp/cpp.t t/run/switchPx.t
12506 ____________________________________________________________________________
12507 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
12508         Log: Upgrade to Tie::File 0.91, from mjd.
12509      Branch: perl
12510            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
12511            + lib/Tie/File/t/26_twrite.t
12512            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
12513            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
12514            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
12515            ! lib/Tie/File/t/16_handle.t
12516 ____________________________________________________________________________
12517 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
12518         Log: DJGPP tweaks from Laszlo.
12519      Branch: perl
12520            ! lib/ExtUtils/MM_DOS.pm util.c
12521 ____________________________________________________________________________
12522 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
12523         Log: Discussion about minimal installations.
12524      Branch: perl
12525            ! INSTALL
12526 ____________________________________________________________________________
12527 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
12528         Log: Comment tweak from Hugo.
12529      Branch: perl
12530            ! regexec.c
12531 ____________________________________________________________________________
12532 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
12533         Log: Another UTF-8 locale tweak from Hugo.
12534      Branch: perl
12535            ! regexec.c
12536 ____________________________________________________________________________
12537 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
12538         Log: Document the known MacOS X locale problem.
12539      Branch: perl
12540            ! pod/perldelta.pod
12541 ____________________________________________________________________________
12542 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
12543         Log: Regex fix from Hugo: in UTF-8 locales the character
12544              counting code didn't work right for minimal matches.
12545      Branch: perl
12546            ! regexec.c
12547 ____________________________________________________________________________
12548 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
12549         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
12550              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12551              Date: Sun, 31 Mar 2002 20:32:43 -0500
12552              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
12553      Branch: perl
12554            ! lib/ExtUtils/xsubpp
12555 ____________________________________________________________________________
12556 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
12557         Log: Document known FreeBSD locale glitch. 
12558      Branch: perl
12559            ! pod/perldelta.pod
12560 ____________________________________________________________________________
12561 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
12562         Log: There is --list in glibc iconv.
12563      Branch: perl
12564            ! ext/Encode/bin/piconv
12565 ____________________________________________________________________________
12566 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
12567         Log: Slight usage tweaks to piconv: show usage with
12568              no -t -f or -l arguments, or with -h.
12569      Branch: perl
12570            ! ext/Encode/bin/piconv
12571 ____________________________________________________________________________
12572 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
12573         Log: Get the piconv installed.
12574      Branch: perl
12575            + utils/piconv.PL
12576            ! MANIFEST utils/Makefile
12577 ____________________________________________________________________________
12578 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
12579         Log: Spelling tweaks.
12580      Branch: perl
12581            ! ext/Encode/bin/piconv
12582 ____________________________________________________________________________
12583 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
12584         Log: Upgrade to Encode 1.11, from Dan Kogai.
12585      Branch: perl
12586            + ext/Encode/Encode/Changes.e2x
12587            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
12588            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
12589            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
12590            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
12591            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
12592            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
12593            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
12594            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
12595            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
12596            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
12597            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
12598            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
12599            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
12600            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
12601            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
12602            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
12603            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
12604            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
12605            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
12606            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
12607            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
12608            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12609            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12610            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12611            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12612            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
12613            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
12614            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
12615            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
12616            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
12617            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
12618            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
12619            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
12620            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
12621            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12622            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
12623            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
12624            + ext/Encode/ucm/viscii.ucm
12625            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12626            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12627            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12628            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12629            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12630            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12631            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12632            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12633            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
12634            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
12635            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
12636            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
12637            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
12638            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
12639            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
12640            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
12641            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
12642            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
12643            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
12644            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
12645            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
12646            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
12647            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
12648            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
12649            - ext/Encode/Encode/ksc5601.ucm
12650            - ext/Encode/Encode/macCentEuro.ucm
12651            - ext/Encode/Encode/macCroatian.ucm
12652            - ext/Encode/Encode/macCyrillic.ucm
12653            - ext/Encode/Encode/macDingbats.ucm
12654            - ext/Encode/Encode/macGreek.ucm
12655            - ext/Encode/Encode/macIceland.ucm
12656            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12657            - ext/Encode/Encode/macRumanian.ucm
12658            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12659            - ext/Encode/Encode/macTurkish.ucm
12660            - ext/Encode/Encode/macUkraine.ucm
12661            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12662            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
12663            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
12664            - lib/encoding.pm lib/encoding.t
12665            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
12666            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12667            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
12668            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
12669            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12670            ! ext/Encode/Makefile.PL ext/Encode/README
12671            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12672            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12673            ! ext/Encode/lib/Encode/Alias.pm
12674            ! ext/Encode/lib/Encode/Supported.pod
12675 ____________________________________________________________________________
12676 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
12677         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
12678              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
12679              respective test    and doc tweaks.
12680      Branch: perl
12681            ! lib/charnames.pm lib/charnames.t
12682 ____________________________________________________________________________
12683 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
12684         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
12685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12686              Date: Sun, 31 Mar 2002 22:47:31 +0200
12687              Message-ID: <20020331224731.E854@rafael>
12688      Branch: perl
12689            ! pod/perlfunc.pod
12690 ____________________________________________________________________________
12691 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
12692         Log: Subject: [PATCH] __attribute__ problems with g++
12693              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12694              Date: Sun, 31 Mar 2002 22:43:03 +0200
12695              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
12696      Branch: perl
12697            ! perl.h
12698 ____________________________________________________________________________
12699 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
12700         Log: Put back the #! line, false alarm.
12701      Branch: perl
12702            ! lib/ExtUtils/t/Constant.t
12703 ____________________________________________________________________________
12704 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
12705         Log: Subject: Re: [Patch] pod/perlvar.pod
12706              From: Philip Newton <Philip.Newton@gmx.net>
12707              Date: Sun, 31 Mar 2002 07:40:43 +0200
12708              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
12709      Branch: perl
12710            ! pod/perlvar.pod
12711 ____________________________________________________________________________
12712 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
12713         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
12714              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12715              Date: Sat, 30 Mar 2002 21:37:37 -0500
12716              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
12717      Branch: perl
12718            ! ext/Socket/socketpair.t
12719 ____________________________________________________________________________
12720 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
12721         Log: Subject: Re: compile tweak for Win32
12722              From: Michael G Schwern <schwern@pobox.com>
12723              Date: Fri, 29 Mar 2002 17:48:22 -0500      
12724              Message-ID: <20020329224822.GG16816@blackrider>
12725      Branch: perl
12726            ! win32/buildext.pl
12727 ____________________________________________________________________________
12728 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
12729         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
12730              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12731              Date: Sat, 30 Mar 2002 22:19:46 +0100
12732              Message-ID: <20020330221946.A28497@rafael>
12733      Branch: perl
12734            ! t/lib/1_compile.t
12735 ____________________________________________________________________________
12736 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
12737         Log: Subject: [PATCH regmesg.t] increase output verbosity
12738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12739              Date: Sat, 30 Mar 2002 22:34:08 +0100
12740              Message-ID: <20020330223408.C28497@rafael>
12741      Branch: perl
12742            ! t/op/regmesg.t
12743 ____________________________________________________________________________
12744 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
12745         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
12746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12747              Date: Sat, 30 Mar 2002 21:36:23 +0100
12748              Message-ID: <20020330213623.A677@rafael>
12749      Branch: perl
12750            ! regcomp.c
12751 ____________________________________________________________________________
12752 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
12753         Log: If using a network filesystem several different hosts
12754              may be trying to lock the same file.  In this case offering
12755              to kill the other process is not that helpful.  (Unless one
12756              has *real* clustering, but that's not usually the case.)
12757      Branch: perl
12758            ! lib/CPAN.pm
12759 ____________________________________________________________________________
12760 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
12761         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
12762              From: andreas.koenig@anima.de (Andreas J. Koenig)
12763              Date: Sat, 30 Mar 2002 06:12:36 +0100
12764              Message-ID: <m3hemyvdtn.fsf@anima.de>
12765      Branch: perl
12766            ! lib/Dumpvalue.pm
12767 ____________________________________________________________________________
12768 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
12769         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
12770              From: Jeremy Zawodny <Jeremy@Zawodny.com>
12771              Date: Fri, 29 Mar 2002 17:55:20 -0800
12772              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
12773      Branch: perl
12774            ! utils/dprofpp.PL
12775 ____________________________________________________________________________
12776 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
12777         Log: Subject: [Patch] pod/perlvar.pod
12778              From: Dan Kogai <dankogai@dan.co.jp>
12779              Date: Sun, 31 Mar 2002 02:03:36 +0900
12780              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
12781      Branch: perl
12782            ! pod/perlvar.pod
12783 ____________________________________________________________________________
12784 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
12785         Log: Subject: [PATCH] MM & Encode fixes
12786              From: Michael G Schwern <schwern@pobox.com>
12787              Date: Sat, 30 Mar 2002 06:41:56 -0500
12788              Message-ID: <20020330114156.GA16533@blackrider>
12789      Branch: perl
12790            + lib/ExtUtils/t/basic.t
12791            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
12792            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12793            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12794            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12795            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
12796            ! lib/ExtUtils/t/hints.t
12797 ____________________________________________________________________________
12798 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
12799         Log: EBCDICification.
12800      Branch: perl
12801            ! lib/charnames.t
12802 ____________________________________________________________________________
12803 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
12804         Log: Upgrade to Tie::File 0.90, from mjd.
12805      Branch: perl
12806            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
12807            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
12808            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
12809            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
12810            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
12811            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
12812            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
12813            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
12814            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
12815 ____________________________________________________________________________
12816 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
12817         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
12818              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12819              Date: Sat, 30 Mar 2002 00:20:39 +0100
12820              Message-ID: <20020330002039.A716@rafael>
12821      Branch: perl
12822            ! lib/sort.pm
12823 ____________________________________________________________________________
12824 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
12825         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
12826              From: Michael G Schwern <schwern@pobox.com>
12827              Date: Fri, 29 Mar 2002 18:14:20 -0500
12828              Message-ID: <20020329231419.GI16816@blackrider>
12829      Branch: perl
12830            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
12831            ! wince/Makefile.ce
12832 ____________________________________________________________________________
12833 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
12834         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
12835              From: Paul_GreenVOS@vos.stratus.com
12836              Date: Fri, 29 Mar 02 18:01 est
12837              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
12838      Branch: perl
12839            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
12840 ____________________________________________________________________________
12841 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
12842         Log: AUTHORS updates.
12843      Branch: perl
12844            ! AUTHORS
12845 ____________________________________________________________________________
12846 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
12847         Log: Upgrade to Encode 1.01, from Dan Kogai.
12848      Branch: perl
12849            ! ext/Encode/Changes ext/Encode/Encode.pm
12850            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
12851            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
12852            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
12853            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
12854            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
12855            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
12856            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
12857            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
12858            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
12859            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
12860            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
12861            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
12862            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
12863            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
12864            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
12865            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
12866            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
12867            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
12868            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
12869            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
12870            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
12871            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
12872            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
12873            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
12874            ! ext/Encode/Encode/ksc5601.ucm
12875            ! ext/Encode/Encode/macCentEuro.ucm
12876            ! ext/Encode/Encode/macCroatian.ucm
12877            ! ext/Encode/Encode/macCyrillic.ucm
12878            ! ext/Encode/Encode/macDingbats.ucm
12879            ! ext/Encode/Encode/macGreek.ucm
12880            ! ext/Encode/Encode/macIceland.ucm
12881            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
12882            ! ext/Encode/Encode/macRumanian.ucm
12883            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
12884            ! ext/Encode/Encode/macTurkish.ucm
12885            ! ext/Encode/Encode/macUkraine.ucm
12886            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
12887            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
12888            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
12889            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
12890            ! ext/Encode/lib/Encode/CJKConstants.pm
12891            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
12892            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
12893            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
12894 ____________________________________________________________________________
12895 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
12896         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
12897              From: "Craig A. Berry" <craigberry@mac.com>
12898              Date: Fri, 29 Mar 2002 13:46:28 -0600
12899              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
12900      Branch: perl
12901            ! configure.com
12902 ____________________________________________________________________________
12903 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
12904         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
12905              which one has to get from the CPAN distribution.
12906      Branch: perl
12907            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
12908            + lib/Memoize/t/expmod_t.t
12909            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12910            - lib/Memoize/t/expire_module_t.t
12911            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
12912            ! lib/Memoize/README
12913 ____________________________________________________________________________
12914 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
12915         Log: metaconfig unit tweak.
12916      Branch: metaconfig/U/perl
12917            ! versiononly.U
12918 ____________________________________________________________________________
12919 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
12920         Log: Configure-related tweaks.
12921      Branch: perl
12922            ! Porting/Glossary Porting/config.sh Porting/config_H
12923            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12924            ! vos/config.ga.h
12925 ____________________________________________________________________________
12926 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
12927         Log: Ooops.
12928      Branch: perl
12929            ! t/op/ver.t
12930 ____________________________________________________________________________
12931 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
12932         Log: Subject: [PATCH @15606] d_time for vms
12933              From: "Craig A. Berry" <craigberry@mac.com>
12934              Date: Fri, 29 Mar 2002 11:58:29 -0600
12935              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
12936      Branch: perl
12937            ! configure.com
12938 ____________________________________________________________________________
12939 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
12940         Log: Subject: Re: Regex-Unicode bugs
12941              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12942              Date: Thu, 28 Mar 2002 10:12:35 +0100
12943              Message-ID: <20020328101235.F678@rafael>
12944      Branch: perl
12945            ! t/op/regmesg.t
12946 ____________________________________________________________________________
12947 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
12948         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
12949              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12950              Date: Fri, 29 Mar 2002 16:53:27 +0000
12951              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
12952      Branch: perl
12953            ! pod/perlre.pod pod/perlretut.pod
12954 ____________________________________________________________________________
12955 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
12956         Log: Subject: Re: debugger debuggers wanted
12957              From: spidb@cpan.org
12958              Date: Fri, 29 Mar 2002 06:34:11 -0500
12959              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
12960      Branch: perl
12961            ! lib/perl5db.pl
12962 ____________________________________________________________________________
12963 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
12964         Log: Update Changes.
12965      Branch: perl
12966            ! Changes patchlevel.h
12967 ____________________________________________________________________________
12968 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
12969         Log: Rename for 8.3-friendliness.
12970      Branch: perl
12971            + lib/unicore/PropValueAliases.txt
12972            - lib/unicore/PropertyValueAliases.txt
12973            ! MANIFEST lib/unicore/README.perl
12974 ____________________________________________________________________________
12975 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
12976         Log: Retract ExtUtils/t/basic.t until it works.
12977      Branch: perl
12978            - lib/ExtUtils/t/basic.t
12979            ! MANIFEST
12980 ____________________________________________________________________________
12981 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
12982         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
12983              From: Slaven Rezic <slaven.rezic@berlin.de>
12984              Date: 28 Mar 2002 22:27:14 +0100
12985              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
12986      Branch: perl
12987            ! hints/freebsd.sh
12988 ____________________________________________________________________________
12989 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
12990         Log: Interesting... where did this come from?
12991              (The Configure change in #15600)
12992      Branch: perl
12993            ! config_h.SH
12994 ____________________________________________________________________________
12995 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
12996         Log: metaconfig unit change for #15600.
12997      Branch: metaconfig/U/perl
12998            ! versiononly.U
12999 ____________________________________________________________________________
13000 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
13001         Log: Subject: versiononly should not put `old' versions in inc
13002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13003              Date: Fri, 29 Mar 2002 12:53:49 +0100
13004              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
13005      Branch: perl
13006            ! Configure
13007 ____________________________________________________________________________
13008 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
13009         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
13010              From: Michael G Schwern <schwern@pobox.com>
13011              Date: Fri, 29 Mar 2002 04:12:47 -0500
13012              Message-ID: <20020329091247.GA7432@blackrider>
13013              
13014              (with two nits: (1) change lib/Extutils/Command/MM.pm
13015              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
13016              @INC to compile.t)
13017      Branch: perl
13018            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
13019            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
13020            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
13021            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
13022            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
13023            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
13024            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
13025            + lib/ExtUtils/t/Problem-Module/Makefile.PL
13026            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
13027            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
13028            + t/lib/MakeMaker/Test/Utils.pm
13029            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
13030            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13031            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
13032            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13033            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13034            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13035            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
13036            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
13037            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
13038            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
13039            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
13040            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
13041            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
13042            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
13043            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
13044            ! t/lib/TieOut.pm
13045 ____________________________________________________________________________
13046 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
13047         Log: Leftovers from Encode 0.99.
13048      Branch: perl
13049            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
13050            - ext/Encode/compile ext/Encode/encode.h
13051            - ext/Encode/lib/Encode/CN/2022_CN.pm
13052            - ext/Encode/lib/Encode/Details.pod
13053 ____________________________________________________________________________
13054 [ 15597] By: nick                                  on 2002/03/29  14:03:35
13055         Log: Integrate mainline
13056      Branch: perlio
13057           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
13058           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
13059           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13060           !> (integrate 130 files)
13061 ____________________________________________________________________________
13062 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
13063         Log: Subject: Another Unicode-3.2-induced doc fix
13064              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13065              Date: Fri, 29 Mar 2002 21:45:47 +0900
13066              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
13067      Branch: perl
13068            ! ext/Unicode/Normalize/Normalize.pm
13069 ____________________________________________________________________________
13070 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
13071         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
13072              From: Slaven Rezic <slaven.rezic@berlin.de>
13073              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
13074              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
13075      Branch: perl
13076            ! reentr.c reentr.pl
13077 ____________________________________________________________________________
13078 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
13079         Log: Subject: [PATCH] Quieting OS X
13080              From: Michael G Schwern <schwern@pobox.com>
13081              Date: Fri, 29 Mar 2002 05:46:23 -0500
13082              Message-ID: <20020329104622.GA9163@blackrider>
13083      Branch: perl
13084            ! ext/POSIX/t/posix.t t/op/stat.t
13085 ____________________________________________________________________________
13086 [ 15593] By: ams                                   on 2002/03/29  07:32:22
13087         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
13088              From: Paul_GreenVOS@vos.stratus.com
13089              Date: Fri, 29 Mar 02 0:05 est
13090              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
13091      Branch: perl
13092            ! ext/Time/HiRes/HiRes.xs
13093 ____________________________________________________________________________
13094 [ 15592] By: ams                                   on 2002/03/29  07:28:29
13095         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
13096              From: Spider Boardman <spidb@cpan.org>
13097              Date: Fri, 29 Mar 2002 00:52:24 -0500
13098              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
13099      Branch: perl
13100            ! op.c t/op/attrs.t
13101 ____________________________________________________________________________
13102 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
13103         Log: It's perlce.
13104      Branch: perl
13105            ! pod/perldelta.pod
13106 ____________________________________________________________________________
13107 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
13108         Log: MPE/iX tweaks from Mark Bixby.
13109      Branch: perl
13110            ! ext/Storable/t/lock.t mpeix/relink
13111 ____________________________________________________________________________
13112 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
13113         Log: Upgrade to Encode 1.00, from Dan Kogai.
13114              
13115              (one nit: bin/enc2xs needed also ../..)
13116      Branch: perl
13117            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
13118            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
13119            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13120            ! (edit 104 files)
13121 ____________________________________________________________________________
13122 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
13123         Log: Subject: [PATCH] NEXT LINE --> NEL
13124              From: Philip Newton <Philip.Newton@gmx.net>
13125              Date: Thu, 28 Mar 2002 21:03:10 +0000
13126              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
13127      Branch: perl
13128            ! lib/charnames.pm lib/charnames.t
13129 ____________________________________________________________________________
13130 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
13131         Log: binmode :bytes, again.
13132      Branch: perl
13133            ! lib/utf8.t
13134 ____________________________________________________________________________
13135 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
13136         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
13137              From: Mark-Jason Dominus <mjd@plover.com>
13138              Date: Thu, 28 Mar 2002 10:36:03 -0500
13139              Message-ID: <20020328153603.11992.qmail@plover.com>
13140      Branch: perl
13141            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
13142 ____________________________________________________________________________
13143 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
13144         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
13145      Branch: perl
13146            ! lib/charnames.pm lib/charnames.t pp_pack.c
13147 ____________________________________________________________________________
13148 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
13149         Log: If expecting UTF-8, probably not expecting UTF-16.
13150      Branch: perl
13151            ! t/comp/require.t
13152 ____________________________________________________________________________
13153 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
13154         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
13155              From: Paul_GreenVOS@vos.stratus.com
13156              Date: Thu, 28 Mar 02 8:22 est
13157              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
13158      Branch: perl
13159            ! lib/Time/Local.pm
13160 ____________________________________________________________________________
13161 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
13162         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
13163              From: Paul_GreenVOS@vos.stratus.com
13164              Date: Thu, 28 Mar 02 7:46 est
13165              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
13166      Branch: perl
13167            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
13168 ____________________________________________________________________________
13169 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
13170         Log: A little bit better error message for \pq, still
13171              not good because the script context is not shown.
13172      Branch: perl
13173            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
13174 ____________________________________________________________________________
13175 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
13176         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
13177              From: Jeffrey Friedl <jfriedl@yahoo.com>
13178              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
13179              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
13180      Branch: perl
13181            ! sv.c t/op/pat.t
13182 ____________________________________________________________________________
13183 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
13184         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
13185              From: Mark-Jason Dominus <mjd@plover.com>
13186              Date: Thu, 28 Mar 2002 05:04:40 -0500
13187              Message-ID: <20020328100440.22081.qmail@plover.com>
13188      Branch: perl
13189            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
13190 ____________________________________________________________________________
13191 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
13192         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
13193              From: mjd@plover.com
13194              Date: 28 Mar 2002 09:22:06 -0000
13195              Message-ID: <20020328092206.18833.qmail@plover.com>
13196      Branch: perl
13197            ! lib/encoding.t
13198 ____________________________________________________________________________
13199 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
13200         Log: Unicode 3.2.0-induced doc tweaks.
13201      Branch: perl
13202            ! pod/perlretut.pod pod/perlunicode.pod
13203 ____________________________________________________________________________
13204 [ 15576] By: nick                                  on 2002/03/28  07:40:04
13205         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
13206      Branch: perlio
13207           +> (branch 31 files)
13208           !> (integrate 162 files)
13209 ____________________________________________________________________________
13210 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
13211         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
13212              From: Paul_GreenVOS@vos.stratus.com
13213              Date: Thu, 28 Mar 02 0:16 est
13214              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
13215      Branch: perl
13216            ! ext/POSIX/t/posix.t
13217 ____________________________________________________________________________
13218 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
13219         Log: Subject: Re: Regex-Unicode bugs
13220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13221              Date: Wed, 27 Mar 2002 13:48:06 +0100
13222              Message-ID: <20020327134806.C18945@rafael>
13223              
13224              regmesg.t patch still would be nice.
13225      Branch: perl
13226            ! regcomp.c
13227 ____________________________________________________________________________
13228 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
13229         Log: Subject: Re: Regex-Unicode bugs
13230              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13231              Date: Wed, 27 Mar 2002 12:39:57 +0000
13232              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
13233      Branch: perl
13234            ! pod/perldiag.pod regcomp.c
13235 ____________________________________________________________________________
13236 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
13237         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
13238              From: Paul_GreenVOS@vos.stratus.com
13239              Date: Wed, 27 Mar 02 23:33 est
13240              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
13241      Branch: perl
13242            ! t/io/fs.t
13243 ____________________________________________________________________________
13244 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
13245         Log: The Official 3.2.0 came out.
13246      Branch: perl
13247            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
13248            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
13249            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
13250            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
13251            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
13252            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
13253            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
13254            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
13255            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
13256            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
13257            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
13258            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
13259            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
13260            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
13261            + lib/unicore/lib/UnifiedI.pl
13262            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
13263 ____________________________________________________________________________
13264 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
13265         Log: socketpair binmode :bytes.
13266      Branch: perl
13267            ! ext/Socket/socketpair.t
13268 ____________________________________________________________________________
13269 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
13270         Log: Don't install anything beneath 't' directories.
13271      Branch: perl
13272            ! installperl
13273 ____________________________________________________________________________
13274 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
13275         Log: More UTF-8 locale sensitivity.
13276      Branch: perl
13277            ! t/io/utf8.t
13278 ____________________________________________________________________________
13279 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
13280         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
13281              From: Stas Bekman <stas@stason.org>
13282              Date: Thu, 28 Mar 2002 10:13:45 +0800
13283              Message-ID: <3CA27C59.4020209@stason.org>
13284              
13285              Temp file cleanup.
13286      Branch: perl
13287            ! lib/Pod/t/pod2html-lib.pl
13288 ____________________________________________________________________________
13289 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
13290         Log: Be compatible also with non-UTF-8 locales.
13291      Branch: perl
13292            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
13293            ! lib/Locale/Language.pod
13294 ____________________________________________________________________________
13295 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
13296         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
13297              From: Spider Boardman <spidb@cpan.org>
13298              Date: Wed, 27 Mar 2002 20:52:28 -0500
13299              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
13300      Branch: perl
13301            ! cv.h op.c t/op/attrs.t toke.c
13302 ____________________________________________________________________________
13303 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
13304         Log: "Last element".
13305      Branch: perl
13306            ! pod/perlfunc.pod
13307 ____________________________________________________________________________
13308 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
13309         Log: Subject: Error in perlfunc for "die"
13310              From: William R Ward <bill@wards.net>
13311              Date: 27 Mar 2002 12:31:32 -0800
13312              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
13313      Branch: perl
13314            ! pod/perlfunc.pod
13315 ____________________________________________________________________________
13316 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
13317         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
13318              From: Mark Kvale <kvale@phy.ucsf.edu>
13319              Date: Wed, 27 Mar 2002 16:45:37 -0800
13320              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
13321      Branch: perl
13322            ! pod/perlre.pod pod/perlretut.pod
13323 ____________________________________________________________________________
13324 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
13325         Log: Try to handle UTF-8 locales.
13326      Branch: perl
13327            ! lib/locale.t
13328 ____________________________________________________________________________
13329 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
13330         Log: More binmode :bytes.
13331      Branch: perl
13332            ! t/io/utf8.t
13333 ____________________________________________________________________________
13334 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
13335         Log: binmode(FH, ":bytes") is the right way, methinks.
13336      Branch: perl
13337            ! ext/PerlIO/t/encoding.t
13338 ____________________________________________________________________________
13339 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
13340         Log: UTF-8 locale: need to open explicitly for bytes.
13341      Branch: perl
13342            ! ext/PerlIO/t/encoding.t
13343 ____________________________________________________________________________
13344 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
13345         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
13346      Branch: perl
13347            ! lib/Locale/Language.pm lib/Locale/Language.pod
13348 ____________________________________________________________________________
13349 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
13350         Log: Warn instead of croak.
13351      Branch: perl
13352            ! pod/perldiag.pod utf8.c
13353 ____________________________________________________________________________
13354 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
13355         Log: UTF-8 locale: there might already be one UTF-8 discipline.
13356      Branch: perl
13357            ! lib/open.t
13358 ____________________________________________________________________________
13359 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
13360         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
13361              From: "Craig A. Berry" <craigberry@mac.com>
13362              Date: Wed, 27 Mar 2002 15:22:13 -0600
13363              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
13364      Branch: perl
13365            ! t/lib/1_compile.t t/lib/compmod.pl
13366 ____________________________________________________________________________
13367 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
13368         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
13369              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13370              Date: Wed, 27 Mar 2002 22:35:03 +0100
13371              Message-ID: <20020327223503.A678@rafael>
13372      Branch: perl
13373            ! pod/perlop.pod
13374 ____________________________________________________________________________
13375 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
13376         Log: Start using the Unicode 3.2.0 data (NOTE: still
13377              unofficial, but the data is unlikely to change much.
13378              Doublecheck when 3.2.0 gets released.)
13379      Branch: perl
13380            + lib/unicore/PropertyAliases.txt
13381            + lib/unicore/PropertyValueAliases.txt
13382            ! (edit 129 files)
13383 ____________________________________________________________________________
13384 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
13385         Log: Update Changes.
13386      Branch: perl
13387            ! Changes patchlevel.h
13388 ____________________________________________________________________________
13389 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
13390         Log: Further fixing for #15549.  Six tests are failing
13391              under Solaris with en_US.UTF-8 but those failures seem
13392              unrelated to the BOUND problem, will look at them later.
13393      Branch: perl
13394            ! regexec.c
13395 ____________________________________________________________________________
13396 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
13397         Log: Possible fix for "Orks, Dragons, and Elves":
13398              should now build under UTF-8 locales (is building
13399              under Solaris en_US.UTF-8 right now).
13400      Branch: perl
13401            ! Makefile.SH regexec.c
13402 ____________________________________________________________________________
13403 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
13404         Log: Forgotten from #15523.
13405      Branch: perl
13406            ! lib/Math/BigInt/Calc.pm
13407 ____________________________________________________________________________
13408 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
13409         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
13410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
13411              Date: Wed, 27 Mar 2002 13:32:00 +0100
13412              Message-ID: <20020327133200.A18945@rafael>
13413      Branch: perl
13414            ! regcomp.c t/lib/warnings/regcomp
13415 ____________________________________________________________________________
13416 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
13417         Log: Subject: [PATCH] MANIFES --> MANIFEST
13418              From: Philip Newton <Philip.Newton@gmx.net>
13419              Date: Wed, 27 Mar 2002 10:05:46 +0000
13420              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
13421              
13422              (plus a few tweaks more)
13423      Branch: perl
13424            ! Porting/check83.pl
13425 ____________________________________________________________________________
13426 [ 15545] By: nick                                  on 2002/03/27  07:37:36
13427         Log: Integrate mainline
13428      Branch: perlio
13429           +> lib/Math/BigInt/t/with_sub.t
13430            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
13431            - lib/bignum/t/trace.t
13432           !> (integrate 76 files)
13433 ____________________________________________________________________________
13434 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
13435         Log: Obsolete mailing list information.
13436      Branch: perl
13437            ! README.bs2000 README.os390 README.vmesa
13438 ____________________________________________________________________________
13439 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
13440         Log: More URL "whitespacing".
13441      Branch: perl
13442            ! README.bs2000 README.hurd README.mpeix README.netware
13443            ! README.os390 README.vmesa README.vos README.win32
13444            ! pod/perl5004delta.pod pod/perl5005delta.pod
13445            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
13446            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
13447            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
13448            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
13449            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
13450            ! pod/perltodo.pod
13451 ____________________________________________________________________________
13452 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
13453         Log: I like doubleclicking on URLs in pods to select them.
13454      Branch: perl
13455            ! README.amiga README.epoc README.vos pod/perl561delta.pod
13456            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
13457            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13458            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
13459            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
13460            ! pod/perltodo.pod pod/perlvar.pod
13461 ____________________________________________________________________________
13462 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
13463         Log: Regen modlib.
13464      Branch: perl
13465            ! pod/perlmodlib.pod
13466 ____________________________________________________________________________
13467 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
13468         Log: Update the CPAN sites list.
13469      Branch: perl
13470            ! pod/perlmodlib.PL pod/perlmodlib.pod
13471 ____________________________________________________________________________
13472 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
13473         Log: Regen modlib, toc.
13474      Branch: perl
13475            ! pod/perlmodlib.pod pod/perltoc.pod
13476 ____________________________________________________________________________
13477 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
13478         Log: s/rationale/rational/
13479      Branch: perl
13480            ! lib/Math/BigRat.pm lib/bigrat.pm
13481 ____________________________________________________________________________
13482 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
13483         Log: s/done/esac/
13484      Branch: perl
13485            ! hints/dec_osf.sh
13486 ____________________________________________________________________________
13487 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
13488         Log: Advertise big* and BigRat.
13489      Branch: perl
13490            ! pod/perldelta.pod
13491 ____________________________________________________________________________
13492 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
13493         Log: A missing ) in #15527.
13494      Branch: perl
13495            ! pp_sys.c
13496 ____________________________________________________________________________
13497 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
13498         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
13499              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13500              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
13501              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
13502      Branch: perl
13503            ! lib/ExtUtils/typemap
13504 ____________________________________________________________________________
13505 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
13506         Log: Subject: Re: Cygwin PerlIO.t failing
13507              From: Stas Bekman <stas@stason.org>
13508              Date: Wed, 27 Mar 2002 01:34:11 +0800
13509              Message-ID: <3CA0B113.1070800@stason.org>
13510      Branch: perl
13511            ! ext/PerlIO/PerlIO.t
13512 ____________________________________________________________________________
13513 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
13514         Log: Subject: [PATCH] safety check for vms/test.com
13515              From: "Craig A. Berry" <craigberry@mac.com>
13516              Date: Tue, 26 Mar 2002 12:15:21 -0600
13517              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
13518      Branch: perl
13519            ! vms/test.com
13520 ____________________________________________________________________________
13521 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
13522         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
13523              From: PPrymmer@factset.com
13524              Date: Tue, 26 Mar 2002 13:04:59 -0500
13525              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
13526      Branch: perl
13527            ! configure.com
13528 ____________________________________________________________________________
13529 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
13530         Log: Subject: [PATCH] Minor typo in test harness
13531              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
13532              Date: Tue, 26 Mar 2002 17:44:06 -0000
13533              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
13534      Branch: perl
13535            ! t/lib/warnings/perlio
13536 ____________________________________________________________________________
13537 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
13538         Log: Subject: PATCH s2p.PL
13539              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13540              Date: Tue, 26 Mar 2002 17:16:46 +0100
13541              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
13542      Branch: perl
13543            ! x2p/s2p.PL
13544 ____________________________________________________________________________
13545 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
13546         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
13547      Branch: perl
13548            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13549            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
13550            ! MANIFEST
13551 ____________________________________________________________________________
13552 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
13553         Log: Avoid and document a weird bug in UNICOS/mk.
13554      Branch: perl
13555            ! pod/perldelta.pod pp_sys.c
13556 ____________________________________________________________________________
13557 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
13558         Log: Math::BigInt::Lite 0.09, from Tels.
13559      Branch: perl
13560            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
13561            ! MANIFEST
13562 ____________________________________________________________________________
13563 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
13564         Log: For now disable the test in OS/390; it seems to hang,
13565              but frustratingly seems to run from command line and
13566              from Perl debugger.
13567      Branch: perl
13568            ! lib/Math/BigInt/t/mbi_rand.t
13569 ____________________________________________________________________________
13570 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
13571         Log: EPOC update from Olaf Flebbe.
13572      Branch: perl
13573            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
13574            ! pod/perlport.pod t/io/fs.t
13575 ____________________________________________________________________________
13576 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
13577         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
13578              and bignum 0.11, from Tels.
13579      Branch: perl
13580            + lib/Math/BigInt/t/with_sub.t
13581            - lib/bignum/t/trace.t
13582            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13583            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
13584            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
13585            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
13586            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
13587            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
13588            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
13589            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
13590            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
13591            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
13592            ! lib/bignum/t/bigrat.t lib/bigrat.pm
13593            ! t/lib/Math/BigInt/Subclass.pm
13594 ____________________________________________________________________________
13595 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
13596         Log: Integrate perlio:
13597              
13598              [ 15521]
13599              Testcase for crlf spanning buffer boundary
13600              
13601              [ 15520]
13602              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
13603      Branch: perl
13604           +> t/io/crlf.t
13605           !> MANIFEST perlio.c
13606 ____________________________________________________________________________
13607 [ 15521] By: nick                                  on 2002/03/26  15:31:55
13608         Log: Testcase for crlf spanning buffer boundary
13609      Branch: perlio
13610            + t/io/crlf.t
13611            ! MANIFEST
13612 ____________________________________________________________________________
13613 [ 15520] By: nick                                  on 2002/03/26  15:09:52
13614         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
13615      Branch: perlio
13616            ! perlio.c
13617 ____________________________________________________________________________
13618 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
13619         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
13620      Branch: perl
13621            ! t/lib/1_compile.t
13622 ____________________________________________________________________________
13623 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
13624         Log: Document the Configure (really, awk) glitch in
13625              UNICOS/mk.
13626      Branch: perl
13627            ! pod/perldelta.pod
13628 ____________________________________________________________________________
13629 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
13630         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
13631              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13632              Date: Fri, 22 Mar 2002 16:11:28 +0100
13633              Message-ID: <3C9B57B0.31936.496399@localhost>
13634      Branch: perl
13635            ! win32/win32.c
13636 ____________________________________________________________________________
13637 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
13638         Log: Subject: Re: Jarkko likes OOOOs
13639              From: "Gerrit P. Haase" <gp@familiehaase.de>
13640              Date: Tue, 26 Mar 2002 08:44:02 +0100
13641              Message-ID: <40509050505.20020326084402@familiehaase.de>
13642      Branch: perl
13643            ! t/io/fs.t
13644 ____________________________________________________________________________
13645 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
13646         Log: Subject: [patch utils/perlbug] subject header setting problem      
13647              From: Stas Bekman <stas@stason.org>
13648              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
13649              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
13650      Branch: perl
13651            ! utils/perlbug.PL
13652 ____________________________________________________________________________
13653 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
13654         Log: Subject: [PATCH] win32/makefile.mk
13655              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13656              Date: Tue, 26 Mar 2002 13:56:19 +0100
13657              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
13658      Branch: perl
13659            ! win32/makefile.mk
13660 ____________________________________________________________________________
13661 [ 15513] By: nick                                  on 2002/03/26  07:17:17
13662         Log: Integrate mainline
13663      Branch: perlio
13664           +> (branch 39 files)
13665            - (delete 109 files)
13666           !> (integrate 105 files)
13667 ____________________________________________________________________________
13668 [ 15512] By: nick                                  on 2002/03/26  06:52:42
13669         Log: Integrate mainline
13670      Branch: perlio
13671           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
13672           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
13673           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
13674           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
13675           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
13676 ____________________________________________________________________________
13677 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
13678         Log: Installation advice from Robert Spier. 
13679      Branch: perl
13680            ! INSTALL
13681 ____________________________________________________________________________
13682 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
13683         Log: Stas setting things right.
13684      Branch: perl
13685            ! ext/PerlIO/PerlIO.t
13686 ____________________________________________________________________________
13687 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
13688         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
13689              From: Paul_GreenVOS@vos.stratus.com
13690              Date: Mon, 25 Mar 02 23:57 est
13691              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
13692      Branch: perl
13693            ! ext/IO/lib/IO/t/io_unix.t
13694 ____________________________________________________________________________
13695 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
13696         Log: Add threads hints for UNICOS/mk and UNICOS.
13697              (I'm just guessing on UNICOS.)
13698      Branch: perl
13699            ! hints/unicos.sh hints/unicosmk.sh
13700 ____________________________________________________________________________
13701 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
13702         Log: Mention the effect of Unicode keys on hashes.
13703      Branch: perl
13704            ! pod/perlunicode.pod
13705 ____________________________________________________________________________
13706 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
13707         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
13708              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13709              Date: Mon, 25 Mar 2002 17:24:33 -0600
13710              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
13711      Branch: perl
13712            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
13713            ! vms/vms_yfix.pl
13714 ____________________________________________________________________________
13715 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
13716         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
13717      Branch: perl
13718            ! hints/dec_osf.sh
13719 ____________________________________________________________________________
13720 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
13721         Log: The .ucm of Encode are big when uncompressed.
13722      Branch: perl
13723            ! INSTALL
13724 ____________________________________________________________________________
13725 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
13726         Log: I don't understand what is going on what these
13727              news tests, retracting the whole lot.
13728      Branch: perl
13729            ! ext/PerlIO/PerlIO.t
13730 ____________________________________________________________________________
13731 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
13732         Log: Upgrade to Encode 0.99, from Dan Kogai.
13733      Branch: perl
13734            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
13735            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13736            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13737            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
13738            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13739            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
13740            + ext/Encode/Encode/ksc5601.ucm
13741            + ext/Encode/Encode/macCentEuro.ucm
13742            + ext/Encode/Encode/macCroatian.ucm
13743            + ext/Encode/Encode/macCyrillic.ucm
13744            + ext/Encode/Encode/macDingbats.ucm
13745            + ext/Encode/Encode/macGreek.ucm
13746            + ext/Encode/Encode/macIceland.ucm
13747            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13748            + ext/Encode/Encode/macRumanian.ucm
13749            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13750            + ext/Encode/Encode/macTurkish.ucm
13751            + ext/Encode/Encode/macUkraine.ucm
13752            + ext/Encode/Encode/shiftjis.ucm
13753            + ext/Encode/lib/Encode/10646_1.pm
13754            + ext/Encode/lib/Encode/CJKConstants.pm
13755            + ext/Encode/lib/Encode/CN/2022_CN.pm
13756            + ext/Encode/lib/Encode/JP/2022_JP.pm
13757            + ext/Encode/lib/Encode/JP/2022_JP1.pm
13758            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
13759            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
13760            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
13761            + ext/Encode/ucm2table
13762            - (delete 109 files)
13763            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13764            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13765            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13766            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13767            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13768            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13769            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13770            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13771            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13772            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13773            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13774            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13775            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13776            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13777            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
13778            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
13779            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13780            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13781            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13782            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13783            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
13784            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13785            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13786            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
13787            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
13788            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13789            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13790            ! ext/Encode/Makefile.PL ext/Encode/README
13791            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13792            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13793            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13794            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
13795            ! ext/Encode/lib/Encode/Details.pod
13796            ! ext/Encode/lib/Encode/Encoding.pm
13797            ! ext/Encode/lib/Encode/Internal.pm
13798            ! ext/Encode/lib/Encode/JP/H2Z.pm
13799            ! ext/Encode/lib/Encode/JP/JIS.pm
13800            ! ext/Encode/lib/Encode/Supported.pod
13801            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
13802            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13803            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
13804            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
13805            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
13806            ! ext/Encode/t/jisx0212.ref
13807 ____________________________________________________________________________
13808 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
13809         Log: Noise with -w.
13810      Branch: perl
13811            ! ext/PerlIO/PerlIO.t
13812 ____________________________________________________________________________
13813 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
13814         Log: If no perlio no perlio warnings, either.
13815      Branch: perl
13816            ! lib/warnings.t
13817 ____________________________________________________________________________
13818 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
13819         Log: ...and put some of the new perlio tests here.
13820              The in-memory ones not yet since my poor brain
13821              refuses to find the right TODO incantation.
13822      Branch: perl
13823            ! ext/PerlIO/PerlIO.t
13824 ____________________________________________________________________________
13825 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
13826         Log: Take away the perlio-requiring tests..
13827      Branch: perl
13828            ! t/io/open.t
13829 ____________________________________________________________________________
13830 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
13831         Log: More correct now, but actually the two new tests
13832              need to be moved, since they are perlio-only...
13833      Branch: perl
13834            ! t/io/open.t
13835 ____________________________________________________________________________
13836 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
13837         Log: More neo-io tests from Stas Bekman.
13838      Branch: perl
13839            ! t/io/open.t
13840 ____________________________________________________________________________
13841 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
13842         Log: Document the QNX6 sprintf glitch.
13843      Branch: perl
13844            ! pod/perldelta.pod
13845 ____________________________________________________________________________
13846 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
13847         Log: AmigaOS must use the ixemul directly, since there
13848              is no more vfork support.
13849      Branch: perl
13850            ! hints/amigaos.sh
13851 ____________________________________________________________________________
13852 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
13853         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
13854              From: Norton Allen <allen@huarp.harvard.edu>
13855              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
13856              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
13857      Branch: perl
13858            ! pp_sys.c
13859 ____________________________________________________________________________
13860 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
13861         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
13862              From: Norton Allen <allen@huarp.harvard.edu>
13863              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
13864              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
13865      Branch: perl
13866            ! ext/Socket/socketpair.t
13867 ____________________________________________________________________________
13868 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
13869         Log: Clarify the 8.3 rule.
13870      Branch: perl
13871            ! Porting/check83.pl
13872 ____________________________________________________________________________
13873 [ 15490] By: nick                                  on 2002/03/25  16:05:07
13874         Log: Integrate mainline
13875      Branch: perlio
13876           +> ext/Encode/lib/Encode/EncFormat.pod
13877           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
13878            - ext/Encode/lib/EncodeFormat.pod
13879           !> (integrate 41 files)
13880 ____________________________________________________________________________
13881 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
13882         Log: Update Changes.
13883      Branch: perl
13884            ! Changes patchlevel.h
13885 ____________________________________________________________________________
13886 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
13887         Log: Forgotten from #15486.
13888      Branch: perl
13889            ! perl.c
13890 ____________________________________________________________________________
13891 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
13892         Log: It seems that FreeBSD does not like using Perl's malloc
13893              when multithreaded.
13894      Branch: perl
13895            ! hints/freebsd.sh
13896 ____________________________________________________________________________
13897 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
13898         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
13899              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13900              Date: Mon, 25 Mar 2002 11:33:17 +0100
13901              Message-ID: <20020325113317.A1410@rafael>
13902              
13903              Apparently VMS does not do YYDEBUG.
13904      Branch: perl
13905            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
13906 ____________________________________________________________________________
13907 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
13908         Log: Subject: [PATCH] warnings for perlio + others
13909              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13910              Date: Mon, 25 Mar 2002 13:01:44 -0000
13911              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
13912      Branch: perl
13913            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
13914            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
13915            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
13916            ! warnings.pl
13917 ____________________________________________________________________________
13918 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
13919         Log: As verified by Doug MacEachern.
13920      Branch: perl
13921            ! pod/perldelta.pod
13922 ____________________________________________________________________________
13923 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
13924         Log: MPE/iX update from Mark Bixby.
13925      Branch: perl
13926            + mpeix/mpeix.c
13927            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
13928            ! hints/mpeix.sh mpeix/mpeixish.h
13929 ____________________________________________________________________________
13930 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
13931         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
13932              From: Nicholas Clark <nick@unfortu.net>
13933              Date: Sun, 24 Mar 2002 22:50:06 +0000
13934              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
13935      Branch: perl
13936            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
13937 ____________________________________________________________________________
13938 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
13939         Log: Subject: [PATCH] fix warning + carp interaction
13940              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
13941              Date: Sun, 24 Mar 2002 23:00:21 -0000
13942              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
13943      Branch: perl
13944            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
13945            ! warnings.pl
13946 ____________________________________________________________________________
13947 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
13948         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
13949              (All the code changes have already been applied earlier.)
13950      Branch: perl
13951            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13952 ____________________________________________________________________________
13953 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
13954         Log: DB_File: for the core version, no need to specify
13955              a minimum MM version.
13956      Branch: perl
13957            ! ext/DB_File/Makefile.PL
13958 ____________________________________________________________________________
13959 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
13960         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
13961              From: Dave Mitchell <davem@fdgroup.com>
13962              Date: Sun, 24 Mar 2002 22:23:08 +0000
13963              Message-ID: <20020324222308.B21963@fdgroup.com>
13964      Branch: perl
13965            ! pp_pack.c
13966 ____________________________________________________________________________
13967 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
13968         Log: Subject: [PATCH @15450] errno help for VMS
13969              From: "Craig A. Berry" <craigberry@mac.com>
13970              Date: Sun, 24 Mar 2002 16:17:52 -0600
13971              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
13972      Branch: perl
13973            ! ext/POSIX/t/posix.t vms/vms.c
13974 ____________________________________________________________________________
13975 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
13976         Log: Upgrade to Locale::Codes 2.03.
13977      Branch: perl
13978            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
13979            ! lib/Locale/Country.pm
13980 ____________________________________________________________________________
13981 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
13982         Log: metaconfig unit change for #15474.
13983      Branch: metaconfig/U/perl
13984            ! Extensions.U
13985 ____________________________________________________________________________
13986 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
13987         Log: The #15472 said "properly".  Ha!
13988      Branch: perl
13989            ! Configure
13990 ____________________________________________________________________________
13991 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
13992         Log: metaconfig unit change for #15472.
13993      Branch: metaconfig/U/perl
13994            ! Extensions.U
13995 ____________________________________________________________________________
13996 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
13997         Log: Properly scan for the subextensions of Encode
13998              when doing static builds.
13999      Branch: perl
14000            ! Configure
14001 ____________________________________________________________________________
14002 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
14003         Log: Tru64: Document the known odbm failure with static builds.
14004      Branch: perl
14005            ! README.tru64
14006 ____________________________________________________________________________
14007 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
14008         Log: microperl tweaks.
14009      Branch: perl
14010            ! Makefile.micro locale.c util.c
14011 ____________________________________________________________________________
14012 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
14013         Log: metaconfig unit changes for #15468.
14014      Branch: metaconfig
14015            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
14016            ! U/modified/libc.U U/modified/libs.U
14017            ! U/threads/d_pthread_atfork.U
14018 ____________________________________________________________________________
14019 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
14020         Log: Various metaconfig unit cleanup; only one visible change
14021              in Configure, though.
14022      Branch: perl
14023            ! Configure
14024 ____________________________________________________________________________
14025 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
14026         Log: Upgrade to Encode 0.98, from Dan Kogai.
14027      Branch: perl
14028            + ext/Encode/lib/Encode/EncFormat.pod
14029            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
14030            - ext/Encode/lib/EncodeFormat.pod
14031            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
14032            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
14033            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14034            ! ext/Encode/lib/Encode/Alias.pm
14035            ! ext/Encode/lib/Encode/Details.pod
14036            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14037            ! ext/Encode/lib/Encode/JP/JIS.pm
14038            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14039 ____________________________________________________________________________
14040 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
14041         Log: Integrate perlio:
14042              
14043              [ 15462]
14044              Avoid core-dump in Encode with PERLIO=mmap
14045      Branch: perl
14046           !> ext/Encode/Encode.xs
14047 ____________________________________________________________________________
14048 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
14049         Log: In the spirit of #15464.
14050      Branch: perl
14051            ! perl.c sv.c
14052 ____________________________________________________________________________
14053 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
14054         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
14055              From: Michael G Schwern <schwern@pobox.com>
14056              Date: Sun, 24 Mar 2002 02:27:25 -0500
14057              Message-ID: <20020324072725.GA3554@blackrider>
14058      Branch: perl
14059            ! perl.c
14060 ____________________________________________________________________________
14061 [ 15463] By: nick                                  on 2002/03/24  10:24:41
14062         Log: Integrate mainline
14063      Branch: perlio
14064           +> (branch 28 files)
14065            - lib/bigfloat.t lib/bigint.t
14066           !> (integrate 59 files)
14067 ____________________________________________________________________________
14068 [ 15462] By: nick                                  on 2002/03/24  08:59:35
14069         Log: Avoid core-dump in Encode with PERLIO=mmap
14070      Branch: perlio
14071            ! ext/Encode/Encode.xs
14072 ____________________________________________________________________________
14073 [ 15461] By: nick                                  on 2002/03/24  08:58:21
14074         Log: Too many machines doing integrate mainline
14075      Branch: perlio
14076           !> Changes Configure lib/AutoSplit.t
14077           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
14078           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
14079           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
14080           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
14081 ____________________________________________________________________________
14082 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
14083         Log: Retract Math::BigInt::Lite for now, seems to confuse
14084              bignum and bigrat.
14085      Branch: perl
14086            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14087            ! MANIFEST
14088 ____________________________________________________________________________
14089 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
14090         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
14091              From: "Craig A. Berry" <craigberry@mac.com>
14092              Date: Sat, 23 Mar 2002 23:23:00 -0600
14093              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
14094      Branch: perl
14095            ! configure.com vms/vms.c
14096 ____________________________________________________________________________
14097 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
14098         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
14099              From: Michael G Schwern <schwern@pobox.com>
14100              Date: Sat, 23 Mar 2002 21:32:32 -0500
14101              Message-ID: <20020324023232.GA29972@blackrider>
14102              
14103              (with Russ Allbery's simplifications)
14104      Branch: perl
14105            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
14106 ____________________________________________________________________________
14107 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
14108         Log: Merge Math::BigInt::Lite 0.08, from Tels.
14109      Branch: perl
14110            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14111            ! MANIFEST
14112 ____________________________________________________________________________
14113 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
14114         Log: Too chatty.
14115      Branch: perl
14116            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
14117 ____________________________________________________________________________
14118 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
14119         Log: Merge bignum 0.10, from Tels.
14120      Branch: perl
14121            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
14122            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
14123            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
14124            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14125            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
14126            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
14127            ! MANIFEST
14128 ____________________________________________________________________________
14129 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
14130         Log: Rename the Perl 4 tests in preparation of bignum.
14131      Branch: perl
14132            + lib/bigfloatpl.t lib/bigintpl.t
14133            - lib/bigfloat.t lib/bigint.t
14134            ! MANIFEST
14135 ____________________________________________________________________________
14136 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
14137         Log: Merge Math::BigRat 0.04, from Tels.
14138      Branch: perl
14139            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
14140            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
14141            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
14142            + t/lib/Math/BigRat/Test.pm
14143            ! MANIFEST
14144 ____________________________________________________________________________
14145 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
14146         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
14147              From: Dave Mitchell <davem@fdgroup.com>
14148              Date: Sat, 23 Mar 2002 22:27:24 +0000
14149              Message-ID: <20020323222724.A19425@fdgroup.com>
14150      Branch: perl
14151            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
14152 ____________________________________________________________________________
14153 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
14154         Log: Forgotten.
14155      Branch: perl
14156            ! ext/Unicode/Normalize/README
14157 ____________________________________________________________________________
14158 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
14159         Log: Update Changes.
14160      Branch: perl
14161            ! Changes patchlevel.h
14162 ____________________________________________________________________________
14163 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
14164         Log: Subject: perldoc -m [PATCH]
14165              From: "John L. Allen" <allen@grumman.com>
14166              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
14167              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
14168      Branch: perl
14169            ! utils/perldoc.PL
14170 ____________________________________________________________________________
14171 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
14172         Log: Subject: Re: Copious warnings from Sys::Syslog
14173              From: andreas.koenig@anima.de (Andreas J. Koenig)
14174              Date: Sat, 23 Mar 2002 06:47:08 +0100
14175              Message-ID: <m31yebvns3.fsf@anima.de>
14176      Branch: perl
14177            ! ext/Sys/Syslog/Syslog.pm
14178 ____________________________________________________________________________
14179 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
14180         Log: Upgrade to Math::BigInt 1.55, from Tels.
14181      Branch: perl
14182            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
14183            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
14184            + lib/Math/BigInt/t/use_lib4.t
14185            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14186            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
14187            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
14188            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
14189            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
14190            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
14191            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
14192            ! lib/Math/BigInt/t/upgrade.t
14193 ____________________________________________________________________________
14194 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
14195         Log: Upgrade to Encode 0.97, from Dan Kogai.
14196      Branch: perl
14197            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
14198            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14199            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
14200            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14201            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14202            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14203            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
14204            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
14205            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
14206            ! ext/Encode/t/Tcl.t
14207 ____________________________________________________________________________
14208 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
14209         Log: Slight tweaks on #15443.
14210      Branch: perl
14211            ! pod/perlvar.pod
14212 ____________________________________________________________________________
14213 [ 15444] By: nick                                  on 2002/03/23  17:30:42
14214         Log: Integrate mainline
14215      Branch: perlio
14216           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
14217           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14218           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14219           !> (integrate 50 files)
14220 ____________________________________________________________________________
14221 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
14222         Log: Subject: patch [bleadperl]: Document %! special variable
14223              From: mjd@plover.com
14224              Date: 23 Mar 2002 18:25:44 -0000
14225              Message-ID: <20020323182544.11741.qmail@plover.com>    
14226      Branch: perl
14227            ! pod/perlvar.pod
14228 ____________________________________________________________________________
14229 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
14230         Log: Since the Encode::JP is unsupported under EBCDIC we
14231              cannot run this test (aliases as such should work fine).
14232      Branch: perl
14233            ! ext/Encode/t/Aliases.t
14234 ____________________________________________________________________________
14235 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
14236         Log: EBCDIC: the sorting order is different under
14237              byte-EBCDIC and Unicode.
14238      Branch: perl
14239            ! t/op/utfhash.t
14240 ____________________________________________________________________________
14241 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
14242         Log: EBCDIC: the character codes are different.
14243      Branch: perl
14244            ! lib/Pod/t/pod2html-lib.pl
14245 ____________________________________________________________________________
14246 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
14247         Log: Purify: #15434 got the test the wrong.
14248              (Is there an approved way of testing "is this an unop"?)
14249      Branch: perl
14250            ! op.c
14251 ____________________________________________________________________________
14252 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
14253         Log: Purify: Array bounds read: could read one character past the end.
14254      Branch: perl
14255            ! pp_pack.c
14256 ____________________________________________________________________________
14257 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
14258         Log: Purify: Array bounds read: reading one byte before the buffer.
14259      Branch: perl
14260            ! util.c
14261 ____________________________________________________________________________
14262 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
14263         Log: Purify: Unitialized memory read.  Too many code paths
14264              to keep track of, I guess.
14265      Branch: perl
14266            ! sv.c
14267 ____________________________________________________________________________
14268 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
14269         Log: Purify: Array bounds write: pre-extend the strxfrm
14270              buffer by a factor of four (suggested maximum by HP-UX;
14271              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
14272              know how portable that is; locale.c uses yet another trick
14273              (not a particularly good trick, I might add))
14274      Branch: perl
14275            ! ext/POSIX/POSIX.xs
14276 ____________________________________________________________________________
14277 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
14278         Log: Purify: Array bounds read: o->op_last was accessed
14279              for unops (via newUNOP() and ck_eof()).
14280              (analysis okay, patch bad: see #15439)
14281      Branch: perl
14282            ! op.c
14283 ____________________________________________________________________________
14284 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
14285         Log: Subject: [PATCH] vms/test.com, File::Find tests
14286              From: "Craig A. Berry" <craigberry@mac.com>
14287              Date: Fri, 22 Mar 2002 16:52:59 -0600
14288              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
14289      Branch: perl
14290            ! vms/test.com
14291 ____________________________________________________________________________
14292 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
14293         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
14294              From: Michael G Schwern <schwern@pobox.com>
14295              Date: Fri, 22 Mar 2002 18:08:19 -0500
14296              Message-ID: <20020322230819.GB16454@blackrider>
14297      Branch: perl
14298            ! ext/Sys/Syslog/Syslog.pm
14299 ____________________________________________________________________________
14300 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
14301         Log: Update the information on Encode.
14302      Branch: perl
14303            ! pod/perldelta.pod
14304 ____________________________________________________________________________
14305 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
14306         Log: Upgrade to Encode 0.96, from Dan Kogai.
14307      Branch: perl
14308            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
14309            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
14310            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14311            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
14312            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
14313            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
14314            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
14315            ! ext/Encode/lib/Encode/Alias.pm
14316            ! ext/Encode/lib/Encode/Encoding.pm
14317            ! ext/Encode/lib/Encode/Internal.pm
14318            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14319 ____________________________________________________________________________
14320 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
14321         Log: Subject: [PATCH] h2xs.t fix for VMS
14322              From: "Craig A. Berry" <craigberry@mac.com>
14323              Date: Fri, 22 Mar 2002 15:47:38 -0600
14324              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
14325      Branch: perl
14326            ! lib/h2xs.t
14327 ____________________________________________________________________________
14328 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
14329         Log: One more pass.
14330      Branch: perl
14331            ! epoc/config.sh
14332 ____________________________________________________________________________
14333 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
14334         Log: Even better version from Olaf Flebbe.
14335      Branch: perl
14336            ! epoc/config.sh pp_sys.c util.c
14337 ____________________________________________________________________________
14338 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
14339         Log: EPOC update from Olaf Flebbe.
14340      Branch: perl
14341            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
14342            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
14343 ____________________________________________________________________________
14344 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
14345         Log: Tweak from John P. Linderman.
14346      Branch: perl
14347            ! pod/perlhack.pod
14348 ____________________________________________________________________________
14349 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
14350         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
14351              From: Stas Bekman <stas@stason.org>
14352              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
14353              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
14354      Branch: perl
14355            ! pod/perlfunc.pod
14356 ____________________________________________________________________________
14357 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
14358         Log: Subject: [PATCH] check sysconf's return value in reentr.c
14359              From: <slaven.rezic@berlin.de>
14360              Date: Fri, 22 Mar 2002 18:30:36 +0100
14361              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
14362              
14363              (plus use 4k instead 2k as the "usual" size)
14364      Branch: perl
14365            ! reentr.c reentr.pl
14366 ____________________________________________________________________________
14367 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
14368         Log: Update Changes.
14369      Branch: perl
14370            ! Changes patchlevel.h
14371 ____________________________________________________________________________
14372 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
14373         Log: Forgot from #15416.
14374      Branch: perl
14375            ! pod/perlfaq3.pod
14376 ____________________________________________________________________________
14377 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
14378         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
14379              From: andreas.koenig@anima.de (Andreas J. Koenig)
14380              Date: Fri, 22 Mar 2002 16:27:51 +0100
14381              Message-ID: <m3n0x0vczs.fsf@anima.de>
14382      Branch: perl
14383            ! pod/perlmodstyle.pod
14384 ____________________________________________________________________________
14385 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
14386         Log: metaconfig unit changes for #15418.
14387      Branch: metaconfig
14388            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14389            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14390            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14391            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14392            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14393            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14394            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14395            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14396            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14397            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14398            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14399            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14400            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14401            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14402            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14403            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14404            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14405            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14406            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14407            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14408            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14409            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14410            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14411            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14412 ____________________________________________________________________________
14413 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
14414         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
14415              Also, there's no i_stdio.
14416      Branch: perl
14417            ! Configure reentr.h reentr.pl
14418 ____________________________________________________________________________
14419 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
14420         Log: Document a known AIX warning.
14421      Branch: perl
14422            ! pod/perldelta.pod
14423 ____________________________________________________________________________
14424 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
14425         Log: Undo #15415, allow the faq people to catch up first.
14426      Branch: perl
14427            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14428 ____________________________________________________________________________
14429 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
14430         Log: FAQ sync.
14431      Branch: perl
14432            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
14433 ____________________________________________________________________________
14434 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
14435         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
14436              From: andreas.koenig@anima.de (Andreas J. Koenig)
14437              Date: Fri, 22 Mar 2002 15:16:19 +0100
14438              Message-ID: <m38z8kwuvg.fsf@anima.de>
14439              
14440              (plus reformat)
14441      Branch: perl
14442            ! pod/perldelta.pod
14443 ____________________________________________________________________________
14444 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
14445         Log: Integrate perlio:
14446              
14447              [ 15412]
14448              Check for sanity of UTF-8 keys in hashes
14449              (feel free to add more tests...)
14450              
14451              [ 15410]
14452              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
14453              - when (e.g.) STDOUT is char special file and gets IoOFP
14454              created - do _NOT_ pass num_svs as that fopen-s stringified
14455              glob, and not fdopen-s the fd.
14456      Branch: perl
14457           +> t/op/utfhash.t
14458           !> MANIFEST doio.c
14459 ____________________________________________________________________________
14460 [ 15412] By: nick                                  on 2002/03/22  10:50:53
14461         Log: Check for sanity of UTF-8 keys in hashes
14462              (feel free to add more tests...)
14463      Branch: perlio
14464            + t/op/utfhash.t
14465            ! MANIFEST
14466 ____________________________________________________________________________
14467 [ 15411] By: ams                                   on 2002/03/22  08:36:33
14468         Log: Revert #15200 for backwards compatiblity reasons.
14469      Branch: perl
14470            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
14471            ! pp_ctl.c t/op/override.t
14472 ____________________________________________________________________________
14473 [ 15410] By: nick                                  on 2002/03/22  07:47:41
14474         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
14475              - when (e.g.) STDOUT is char special file and gets IoOFP
14476              created - do _NOT_ pass num_svs as that fopen-s stringified
14477              glob, and not fdopen-s the fd.
14478      Branch: perlio
14479            ! doio.c
14480 ____________________________________________________________________________
14481 [ 15409] By: nick                                  on 2002/03/22  07:19:33
14482         Log: Integrate mainline
14483      Branch: perlio
14484           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
14485           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
14486           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
14487           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
14488           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
14489           +> ext/Encode/lib/Encode/Details.pod
14490           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14491           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
14492           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14493           +> lib/Pod/t/pod2html-lib.pl
14494            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
14495           !> (integrate 39 files)
14496 ____________________________________________________________________________
14497 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
14498         Log: Win32 tweak from mjd.
14499      Branch: perl
14500            ! lib/Tie/File.pm
14501 ____________________________________________________________________________
14502 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
14503         Log: If Unicode keys are entered to a hash, a bit is turned on.
14504              If the bit is on, when the keys are fetched from the hash
14505              (%h, each %h, keys %h), the Unicodified versions of the keys
14506              are returned if needed.  This solution errs on the size of
14507              over-Unicodifying, the old solution erred on the side of
14508              under-Unicodifying.  As long as the hash keys can be a mix
14509              of byte and Unicode strings, a perfect fit is hard to come by.
14510      Branch: perl
14511            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
14512            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
14513 ____________________________________________________________________________
14514 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
14515         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
14516              From: Mike Guy <mjtg@cam.ac.uk>
14517              Date: Fri, 22 Mar 2002 02:08:20 +0000
14518              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
14519      Branch: perl
14520            ! pod/perldelta.pod
14521 ____________________________________________________________________________
14522 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
14523         Log: PM_SETRE() fallout.
14524      Branch: perl
14525            ! ext/ByteLoader/bytecode.h
14526 ____________________________________________________________________________
14527 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
14528         Log: Subject: [PATCH pod/perlxs.pod] doc fix
14529              From: Stas Bekman <stas@stason.org>
14530              Date: Thu, 21 Mar 2002 18:47:35 +0800
14531              Message-ID: <3C99BA47.9010403@stason.org>
14532      Branch: perl
14533            ! pod/perlxs.pod
14534 ____________________________________________________________________________
14535 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
14536         Log: Subject: [PATCH]
14537              From: Slaven Rezic <slaven.rezic@berlin.de>
14538              Date: 21 Mar 2002 10:19:23 +0100
14539              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
14540              
14541              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
14542      Branch: perl
14543            ! hints/freebsd.sh
14544 ____________________________________________________________________________
14545 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
14546         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
14547              From: Tim Bunce <Tim.Bunce@pobox.com>
14548              Date: Thu, 21 Mar 2002 21:18:05 +0000
14549              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
14550      Branch: perl
14551            ! ext/Storable/Storable.xs
14552 ____________________________________________________________________________
14553 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
14554         Log: Reword the Apache^Wmod_perl bit so that Sarathy
14555              can sleep easier :-)
14556      Branch: perl
14557            ! pod/perldelta.pod
14558 ____________________________________________________________________________
14559 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
14560         Log: It seems that the strange failure (core dump) of
14561              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
14562              (1) using Sun's cc helps
14563              (2) rewriting the ithreads PM_SETRE() to do the
14564              setting in two steps helps
14565              (3) no other platforms have the crash
14566              (4) Tru64's Third Degree sees nothing evil
14567              So we implement (2).
14568      Branch: perl
14569            ! op.h
14570 ____________________________________________________________________________
14571 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
14572         Log: Solaris: default to the SUNwspro cc if it is available.
14573      Branch: perl
14574            ! hints/solaris_2.sh
14575 ____________________________________________________________________________
14576 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
14577         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
14578              does not get fixed in time.
14579      Branch: perl
14580            ! pod/perldelta.pod
14581 ____________________________________________________________________________
14582 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
14583         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
14584              From: Dave Mitchell <davem@fdgroup.com>
14585              Date: Thu, 21 Mar 2002 17:24:40 +0000
14586              Message-ID: <20020321172440.C13683@fdgroup.com>
14587      Branch: perl
14588            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
14589            ! pod/perlapi.pod proto.h sv.h toke.c
14590 ____________________________________________________________________________
14591 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
14592         Log: One more proto escapee.
14593      Branch: perl
14594            ! hints/linux.sh
14595 ____________________________________________________________________________
14596 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
14597         Log: metaconfig unit change for #15394.
14598      Branch: metaconfig/U/perl
14599            ! Checkcc.U
14600 ____________________________________________________________________________
14601 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
14602         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
14603              From: Robin Barker <rmb1@cise.npl.co.uk>
14604              Date: Thu, 21 Mar 2002 17:35:00 GMT
14605              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
14606      Branch: perl
14607            ! Configure
14608 ____________________________________________________________________________
14609 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
14610         Log: Subject: Re: [tests for Pod::Html]
14611              From: Stas Bekman <stas@stason.org>
14612              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
14613              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
14614      Branch: perl
14615            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14616            - t/pod2html/README
14617            ! MANIFEST lib/Pod/t/pod2html-lib.pl
14618 ____________________________________________________________________________
14619 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
14620         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
14621              From: Stas Bekman <stas@stason.org>
14622              Date: Thu, 21 Mar 2002 18:50:56 +0800
14623              Message-ID: <3C99BB10.50004@stason.org>
14624      Branch: perl
14625            ! ext/Cwd/Cwd.xs
14626 ____________________________________________________________________________
14627 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
14628         Log: Upgrade to Encode 0.95, from Dan Kogai.
14629      Branch: perl
14630            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
14631            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
14632            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
14633            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
14634            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
14635            + ext/Encode/lib/Encode/Details.pod
14636            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
14637            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
14638            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
14639            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
14640            ! ext/Encode/Makefile.PL
14641 ____________________________________________________________________________
14642 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
14643         Log: Mention the new syslog try-harder feature.
14644      Branch: perl
14645            ! pod/perldelta.pod
14646 ____________________________________________________________________________
14647 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
14648         Log: metaconfig unit changes for #15388.
14649      Branch: metaconfig
14650            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
14651            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
14652            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
14653            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
14654            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
14655            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
14656            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
14657            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
14658            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
14659            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
14660            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
14661            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
14662            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
14663            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
14664            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
14665            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
14666            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
14667            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
14668            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
14669            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
14670            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
14671            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
14672            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
14673            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
14674 ____________________________________________________________________________
14675 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
14676         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
14677              From: Spider Boardman <spider@web.zk3.dec.com>
14678              Date: Thu, 21 Mar 2002 09:23:45 -0500
14679              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
14680      Branch: perl
14681            ! Configure hints/hpux.sh reentr.pl
14682 ____________________________________________________________________________
14683 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
14684         Log: NetWare diff from C Aditya.
14685      Branch: perl
14686            ! perl.h
14687 ____________________________________________________________________________
14688 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
14689         Log: The htmlview test doesn't work yet.
14690      Branch: perl
14691            + t/pod2html/README
14692            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14693            ! MANIFEST
14694 ____________________________________________________________________________
14695 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
14696         Log: Placeholder.
14697      Branch: perl
14698            ! MANIFEST
14699 ____________________________________________________________________________
14700 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
14701         Log: Integrate perlio:
14702              
14703              [ 15381]
14704              Restore tabs so dmake will parse file!
14705      Branch: perl
14706           !> win32/makefile.mk
14707 ____________________________________________________________________________
14708 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
14709         Log: Subject: [tests for Pod::Html]
14710              From: Stas Bekman <stas@stason.org>
14711              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
14712              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
14713      Branch: perl
14714            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
14715            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
14716            + lib/Pod/t/pod2html-lib.pl
14717            ! MANIFEST
14718 ____________________________________________________________________________
14719 [ 15382] By: nick                                  on 2002/03/21  07:21:57
14720         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
14721      Branch: perlio
14722           +> ext/Encode/AUTHORS ext/Encode/Changes
14723           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
14724           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14725           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14726           +> ext/I18N/Langinfo/fallback/const-c.inc
14727           +> ext/I18N/Langinfo/fallback/const-xs.inc
14728           +> lib/ExtUtils/t/Constant.t
14729            - ext/Encode/Encode/euc-jp-0212.enc
14730            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
14731            - ext/Encode/t/table.euc ext/Encode/t/table.ref
14732            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
14733           !> (integrate 105 files)
14734 ____________________________________________________________________________
14735 [ 15381] By: nick                                  on 2002/03/21  06:59:57
14736         Log: Restore tabs so dmake will parse file!
14737      Branch: perlio
14738            ! win32/makefile.mk
14739 ____________________________________________________________________________
14740 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
14741         Log: Upgrade to Unicode::Normalize 0.16.
14742      Branch: perl
14743            ! ext/Unicode/Normalize/Changes
14744            ! ext/Unicode/Normalize/Normalize.pm
14745 ____________________________________________________________________________
14746 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
14747         Log: Schwern's wallet is a bit more loose.
14748      Branch: perl
14749            ! t/lib/1_compile.t
14750 ____________________________________________________________________________
14751 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
14752         Log: Subject: [PATCH]
14753              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14754              Date: Wed, 20 Mar 2002 22:56:17 -0000
14755              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
14756              
14757              packWARN also for subdirs.
14758      Branch: perl
14759            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
14760            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
14761            ! win32/win32.c
14762 ____________________________________________________________________________
14763 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
14764         Log: A plan is better.
14765      Branch: perl
14766            ! ext/Encode/t/CJKalias.t
14767 ____________________________________________________________________________
14768 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
14769         Log: Upgrade to Encode 0.94, from Dan Kogai.
14770      Branch: perl
14771            + ext/Encode/lib/Encode/Description.pod
14772            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
14773            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
14774            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
14775            ! ext/Encode/lib/Encode/Encoding.pm
14776            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14777            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
14778            ! ext/Encode/t/CJKalias.t
14779 ____________________________________________________________________________
14780 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
14781         Log: Rats' nest.
14782      Branch: perl
14783            ! hints/solaris_2.sh
14784 ____________________________________________________________________________
14785 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
14786         Log: Rrright.
14787      Branch: perl
14788            ! pod/perlguts.pod
14789 ____________________________________________________________________________
14790 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
14791         Log: Update Changes.
14792      Branch: perl
14793            ! Changes patchlevel.h
14794 ____________________________________________________________________________
14795 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
14796         Log: Reapply #15336.
14797      Branch: perl
14798            ! ext/Encode/lib/Encode/Tcl.pm
14799 ____________________________________________________________________________
14800 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
14801         Log: Upgrade to Encode 0.93, from Dan Kogai.
14802      Branch: perl
14803            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
14804            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
14805            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
14806            ! ext/Encode/README ext/Encode/TW/TW.pm
14807            ! ext/Encode/lib/Encode/CN/HZ.pm
14808            ! ext/Encode/lib/Encode/Encoding.pm
14809            ! ext/Encode/lib/Encode/Internal.pm
14810            ! ext/Encode/lib/Encode/JP/Constants.pm
14811            ! ext/Encode/lib/Encode/JP/H2Z.pm
14812            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14813            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
14814            ! ext/Encode/lib/Encode/Tcl/Escape.pm
14815            ! ext/Encode/lib/Encode/Tcl/Table.pm
14816            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
14817            ! ext/Encode/lib/Encode/iso10646_1.pm
14818            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
14819            ! ext/Encode/t/JP.t
14820 ____________________________________________________________________________
14821 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
14822         Log: Subject: patch for syslog
14823              From: <Nick.Williams@morganstanley.com>
14824              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
14825              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
14826      Branch: perl
14827            ! ext/Sys/Syslog/Syslog.pm
14828 ____________________________________________________________________________
14829 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
14830         Log: Some failure updates.
14831      Branch: perl
14832            ! pod/perldelta.pod
14833 ____________________________________________________________________________
14834 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
14835         Log: Getopt::Long 2.29 from Johan Vromans.
14836      Branch: perl
14837            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14838 ____________________________________________________________________________
14839 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
14840         Log: Rename ExtUtils.t to Constant.t, as suggested by
14841              Nicholas Clark.
14842      Branch: perl
14843            + lib/ExtUtils/t/Constant.t
14844            - lib/ExtUtils/t/ExtUtils.t
14845            ! MANIFEST
14846 ____________________________________________________________________________
14847 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
14848         Log: Subject: [PATCH] TODO - Make Schwern Poorer
14849              From: Nicholas Clark <nick@unfortu.net>
14850              Date: Tue, 19 Mar 2002 22:50:28 +0000
14851              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
14852      Branch: perl
14853            ! t/lib/1_compile.t
14854 ____________________________________________________________________________
14855 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
14856         Log: Subject: Re: The story of O [PATCH]
14857              From: Richard.Foley@t-online.de (Richard Foley)
14858              Date: Sun, 17 Mar 2002 08:37:26 +0100
14859              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
14860      Branch: perl
14861            ! lib/perl5db.pl
14862 ____________________________________________________________________________
14863 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
14864         Log: Mention the external modules Encode::HanExtra and
14865              PadWalker.
14866      Branch: perl
14867            ! pod/perldelta.pod
14868 ____________________________________________________________________________
14869 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
14870         Log: Subject: [PATCH] List lexicals from debugger
14871              From: Peter Scott <Peter@PSDT.com>
14872              Date: Tue, 19 Mar 2002 12:28:52 -0800
14873              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
14874      Branch: perl
14875            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
14876 ____________________________________________________________________________
14877 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
14878         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
14879              and :encoding(xxx) was errorneously parsed.
14880      Branch: perl
14881            ! lib/open.pm
14882 ____________________________________________________________________________
14883 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
14884         Log: Subject: [PATCH bleadperl] exec.t tweak
14885              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14886              Date: Wed, 20 Mar 2002 01:21:40 +0100
14887              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
14888              
14889              4NT returns 2 as error-code for nonexistant file.
14890      Branch: perl
14891            ! t/op/exec.t
14892 ____________________________________________________________________________
14893 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
14894         Log: minor Tie::File test patch to make win32 happier, from mjd.
14895      Branch: perl
14896            ! lib/Tie/File/t/30_defer.t
14897 ____________________________________________________________________________
14898 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
14899         Log: Subject: [PATCH bleadperl] magic.t tweak
14900              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14901              Date: Wed, 20 Mar 2002 00:39:16 +0100
14902              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
14903      Branch: perl
14904            ! t/op/magic.t
14905 ____________________________________________________________________________
14906 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
14907         Log: Typo fix from Andreas Koenig, plus a tweak.
14908      Branch: perl
14909            ! pod/perlunicode.pod
14910 ____________________________________________________________________________
14911 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
14912         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
14913              in Mandrake 8.2.  Now we need to figure out a way not to
14914              unbreak Apache.
14915      Branch: perl
14916            ! hints/linux.sh
14917 ____________________________________________________________________________
14918 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
14919         Log: Fix for "UTF-8 bug with s///" from Hugo.
14920      Branch: perl
14921            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
14922            ! t/op/pat.t
14923 ____________________________________________________________________________
14924 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
14925         Log: metaconfig unit change for #15354.
14926      Branch: metaconfig
14927            ! U/threads/usethreads.U
14928 ____________________________________________________________________________
14929 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
14930         Log: Installation updates on threads and perlio.
14931      Branch: perl
14932            ! Configure INSTALL
14933 ____________________________________________________________________________
14934 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
14935         Log: Tpo.
14936      Branch: perl
14937            ! pod/perlfaq6.pod
14938 ____________________________________________________________________________
14939 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
14940         Log: Regen modlib and toc.
14941      Branch: perl
14942            ! pod/perlmodlib.pod pod/perltoc.pod
14943 ____________________________________________________________________________
14944 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
14945         Log: Whitespace tweaks.
14946      Branch: perl
14947            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
14948            ! pod/perltodo.pod pod/perlunicode.pod
14949 ____________________________________________________________________________
14950 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
14951         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
14952              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
14953              (And as suggested by Markus Kuhn.)
14954              
14955              While we are at it, document also the case of
14956              mixed hash keys as a known potential troublemaker.
14957              (Since it's locale-related, sometimes.)
14958      Branch: perl
14959            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
14960            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
14961            ! pod/perluniintro.pod
14962 ____________________________________________________________________________
14963 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
14964         Log: Surely a typo.
14965      Branch: perl
14966            ! gv.c
14967 ____________________________________________________________________________
14968 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
14969         Log: Take two.
14970      Branch: perl
14971            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14972            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14973 ____________________________________________________________________________
14974 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
14975         Log: Let's try this from scratch.
14976      Branch: perl
14977            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14978            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14979 ____________________________________________________________________________
14980 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
14981         Log: I could do this all day...
14982      Branch: perl
14983            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14984            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14985 ____________________________________________________________________________
14986 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
14987         Log: Grrr.
14988      Branch: perl
14989            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
14990            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
14991 ____________________________________________________________________________
14992 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
14993         Log: Subject: Re: Nearly OK for cygwin@15318
14994              From: John Peacock <jpeacock@rowman.com>
14995              Date: Tue, 19 Mar 2002 15:58:08 -0500
14996              Message-ID: <3C97A660.3060302@rowman.com>
14997      Branch: perl
14998            ! pod/perlport.pod
14999 ____________________________________________________________________________
15000 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
15001         Log: Subject: Re: Nearly OK for cygwin@15318
15002              From: <slaven.rezic@berlin.de>
15003              Date: Tue, 19 Mar 2002 21:47:49 +0100
15004              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
15005              
15006              Subject: Re: Nearly OK for cygwin@15318
15007              From: <slaven.rezic@berlin.de>
15008              Date: Tue, 19 Mar 2002 21:37:18 +0100
15009              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
15010      Branch: perl
15011            ! pod/perlport.pod t/io/fs.t
15012 ____________________________________________________________________________
15013 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
15014         Log: D'oh.
15015      Branch: perl
15016            + ext/I18N/Langinfo/fallback/const-c.inc
15017            + ext/I18N/Langinfo/fallback/const-xs.inc
15018 ____________________________________________________________________________
15019 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
15020         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
15021              From: Nicholas Clark <nick@unfortu.net>
15022              Date: Tue, 19 Mar 2002 22:37:08 +0000
15023              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
15024              
15025              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
15026              From: Nicholas Clark <nick@ccl4.org>
15027              Date: Tue, 19 Mar 2002 22:39:55 +0000
15028              Message-ID: <20020319223954.G94831@plum.flirble.org>
15029      Branch: perl
15030            - ext/I18N/Langinfo/fallback.xs
15031            ! MANIFEST
15032 ____________________________________________________________________________
15033 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
15034         Log: Text, not binary.
15035      Branch: perl
15036            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15037            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15038 ____________________________________________________________________________
15039 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
15040         Log: Subject: Re: perl@15244
15041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15042              Date: Mon, 18 Mar 2002 17:37:31 +0100
15043              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
15044              
15045              (Goedendag: Dutch whitespace police)
15046      Branch: perl
15047            ! hints/hpux.sh
15048 ____________________________________________________________________________
15049 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
15050         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
15051              From: Nicholas Clark <nick@unfortu.net>
15052              Date: Tue, 19 Mar 2002 21:52:47 +0000
15053              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
15054      Branch: perl
15055            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
15056            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
15057            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
15058            ! ext/Sys/Syslog/Makefile.PL
15059 ____________________________________________________________________________
15060 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
15061         Log: More pathname portability checks.
15062      Branch: perl
15063            ! Porting/check83.pl
15064 ____________________________________________________________________________
15065 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
15066         Log: Begone, Encode::Tcl::Extended.
15067      Branch: perl
15068            ! ext/Encode/lib/Encode/Tcl.pm
15069 ____________________________________________________________________________
15070 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
15071         Log: This is like trying to put the shaving cream
15072              back to the can...
15073      Branch: perl
15074            ! hints/linux.sh
15075 ____________________________________________________________________________
15076 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
15077         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
15078              types of usleep().  Fun, fun. fun.
15079      Branch: perl
15080            ! hints/linux.sh
15081 ____________________________________________________________________________
15082 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
15083         Log: Sarathy's new suggestion for Linux threading flags.
15084      Branch: perl
15085            ! hints/linux.sh
15086 ____________________________________________________________________________
15087 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
15088         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
15089      Branch: perl
15090            - ext/Encode/Encode/euc-jp-0212.ucm
15091            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
15092            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
15093 ____________________________________________________________________________
15094 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
15095         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
15096              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15097              Date: Tue, 19 Mar 2002 00:42:22 +0100
15098              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
15099      Branch: perl
15100            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
15101 ____________________________________________________________________________
15102 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
15103         Log: "+" is not a valid filename character in VMS.
15104      Branch: perl
15105            + ext/Encode/Encode/euc-jp-0212.ucm
15106            - ext/Encode/Encode/euc-jp+0212.ucm
15107            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
15108 ____________________________________________________________________________
15109 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
15110         Log: Update Changes.
15111      Branch: perl
15112            ! Changes patchlevel.h
15113 ____________________________________________________________________________
15114 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
15115         Log: Take away _GNU_SOURCE since that does not seem
15116              to play well with other software (like Apache),
15117              just hint away the WHOAs.
15118      Branch: perl
15119            ! hints/linux.sh
15120 ____________________________________________________________________________
15121 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
15122         Log: metaconfig unit change for #15326.
15123      Branch: metaconfig
15124            ! U/threads/d_crypt_r.U
15125 ____________________________________________________________________________
15126 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
15127         Log: Support crypt_r(const char*,const char*, CRYPTD*).
15128      Branch: perl
15129            ! Configure reentr.h reentr.pl
15130 ____________________________________________________________________________
15131 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
15132         Log: VMS acrobatics from Peter Prymmer.
15133      Branch: perl
15134            ! lib/ExtUtils/t/ExtUtils.t
15135 ____________________________________________________________________________
15136 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
15137         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
15138              From: Stas Bekman <stas@stason.org>
15139              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
15140              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
15141      Branch: perl
15142            ! lib/Pod/Html.pm
15143 ____________________________________________________________________________
15144 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
15145         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
15146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15147              Date: Tue, 19 Mar 2002 10:49:27 +0100
15148              Message-ID: <20020319104927.C705@rafael>   
15149      Branch: perl
15150            ! ext/B/t/xref.t
15151 ____________________________________________________________________________
15152 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
15153         Log: Integrate perlio:
15154              
15155              [ 15314]
15156              Move docs for Encode::valid_utf8 (which does not exist)
15157              to be docs for utf8::valid() (which does).
15158      Branch: perl
15159           !> ext/Encode/Encode.pm lib/utf8.pm
15160 ____________________________________________________________________________
15161 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
15162         Log: Remove Encode::Tcl::Extended, suggested by
15163              SADAHIRO Tomoyuki.
15164      Branch: perl
15165            - ext/Encode/Encode/euc-jp-0212.enc
15166            - ext/Encode/lib/Encode/Tcl/Extended.pm
15167            ! MANIFEST ext/Encode/MANIFEST
15168            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15169            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
15170 ____________________________________________________________________________
15171 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
15172         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
15173      Branch: perl
15174            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
15175            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15176            + ext/Encode/t/jisx0212.ref
15177            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
15178            - ext/Encode/t/table.ref
15179            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
15180            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
15181            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15182            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15183            ! ext/Encode/lib/Encode/CN/HZ.pm
15184            ! ext/Encode/lib/Encode/Encoding.pm
15185            ! ext/Encode/lib/Encode/Internal.pm
15186            ! ext/Encode/lib/Encode/JP/Constants.pm
15187            ! ext/Encode/lib/Encode/JP/H2Z.pm
15188            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15189            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
15190            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15191            ! ext/Encode/lib/Encode/Tcl/Extended.pm
15192            ! ext/Encode/lib/Encode/Tcl/Table.pm
15193            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15194            ! ext/Encode/lib/Encode/iso10646_1.pm
15195            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15196            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
15197            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
15198 ____________________________________________________________________________
15199 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
15200         Log: constness+signedness nit.
15201      Branch: perl
15202            ! ext/Unicode/Normalize/Normalize.xs
15203 ____________________________________________________________________________
15204 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
15205         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
15206      Branch: perl
15207            ! ext/Unicode/Normalize/Changes
15208            ! ext/Unicode/Normalize/Normalize.pm
15209            ! ext/Unicode/Normalize/Normalize.xs
15210            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
15211            ! ext/Unicode/Normalize/t/func.t
15212 ____________________________________________________________________________
15213 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
15214         Log: Split the ebcdic details to perlebcdic.
15215      Branch: perl
15216            ! pod/perlebcdic.pod pod/perluniintro.pod
15217 ____________________________________________________________________________
15218 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
15219         Log: Be explicit.
15220      Branch: perl
15221            ! pod/perluniintro.pod
15222 ____________________________________________________________________________
15223 [ 15315] By: nick                                  on 2002/03/19  09:24:18
15224         Log: Integrate mainline
15225      Branch: perlio
15226           +> ext/List/Util/t/openhan.t
15227           !> (integrate 53 files)
15228 ____________________________________________________________________________
15229 [ 15314] By: nick                                  on 2002/03/19  07:39:07
15230         Log: Move docs for Encode::valid_utf8 (which does not exist)
15231              to be docs for utf8::valid() (which does).
15232      Branch: perlio
15233            ! ext/Encode/Encode.pm lib/utf8.pm
15234 ____________________________________________________________________________
15235 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
15236         Log: Update the Unicode vs EBCDIC situation.
15237      Branch: perl
15238            ! pod/perlebcdic.pod pod/perluniintro.pod
15239 ____________________________________________________________________________
15240 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
15241         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
15242              From: Robert Spier <rspier@pobox.com>
15243              Date: Mon, 18 Mar 2002 19:22:55 -0800
15244              Message-ID: <15510.44815.383439.823671@rls.cx>
15245      Branch: perl
15246            ! ext/threads/t/end.t
15247 ____________________________________________________________________________
15248 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
15249         Log: UTF-8 walk errors that become visible in EBCDIC.
15250      Branch: perl
15251            ! regexec.c
15252 ____________________________________________________________________________
15253 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
15254         Log: s/regcinclasslen/reginclass/ and remove the old
15255              reginclass since nothing is using it.
15256      Branch: perl
15257            ! embed.fnc embed.h proto.h regexec.c
15258 ____________________________________________________________________________
15259 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
15260         Log: Close the file so it can be (a) removed (b) reopened.
15261      Branch: perl
15262            ! ext/B/t/xref.t
15263 ____________________________________________________________________________
15264 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
15265         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
15266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15267              Date: Mon, 18 Mar 2002 23:14:31 +0100
15268              Message-ID: <20020318231431.A699@rafael>
15269      Branch: perl
15270            ! ext/B/B.xs utf8.c
15271 ____________________________________________________________________________
15272 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
15273         Log: Failed patch hunk reapplied.
15274      Branch: perl
15275            ! lib/Tie/File/t/32_defer_misc.t
15276 ____________________________________________________________________________
15277 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
15278         Log: For DEBUGGING threaded builds.
15279      Branch: perl
15280            ! sv.c
15281 ____________________________________________________________________________
15282 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
15283         Log: AUTHORS update.
15284      Branch: perl
15285            ! AUTHORS
15286 ____________________________________________________________________________
15287 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
15288         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
15289              (Fix from Craig Berry)
15290      Branch: perl
15291            ! pp_sys.c
15292 ____________________________________________________________________________
15293 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
15294         Log: Subject: [PATCH] configure.com home-grown kill() check
15295              From: "Craig A. Berry" <craigberry@mac.com>
15296              Date: Mon, 18 Mar 2002 13:52:59 -0600
15297              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
15298      Branch: perl
15299            ! configure.com
15300 ____________________________________________________________________________
15301 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
15302         Log: Upgrade to Tie::File 0.50.
15303      Branch: perl
15304            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15305            ! lib/Tie/File/t/32_defer_misc.t
15306 ____________________________________________________________________________
15307 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
15308         Log: AUTHORS updates.
15309      Branch: perl
15310            ! AUTHORS
15311 ____________________________________________________________________________
15312 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
15313         Log: Update Changes.
15314      Branch: perl
15315            ! Changes patchlevel.h
15316 ____________________________________________________________________________
15317 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
15318         Log: OS/390 update.
15319      Branch: perl
15320            ! pod/perldelta.pod
15321 ____________________________________________________________________________
15322 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
15323         Log: Forgot from #15288.
15324      Branch: perl
15325            ! ext/B/B.xs
15326 ____________________________________________________________________________
15327 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
15328         Log: Make regex DEBUGGING faster.
15329      Branch: perl
15330            ! perl.c perl.h regexec.c
15331 ____________________________________________________________________________
15332 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
15333         Log: Undo accidental perl.h part of #15295 (wait for #15297)
15334      Branch: perl
15335            ! perl.h
15336 ____________________________________________________________________________
15337 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
15338         Log: Subject: prefix slip
15339              From: andreas.koenig@anima.de (Andreas J. Koenig)
15340              Date: Mon, 18 Mar 2002 16:24:46 +0100
15341              Message-ID: <m3y9gp3nlt.fsf@anima.de>
15342              
15343              (perl.h part accidental, undone by #15296)
15344      Branch: perl
15345            ! INSTALL perl.h
15346 ____________________________________________________________________________
15347 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
15348         Log: Be tidy.
15349      Branch: perl
15350            ! ext/B/t/xref.t
15351 ____________________________________________________________________________
15352 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
15353         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
15354              From: Spider Boardman <spider@web.zk3.dec.com>
15355              Date: Mon, 18 Mar 2002 10:09:50 -0500
15356              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
15357      Branch: perl
15358            ! README.tru64 hints/dec_osf.sh
15359 ____________________________________________________________________________
15360 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
15361         Log: NetWare tweaks from C Aditya <caditya@novell.com>
15362      Branch: perl
15363            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
15364 ____________________________________________________________________________
15365 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
15366         Log: metaconfig unit change for #15290.
15367      Branch: metaconfig/U/perl
15368            ! perlxv.U
15369 ____________________________________________________________________________
15370 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
15371         Log: Subject: d_nv_preserves_uv_bits
15372              From: Nicholas Clark <nick@unfortu.net>
15373              Date: Thu, 14 Mar 2002 22:24:19 +0000
15374              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
15375      Branch: perl
15376            ! Configure Porting/Glossary Porting/config.sh config_h.SH
15377            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
15378            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
15379            ! win32/config.bc win32/config.gc win32/config.vc
15380            ! win32/config.win64
15381 ____________________________________________________________________________
15382 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
15383         Log: Subject: Re: perl@15244
15384              From: Spider Boardman <spider@web.zk3.dec.com>
15385              Date: Mon, 18 Mar 2002 09:38:55 -0500
15386              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
15387              
15388              (IA64 work.)
15389      Branch: perl
15390            ! hints/hpux.sh perl.h
15391 ____________________________________________________________________________
15392 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
15393         Log: Subject: [PATCH B] B::perlstring()
15394              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15395              Date: Sun, 17 Mar 2002 23:06:12 +0100
15396              Message-ID: <20020317230612.A24442@rafael>
15397      Branch: perl
15398            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
15399 ____________________________________________________________________________
15400 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
15401         Log: Subject: [PATCH] another pack "w" thing
15402              From: Nicholas Clark <nick@unfortu.net>
15403              Date: Sat, 16 Mar 2002 21:52:15 +0000
15404              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
15405      Branch: perl
15406            ! pp_pack.c t/op/pack.t
15407 ____________________________________________________________________________
15408 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
15409         Log: More prototypes blindness in Solaris.
15410              (TODO: readdir64_r really needs to be seen.)
15411      Branch: perl
15412            ! hints/solaris_2.sh
15413 ____________________________________________________________________________
15414 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
15415         Log: Integrate perlio:
15416              
15417              [ 15282]
15418              Tidy the "does not map" message for non-characters
15419              (e.g. iso-8859-3 "\xA5").
15420      Branch: perl
15421           !> ext/Encode/Encode.xs
15422 ____________________________________________________________________________
15423 [ 15284] By: nick                                  on 2002/03/18  11:00:31
15424         Log: Integrate mainline
15425      Branch: perlio
15426           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
15427           +> lib/Tie/File/t/32_defer_misc.t
15428           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
15429           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
15430           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
15431           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
15432           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
15433           !> reentr.pl regexec.c t/op/pat.t util.c
15434 ____________________________________________________________________________
15435 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
15436         Log: Sync with Scalar-List-Utils-1.07
15437      Branch: perl
15438            + ext/List/Util/t/openhan.t
15439            ! MANIFEST ext/List/Util/ChangeLog
15440            ! ext/List/Util/lib/List/Util.pm
15441            ! ext/List/Util/lib/Scalar/Util.pm
15442 ____________________________________________________________________________
15443 [ 15282] By: nick                                  on 2002/03/18  08:11:28
15444         Log: Tidy the "does not map" message for non-characters
15445              (e.g. iso-8859-3 "\xA5").
15446      Branch: perlio
15447            ! ext/Encode/Encode.xs
15448 ____________________________________________________________________________
15449 [ 15281] By: ams                                   on 2002/03/18  04:44:37
15450         Log: URL fix from MJD.
15451      Branch: perl
15452            ! pod/perlfaq3.pod
15453 ____________________________________________________________________________
15454 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
15455         Log: More prototype calming (really should fix the Configure
15456              protochk, but not at this point in time).
15457      Branch: perl
15458            ! hints/solaris_2.sh
15459 ____________________________________________________________________________
15460 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
15461         Log: return at the wrong side of #endif.
15462      Branch: perl
15463            ! util.c
15464 ____________________________________________________________________________
15465 [ 15278] By: ams                                   on 2002/03/17  23:45:31
15466         Log: Typo fix from Stas Bekman.
15467      Branch: perl
15468            ! pod/perlhack.pod
15469 ____________________________________________________________________________
15470 [ 15277] By: ams                                   on 2002/03/17  23:41:35
15471         Log: Upgrade to Tie::File 0.21.
15472      Branch: perl
15473            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
15474            + lib/Tie/File/t/32_defer_misc.t
15475            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
15476            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
15477            ! lib/Tie/File/t/22_autochomp.t
15478 ____________________________________________________________________________
15479 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
15480         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
15481              character classes use inlined macros instead of the full
15482              function call.
15483      Branch: perl
15484            ! regexec.c
15485 ____________________________________________________________________________
15486 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
15487         Log: Integrate perlio:
15488              
15489              [ 15274]
15490              Other :encoding oddities
15491              - we should really pop while we can still make method calls
15492              in case DESTROY does something.
15493              - Provide a no-op DESTROY
15494              - Use SvPV_only() rather than just SvPV_on()
15495              
15496              [ 15273]
15497              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
15498      Branch: perl
15499           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
15500           !> ext/Encode/lib/Encode/Encoding.pm sv.c
15501 ____________________________________________________________________________
15502 [ 15274] By: nick                                  on 2002/03/17  20:00:12
15503         Log: Other :encoding oddities
15504              - we should really pop while we can still make method calls
15505              in case DESTROY does something.
15506              - Provide a no-op DESTROY
15507              - Use SvPV_only() rather than just SvPV_on()
15508      Branch: perlio
15509            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15510            ! ext/Encode/lib/Encode/Encoding.pm
15511 ____________________________________________________________________________
15512 [ 15273] By: nick                                  on 2002/03/17  19:53:24
15513         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
15514      Branch: perlio
15515            ! sv.c
15516 ____________________________________________________________________________
15517 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
15518         Log: Implement the retry-on-ERANGE for the get*_r().
15519              The buffer will keep doubling until 64k.
15520      Branch: perl
15521            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
15522            ! reentr.h reentr.pl
15523 ____________________________________________________________________________
15524 [ 15271] By: nick                                  on 2002/03/17  17:38:44
15525         Log: Integrate mainline
15526      Branch: perlio
15527           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
15528           +> t/op/pow.t
15529           !> (integrate 28 files)
15530 ____________________________________________________________________________
15531 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
15532         Log: Subject: UTF-8 bug (maybe alreayd known?)
15533              From: andreas.koenig@anima.de (Andreas J. Koenig)
15534              Date: Fri, 08 Mar 2002 16:36:01 +0100
15535              Message-ID: <m3n0xjul5q.fsf@anima.de>
15536      Branch: perl
15537            ! pp_hot.c t/op/pat.t
15538 ____________________________________________________________________________
15539 [ 15269] By: nick                                  on 2002/03/17  09:12:39
15540         Log: Integarate mainline
15541      Branch: perlio
15542           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
15543           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
15544           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
15545           !> (integrate 69 files)
15546 ____________________________________________________________________________
15547 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
15548         Log: Subject: SEGV in s/// and UTF-8
15549              From: andreas.koenig@anima.de (Andreas J. Koenig)
15550              Date: Tue, 12 Mar 2002 00:40:09 +0100
15551              Message-ID: <m3r8mqad2e.fsf@anima.de>
15552      Branch: perl
15553            ! regexec.c t/op/pat.t
15554 ____________________________________________________________________________
15555 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
15556         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
15557              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
15558              which assume that 2**someinteger is accurate.
15559      Branch: perl
15560            + t/op/pow.t
15561            ! MANIFEST pp.c t/test.pl
15562 ____________________________________________________________________________
15563 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
15564         Log: _r-ify config.win64, too.
15565      Branch: perl
15566            ! win32/config.win64
15567 ____________________________________________________________________________
15568 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
15569         Log: Better place to initialize (IRIX cc noticed that
15570              the many "goto defchars" bypass the initialization)
15571      Branch: perl
15572            ! regcomp.c
15573 ____________________________________________________________________________
15574 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
15575         Log: If not building threaded, never mind the threaded prototypes.
15576      Branch: perl
15577            ! Configure reentr.pl
15578 ____________________________________________________________________________
15579 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
15580         Log: metaconfig: If not using threads, not point probing for the
15581              prototypes (since they might be hidden behind many defines
15582              we won't have if not building threaded)
15583      Branch: metaconfig
15584            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15585            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15586            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15587            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15588            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15589            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15590            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15591            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15592            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15593            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15594            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15595            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15596            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15597            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15598            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15599            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15600            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15601            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15602            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15603            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15604            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15605            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15606            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15607            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15608 ____________________________________________________________________________
15609 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
15610         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
15611      Branch: perl
15612            ! hints/freebsd.sh
15613 ____________________________________________________________________________
15614 [ 15261] By: ams                                   on 2002/03/16  18:14:04
15615         Log: Upgrade to Tie::File 0.20.
15616      Branch: perl
15617            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
15618            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
15619            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
15620            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
15621            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
15622            ! lib/Tie/File/t/11_rv_splice_rs.t
15623            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
15624            ! lib/Tie/File/t/16_handle.t
15625 ____________________________________________________________________________
15626 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
15627         Log: There seems to be a trend for the *time_r to be hidden.
15628      Branch: perl
15629            ! hints/irix_6.sh
15630 ____________________________________________________________________________
15631 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
15632         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
15633              From: Stas Bekman <stas@stason.org>
15634              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
15635              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
15636      Branch: perl
15637            ! lib/Pod/Html.pm
15638 ____________________________________________________________________________
15639 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
15640         Log: Subject: [PATCH] Re: dumpvar.pl bug
15641              From: Peter Scott <Peter@PSDT.com>
15642              Date: Fri, 15 Mar 2002 18:19:21 -0800
15643              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
15644      Branch: perl
15645            ! lib/dumpvar.pl lib/perl5db.pl
15646 ____________________________________________________________________________
15647 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
15648         Log: More paranoid _r protochecking.  At least Tru64 and
15649              Linux need additional hinting help to believe that
15650              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
15651              to see what goes bang.
15652      Branch: perl
15653            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
15654            ! reentr.pl
15655 ____________________________________________________________________________
15656 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
15657         Log: metaconfig: more paranoid _r protochecking.
15658      Branch: metaconfig
15659            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15660            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15661            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15662            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15663            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15664            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15665            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15666            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15667            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15668            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15669            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15670            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15671            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15672            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15673            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15674            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15675            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15676            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15677            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15678            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15679            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15680            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15681            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15682            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15683 ____________________________________________________________________________
15684 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
15685         Log: HP-UX gcc 3 warnings found by Sarathy.
15686      Branch: perl
15687            ! regcomp.c sv.c
15688 ____________________________________________________________________________
15689 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
15690         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
15691              From: Slaven Rezic <slaven.rezic@berlin.de>
15692              Date: 16 Mar 2002 15:29:18 +0100
15693              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
15694      Branch: perl
15695            ! pod/perldelta.pod
15696 ____________________________________________________________________________
15697 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
15698         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
15699      Branch: perl
15700            ! Porting/findrfuncs reentr.h reentr.pl
15701 ____________________________________________________________________________
15702 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
15703         Log: UIN32_MAX with borken under HP-UX+gcc
15704      Branch: perl
15705            ! handy.h
15706 ____________________________________________________________________________
15707 [ 15251] By: ams                                   on 2002/03/16  02:38:08
15708         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
15709              *::DESTROY() is deprecated
15710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15711              Date: Thu, 14 Mar 2002 18:39:22 -0500
15712              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
15713              
15714              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
15715              *::DESTROY() is deprecated
15716              From: Dave Mitchell <davem@fdgroup.com>
15717              Date: Fri, 15 Mar 2002 19:22:49 +0000
15718              Message-Id: <20020315192249.A22389@fdgroup.com>
15719      Branch: perl
15720            ! gv.c t/op/method.t
15721 ____________________________________________________________________________
15722 [ 15250] By: ams                                   on 2002/03/16  02:14:41
15723         Log: Plural nit.
15724      Branch: perl
15725            ! pod/perldelta.pod
15726 ____________________________________________________________________________
15727 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
15728         Log: Doesn't make sense to test for protos if the
15729              functions are not to be used (!= functions exist!)
15730              This might be the key (well, a key) to the HP-UX
15731              problems.
15732      Branch: perl
15733            ! reentr.h reentr.pl
15734 ____________________________________________________________________________
15735 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
15736         Log: Typo in #15247.
15737      Branch: perl
15738            ! hints/hpux.sh
15739 ____________________________________________________________________________
15740 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
15741         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
15742              in HP-UX (from H.Merijn Brand)
15743      Branch: perl
15744            ! hints/hpux.sh
15745 ____________________________________________________________________________
15746 [ 15246] By: ams                                   on 2002/03/15  17:53:23
15747         Log: Subject: minor corrections in perldelta.pod
15748              From: mjd@plover.com
15749              Date: 15 Mar 2002 18:48:42 -0000
15750              Message-Id: <20020315184842.13573.qmail@plover.com>
15751      Branch: perl
15752            ! pod/perldelta.pod
15753 ____________________________________________________________________________
15754 [ 15245] By: ams                                   on 2002/03/15  17:37:52
15755         Log: Upgrade to Tie::File 0.19.
15756      Branch: perl
15757            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
15758            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
15759            + lib/Tie/File/t/21_win32.t
15760            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
15761            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
15762            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
15763            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
15764            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
15765            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
15766            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
15767            ! lib/Tie/File/t/17_misc_meth.t
15768 ____________________________________________________________________________
15769 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
15770         Log: Update Changes.
15771      Branch: perl
15772            ! Changes patchlevel.h
15773 ____________________________________________________________________________
15774 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
15775         Log: Forgot from #15241.
15776      Branch: perl
15777            ! win32/config_sh.PL
15778 ____________________________________________________________________________
15779 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
15780         Log: Subject: patch pod/perltodo.pod
15781              From: mjd@plover.com
15782              Date: 15 Mar 2002 15:42:18 -0000
15783              Message-ID: <20020315154218.10163.qmail@plover.com>
15784              
15785              (With s/WANT/Want/)
15786      Branch: perl
15787            ! pod/perltodo.pod
15788 ____________________________________________________________________________
15789 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
15790         Log: Subject: [PATCH bleadperl] (revision 5 undef)
15791              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15792              Date: Fri, 15 Mar 2002 00:39:48 +0100
15793              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
15794      Branch: perl
15795            ! win32/config.bc win32/config.gc win32/config.vc
15796            ! win32/config.win64
15797 ____________________________________________________________________________
15798 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
15799         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
15800              From: Michael G Schwern <schwern@pobox.com>
15801              Date: Thu, 14 Mar 2002 16:39:29 -0500
15802              Message-ID: <20020314213929.GA2912@blackrider>
15803      Branch: perl
15804            ! lib/perl5db.pl
15805 ____________________________________________________________________________
15806 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
15807         Log: Integrate perlio:
15808              
15809              [ 15235]
15810              Add the binmode()s to make JP.t pass on Win32
15811      Branch: perl
15812           !> embed.fnc ext/Encode/t/JP.t
15813 ____________________________________________________________________________
15814 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
15815         Log: Monster _r patch: try to scan for all known _r variants,
15816              and then use them (under ithreads).  May fail in HP-UX,
15817              and the op/groups is known to be fickle everywhere.  Known
15818              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
15819              warnings in AIX since the first arguments of getnetbyaddr
15820              and getnetbyadd_r are of different types.  Thanks, IBM.)
15821              
15822              In non-Configure platforms deny the existence of any
15823              of the _r thingies.  (Also add the recently introduced
15824              d_tm_* to places it wasn't already in.)
15825              
15826              TODO: the suggested glibc buffer growth retry loop in case
15827              some entries (at least for: gr*, host*) are big.
15828              Forgot win32/config.win64.
15829      Branch: perl
15830            + reentr.c reentr.h reentr.pl
15831            ! Configure MANIFEST Makefile.SH NetWare/Makefile
15832            ! NetWare/config.wc Porting/Glossary Porting/config.sh
15833            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
15834            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
15835            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
15836            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
15837            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
15838            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
15839            ! win32/config.bc win32/config.gc win32/config.vc
15840            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
15841 ____________________________________________________________________________
15842 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
15843         Log: Be more explicit on when is the $! worth anything.
15844      Branch: perl
15845            ! pod/perlvar.pod
15846 ____________________________________________________________________________
15847 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
15848         Log: metaconfig: _r _r we go.
15849      Branch: metaconfig
15850            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15851            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15852            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15853            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15854            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15855            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15856            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15857            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15858            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15859            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15860            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15861            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15862            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15863            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15864            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15865            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15866            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15867            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15868            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15869            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15870            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15871            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15872            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15873            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15874 ____________________________________________________________________________
15875 [ 15235] By: nick                                  on 2002/03/15  07:31:54
15876         Log: Add the binmode()s to make JP.t pass on Win32
15877      Branch: perlio
15878            ! ext/Encode/t/JP.t
15879 ____________________________________________________________________________
15880 [ 15234] By: nick                                  on 2002/03/15  07:20:49
15881         Log: Integrate perlio:
15882              
15883              [ 15233]
15884              Mark JP.t's data files as binary
15885              
15886              [ 15011]
15887              Avoid $Id$ cleverness and just have a $VERSION.
15888      Branch: perl
15889           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
15890 ____________________________________________________________________________
15891 [ 15233] By: nick                                  on 2002/03/15  07:18:02
15892         Log: Mark JP.t's data files as binary
15893      Branch: perlio
15894            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
15895 ____________________________________________________________________________
15896 [ 15232] By: nick                                  on 2002/03/15  07:13:38
15897         Log: Integrate mainline
15898      Branch: perlio
15899           +> ext/B/t/xref.t
15900           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
15901           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
15902           !> perl.c t/op/arith.t
15903 ____________________________________________________________________________
15904 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
15905         Log: The section needs to be in the makedepend script
15906              (from Jan-Erik Karlsson).
15907      Branch: perl
15908            ! makedepend.SH
15909 ____________________________________________________________________________
15910 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
15911         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
15912              From: Nicholas Clark <nick@unfortu.net>
15913              Date: Thu, 14 Mar 2002 23:05:23 +0000
15914              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
15915      Branch: perl
15916            ! ext/Safe/safe2.t
15917 ____________________________________________________________________________
15918 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
15919         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
15920              From: "Brent Dax" <brentdax@cpan.org>
15921              Date: Thu, 14 Mar 2002 09:08:41 -0800
15922              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
15923      Branch: perl
15924            ! lib/Pod/Html.pm
15925 ____________________________________________________________________________
15926 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
15927         Log: metaconfig: one round again for the _r.
15928      Branch: metaconfig
15929            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15930            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15931            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15932            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15933            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15934            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15935            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15936            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15937            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15938            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15939            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15940            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15941            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15942            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15943            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15944            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15945            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15946            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15947            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15948            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15949            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15950            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15951            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15952            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15953 ____________________________________________________________________________
15954 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
15955         Log: metaconfig: new round of the _r units.
15956      Branch: metaconfig
15957            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15958            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15959            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15960            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15961            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15962            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15963            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15964            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15965            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15966            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15967            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15968            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15969            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15970            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15971            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15972            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15973            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15974            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15975            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15976            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15977            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15978            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15979            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15980            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15981      Branch: metaconfig/U/perl
15982            + i_crypt.U
15983 ____________________________________________________________________________
15984 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
15985         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
15986              From: Paul_GreenVOS@vos.stratus.com
15987              Date: Tue, 12 Mar 02 19:22 est   
15988              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
15989      Branch: perl
15990            ! lib/Benchmark.t t/op/arith.t
15991 ____________________________________________________________________________
15992 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
15993         Log: Subject: Re: Win32: C:\Program Files
15994              From: "Ken Williams" <ken@mathforum.org>
15995              Date: Wed, 13 Mar 2002 17:50:59 -0600
15996              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
15997              
15998              Add -t to perl -h.
15999      Branch: perl
16000            ! perl.c
16001 ____________________________________________________________________________
16002 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
16003         Log: Extra paranoia from Nick Clark.
16004      Branch: perl
16005            ! ext/Safe/safe2.t
16006 ____________________________________________________________________________
16007 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
16008         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
16009              From: Nicholas Clark <nick@ccl4.org>
16010              Date: Wed, 13 Mar 2002 14:22:50 +0000
16011              Message-ID: <20020313142250.G92566@plum.flirble.org>
16012      Branch: perl
16013            ! ext/Safe/safe2.t
16014 ____________________________________________________________________________
16015 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
16016         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
16017              From: <slaven.rezic@berlin.de>
16018              Date: Tue, 12 Mar 2002 13:03:41 +0100      
16019              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
16020      Branch: perl
16021            ! Makefile.SH
16022 ____________________________________________________________________________
16023 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
16024         Log: Subject: [PATCH] a test for B::Xref
16025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16026              Date: Wed, 13 Mar 2002 17:18:57 +0100
16027              Message-ID: <20020313171857.F1144@rafael>
16028      Branch: perl
16029            + ext/B/t/xref.t
16030            ! MANIFEST ext/B/B/Xref.pm
16031 ____________________________________________________________________________
16032 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
16033         Log: Subject: [PATCH] Exporter.pm POD fixups
16034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16035              Date: Wed, 13 Mar 2002 16:21:42 +0100
16036              Message-ID: <20020313162142.A1144@rafael>
16037      Branch: perl
16038            ! lib/Exporter.pm
16039 ____________________________________________________________________________
16040 [ 15219] By: nick                                  on 2002/03/14  07:00:16
16041         Log: Integrate mainline
16042      Branch: perlio
16043           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
16044 ____________________________________________________________________________
16045 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
16046         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
16047              From: Michael G Schwern <schwern@pobox.com>
16048              Date: Wed, 13 Mar 2002 17:43:00 -0500
16049              Message-ID: <20020313224300.GG3311@blackrider>
16050      Branch: perl
16051            ! lib/ExtUtils/MM_VMS.pm
16052 ____________________________________________________________________________
16053 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
16054         Log: Pod tweak.
16055      Branch: perl
16056            ! lib/open.pm
16057 ____________________________________________________________________________
16058 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
16059         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
16060              From: "Craig A. Berry" <craigberry@mac.com>
16061              Date: Wed, 13 Mar 2002 01:44:01 -0600
16062              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
16063      Branch: perl
16064            ! vms/descrip_mms.template
16065 ____________________________________________________________________________
16066 [ 15215] By: nick                                  on 2002/03/13  08:08:36
16067         Log: Integrate mainline.
16068      Branch: perlio
16069           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
16070            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16071            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16072            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16073            - ext/Data/Util/t/Hash.t
16074           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
16075           !> ext/Encode/lib/Encode/CN/HZ.pm
16076           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16077           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
16078           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
16079           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
16080           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
16081           !> t/op/override.t toke.c universal.c
16082 ____________________________________________________________________________
16083 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
16084         Log: metaconfig: three guesses.
16085      Branch: metaconfig
16086            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16087            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16088            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16089            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16090            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16091            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16092            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16093            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16094            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16095            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16096            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16097            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16098            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16099            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16100            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16101            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16102            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16103            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16104            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16105            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16106            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16107            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16108            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16109            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16110 ____________________________________________________________________________
16111 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
16112         Log: metaconfig: regen _r units again.
16113      Branch: metaconfig
16114            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16115            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16116            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16117            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16118            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16119            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16120            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16121            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16122            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16123            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16124            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16125            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16126            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16127            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16128            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16129            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16130            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16131            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16132            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16133            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16134            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16135            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16136            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16137            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16138 ____________________________________________________________________________
16139 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
16140         Log: metaconfig: regen _r units.
16141      Branch: metaconfig
16142            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
16143            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16144            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16145            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16146            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16147            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16148            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16149            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16150            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16151            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16152            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16153            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16154            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16155            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16156            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16157            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16158            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16159            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16160            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16161            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16162            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16163            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16164            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16165            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16166            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16167 ____________________________________________________________________________
16168 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
16169         Log: metaconfig unit tweaks.
16170      Branch: metaconfig
16171            + U/threads/d_setprotoent_r.U
16172            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
16173            ! U/threads/d_tmpnam_r.U
16174 ____________________________________________________________________________
16175 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
16176         Log: metaconfig: replace the _r units with autogenerated ones.
16177      Branch: metaconfig
16178            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16179            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
16180            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16181            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
16182            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
16183            + U/threads/d_getprotobyname_r.U
16184            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16185            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
16186            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
16187            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16188            + U/threads/d_setservent_r.U
16189            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
16190            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
16191            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
16192            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
16193            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
16194            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
16195            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
16196            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
16197            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
16198            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16199            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16200            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16201            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
16202            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16203            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
16204            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
16205            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16206            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16207            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16208            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
16209            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
16210            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
16211            ! U/threads/d_ttyname_r.U
16212 ____________________________________________________________________________
16213 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
16214         Log: More known threadsafings.
16215      Branch: perl
16216            ! Porting/findrfuncs
16217 ____________________________________________________________________________
16218 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
16219         Log: Small tweaks.
16220      Branch: perl
16221            ! lib/Internals.t universal.c
16222 ____________________________________________________________________________
16223 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
16224         Log: VERSIONize.
16225      Branch: perl
16226            ! ext/Encode/lib/Encode/CN/HZ.pm
16227            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16228            ! ext/Encode/lib/Encode/JP/JIS.pm
16229 ____________________________________________________________________________
16230 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
16231         Log: Subject: perl datastructure conversion shortcuts for DDD
16232              From: Stas Bekman <stas@stason.org>
16233              Date: Mon, 11 Mar 2002 14:54:31 +0800
16234              Message-ID: <3C8C54A7.5020502@stason.org>
16235      Branch: perl
16236            ! pod/perlhack.pod
16237 ____________________________________________________________________________
16238 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
16239         Log: Regen modlib.
16240      Branch: perl
16241            ! pod/perlmodlib.pod
16242 ____________________________________________________________________________
16243 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
16244         Log: Regen toc.
16245      Branch: perl
16246            ! pod/perltoc.pod
16247 ____________________________________________________________________________
16248 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
16249         Log: Tiny pod tweaks.
16250      Branch: perl
16251            ! lib/Hash/Util.pm
16252 ____________________________________________________________________________
16253 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
16254         Log: perldeltaize Hash::Util.
16255      Branch: perl
16256            ! pod/perldelta.pod
16257 ____________________________________________________________________________
16258 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
16259         Log: Move the readonly interface back to universal.c,
16260              (new name: Internals::SvREADONLY), remove Data::Util,
16261              move Hash::Util to lib, also introduce refcnt interface
16262              (Internals::SvREFCNT).     Make both the new interfaces
16263              to be more sane so that if they set the value, they return
16264              the new value, not the old one.
16265      Branch: perl
16266            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
16267            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16268            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16269            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16270            - ext/Data/Util/t/Hash.t
16271            ! MANIFEST ext/B/t/stash.t universal.c
16272 ____________________________________________________________________________
16273 [ 15200] By: ams                                   on 2002/03/12  15:16:05
16274         Log: Subject: Disambiguate "Can't locate"
16275              From: Mike Guy <mjtg@cam.ac.uk>
16276              Date: Tue, 12 Mar 2002 16:04:23 +0000
16277              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
16278      Branch: perl
16279            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
16280            ! pp_ctl.c t/op/override.t
16281 ____________________________________________________________________________
16282 [ 15199] By: ams                                   on 2002/03/12  15:04:43
16283         Log: Subject: [PATCH] perl/lib/File/stat.t
16284              From: Paul_GreenVOS@vos.stratus.com
16285              Date: Tue, 12 Mar 02 11:00 est
16286              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
16287      Branch: perl
16288            ! lib/File/stat.t
16289 ____________________________________________________________________________
16290 [ 15198] By: ams                                   on 2002/03/12  15:00:44
16291         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
16292              From: Robin Barker <rmb1@cise.npl.co.uk>
16293              Date: Tue, 12 Mar 2002 13:31:58 GMT
16294              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
16295      Branch: perl
16296            ! pod/perlfunc.pod
16297 ____________________________________________________________________________
16298 [ 15197] By: ams                                   on 2002/03/12  14:57:34
16299         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
16300              From: "Clinton A. Pierce" <clintp@geeksalad.org>
16301              Date: Tue, 12 Mar 2002 10:11:53 -0500
16302              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
16303      Branch: perl
16304            ! toke.c
16305 ____________________________________________________________________________
16306 [ 15196] By: nick                                  on 2002/03/12  13:40:35
16307         Log: Integrate mainline
16308      Branch: perlio
16309           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16310           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16311           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16312           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
16313            - t/lib/access.t
16314           !> (integrate 96 files)
16315 ____________________________________________________________________________
16316 [ 15195] By: nick                                  on 2002/03/12  06:08:24
16317         Log: Integrate mainline (a while ago)
16318      Branch: perlio
16319           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
16320           +> ext/Encode/t/TW.t
16321            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
16322            - ext/Encode/lib/Encode/Tcl/HanZi.pm
16323            - ext/I18N/Langinfo/fallback.c
16324           !> (integrate 80 files)
16325 ____________________________________________________________________________
16326 [ 15194] By: ams                                   on 2002/03/12  06:02:20
16327         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
16328              From: Jonathan Stowe <gellyfish@gellyfish.com>
16329              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
16330              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
16331      Branch: perl
16332            ! ext/Encode/CN/Makefile.PL
16333 ____________________________________________________________________________
16334 [ 15193] By: ams                                   on 2002/03/12  05:55:07
16335         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
16336              From: Dave Mitchell <davem@fdgroup.co.uk>
16337              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
16338              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
16339      Branch: perl
16340            ! pod/perlguts.pod
16341 ____________________________________________________________________________
16342 [ 15192] By: ams                                   on 2002/03/12  05:50:08
16343         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
16344              From: Anton Tagunov <tagunov@motor.ru>
16345              Date: Tue, 12 Mar 2002 01:40:58 +0300
16346              Message-Id: <1194068830.20020312014058@motor.ru>
16347              (Applied with tweaks.)
16348      Branch: perl
16349            ! lib/utf8.pm
16350 ____________________________________________________________________________
16351 [ 15191] By: ams                                   on 2002/03/12  05:42:21
16352         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
16353              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16354              Date: Sun, 10 Mar 2002 22:10:15 +0100
16355              Message-Id: <3C8BD9C7.13988.73992D@localhost>
16356      Branch: perl
16357            ! iperlsys.h
16358 ____________________________________________________________________________
16359 [ 15190] By: ams                                   on 2002/03/12  05:38:08
16360         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
16361              From: Anton Tagunov <tagunov@motor.ru>
16362              Date: Mon, 11 Mar 2002 23:27:47 +0300
16363              Message-Id: <19414222180.20020311232747@motor.ru>
16364      Branch: perl
16365            ! pod/perlsub.pod
16366 ____________________________________________________________________________
16367 [ 15189] By: ams                                   on 2002/03/12  05:34:49
16368         Log: Subject: minor patch for comment in utfebcdic.h
16369              From: Anton Tagunov <tagunov@motor.ru>
16370              Date: Tue, 12 Mar 2002 00:20:21 +0300
16371              Message-Id: <13817376786.20020312002021@motor.ru>
16372      Branch: perl
16373            ! utfebcdic.h
16374 ____________________________________________________________________________
16375 [ 15188] By: ams                                   on 2002/03/12  05:32:30
16376         Log: Subject: [PATCH ?] B::Xref improvements
16377              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16378              Date: Mon, 11 Mar 2002 23:32:20 +0100
16379              Message-Id: <20020311233220.A12677@rafael>
16380      Branch: perl
16381            ! ext/B/B/Xref.pm
16382 ____________________________________________________________________________
16383 [ 15187] By: ams                                   on 2002/03/12  05:30:02
16384         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
16385              From: Paul_GreenVOS@vos.stratus.com
16386              Date: Mon, 11 Mar 02 17:23 est
16387              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
16388      Branch: perl
16389            ! lib/ExtUtils/MM_Unix.pm
16390 ____________________________________________________________________________
16391 [ 15186] By: ams                                   on 2002/03/12  05:27:06
16392         Log: Subject: [PATCH] installperl - minor untangle for VOS
16393              From: Paul_GreenVOS@vos.stratus.com
16394              Date: Mon, 11 Mar 02 17:05 est
16395              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
16396      Branch: perl
16397            ! installperl
16398 ____________________________________________________________________________
16399 [ 15185] By: ams                                   on 2002/03/12  05:25:59
16400         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
16401              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16402              Date: Mon, 11 Mar 2002 22:37:39 +0100
16403              Message-Id: <20020311223739.A691@rafael>
16404      Branch: perl
16405            ! ext/B/B/Deparse.pm
16406 ____________________________________________________________________________
16407 [ 15184] By: ams                                   on 2002/03/12  05:20:54
16408         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
16409              From: Michael G Schwern <schwern@pobox.com>
16410              Date: Tue, 12 Mar 2002 01:12:08 -0500
16411              Message-Id: <20020312061208.GD904@blackrider>
16412      Branch: perl
16413            ! hints/netbsd.sh
16414 ____________________________________________________________________________
16415 [ 15183] By: ams                                   on 2002/03/12  04:12:30
16416         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
16417              From: Autrijus Tang <autrijus@autrijus.org>
16418              Date: Tue, 12 Mar 2002 13:05:53 +0800
16419              Message-Id: <20020312050553.GA7864@not.autrijus.org>
16420              (Only doc hunk applied, supplementing #15182.)
16421      Branch: perl
16422            ! ext/Encode/Encode.pm
16423 ____________________________________________________________________________
16424 [ 15182] By: ams                                   on 2002/03/12  04:04:34
16425         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
16426              From: Autrijus Tang <autrijus@autrijus.org>
16427              Date: Tue, 12 Mar 2002 12:56:46 +0800
16428              Message-Id: <20020312045646.GA7689@not.autrijus.org>
16429              (Private mail.)
16430      Branch: perl
16431            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
16432 ____________________________________________________________________________
16433 [ 15181] By: ams                                   on 2002/03/12  03:09:20
16434         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
16435              From: Autrijus Tang <autrijus@autrijus.org>
16436              Date: Tue, 12 Mar 2002 11:55:06 +0800
16437              Message-Id: <20020312035506.GA6946@not.autrijus.org>
16438      Branch: perl
16439            ! ext/Encode/Encode.pm
16440 ____________________________________________________________________________
16441 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
16442         Log: Deypo.
16443      Branch: metaconfig
16444            ! U/threads/d_asctime_r.U
16445 ____________________________________________________________________________
16446 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
16447         Log: FAQ sync.
16448      Branch: perl
16449            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16450            ! pod/perlfaq4.pod pod/perlfaq5.pod
16451 ____________________________________________________________________________
16452 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
16453         Log: The test needs perlio.
16454      Branch: perl
16455            ! lib/open.t
16456 ____________________________________________________________________________
16457 [ 15177] By: ams                                   on 2002/03/11  15:41:08
16458         Log: Subject: perlreftut update
16459              From: Mark-Jason Dominus <mjd@plover.com>
16460              Date: Mon, 11 Mar 2002 11:36:27 -0500
16461              Message-Id: <20020311163627.31020.qmail@plover.com>
16462      Branch: perl
16463            ! pod/perlreftut.pod
16464 ____________________________________________________________________________
16465 [ 15176] By: ams                                   on 2002/03/11  15:35:24
16466         Log: Subject: Minor correction in perlfaq5
16467              From: mjd@plover.com
16468              Date: 11 Mar 2002 16:34:22 -0000
16469              Message-Id: <20020311163422.30963.qmail@plover.com>
16470      Branch: perl
16471            ! pod/perlfaq5.pod
16472 ____________________________________________________________________________
16473 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
16474         Log: number of skipped tests was incorrect
16475      Branch: perl
16476            ! t/op/stat.t
16477 ____________________________________________________________________________
16478 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
16479         Log: remove doubled CRs
16480      Branch: perl
16481            ! win32/Makefile
16482 ____________________________________________________________________________
16483 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
16484         Log: Update Changes.
16485      Branch: perl
16486            ! Changes patchlevel.h
16487 ____________________________________________________________________________
16488 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
16489         Log: Regen toc.
16490      Branch: perl
16491            ! pod/perltoc.pod
16492 ____________________________________________________________________________
16493 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
16494         Log: Add t/CN.t and t/TW.t; re-sort.
16495      Branch: perl
16496            ! ext/Encode/MANIFEST
16497 ____________________________________________________________________________
16498 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
16499         Log: Document what to do if one yearns back to
16500              the old legacy encoding.
16501      Branch: perl
16502            ! lib/encoding.pm
16503 ____________________________________________________________________________
16504 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
16505         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
16506              as general purpose encoding transformation interfaces
16507              since that's not what they are.
16508      Branch: perl
16509            ! lib/utf8.pm pod/perlunicode.pod sv.c
16510 ____________________________________________________________________________
16511 [ 15168] By: ams                                   on 2002/03/11  12:54:16
16512         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
16513              warnings
16514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16515              Date: Mon, 11 Mar 2002 14:35:22 +0100
16516              Message-Id: <20020311143522.A7431@rafael>
16517      Branch: perl
16518            ! t/lib/warnings/pp_sys
16519 ____________________________________________________________________________
16520 [ 15167] By: ams                                   on 2002/03/11  04:57:20
16521         Log: A little commonsense is better than 1_compile.
16522      Branch: perl
16523            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16524 ____________________________________________________________________________
16525 [ 15166] By: ams                                   on 2002/03/11  04:53:50
16526         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
16527              From: Michael G Schwern <schwern@pobox.com>
16528              Date: Sun, 10 Mar 2002 13:27:12 -0500
16529              Message-Id: <20020310182712.GC693@blackrider>
16530              
16531              Subject: [PATCH] Hash::Util part 2
16532              From: Michael G Schwern <schwern@pobox.com>
16533              Date: Sun, 10 Mar 2002 15:09:34 -0500
16534              Message-Id: <20020310200934.GB27112@blackrider>
16535              
16536              Subject: [PATCH] Hash::Util MANIFEST correction
16537              From: Michael G Schwern <schwern@pobox.com>
16538              Date: Sun, 10 Mar 2002 16:27:07 -0500
16539              Message-Id: <20020310212707.GF27112@blackrider>
16540              
16541              (Also changes find.t and taint.t, which were looking for access.t)
16542      Branch: perl
16543            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
16544            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
16545            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
16546            + ext/Data/Util/t/Hash.t
16547            - t/lib/access.t
16548            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
16549            ! pod/perldiag.pod pod/perltodo.pod universal.c
16550 ____________________________________________________________________________
16551 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
16552         Log: metaconfig: more thready fixes.
16553      Branch: metaconfig
16554            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
16555            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
16556            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
16557            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
16558            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
16559            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
16560            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16561            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
16562            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
16563 ____________________________________________________________________________
16564 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
16565         Log: Skip obsoleted interfaces.
16566      Branch: perl
16567            ! Porting/findrfuncs
16568 ____________________________________________________________________________
16569 [ 15162] By: ams                                   on 2002/03/11  03:48:14
16570         Log: Typo fixes.
16571      Branch: perl
16572            ! perl.c
16573 ____________________________________________________________________________
16574 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
16575         Log: Upgrade to Locale::Codes 2.02.
16576      Branch: perl
16577            + lib/Locale/Codes/t/rename.t
16578            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
16579            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
16580            ! lib/Locale/Country.pod
16581 ____________________________________________________________________________
16582 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
16583         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
16584              From: Nicholas Clark <nick@unfortu.net>
16585              Date: Sun, 10 Mar 2002 18:17:50 +0000
16586              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
16587              
16588              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
16589              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16590              Date: Sun, 10 Mar 2002 13:53:34 -0800
16591              Message-ID: <eX9i8gzkg26G092yn@efn.org>
16592              
16593              (and reenable the feature in freebsd,
16594              and move the freebsd pr url to perl.c)
16595      Branch: perl
16596            ! hints/freebsd.sh perl.c pod/perldelta.pod
16597 ____________________________________________________________________________
16598 [ 15159] By: ams                                   on 2002/03/11  03:34:13
16599         Log: Subject: [PATCH stash.t] access::readonly is gone
16600              From: Michael G Schwern <schwern@pobox.com>
16601              Date: Sun, 10 Mar 2002 16:18:14 -0500
16602              Message-Id: <20020310211813.GE27112@blackrider>
16603      Branch: perl
16604            ! ext/B/t/stash.t
16605 ____________________________________________________________________________
16606 [ 15158] By: ams                                   on 2002/03/11  03:28:04
16607         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
16608              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16609              Date: Sun, 10 Mar 2002 22:10:15 +0100
16610              Message-Id: <3C8BD9C7.610.7398DD@localhost>
16611      Branch: perl
16612            ! lib/Net/Ping/t/110_icmp_inst.t
16613 ____________________________________________________________________________
16614 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
16615         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
16616              From: Michael G Schwern <schwern@pobox.com>
16617              Date: Sun, 10 Mar 2002 19:22:33 -0500
16618              Message-ID: <20020311002233.GE4927@blackrider>
16619      Branch: perl
16620            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
16621            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
16622            ! lib/Test/Simple/t/fail-more.t
16623 ____________________________________________________________________________
16624 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
16625         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
16626              From: Michael G Schwern <schwern@pobox.com>
16627              Date: Sun, 10 Mar 2002 17:14:10 -0500
16628              Message-ID: <20020310221410.GA4915@blackrider>
16629      Branch: perl
16630            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
16631            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
16632 ____________________________________________________________________________
16633 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
16634         Log: Subject: [PATCH] more warnings tidyup
16635              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16636              Date: Sun, 10 Mar 2002 21:01:39 -0000
16637              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
16638      Branch: perl
16639            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
16640            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
16641            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
16642            ! util.c
16643 ____________________________________________________________________________
16644 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
16645         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
16646              From: Nicholas Clark <nick@unfortu.net>
16647              Date: Sun, 10 Mar 2002 23:21:07 +0000
16648              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
16649      Branch: perl
16650            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
16651            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
16652            ! ext/Encode/TW/Makefile.PL
16653 ____________________________________________________________________________
16654 [ 15153] By: ams                                   on 2002/03/11  03:06:59
16655         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
16656              From: Max Baker <max@warped.org>
16657              Date: Fri, 8 Mar 2002 10:56:19 -0800
16658              Message-Id: <20020308105619.A15039@warped.org>
16659      Branch: perl
16660            ! ext/IO/lib/IO/Socket/INET.pm
16661 ____________________________________________________________________________
16662 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
16663         Log: Subject: [PATCH] spelling correction
16664              From: Nicholas Clark <nick@unfortu.net>
16665              Date: Sun, 10 Mar 2002 18:34:42 +0000
16666              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
16667      Branch: perl
16668            ! pp.c pp_hot.c
16669 ____________________________________________________________________________
16670 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
16671         Log: DG/UX updates from Takis Psarogiannakopoulos.
16672      Branch: perl
16673            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
16674 ____________________________________________________________________________
16675 [ 15150] By: ams                                   on 2002/03/11  03:02:47
16676         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
16677              From: Chris Nandor <pudge@pobox.com>
16678              Date: Mon, 04 Mar 2002 17:48:12 -0500
16679              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
16680      Branch: perl
16681            ! lib/DB.pm lib/perl5db.pl
16682 ____________________________________________________________________________
16683 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
16684         Log: metaconfig unit changes in preparation of reentrancy changes.
16685      Branch: metaconfig
16686            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
16687            + U/threads/d_ttyname_r.U
16688            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
16689            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
16690            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
16691            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
16692            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16693            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
16694            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16695            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
16696            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
16697            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
16698            ! U/threads/d_strerror_r.U
16699 ____________________________________________________________________________
16700 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
16701         Log: Mysterious characters.
16702      Branch: perl
16703            ! utf8.h
16704 ____________________________________________________________________________
16705 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
16706         Log: Unused.
16707      Branch: perl
16708            ! op.c
16709 ____________________________________________________________________________
16710 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
16711         Log: Implement :std subpragma of the open pragma
16712              that makes the standard filehandles to talk in
16713              encodings.  This change set off a weird warning
16714              from op.c, though: disabled it now until someone
16715              who knows what it is about comes along.
16716      Branch: perl
16717            ! lib/open.pm op.c
16718 ____________________________________________________________________________
16719 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
16720         Log: Document the logic of :locale better.
16721      Branch: perl
16722            ! lib/open.pm
16723 ____________________________________________________________________________
16724 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
16725         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
16726              From: Slaven Rezic <slaven.rezic@berlin.de>
16727              Date: 10 Mar 2002 02:49:17 +0100
16728              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
16729      Branch: perl
16730            ! hints/freebsd.sh
16731 ____________________________________________________________________________
16732 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
16733         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
16734              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16735              Date: Sun, 10 Mar 2002 17:08:54 +0900
16736              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
16737      Branch: perl
16738            ! ext/Encode/lib/Encode/Tcl.pm
16739            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16740            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16741            ! ext/Encode/lib/Encode/Tcl/Table.pm
16742 ____________________________________________________________________________
16743 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
16744         Log: The patch does the following:
16745              - Nix the unneccessary diagnostics line
16746              - Quell -w warnings if the first ENV doesn't exist
16747              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
16748              is too baroque and bloated for daily use (and for perl core inclusion).
16749              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
16750              non-fatal.
16751              - Consequently, the ^OPEN bits is set only when needed.
16752      Branch: perl
16753            ! lib/open.pm
16754 ____________________________________________________________________________
16755 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
16756         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
16757      Branch: perl
16758            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
16759 ____________________________________________________________________________
16760 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
16761         Log: Precedence problem.
16762      Branch: perl
16763            ! ext/Socket/socketpair.t
16764 ____________________________________________________________________________
16765 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
16766         Log: Renaming tweaks, and split off the reentrant "superbuffer"
16767              init routine.
16768      Branch: perl
16769            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
16770            ! sv.c util.c
16771 ____________________________________________________________________________
16772 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
16773         Log: The 7-bit jis seems to be the hanging one.
16774      Branch: perl
16775            ! ext/Encode/t/Tcl.t
16776 ____________________________________________________________________________
16777 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
16778         Log: Begone.
16779      Branch: perl
16780            ! ext/Encode/MANIFEST
16781 ____________________________________________________________________________
16782 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
16783         Log: Better fix from Autrijus.
16784      Branch: perl
16785            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16786            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
16787 ____________________________________________________________________________
16788 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
16789         Log: Not everybody has Encode::HanExtra.
16790      Branch: perl
16791            ! ext/Encode/Encode.pm
16792 ____________________________________________________________________________
16793 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
16794         Log: Decutandpasto.
16795      Branch: perl
16796            ! ext/Encode/lib/Encode/Tcl.pm
16797 ____________________________________________________________________________
16798 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
16799         Log: Subject: [PATCH] Data::Dumper
16800              From: Nicholas Clark <nick@unfortu.net>
16801              Date: Sat, 9 Mar 2002 19:03:54 +0000
16802              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
16803      Branch: perl
16804            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16805            ! ext/Data/Dumper/t/dumper.t
16806 ____________________________________________________________________________
16807 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
16808         Log: Subject: [PATCH] socketpair.t w/o fork
16809              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16810              Date: Sat, 9 Mar 2002 14:55:11 +0100
16811              Message-ID: <3C8A224F.29578.13691BA@localhost>
16812              
16813              (modified as suggested by Sarathy)
16814      Branch: perl
16815            ! ext/Socket/socketpair.t
16816 ____________________________________________________________________________
16817 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
16818         Log: Subject: [PATCH perldelta] Mention Change 14727
16819              From: Autrijus Tang <autrijus@autrijus.org>
16820              Date: Sat, 9 Mar 2002 23:31:40 +0800
16821              Message-ID: <20020309153140.GA4224@not.autrijus.org>
16822      Branch: perl
16823            ! pod/perldelta.pod
16824 ____________________________________________________________________________
16825 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
16826         Log: Make Encode.pm implicitly load external CJK tables the first
16827              time they're needed (instead of immediately), from Autrijus
16828              Tang.
16829      Branch: perl
16830            ! ext/Encode/Encode.pm
16831 ____________________________________________________________________________
16832 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
16833         Log: Subject: Re: Two questions
16834              From: Nicholas Clark <nick@unfortu.net>
16835              Date: Sat, 9 Mar 2002 12:42:40 +0000
16836              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
16837      Branch: perl
16838            ! Porting/pumpkin.pod
16839 ____________________________________________________________________________
16840 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
16841         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
16842              From: Paul_GreenVOS@vos.stratus.com
16843              Date: Fri, 8 Mar 02 22:34 est
16844              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
16845      Branch: perl
16846            ! pp_sys.c
16847 ____________________________________________________________________________
16848 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
16849         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
16850              From: davem@fdgroup.co.uk
16851              Date: Sat, 9 Mar 2002 00:13:27 GMT
16852              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
16853      Branch: perl
16854            ! dump.c
16855 ____________________________________________________________________________
16856 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
16857         Log: Deglitch from Rafael.
16858      Branch: perl
16859            ! ext/B/t/lint.t
16860 ____________________________________________________________________________
16861 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
16862         Log: Still more portability.
16863      Branch: perl
16864            ! Porting/findrfuncs
16865 ____________________________________________________________________________
16866 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
16867         Log: More portability.
16868      Branch: perl
16869            ! Porting/findrfuncs
16870 ____________________________________________________________________________
16871 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
16872         Log: Shared library paths; running tests manually.
16873      Branch: perl
16874            ! INSTALL
16875 ____________________________________________________________________________
16876 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
16877         Log: Subject: RE: Two questions
16878              From: "Green, Paul" <Paul.Green@stratus.com>
16879              Date: Fri, 8 Mar 2002 17:55:19 -0500
16880              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
16881      Branch: perl
16882            ! Porting/pumpkin.pod
16883 ____________________________________________________________________________
16884 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
16885         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
16886              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
16887      Branch: perl
16888            + ext/B/t/lint.t
16889            ! MANIFEST ext/B/B/Lint.pm
16890 ____________________________________________________________________________
16891 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
16892         Log: metaconfig unit change for #15119.
16893      Branch: metaconfig
16894            ! U/threads/d_pthread_atfork.U
16895 ____________________________________________________________________________
16896 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
16897         Log: In DG/UX finding pthread_atfork requires a true compile,
16898              from Takis Psarogiannakopoulos.
16899      Branch: perl
16900            ! Configure config_h.SH
16901 ____________________________________________________________________________
16902 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
16903         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
16904              From: John Peacock <jpeacock@rowman.com>
16905              Date: Fri, 08 Mar 2002 15:52:41 -0500
16906              Message-ID: <3C892499.4050502@rowman.com>
16907      Branch: perl
16908            ! lib/ExtUtils/xsubpp
16909 ____________________________________________________________________________
16910 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
16911         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
16912              From: "Craig A. Berry" <craigberry@mac.com>
16913              Date: Fri, 08 Mar 2002 15:02:51 -0600
16914              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
16915      Branch: perl
16916            ! t/op/write.t
16917 ____________________________________________________________________________
16918 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
16919         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
16920              From: Paul_GreenVOS@vos.stratus.com
16921              Date: Fri, 8 Mar 02 14:45 est
16922              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
16923      Branch: perl
16924            ! installperl
16925 ____________________________________________________________________________
16926 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
16927         Log: Subject: [PATCH @15109] tm_tm_* for VMS
16928              From: "Craig A. Berry" <craigberry@mac.com>
16929              Date: Fri, 08 Mar 2002 13:07:52 -0600
16930              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
16931      Branch: perl
16932            ! configure.com
16933 ____________________________________________________________________________
16934 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
16935         Log: Detypo.
16936      Branch: perl
16937            ! Changes
16938 ____________________________________________________________________________
16939 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
16940         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
16941      Branch: perl
16942            ! t/op/pat.t
16943 ____________________________________________________________________________
16944 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
16945         Log: HP-UX nm seems to repeat itself.
16946      Branch: perl
16947            ! Porting/findrfuncs
16948 ____________________________________________________________________________
16949 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
16950         Log: Nice porting script from Sarathy.  Well, less nice
16951              in the sense that it shows the looong road ahead.
16952      Branch: perl
16953            + Porting/findrfuncs
16954            ! MANIFEST Porting/makerel
16955 ____________________________________________________________________________
16956 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
16957         Log: Subject: Re: Performance considerations for UTF-8
16958              From: Jarkko Hietaniemi <jhi@iki.fi>
16959              Date: Fri, 8 Mar 2002 18:53:28 +0200
16960              Message-ID: <20020308185328.D640@alpha.hut.fi>
16961              
16962              (put all in perlunicode)
16963      Branch: perl
16964            ! pod/perlunicode.pod
16965 ____________________________________________________________________________
16966 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
16967         Log: Update Changes.
16968      Branch: perl
16969            ! Changes patchlevel.h
16970 ____________________________________________________________________________
16971 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
16972         Log: Subject: Cygwin cygipc support skipped
16973              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
16974              Date: Fri, 8 Mar 2002 16:59:34 +0100
16975              Message-ID: <113694157285.20020308165934@familiehaase.de>
16976      Branch: perl
16977            ! hints/cygwin.sh
16978 ____________________________________________________________________________
16979 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
16980         Log: metaconfig unit change for #15106.
16981      Branch: metaconfig
16982            ! U/compline/d_gconvert.U
16983 ____________________________________________________________________________
16984 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
16985         Log: Subject: Re: [PATCH] tests for Gconvert
16986              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16987              Date: Thu, 07 Mar 2002 16:48:10 -0800
16988              Message-ID: <KpAi8gzkganW092yn@efn.org>
16989      Branch: perl
16990            ! Configure config_h.SH t/base/num.t
16991 ____________________________________________________________________________
16992 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
16993         Log: The new test has some teething problems.
16994      Branch: perl
16995            - ext/B/t/lint.t
16996            ! MANIFEST
16997 ____________________________________________________________________________
16998 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
16999         Log: Subject: [PATCH] B::Lint tests
17000              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17001              Date: Fri, 8 Mar 2002 14:47:19 +0100
17002              Message-ID: <20020308144719.A2663@rafael>
17003      Branch: perl
17004            + ext/B/t/lint.t
17005            ! MANIFEST ext/B/B/Lint.pm
17006 ____________________________________________________________________________
17007 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
17008         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
17009              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
17010              Date: Fri, 8 Mar 2002 13:24:14 GMT
17011              Message-Id: <200203081324.NAA00642@cleo>
17012      Branch: perl
17013            ! hints/powerux.sh
17014 ____________________________________________________________________________
17015 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
17016         Log: Subject: HP has some new models
17017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17018              Date: Fri, 08 Mar 2002 13:07:02 +0100
17019              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
17020      Branch: perl
17021            ! README.hpux
17022 ____________________________________________________________________________
17023 [ 15101] By: ams                                   on 2002/03/08  09:11:40
17024         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
17025              From: Stas Bekman <stas@stason.org>
17026              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
17027              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
17028      Branch: perl
17029            ! pod/perlguts.pod
17030 ____________________________________________________________________________
17031 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
17032         Log: Update Changes
17033      Branch: maint-5.6/macperl
17034            ! macos/Changes
17035 ____________________________________________________________________________
17036 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
17037         Log: Replace macperlbundled with macperldelta
17038      Branch: maint-5.6/macperl
17039            ! macos/macperl/MacPerl.podhelp
17040 ____________________________________________________________________________
17041 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
17042         Log: Comsetic fixes (Thomas Wegner)
17043      Branch: maint-5.6/macperl
17044            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
17045 ____________________________________________________________________________
17046 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
17047         Log: Bump OS version
17048      Branch: maint-5.6/macperl
17049            ! macos/config.sh
17050 ____________________________________________________________________________
17051 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
17052         Log: Thought I deleted this already?
17053      Branch: perl
17054            - ext/I18N/Langinfo/fallback.c
17055 ____________________________________________________________________________
17056 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
17057         Log: perlport updates from Pudge.
17058      Branch: perl
17059            ! pod/perlport.pod
17060 ____________________________________________________________________________
17061 [ 15094] By: ams                                   on 2002/03/08  03:06:03
17062         Log: Nitpick.
17063      Branch: perl
17064            ! MANIFEST
17065 ____________________________________________________________________________
17066 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
17067         Log: Wrong test.
17068      Branch: perl
17069            ! pod/perldelta.pod
17070 ____________________________________________________________________________
17071 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
17072         Log: Integrate change 14064 from macperl to blead.
17073      Branch: perl
17074           !> pod/perlmodinstall.pod pod/perlport.pod
17075 ____________________________________________________________________________
17076 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
17077         Log: Integrate recent perlport changes
17078      Branch: maint-5.6/macperl
17079           !> pod/perlport.pod
17080 ____________________________________________________________________________
17081 [ 15089] By: ams                                   on 2002/03/08  01:54:03
17082         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
17083              minor typo in perlguts.pod
17084              From: Anton Tagunov <tagunov@motor.ru>
17085              Date: Fri, 8 Mar 2002 05:26:59 +0300
17086              Message-Id: <4649821189.20020308052659@motor.ru>
17087      Branch: perl
17088            ! pod/perlguts.pod
17089 ____________________________________________________________________________
17090 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
17091         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"! 
17092              From: Anton Tagunov <tagunov@newmail.ru>
17093              Date: Fri, 8 Mar 2002 04:31:44 +0300
17094              Message-ID: <13946506773.20020308043144@newmail.ru>
17095              
17096              (one test changed)
17097      Branch: perl
17098            ! lib/encoding.t sv.c
17099 ____________________________________________________________________________
17100 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
17101         Log: Subject: [PATCH perldelta] some more deltas
17102              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17103              Date: Thu, 7 Mar 2002 23:13:23 +0100
17104              Message-ID: <20020307231323.A13068@rafael>
17105      Branch: perl
17106            ! pod/perldelta.pod
17107 ____________________________________________________________________________
17108 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
17109         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
17110              From: Paul_GreenVOS@vos.stratus.com
17111              Date: Thu, 7 Mar 02 14:25 est
17112              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
17113      Branch: perl
17114            ! t/io/fs.t
17115 ____________________________________________________________________________
17116 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
17117         Log: As suggested by Anton Tagunov, eq and cmp now obey the
17118              encoding pragma (by remapping their byte argument if the
17119              other argument is in Unicode).  Also fix a bug found by
17120              Anton where ord undef under the encoding pragma would barf.
17121              ([ID 20020307.009] A null pointer dereference with 'use encoding')
17122              Finally, use the nicer form of sv_recode_to_utf8.
17123      Branch: perl
17124            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
17125 ____________________________________________________________________________
17126 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
17127         Log: Retract #14985, #14899, and #14990, following the principles
17128              "Do no harm." and "If it ain't broke, don't fix it."
17129              
17130              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
17131              some, but still broken, and I do not have the extra brain
17132              cells for the EBCDIC backport.  Secondly, the old version
17133              worked both in EBCDIC and non-.  Thirdly, the old version
17134              may be more amenable for the behaviour suggsted by Anton
17135              Tagunov regarding the encoding pragma.
17136      Branch: perl
17137            ! embed.fnc embed.h global.sym proto.h sv.c util.c
17138 ____________________________________________________________________________
17139 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
17140         Log: Long doubles give you long doubles.
17141      Branch: perl
17142            ! t/base/num.t
17143 ____________________________________________________________________________
17144 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
17145         Log: Forgotten deMANIFESTation.
17146      Branch: perl
17147            ! MANIFEST
17148 ____________________________________________________________________________
17149 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
17150         Log: Obsolete unused file, noticed by Dank Kogai.
17151      Branch: perl
17152            - ext/Encode/lib/Encode/JP/Tr.pm
17153 ____________________________________________________________________________
17154 [ 15080] By: ams                                   on 2002/03/07  11:31:46
17155         Log: Subject: [PATCH Changes] Changes should mirror version number
17156              From: Robin Barker <rmb1@cise.npl.co.uk>
17157              Date: Thu, 7 Mar 2002 11:04:24 GMT
17158              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
17159      Branch: perl
17160            ! Porting/pumpkin.pod
17161 ____________________________________________________________________________
17162 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
17163         Log: metaconfig unit change for #15078.
17164      Branch: metaconfig
17165            ! U/compline/d_gconvert.U
17166 ____________________________________________________________________________
17167 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
17168         Log: Subject: Re: [PATCH] tests for Gconvert
17169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17170              Date: Wed, 06 Mar 2002 20:22:54 -0800
17171              Message-ID: <esuh8gzkg2/b092yn@efn.org>
17172      Branch: perl
17173            ! Configure pod/perldelta.pod t/base/num.t
17174 ____________________________________________________________________________
17175 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
17176         Log: Mac OS X UFS does not do ctime.
17177      Branch: perl
17178            ! pod/perldelta.pod pod/perlport.pod
17179 ____________________________________________________________________________
17180 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
17181         Log: AUTHORS updates.
17182      Branch: perl
17183            ! AUTHORS
17184 ____________________________________________________________________________
17185 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
17186         Log: Continued Chinese puzzles from Autrijus.
17187      Branch: perl
17188            + ext/Encode/t/CN.t ext/Encode/t/TW.t
17189            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
17190 ____________________________________________________________________________
17191 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
17192         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
17193              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17194              Date: Wed, 6 Mar 2002 18:13:51 +0100
17195              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
17196      Branch: perl
17197            ! lib/File/Spec/Win32.pm
17198 ____________________________________________________________________________
17199 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
17200         Log: perlport tweaks.
17201      Branch: perl
17202            ! pod/perlport.pod
17203 ____________________________________________________________________________
17204 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
17205         Log: Subject: Re: [PATCH docs] Re: Bug with -M
17206              From: Michael G Schwern <schwern@pobox.com>
17207              Date: Wed, 6 Mar 2002 16:20:27 -0500
17208              Message-ID: <20020306212027.GC4257@blackrider>
17209      Branch: perl
17210            ! pod/perlfunc.pod pod/perlport.pod
17211 ____________________________________________________________________________
17212 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
17213         Log: perldelta updates.
17214      Branch: perl
17215            ! pod/perldelta.pod
17216 ____________________________________________________________________________
17217 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
17218         Log: 5005threads wasn't even compiling.
17219      Branch: perl
17220            ! perl.c
17221 ____________________________________________________________________________
17222 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
17223         Log: Subject: Re: perl@15047 New format tests for still existing bugs
17224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17225              Date: Wed, 06 Mar 2002 12:59:29 +0100
17226              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
17227      Branch: perl
17228            ! t/op/write.t
17229 ____________________________________________________________________________
17230 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
17231         Log: Regen Glossary et al.
17232      Branch: perl
17233            ! Porting/Glossary Porting/config.sh Porting/config_H
17234 ____________________________________________________________________________
17235 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
17236         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
17237              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
17238      Branch: perl
17239            ! util.c
17240 ____________________________________________________________________________
17241 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
17242         Log: metaconfig unit change for #15065.
17243      Branch: metaconfig
17244            ! U/compline/i_time.U
17245 ____________________________________________________________________________
17246 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
17247         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
17248      Branch: perl
17249            ! Configure config_h.SH
17250 ____________________________________________________________________________
17251 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
17252         Log: Must remove fallback.c also from here.
17253      Branch: perl
17254            ! MANIFEST
17255 ____________________________________________________________________________
17256 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
17257         Log: Subject: Re: perl@15047 WinCE
17258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17259              Date: Wed, 06 Mar 2002 13:41:30 +0100
17260              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
17261              
17262              Subject: Re: perl@15047 Win32
17263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17264              Date: Wed, 06 Mar 2002 13:46:02 +0100
17265              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
17266              
17267              Subject: Re: perl@15047 Epoc
17268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17269              Date: Wed, 06 Mar 2002 13:48:31 +0100
17270              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
17271              
17272              Subject: Re: perl@15047 NetWare
17273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17274              Date: Wed, 06 Mar 2002 13:55:46 +0100
17275              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
17276      Branch: perl
17277            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
17278            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17279            ! wince/Makefile.ce wince/config.h
17280 ____________________________________________________________________________
17281 [ 15062] By: ams                                   on 2002/03/06  09:26:49
17282         Log: Subject: Re: perl@15047
17283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17284              Date: Wed, 06 Mar 2002 11:25:50 +0100
17285              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
17286      Branch: perl
17287            ! cygwin/perlld.in
17288 ____________________________________________________________________________
17289 [ 15061] By: ams                                   on 2002/03/06  08:44:12
17290         Log: Subject: Re: perl@15047
17291              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17292              Date: Wed, 06 Mar 2002 10:38:02 +0100
17293              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
17294      Branch: perl
17295            ! pod/perldelta.pod
17296 ____________________________________________________________________________
17297 [ 15060] By: ams                                   on 2002/03/06  08:30:33
17298         Log: Subject: Update perlhist.pod
17299              From: mjd@plover.com
17300              Date: 6 Mar 2002 07:11:55 -0000
17301              Message-Id: <20020306071155.10240.qmail@plover.com>
17302              
17303              Subject: [PATCH pod/perlvar.pod] $^V => string
17304              From: Stas Bekman <stas@stason.org>
17305              Date: Wed, 06 Mar 2002 14:56:55 +0800
17306              Message-Id: <3C85BDB7.7050700@stason.org>
17307      Branch: perl
17308            ! pod/perlhist.pod pod/perlvar.pod
17309 ____________________________________________________________________________
17310 [ 15059] By: ams                                   on 2002/03/06  04:15:38
17311         Log: Subject: [PATCH] assorted configure.com fix-ups
17312              From: "Craig A. Berry" <craigberry@mac.com>
17313              Date: Tue, 5 Mar 2002 23:11:22 -0600
17314              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
17315      Branch: perl
17316            ! configure.com
17317 ____________________________________________________________________________
17318 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
17319         Log: IRIX failure with long doubles.
17320      Branch: perl
17321            ! t/op/pack.t
17322 ____________________________________________________________________________
17323 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
17324         Log: Make reality and Changes coincide.
17325      Branch: perl
17326            ! Changes
17327 ____________________________________________________________________________
17328 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
17329         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
17330              From: Anton Tagunov <tagunov@motor.ru>
17331              Date: Wed, 6 Mar 2002 02:10:21 +0300
17332              Message-ID: <11152782757.20020306021021@motor.ru>
17333              
17334              (reworded)
17335      Branch: perl
17336            ! pod/perluniintro.pod
17337 ____________________________________________________________________________
17338 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
17339         Log: Subject: [PATCH] B::Lint doesn't work
17340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17341              Date: Tue, 5 Mar 2002 22:51:18 +0100
17342              Message-ID: <20020305225118.C733@rafael>
17343      Branch: perl
17344            ! ext/B/B/Lint.pm
17345 ____________________________________________________________________________
17346 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
17347         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
17348              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17349              Date: Mon, 04 Mar 2002 16:24:32 -0800
17350              Message-ID: <ABBh8gzkgezX092yn@efn.org>
17351      Branch: perl
17352            ! op.h pp_ctl.c t/op/flip.t
17353 ____________________________________________________________________________
17354 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
17355         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
17356              From: Nicholas Clark <nick@unfortu.net>
17357              Date: Tue, 5 Mar 2002 22:30:49 +0000
17358              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
17359      Branch: perl
17360            ! pod/perldelta.pod
17361 ____________________________________________________________________________
17362 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
17363         Log: Subject: [PATCH] tests for Gconvert
17364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17365              Date: Tue, 05 Mar 2002 16:35:45 -0800
17366              Message-ID: <hRWh8gzkgONX092yn@efn.org>
17367      Branch: perl
17368            ! t/base/num.t
17369 ____________________________________________________________________________
17370 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
17371         Log: Subject: [PATCH] toplevel Makefile.SH
17372              From: Paul_GreenVOS@vos.stratus.com
17373              Date: Tue, 5 Mar 02 17:34 est
17374              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
17375      Branch: perl
17376            ! Makefile.SH
17377 ____________________________________________________________________________
17378 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
17379         Log: Subject: [PATCH] pointer to perldelta in Changes
17380              From: Chris Nandor <pudge@pobox.com>
17381              Date: Tue, 05 Mar 2002 16:04:50 -0500
17382              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
17383      Branch: perl
17384            ! Changes
17385 ____________________________________________________________________________
17386 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
17387         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
17388              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17389              Date: Tue, 5 Mar 2002 22:26:20 +0100
17390              Message-ID: <20020305222620.A733@rafael>
17391      Branch: perl
17392            ! pod/perldelta.pod
17393 ____________________________________________________________________________
17394 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
17395         Log: Solaris: allow for /usr/bin/df not to exist.
17396              
17397              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
17398              From: Kingpin <mthurn@copper.dulles.tasc.com>
17399              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
17400              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
17401      Branch: perl
17402            ! hints/solaris_2.sh
17403 ____________________________________________________________________________
17404 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
17405         Log: Update Changes.
17406      Branch: perl
17407            ! Changes patchlevel.h
17408 ____________________________________________________________________________
17409 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
17410         Log: Double MANIFESTing.
17411      Branch: perl
17412            ! ext/Encode/MANIFEST
17413 ____________________________________________________________________________
17414 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
17415         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
17416      Branch: perl
17417            - ext/Encode/Encode/7bit-kr.enc
17418            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17419            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
17420 ____________________________________________________________________________
17421 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
17422         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
17423              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17424              Date: Tue, 5 Mar 2002 14:35:57 +0100
17425              Message-ID: <20020305143557.C695@rafael>   
17426      Branch: perl
17427            ! pp_sys.c t/lib/warnings/pp_sys
17428 ____________________________________________________________________________
17429 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
17430         Log: Subject: [PATCH Devel::PPPort]
17431              From: Robin Barker <rmb1@cise.npl.co.uk>
17432              Date: Tue, 5 Mar 2002 13:37:59 GMT
17433              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
17434      Branch: perl
17435            ! ext/Devel/PPPort/Makefile.PL
17436 ____________________________________________________________________________
17437 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
17438         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
17439      Branch: perl
17440            ! ext/Encode/t/Tcl.t
17441 ____________________________________________________________________________
17442 [ 15041] By: nick                                  on 2002/03/05  07:23:58
17443         Log: Integrate mainline (5.7.3)
17444      Branch: perlio
17445           +> ext/Encode/lib/Encode/CN/HZ.pm
17446            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
17447           !> (integrate 54 files)
17448 ____________________________________________________________________________
17449 [ 15040] By: ams                                   on 2002/03/05  05:10:33
17450         Log: Subject: DOC PATCH 5.7.3 (perldelta)
17451              From: mjd@plover.com
17452              Date: 5 Mar 2002 05:35:58 -0000
17453              Message-Id: <20020305053558.31677.qmail@plover.com>
17454      Branch: perl
17455            ! pod/perldelta.pod
17456 ____________________________________________________________________________
17457 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
17458         Log: This is 5.7.3.
17459      Branch: perl
17460            ! patchlevel.h
17461 ____________________________________________________________________________
17462 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
17463         Log: Shoo.
17464      Branch: perl
17465            ! ext/Encode/t/Tcl.t
17466 ____________________________________________________________________________
17467 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
17468         Log: Update Changes.
17469      Branch: perl
17470            ! Changes patchlevel.h
17471 ____________________________________________________________________________
17472 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
17473         Log: Regen perlapi.
17474      Branch: perl
17475            ! pod/perlapi.pod
17476 ____________________________________________________________________________
17477 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
17478         Log: Tie::File doc tweak for Win32 from mjd. 
17479      Branch: perl
17480            ! lib/Tie/File.pm
17481 ____________________________________________________________________________
17482 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
17483         Log: Regen toc.
17484      Branch: perl
17485            ! pod/perltoc.pod
17486 ____________________________________________________________________________
17487 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
17488         Log: Decommission Encode::Tcl HZ testing for now.
17489      Branch: perl
17490            ! ext/Encode/t/Tcl.t
17491 ____________________________________________________________________________
17492 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
17493         Log: Must have a return.
17494      Branch: perl
17495            ! pp_pack.c
17496 ____________________________________________________________________________
17497 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
17498         Log: The very latest win32 score from Jan Dubois.
17499      Branch: perl
17500            ! pod/perldelta.pod
17501 ____________________________________________________________________________
17502 [ 15030] By: ams                                   on 2002/03/05  01:40:01
17503         Log: Subject: [PATCH] README.macos
17504              From: Chris Nandor <pudge@pobox.com>
17505              Date: Mon, 04 Mar 2002 17:37:59 -0500
17506              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
17507      Branch: perl
17508            ! README.macos
17509 ____________________________________________________________________________
17510 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
17511         Log: "The last pieces of Chinese puzzle" from Autrijus.
17512      Branch: perl
17513            + ext/Encode/lib/Encode/CN/HZ.pm
17514            - ext/Encode/Encode/HZ.enc
17515            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
17516            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
17517 ____________________________________________________________________________
17518 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
17519         Log: Known test failures updates.
17520      Branch: perl
17521            ! pod/perldelta.pod
17522 ____________________________________________________________________________
17523 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
17524         Log: One more nit from mjd.
17525      Branch: perl
17526            ! lib/Tie/File/t/16_handle.t
17527 ____________________________________________________________________________
17528 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
17529         Log: Upgrade to Tie::File 0.17 from mjd.
17530      Branch: perl
17531            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
17532            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
17533 ____________________________________________________________________________
17534 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
17535         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
17536              From: Nicholas Clark <nick@unfortu.net>
17537              Date: Mon, 4 Mar 2002 23:33:52 +0000
17538              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
17539      Branch: perl
17540            ! pod/perldelta.pod
17541 ____________________________________________________________________________
17542 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
17543         Log: Escapee.
17544      Branch: perl
17545            ! proto.h
17546 ____________________________________________________________________________
17547 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
17548         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
17549              From: Nicholas Clark <nick@unfortu.net>
17550              Date: Mon, 4 Mar 2002 22:48:38 +0000
17551              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
17552      Branch: perl
17553            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
17554            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
17555            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
17556            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
17557            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
17558            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
17559            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
17560 ____________________________________________________________________________
17561 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
17562         Log: Cleaner.
17563      Branch: perl
17564            ! Makefile.SH
17565 ____________________________________________________________________________
17566 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
17567         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
17568              From: Jeffrey Friedl <jfriedl@yahoo.com>
17569              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
17570              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
17571      Branch: perl
17572            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
17573            ! pod/perlvar.pod
17574 ____________________________________________________________________________
17575 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
17576         Log: More Han tweaks from Autrjius Tang: most importantly,
17577              gbk is identical to cp936, so gbk can be removed and
17578              taken care of by an alias.
17579      Branch: perl
17580            - ext/Encode/Encode/gbk.enc
17581            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
17582            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
17583            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
17584            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
17585 ____________________________________________________________________________
17586 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
17587         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
17588              From: Nicholas Clark <nick@unfortu.net>
17589              Date: Mon, 4 Mar 2002 22:20:13 +0000
17590              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
17591      Branch: perl
17592            ! pod/perldelta.pod
17593 ____________________________________________________________________________
17594 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
17595         Log: Based on
17596              
17597              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
17598              From: Anton Tagunov <tagunov@motor.ru>
17599              Date: Mon, 4 Mar 2002 21:14:39 +0300
17600              Message-ID: <1814137429.20020304211439@motor.ru>
17601      Branch: perl
17602            ! pod/perlunicode.pod
17603 ____________________________________________________________________________
17604 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
17605         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
17606              From: John Peacock <jpeacock@rowman.com>
17607              Date: Mon, 04 Mar 2002 16:18:42 -0500
17608              Message-ID: <3C83E4B2.3060700@rowman.com>
17609              
17610              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
17611              From: John Peacock <jpeacock@rowman.com>
17612              Date: Mon, 04 Mar 2002 16:42:55 -0500
17613              Message-ID: <3C83EA5F.80303@rowman.com>
17614      Branch: perl
17615            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17616 ____________________________________________________________________________
17617 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
17618         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
17619              From: "Craig A. Berry" <craigberry@mac.com>
17620              Date: Mon, 04 Mar 2002 14:47:59 -0600
17621              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
17622              
17623              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
17624              From: "Craig A. Berry" <craigberry@mac.com>
17625              Date: Mon, 04 Mar 2002 15:04:58 -0600
17626              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
17627      Branch: perl
17628            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
17629 ____________________________________________________________________________
17630 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
17631         Log: metaconfig unit change for #15014.
17632      Branch: metaconfig/U/perl
17633            ! Extensions.U
17634 ____________________________________________________________________________
17635 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
17636         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
17637              of known extensions, where Encode::JP already is.
17638      Branch: perl
17639            ! Configure Porting/config.sh Porting/config_H uconfig.h
17640 ____________________________________________________________________________
17641 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
17642         Log: SJIS, from Dan Kogai.
17643      Branch: perl
17644            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
17645 ____________________________________________________________________________
17646 [ 15012] By: nick                                  on 2002/03/04  17:35:50
17647         Log: Intergrate perlio's Encode/compile
17648      Branch: perl
17649           !> ext/Encode/compile
17650 ____________________________________________________________________________
17651 [ 15011] By: nick                                  on 2002/03/04  17:29:54
17652         Log: Avoid $Id$ cleverness and just have a $VERSION.
17653      Branch: perlio
17654            ! ext/Encode/compile
17655 ____________________________________________________________________________
17656 [ 15010] By: nick                                  on 2002/03/04  17:29:14
17657         Log: Integrate mainline
17658      Branch: perlio
17659           +> lib/Math/BigInt/t/isa.t
17660           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
17661           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
17662           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
17663           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
17664           !> warnings.pl
17665 ____________________________________________________________________________
17666 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
17667         Log: Integrate ext/Encode/compile from perlio.
17668      Branch: perl
17669           !> ext/Encode/compile
17670 ____________________________________________________________________________
17671 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
17672         Log: Integrate perlio:
17673              
17674              [ 15002]
17675              Win32 tweak
17676              
17677              [ 14999]
17678              Win32 hack
17679              
17680              [ 14995]
17681              Remove debugging assert
17682      Branch: perl
17683           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
17684           !> lib/Tie/File/t/16_handle.t
17685 ____________________________________________________________________________
17686 [ 15007] By: nick                                  on 2002/03/04  17:08:17
17687         Log: Integrate mainline
17688      Branch: perlio
17689           !> AUTHORS Changes Porting/Glossary Porting/config.sh
17690           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
17691           !> pod/perltoc.pod
17692 ____________________________________________________________________________
17693 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
17694         Log: A new M::BI test.
17695      Branch: perl
17696            + lib/Math/BigInt/t/isa.t
17697            ! MANIFEST
17698 ____________________________________________________________________________
17699 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
17700         Log: Subject: VMS test and perldelta update
17701              From: "Craig A. Berry" <craigberry@mac.com>
17702              Date: Mon, 04 Mar 2002 11:03:37 -0600
17703              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
17704      Branch: perl
17705            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
17706 ____________________________________________________________________________
17707 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
17708         Log: Needed for threaded builds.
17709      Branch: perl
17710            ! embed.fnc embed.h
17711 ____________________________________________________________________________
17712 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
17713         Log: Subject: [PATCH] taint + deprecated warnings
17714              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17715              Date: Mon, 4 Mar 2002 16:33:23 -0000
17716              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
17717      Branch: perl
17718            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
17719            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
17720            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
17721 ____________________________________________________________________________
17722 [ 15002] By: nick                                  on 2002/03/04  16:19:06
17723         Log: Win32 tweak
17724      Branch: perlio
17725            ! lib/Tie/File/t/16_handle.t
17726 ____________________________________________________________________________
17727 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
17728         Log: Update Changes.
17729      Branch: perl
17730            ! Changes patchlevel.h
17731 ____________________________________________________________________________
17732 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
17733         Log: AUTHORS updates.
17734      Branch: perl
17735            ! AUTHORS
17736 ____________________________________________________________________________
17737 [ 14999] By: nick                                  on 2002/03/04  15:26:43
17738         Log: Win32 hack
17739      Branch: perlio
17740            ! ext/Encode/compile ext/Encode/t/JP.t
17741 ____________________________________________________________________________
17742 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
17743         Log: Encode doc tweak from Autrijus Tang.
17744      Branch: perl
17745            ! ext/Encode/Encode.pm
17746 ____________________________________________________________________________
17747 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
17748         Log: Regen Glossary et al.  (It seems the #14875 didn't
17749              quite work in removing the double-dot?)
17750      Branch: perl
17751            ! Porting/Glossary Porting/config.sh Porting/config_H
17752 ____________________________________________________________________________
17753 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
17754         Log: Regen toc.
17755      Branch: perl
17756            ! pod/perltoc.pod
17757 ____________________________________________________________________________
17758 [ 14995] By: nick                                  on 2002/03/04  14:42:09
17759         Log: Remove debugging assert
17760      Branch: perlio
17761            ! ext/threads/shared/shared.xs
17762 ____________________________________________________________________________
17763 [ 14994] By: nick                                  on 2002/03/04  14:41:54
17764         Log: Integrate mainline
17765      Branch: perlio
17766           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
17767           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
17768           !> lib/Tie/File/t/15_pushpop.t util.c
17769 ____________________________________________________________________________
17770 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
17771         Log: Han update from Autrijus Tang. 
17772      Branch: perl
17773            ! ext/Encode/Encode.pm
17774 ____________________________________________________________________________
17775 [ 14992] By: nick                                  on 2002/03/04  14:08:38
17776         Log: Integrate mainline - all tests pass - some noise from threads
17777              av_simple (SuSE7.3).
17778      Branch: perlio
17779           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17780           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
17781           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
17782           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
17783           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
17784           +> lib/Tie/File/t/11_rv_splice_rs.t
17785           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
17786           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
17787           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
17788            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
17789            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
17790            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
17791            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
17792            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
17793            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
17794            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
17795            - lib/Tie/File/15_pushpop.t
17796           !> (integrate 47 files)
17797 ____________________________________________________________________________
17798 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
17799         Log: Missing MANIFESTations.
17800      Branch: perl
17801            ! MANIFEST
17802 ____________________________________________________________________________
17803 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
17804         Log: Attempt at portability.
17805      Branch: perl
17806            ! util.c
17807 ____________________________________________________________________________
17808 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
17809         Log: Needed by #14985.
17810      Branch: perl
17811            ! embed.h global.sym proto.h
17812 ____________________________________________________________________________
17813 [ 14988] By: ams                                   on 2002/03/04  08:59:27
17814         Log: Upgrade to Tie::File 0.16.
17815      Branch: perl
17816            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
17817            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17818            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
17819            ! lib/Tie/File/t/15_pushpop.t
17820 ____________________________________________________________________________
17821 [ 14987] By: ams                                   on 2002/03/04  08:48:11
17822         Log: Subject: [PATCH @14577] perly-fixer
17823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17824              Date: Mon, 4 Mar 2002 02:28:51 -0500
17825              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
17826      Branch: perl
17827            ! Makefile.SH perly.fixer
17828 ____________________________________________________________________________
17829 [ 14986] By: ams                                   on 2002/03/04  08:43:37
17830         Log: Subject: [PATCH @14577] xsubpp
17831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17832              Date: Mon, 4 Mar 2002 02:25:52 -0500
17833              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
17834      Branch: perl
17835            ! lib/ExtUtils/xsubpp pod/perlxs.pod
17836 ____________________________________________________________________________
17837 [ 14985] By: ams                                   on 2002/03/04  08:40:46
17838         Log: Subject: [PATCH @14577] sv_cmp and friends
17839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17840              Date: Mon, 4 Mar 2002 02:31:04 -0500
17841              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
17842      Branch: perl
17843            ! embed.fnc sv.c util.c
17844 ____________________________________________________________________________
17845 [ 14984] By: ams                                   on 2002/03/04  08:16:06
17846         Log: Fix File::Path docs as suggested by Ronald Kimball.
17847      Branch: perl
17848            ! lib/File/Path.pm
17849 ____________________________________________________________________________
17850 [ 14983] By: ams                                   on 2002/03/04  08:11:20
17851         Log: Update perldata fix as suggested by Benjamin Goldberg.
17852      Branch: perl
17853            ! pod/perldata.pod
17854 ____________________________________________________________________________
17855 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
17856         Log: Faulty skip.
17857      Branch: perl
17858            ! ext/DB_File/t/db-recno.t
17859 ____________________________________________________________________________
17860 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
17861         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
17862              From: Anton Tagunov <tagunov@motor.ru>
17863              Date: Mon, 4 Mar 2002 05:41:41 +0300
17864              Message-Id: <7916563907.20020304054141@motor.ru>
17865              
17866              Subject: [ID 20020303.005] Patch perlinicode C API description
17867              From: Anton Tagunov <tagunov@motor.ru>
17868              Date: Mon, 4 Mar 2002 06:08:23 +0300
17869              Message-Id: <2018165510.20020304060823@motor.ru>
17870      Branch: perl
17871            ! lib/utf8.pm pod/perlunicode.pod
17872 ____________________________________________________________________________
17873 [ 14980] By: ams                                   on 2002/03/04  02:19:20
17874         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
17875              From: Anton Tagunov <tagunov@motor.ru>
17876              Date: Mon, 4 Mar 2002 02:17:40 +0300
17877              Message-Id: <1344322124.20020304021740@motor.ru>
17878      Branch: perl
17879            ! pod/perldata.pod
17880 ____________________________________________________________________________
17881 [ 14979] By: ams                                   on 2002/03/04  02:17:54
17882         Log: Subject: RE: [PATCH] RE: DB_File breakage
17883              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17884              Date: Sun, 3 Mar 2002 23:56:31 -0000
17885              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
17886      Branch: perl
17887            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17888            ! ext/DB_File/t/db-recno.t
17889 ____________________________________________________________________________
17890 [ 14978] By: ams                                   on 2002/03/04  02:07:16
17891         Log: Subject: [PATCH] docs for ExtUtils::Manifest
17892              From: Nicholas Clark <nick@unfortu.net>
17893              Date: Sun, 3 Mar 2002 23:29:25 +0000
17894              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
17895      Branch: perl
17896            ! lib/ExtUtils/Manifest.pm
17897 ____________________________________________________________________________
17898 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
17899         Log: Forgot from the M::BI 1.54 update.
17900      Branch: perl
17901            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
17902            ! lib/Math/BigInt/t/upgrade.inc
17903 ____________________________________________________________________________
17904 [ 14976] By: ams                                   on 2002/03/04  02:04:32
17905         Log: Subject: [PATCH] attr
17906              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17907              Date: Sun, 3 Mar 2002 22:09:58 -0000
17908              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
17909      Branch: perl
17910            ! lib/warnings.pm warnings.pl
17911 ____________________________________________________________________________
17912 [ 14975] By: ams                                   on 2002/03/04  02:01:27
17913         Log: Subject: [PATCH] File::Path documentation
17914              From: Colin Meyer <cmeyer@helvella.org>
17915              Date: Sun, 3 Mar 2002 14:54:24 -0800
17916              Message-Id: <20020303145424.A21774@hobart.helvella.org>
17917      Branch: perl
17918            ! lib/File/Path.pm
17919 ____________________________________________________________________________
17920 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
17921         Log: Typo.
17922      Branch: perl
17923            ! lib/Math/BigInt/t/upgrade.t
17924 ____________________________________________________________________________
17925 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
17926         Log: Editing errors.
17927      Branch: perl
17928            ! MANIFEST
17929 ____________________________________________________________________________
17930 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
17931         Log: Upgrade to Math::BigInt 1.54.
17932      Branch: perl
17933            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17934            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
17935            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
17936            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
17937            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
17938            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
17939 ____________________________________________________________________________
17940 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
17941         Log: Test tweak from Craig Berry.
17942      Branch: perl
17943            ! lib/Tie/File/t/15_pushpop.t
17944 ____________________________________________________________________________
17945 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
17946         Log: Upgrade to Tie::File 0.15.
17947      Branch: perl
17948            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
17949            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
17950            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
17951            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
17952            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
17953            + lib/Tie/File/t/11_rv_splice_rs.t
17954            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
17955            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
17956            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
17957            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
17958            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
17959            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
17960            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
17961            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
17962            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
17963            - lib/Tie/File/15_pushpop.t
17964            ! MANIFEST lib/Tie/File.pm
17965 ____________________________________________________________________________
17966 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
17967         Log: The EBCDIC gaps apply only to the real A-Z.
17968      Branch: perl
17969            ! ext/B/B/Deparse.pm
17970 ____________________________________________________________________________
17971 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
17972         Log: EBCDIC: deparse \cX correctly.
17973      Branch: perl
17974            ! ext/B/B/Deparse.pm
17975 ____________________________________________________________________________
17976 [ 14967] By: ams                                   on 2002/03/03  18:18:00
17977         Log: Subject: [PATCH] nit in perlsyn.pod
17978              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
17979              Date: Sun, 03 Mar 2002 20:16:10 +0100
17980              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
17981      Branch: perl
17982            ! pod/perlsyn.pod
17983 ____________________________________________________________________________
17984 [ 14966] By: ams                                   on 2002/03/03  18:06:32
17985         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
17986              From: Michael G Schwern <schwern@pobox.com>
17987              Date: Sun, 3 Mar 2002 13:33:28 -0500
17988              Message-Id: <20020303183328.GA3296@blackrider>
17989      Branch: perl
17990            ! utils/h2xs.PL
17991 ____________________________________________________________________________
17992 [ 14965] By: ams                                   on 2002/03/03  18:00:03
17993         Log: Subject: [ PATCH ] HP back to default
17994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17995              Date: Sun, 03 Mar 2002 18:48:34 +0100
17996              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
17997      Branch: perl
17998            ! hints/hpux.sh
17999 ____________________________________________________________________________
18000 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
18001         Log: EBCDIC: special cases of special cases.
18002      Branch: perl
18003            ! t/uni/case.pl
18004 ____________________________________________________________________________
18005 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
18006         Log: EBCDIC: the v-string components cannot exceed 2147483647.
18007      Branch: perl
18008            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
18009 ____________________________________________________________________________
18010 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
18011         Log: Remove the bogus "incorrect case" warning completely.
18012              The problem exists, but the cure, in which ever form
18013              it will be, needs to be something more subtle.
18014      Branch: perl
18015            ! op.c pod/perldiag.pod
18016 ____________________________________________________________________________
18017 [ 14961] By: ams                                   on 2002/03/03  13:39:09
18018         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
18019              From: Mark-Jason Dominus <mjd@plover.com>
18020              Date: Sun, 03 Mar 2002 09:32:16 -0500
18021              Message-Id: <20020303143216.10536.qmail@plover.com>
18022      Branch: perl
18023            ! t/op/tiearray.t
18024 ____________________________________________________________________________
18025 [ 14960] By: nick                                  on 2002/03/03  09:59:59
18026         Log: Integrate mainline
18027      Branch: perlio
18028           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
18029            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
18030            ! ext/Encode/compile
18031           !> (integrate 27 files)
18032 ____________________________________________________________________________
18033 [ 14959] By: ams                                   on 2002/03/03  08:11:34
18034         Log: Fix #14957.
18035      Branch: perl
18036            ! ext/DB_File/t/db-recno.t
18037 ____________________________________________________________________________
18038 [ 14958] By: ams                                   on 2002/03/03  05:51:00
18039         Log: Subject: [PATCH @14577] NL in debugger
18040              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18041              Date: Sat, 2 Mar 2002 05:34:12 -0500
18042              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
18043      Branch: perl
18044            ! lib/perl5db.pl
18045 ____________________________________________________________________________
18046 [ 14957] By: ams                                   on 2002/03/03  05:00:04
18047         Log: Subject: Re: DB_File breakage
18048              From: Schuyler Erle <schuyler@oreilly.com>
18049              Date: Sat, 02 Mar 2002 21:50:30 -0800
18050              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
18051      Branch: perl
18052            ! ext/DB_File/t/db-recno.t
18053 ____________________________________________________________________________
18054 [ 14956] By: ams                                   on 2002/03/03  04:40:08
18055         Log: Subject: [PATCH @14577] Debugging OPs
18056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18057              Date: Sat, 2 Mar 2002 05:49:58 -0500
18058              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
18059      Branch: perl
18060            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
18061            ! pod/perlrun.pod sv.h
18062 ____________________________________________________________________________
18063 [ 14955] By: ams                                   on 2002/03/03  04:34:41
18064         Log: Subject: Tie::Array doc patch
18065              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
18066              Date: Sat, 02 Mar 2002 08:42:56 +0900
18067              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
18068      Branch: perl
18069            ! lib/Tie/Array.pm
18070 ____________________________________________________________________________
18071 [ 14954] By: ams                                   on 2002/03/03  04:23:33
18072         Log: Subject: Re: Smoke 14870
18073              From: Nicholas Clark <nick@unfortu.net>
18074              Date: Sat, 2 Mar 2002 20:00:53 +0000
18075              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
18076      Branch: perl
18077            ! README.hpux
18078 ____________________________________________________________________________
18079 [ 14953] By: ams                                   on 2002/03/03  04:15:49
18080         Log: Subject: RE: VERSION core
18081              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18082              Date: Sat, 2 Mar 2002 22:50:44 -0000
18083              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
18084      Branch: perl
18085            ! t/comp/use.t
18086 ____________________________________________________________________________
18087 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
18088         Log: The #14949 removed this error from non-Win32.
18089      Branch: perl
18090            ! t/lib/warnings/op
18091 ____________________________________________________________________________
18092 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
18093         Log: BeOS back on track.
18094      Branch: perl
18095            ! README.beos
18096 ____________________________________________________________________________
18097 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
18098         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
18099              higher is okay.
18100      Branch: perl
18101            ! ext/POSIX/t/posix.t
18102 ____________________________________________________________________________
18103 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
18104         Log: For now, make "incorrect case" a Win32-only warning.
18105      Branch: perl
18106            ! op.c
18107 ____________________________________________________________________________
18108 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
18109         Log: Demand more before attempting socketpair().
18110      Branch: perl
18111            ! pp_sys.c
18112 ____________________________________________________________________________
18113 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
18114         Log: Remove obsolete hack.
18115      Branch: perl
18116            ! makedepend.SH
18117 ____________________________________________________________________________
18118 [ 14946] By: ams                                   on 2002/03/02  16:00:32
18119         Log: Forgot to delete encode.* from MANIFEST.
18120      Branch: perl
18121            ! MANIFEST
18122 ____________________________________________________________________________
18123 [ 14945] By: ams                                   on 2002/03/02  14:41:03
18124         Log: Delete ex-test output.
18125      Branch: perl
18126            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
18127 ____________________________________________________________________________
18128 [ 14944] By: ams                                   on 2002/03/02  13:54:35
18129         Log: Subject: [PATCH] DB_File 1.803
18130              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18131              Date: Sat, 2 Mar 2002 14:33:32 -0000
18132              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
18133      Branch: perl
18134            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18135            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
18136 ____________________________________________________________________________
18137 [ 14943] By: ams                                   on 2002/03/02  13:43:06
18138         Log: Upgrade to Tie::File 0.14.
18139      Branch: perl
18140            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
18141            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
18142            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
18143 ____________________________________________________________________________
18144 [ 14942] By: nick                                  on 2002/03/02  11:05:53
18145         Log: Integrate mainline
18146      Branch: perlio
18147           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
18148           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
18149           +> ext/Encode/t/table.utf8
18150           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
18151           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
18152           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18153           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
18154           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
18155           !> universal.c utils/perldoc.PL
18156 ____________________________________________________________________________
18157 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
18158         Log: More CJK (just C, really) tables from Autrijus Tang
18159              (originally from iconv, used with permission of Bruno Haible)
18160      Branch: perl
18161            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
18162            + ext/Encode/Encode/iso-ir-165.enc
18163            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18164            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
18165            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
18166 ____________________________________________________________________________
18167 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
18168         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
18169              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18170              Date: Fri, 1 Mar 2002 15:32:13 -0500
18171              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
18172      Branch: perl
18173            ! utils/perldoc.PL
18174 ____________________________________________________________________________
18175 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
18176         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
18177              From: Schuyler Erle <schuyler@oreilly.com>
18178              Date: Fri, 01 Mar 2002 14:22:19 -0800
18179              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
18180              
18181              Subject: Re: PATCH: "splice() offset past end of array" warning.
18182              From: Mark-Jason Dominus <mjd@plover.com>
18183              Date: Fri, 01 Mar 2002 17:19:49 -0500
18184              Message-ID: <20020301221949.7610.qmail@plover.com>
18185      Branch: perl
18186            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
18187 ____________________________________________________________________________
18188 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
18189         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
18190              From: Mark-Jason Dominus <mjd@plover.com>
18191              Date: Fri, 01 Mar 2002 18:35:35 -0500
18192              Message-ID: <20020301233535.15969.qmail@plover.com>
18193      Branch: perl
18194            ! av.c
18195 ____________________________________________________________________________
18196 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
18197         Log: Subject: RE: VERSION core
18198              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18199              Date: Fri, 1 Mar 2002 23:47:48 -0000
18200              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
18201      Branch: perl
18202            ! pod/perldiag.pod universal.c
18203 ____________________________________________________________________________
18204 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
18205         Log: Update Changes
18206      Branch: maint-5.6/macperl
18207            ! macos/Changes
18208 ____________________________________________________________________________
18209 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
18210         Log: Fix update to resources
18211      Branch: maint-5.6/macperl
18212            ! macos/macperl/MacPerl.r
18213 ____________________________________________________________________________
18214 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
18215         Log: metaconfig unit change for #14930.
18216      Branch: metaconfig
18217            ! U/modified/Init.U
18218 ____________________________________________________________________________
18219 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
18220         Log: Fix debugger to handle Mac OS psedofiles
18221      Branch: maint-5.6/macperl
18222            ! lib/DB.pm lib/perl5db.pl
18223 ____________________________________________________________________________
18224 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
18225         Log: Various fixes from Thomas Wegner
18226      Branch: maint-5.6/macperl
18227            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
18228 ____________________________________________________________________________
18229 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
18230         Log: Some resource updates
18231      Branch: maint-5.6/macperl
18232            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
18233            ! macos/macperl/MacPerl.rsrc
18234 ____________________________________________________________________________
18235 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
18236         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
18237              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18238              Date: Fri, 01 Mar 2002 09:38:59 -0800
18239              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
18240      Branch: perl
18241            ! Configure
18242 ____________________________________________________________________________
18243 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
18244         Log: Add some missing sfio symbols (Alan Fry)
18245      Branch: maint-5.6/macperl
18246            ! macos/macperl.sym
18247 ____________________________________________________________________________
18248 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
18249         Log: Update version and README
18250      Branch: maint-5.6/macperl
18251            ! README.macos macos/MPVersion.r
18252 ____________________________________________________________________________
18253 [ 14926] By: nick                                  on 2002/03/01  15:56:41
18254         Log: Integrate mainline
18255      Branch: perlio
18256           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
18257           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
18258           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
18259           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
18260           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
18261           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
18262           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
18263           +> lib/Tie/File/13_size_rs.t
18264           !> (integrate 80 files)
18265 ____________________________________________________________________________
18266 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
18267         Log: Better advertising.
18268      Branch: perl
18269            ! pod/perldelta.pod pod/perlfaq5.pod
18270 ____________________________________________________________________________
18271 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
18272         Log: Update Changes.
18273      Branch: perl
18274            ! Changes patchlevel.h
18275 ____________________________________________________________________________
18276 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
18277         Log: Lost in the shuffle.
18278      Branch: perl
18279            + lib/Math/BigInt/t/downgrade.t
18280            ! MANIFEST
18281 ____________________________________________________________________________
18282 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
18283         Log: Advertise Tie::File.
18284      Branch: perl
18285            ! pod/perldelta.pod pod/perlfaq5.pod
18286 ____________________________________________________________________________
18287 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
18288         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
18289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18290              Date: Thu, 28 Feb 2002 18:55:48 +0100
18291              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
18292      Branch: perl
18293            ! x2p/walk.c
18294 ____________________________________________________________________________
18295 [ 14920] By: ams                                   on 2002/03/01  09:06:01
18296         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
18297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18298              Date: Tue, 26 Feb 2002 19:54:31 -0500
18299              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
18300      Branch: perl
18301            ! embed.fnc ext/B/B/Deparse.pm gv.c
18302 ____________________________________________________________________________
18303 [ 14919] By: ams                                   on 2002/03/01  03:03:12
18304         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
18305      Branch: perl
18306            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
18307            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
18308            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
18309            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
18310            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
18311            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
18312            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
18313 ____________________________________________________________________________
18314 [ 14918] By: ams                                   on 2002/03/01  02:36:58
18315         Log: Add Tie::File 0.12 from MJD.
18316      Branch: perl
18317            + lib/Tie/File.pm lib/Tie/File/01_gen.t
18318            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
18319            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
18320            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
18321            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
18322            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
18323            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
18324            ! MANIFEST
18325 ____________________________________________________________________________
18326 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
18327         Log: Encoding name mapping tweaks.
18328      Branch: perl
18329            ! ext/Encode/Encode.pm
18330 ____________________________________________________________________________
18331 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
18332         Log: metaconfig unit change for #14915.
18333      Branch: metaconfig
18334            ! U/modified/Init.U
18335 ____________________________________________________________________________
18336 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
18337         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
18338              From: Paul_GreenVOS@vos.stratus.com
18339              Date: Thu, 28 Feb 02 15:05 est
18340              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
18341      Branch: perl
18342            ! Configure
18343 ____________________________________________________________________________
18344 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
18345         Log: PL_bostr was pointing to the wrong string
18346              (a string left around from the loading of the Unicode \w)
18347              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
18348              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
18349      Branch: perl
18350            ! regexec.c
18351 ____________________________________________________________________________
18352 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
18353         Log: Sync with libnet-1.10
18354      Branch: perl
18355            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
18356            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
18357            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
18358            ! lib/Net/t/netrc.t
18359 ____________________________________________________________________________
18360 [ 14912] By: ams                                   on 2002/02/28  13:02:50
18361         Log: Subject: [PATCH] perldelta.pod fixes
18362              From: Autrijus Tang <autrijus@autrijus.org>
18363              Date: Thu, 28 Feb 2002 21:44:15 +0800
18364              Message-Id: <20020228134415.GB16422@not.autrijus.org>
18365      Branch: perl
18366            ! pod/perldelta.pod
18367 ____________________________________________________________________________
18368 [ 14911] By: ams                                   on 2002/02/28  11:31:44
18369         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
18370              From: Stas Bekman <stas@stason.org>
18371              Date: Mon, 04 Feb 2002 16:18:53 +0800
18372              Message-Id: <3C7E1E5F.1000605@stason.org>
18373              (Applied by hand).
18374      Branch: perl
18375            ! lib/File/Copy.pm
18376 ____________________________________________________________________________
18377 [ 14910] By: ams                                   on 2002/02/28  11:26:47
18378         Log: Subject: [PATCH lib/Pod/Html.pm]
18379              From: Stas Bekman <stas@stason.org>
18380              Date: Thu, 28 Feb 2002 20:05:01 +0800
18381              Message-Id: <3C7E1CED.7000307@stason.org>
18382      Branch: perl
18383            ! lib/Pod/Html.pm
18384 ____________________________________________________________________________
18385 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
18386         Log: Tests for #14908.
18387      Branch: perl
18388            ! t/op/pat.t
18389 ____________________________________________________________________________
18390 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
18391         Log: Make shared hash keys to be \0-terminated:
18392              one possible resolution for
18393              "UTF-8, weird \w behaviour after HASH-KEY-ification"
18394              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
18395              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
18396              The hash keys weren't \0-terminated.  This meant that the EOL ($)
18397              in regmatch() got the nextchr beyond the last character.  Since
18398              the keys were UTF-8, the nextchr was \1, not the usual
18399              string-terminating \0.  Wham, no match.
18400              
18401              I think another possible resolution could be to stop the nextchr
18402              computation in regmatch() from peeking beyond the last character
18403              of the string:
18404              
18405              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
18406      Branch: perl
18407            ! hv.c hv.h
18408 ____________________________________________________________________________
18409 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
18410         Log: Subject: [PATCH] Perl interface to newIO()
18411              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18412              Date: Wed, 27 Feb 2002 20:15:27 -0800
18413              Message-ID: <f7af8gzkgaET092yn@efn.org>
18414      Branch: perl
18415            ! lib/Symbol.pm
18416 ____________________________________________________________________________
18417 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
18418         Log: The "list" part of
18419              
18420              Subject: [PATCH perlop] .. returns a *list* of *integers*
18421              From: Mike Guy <mjtg@cam.ac.uk>
18422              Date: Tue, 26 Feb 2002 18:30:22 +0000
18423              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
18424              
18425              plus few nits.
18426      Branch: perl
18427            ! pod/perlop.pod
18428 ____________________________________________________________________________
18429 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
18430         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
18431              From: Abe Timmerman <abe@ztreet.demon.nl>
18432              Date: Thu, 28 Feb 2002 00:04:06 +0100
18433              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
18434      Branch: perl
18435            ! lib/File/stat.t
18436 ____________________________________________________________________________
18437 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
18438         Log: Integrate from maintperl.
18439      Branch: maint-5.6/macperl
18440           !> doio.c op.c t/io/open.t t/pragma/strict-subs
18441 ____________________________________________________________________________
18442 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
18443         Log: Upgrade to Math::BigInt 1.53.
18444      Branch: perl
18445            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18446            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
18447            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
18448            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
18449            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
18450            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
18451 ____________________________________________________________________________
18452 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
18453         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
18454              From: "Craig A. Berry" <craigberry@mac.com>
18455              Date: Wed, 27 Feb 2002 15:36:38 -0600
18456              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
18457      Branch: perl
18458            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
18459            ! vms/ext/filespec.t
18460 ____________________________________________________________________________
18461 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
18462         Log: Subject: [PATCH] Some minor changes for Cygwin
18463              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18464              Date: Wed, 27 Feb 2002 22:25:41 +0100
18465              Message-ID: <14296492589.20020227222541@familiehaase.de>
18466      Branch: perl
18467            ! Makefile.SH README.cygwin cygwin/perlld.in
18468 ____________________________________________________________________________
18469 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
18470         Log: Update the UTF-8 explanation table.
18471      Branch: perl
18472            ! pod/perlunicode.pod utf8.h
18473 ____________________________________________________________________________
18474 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
18475         Log: Repatch from Robin Barker: anon subs in C<package;> are
18476              now __ANON__::__ANON__ (should help for mod_perl breakage
18477              since #12251)
18478      Branch: perl
18479            ! gv.c op.c t/op/runlevel.t toke.c
18480 ____________________________________________________________________________
18481 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
18482         Log: Update Changes.
18483      Branch: perl
18484            ! Changes patchlevel.h
18485 ____________________________________________________________________________
18486 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
18487         Log: perldelta updates.
18488      Branch: perl
18489            ! pod/perldelta.pod
18490 ____________________________________________________________________________
18491 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
18492         Log: Signedness nit.
18493      Branch: perl
18494            ! regexec.c
18495 ____________________________________________________________________________
18496 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
18497         Log: Subject: Re: Smoke 14870
18498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18499              Date: Wed, 27 Feb 2002 16:48:35 +0100
18500              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
18501              
18502              (with some additional garnish)
18503      Branch: perl
18504            ! README.hpux hints/hpux.sh
18505 ____________________________________________________________________________
18506 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
18507         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
18508              into perl.exp in AIX.
18509      Branch: perl
18510            ! makedef.pl perl.h
18511 ____________________________________________________________________________
18512 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
18513         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
18514              From: Robin Barker <rmb1@cise.npl.co.uk>
18515              Date: Wed, 27 Feb 2002 14:39:35 GMT
18516              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
18517      Branch: perl
18518            ! pod/perlrun.pod
18519 ____________________________________________________________________________
18520 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
18521         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
18522              From: Robin Barker <rmb1@cise.npl.co.uk>
18523              Date: Wed, 27 Feb 2002 12:25:30 GMT
18524              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
18525      Branch: perl
18526            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
18527            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
18528            ! pod/perlunicode.pod pod/perluniintro.pod
18529 ____________________________________________________________________________
18530 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
18531         Log: Only modify LD_LIBRARY_PATH in case there are directories.
18532      Branch: perl
18533            ! hints/dec_osf.sh
18534 ____________________________________________________________________________
18535 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
18536         Log: Subject: [PATCH] perl/hints/vos.sh
18537              From: Paul_GreenVOS@vos.stratus.com
18538              Date: Tue, 26 Feb 02 15:19 est
18539              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
18540      Branch: perl
18541            ! hints/vos.sh
18542 ____________________________________________________________________________
18543 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
18544         Log: Forgot from #14888.
18545      Branch: perl
18546            ! ext/Unicode/Normalize/mkheader
18547 ____________________________________________________________________________
18548 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
18549         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
18550      Branch: perl
18551            ! ext/Unicode/Normalize/Changes
18552            ! ext/Unicode/Normalize/Normalize.pm
18553            ! ext/Unicode/Normalize/Normalize.xs
18554            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
18555            ! ext/Unicode/Normalize/t/test.t
18556 ____________________________________________________________________________
18557 [ 14887] By: ams                                   on 2002/02/26  23:51:52
18558         Log: Subject: Missing diagnostics
18559              From: Simon Glover <scog@roe.ac.uk>
18560              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
18561              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
18562              
18563              Subject: [PATCH] Better wording for the lvalue vec diagnostic
18564              From: Simon Glover <scog@roe.ac.uk>
18565              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
18566              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
18567      Branch: perl
18568            ! doop.c pod/perldiag.pod t/op/vec.t
18569 ____________________________________________________________________________
18570 [ 14886] By: ams                                   on 2002/02/26  15:48:34
18571         Log: Subject: [PATCH] Not OK 5.7.2@14884
18572              From: andreas.koenig@anima.de (Andreas J. Koenig)
18573              Date: Tue, 26 Feb 2002 15:03:55 +0100
18574              Message-Id: <m38z9gfigk.fsf@anima.de>
18575      Branch: perl
18576            ! t/lib/access.t
18577 ____________________________________________________________________________
18578 [ 14885] By: nick                                  on 2002/02/26  13:48:55
18579         Log: Integrate mainline
18580      Branch: perlio
18581           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
18582           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
18583           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
18584            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
18585           !> (integrate 102 files)
18586 ____________________________________________________________________________
18587 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
18588         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
18589              1.1999999999999996, or thereabouts (yes, even sprintf).
18590      Branch: perl
18591            ! t/base/num.t
18592 ____________________________________________________________________________
18593 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
18594         Log: Neither.
18595      Branch: perl
18596            ! pod/perldelta.pod
18597 ____________________________________________________________________________
18598 [ 14882] By: ams                                   on 2002/02/26  08:46:55
18599         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
18600              From: Michael G Schwern <schwern@pobox.com>
18601              Date: Tue, 26 Feb 2002 01:01:28 -0500
18602              Message-Id: <20020226060128.GA2439@blackrider>
18603      Branch: perl
18604            ! hv.c pod/perldiag.pod
18605 ____________________________________________________________________________
18606 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
18607         Log: Subject: [PATCH B::Concise] docs, typos
18608              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18609              Date: Mon, 25 Feb 2002 16:41:16 +0100
18610              Message-ID: <20020225164116.A1054@rafael>
18611      Branch: perl
18612            ! ext/B/B/Concise.pm
18613 ____________________________________________________________________________
18614 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
18615         Log: POSIX: add isatty to @EXPORT_OK, reformat.
18616      Branch: perl
18617            ! ext/POSIX/POSIX.pm
18618 ____________________________________________________________________________
18619 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
18620         Log: If using -Dloclibpth=... the directories need to
18621              be appended to LD_LIBRARY_PATH (and ickily, if those
18622              directories contain a (newer?) libdb.so, we need to
18623              prepend    /usr/shlib to loclibpth).
18624      Branch: perl
18625            ! hints/dec_osf.sh
18626 ____________________________________________________________________________
18627 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
18628         Log: Subject: [PATCH] Perl interface to newIO()
18629              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
18630              Date: Mon, 25 Feb 2002 15:04:57 -0800
18631              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
18632      Branch: perl
18633            ! lib/Symbol.pm lib/Symbol.t
18634 ____________________________________________________________________________
18635 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
18636         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
18637              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
18638              Date: Mon, 25 Feb 2002 21:58:30 +0100
18639              Message-ID: <20020225215830.A744@rafael>
18640      Branch: perl
18641            ! pod/perlvar.pod
18642 ____________________________________________________________________________
18643 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
18644         Log: Big5 tweaks from Autrijus Tang.
18645      Branch: perl
18646            ! ext/Encode/Encode/big5.enc
18647 ____________________________________________________________________________
18648 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
18649         Log: Subject: [PATCH Glossary configpm] cleanups
18650              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18651              Date: Mon, 25 Feb 2002 23:27:15 +0100
18652              Message-ID: <20020225232715.C744@rafael>
18653      Branch: perl
18654            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
18655 ____________________________________________________________________________
18656 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
18657         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
18658              From: Nicholas Clark <nick@unfortu.net>
18659              Date: Mon, 25 Feb 2002 21:53:24 +0000
18660              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
18661      Branch: perl
18662            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
18663            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
18664            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
18665 ____________________________________________________________________________
18666 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
18667         Log: Upgrade to I18N::LangTags 0.27.
18668              (Causes one flipflop back to perl.com URL, must poke Sean.)
18669      Branch: perl
18670            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18671            ! lib/I18N/LangTags/List.pm
18672 ____________________________________________________________________________
18673 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
18674         Log: Upgrade to Getopt::Long 2.28.
18675      Branch: perl
18676            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18677            ! lib/Getopt/Long/README
18678 ____________________________________________________________________________
18679 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
18680         Log: No =head.
18681      Branch: perl
18682            ! pod/perlebcdic.pod
18683 ____________________________________________________________________________
18684 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
18685         Log: Update Changes.
18686      Branch: perl
18687            ! Changes patchlevel.h
18688 ____________________________________________________________________________
18689 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
18690         Log: metaconfig unit change for #14868.
18691      Branch: metaconfig
18692            ! U/modified/Chk_MANI.U
18693 ____________________________________________________________________________
18694 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
18695         Log: Some hosts understand split -l 50, some only split -50
18696              (from Paul Eggert).
18697      Branch: perl
18698            ! Configure
18699 ____________________________________________________________________________
18700 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
18701         Log: Subject: Re: [PATCH bleadperl] socketpair.t
18702              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18703              Date: Sun, 24 Feb 2002 10:31:25 +0100
18704              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
18705              
18706              (the pid half only)
18707      Branch: perl
18708            ! win32/win32.c
18709 ____________________________________________________________________________
18710 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
18711         Log: Mention the new pack tricks.
18712      Branch: perl
18713            ! pod/perldelta.pod
18714 ____________________________________________________________________________
18715 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
18716         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
18717              From: Richard.Foley@t-online.de (Richard Foley)
18718              Date: Mon, 25 Feb 2002 13:47:03 +0100
18719              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
18720      Branch: perl
18721            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
18722            ! pod/perldebug.pod pod/perldelta.pod
18723 ____________________________________________________________________________
18724 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
18725         Log: Typo corrections from John P. Linderman.
18726      Branch: perl
18727            ! ext/IPC/SysV/Semaphore.pm
18728 ____________________________________________________________________________
18729 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
18730         Log: Upgrade to Math::BigInt 1.52.
18731      Branch: perl
18732            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18733            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
18734            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
18735            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
18736            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
18737 ____________________________________________________________________________
18738 [ 14862] By: ams                                   on 2002/02/25  10:39:40
18739         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
18740              From: Robin Barker <rmb1@cise.npl.co.uk>
18741              Date: Mon, 25 Feb 2002 11:35:06 GMT
18742              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
18743              
18744              Subject: [PATCH Net/Cmd.pm]
18745              From: Robin Barker <rmb1@cise.npl.co.uk>
18746              Date: Mon, 25 Feb 2002 11:37:06 GMT
18747              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
18748      Branch: perl
18749            ! lib/Cwd.pm lib/Net/Cmd.pm
18750 ____________________________________________________________________________
18751 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
18752         Log: Cut-and-paste errors.
18753      Branch: perl
18754            ! t/op/pat.t
18755 ____________________________________________________________________________
18756 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
18757         Log: EBCDIC: the control characters are not that easy to find.
18758      Branch: perl
18759            ! t/op/pat.t
18760 ____________________________________________________________________________
18761 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
18762         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
18763              From: John Peacock <jpeacock@rowman.com>
18764              Date: Sun, 24 Feb 2002 22:08:28 -0500
18765              Message-ID: <3C79AAAC.6060903@rowman.com>
18766      Branch: perl
18767            ! sv.c
18768 ____________________________________________________________________________
18769 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
18770         Log: SvSetSV() is not returnable, but that's okay since
18771              sv_copypv() returns void.
18772      Branch: perl
18773            ! sv.c
18774 ____________________________________________________________________________
18775 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
18776         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
18777              From: John Peacock <jpeacock@rowman.com>                 
18778              Date: Sun, 24 Feb 2002 16:40:07 -0500
18779              Message-ID: <3C795DB7.40105@rowman.com>               
18780      Branch: perl
18781            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
18782            ! pp_hot.c proto.h sv.c
18783 ____________________________________________________________________________
18784 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
18785         Log: Tiny code cleanup.
18786      Branch: perl
18787            ! regexec.c
18788 ____________________________________________________________________________
18789 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
18790         Log: Use to_uni_fold().
18791      Branch: perl
18792            ! regcomp.c
18793 ____________________________________________________________________________
18794 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
18795         Log: Document the new taint behaviour of exec LIST and
18796              system LIST.
18797      Branch: perl
18798            ! pod/perldelta.pod
18799 ____________________________________________________________________________
18800 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
18801         Log: Subject: [PATCH] Re: taint news
18802              From: Rick Delaney <rick.delaney@rogers.com>             
18803              Date: 24 Feb 2002 11:35:00 -0500
18804              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
18805      Branch: perl
18806            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
18807 ____________________________________________________________________________
18808 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
18809         Log: EBCDIC tweak (native instead of uni) and comment update.
18810      Branch: perl
18811            ! regexec.c
18812 ____________________________________________________________________________
18813 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
18814         Log: Using uninitialized (and wrong) variables is not good.
18815      Branch: perl
18816            ! regcomp.c
18817 ____________________________________________________________________________
18818 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
18819         Log: EBCDIC: this seems to calm the last of the
18820              Malformed UTF-8 warnings.
18821      Branch: perl
18822            ! regcomp.c utf8.c
18823 ____________________________________________________________________________
18824 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
18825         Log: EBCDIC: document using Encode for character conversions.
18826      Branch: perl
18827            ! pod/perlebcdic.pod
18828 ____________________________________________________________________________
18829 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
18830         Log: EBCDIC: disable also Unicode::Collate and
18831              Unicode::Normalize for now.  Real users of
18832              EBCDIC have to decide what they want.
18833      Branch: perl
18834            ! ext/Unicode/Normalize/Normalize.pm
18835            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18836            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
18837            ! lib/Unicode/Collate/t/test.t
18838 ____________________________________________________________________________
18839 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
18840         Log: AUTHORS updates.
18841      Branch: perl
18842            ! AUTHORS
18843 ____________________________________________________________________________
18844 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
18845         Log: Retract #14571: there may be a better solution than
18846              tweaking the test.
18847      Branch: perl
18848            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18849 ____________________________________________________________________________
18850 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
18851         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
18852              From: "Craig A. Berry" <craigberry@mac.com> 
18853              Date: Sat, 23 Feb 2002 14:14:35 -0600
18854              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
18855      Branch: perl
18856            ! configure.com
18857 ____________________________________________________________________________
18858 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
18859         Log: metaconfig unit change for #14843.
18860      Branch: metaconfig/U/perl
18861            ! Extensions.U
18862 ____________________________________________________________________________
18863 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
18864         Log: Also Encode/JP needs to be listed explicitly.
18865              (Any other sub-Encode extensions?)
18866      Branch: perl
18867            ! Configure
18868 ____________________________________________________________________________
18869 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
18870         Log: Document known UNICOS/mk deficiency.
18871      Branch: perl
18872            ! pod/perldelta.pod
18873 ____________________________________________________________________________
18874 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
18875         Log: Subject: [PATCH] README mention version 5.0
18876              From: Autrijus Tang <autrijus@autrijus.org>
18877              Date: Sat, 23 Feb 2002 09:35:22 +0800
18878              Message-ID: <20020223013522.GA8694@not.autrijus.org>
18879      Branch: perl
18880            ! README
18881 ____________________________________________________________________________
18882 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
18883         Log: metaconfig unit change for #14839.
18884      Branch: metaconfig
18885            ! U/modified/Signal.U
18886 ____________________________________________________________________________
18887 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
18888         Log: Old hosts like NeXT Classic don't have sort -k,
18889              from Paul Eggert.
18890      Branch: perl
18891            ! Configure
18892 ____________________________________________________________________________
18893 [ 14838] By: ams                                   on 2002/02/22  21:14:29
18894         Log: Minor clarifications as suggested by Anton Tagunov.
18895      Branch: perl
18896            ! pod/perlsyn.pod
18897 ____________________________________________________________________________
18898 [ 14837] By: ams                                   on 2002/02/22  21:07:02
18899         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
18900              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18901              Date: Fri, 22 Feb 2002 23:01:07 +0100
18902              Message-Id: <20020222230107.A15069@rafael>
18903      Branch: perl
18904            ! sv.c t/op/gv.t
18905 ____________________________________________________________________________
18906 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
18907         Log: metaconfig unit change for #14835.
18908      Branch: metaconfig
18909            ! U/modified/Chk_MANI.U
18910 ____________________________________________________________________________
18911 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
18912         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
18913      Branch: perl
18914            ! Configure
18915 ____________________________________________________________________________
18916 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
18917         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
18918              From: Michael G Schwern <schwern@pobox.com>
18919              Date: Fri, 22 Feb 2002 12:10:28 -0500
18920              Message-ID: <20020222171027.GB4181@blackrider>
18921      Branch: perl
18922            ! ext/Encode/compile
18923 ____________________________________________________________________________
18924 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
18925         Log: Update Changes.
18926      Branch: perl
18927            ! Changes patchlevel.h
18928 ____________________________________________________________________________
18929 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
18930         Log: Implement IV/UV/NV/long double pack/unpack with
18931              template letters j/J/F/D (the latter two have been
18932              undocumented aliases of f/d).
18933      Branch: perl
18934            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
18935 ____________________________________________________________________________
18936 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
18937         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
18938              From: Nicholas Clark <nick@unfortu.net>
18939              Date: Fri, 22 Feb 2002 14:01:25 +0000
18940              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
18941      Branch: perl
18942            ! ext/Encode/compile
18943 ____________________________________________________________________________
18944 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
18945         Log: NetWare change from Ananth Kesari.
18946      Branch: perl
18947            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
18948            ! MANIFEST
18949 ____________________________________________________________________________
18950 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
18951         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
18952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18953              Date: Fri, 22 Feb 2002 03:55:13 -0500
18954              Message-ID: <20020222035513.A894@math.ohio-state.edu>
18955      Branch: perl
18956            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
18957 ____________________________________________________________________________
18958 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
18959         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
18960      Branch: perl
18961            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
18962 ____________________________________________________________________________
18963 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
18964         Log: Make measure_struct a file static.
18965      Branch: perl
18966            ! pp_pack.c
18967 ____________________________________________________________________________
18968 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
18969         Log: EBCDIC: someone who knows what they are doing
18970              and whether it is possible at all in the first
18971              place needs to figure these tests out on EBCDIC.
18972              The CJK encodings heavily abuse their knowledge
18973              of ASCII and that may require a translation layer
18974              or four to survive UTF-EBCDIC.
18975      Branch: perl
18976            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
18977 ____________________________________________________________________________
18978 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
18979         Log: croak() needs context.
18980      Branch: perl
18981            ! pp_pack.c
18982 ____________________________________________________________________________
18983 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
18984         Log: Subject: [PATCH @14577] pack with a human face: the sequel
18985              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18986              Date: Thu, 21 Feb 2002 21:33:37 -0500
18987              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
18988      Branch: perl
18989            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
18990            ! proto.h t/op/pack.t
18991 ____________________________________________________________________________
18992 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
18993         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
18994              From: Nicholas Clark <nick@unfortu.net> 
18995              Date: Fri, 22 Feb 2002 00:49:44 +0000
18996              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
18997      Branch: perl
18998            ! ext/Encode/compile
18999 ____________________________________________________________________________
19000 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
19001         Log: Test for #14795.
19002      Branch: perl
19003            ! t/op/pat.t
19004 ____________________________________________________________________________
19005 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
19006         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
19007      Branch: perl
19008            ! t/op/pat.t
19009 ____________________________________________________________________________
19010 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
19011         Log: Subject: [PATCH] next batch of bugfixes
19012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19013              Date: Thu, 21 Feb 2002 23:54:41 +0100
19014              Message-ID: <20020221235441.A17260@rafael>
19015      Branch: perl
19016            ! ext/B/B/Deparse.pm
19017 ____________________________________________________________________________
19018 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
19019         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)
19020              From: chromatic <chromatic@rmci.net>
19021              Date: Thu, 21 Feb 2002 14:17:35 -0700
19022              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
19023      Branch: perl
19024            ! lib/File/stat.pm lib/File/stat.t
19025 ____________________________________________________________________________
19026 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
19027         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
19028      Branch: perl
19029            ! ext/re/re.xs
19030 ____________________________________________________________________________
19031 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
19032         Log: Upgrade to Math::BigInt 1.51.
19033      Branch: perl
19034            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19035            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19036            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19037            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19038            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19039            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19040            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19041            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
19042            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
19043            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
19044            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
19045            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
19046 ____________________________________________________________________________
19047 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
19048         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
19049              From: "Gerrit P. Haase" <gp@familiehaase.de>
19050              Date: Thu, 21 Feb 2002 21:20:25 +0100
19051              Message-ID: <69510538936.20020221212025@familiehaase.de>
19052      Branch: perl
19053            ! Makefile.SH
19054 ____________________________________________________________________________
19055 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
19056         Log: Subject: [PATCH @14577] grouping in pack/unpack
19057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19058              Date: Thu, 21 Feb 2002 06:06:14 -0500
19059              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
19060      Branch: perl
19061            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
19062            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
19063 ____________________________________________________________________________
19064 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
19065         Log: Subject: [PATCH propose] question about fs.t
19066              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19067              Date: Thu, 21 Feb 2002 15:10:21 +0100
19068              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
19069      Branch: perl
19070            ! t/io/fs.t
19071 ____________________________________________________________________________
19072 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
19073         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
19074              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
19075              Date: Thu, 21 Feb 2002 09:54:28 +0100
19076              Message-ID: <13576559576.20020221095428@familiehaase.de>     
19077      Branch: perl
19078            ! Makefile.SH
19079 ____________________________________________________________________________
19080 [ 14812] By: ams                                   on 2002/02/21  14:59:09
19081         Log: Subject: typo correction
19082              From: mjd@plover.com
19083              Date: 21 Feb 2002 15:43:49 -0000
19084              Message-Id: <20020221154349.22772.qmail@plover.com>
19085      Branch: perl
19086            ! pod/perldebug.pod
19087 ____________________________________________________________________________
19088 [ 14811] By: ams                                   on 2002/02/21  14:02:12
19089         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
19090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19091              Date: Thu, 21 Feb 2002 15:22:22 +0100
19092              Message-Id: <20020221152222.A15095@rafael>
19093      Branch: perl
19094            ! op.h toke.c
19095 ____________________________________________________________________________
19096 [ 14810] By: ams                                   on 2002/02/21  12:45:28
19097         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
19098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19099              Date: Thu, 21 Feb 2002 06:02:48 -0500
19100              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
19101      Branch: perl
19102            ! lib/ExtUtils/Mksymlists.pm makedef.pl
19103 ____________________________________________________________________________
19104 [ 14809] By: nick                                  on 2002/02/21  09:31:08
19105         Log: Integrate mainline
19106      Branch: perlio
19107           +> lib/Pod/t/Select.t
19108           !> (integrate 37 files)
19109 ____________________________________________________________________________
19110 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
19111         Log: metaconfig unit change for #14807.
19112      Branch: metaconfig
19113            ! U/modified/Signal.U
19114 ____________________________________________________________________________
19115 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
19116         Log: Revert #14805, didn't quite work.
19117      Branch: perl
19118            ! Configure config_h.SH
19119 ____________________________________________________________________________
19120 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
19121         Log: metaconfig changes for #14805.
19122      Branch: metaconfig
19123            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
19124 ____________________________________________________________________________
19125 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
19126         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
19127              From: Paul Eggert <eggert@twinsun.com>
19128              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
19129              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
19130      Branch: perl
19131            ! Configure config_h.SH
19132 ____________________________________________________________________________
19133 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
19134         Log: More advice.
19135      Branch: perl
19136            ! README.os390
19137 ____________________________________________________________________________
19138 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
19139         Log: Missing MANIFESTation.
19140      Branch: perl
19141            ! MANIFEST
19142 ____________________________________________________________________________
19143 [ 14802] By: ams                                   on 2002/02/20  22:55:25
19144         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
19145              From: Autrijus Tang <autrijus@autrijus.org>
19146              Date: Thu, 21 Feb 2002 07:13:12 +0800
19147              Message-Id: <20020220231312.GA775@not.autrijus.org>
19148      Branch: perl
19149            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
19150 ____________________________________________________________________________
19151 [ 14801] By: ams                                   on 2002/02/20  22:27:20
19152         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
19153              From: Abe Timmerman <abe@ztreet.demon.nl>
19154              Date: Thu, 21 Feb 2002 00:20:40 +0100
19155              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
19156      Branch: perl
19157            + lib/Pod/t/Select.t
19158 ____________________________________________________________________________
19159 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
19160         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
19161              twice, causing the loop to skip every other character.
19162      Branch: perl
19163            ! utf8.c
19164 ____________________________________________________________________________
19165 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
19166         Log: Better debugging info.
19167      Branch: perl
19168            ! t/uni/case.pl
19169 ____________________________________________________________________________
19170 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
19171         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
19172              From: Nicholas Clark <nick@unfortu.net>
19173              Date: Wed, 20 Feb 2002 22:13:05 +0000
19174              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
19175      Branch: perl
19176            ! ext/Encode/compile
19177 ____________________________________________________________________________
19178 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
19179         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
19180              From: Paul Eggert <eggert@twinsun.com>
19181              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
19182              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
19183      Branch: perl
19184            ! pod/perlhack.pod
19185 ____________________________________________________________________________
19186 [ 14796] By: nick                                  on 2002/02/20  18:15:00
19187         Log: Integrate mainline
19188      Branch: perlio
19189           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
19190           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
19191           +> lib/Locale/Country.pod lib/Locale/Currency.pod
19192           +> lib/Locale/Language.pod lib/Locale/Script.pm
19193           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
19194           +> t/uni/title.t t/uni/upper.t
19195           !> (integrate 41 files)
19196 ____________________________________________________________________________
19197 [ 14795] By: ams                                   on 2002/02/20  17:08:38
19198         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
19199              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19200              Date: Wed, 20 Feb 2002 18:06:59 +0000
19201              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
19202      Branch: perl
19203            ! pp_ctl.c
19204 ____________________________________________________________________________
19205 [ 14794] By: ams                                   on 2002/02/20  16:41:56
19206         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
19207              From: Paul_GreenVOS@vos.stratus.com
19208              Date: Wed, 20 Feb 02 12:21 est
19209              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
19210      Branch: perl
19211            ! Makefile.SH
19212 ____________________________________________________________________________
19213 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
19214         Log: Forgot from #14790.
19215      Branch: perl
19216            ! pp_pack.c
19217 ____________________________________________________________________________
19218 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
19219         Log: Update Changes.
19220      Branch: perl
19221            ! Changes patchlevel.h
19222 ____________________________________________________________________________
19223 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
19224         Log: Integrate change #14778 from maintperl;
19225              
19226              constant folding on the range operator had the effect of disabling
19227              peephole optimizations in all the siblings of the range OP; the
19228              effect of this was that barewords could escape strictures when
19229              they were hiding in such places
19230      Branch: perl
19231            ! t/lib/strict/subs
19232           !> op.c
19233 ____________________________________________________________________________
19234 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
19235         Log: Subject: Re: [ID 20020220.001] pack w with objects
19236              From: Ulrich Pfeifer <upf@de.uu.net>
19237              Date: 20 Feb 2002 11:21:15 +0100
19238              Message-ID: <p5g03wcv38.fsf@de.uu.net>
19239      Branch: perl
19240            ! t/op/pack.t
19241 ____________________________________________________________________________
19242 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
19243         Log: Subject: Re: [PATCH] go faster for Encode's compile
19244              From: Nicholas Clark <nick@unfortu.net> 
19245              Date: Tue, 19 Feb 2002 23:38:36 +0000
19246              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
19247      Branch: perl
19248            ! ext/Encode/compile
19249 ____________________________________________________________________________
19250 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
19251         Log: Regen Glossary.
19252      Branch: perl
19253            ! Porting/Glossary Porting/config.sh Porting/config_H
19254 ____________________________________________________________________________
19255 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
19256         Log: metaconfig unit change for #14786 (not visible yet,
19257              since Glossary needs regenerating)
19258      Branch: metaconfig
19259            ! U/compline/d_gconvert.U
19260 ____________________________________________________________________________
19261 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
19262         Log: Subject: d_Gconvert hints and Glossary
19263              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19264              Date: Tue, 19 Feb 2002 11:55:36 -0800
19265              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
19266      Branch: perl
19267            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
19268            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
19269            ! hints/svr5.sh
19270 ____________________________________________________________________________
19271 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
19272         Log: metaconfig unit changes for #14784.
19273      Branch: metaconfig
19274            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
19275 ____________________________________________________________________________
19276 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
19277         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
19278              From: Paul Eggert <eggert@twinsun.com>              
19279              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
19280              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
19281      Branch: perl
19282            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
19283            ! pod/perlhack.pod
19284 ____________________________________________________________________________
19285 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
19286         Log: metaconfig unit change for #14782.
19287      Branch: metaconfig/U/perl
19288            ! Mksymlinks.U
19289 ____________________________________________________________________________
19290 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
19291         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
19292              From: "Gerrit P. Haase" <gp@familiehaase.de>
19293              Date: Wed, 20 Feb 2002 00:23:29 +0100
19294              Message-ID: <70348722516.20020220002329@familiehaase.de>
19295      Branch: perl
19296            ! Configure
19297 ____________________________________________________________________________
19298 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
19299         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
19300              From: Nicholas Clark <nick@unfortu.net> 
19301              Date: Tue, 19 Feb 2002 19:27:42 +0000
19302              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
19303              
19304              (with modifications)
19305      Branch: perl
19306            ! pod/perlsub.pod
19307 ____________________________________________________________________________
19308 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
19309         Log: NetWare tweak from Ananth Kesari.
19310      Branch: perl
19311            ! lib/ExtUtils/MakeMaker.pm
19312 ____________________________________________________________________________
19313 [ 14779] By: ams                                   on 2002/02/20  06:51:55
19314         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
19315      Branch: perl
19316            ! pod/perlfaq4.pod
19317 ____________________________________________________________________________
19318 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
19319         Log: constant folding on the range operator had the effect of disabling
19320              peephole optimizations in all the siblings of the range OP; the
19321              effect of this was that barewords could escape strictures when
19322              they were hiding in such places
19323      Branch: maint-5.6/perl
19324            ! op.c t/pragma/strict-subs
19325 ____________________________________________________________________________
19326 [ 14777] By: ams                                   on 2002/02/20  00:56:21
19327         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
19328              From: Graham Barr <gbarr@pobox.com>
19329              Date: Tue, 19 Feb 2002 23:08:47 +0000
19330              Message-Id: <20020219230847.G66560@pobox.com>
19331      Branch: perl
19332            ! lib/Time/Local.pm
19333 ____________________________________________________________________________
19334 [ 14776] By: ams                                   on 2002/02/19  17:20:28
19335         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
19336              From: Nicholas Clark <nick@unfortu.net>
19337              Date: Tue, 19 Feb 2002 16:23:22 +0000
19338              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
19339      Branch: perl
19340            ! lib/Tie/Hash.pm
19341 ____________________________________________________________________________
19342 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
19343         Log: Regen doc, regen toc.
19344      Branch: perl
19345            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
19346 ____________________________________________________________________________
19347 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
19348         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
19349              From: Dave Mitchell <davem@fdgroup.co.uk>
19350              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
19351              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
19352      Branch: perl
19353            ! pod/perlsub.pod
19354 ____________________________________________________________________________
19355 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
19356         Log: Detypo.
19357      Branch: perl
19358            ! lib/Tie/Memoize.pm
19359 ____________________________________________________________________________
19360 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
19361         Log: UTF-8 C API doc tweaks.
19362      Branch: perl
19363            ! pod/perlunicode.pod
19364 ____________________________________________________________________________
19365 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
19366         Log: Mention that the case-switchers know about Unicode, too.
19367      Branch: perl
19368            ! pod/perlop.pod
19369 ____________________________________________________________________________
19370 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
19371         Log: Upgrade to Locale::Codes 2.01.
19372      Branch: perl
19373            + lib/Locale/Constants.pod lib/Locale/Country.pod
19374            + lib/Locale/Currency.pod lib/Locale/Language.pod
19375            + lib/Locale/Script.pod
19376            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
19377            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19378            ! lib/Locale/Currency.pm lib/Locale/Language.pm
19379            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
19380 ____________________________________________________________________________
19381 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
19382         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
19383              From: Dave Mitchell <davem@fdgroup.co.uk>
19384              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
19385              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
19386      Branch: perl
19387            ! pod/perlsub.pod
19388 ____________________________________________________________________________
19389 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
19390         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
19391              From: Sam Tregar <sam@tregar.com> 
19392              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
19393              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
19394      Branch: perl
19395            ! sv.h
19396 ____________________________________________________________________________
19397 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
19398         Log: The test requires perlio.
19399      Branch: perl
19400            ! ext/Encode/t/JP.t
19401 ____________________________________________________________________________
19402 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
19403         Log: Misplaced block end.
19404      Branch: perl
19405            ! utf8.c
19406 ____________________________________________________________________________
19407 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
19408         Log: The POSIX extensions are deadly.
19409      Branch: perl
19410            ! regcomp.c
19411 ____________________________________________________________________________
19412 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
19413         Log: Let's not overdo the growth.
19414      Branch: perl
19415            ! pp.c
19416 ____________________________________________________________________________
19417 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
19418         Log: Third time makes the charm.
19419      Branch: perl
19420            ! README.os390
19421 ____________________________________________________________________________
19422 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
19423         Log: Oops.
19424      Branch: perl
19425            ! utf8.c
19426 ____________________________________________________________________________
19427 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
19428         Log: Add back the new casing tests.
19429      Branch: perl
19430            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19431            ! MANIFEST
19432 ____________________________________________________________________________
19433 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
19434         Log: Prefer special case mappings.
19435      Branch: perl
19436            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19437            ! lib/unicore/To/Upper.pl lib/unicore/mktables
19438 ____________________________________________________________________________
19439 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
19440         Log: Try special casing first.
19441      Branch: perl
19442            ! utf8.c
19443 ____________________________________________________________________________
19444 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
19445         Log: Not extending enough.
19446      Branch: perl
19447            ! pp.c utf8.h
19448 ____________________________________________________________________________
19449 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
19450         Log: No need to store identity mappings.
19451      Branch: perl
19452            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19453            ! lib/unicore/mktables
19454 ____________________________________________________________________________
19455 [ 14756] By: ams                                   on 2002/02/18  20:21:17
19456         Log: Forward port #14704 from maint-5.6.
19457      Branch: perl
19458            ! doio.c
19459 ____________________________________________________________________________
19460 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
19461         Log: Regen Changes.
19462      Branch: perl
19463            ! Changes
19464 ____________________________________________________________________________
19465 [ 14754] By: ams                                   on 2002/02/18  19:01:09
19466         Log: Subject: [PATCH] VMS cando_by_name and current process privs
19467              From: "Craig A. Berry" <craigberry@mac.com>
19468              Date: Mon, 18 Feb 2002 14:03:30 -0600
19469              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
19470      Branch: perl
19471            ! vms/vms.c
19472 ____________________________________________________________________________
19473 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
19474         Log: Update Changes.
19475      Branch: perl
19476            ! Changes patchlevel.h
19477 ____________________________________________________________________________
19478 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
19479         Log: What do you know; these tests unearthed nasty problems.
19480              Will resolve those first.
19481      Branch: perl
19482            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19483            ! MANIFEST
19484 ____________________________________________________________________________
19485 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
19486         Log: Update Changes.
19487      Branch: perl
19488            ! Changes patchlevel.h
19489 ____________________________________________________________________________
19490 [ 14750] By: ams                                   on 2002/02/18  17:36:05
19491         Log: Subject: Re: IO::Poll: Removing Handles
19492              From: Matthew Sachs <matthewg@zevils.com>
19493              Date: Mon, 18 Feb 2002 13:19:01 -0500
19494              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
19495      Branch: perl
19496            ! ext/IO/lib/IO/t/io_poll.t
19497 ____________________________________________________________________________
19498 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
19499         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
19500              From: "Craig A. Berry" <craigberry@mac.com>
19501              Date: Mon, 18 Feb 2002 11:52:21 -0600
19502              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
19503      Branch: perl
19504            ! t/op/alarm.t t/op/glob.t
19505 ____________________________________________________________________________
19506 [ 14748] By: ams                                   on 2002/02/18  15:53:36
19507         Log: s/load_module/Perl_load_module/
19508      Branch: perl
19509            ! gv.c
19510 ____________________________________________________________________________
19511 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
19512         Log: Unused in ASCII, used in EBCDIC.
19513      Branch: perl
19514            ! utf8.c
19515 ____________________________________________________________________________
19516 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
19517         Log: Upgrade to Locale::Codes 2.00.
19518      Branch: perl
19519            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
19520            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
19521            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
19522            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19523            ! lib/Locale/Currency.pm lib/Locale/Language.pm
19524 ____________________________________________________________________________
19525 [ 14745] By: ams                                   on 2002/02/18  15:20:44
19526         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
19527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19528              Date: Sat, 16 Feb 2002 00:06:01 +0100
19529              Message-Id: <20020216000601.A17249@rafael>
19530      Branch: perl
19531            ! gv.c
19532 ____________________________________________________________________________
19533 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
19534         Log: More Unicode casing checks.
19535      Branch: perl
19536            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
19537            ! MANIFEST
19538 ____________________________________________________________________________
19539 [ 14743] By: ams                                   on 2002/02/18  14:35:38
19540         Log: Subject: IO::Poll: Removing Handles
19541              From: Matthew Sachs <matthewg@zevils.com>
19542              Date: Sun, 17 Feb 2002 04:49:46 -0500
19543              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
19544      Branch: perl
19545            ! ext/IO/lib/IO/Poll.pm
19546 ____________________________________________________________________________
19547 [ 14741] By: ams                                   on 2002/02/18  13:59:48
19548         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
19549              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19550              Date: Mon, 18 Feb 2002 15:41:26 +0100
19551              Message-Id: <20020218154126.A692@rafael>
19552      Branch: perl
19553            ! pp_ctl.c t/op/do.t
19554 ____________________________________________________________________________
19555 [ 14740] By: nick                                  on 2002/02/18  09:09:23
19556         Log: Integrate mainline
19557      Branch: perlio
19558           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19559           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19560           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
19561           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19562           +> ext/Encode/lib/Encode/JP/Constants.pm
19563           +> ext/Encode/lib/Encode/JP/H2Z.pm
19564           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
19565           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
19566           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
19567           +> os2/OS2/Process/t/os2_process.t
19568           +> os2/OS2/Process/t/os2_process_kid.t
19569           +> os2/OS2/Process/t/os2_process_text.t
19570            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
19571            - ext/Encode/t/Japanese.t
19572           !> (integrate 47 files)
19573 ____________________________________________________________________________
19574 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
19575         Log: EBCDIC: now the worst seems to be over for
19576              the "Malformed" warnings.  Still a few of them,
19577              and plenty of test failures, but getting better.
19578      Branch: perl
19579            ! regcomp.c utf8.c
19580 ____________________________________________________________________________
19581 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
19582         Log: Upgrade to Net::Ping 2.12.
19583      Branch: perl
19584            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
19585            ! lib/Net/Ping/t/110_icmp_inst.t
19586 ____________________________________________________________________________
19587 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
19588         Log: After much rewriting we are now pretty much
19589              back to where we started.
19590      Branch: perl
19591            ! utf8.c
19592 ____________________________________________________________________________
19593 [ 14736] By: ams                                   on 2002/02/18  01:23:00
19594         Log: Subject: [PATCH B::Deparse] two fixes
19595              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19596              Date: Sun, 17 Feb 2002 23:58:59 +0100
19597              Message-Id: <20020217235859.A32513@rafael>
19598      Branch: perl
19599            ! ext/B/B/Deparse.pm
19600 ____________________________________________________________________________
19601 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
19602         Log: Buglet.
19603      Branch: perl
19604            ! ext/Encode/lib/Encode/JP/JIS.pm
19605 ____________________________________________________________________________
19606 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
19607         Log: Clearing up to_utf8_case() continues: this time use
19608              a single return, and EBCDICification for all paths.
19609      Branch: perl
19610            ! utf8.c
19611 ____________________________________________________________________________
19612 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
19613         Log: Small tweaks to get the test running (fix @INC and
19614              do not overwrite the table.utf8 and table.rnd).
19615      Branch: perl
19616            ! ext/Encode/t/JP.t
19617 ____________________________________________________________________________
19618 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
19619         Log: Tiny tweak.
19620      Branch: perl
19621            ! utf8.c
19622 ____________________________________________________________________________
19623 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
19624         Log: Redundant casts.
19625      Branch: perl
19626            ! utf8.c
19627 ____________________________________________________________________________
19628 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
19629         Log: More filename portability tips.
19630      Branch: perl
19631            ! pod/perlport.pod
19632 ____________________________________________________________________________
19633 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
19634         Log: FAQ sync.
19635      Branch: perl
19636            ! pod/perlfaq3.pod pod/perlfaq5.pod
19637 ____________________________________________________________________________
19638 [ 14728] By: ams                                   on 2002/02/17  16:15:09
19639         Log: Subject: podlators 1.21 released
19640              From: Russ Allbery <rra@stanford.edu>
19641              Date: Sat, 16 Feb 2002 21:42:56 -0800
19642              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
19643      Branch: perl
19644            ! lib/Pod/Text/Overstrike.pm
19645 ____________________________________________________________________________
19646 [ 14727] By: sky                                   on 2002/02/17  11:36:52
19647         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
19648              From: Autrijus Tang <autrijus@autrijus.org>
19649              Date: Sun, 17 Feb 2002 19:46:47 +0800
19650              Message-ID: <20020217194647.A1410@not.autrijus.org>
19651      Branch: perl
19652            ! pp_ctl.c t/op/tiehandle.t util.c
19653 ____________________________________________________________________________
19654 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
19655         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
19656              input in native code points, not Unicode.
19657      Branch: perl
19658            ! utf8.c
19659 ____________________________________________________________________________
19660 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
19661         Log: Regen Glossary.
19662      Branch: perl
19663            ! Porting/Glossary Porting/config.sh Porting/config_H
19664 ____________________________________________________________________________
19665 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
19666         Log: The #14715 and #14716 were okay: they just revealed
19667              a bug in the EXACTF matching.
19668      Branch: perl
19669            ! regexec.c utf8.c
19670 ____________________________________________________________________________
19671 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
19672         Log: Retreat, retreat! (retract #14715 and #14716)
19673      Branch: perl
19674            ! utf8.c
19675 ____________________________________________________________________________
19676 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
19677         Log: Encode 0.40, from Dan Kogai.
19678      Branch: perl
19679            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19680            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
19681            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
19682            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19683            + ext/Encode/lib/Encode/JP/Constants.pm
19684            + ext/Encode/lib/Encode/JP/H2Z.pm
19685            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
19686            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
19687            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
19688            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19689            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
19690            - ext/Encode/t/Japanese.t
19691            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
19692            ! ext/Encode/t/Encode.t
19693 ____________________________________________________________________________
19694 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
19695         Log: metaconfig unit change for #14720.
19696      Branch: perl
19697            ! Configure
19698 ____________________________________________________________________________
19699 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
19700         Log: Regenerate Configure (small tweaks on Yitzchak's,
19701              main difference being that the preference variables are
19702              called gconvert_...).
19703      Branch: metaconfig
19704            ! U/compline/d_gconvert.U
19705 ____________________________________________________________________________
19706 [ 14719] By: ams                                   on 2002/02/16  14:11:01
19707         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
19708              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19709              Date: Thu, 14 Feb 2002 22:27:33 -0800
19710              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
19711              (Applied by hand.)
19712      Branch: perl
19713            ! Configure
19714 ____________________________________________________________________________
19715 [ 14718] By: ams                                   on 2002/02/16  13:45:28
19716         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
19717              From: Philip Newton <Philip.Newton@gmx.net>
19718              Date: Sat, 16 Feb 2002 10:05:05 +0100
19719              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
19720              (Applied by hand.)
19721      Branch: perl
19722            ! pod/perlport.pod
19723 ____________________________________________________________________________
19724 [ 14717] By: ams                                   on 2002/02/16  04:30:23
19725         Log: Remove dubious test.
19726      Branch: perl
19727            ! t/io/open.t
19728 ____________________________________________________________________________
19729 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
19730         Log: Tiny tweak.
19731      Branch: perl
19732            ! utf8.c
19733 ____________________________________________________________________________
19734 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
19735         Log: Restructure to_utf8_case() for simpler execution paths.
19736      Branch: perl
19737            ! utf8.c
19738 ____________________________________________________________________________
19739 [ 14714] By: ams                                   on 2002/02/16  02:43:59
19740         Log: Absorb #14701 by Sarathy from maint-5.6.
19741      Branch: perl
19742            ! doio.c t/io/open.t
19743 ____________________________________________________________________________
19744 [ 14713] By: ams                                   on 2002/02/16  01:51:27
19745         Log: Subject: [PATCH] VOS patches for perl 5.8
19746              From: Paul_GreenVOS@vos.stratus.com
19747              Date: Fri, 15 Feb 02 17:41 est
19748              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
19749      Branch: perl
19750            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
19751            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19752            ! vos/install_perl.cm
19753 ____________________________________________________________________________
19754 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
19755         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
19756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19757              Date: Fri, 15 Feb 2002 23:05:44 +0100
19758              Message-ID: <20020215230544.A690@rafael>
19759      Branch: perl
19760            ! ext/B/B/Deparse.pm
19761 ____________________________________________________________________________
19762 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
19763         Log: Add $VERSION.
19764      Branch: perl
19765            ! lib/Tie/Memoize.pm
19766 ____________________________________________________________________________
19767 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
19768         Log: Update Changes.
19769      Branch: perl
19770            ! Changes patchlevel.h
19771 ____________________________________________________________________________
19772 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
19773         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
19774              From: Robin Barker <rmb1@cise.npl.co.uk>
19775              Date: Thu, 14 Feb 2002 19:07:40 GMT
19776              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
19777              
19778              (the hints part only)
19779      Branch: perl
19780            ! hints/solaris_2.sh
19781 ____________________________________________________________________________
19782 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
19783         Log: metaconfig unit changes for #14707.
19784      Branch: metaconfig
19785            ! U/modified/cc.U
19786      Branch: metaconfig/U/perl
19787            ! Checkcc.U
19788 ____________________________________________________________________________
19789 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
19790         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
19791              From: Robin Barker <rmb1@cise.npl.co.uk>
19792              Date: Fri, 15 Feb 2002 12:14:39 GMT
19793              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
19794              
19795              Split checking-for-gcc and checking-for-cc.
19796      Branch: perl
19797            ! Configure
19798 ____________________________________________________________________________
19799 [ 14706] By: ams                                   on 2002/02/15  13:57:15
19800         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
19801              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
19802              Date: 15 Feb 2002 10:53:06 +0200
19803              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
19804      Branch: perl
19805            ! lib/Pod/Html.pm
19806 ____________________________________________________________________________
19807 [ 14705] By: ams                                   on 2002/02/15  08:42:55
19808         Log: Subject: [PATCH @14577] OS/2 tests and more
19809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19810              Date: Fri, 15 Feb 2002 03:56:24 -0500
19811              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
19812      Branch: perl
19813            + os2/OS2/Process/t/os2_process.t
19814            + os2/OS2/Process/t/os2_process_kid.t
19815            + os2/OS2/Process/t/os2_process_text.t
19816            ! MANIFEST configpm hints/os2.sh makedef.pl
19817            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
19818            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
19819            ! os2/os2ish.h
19820 ____________________________________________________________________________
19821 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
19822         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
19823              avoid wasteful PL_fdpid fiddling where that is not warranted;
19824              mostly whitespace fixes
19825              
19826              these were longstanding todo items from:
19827              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
19828      Branch: maint-5.6/perl
19829            ! doio.c
19830 ____________________________________________________________________________
19831 [ 14702] By: nick                                  on 2002/02/15  08:31:41
19832         Log: Integrate mainline
19833      Branch: perlio
19834           +> lib/if.pm lib/if.t
19835           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
19836           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
19837           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
19838           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
19839           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
19840           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
19841           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
19842           !> t/lib/warnings/pp_sys
19843 ____________________________________________________________________________
19844 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
19845         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
19846              (and also dies quickly on Windows); this bug crept in as
19847              change#610, a.k.a change#646
19848      Branch: maint-5.6/perl
19849            ! doio.c t/io/open.t
19850 ____________________________________________________________________________
19851 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
19852         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
19853              From: Ville "Skyttä" <ville.skytta@iki.fi>
19854              Date: Wed, 13 Feb 2002 22:29:39 +0200
19855              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
19856      Branch: perl
19857            ! lib/Pod/Html.pm
19858 ____________________________________________________________________________
19859 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
19860         Log: Document and test the C0 and C1.
19861      Branch: perl
19862            ! lib/charnames.pm lib/charnames.t
19863 ____________________________________________________________________________
19864 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
19865         Log: metaconfig unit change for #14697.
19866      Branch: metaconfig
19867            ! U/modified/Init.U
19868 ____________________________________________________________________________
19869 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
19870         Log: Also OS/2 seems to need exe set early.
19871      Branch: perl
19872            ! Configure
19873 ____________________________________________________________________________
19874 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
19875         Log: Document pack U0U.
19876      Branch: perl
19877            ! pod/perluniintro.pod
19878 ____________________________________________________________________________
19879 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
19880         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
19881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19882              Date: Thu, 14 Feb 2002 23:58:00 +0100
19883              Message-ID: <20020214235800.A12901@rafael>
19884      Branch: perl
19885            ! pp_sys.c t/lib/warnings/pp_sys
19886 ____________________________________________________________________________
19887 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
19888         Log: Subject: [PATCH @13746] conditional pragmas
19889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19890              Date: Mon, 31 Dec 2001 18:18:09 -0500
19891              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
19892      Branch: perl
19893            + lib/if.pm lib/if.t
19894            ! MANIFEST
19895 ____________________________________________________________________________
19896 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
19897         Log: Deparse bug introduced by #14615: the fix is just a workaround,
19898              I suspect there to be another deeper bug, must distill simpler
19899              test case.
19900      Branch: perl
19901            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19902 ____________________________________________________________________________
19903 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
19904         Log: Integrate perlio:
19905              
19906              [ 14685]
19907              Make dependencies more precise (for nmake)
19908      Branch: perl
19909           !> ext/Encode/EUC_JP/Makefile.PL
19910 ____________________________________________________________________________
19911 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
19912         Log: Just a guess.
19913      Branch: perl
19914            ! lib/Tie/Handle.pm
19915 ____________________________________________________________________________
19916 [ 14690] By: nick                                  on 2002/02/14  16:30:56
19917         Log: Integrate mainline
19918      Branch: perlio
19919           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
19920           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
19921           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
19922           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
19923           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
19924           !> utf8.c
19925 ____________________________________________________________________________
19926 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
19927         Log: Upgrade to Net::Ping 2.11.
19928      Branch: perl
19929            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
19930            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
19931            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
19932            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
19933 ____________________________________________________________________________
19934 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
19935         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
19936              From: Robin Barker <rmb1@cise.npl.co.uk>
19937              Date: Wed, 13 Feb 2002 17:37:07 GMT
19938              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
19939              
19940              (updated version of the above)
19941      Branch: perl
19942            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
19943 ____________________________________________________________________________
19944 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
19945         Log: Excise inexact blather.
19946      Branch: perl
19947            ! utf8.c
19948 ____________________________________________________________________________
19949 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
19950         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
19951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19952              Date: Mon, 31 Dec 2001 20:28:46 -0500
19953              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
19954      Branch: perl
19955            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
19956            ! MANIFEST
19957 ____________________________________________________________________________
19958 [ 14685] By: nick                                  on 2002/02/14  14:20:20
19959         Log: Make dependencies more precise (for nmake)
19960      Branch: perlio
19961            ! ext/Encode/EUC_JP/Makefile.PL
19962 ____________________________________________________________________________
19963 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
19964         Log: Subject: [PATCH @13746] tied hashes
19965              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
19966              Date: Mon, 31 Dec 2001 19:15:39 -0500
19967              Message-ID: <20011231191539.A46@math.ohio-state.edu>
19968      Branch: perl
19969            ! lib/Tie/Hash.pm pod/perltie.pod
19970 ____________________________________________________________________________
19971 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
19972         Log: Subject: Re: [PATCH] Configure followed by make minitest
19973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19974              Date: Sun, 10 Feb 2002 23:22:05 -0800
19975              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
19976      Branch: perl
19977            ! Makefile.SH
19978 ____________________________________________________________________________
19979 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
19980         Log: Subject: Re: perl@14647
19981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19982              Date: Mon, 11 Feb 2002 19:30:36 +0100
19983              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
19984      Branch: perl
19985            ! t/op/groups.t
19986 ____________________________________________________________________________
19987 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
19988         Log: Update Changes.
19989      Branch: perl
19990            ! Changes patchlevel.h
19991 ____________________________________________________________________________
19992 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
19993         Log: Integrate perlio:
19994              
19995              [ 14677]
19996              Do not lc() the file names before doing dirname() or they don't match.
19997      Branch: perl
19998           !> lib/ExtUtils/t/Installed.t
19999 ____________________________________________________________________________
20000 [ 14679] By: sky                                   on 2002/02/13  12:56:13
20001         Log: rename mutex to make a bit more sense
20002      Branch: perl
20003            ! ext/threads/threads.xs
20004 ____________________________________________________________________________
20005 [ 14678] By: sky                                   on 2002/02/13  12:46:11
20006         Log: Track active threads....
20007      Branch: perl
20008            ! ext/threads/threads.pm ext/threads/threads.xs
20009 ____________________________________________________________________________
20010 [ 14677] By: nick                                  on 2002/02/13  09:30:42
20011         Log: Do not lc() the file names before doing dirname() or they don't match.
20012      Branch: perlio
20013            ! lib/ExtUtils/t/Installed.t
20014 ____________________________________________________________________________
20015 [ 14676] By: sky                                   on 2002/02/13  09:03:37
20016         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
20017              From: Michael G Schwern <schwern@pobox.com>
20018              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
20019              Message-Id: <20020213100017.GA6288@blackrider>
20020      Branch: perl
20021            ! lib/File/Spec/t/rel2abs2rel.t
20022 ____________________________________________________________________________
20023 [ 14675] By: sky                                   on 2002/02/13  09:00:24
20024         Log: Do not propagate END blocks to child threads, test.
20025      Branch: perl
20026            + ext/threads/t/end.t
20027            ! MANIFEST ext/threads/threads.xs
20028 ____________________________________________________________________________
20029 [ 14674] By: nick                                  on 2002/02/13  08:34:55
20030         Log: Integrate mainline
20031      Branch: perlio
20032           +> ext/threads/t/join.t
20033           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
20034           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
20035           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
20036 ____________________________________________________________________________
20037 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
20038         Log: metaconfig unit change for #14672.
20039      Branch: metaconfig
20040            ! U/modified/lns.U
20041 ____________________________________________________________________________
20042 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
20043         Log: $ln is supposed to be already set to $ln + executable suffix
20044              on platforms that need it, from Paul Green.
20045      Branch: perl
20046            ! Configure
20047 ____________________________________________________________________________
20048 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
20049         Log: Subject: New command syntax for 'x' command
20050              From: Mark-Jason Dominus <mjd@plover.com>
20051              Date: Tue, 12 Feb 2002 20:54:01 -0500
20052              Message-ID: <20020213015401.25685.qmail@plover.com>
20053      Branch: perl
20054            ! lib/perl5db.pl pod/perldebug.pod
20055 ____________________________________________________________________________
20056 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
20057         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
20058              From: Mark-Jason Dominus <mjd@plover.com>
20059              Date: Tue, 12 Feb 2002 20:20:42 -0500
20060              Message-ID: <20020213012042.25245.qmail@plover.com>
20061      Branch: perl
20062            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
20063 ____________________________________________________________________________
20064 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
20065         Log: Iteration continues.
20066      Branch: perl
20067            ! utf8.c
20068 ____________________________________________________________________________
20069 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
20070         Log: Duh.
20071      Branch: perl
20072            ! pp_pack.c t/op/length.t
20073 ____________________________________________________________________________
20074 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
20075         Log: Retract #14666.
20076      Branch: perl
20077            ! t/op/lc.t
20078 ____________________________________________________________________________
20079 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
20080         Log: (retracted by #14667)
20081      Branch: perl
20082            ! t/op/lc.t
20083 ____________________________________________________________________________
20084 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
20085         Log: Tiny test script tweaks.
20086      Branch: perl
20087            ! t/uni/fold.t
20088 ____________________________________________________________________________
20089 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
20090         Log: Rewrite the "special mapping" part of to_utf8_case(),
20091              this time with fewer bugs.  (See: The Law of Cybernetic
20092              Entymology.)
20093      Branch: perl
20094            ! utf8.c
20095 ____________________________________________________________________________
20096 [ 14663] By: sky                                   on 2002/02/12  18:26:16
20097         Log: Stop failures if you pass an object, sv_dup might not be the right 
20098              thing to use since I have a feeling we end up cloning far too much. 
20099              (Like the stash for example).... Maybe we need a lightweight sv_dup 
20100              that searches the target for things....
20101              Real fix is another option to perl_clone which controls if you should 
20102              save stashes.
20103      Branch: perl
20104            ! ext/threads/threads.xs
20105 ____________________________________________________________________________
20106 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
20107         Log: Retract #14661.
20108      Branch: perl
20109            ! hints/solaris_2.sh
20110 ____________________________________________________________________________
20111 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
20112         Log: (retracted by #14662)
20113      Branch: perl
20114            ! hints/solaris_2.sh
20115 ____________________________________________________________________________
20116 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
20117         Log: EBCDIC: another "can't happen".
20118      Branch: perl
20119            ! utf8.c
20120 ____________________________________________________________________________
20121 [ 14659] By: sky                                   on 2002/02/12  14:38:21
20122         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
20123      Branch: perl
20124            + ext/threads/t/join.t
20125            ! MANIFEST ext/threads/threads.xs
20126 ____________________________________________________________________________
20127 [ 14658] By: nick                                  on 2002/02/12  13:54:06
20128         Log: Integrate mainline
20129      Branch: perlio
20130           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
20131           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
20132           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
20133 ____________________________________________________________________________
20134 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
20135         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
20136              From: Jan Dubois <JanD@ActiveState.com> 
20137              Date: Tue, 12 Feb 2002 00:56:31 -0800
20138              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
20139      Branch: perl
20140            ! lib/Win32.pod win32/win32.c win32/win32.h
20141 ____________________________________________________________________________
20142 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
20143         Log: Subject: [PATCH] Re: 14654 introduced a bug 
20144              From: Michael G Schwern <schwern@pobox.com> 
20145              Date: Tue, 12 Feb 2002 05:37:36 -0500
20146              Message-ID: <20020212103736.GC14327@blackrider>
20147      Branch: perl
20148            ! lib/File/Spec/t/rel2abs2rel.t
20149 ____________________________________________________________________________
20150 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
20151         Log: More unset installman[13]dir tweaks from chromatic.
20152      Branch: perl
20153            ! lib/ExtUtils/Installed.pm
20154 ____________________________________________________________________________
20155 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
20156         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
20157              From: Michael G Schwern <schwern@pobox.com>
20158              Date: Mon, 11 Feb 2002 12:23:02 -0500
20159              Message-ID: <20020211172302.GD9556@blackrider>
20160      Branch: perl
20161            ! lib/File/Spec/t/rel2abs2rel.t
20162 ____________________________________________________________________________
20163 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
20164         Log: Use `` instead of -| to be a little bit more portable,
20165              from Michael Schwern.
20166      Branch: perl
20167            ! lib/ExtUtils/t/Embed.t
20168 ____________________________________________________________________________
20169 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
20170         Log: EBCDIC: this change for \N{} in particular is now
20171              unnecessary because of the recent more general
20172              pack U change.
20173      Branch: perl
20174            ! toke.c
20175 ____________________________________________________________________________
20176 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
20177         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
20178              From: "Craig A. Berry" <craigberry@mac.com>
20179              Date: Mon, 11 Feb 2002 17:13:47 -0600
20180              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
20181      Branch: perl
20182            ! t/test.pl
20183 ____________________________________________________________________________
20184 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
20185         Log: EBCDIC: pack U bytes change.
20186      Branch: perl
20187            ! t/op/length.t
20188 ____________________________________________________________________________
20189 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
20190         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
20191      Branch: perl
20192            ! t/op/each.t
20193 ____________________________________________________________________________
20194 [ 14648] By: nick                                  on 2002/02/11  16:14:50
20195         Log: Integrate mainline
20196      Branch: perlio
20197           !> Changes Configure Makefile.SH autodoc.pl
20198           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
20199           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
20200           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
20201 ____________________________________________________________________________
20202 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
20203         Log: Update Changes.
20204      Branch: perl
20205            ! Changes patchlevel.h
20206 ____________________________________________________________________________
20207 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
20208         Log: Regen toc.
20209      Branch: perl
20210            ! pod/perltoc.pod
20211 ____________________________________________________________________________
20212 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
20213         Log: Forgot from #14641.
20214      Branch: perl
20215            ! lib/ExtUtils/t/Embed.t
20216 ____________________________________________________________________________
20217 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
20218         Log: A forgotten metaconfig unit.
20219      Branch: metaconfig/U/perl
20220            + i_features.U
20221 ____________________________________________________________________________
20222 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
20223         Log: metaconfig unit changes for #14642.
20224      Branch: metaconfig
20225            + U/modified/lns.U
20226      Branch: metaconfig/U/perl
20227            ! issymlink.U
20228 ____________________________________________________________________________
20229 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
20230         Log: -Dmksymlinks was broken by #14628.
20231      Branch: perl
20232            ! Configure
20233 ____________________________________________________________________________
20234 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
20235         Log: Subject: [PATCH @14577] OS/2 build
20236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20237              Date: Mon, 11 Feb 2002 06:56:41 -0500
20238              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
20239              
20240              (sans the Configure, perlio.sym, and t/op/stat.t parts)
20241      Branch: perl
20242            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
20243            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
20244            ! os2/os2ish.h
20245 ____________________________________________________________________________
20246 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
20247         Log: Integrate perlio:
20248              
20249              [ 14639]
20250              Patch up the failing multi-byte write case, and un-skip
20251              the test.
20252              
20253              [ 14638]
20254              Add test for Japanese encoding (well euc-jp anyway).
20255              Fix one bug shown by above
20256              Skip test which does not pass yet.
20257              
20258              [ 14637]
20259              Split Japanese encodings - part 2
20260              - build separate .c files with separate 'compile' steps
20261              - overall Japanese.xs / Japanese.pm which loads them
20262              
20263              [ 14636]
20264              Re-structure Japanese encodings - part 1
20265      Branch: perl
20266           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
20267           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
20268            - ext/Encode/EUC_JP/EUC_JP.pm
20269           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
20270 ____________________________________________________________________________
20271 [ 14639] By: nick                                  on 2002/02/11  11:59:18
20272         Log: Patch up the failing multi-byte write case, and un-skip
20273              the test.
20274      Branch: perlio
20275            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
20276 ____________________________________________________________________________
20277 [ 14638] By: nick                                  on 2002/02/11  10:55:39
20278         Log: Add test for Japanese encoding (well euc-jp anyway).
20279              Fix one bug shown by above
20280              Skip test which does not pass yet.
20281      Branch: perlio
20282            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
20283            + ext/Encode/t/table.ref
20284            ! MANIFEST ext/Encode/Encode.xs
20285 ____________________________________________________________________________
20286 [ 14637] By: nick                                  on 2002/02/11  09:07:04
20287         Log: Split Japanese encodings - part 2
20288              - build separate .c files with separate 'compile' steps
20289              - overall Japanese.xs / Japanese.pm which loads them
20290      Branch: perlio
20291            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20292 ____________________________________________________________________________
20293 [ 14636] By: nick                                  on 2002/02/11  08:15:42
20294         Log: Re-structure Japanese encodings - part 1
20295      Branch: perlio
20296           +> ext/Encode/EUC_JP/Japanese.pm
20297            - ext/Encode/EUC_JP/EUC_JP.pm
20298            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
20299 ____________________________________________________________________________
20300 [ 14635] By: nick                                  on 2002/02/11  08:05:12
20301         Log: Integrate mainline
20302      Branch: perlio
20303           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
20304           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
20305           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
20306 ____________________________________________________________________________
20307 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
20308         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
20309              From: Mike Guy <mjtg@cam.ac.uk>
20310              Date: Mon, 11 Feb 2002 02:50:42 +0000
20311              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
20312      Branch: perl
20313            ! t/op/arith.t
20314 ____________________________________________________________________________
20315 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
20316         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
20317              Stepping backward in the string would be majorly bad.
20318      Branch: perl
20319            ! regcomp.c
20320 ____________________________________________________________________________
20321 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
20322         Log: The debugger part of
20323              
20324              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
20325              From: Michael G Schwern <schwern@pobox.com> 
20326              Date: Wed, 6 Feb 2002 17:32:12 -0500
20327              Message-ID: <20020206223212.GG1346@blackrider>
20328      Branch: perl
20329            ! lib/perl5db.pl
20330 ____________________________________________________________________________
20331 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
20332         Log: Integrate perlio:
20333              
20334              [ 14626]
20335              Move PerlIO_perlio to layer_syms where it belongs?
20336              
20337              [ 14625]
20338              Borland/Win32 tuning
20339      Branch: perl
20340           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
20341 ____________________________________________________________________________
20342 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
20343         Log: EBCDIC: the low 256 needs to be shuffled also
20344              in pack/unpack U (this breaks the equivalence
20345              of pack U and v-strings, but I think if someone
20346              has to give, v-strings are a good victim)
20347      Branch: perl
20348            ! pp_pack.c t/op/pack.t
20349 ____________________________________________________________________________
20350 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
20351         Log: metaconfig unit changes for #14628.
20352      Branch: metaconfig/U/perl
20353            ! d_u32align.U issymlink.U
20354 ____________________________________________________________________________
20355 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
20356         Log: Two Configure tweaks; the u32align test was trying
20357              to write into a string literal, the ln -s test was
20358              failing in VOS.
20359      Branch: perl
20360            ! Configure
20361 ____________________________________________________________________________
20362 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
20363         Log: DJGPP tweaks from Laszlo Molnar.
20364      Branch: perl
20365            ! djgpp/djgpp.c lib/File/Spec.pm
20366 ____________________________________________________________________________
20367 [ 14626] By: nick                                  on 2002/02/10  18:36:47
20368         Log: Move PerlIO_perlio to layer_syms where it belongs?
20369      Branch: perlio
20370            ! makedef.pl
20371 ____________________________________________________________________________
20372 [ 14625] By: nick                                  on 2002/02/10  18:02:21
20373         Log: Borland/Win32 tuning
20374      Branch: perlio
20375            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
20376 ____________________________________________________________________________
20377 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
20378         Log: Additional explanation for the [:...:] failure.
20379      Branch: perl
20380            ! pod/perldiag.pod
20381 ____________________________________________________________________________
20382 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
20383         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
20384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20385              Date: Sun, 10 Feb 2002 13:32:48 +0100
20386              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
20387      Branch: perl
20388            ! makedef.pl
20389 ____________________________________________________________________________
20390 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
20391         Log: Test tweaks from chromatic for cases where there
20392              are no installman1dir or installman3dir.
20393      Branch: perl
20394            ! lib/ExtUtils/t/Installed.t
20395 ____________________________________________________________________________
20396 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
20397         Log: Integrate perlio:
20398              
20399              [ 14618]
20400              Nick Clark's tweaks to Encode compile process
20401              1. Use decimal constants to unit string arrays rather than
20402              very long string litterals (latter having possible "\0"
20403              on end issues, and needing ANSI C line splicing).
20404              2. Replace tail-recursion during insert process with itteration.
20405              Nick C sees 12peedup from these.
20406      Branch: perl
20407           !> ext/Encode/Encode.pm ext/Encode/compile
20408 ____________________________________________________________________________
20409 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
20410         Log: Portability notes: filename characters, character sets.
20411      Branch: perl
20412            ! pod/perlport.pod
20413 ____________________________________________________________________________
20414 [ 14619] By: nick                                  on 2002/02/10  11:06:05
20415         Log: Integrate mainline
20416      Branch: perlio
20417            ! ext/Encode/Encode.pm
20418           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
20419           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
20420           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
20421           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
20422           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
20423 ____________________________________________________________________________
20424 [ 14618] By: nick                                  on 2002/02/10  10:48:15
20425         Log: Nick Clark's tweaks to Encode compile process
20426              1. Use decimal constants to unit string arrays rather than
20427              very long string litterals (latter having possible "\0"
20428              on end issues, and needing ANSI C line splicing).
20429              2. Replace tail-recursion during insert process with itteration.
20430              Nick C sees 12% speedup from these.
20431      Branch: perlio
20432            ! ext/Encode/compile
20433 ____________________________________________________________________________
20434 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
20435         Log: Use the "Unicode 1.0" name field for control characters,
20436              as suggested by Mark Davis.  Note that Unicode 3.2 will
20437              require some more legwork on this because of certain
20438              alternative names.
20439      Branch: perl
20440            ! lib/unicore/Name.pl lib/unicore/mktables
20441 ____________________________________________________________________________
20442 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
20443         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
20444      Branch: perl
20445            ! hints/os390.sh
20446 ____________________________________________________________________________
20447 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
20448         Log: EBCDIC: the non-printable characters are different.
20449      Branch: perl
20450            ! ext/B/B/Deparse.pm
20451 ____________________________________________________________________________
20452 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
20453         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
20454              From: Nicholas Clark <nick@unfortu.net> 
20455              Date: Sat, 9 Feb 2002 22:31:29 +0000
20456              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
20457      Branch: perl
20458            ! t/lib/warnings/pp_hot
20459 ____________________________________________________________________________
20460 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
20461         Log: Subject: [PATCH] Re: Modulus operator inconsistency
20462              From: Nicholas Clark <nick@unfortu.net>
20463              Date: Sat, 9 Feb 2002 21:00:13 +0000
20464              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
20465      Branch: perl
20466            ! op.c t/op/arith.t
20467 ____________________________________________________________________________
20468 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
20469         Log: Use the same escaping mechanism for all the *flags.
20470      Branch: perl
20471            ! lib/ExtUtils/Embed.pm
20472 ____________________________________________________________________________
20473 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
20474         Log: Protect possible parentheses in ccflags, ccdlflags, and
20475              ldflags.  (In OS/390 there are parentheses in ccflags.)
20476      Branch: perl
20477            ! lib/ExtUtils/Embed.pm
20478 ____________________________________________________________________________
20479 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
20480         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
20481              From: Peter Scott <Peter@PSDT.com>
20482              Date: Fri, 08 Feb 2002 19:20:19 -0800
20483              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
20484      Branch: perl
20485            ! lib/perl5db.pl
20486 ____________________________________________________________________________
20487 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
20488         Log: FAQ sync.
20489      Branch: perl
20490            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
20491 ____________________________________________________________________________
20492 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
20493         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
20494              From: Chris Nandor <pudge@pobox.com>
20495              Date: Fri, 08 Feb 2002 16:31:41 -0500
20496              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
20497      Branch: perl
20498            ! cop.h deb.c pp_ctl.c toke.c util.c
20499 ____________________________________________________________________________
20500 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
20501         Log: Redo CopFILE / MacPerl_MPWFIleName patch
20502      Branch: maint-5.6/macperl
20503            ! cop.h deb.c pp_ctl.c toke.c util.c
20504 ____________________________________________________________________________
20505 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
20506         Log: The metaconfig unit change to go with #14605.
20507      Branch: metaconfig/U/perl
20508            ! libperl.U
20509 ____________________________________________________________________________
20510 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
20511         Log: The Configure change to go with #14604.
20512      Branch: perl
20513            ! Configure
20514 ____________________________________________________________________________
20515 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
20516         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
20517              From: Andy Dougherty <doughera@lafayette.edu>
20518              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
20519              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
20520      Branch: perl
20521            ! hints/bsdos.sh
20522 ____________________________________________________________________________
20523 [ 14603] By: nick                                  on 2002/02/08  18:16:09
20524         Log: Integrate mainline
20525      Branch: perlio
20526           +> ext/threads/t/libc.t
20527           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
20528           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
20529 ____________________________________________________________________________
20530 [ 14602] By: sky                                   on 2002/02/08  15:19:15
20531         Log: Start testing for safe localtime functions, TODO, test more functions.
20532      Branch: perl
20533            + ext/threads/t/libc.t
20534            ! MANIFEST
20535 ____________________________________________________________________________
20536 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
20537         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
20538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20539              Date: Fri, 8 Feb 2002 00:21:07 +0100
20540              Message-ID: <20020208002107.E763@rafael>
20541      Branch: perl
20542            ! doio.c pp_sys.c t/io/argv.t
20543 ____________________________________________________________________________
20544 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
20545         Log: Subject: [PATCH] Configure followed by make minitest
20546              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20547              Date: Wed, 06 Feb 2002 21:35:20 -0800
20548              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
20549      Branch: perl
20550            ! t/op/taint.t t/run/fresh_perl.t
20551 ____________________________________________________________________________
20552 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
20553         Log: Integrate perlio:
20554              
20555              [ 14595]
20556              Extract something from yesterdays effort - convert my mail on pad
20557              data structures (incoporating Sarathy's corrections/clarifications)
20558              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
20559      Branch: perl
20560           !> cv.h pod/perlapi.pod pod/perlintern.pod
20561 ____________________________________________________________________________
20562 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
20563         Log: metaconfig unit changes for #14597.
20564      Branch: metaconfig
20565            ! U/modified/Loc.U
20566      Branch: metaconfig/U/perl
20567            ! libperl.U
20568 ____________________________________________________________________________
20569 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
20570         Log: Configure DJGPP tweak from Laszlo Molnar.
20571      Branch: perl
20572            ! Configure
20573 ____________________________________________________________________________
20574 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
20575         Log: DJGPP tweaks from Laszlo Molnar.
20576      Branch: perl
20577            ! djgpp/djgppsed.sh perl.c
20578 ____________________________________________________________________________
20579 [ 14595] By: nick                                  on 2002/02/08  09:19:29
20580         Log: Extract something from yesterdays effort - convert my mail on pad
20581              data structures (incoporating Sarathy's corrections/clarifications)
20582              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
20583      Branch: perlio
20584            ! cv.h pod/perlapi.pod pod/perlintern.pod
20585 ____________________________________________________________________________
20586 [ 14594] By: nick                                  on 2002/02/08  08:34:49
20587         Log: Integrate mainline
20588      Branch: perlio
20589           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
20590           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
20591           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
20592           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
20593           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
20594           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
20595 ____________________________________________________________________________
20596 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
20597         Log: To really skip the test an exit() is needed.
20598      Branch: perl
20599            ! lib/encoding.t
20600 ____________________________________________________________________________
20601 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
20602         Log: More diagnostics from Nicholas Clark.
20603      Branch: perl
20604            ! lib/Benchmark.t
20605 ____________________________________________________________________________
20606 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
20607         Log: In case of failure be more verbose.
20608      Branch: perl
20609            ! t/base/num.t
20610 ____________________________________________________________________________
20611 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
20612         Log: Update Changes
20613      Branch: maint-5.6/macperl
20614            ! macos/Changes
20615 ____________________________________________________________________________
20616 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
20617         Log: Merge AEGizmos library into PPC binary
20618      Branch: maint-5.6/macperl
20619            ! macos/Makefile.mk
20620 ____________________________________________________________________________
20621 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
20622         Log: Add -ansifor for MrCpp options
20623      Branch: maint-5.6/macperl
20624            ! macos/BuildRules.mk
20625 ____________________________________________________________________________
20626 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
20627         Log: Check ownership of CatInfos (MacPerl Bug #494482)
20628      Branch: maint-5.6/macperl
20629            ! macos/ext/Mac/Files/Files.xs
20630 ____________________________________________________________________________
20631 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
20632         Log: Resource updates
20633      Branch: maint-5.6/macperl
20634            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
20635 ____________________________________________________________________________
20636 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
20637         Log: Empty path is ENOENT (MacPerl Bug #512351)
20638      Branch: maint-5.6/macperl
20639            ! macos/macperl/MPAppleEvents.c
20640 ____________________________________________________________________________
20641 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
20642         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
20643      Branch: maint-5.6/macperl
20644            ! macos/macperl/MPAEVTStream.cp
20645 ____________________________________________________________________________
20646 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
20647         Log: macify(ABSTRACT_FROM)
20648      Branch: maint-5.6/macperl
20649            ! macos/lib/ExtUtils/MM_MacOS.pm
20650 ____________________________________________________________________________
20651 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
20652         Log: Use correct Mac filenames in error messages, caller()
20653      Branch: maint-5.6/macperl
20654            ! deb.c pp_ctl.c toke.c util.c
20655 ____________________________________________________________________________
20656 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
20657         Log: Sanity checks to see that the IV/NV and the PV of numeric
20658              scalars stay in sync (unearthed this via the OS/390 gcvt()
20659              brokenness)
20660      Branch: perl
20661            + t/base/num.t
20662            ! MANIFEST
20663 ____________________________________________________________________________
20664 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
20665         Log: Retract the anon leak subpatch of #14418 and #14431
20666              (the latter came into bleadperl as part of #14433).
20667      Branch: perl
20668            ! op.c t/run/fresh_perl.t
20669 ____________________________________________________________________________
20670 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
20671         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
20672              mangles 0.1 to "10".  sprintf() seems more well-behaved.
20673      Branch: perl
20674            ! hints/os390.sh
20675 ____________________________________________________________________________
20676 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
20677         Log: Subject: [PATCH @14557] another Encode fix for VMS
20678              From: "Craig A. Berry" <craigberry@mac.com>
20679              Date: Wed, 06 Feb 2002 14:44:20 -0600
20680              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
20681      Branch: perl
20682            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
20683 ____________________________________________________________________________
20684 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
20685         Log: Integrate perlio:
20686              
20687              [ 14575]
20688              One way to avoid OS390 winge about #line directives.
20689      Branch: perl
20690           !> ext/Encode/EUC_JP/Makefile.PL
20691 ____________________________________________________________________________
20692 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
20693         Log: Update Changes.
20694      Branch: perl
20695            ! Changes patchlevel.h
20696 ____________________________________________________________________________
20697 [ 14575] By: nick                                  on 2002/02/06  15:23:24
20698         Log: One way to avoid OS390 winge about #line directives.
20699      Branch: perlio
20700            ! ext/Encode/EUC_JP/Makefile.PL
20701 ____________________________________________________________________________
20702 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
20703         Log: s/Netware/NetWare/
20704      Branch: perl
20705            ! MANIFEST
20706 ____________________________________________________________________________
20707 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
20708         Log: New Netware scripts.
20709      Branch: perl
20710            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
20711            + NetWare/t/NWScripts-Exist.pl
20712            ! MANIFEST
20713 ____________________________________________________________________________
20714 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
20715         Log: EBCDIC: the encoding pragma would need some rethinking,
20716              probably a pass of EBCDIC->Unicode mapping.  For now,
20717              disable it on EBCDIC.
20718      Branch: perl
20719            ! lib/encoding.pm lib/encoding.t
20720 ____________________________________________________________________________
20721 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
20722         Log: (retracted by #14846)
20723              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
20724              for the low 256.  Now tweaked the tests, but maybe it's
20725              the module that needs few NATIVE_TO_UNI()s somewhere?
20726      Branch: perl
20727            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
20728 ____________________________________________________________________________
20729 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
20730         Log: Subject: [PATCH utf8.c] format problem
20731              From: Robin Barker <rmb1@cise.npl.co.uk>
20732              Date: Wed, 6 Feb 2002 14:01:43 GMT
20733              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
20734      Branch: perl
20735            ! utf8.c
20736 ____________________________________________________________________________
20737 [ 14569] By: nick                                  on 2002/02/06  09:52:23
20738         Log: Integrate mainline
20739      Branch: perlio
20740           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
20741           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
20742           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
20743           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
20744           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
20745           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
20746 ____________________________________________________________________________
20747 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
20748         Log: EBCDIC: 0x41 is not cricket.
20749      Branch: perl
20750            ! ext/Encode/t/Encode.t
20751 ____________________________________________________________________________
20752 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
20753         Log: NetWare update from Ananth Kesari.
20754      Branch: perl
20755            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
20756            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
20757            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
20758            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
20759            ! NetWare/t/NWScripts.pl makedef.pl
20760 ____________________________________________________________________________
20761 [ 14566] By: sky                                   on 2002/02/05  18:39:13
20762         Log: Subject: Re: File::Spec::rel2abs2rel (?)
20763              From: Michael G Schwern <schwern@pobox.com>
20764              Date: Tue, 5 Feb 2002 13:47:39 -0500
20765              Message-ID: <20020205184739.GB17375@blackrider>
20766      Branch: perl
20767            ! lib/File/Spec/t/rel2abs2rel.t
20768 ____________________________________________________________________________
20769 [ 14565] By: nick                                  on 2002/02/05  17:31:24
20770         Log: Integrate mainline
20771      Branch: perlio
20772           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
20773           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
20774           !> utf8.h
20775 ____________________________________________________________________________
20776 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
20777         Log: Integrate perlio:
20778              
20779              [ 14563]
20780              More Encode tweaks:
20781              - make expensive and marginal substring search optional (-O)
20782              - enable -O for ASCII-oid encodings (search space is small)
20783              - add ASCII-oid jis0201 to basic Encode.so
20784              - add some other Japanese encodings to EUC_JP bundle (without -O)
20785      Branch: perl
20786           +> ext/Encode/Encode/jis0201.ucm
20787           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
20788           !> ext/Encode/compile
20789 ____________________________________________________________________________
20790 [ 14563] By: nick                                  on 2002/02/05  16:01:15
20791         Log: More Encode tweaks:
20792              - make expensive and marginal substring search optional (-O)
20793              - enable -O for ASCII-oid encodings (search space is small)
20794              - add ASCII-oid jis0201 to basic Encode.so
20795              - add some other Japanese encodings to EUC_JP bundle (without -O)
20796      Branch: perlio
20797            + ext/Encode/Encode/jis0201.ucm
20798            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
20799            ! ext/Encode/compile
20800 ____________________________________________________________________________
20801 [ 14562] By: sky                                   on 2002/02/05  14:50:36
20802         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
20803      Branch: perl
20804            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
20805 ____________________________________________________________________________
20806 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
20807         Log: EBCDIC: SHARP S is different.
20808      Branch: perl
20809            ! regexec.c utf8.h
20810 ____________________________________________________________________________
20811 [ 14560] By: sky                                   on 2002/02/05  13:49:40
20812         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
20813      Branch: perl
20814            ! t/op/filetest.t
20815 ____________________________________________________________________________
20816 [ 14559] By: sky                                   on 2002/02/05  11:39:24
20817         Log: Add . first to the PATH environment to test that we really
20818              get ./perl and not some other older perl.
20819      Branch: perl
20820            ! lib/File/Spec/t/rel2abs2rel.t
20821 ____________________________________________________________________________
20822 [ 14558] By: sky                                   on 2002/02/05  11:20:21
20823         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...
20824      Branch: perl
20825            ! ext/POSIX/t/posix.t
20826 ____________________________________________________________________________
20827 [ 14557] By: sky                                   on 2002/02/05  10:30:58
20828         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
20829      Branch: perl
20830            ! hints/darwin.sh perl.h
20831 ____________________________________________________________________________
20832 [ 14556] By: nick                                  on 2002/02/05  06:58:52
20833         Log: Integrate mainline
20834      Branch: perlio
20835           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
20836           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
20837           !> lib/File/Find/t/taint.t
20838 ____________________________________________________________________________
20839 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
20840         Log: Integrate change #14439 from maintperl
20841      Branch: maint-5.6/macperl
20842           !> op.c
20843 ____________________________________________________________________________
20844 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
20845         Log: Subject: [PATCH] File::Find tests not cleaning up properly
20846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20847              Date: Mon, 4 Feb 2002 22:09:07 +0100
20848              Message-ID: <20020204220907.A8288@rafael>
20849      Branch: perl
20850            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
20851 ____________________________________________________________________________
20852 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
20853         Log: Signedness mumblings from Tru64.
20854      Branch: perl
20855            ! ext/Encode/Encode.xs
20856 ____________________________________________________________________________
20857 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
20858         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
20859              From: "Craig A. Berry" <craigberry@mac.com>
20860              Date: Mon, 04 Feb 2002 17:16:00 -0600
20861              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
20862      Branch: perl
20863            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
20864            ! ext/Encode/Encode.xs
20865 ____________________________________________________________________________
20866 [ 14551] By: nick                                  on 2002/02/04  16:00:31
20867         Log: Integrate mainline
20868      Branch: perlio
20869           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
20870           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
20871           !> regcomp.c
20872 ____________________________________________________________________________
20873 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
20874         Log: Update Changes.
20875      Branch: perl
20876            ! Changes patchlevel.h
20877 ____________________________________________________________________________
20878 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
20879         Log: Comment microtweaks.
20880      Branch: perl
20881            ! lib/locale.t
20882 ____________________________________________________________________________
20883 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
20884         Log: Subject: trivial docu patch
20885              From: andreas.koenig@anima.de (Andreas J. Koenig)
20886              Date: 04 Feb 2002 08:15:19 +0100
20887              Message-ID: <m3pu3l7m60.fsf@anima.de>
20888      Branch: perl
20889            ! pod/perluniintro.pod
20890 ____________________________________________________________________________
20891 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
20892         Log: Subject: [PATCH] (??{ }) anomaly
20893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20894              Date: Sun, 03 Feb 2002 20:21:45 -0800
20895              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
20896      Branch: perl
20897            ! regcomp.c
20898 ____________________________________________________________________________
20899 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
20900         Log: Integrate perlio:
20901              
20902              [ 14545]
20903              Remove debugging warning, be consistent about API fails.
20904              
20905              [ 14544]
20906              Carry on where we left off if we have to grow destination SV during XS encode/decode
20907      Branch: perl
20908           !> ext/Encode/Encode.xs
20909 ____________________________________________________________________________
20910 [ 14545] By: nick                                  on 2002/02/03  20:03:38
20911         Log: Remove debugging warning, be consistent about API fails.
20912      Branch: perlio
20913            ! ext/Encode/Encode.xs
20914 ____________________________________________________________________________
20915 [ 14544] By: nick                                  on 2002/02/03  19:47:48
20916         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
20917      Branch: perlio
20918            ! ext/Encode/Encode.xs
20919 ____________________________________________________________________________
20920 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
20921         Log: Subject: PATCH CPAN.pm
20922              From: Mark-Jason Dominus <mjd@plover.com>
20923              Date: Sun, 03 Feb 2002 12:36:36 -0500
20924              Message-ID: <20020203173636.27451.qmail@plover.com>
20925      Branch: perl
20926            ! lib/CPAN.pm
20927 ____________________________________________________________________________
20928 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
20929         Log: Must search further back.
20930      Branch: perl
20931            ! lib/h2xs.t
20932 ____________________________________________________________________________
20933 [ 14541] By: nick                                  on 2002/02/03  18:52:09
20934         Log: Integrate mainline
20935      Branch: perlio
20936           !> (integrate 29 files)
20937 ____________________________________________________________________________
20938 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
20939         Log: EBCDIC: more natification.
20940      Branch: perl
20941            ! regcomp.c
20942 ____________________________________________________________________________
20943 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
20944         Log: Debug noise.
20945      Branch: perl
20946            ! ext/Encode/Encode.xs
20947 ____________________________________________________________________________
20948 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
20949         Log: Integrate perlio:
20950              
20951              [ 14536]
20952              Stable intermediate point in Encode cleanup.
20953              :encode(euc-jp) works on Dan's table.euc
20954              Much buffer copying and other silliness remains.
20955      Branch: perl
20956           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20957           !> ext/Encode/lib/Encode/Encoding.pm
20958 ____________________________________________________________________________
20959 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
20960         Log: Prettify.
20961      Branch: perl
20962            ! lib/unicore/mktables
20963 ____________________________________________________________________________
20964 [ 14536] By: nick                                  on 2002/02/03  17:32:03
20965         Log: Stable intermediate point in Encode cleanup.
20966              :encode(euc-jp) works on Dan's table.euc
20967              Much buffer copying and other silliness remains.
20968      Branch: perlio
20969            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20970            ! ext/Encode/lib/Encode/Encoding.pm
20971 ____________________________________________________________________________
20972 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
20973         Log: EBCDIC: it's much nicer to compare Unicode code points
20974              to Unicode code points.
20975      Branch: perl
20976            ! regexec.c
20977 ____________________________________________________________________________
20978 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
20979         Log: EBCDIC: character classes must remap the low 256.
20980      Branch: perl
20981            ! regcomp.c
20982 ____________________________________________________________________________
20983 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
20984         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
20985      Branch: perl
20986            ! lib/I18N/LangTags/List.pm
20987 ____________________________________________________________________________
20988 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
20989         Log: FAQ sync.
20990      Branch: perl
20991            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
20992            ! pod/perlfaq6.pod pod/perlfaq7.pod
20993 ____________________________________________________________________________
20994 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
20995         Log: Integrate perlio:
20996              
20997              [ 14526]
20998              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
20999              (Mis-feature discovered by Encode.)
21000              
21001              [ 14518]
21002              indent -kr -nce and some manual tweaks to match perl style.
21003      Branch: perl
21004           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
21005 ____________________________________________________________________________
21006 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
21007         Log: Subject: [PATCH] lstat FH and -l FH warnings
21008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21009              Date: Sat, 2 Feb 2002 22:24:54 +0100           
21010              Message-ID: <20020202222454.A11608@rafael>       
21011      Branch: perl
21012            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
21013            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
21014 ____________________________________________________________________________
21015 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
21016         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
21017              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21018              Date: Sat, 2 Feb 2002 13:11:01 +0100           
21019              Message-ID: <20020202131101.A722@rafael>               
21020              
21021              Subject: [PATCH t/op/ver.t] another false positive
21022              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21023              Date: Sat, 2 Feb 2002 13:38:22 +0100           
21024              Message-ID: <20020202133822.E722@rafael>         
21025              
21026              Subject: [PATCH] t/test.pl:ok() doesn't work
21027              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
21028              Date: Sun, 03 Feb 2002 00:02:38 -0800          
21029              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
21030      Branch: perl
21031            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
21032            ! t/test.pl
21033 ____________________________________________________________________________
21034 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
21035         Log: Subject: [PATCH @13746] OS2::Process's constants
21036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21037              Date: Sat, 2 Feb 2002 01:00:55 -0500           
21038              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
21039      Branch: perl
21040            ! os2/OS2/Process/Makefile.PL
21041 ____________________________________________________________________________
21042 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
21043         Log: Subject: [PATCH @13746] h2xs   
21044              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21045              Date: Sat, 2 Feb 2002 00:58:44 -0500           
21046              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
21047      Branch: perl
21048            ! utils/h2xs.PL
21049 ____________________________________________________________________________
21050 [ 14526] By: nick                                  on 2002/02/03  14:54:18
21051         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
21052              (Mis-feature discovered by Encode.)
21053      Branch: perlio
21054            ! sv.c
21055 ____________________________________________________________________________
21056 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
21057         Log: EBCDIC: since #14519 made \N{...} to remap,
21058              the test cannot expect an ASCII code point.
21059      Branch: perl
21060            ! lib/charnames.t
21061 ____________________________________________________________________________
21062 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
21063         Log: Sub-MANIFEST-tweak.
21064      Branch: perl
21065            ! ext/Encode/MANIFEST
21066 ____________________________________________________________________________
21067 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
21068         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
21069              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21070              Date: Fri, 01 Feb 2002 23:51:03 +0900
21071              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
21072      Branch: perl
21073            ! ext/Encode/lib/Encode/Tcl/Escape.pm
21074 ____________________________________________________________________________
21075 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
21076         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
21077              From: Andy Dougherty <doughera@lafayette.edu>
21078              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
21079              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
21080      Branch: perl
21081            ! README.solaris hints/solaris_2.sh
21082 ____________________________________________________________________________
21083 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
21084         Log: EBCDIC: no hope to get the low 256 right in unifolding.
21085      Branch: perl
21086            ! t/uni/fold.t
21087 ____________________________________________________________________________
21088 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
21089         Log: todo entry for missing pack formats.
21090      Branch: perl
21091            ! pod/perltodo.pod
21092 ____________________________________________________________________________
21093 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
21094         Log: EBCDIC: the low 256 \N{...} need to be remapped.
21095      Branch: perl
21096            ! toke.c
21097 ____________________________________________________________________________
21098 [ 14518] By: nick                                  on 2002/02/01  18:32:03
21099         Log: indent -kr -nce and some manual tweaks to match perl style.
21100      Branch: perlio
21101            ! ext/Encode/Encode.xs
21102 ____________________________________________________________________________
21103 [ 14517] By: nick                                  on 2002/02/01  18:20:46
21104         Log: Integrate mainline
21105      Branch: perlio
21106           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
21107           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
21108           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
21109           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
21110           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
21111           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
21112           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
21113 ____________________________________________________________________________
21114 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
21115         Log: Integrate perlio:
21116              
21117              [ 14515]
21118              Minor Encode tweaks:
21119              - move Encode.pm back to top of Encode like normal XS extension
21120              - avoid .def as a file extension (Win32 builds)
21121      Branch: perl
21122            ! MANIFEST
21123           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21124           !> ext/Encode/Makefile.PL ext/Encode/compile
21125 ____________________________________________________________________________
21126 [ 14515] By: nick                                  on 2002/02/01  16:27:59
21127         Log: Minor Encode tweaks:
21128              - move Encode.pm back to top of Encode like normal XS extension
21129              - avoid .def as a file extension (Win32 builds)
21130      Branch: perlio
21131           +> ext/Encode/Encode.pm
21132            - ext/Encode/lib/Encode.pm
21133            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21134            ! ext/Encode/Makefile.PL ext/Encode/compile
21135 ____________________________________________________________________________
21136 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
21137         Log: Subject: [PATCH utf8.t] temp file not cleaned up
21138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21139              Date: Fri, 1 Feb 2002 15:47:46 +0100
21140              Message-ID: <20020201154746.A24079@rafael>
21141      Branch: perl
21142            ! t/io/utf8.t
21143 ____________________________________________________________________________
21144 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
21145         Log: Subject: [PATCH] make "lstat FH" croak
21146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21147              Date: Fri, 1 Feb 2002 15:12:50 +0100
21148              Message-ID: <20020201151250.A738@rafael>
21149      Branch: perl
21150            ! pod/perldiag.pod pp_sys.c t/op/stat.t
21151 ____________________________________________________________________________
21152 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
21153         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
21154              From: Kay Röpke <kroepke@dolphin-services.de>
21155              Date: Fri, 1 Feb 2002 01:10:43 +0100
21156              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
21157      Branch: perl
21158            ! t/op/stat.t
21159 ____________________________________________________________________________
21160 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
21161         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
21162              I got it in Tru64 + ithreads but only without -g, took
21163              some debugging by printf (which was no fun either since
21164              adding some debug printfs hid the error)
21165      Branch: perl
21166            ! regexec.c utf8.c
21167 ____________________________________________________________________________
21168 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
21169         Log: Subject: Re: [PATCH] perl -V:
21170              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
21171              Date: Thu, 31 Jan 2002 12:10:20 -0800
21172              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
21173              
21174              Subject: Re: [PATCH] perl -V:
21175              From: Michael G Schwern <schwern@pobox.com>
21176              Date: Thu, 31 Jan 2002 16:43:13 -0500
21177              Message-ID: <20020131214313.GH6498@blackrider>
21178      Branch: perl
21179            ! t/run/switches.t
21180 ____________________________________________________________________________
21181 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
21182         Log: #14505 effect.
21183      Branch: perl
21184            ! pod/perluniintro.pod
21185 ____________________________________________________________________________
21186 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
21187         Log: Daniel S. Lewart adopts the Math::Complex.
21188      Branch: perl
21189            ! lib/Math/Complex.pm
21190 ____________________________________________________________________________
21191 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
21192         Log: More Complex DWIMmery.
21193      Branch: perl
21194            ! lib/Math/Complex.pm lib/Math/Complex.t
21195 ____________________________________________________________________________
21196 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
21197         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
21198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21199              Date: Thu, 31 Jan 2002 14:37:52 +0100
21200              Message-ID: <20020131143752.A1452@rafael>
21201      Branch: perl
21202            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
21203 ____________________________________________________________________________
21204 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
21205         Log: Turn the I/O Unicode error by default on, but the
21206              character-generating Unicode error by default off,
21207              as Larry suggested.
21208      Branch: perl
21209            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
21210            ! utf8.c
21211 ____________________________________________________________________________
21212 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
21213         Log: Subject: [PATCH] open.pm minor cleanup
21214              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21215              Date: Thu, 31 Jan 2002 15:03:02 +0100
21216              Message-ID: <20020131150302.C1452@rafael>
21217      Branch: perl
21218            ! lib/open.pm
21219 ____________________________________________________________________________
21220 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
21221         Log: Update Changes.
21222      Branch: perl
21223            ! Changes patchlevel.h
21224 ____________________________________________________________________________
21225 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
21226         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
21227              From: Robin Barker <rmb1@cise.npl.co.uk>
21228              Date: Wed, 30 Jan 2002 11:58:33 GMT
21229              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
21230      Branch: perl
21231            ! lib/CPAN.pm
21232 ____________________________________________________________________________
21233 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
21234         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
21235              re-sort MANIFEST.
21236      Branch: perl
21237            + ext/Encode/Encode.pm
21238            - ext/Encode/lib/Encode.pm
21239            ! MANIFEST ext/Encode/Makefile.PL
21240 ____________________________________________________________________________
21241 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
21242         Log: Integrate perlio:
21243              
21244              [ 14499]
21245              Collect some stats during compile process.
21246              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
21247              as one XS - inconclusive - marginal win?
21248              Add some comments to encode.h
21249              
21250              [ 14490]
21251              Basics of a compiled Encode XS extension
21252      Branch: perl
21253           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
21254           !> ext/Encode/encode.h
21255 ____________________________________________________________________________
21256 [ 14499] By: nick                                  on 2002/01/30  09:57:47
21257         Log: Collect some stats during compile process.
21258              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
21259              as one XS - inconclusive - marginal win?
21260              Add some comments to encode.h
21261      Branch: perlio
21262            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
21263            ! ext/Encode/encode.h
21264 ____________________________________________________________________________
21265 [ 14498] By: nick                                  on 2002/01/30  07:27:55
21266         Log: Integrate Jarkko's path/INC tweaks
21267      Branch: perlio
21268           !> ext/Encode/compile
21269 ____________________________________________________________________________
21270 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
21271         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
21272              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21273              Date: Tue, 29 Jan 2002 01:13:09 -0800
21274              Message-ID: <lemV8gzkgu/K092yn@efn.org>
21275      Branch: perl
21276            ! configpm
21277 ____________________________________________________________________________
21278 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
21279         Log: Subject: [PATCH t/op/inccode.t] new test
21280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21281              Date: Tue, 29 Jan 2002 22:03:45 +0100
21282              Message-ID: <20020129220345.A704@rafael>
21283      Branch: perl
21284            ! t/op/inccode.t
21285 ____________________________________________________________________________
21286 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
21287         Log: EBCDIC: t/op/lc.t now passes.
21288      Branch: perl
21289            ! t/op/lc.t
21290 ____________________________________________________________________________
21291 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
21292         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
21293      Branch: perl
21294            ! utf8.c
21295 ____________________________________________________________________________
21296 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
21297         Log: Must find stuff during build.
21298      Branch: perl
21299            ! ext/Encode/compile
21300 ____________________________________________________________________________
21301 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
21302         Log: Integrate with perlio;
21303              
21304              Basics of a compiled Encode XS extension
21305      Branch: perl
21306           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
21307           +> ext/Encode/Encode/euc-jp.ucm
21308           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
21309           !> ext/Encode/encode.h
21310 ____________________________________________________________________________
21311 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
21312         Log: EBCDIC tweaks-- no new test passes, but getting closer.
21313      Branch: perl
21314            ! utf8.c
21315 ____________________________________________________________________________
21316 [ 14490] By: nick                                  on 2002/01/29  21:20:57
21317         Log: Basics of a compiled Encode XS extension
21318      Branch: perlio
21319            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
21320            + ext/Encode/Encode/euc-jp.ucm
21321            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
21322            ! ext/Encode/encode.h
21323 ____________________________________________________________________________
21324 [ 14489] By: nick                                  on 2002/01/29  18:40:54
21325         Log: Integrate mainline
21326      Branch: perlio
21327           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
21328           +> ext/Encode/lib/Encode/Encoding.pm
21329           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
21330           +> ext/Encode/lib/Encode/Tcl/Escape.pm
21331           +> ext/Encode/lib/Encode/Tcl/Extended.pm
21332           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
21333           +> ext/Encode/lib/Encode/Tcl/Table.pm
21334           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
21335           +> ext/Encode/lib/Encode/iso10646_1.pm
21336           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
21337           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
21338           +> ext/Encode/t/Tcl.t
21339            - ext/Encode.t ext/Encode/Encode.pm
21340            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
21341            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
21342           !> (integrate 33 files)
21343 ____________________________________________________________________________
21344 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
21345         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
21346              From: Richard Clamp <richardc@unixbeard.net>
21347              Date: Mon, 28 Jan 2002 02:17:55 +0000
21348              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
21349      Branch: perl
21350            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
21351 ____________________________________________________________________________
21352 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
21353         Log: OS/390 seems to do length 0 udp reads, Nicholas says
21354              skippage is for now the best cause of action.
21355      Branch: perl
21356            ! ext/Socket/socketpair.t
21357 ____________________________________________________________________________
21358 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
21359         Log: Encode cleanup from Dan Kogai; reworked even further.
21360      Branch: perl
21361            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
21362            + ext/Encode/lib/Encode/Encoding.pm
21363            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
21364            + ext/Encode/lib/Encode/Tcl/Escape.pm
21365            + ext/Encode/lib/Encode/Tcl/Extended.pm
21366            + ext/Encode/lib/Encode/Tcl/HanZi.pm
21367            + ext/Encode/lib/Encode/Tcl/Table.pm
21368            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
21369            + ext/Encode/lib/Encode/iso10646_1.pm
21370            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
21371            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
21372            + ext/Encode/t/Tcl.t
21373            - ext/Encode.t ext/Encode/Encode.pm
21374            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
21375            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
21376            ! MANIFEST ext/Encode/Encode/8859-1.ucm
21377            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
21378            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
21379            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
21380            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
21381            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
21382            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
21383            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
21384            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
21385            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
21386            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
21387            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
21388            ! ext/Encode/compile
21389 ____________________________________________________________________________
21390 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
21391         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
21392      Branch: perl
21393            ! djgpp/djgpp.c perlio.c
21394 ____________________________________________________________________________
21395 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
21396         Log: Prettier printing from Michael Schwern.
21397      Branch: perl
21398            ! t/test.pl
21399 ____________________________________________________________________________
21400 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
21401         Log: Show also the debug and debugcolor as known pragmas.
21402      Branch: perl
21403            ! ext/re/re.pm
21404 ____________________________________________________________________________
21405 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
21406         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
21407              From: "Craig A. Berry" <craigberry@mac.com>
21408              Date: Mon, 28 Jan 2002 16:30:30 -0600
21409              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
21410      Branch: perl
21411            ! ext/B/t/assembler.t
21412 ____________________________________________________________________________
21413 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
21414         Log: metaconfig unit change for #14480.
21415      Branch: metaconfig
21416            ! U/modified/Init.U
21417 ____________________________________________________________________________
21418 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
21419         Log: DJGPP needs to know its exe soon, too.
21420      Branch: perl
21421            ! Configure
21422 ____________________________________________________________________________
21423 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
21424         Log: Round #2 on EBCDICation.
21425      Branch: perl
21426            ! t/op/append.t
21427 ____________________________________________________________________________
21428 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
21429         Log: Integrate perlio:
21430              
21431              [ 14477]
21432              Set makefile.mk CCHOME etc. for default locations of MinGW and free
21433              Borland compilers. (Borland builds one or two oddities.)
21434      Branch: perl
21435           !> win32/config.bc win32/makefile.mk
21436 ____________________________________________________________________________
21437 [ 14477] By: nick                                  on 2002/01/28  20:12:31
21438         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
21439              Borland compilers. (Borland builds one or two oddities.)
21440      Branch: perlio
21441            ! win32/config.bc win32/makefile.mk
21442 ____________________________________________________________________________
21443 [ 14476] By: nick                                  on 2002/01/28  18:43:47
21444         Log: Integrate mainline
21445      Branch: perlio
21446           !> Configure hints/hpux.sh
21447 ____________________________________________________________________________
21448 [ 14475] By: nick                                  on 2002/01/28  17:15:12
21449         Log: Integrate mainline
21450      Branch: perlio
21451           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
21452           !> patchlevel.h pp_sys.c t/lib/warnings/perl
21453 ____________________________________________________________________________
21454 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
21455         Log: metaconfig unit change for #14472.
21456      Branch: metaconfig/U/perl
21457            ! d_u32align.U
21458 ____________________________________________________________________________
21459 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
21460         Log: Misunderstood Merijn's patch.
21461      Branch: perl
21462            ! hints/hpux.sh
21463 ____________________________________________________________________________
21464 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
21465         Log: Misapplied Merijn's patch.
21466      Branch: perl
21467            ! Configure
21468 ____________________________________________________________________________
21469 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
21470         Log: Update Changes.
21471      Branch: perl
21472            ! Changes patchlevel.h
21473 ____________________________________________________________________________
21474 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
21475         Log: BeOS has sockets but not true ones.
21476      Branch: perl
21477            ! pp_sys.c
21478 ____________________________________________________________________________
21479 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
21480         Log: metaconfig unit change for #14467.
21481      Branch: metaconfig/U/perl
21482            ! d_u32align.U
21483 ____________________________________________________________________________
21484 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
21485         Log: For some strange reason under the smoke harness the alignment
21486              test hangs in HP-UX 10.20.  So hint it to avoid the test.
21487      Branch: perl
21488            ! hints/hpux.sh
21489 ____________________________________________________________________________
21490 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
21491         Log: Allow d_u32align to be hinted.
21492      Branch: perl
21493            ! Configure
21494 ____________________________________________________________________________
21495 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
21496         Log: The shift key is important.
21497      Branch: perl
21498            ! ext/B/B.xs
21499 ____________________________________________________________________________
21500 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
21501         Log: The "used only once" warnings (from gv_check) come
21502              in pseudorandom hash order-- in EBCDIC the order
21503              is different.  Add a new option that allow the warnings
21504              to come in any order (Paul Marquess).
21505      Branch: perl
21506            ! lib/warnings.t t/lib/warnings/perl
21507 ____________________________________________________________________________
21508 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
21509         Log: Integrate perlio:
21510              
21511              [ 14462]
21512              1st attempt at skipping broke threads case.
21513              
21514              [ 14461]
21515              Skip new threads::shared test unless -Duseithreads
21516      Branch: perl
21517           !> ext/threads/shared/t/0nothread.t
21518 ____________________________________________________________________________
21519 [ 14463] By: nick                                  on 2002/01/28  08:22:36
21520         Log: Integrate mainline
21521      Branch: perlio
21522           !> (integrate 37 files)
21523 ____________________________________________________________________________
21524 [ 14462] By: nick                                  on 2002/01/28  08:09:53
21525         Log: 1st attempt at skipping broke threads case.
21526      Branch: perlio
21527            ! ext/threads/shared/t/0nothread.t
21528 ____________________________________________________________________________
21529 [ 14461] By: nick                                  on 2002/01/28  07:25:58
21530         Log: Skip new threads::shared test unless -Duseithreads
21531      Branch: perlio
21532            ! ext/threads/shared/t/0nothread.t
21533 ____________________________________________________________________________
21534 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
21535         Log: FAQ sync.
21536      Branch: perl
21537            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21538            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21539            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21540            ! pod/perlfaq9.pod
21541 ____________________________________________________________________________
21542 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
21543         Log: Upgrade to podlators 1.20.
21544      Branch: perl
21545            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
21546 ____________________________________________________________________________
21547 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
21548         Log: Retract #14448, a better patch coming up.
21549      Branch: perl
21550            ! lib/Pod/t/basic.t
21551 ____________________________________________________________________________
21552 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
21553         Log: EBCDIC portability.
21554      Branch: perl
21555            ! t/op/append.t
21556 ____________________________________________________________________________
21557 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
21558         Log: Further cygwin installperl tweak from Gerrit P. Haase.
21559      Branch: perl
21560            ! installperl
21561 ____________________________________________________________________________
21562 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
21563         Log: A bug in Bulgarian EBCDIC locale (this sounds like
21564              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
21565              locales failed, too.  The patch works around the bug by
21566              skipping the test, but the real problem may be deeper
21567              (affecting probably only EBCDIC platforms, though):
21568              see the comment in locale.t for more details.
21569      Branch: perl
21570            ! lib/locale.t
21571 ____________________________________________________________________________
21572 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
21573         Log: metaconfig unit change for #14453.
21574      Branch: metaconfig/U/perl
21575            ! libperl.U
21576 ____________________________________________________________________________
21577 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
21578         Log: Subject: Bleadperl on Cygwin today
21579              From: "Gerrit P. Haase" <gp@familiehaase.de>              
21580              Date: Sun, 27 Jan 2002 22:30:41 +0100
21581              Message-ID: <462007239437.20020127223041@familiehaase.de>
21582      Branch: perl
21583            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
21584            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
21585            ! lib/ExtUtils/t/MM_Cygwin.t
21586 ____________________________________________________________________________
21587 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
21588         Log: Unfinished EBCDIC branch.
21589      Branch: perl
21590            ! t/op/ver.t
21591 ____________________________________________________________________________
21592 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
21593         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
21594      Branch: perl
21595            ! ext/B/B.xs ext/B/B/Deparse.pm
21596 ____________________________________________________________________________
21597 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
21598         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
21599              platforms.
21600      Branch: perl
21601            ! ext/B/t/stash.t
21602 ____________________________________________________________________________
21603 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
21604         Log: Apparently no need for EBCDIC exception any more.
21605      Branch: perl
21606            ! ext/B/t/showlex.t
21607 ____________________________________________________________________________
21608 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
21609         Log: (retracted by #14458)
21610              (Russ Allbery) OS/390 is using a high-bit character for ESC,
21611              skip the test for now.  A better fix would be to override
21612              the notion of the platform's escape sequence in the test
21613              of Pod::Text::Termcap.  We may have to apply a filter to
21614              the output to substitute back in the ESC character that
21615              the test expects, but only on OS/390.
21616      Branch: perl
21617            ! lib/Pod/t/basic.t
21618 ____________________________________________________________________________
21619 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
21620         Log: Detypo.
21621      Branch: perl
21622            ! ext/Devel/Peek/Peek.t
21623 ____________________________________________________________________________
21624 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
21625         Log: OS/390 USS has a different idea of the pw* functions.
21626              Also, test the name with eq, not with ==.
21627      Branch: perl
21628            ! lib/User/pwent.t
21629 ____________________________________________________________________________
21630 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
21631         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
21632      Branch: perl
21633            ! doio.c
21634 ____________________________________________________________________________
21635 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
21636         Log: ASCIIisms.
21637      Branch: perl
21638            ! ext/PerlIO/t/encoding.t
21639 ____________________________________________________________________________
21640 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
21641         Log: chr(42) ne '*'  if one is in EBCDIC.
21642      Branch: perl
21643            ! t/op/pack.t
21644 ____________________________________________________________________________
21645 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
21646         Log: Subject: [PATCH] Fix up recent op/stat.t failures
21647              From: Andy Dougherty <doughera@lafayette.edu>
21648              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
21649              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
21650      Branch: perl
21651            ! t/op/stat.t
21652 ____________________________________________________________________________
21653 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
21654         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
21655              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21656              Date: Sun, 27 Jan 2002 15:03:18 +0100
21657              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
21658      Branch: perl
21659            ! lib/ExtUtils/t/Command.t
21660 ____________________________________________________________________________
21661 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
21662         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
21663              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21664              Date: Sun, 27 Jan 2002 14:51:10 +0100
21665              Message-ID: <20020127145110.A16332@rafael>
21666      Branch: perl
21667            ! ext/B/B/Deparse.pm
21668 ____________________________________________________________________________
21669 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
21670         Log: integrate change#14431 from perlio branch (Nick's fix for
21671              change#13474 to be more defensive about looking at pad entries
21672              that may not exist yet)
21673      Branch: maint-5.6/perl
21674            ! op.c
21675 ____________________________________________________________________________
21676 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
21677         Log: Comment to avoid later "cleanups."
21678      Branch: perl
21679            ! lib/ExtUtils/MakeMaker.pm
21680 ____________________________________________________________________________
21681 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
21682         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
21683              instead of just FOO=... cmd ...
21684      Branch: perl
21685            ! Makefile.SH
21686 ____________________________________________________________________________
21687 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
21688         Log: Overquoting bad (in UNIX one would get
21689              Can't open perl script "'-I../lib'": No such file or directory)
21690      Branch: perl
21691            ! lib/Pod/t/Usage.t
21692 ____________________________________________________________________________
21693 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
21694         Log: Integrate perlio:
21695              
21696              [ 14434]
21697              "All tests successful" VC6.0 Win32
21698              (Update config.vc to need cppstdin so those tests are skipped...)
21699      Branch: perl
21700           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21701           !> win32/config_H.vc
21702 ____________________________________________________________________________
21703 [ 14434] By: nick                                  on 2002/01/26  22:27:08
21704         Log: "All tests successful" VC6.0 Win32
21705              (Update config.vc to need cppstdin so those tests are skipped...)
21706      Branch: perlio
21707            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21708            ! win32/config_H.vc
21709 ____________________________________________________________________________
21710 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
21711         Log: Integrate perlio:
21712              
21713              [ 14432]
21714              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
21715              for CRLF line endings.
21716              
21717              [ 14431]
21718              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
21719              Should really be looked at by someone that knows about pads.
21720              
21721              [ 14429]
21722              Tinkering with thread cleanup mutex-ing - not the problem 
21723              (op.c is) but could have been...
21724              
21725              [ 14428]
21726              Win32 signal emulation cleanup.
21727              
21728              [ 14427]
21729              If we get to sighandler by mistake (no perl handler set) then
21730              warn() and exit() rather than die() - should never happen
21731              but if it does context needed to die is likely to be trashed
21732              as well.
21733              
21734              [ 14425]
21735              1st two tests of File/Find/t/find.t and taint.t were run after 
21736              calling cleanup(). If previous fail had left for_find directory,
21737              but no content in it then cleanup() returned cd'ed to that directory.
21738              So tests failed. Fixed cleanup()-s.
21739      Branch: perl
21740           !> ext/threads/threads.xs lib/File/Find/t/find.t
21741           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
21742           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
21743 ____________________________________________________________________________
21744 [ 14432] By: nick                                  on 2002/01/26  21:10:38
21745         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
21746              for CRLF line endings.
21747      Branch: perlio
21748            ! lib/Filter/Simple.pm
21749 ____________________________________________________________________________
21750 [ 14431] By: nick                                  on 2002/01/26  21:08:35
21751         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
21752              Should really be looked at by someone that knows about pads.
21753      Branch: perlio
21754            ! op.c
21755 ____________________________________________________________________________
21756 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
21757         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
21758              From: "Craig A. Berry" <craigberry@mac.com>       
21759              Date: Sat, 26 Jan 2002 11:19:44 -0600
21760              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
21761      Branch: perl
21762            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
21763 ____________________________________________________________________________
21764 [ 14429] By: nick                                  on 2002/01/26  18:04:22
21765         Log: Tinkering with thread cleanup mutex-ing - not the problem 
21766              (op.c is) but could have been...
21767      Branch: perlio
21768            ! ext/threads/threads.xs
21769 ____________________________________________________________________________
21770 [ 14428] By: nick                                  on 2002/01/26  18:03:13
21771         Log: Win32 signal emulation cleanup.
21772      Branch: perlio
21773            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
21774 ____________________________________________________________________________
21775 [ 14427] By: nick                                  on 2002/01/26  13:59:33
21776         Log: If we get to sighandler by mistake (no perl handler set) then
21777              warn() and exit() rather than die() - should never happen
21778              but if it does context needed to die is likely to be trashed
21779              as well.
21780      Branch: perlio
21781            ! mg.c
21782 ____________________________________________________________________________
21783 [ 14426] By: nick                                  on 2002/01/26  13:56:23
21784         Log: Integrate mainline
21785      Branch: perlio
21786           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
21787           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
21788           !> t/run/fresh_perl.t
21789 ____________________________________________________________________________
21790 [ 14425] By: nick                                  on 2002/01/26  08:11:33
21791         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
21792              calling cleanup(). If previous fail had left for_find directory,
21793              but no content in it then cleanup() returned cd'ed to that directory.
21794              So tests failed. Fixed cleanup()-s.
21795      Branch: perlio
21796            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
21797 ____________________________________________________________________________
21798 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
21799         Log: Integrate perlio:
21800              
21801              [ 14422]
21802              Save $! so that other syscalls don't disturb it before 
21803              we test it.
21804              
21805              [ 14421]
21806              More Win32 tuning
21807              
21808              [ 14420]
21809              Fix winsystem.t's attempt to build showav.exe to work 
21810              with gcc (which writes a.exe unless told with -o ).
21811              Also put in a few more fail-safes to check .exe got 
21812              built somehow.
21813      Branch: perl
21814           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
21815           !> t/op/winsystem.t
21816 ____________________________________________________________________________
21817 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
21818         Log: Subject: [PATCH] new test in op/universal.t
21819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21820              Date: Fri, 25 Jan 2002 23:17:33 +0100
21821              Message-ID: <20020125231733.A11733@rafael>
21822      Branch: perl
21823            ! t/op/universal.t
21824 ____________________________________________________________________________
21825 [ 14422] By: nick                                  on 2002/01/25  21:37:03
21826         Log: Save $! so that other syscalls don't disturb it before 
21827              we test it.
21828      Branch: perlio
21829            ! ext/Socket/socketpair.t
21830 ____________________________________________________________________________
21831 [ 14421] By: nick                                  on 2002/01/25  19:05:57
21832         Log: More Win32 tuning
21833      Branch: perlio
21834            ! t/op/stat.t t/op/taint.t
21835 ____________________________________________________________________________
21836 [ 14420] By: nick                                  on 2002/01/25  18:21:42
21837         Log: Fix winsystem.t's attempt to build showav.exe to work 
21838              with gcc (which writes a.exe unless told with -o ).
21839              Also put in a few more fail-safes to check .exe got 
21840              built somehow.
21841      Branch: perlio
21842            ! t/op/winsystem.t
21843 ____________________________________________________________________________
21844 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
21845         Log: Subject: [Patch Encode.xs] calculation of need overflows
21846              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21847              Date: Sat, 26 Jan 2002 00:58:50 +0900
21848              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
21849      Branch: perl
21850            ! ext/Encode/Encode.xs
21851 ____________________________________________________________________________
21852 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
21853         Log: Integrate changes 13474+13478+13584 from maintperl;
21854              anon sub leakage.
21855      Branch: perl
21856            ! op.c t/run/fresh_perl.t
21857 ____________________________________________________________________________
21858 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
21859         Log: Update Changes.
21860      Branch: perl
21861            ! Changes patchlevel.h
21862 ____________________________________________________________________________
21863 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
21864         Log: Integrate perlio:
21865              
21866              [ 14411]
21867              Linux/NFS hackery was not faking right number of passes.
21868              
21869              [ 14410]
21870              threads::shared tidy up:
21871              - Add _id() function to shared.xs so we can test refs point at same thing.
21872              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
21873              - Allow no_share to pass if sharing to works despite mis-ordering.
21874              - Change docs of threads to document ->create() (as used in tests),
21875              and not mention "new".
21876              
21877              [ 14401]
21878              Expand command line test globs on Win32.
21879              
21880              [ 14393]
21881              Except Win32 from echo tests. (Alarm does not break into connect)
21882              
21883              [ 14392]
21884              SvTEMP_off to stop private PV's being stolen and stored in shared space
21885              
21886              [ 14387]
21887              thread::shared nearly working again - remaining issue
21888              is references withing shared space.
21889              Added bulk test with no threads involved (for debugging)
21890              Tuned tests to skip those needing _thrcnt
21891              
21892              [ 14378]
21893              Implement recursive lock and use of scope for PL_sharedsv_space,
21894              so now croak() from asserts does not leave locks.
21895              Make hv_simple compile (new prototype for debugging probe).
21896              
21897              [ 14377]
21898              Shared scalars working, some shared array ops working.
21899              
21900              [ 14373]
21901              Miss mg_len == 0 meaning don't Safefree
21902              
21903              [ 14372]
21904              XS side of new threads::shared designed, coded and compiles,
21905              and mostly commented but is totaly untested.
21906              submit in case anyone wants a preview.
21907              
21908              [ 14363]
21909              Add new threads/typemap to MANIFEST
21910              
21911              [ 14357]
21912              #14352 deleted ext/threads/threads.h
21913              
21914              [ 14356]
21915              Eradicate sharedsv.*
21916              
21917              [ 14355]
21918              threads work again on Win32. (Not threads::shared yet)
21919              Submit to see if they do on Linux.
21920              
21921              [ 14352]
21922              Nearly-working threads re-structuring. Do not integrate,
21923              submit-ing to get to Win32, and as "off site" backup.
21924      Branch: perl
21925           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
21926           +> ext/threads/typemap
21927            - ext/threads/threads.h sharedsv.c sharedsv.h
21928            ! NetWare/config_H.wc
21929           !> (integrate 38 files)
21930 ____________________________________________________________________________
21931 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
21932         Log: Subject: Re: perldebguts minor tweaks
21933              From: Joe McMahon <mcmahon@metalab.unc.edu>
21934              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
21935              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
21936      Branch: perl
21937            ! pod/perldebguts.pod
21938 ____________________________________________________________________________
21939 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
21940         Log: metaconfig unit change for #14413.
21941      Branch: metaconfig
21942            ! U/modified/prototype.U
21943 ____________________________________________________________________________
21944 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
21945         Log: Okay, you can come home now, _().
21946      Branch: perl
21947            ! config_h.SH
21948 ____________________________________________________________________________
21949 [ 14412] By: nick                                  on 2002/01/25  11:01:49
21950         Log: Integrate mainline
21951              All but ../lib/Unicode/UCD.t pass.
21952      Branch: perlio
21953           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
21954           +> lib/unicore/CaseFolding.txt
21955           +> lib/unicore/CompositionExclusions.txt
21956           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
21957           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
21958           +> vos/vos.c
21959            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
21960            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
21961            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
21962            - lib/unicore/NamesList.html lib/unicore/PropList.html
21963            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
21964            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
21965            - lib/unicore/rename
21966           !> (integrate 424 files)
21967 ____________________________________________________________________________
21968 [ 14411] By: nick                                  on 2002/01/25  09:45:13
21969         Log: Linux/NFS hackery was not faking right number of passes.
21970      Branch: perlio
21971            ! t/io/fs.t
21972 ____________________________________________________________________________
21973 [ 14410] By: nick                                  on 2002/01/25  09:35:07
21974         Log: threads::shared tidy up:
21975              - Add _id() function to shared.xs so we can test refs point at same thing.
21976              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
21977              - Allow no_share to pass if sharing to works despite mis-ordering.
21978              - Change docs of threads to document ->create() (as used in tests),
21979              and not mention "new".
21980      Branch: perlio
21981            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21982            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
21983            ! ext/threads/threads.pm
21984 ____________________________________________________________________________
21985 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
21986         Log: Subject: perldebguts minor tweaks
21987              From: Joe McMahon <mcmahon@metalab.unc.edu>
21988              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
21989              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
21990      Branch: perl
21991            ! pod/perldebguts.pod
21992 ____________________________________________________________________________
21993 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
21994         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
21995              From: Peter Scott <Peter@PSDT.com>
21996              Date: Thu, 24 Jan 2002 08:51:34 -0800
21997              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
21998      Branch: perl
21999            ! pod/perldebguts.pod
22000 ____________________________________________________________________________
22001 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
22002         Log: Few more paranoia checks for Unicode hash keys.
22003      Branch: perl
22004            ! t/op/each.t
22005 ____________________________________________________________________________
22006 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
22007         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
22008              From: Andy Dougherty <doughera@lafayette.edu>
22009              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
22010              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
22011      Branch: perl
22012            ! t/op/stat.t
22013 ____________________________________________________________________________
22014 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
22015         Log: The
22016              
22017              Subject: Very old debugger UTF-8 bug
22018              From: andreas.koenig@anima.de (Andreas J. Koenig)
22019              Date: 24 Jan 2002 12:45:44 +0100
22020              Message-ID: <m3y9iot1jr.fsf@anima.de>
22021              
22022              still broken, but this should work as a stopgap
22023              measure to stop pp_match accessing naughty data.
22024      Branch: perl
22025            ! pod/perldiag.pod pp_hot.c
22026 ____________________________________________________________________________
22027 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
22028         Log: metaconfig unit change for #14403.
22029      Branch: metaconfig/U/perl
22030            ! d_u32align.U
22031 ____________________________________________________________________________
22032 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
22033         Log: Pacify picky compilers (this time Sun Workshop).
22034      Branch: perl
22035            ! Configure
22036 ____________________________________________________________________________
22037 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
22038         Log: Subject: Very old debugger UTF-8 bug
22039              From: andreas.koenig@anima.de (Andreas J. Koenig)
22040              Date: 24 Jan 2002 12:45:44 +0100
22041              Message-ID: <m3y9iot1jr.fsf@anima.de>
22042      Branch: perl
22043            ! lib/dumpvar.pl
22044 ____________________________________________________________________________
22045 [ 14401] By: nick                                  on 2002/01/24  07:50:38
22046         Log: Expand command line test globs on Win32.
22047      Branch: perlio
22048            ! t/harness
22049 ____________________________________________________________________________
22050 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
22051         Log: Sprinkle some copyrights (use the oldest timestamp to
22052              be found in the repository, which is most often not right,
22053              but at least consistent)
22054      Branch: perl
22055            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
22056            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
22057            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
22058            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
22059            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
22060            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
22061            ! unixish.h xsutils.c
22062 ____________________________________________________________________________
22063 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
22064         Log: Don't crash on Help for long text (bug #506672)
22065      Branch: maint-5.6/macperl
22066            ! macos/macperl/MPHelp.c
22067 ____________________________________________________________________________
22068 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
22069         Log: Fix minor path problem
22070      Branch: maint-5.6/macperl
22071            ! macos/macperl/Droplets/tarzipme.plx
22072 ____________________________________________________________________________
22073 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
22074         Log: Minor text changes
22075      Branch: maint-5.6/macperl
22076            ! macos/Perl.r
22077 ____________________________________________________________________________
22078 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
22079         Log: Bump versions, dates, etc.
22080      Branch: maint-5.6/macperl
22081            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
22082 ____________________________________________________________________________
22083 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
22084         Log: coderefs in @INC and absolute paths
22085      Branch: maint-5.6/macperl
22086            ! embed.h pp_ctl.c proto.h
22087 ____________________________________________________________________________
22088 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
22089         Log: Minor module thingys
22090      Branch: maint-5.6/macperl
22091            ! macos/ext/Mac/Controls/Controls.xs
22092            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
22093            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
22094            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
22095            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
22096            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
22097            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
22098            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
22099            ! macos/ext/Mac/Movies/Movies.xs
22100            ! macos/ext/Mac/Navigation/Navigation.pm
22101            ! macos/ext/Mac/Navigation/Navigation.xs
22102            ! macos/ext/Mac/Notification/Notification.xs
22103            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
22104            ! macos/ext/Mac/Processes/Processes.xs
22105            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
22106            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
22107            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
22108            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
22109            ! macos/ext/Mac/Resources/Resources.pm
22110            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
22111            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
22112            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
22113            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
22114            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
22115 ____________________________________________________________________________
22116 [ 14393] By: nick                                  on 2002/01/23  19:52:19
22117         Log: Except Win32 from echo tests. (Alarm does not break into connect)
22118      Branch: perlio
22119            ! ext/Socket/Socket.t
22120 ____________________________________________________________________________
22121 [ 14392] By: nick                                  on 2002/01/23  19:31:57
22122         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
22123      Branch: perlio
22124            ! ext/threads/shared/shared.xs
22125 ____________________________________________________________________________
22126 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
22127         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
22128      Branch: perl
22129            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22130            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
22131            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
22132            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
22133            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
22134            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
22135            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
22136            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
22137            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
22138            ! x2p/util.c x2p/util.h x2p/walk.c
22139 ____________________________________________________________________________
22140 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
22141         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
22142              therefore quite probably also obsolete code.
22143      Branch: perl
22144            ! sv.c
22145 ____________________________________________________________________________
22146 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
22147         Log: Update Changes.
22148      Branch: perl
22149            ! Changes patchlevel.h
22150 ____________________________________________________________________________
22151 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
22152         Log: Small update on todo.  Could use a lot more.
22153      Branch: perl
22154            ! pod/perltodo.pod
22155 ____________________________________________________________________________
22156 [ 14387] By: nick                                  on 2002/01/23  14:19:30
22157         Log: thread::shared nearly working again - remaining issue
22158              is references withing shared space.
22159              Added bulk test with no threads involved (for debugging)
22160              Tuned tests to skip those needing _thrcnt
22161      Branch: perlio
22162            + ext/threads/shared/t/0nothread.t
22163            ! MANIFEST ext/threads/shared/shared.pm
22164            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
22165            ! ext/threads/shared/t/hv_refs.t
22166            ! ext/threads/shared/t/hv_simple.t
22167            ! ext/threads/shared/t/sv_simple.t
22168 ____________________________________________________________________________
22169 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
22170         Log: Subject: [ID 20020121.003] perldata doco bug
22171              From: John Stumbles <jstumbles@bluearc.com>
22172              Date: Mon, 21 Jan 2002 14:19:56 -0000
22173              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
22174      Branch: perl
22175            ! pod/perldata.pod
22176 ____________________________________________________________________________
22177 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
22178         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
22179              From: Michael G Schwern <schwern@pobox.com>
22180              Date: Mon, 21 Jan 2002 15:16:42 -0500
22181              Message-ID: <20020121201642.GA6659@blackrider>
22182      Branch: perl
22183            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
22184 ____________________________________________________________________________
22185 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
22186         Log: Subject: [PATCH] Re: eval not catching warnings?
22187              From: abigail@foad.org
22188              Date: Wed, 23 Jan 2002 15:35:47 +0100
22189              Message-ID: <20020123143547.24798.qmail@foad.org>
22190      Branch: perl
22191            ! pod/perlfunc.pod
22192 ____________________________________________________________________________
22193 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
22194         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
22195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22196              Date: Tue, 22 Jan 2002 17:00:54 -0800            
22197              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
22198      Branch: perl
22199            ! t/run/fresh_perl.t
22200 ____________________________________________________________________________
22201 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
22202         Log: metaconfig unit change for #14381.
22203      Branch: metaconfig/U/perl
22204            ! d_u32align.U
22205 ____________________________________________________________________________
22206 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
22207         Log: HP-UX 10.20 cc pacifying from Merijn.
22208      Branch: perl
22209            ! Configure
22210 ____________________________________________________________________________
22211 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
22212         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
22213              From: "Craig A. Berry" <craigberry@mac.com> 
22214              Date: Tue, 22 Jan 2002 22:14:26 -0600
22215              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
22216      Branch: perl
22217            ! vms/test.com
22218 ____________________________________________________________________________
22219 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
22220         Log: AIX cpp bug: having macro arguments and character constants
22221              "the same" means trouble (here s and 's')
22222              What broke now was 841 and 842 of t/op/pat.t, because of the
22223              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
22224              (note that breakage happened only under cc_r and usethreads+
22225              useithreads)
22226      Branch: perl
22227            ! utf8.h
22228 ____________________________________________________________________________
22229 [ 14378] By: nick                                  on 2002/01/22  20:33:15
22230         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
22231              so now croak() from asserts does not leave locks.
22232              Make hv_simple compile (new prototype for debugging probe).
22233      Branch: perlio
22234            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22235            ! ext/threads/shared/t/hv_simple.t
22236 ____________________________________________________________________________
22237 [ 14377] By: nick                                  on 2002/01/22  17:32:21
22238         Log: Shared scalars working, some shared array ops working.
22239      Branch: perlio
22240            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22241            ! ext/threads/shared/t/sv_refs.t
22242            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
22243 ____________________________________________________________________________
22244 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
22245         Log: Subject: [PATCH] Support truncate() in VOS port
22246              From: Paul_GreenVOS@vos.stratus.com
22247              Date: Mon, 21 Jan 02 23:27 est
22248              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
22249      Branch: perl
22250            + vos/vos.c
22251            ! MANIFEST hints/vos.sh vos/vosish.h
22252 ____________________________________________________________________________
22253 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
22254         Log: metaconfig unit changes for #14374.  Couldn't figure
22255              how to get completely rid of _() (some weird dependency
22256              pulling it in?) so renamed it as PROTO_().
22257      Branch: metaconfig
22258            + U/modified/d_shmat.U U/modified/prototype.U
22259            ! U/protos/d_drand48proto.U
22260      Branch: metaconfig/U/perl
22261            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
22262 ____________________________________________________________________________
22263 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
22264         Log: Get rid of the _() macro since (1) we require ANSI anyway
22265              (2) Other software (GNU) seems to use it and we don't need it,
22266              so let's give it up.
22267      Branch: perl
22268            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22269            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
22270            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
22271            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
22272            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
22273            ! wince/config.h wince/config_H.ce
22274 ____________________________________________________________________________
22275 [ 14373] By: nick                                  on 2002/01/22  10:10:48
22276         Log: Miss mg_len == 0 meaning don't Safefree
22277      Branch: perlio
22278            ! mg.c
22279 ____________________________________________________________________________
22280 [ 14372] By: nick                                  on 2002/01/21  22:34:06
22281         Log: XS side of new threads::shared designed, coded and compiles,
22282              and mostly commented but is totaly untested.
22283              submit in case anyone wants a preview.
22284      Branch: perlio
22285            + ext/threads/shared/typemap
22286            ! MANIFEST ext/threads/shared/shared.pm
22287            ! ext/threads/shared/shared.xs
22288 ____________________________________________________________________________
22289 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
22290         Log: Subject: [BUG] /\_/ an unrecognized escape?
22291              From: Michael G Schwern <schwern@pobox.com>
22292              Date: Mon, 21 Jan 2002 15:22:54 -0500
22293              Message-ID: <20020121202254.GA6731@blackrider>
22294      Branch: perl
22295            ! t/lib/warnings/toke toke.c
22296 ____________________________________________________________________________
22297 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
22298         Log: Undo the renaming of the Unicode data files; the simple
22299              solution being not including the *.html files.  This means
22300              that in the future there is no need for any renamings
22301              (well, assuming that the Consortium doesn't cause any),
22302              and the files are named like they are in the Consortium
22303              website, thus alleviating confusion.
22304      Branch: perl
22305            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
22306            + lib/unicore/CaseFolding.txt
22307            + lib/unicore/CompositionExclusions.txt
22308            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
22309            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
22310            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
22311            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
22312            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
22313            - lib/unicore/NamesList.html lib/unicore/PropList.html
22314            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
22315            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
22316            - lib/unicore/rename
22317            ! (edit 285 files)
22318 ____________________________________________________________________________
22319 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
22320         Log: Update Changes.
22321      Branch: perl
22322            ! Changes patchlevel.h
22323 ____________________________________________________________________________
22324 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
22325         Log: Subject: RE: BCC for Win32 is unhappy @14331
22326              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
22327              Date: Mon, 21 Jan 2002 09:48:40 +0300
22328              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
22329              
22330              (using IV instead of int)
22331      Branch: perl
22332            ! hv.h
22333 ____________________________________________________________________________
22334 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
22335         Log: path_is_absolute() needs a prototype (and maybe
22336              a better name, but that's another story).
22337      Branch: perl
22338            ! embed.fnc embed.h pp_ctl.c proto.h
22339 ____________________________________________________________________________
22340 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
22341         Log: Subject: Re: coderefs in @INC
22342              From: Chris Nandor <pudge@pobox.com>
22343              Date: Thu, 17 Jan 2002 11:26:02 -0500
22344              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
22345      Branch: perl
22346            ! pp_ctl.c
22347 ____________________________________________________________________________
22348 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
22349         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
22350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22351              Date: Sun, 20 Jan 2002 22:53:56 +0100
22352              Message-ID: <20020120225356.A12093@rafael>
22353      Branch: perl
22354            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
22355            ! t/lib/warnings/9enabled warnings.h warnings.pl
22356 ____________________________________________________________________________
22357 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
22358         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
22359              From: "Craig A. Berry" <craigberry@mac.com>
22360              Date: Sun, 20 Jan 2002 22:49:42 -0600
22361              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
22362      Branch: perl
22363            ! lib/ExtUtils/MakeMaker.pm
22364 ____________________________________________________________________________
22365 [ 14363] By: nick                                  on 2002/01/20  20:38:23
22366         Log: Add new threads/typemap to MANIFEST
22367      Branch: perlio
22368            ! MANIFEST
22369 ____________________________________________________________________________
22370 [ 14362] By: nick                                  on 2002/01/20  20:34:36
22371         Log: Integrate mainline
22372      Branch: perlio
22373           +> lib/Pod/t/Usage.t
22374           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
22375           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
22376           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
22377           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
22378           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
22379           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
22380           !> util.c
22381 ____________________________________________________________________________
22382 [ 14361] By: nick                                  on 2002/01/20  18:51:47
22383         Log: Integrate MANIFEST
22384      Branch: perlio
22385           !> MANIFEST
22386 ____________________________________________________________________________
22387 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
22388         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
22389              From: Paul_GreenVOS@vos.stratus.com
22390              Date: Sat, 19 Jan 02 17:17 est
22391              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
22392              
22393              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
22394              From: Paul_GreenVOS@vos.stratus.com
22395              Date: Sat, 19 Jan 02 17:19 est
22396              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
22397      Branch: perl
22398            ! lib/ExtUtils/t/Command.t
22399 ____________________________________________________________________________
22400 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
22401         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
22402              From: Paul_GreenVOS@vos.stratus.com
22403              Date: Sat, 19 Jan 02 14:30 est
22404              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
22405      Branch: perl
22406            ! lib/AnyDBM_File.t
22407 ____________________________________________________________________________
22408 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
22409         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
22410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
22411              Date: Sun, 20 Jan 2002 13:51:36 +0100
22412              Message-ID: <20020120135136.A710@rafael>
22413      Branch: perl
22414            ! ext/File/Glob/t/basic.t
22415 ____________________________________________________________________________
22416 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
22417         Log: #14352 deleted ext/threads/threads.h
22418      Branch: perlio
22419            ! MANIFEST
22420 ____________________________________________________________________________
22421 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
22422         Log: Eradicate sharedsv.*
22423      Branch: perlio
22424            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
22425 ____________________________________________________________________________
22426 [ 14355] By: nick                                  on 2002/01/20  11:50:22
22427         Log: threads work again on Win32. (Not threads::shared yet)
22428              Submit to see if they do on Linux.
22429      Branch: perlio
22430            ! ext/threads/shared/shared.xs ext/threads/threads.xs
22431            ! win32/makefile.mk
22432 ____________________________________________________________________________
22433 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
22434         Log: Make also hex() and oct() to croak if their arguments
22435              cannot be downgraded (that is, if they contain wide
22436              characters), just like crypt() does (and use the croak
22437              feature of sv_utf8_downgrade()).
22438      Branch: perl
22439            ! pp.c t/op/oct.t
22440 ____________________________________________________________________________
22441 [ 14353] By: nick                                  on 2002/01/19  22:20:09
22442         Log: Integrate Time/Local and its test
22443      Branch: perlio
22444           !> lib/Time/Local.pm lib/Time/Local.t
22445 ____________________________________________________________________________
22446 [ 14352] By: nick                                  on 2002/01/19  22:17:07
22447         Log: Nearly-working threads re-structuring. Do not integrate,
22448              submit-ing to get to Win32, and as "off site" backup.
22449      Branch: perlio
22450            + ext/threads/typemap
22451            - ext/threads/threads.h sharedsv.c sharedsv.h
22452            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
22453            ! embedvar.h ext/threads/shared/shared.pm
22454            ! ext/threads/shared/shared.xs ext/threads/threads.pm
22455            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
22456            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
22457            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
22458 ____________________________________________________________________________
22459 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
22460         Log: Regen toc.
22461      Branch: perl
22462            ! pod/perltoc.pod
22463 ____________________________________________________________________________
22464 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
22465         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
22466              From: David Dyck <dcd@tc.fluke.com>
22467              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
22468              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
22469      Branch: perl
22470            ! pod/perl5004delta.pod pod/perl5005delta.pod
22471            ! pod/perl561delta.pod pod/perl56delta.pod
22472 ____________________________________________________________________________
22473 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
22474         Log: FAQ sync.
22475      Branch: perl
22476            ! pod/perlfaq1.pod pod/perlfaq2.pod
22477 ____________________________________________________________________________
22478 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
22479         Log: Subject: [PATCH lib/Pod/t/Usage.t]
22480              From: Abe Timmerman <abe@ztreet.demon.nl>
22481              Date: Sat, 19 Jan 2002 19:57:57 +0100
22482              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
22483      Branch: perl
22484            + lib/Pod/t/Usage.t
22485            ! MANIFEST
22486 ____________________________________________________________________________
22487 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
22488         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
22489              From: Paul_GreenVOS@vos.stratus.com
22490              Date: Sat, 19 Jan 02 13:15 est
22491              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
22492      Branch: perl
22493            ! ext/SDBM_File/sdbm.t
22494 ____________________________________________________________________________
22495 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
22496         Log: Integrate perlio:
22497              
22498              [ 14335]
22499              Split out core of sv_magic() into sv_magicext().
22500              sv_magic provides the extra restictions (no READONLY, only
22501              one of each type, canned set of vtables), and sv_magicext()
22502              does the actual data twiddling.
22503              Also enhances semantics of ->mg_ptr setting via name/namlen
22504              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
22505              scratch area (namlen > 0 && name == NULL).
22506              sv_magicext also returns the MAGIC * it added.
22507              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
22508              To come sv_unmagicext() - which will remove just one magic
22509              of particular type, and additionaly match against ->mg_ptr,
22510              or the MAGIC * (need to experiment as to which is more natural).
22511      Branch: perl
22512           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
22513           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
22514 ____________________________________________________________________________
22515 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
22516         Log: Alternative Time::Local algorithm that uses matemathical formula
22517              for timegm instead of progressive guessing
22518      Branch: perl
22519            ! lib/Time/Local.pm
22520 ____________________________________________________________________________
22521 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
22522         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
22523              From: Paul_GreenVOS@vos.stratus.com
22524              Date: Sat, 19 Jan 02 11:20 est
22525              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
22526      Branch: perl
22527            ! ext/File/Glob/t/basic.t
22528 ____________________________________________________________________________
22529 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
22530         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
22531              From: Paul_GreenVOS@vos.stratus.com
22532              Date: Fri, 18 Jan 02 22:56 est
22533              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
22534      Branch: perl
22535            ! ext/Cwd/t/cwd.t
22536 ____________________________________________________________________________
22537 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
22538         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
22539              From: Paul_GreenVOS@vos.stratus.com
22540              Date: Fri, 18 Jan 02 22:48 est
22541              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
22542      Branch: perl
22543            ! lib/Time/Local.t
22544 ____________________________________________________________________________
22545 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
22546         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
22547              From: Paul_GreenVOS@vos.stratus.com
22548              Date: Fri, 18 Jan 02 16:22 est
22549              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
22550      Branch: perl
22551            ! ext/Devel/DProf/DProf.t
22552 ____________________________________________________________________________
22553 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
22554         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
22555              From: Tels <perl_dummy@bloodgate.com>
22556              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
22557              Message-Id: <200201182106.XAA19133@taku.hut.fi>
22558      Branch: perl
22559            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
22560 ____________________________________________________________________________
22561 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
22562         Log: Don't do socketpair udp unless you've got all what it takes.
22563      Branch: perl
22564            ! util.c
22565 ____________________________________________________________________________
22566 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
22567         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
22568              From: Tels <perl_dummy@bloodgate.com>
22569              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
22570              Message-Id: <200201182206.AAA15310@taku.hut.fi>
22571      Branch: perl
22572            ! lib/ExtUtils/MM_BeOS.pm
22573 ____________________________________________________________________________
22574 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
22575         Log: metaconfig unit change for #14336.
22576      Branch: metaconfig
22577            ! U/modified/myhostname.U
22578 ____________________________________________________________________________
22579 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
22580         Log: Avoid bare "set", and kiss .uucp goodbye.
22581      Branch: perl
22582            ! Configure
22583 ____________________________________________________________________________
22584 [ 14335] By: nick                                  on 2002/01/18  22:11:42
22585         Log: Split out core of sv_magic() into sv_magicext().
22586              sv_magic provides the extra restictions (no READONLY, only
22587              one of each type, canned set of vtables), and sv_magicext()
22588              does the actual data twiddling.
22589              Also enhances semantics of ->mg_ptr setting via name/namlen
22590              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
22591              scratch area (namlen > 0 && name == NULL).
22592              sv_magicext also returns the MAGIC * it added.
22593              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
22594              
22595              To come sv_unmagicext() - which will remove just one magic
22596              of particular type, and additionaly match against ->mg_ptr,
22597              or the MAGIC * (need to experiment as to which is more natural).
22598      Branch: perlio
22599            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
22600            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
22601 ____________________________________________________________________________
22602 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
22603         Log: Retract #14327 for now, going to the limit seems
22604              to be too much for many platforms.
22605      Branch: perl
22606            ! lib/Time/Local.t
22607 ____________________________________________________________________________
22608 [ 14333] By: nick                                  on 2002/01/18  18:58:33
22609         Log: Integrate mainline
22610      Branch: perlio
22611           !> Changes patchlevel.h
22612 ____________________________________________________________________________
22613 [ 14332] By: nick                                  on 2002/01/18  16:19:06
22614         Log: Integrate mainline
22615      Branch: perlio
22616           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
22617           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
22618            - lib/ExtUtils/inst
22619           !> (integrate 32 files)
22620 ____________________________________________________________________________
22621 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
22622         Log: Update Changes.
22623      Branch: perl
22624            ! Changes patchlevel.h
22625 ____________________________________________________________________________
22626 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
22627         Log: Try to make the connect/read/write timeouting.
22628      Branch: perl
22629            ! ext/Socket/Socket.t
22630 ____________________________________________________________________________
22631 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
22632         Log: Netware Makefile tweak from Ananth Kesari.
22633      Branch: perl
22634            ! NetWare/Makefile
22635 ____________________________________________________________________________
22636 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
22637         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
22638              From: Michael G Schwern <schwern@pobox.com>
22639              Date: Fri, 18 Jan 2002 03:10:27 -0500
22640              Message-ID: <20020118081027.GE7226@blackrider>
22641      Branch: perl
22642            ! lib/File/Find.pm
22643 ____________________________________________________________________________
22644 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
22645         Log: (retracted by #14334)
22646              
22647              Subject: [PATCH] Improving lib/Time/Local.t
22648              From: Paul_GreenVOS@vos.stratus.com        
22649              Date: Thu, 17 Jan 02 22:36 est
22650              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
22651      Branch: perl
22652            ! lib/Time/Local.t
22653 ____________________________________________________________________________
22654 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
22655         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
22656              From: Abe Timmerman <abe@ztreet.demon.nl>  
22657              Date: Fri, 18 Jan 2002 13:18:47 +0100
22658              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
22659      Branch: perl
22660            ! lib/ExtUtils/t/MM_Win32.t
22661 ____________________________________________________________________________
22662 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
22663         Log: Subject: [PATCH] Syncing with bleadperl 
22664              From: Michael G Schwern <schwern@pobox.com> 
22665              Date: Fri, 18 Jan 2002 03:04:33 -0500
22666              Message-ID: <20020118080432.GC7226@blackrider>
22667      Branch: perl
22668            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
22669            - lib/ExtUtils/inst
22670            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
22671            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22672            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
22673            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
22674            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
22675            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
22676            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
22677            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
22678            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
22679            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22680            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
22681            ! lib/ExtUtils/testlib.pm
22682 ____________________________________________________________________________
22683 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
22684         Log: Detypo.
22685      Branch: perl
22686            ! AUTHORS
22687 ____________________________________________________________________________
22688 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
22689         Log: Subject: [PATCH] MM check_hints test
22690              From: Michael G Schwern <schwern@pobox.com>
22691              Date: Thu, 17 Jan 2002 20:25:57 -0500
22692              Message-ID: <20020118012557.GE32762@blackrider>
22693      Branch: perl
22694            + lib/ExtUtils/t/hints.t
22695            ! MANIFEST
22696 ____________________________________________________________________________
22697 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
22698         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
22699              From: Michael G Schwern <schwern@pobox.com> 
22700              Date: Thu, 17 Jan 2002 20:12:20 -0500
22701              Message-ID: <20020118011220.GC32762@blackrider>
22702              
22703              (#14317 replaced with this)
22704      Branch: perl
22705            ! lib/ExtUtils/MakeMaker.pm
22706 ____________________________________________________________________________
22707 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
22708         Log: Subject: [PATCH perldiag] overload.pm warnings
22709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22710              Date: Thu, 17 Jan 2002 23:53:49 +0100
22711              Message-ID: <20020117235349.A14530@rafael>
22712      Branch: perl
22713            ! pod/perldiag.pod
22714 ____________________________________________________________________________
22715 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
22716         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
22717              From: Michael G Schwern <schwern@pobox.com>
22718              Date: Thu, 17 Jan 2002 16:35:47 -0500
22719              Message-ID: <20020117213546.GD23830@blackrider>
22720      Branch: perl
22721            ! lib/File/Find.pm
22722 ____________________________________________________________________________
22723 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
22724         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
22725              From: chromatic <chromatic@rmci.net>
22726              Date: Thu, 17 Jan 2002 13:04:22 -0700
22727              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
22728      Branch: perl
22729            ! pod/perltodo.pod
22730 ____________________________________________________________________________
22731 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
22732         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
22733              From: chromatic <chromatic@rmci.net>
22734              Date: Thu, 17 Jan 2002 12:59:04 -0700
22735              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
22736      Branch: perl
22737            ! lib/ExtUtils/t/Mkbootstrap.t
22738 ____________________________________________________________________________
22739 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
22740         Log: (replaced by #14322)
22741              The #14300 broke hints file handling.
22742      Branch: perl
22743            ! lib/ExtUtils/MakeMaker.pm
22744 ____________________________________________________________________________
22745 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
22746         Log: metaconfig unit change for #14315.
22747      Branch: metaconfig/U/perl
22748            ! uselongdbl.U
22749 ____________________________________________________________________________
22750 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
22751         Log: Subject: [PATCH] long doubles
22752              From: Nicholas Clark <nick@unfortu.net>
22753              Date: Thu, 17 Jan 2002 17:06:28 +0000
22754              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
22755      Branch: perl
22756            ! Configure
22757 ____________________________________________________________________________
22758 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
22759         Log: metaconfig unit change for #14313.
22760      Branch: metaconfig
22761            ! U/modified/i_ndbm.U
22762 ____________________________________________________________________________
22763 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
22764         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
22765              From: Andy Dougherty <doughera@lafayette.edu>
22766              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
22767              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
22768      Branch: perl
22769            ! Configure
22770 ____________________________________________________________________________
22771 [ 14312] By: nick                                  on 2002/01/17  21:38:38
22772         Log: Integrate mainline (for ndbm fixes etc.)
22773      Branch: perlio
22774           +> t/run/fresh_perl.t
22775            - t/run/kill_perl.t
22776           !> Changes MANIFEST ext/Opcode/Opcode.xs
22777           !> ext/SDBM_File/sdbm/Makefile.PL
22778           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
22779           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
22780           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
22781           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
22782           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
22783 ____________________________________________________________________________
22784 [ 14311] By: sky                                   on 2002/01/17  21:01:00
22785         Log: Simplify the code that duplicates the threads 
22786              init function and the parameters to the thread by using sv_dup. 
22787              Note,what happens if you pass a shared variable as a parameter?
22788      Branch: perl
22789            ! ext/threads/threads.xs
22790 ____________________________________________________________________________
22791 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
22792         Log: Update Changes.
22793      Branch: perl
22794            ! Changes patchlevel.h
22795 ____________________________________________________________________________
22796 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
22797         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
22798              with fresh_perl_is() and fresh_perl_like().
22799      Branch: perl
22800            + t/run/fresh_perl.t
22801            - t/run/kill_perl.t
22802            ! MANIFEST t/test.pl
22803 ____________________________________________________________________________
22804 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
22805         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
22806              From: Benjamin Goldberg <goldbb2@earthlink.net>
22807              Date: Wed, 09 Jan 2002 21:03:16 -0500
22808              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
22809      Branch: perl
22810            ! ext/Unicode/Normalize/Normalize.pm
22811 ____________________________________________________________________________
22812 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
22813         Log: Retract #14144 as Hugo isn't happy with it.
22814      Branch: perl
22815            ! scope.c t/run/kill_perl.t
22816 ____________________________________________________________________________
22817 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
22818         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
22819              From: Richard Clamp <richardc@unixbeard.net>
22820              Date: Wed, 16 Jan 2002 17:34:31 +0000
22821              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
22822      Branch: perl
22823            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
22824 ____________________________________________________________________________
22825 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
22826         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
22827              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
22828              Date: Tue, 15 Jan 2002 21:23:30 +0100
22829              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
22830      Branch: perl
22831            ! ext/Opcode/Opcode.xs
22832 ____________________________________________________________________________
22833 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
22834         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
22835              From: Paul_GreenVOS@vos.stratus.com
22836              Date: Wed, 16 Jan 02 6:42 est
22837              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
22838      Branch: perl
22839            ! t/io/fs.t t/op/crypt.t
22840 ____________________________________________________________________________
22841 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
22842         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
22843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22844              Date: Wed, 16 Jan 2002 13:43:39 +0100
22845              Message-ID: <20020116134339.A704@rafael>
22846              
22847              (replaces #14302)
22848      Branch: perl
22849            ! mg.c t/lib/warnings/mg
22850 ____________________________________________________________________________
22851 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
22852         Log: (replaced by #14303)
22853              Subject: [PATCH] length of undefined $(digit) should warn
22854              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22855              Date: Tue, 15 Jan 2002 23:02:44 +0100            
22856              Message-ID: <20020115230244.A31786@rafael>     
22857      Branch: perl
22858            ! mg.c t/lib/warnings/mg
22859 ____________________________________________________________________________
22860 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
22861         Log: The non-MakeMaker.pm parts of
22862              
22863              Subject: [PATCH] Re: MM_Beos.pm?
22864              From: Tels <perl_dummy@bloodgate.com>
22865              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
22866              Message-Id: <200201142006.WAA29544@taas.iki.fi>
22867      Branch: perl
22868            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
22869            ! lib/ExtUtils/t/MM_Unix.t
22870 ____________________________________________________________________________
22871 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
22872         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
22873              From: Michael G Schwern <schwern@pobox.com>    
22874              Date: Tue, 15 Jan 2002 20:07:50 -0500            
22875              Message-ID: <20020116010750.GH625@blackrider>  
22876      Branch: perl
22877            ! lib/ExtUtils/MakeMaker.pm
22878 ____________________________________________________________________________
22879 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
22880         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
22881              From: Jeffrey Friedl <jfriedl@yahoo.com>       
22882              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
22883              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
22884      Branch: perl
22885            ! lib/Text/Tabs.pm
22886 ____________________________________________________________________________
22887 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
22888         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
22889              From: "Green, Paul" <Paul.Green@stratus.com>
22890              Date: Tue, 15 Jan 2002 22:28:10 -0500
22891              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
22892      Branch: perl
22893            ! lib/ExtUtils/MM_Unix.pm
22894 ____________________________________________________________________________
22895 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
22896         Log: Integrate perlio:
22897              
22898              [ 14296]
22899              offsetof() is in <stddef.h>
22900      Branch: perl
22901           !> ext/Socket/Socket.xs
22902 ____________________________________________________________________________
22903 [ 14296] By: nick                                  on 2002/01/16  13:02:29
22904         Log: offsetof() is in <stddef.h>
22905      Branch: perlio
22906            ! ext/Socket/Socket.xs
22907 ____________________________________________________________________________
22908 [ 14295] By: nick                                  on 2002/01/16  07:25:29
22909         Log: Integrate mainline
22910      Branch: perlio
22911           +> (branch 262 files)
22912            - (delete 285 files)
22913           !> (integrate 34 files)
22914 ____________________________________________________________________________
22915 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
22916         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
22917              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
22918              Canonical.pl and Exact.pl.
22919      Branch: perl
22920            + (add 259 files)
22921            - (delete 288 files)
22922            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
22923            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
22924            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
22925            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
22926 ____________________________________________________________________________
22927 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
22928         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
22929      Branch: perl
22930            ! ext/Socket/Socket.xs
22931 ____________________________________________________________________________
22932 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
22933         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
22934              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
22935              Date: Tue, 15 Jan 2002 21:59:19 +0100
22936              Message-ID: <3C44A637.16602.25EB208@localhost>
22937      Branch: perl
22938            ! embed.fnc embed.h proto.h
22939 ____________________________________________________________________________
22940 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
22941         Log: Duh.  The updated In/*.pl weren't checked in.
22942      Branch: perl
22943            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
22944            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
22945            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
22946            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
22947            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
22948            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
22949            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
22950            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
22951            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
22952            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
22953            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
22954            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
22955            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
22956            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
22957            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
22958            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
22959            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
22960            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
22961            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
22962            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
22963            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
22964            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
22965            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
22966            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
22967            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
22968            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
22969            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
22970            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
22971            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
22972            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
22973            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
22974            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
22975            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
22976            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
22977            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
22978            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
22979            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
22980            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
22981            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
22982            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
22983            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
22984            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
22985            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
22986            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
22987            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
22988            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
22989            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
22990            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
22991 ____________________________________________________________________________
22992 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
22993         Log: Update Changes.
22994      Branch: perl
22995            ! Changes patchlevel.h
22996 ____________________________________________________________________________
22997 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
22998         Log: Jeffrey is trying very hard to avoid working on his
22999              book, it would seem :-) (better naming, better comments
23000              in the files)
23001      Branch: perl
23002            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
23003            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
23004            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
23005            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
23006            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
23007            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
23008            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
23009            - lib/unicore/Is/IDStart.pl
23010            ! (edit 200 files)
23011 ____________________________________________________________________________
23012 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
23013         Log: metaconfig unit changes for #14287.
23014      Branch: metaconfig
23015            + U/modified/Chk_MANI.U
23016            ! U/modified/Extract.U U/modified/Finish.U
23017      Branch: metaconfig/U/perl
23018            ! Extensions.U dlsrc.U
23019 ____________________________________________________________________________
23020 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
23021         Log: Some protection against spaces in directory names.
23022              (Tru64 still has some makedepend problems in such
23023              cases but that looks like Tru64's problem.)
23024      Branch: perl
23025            ! Configure Makefile.SH
23026 ____________________________________________________________________________
23027 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
23028         Log: Should have been in #14285 but I have sausages for fingers.
23029      Branch: perl
23030            + lib/ExtUtils/MM_BeOS.pm
23031 ____________________________________________________________________________
23032 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
23033         Log: MM_BeOS from Tels.
23034      Branch: perl
23035            + lib/ExtUtils/t/MM_BeOS.t
23036            ! MANIFEST
23037 ____________________________________________________________________________
23038 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
23039         Log: Integrate perlio:
23040              
23041              [ 14281]
23042              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
23043              e.g. -Duse64bitint on a 32-bit platform.
23044              Now uses I32 for use-count and is more careful with its casts.
23045              
23046              [ 14277]
23047              Correct name of PL_OP_SLAB_ALLOC
23048              
23049              [ 14271]
23050              Regen embed enable slab for PERL_IMPLICIT_SYS
23051              
23052              [ 14269]
23053              Typo in #else branch of PL_SLAB_ALLOC
23054              
23055              [ 14268]
23056              const-ness fix in savepv's passing of NULL
23057              
23058              [ 14267]
23059              Hand merge of non slab allocator stuff
23060              
23061              [ 14259]
23062              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
23063              Need to use CopXXXXX macros everywhere and add CopSTASH_free
23064              Add new scope type and add support for it to scope.c and scope stack
23065              dup-er in sv.c. Add savesharedpv().
23066              Also zealous version of Win32's vmem.h to catch all the abuses.
23067              With this t/op/fork.t passes even with zealous checking and 
23068              checker is point a finger at various threads/shared issues.
23069              PL_curcop->cop_io is still an issue.
23070              
23071              [ 14257]
23072              Inverted sense of special-ness of specialCopIO - supposed to 
23073              be true if value is "special" i.e. NOT an SV.
23074      Branch: perl
23075           !> (integrate 28 files)
23076 ____________________________________________________________________________
23077 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
23078         Log: Add Shuck URL
23079      Branch: maint-5.6/macperl
23080            ! macos/macperl/MacPerl.podhelp
23081 ____________________________________________________________________________
23082 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
23083         Log: Remove obsolete docs
23084      Branch: maint-5.6/macperl
23085            ! ext/File/Glob/Glob.pm
23086 ____________________________________________________________________________
23087 [ 14281] By: nick                                  on 2002/01/15  15:08:43
23088         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
23089              e.g. -Duse64bitint on a 32-bit platform.
23090              Now uses I32 for use-count and is more careful with its casts.
23091      Branch: perlio
23092            ! intrpvar.h op.c
23093 ____________________________________________________________________________
23094 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
23095         Log: Update bundled modules.  Yow!
23096      Branch: maint-5.6/macperl
23097            + macos/bundled_ext/Compress/Zlib/constants.h
23098            + macos/bundled_ext/Compress/Zlib/constants.xs
23099            + macos/bundled_ext/Filter/Util/Call/ppport.h
23100            + macos/bundled_ext/Storable/t/compat-0.6.t
23101            + macos/bundled_ext/Storable/t/dump.pl
23102            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
23103            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
23104            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
23105            + macos/bundled_lib/blib/lib/URI/ssh.pm
23106            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
23107            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
23108            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
23109            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
23110            + macos/bundled_lib/t/Filter/Simple/data.t
23111            + macos/bundled_lib/t/Filter/Simple/export.t
23112            + macos/bundled_lib/t/Filter/Simple/filter_only.t
23113            + macos/bundled_lib/t/Filter/Simple/import.t
23114            + macos/bundled_lib/t/NEXT/actual.t
23115            + macos/bundled_lib/t/NEXT/actuns.t
23116            + macos/bundled_lib/t/NEXT/next.t
23117            + macos/bundled_lib/t/NEXT/unseen.t
23118            + macos/bundled_lib/t/libnet/netrc.t
23119            + macos/bundled_lib/t/libwww-perl/base/http.t
23120            + macos/bundled_lib/t/libwww-perl/live/activestate.t
23121            - macos/bundled_ext/Filter/t/FilterTest.pm
23122            - macos/bundled_ext/Storable/t/compat06.t
23123            - macos/bundled_ext/Storable/t/st-dump.pl
23124            - macos/bundled_lib/t/NEXT/test.pl
23125            - macos/bundled_lib/t/libwww-perl/live/google.t
23126            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
23127            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
23128            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
23129            ! macos/bundled_ext/Compress/Zlib/README
23130            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
23131            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
23132            ! macos/bundled_ext/Compress/Zlib/t/examples.t
23133            ! macos/bundled_ext/Filter/Util/Call/Call.pm
23134            ! macos/bundled_ext/Filter/Util/Call/Call.xs
23135            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
23136            ! macos/bundled_ext/Filter/t/call.t
23137            ! macos/bundled_ext/Filter/t/filter-util.pl
23138            ! macos/bundled_ext/Storable/ChangeLog
23139            ! macos/bundled_ext/Storable/README
23140            ! macos/bundled_ext/Storable/Storable.pm
23141            ! macos/bundled_ext/Storable/t/blessed.t
23142            ! macos/bundled_ext/Storable/t/canonical.t
23143            ! macos/bundled_ext/Storable/t/dclone.t
23144            ! macos/bundled_ext/Storable/t/forgive.t
23145            ! macos/bundled_ext/Storable/t/freeze.t
23146            ! macos/bundled_ext/Storable/t/lock.t
23147            ! macos/bundled_ext/Storable/t/overload.t
23148            ! macos/bundled_ext/Storable/t/recurse.t
23149            ! macos/bundled_ext/Storable/t/retrieve.t
23150            ! macos/bundled_ext/Storable/t/store.t
23151            ! macos/bundled_ext/Storable/t/tied.t
23152            ! macos/bundled_ext/Storable/t/tied_hook.t
23153            ! macos/bundled_ext/Storable/t/tied_items.t
23154            ! macos/bundled_ext/Storable/t/utf8.t
23155            ! macos/bundled_lib/blib/lib/File/Sort.pm
23156            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
23157            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
23158            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
23159            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
23160            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
23161            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
23162            ! macos/bundled_lib/blib/lib/LWP.pm
23163            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
23164            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
23165            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
23166            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
23167            ! macos/bundled_lib/blib/lib/Mail/Address.pm
23168            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
23169            ! macos/bundled_lib/blib/lib/Mail/Field.pm
23170            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
23171            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
23172            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
23173            ! macos/bundled_lib/blib/lib/Mail/Header.pm
23174            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
23175            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
23176            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
23177            ! macos/bundled_lib/blib/lib/Mail/Send.pm
23178            ! macos/bundled_lib/blib/lib/Mail/Util.pm
23179            ! macos/bundled_lib/blib/lib/NEXT.pm
23180            ! macos/bundled_lib/blib/lib/Net/Config.pm
23181            ! macos/bundled_lib/blib/lib/Net/Domain.pm
23182            ! macos/bundled_lib/blib/lib/Net/FTP.pm
23183            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
23184            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
23185            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
23186            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
23187            ! macos/bundled_lib/blib/lib/Net/POP3.pm
23188            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
23189            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
23190            ! macos/bundled_lib/blib/lib/Switch.pm
23191            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
23192            ! macos/bundled_lib/blib/lib/URI/Escape.pm
23193            ! macos/bundled_lib/blib/lib/URI/ftp.pm
23194            ! macos/bundled_lib/blib/lib/lwpcook.pod
23195            ! macos/bundled_lib/t/Filter/Simple/filter.t
23196            ! macos/bundled_lib/t/Switch/t/nested.t
23197            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
23198            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
23199            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
23200            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
23201            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
23202            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
23203            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
23204            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
23205            ! macos/bundled_lib/t/libnet/config.t
23206            ! macos/bundled_lib/t/libnet/ftp.t
23207            ! macos/bundled_lib/t/libnet/hostname.t
23208            ! macos/bundled_lib/t/libnet/nntp.t
23209            ! macos/bundled_lib/t/libnet/require.t
23210            ! macos/bundled_lib/t/libnet/smtp.t
23211            ! macos/bundled_lib/t/libwww-perl/base/headers.t
23212            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
23213            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
23214            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
23215            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
23216            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
23217            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
23218            ! macos/bundled_lib/t/libwww-perl/live/validator.t
23219            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
23220 ____________________________________________________________________________
23221 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
23222         Log: Subject: [PATCH] Socket::sockaddr_family
23223              From: Gisle Aas <gisle@ActiveState.com> 
23224              Date: 15 Jan 2002 06:35:28 -0800
23225              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
23226      Branch: perl
23227            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
23228 ____________________________________________________________________________
23229 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
23230         Log: Subject: [PATCH perldiag] Style issue
23231              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23232              Date: Tue, 15 Jan 2002 15:36:30 +0100                
23233              Message-ID: <20020115153630.A11568@rafael>
23234      Branch: perl
23235            ! pod/perldiag.pod
23236 ____________________________________________________________________________
23237 [ 14277] By: nick                                  on 2002/01/15  14:30:51
23238         Log: Correct name of PL_OP_SLAB_ALLOC
23239      Branch: perlio
23240            ! perl.h
23241 ____________________________________________________________________________
23242 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
23243         Log: NetWare tweak from Ananth Kesari.
23244      Branch: perl
23245            ! lib/ExtUtils/MakeMaker.pm
23246 ____________________________________________________________________________
23247 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
23248         Log: Throwback.
23249      Branch: perl
23250            ! MANIFEST
23251 ____________________________________________________________________________
23252 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
23253         Log: A couple of additional character classes from Jeffrey,
23254              hopefully useful in future for internal use for implementing
23255              some special cases of casing.
23256              
23257              Also regenerate once more all the character classes,
23258              now without the timestamp.  A timestamp would be kind of
23259              nice but it's not: having a timestamp in a file means that
23260              even if the effective contents of file really didn't
23261              change, the file looks as if it changed.
23262      Branch: perl
23263            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
23264            + lib/unicore/Is/CombAbov.pl
23265            ! (edit 304 files)
23266 ____________________________________________________________________________
23267 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
23268         Log: Make the test harder.
23269      Branch: perl
23270            ! t/op/pat.t
23271 ____________________________________________________________________________
23272 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
23273         Log: Additional utf8_heavy.pl tweak from Jeffrey.
23274      Branch: perl
23275            ! lib/utf8_heavy.pl
23276 ____________________________________________________________________________
23277 [ 14271] By: nick                                  on 2002/01/15  11:29:47
23278         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
23279      Branch: perlio
23280            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
23281            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
23282 ____________________________________________________________________________
23283 [ 14270] By: nick                                  on 2002/01/15  08:19:08
23284         Log: Integrate rest of mainline
23285      Branch: perlio
23286           !> (integrate 28 files)
23287 ____________________________________________________________________________
23288 [ 14269] By: nick                                  on 2002/01/15  08:02:44
23289         Log: Typo in #else branch of PL_SLAB_ALLOC
23290      Branch: perlio
23291            ! op.c
23292 ____________________________________________________________________________
23293 [ 14268] By: nick                                  on 2002/01/15  07:57:47
23294         Log: const-ness fix in savepv's passing of NULL
23295      Branch: perlio
23296            ! util.c
23297 ____________________________________________________________________________
23298 [ 14267] By: nick                                  on 2002/01/15  07:42:17
23299         Log: Hand merge of non slab allocator stuff
23300      Branch: perlio
23301            ! op.c
23302 ____________________________________________________________________________
23303 [ 14266] By: nick                                  on 2002/01/15  07:39:33
23304         Log: Slab allocator submit after resolve -ay to keep it!
23305      Branch: perlio
23306           !> op.c
23307 ____________________________________________________________________________
23308 [ 14265] By: nick                                  on 2002/01/15  07:05:06
23309         Log: Blind integrate of bulk of mainline.
23310      Branch: perlio
23311           +> (branch 173 files)
23312            - (delete 184 files)
23313           !> (integrate 146 files)
23314 ____________________________________________________________________________
23315 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
23316         Log: Pod nits.
23317      Branch: perl
23318            ! lib/Unicode/UCD.pm pod/perlunicode.pod
23319 ____________________________________________________________________________
23320 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
23321         Log: The Unicode categories doc patch to go with #14254,
23322              from Jeffrey.
23323      Branch: perl
23324            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
23325 ____________________________________________________________________________
23326 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
23327         Log: There isn't going to be perl.third.exe.
23328      Branch: perl
23329            ! Makefile.SH
23330 ____________________________________________________________________________
23331 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
23332         Log: Subject: [PATCH] small coredump correction
23333              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23334              Date: Tue, 15 Jan 2002 00:22:52 +0100
23335              Message-ID: <20020115002252.I691@rafael>
23336      Branch: perl
23337            ! op.c
23338 ____________________________________________________________________________
23339 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
23340         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
23341              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23342              Date: Mon, 14 Jan 2002 23:03:04 +0100
23343              Message-ID: <20020114230304.A691@rafael>   
23344              
23345              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
23346              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23347              Date: Mon, 14 Jan 2002 23:18:43 +0100
23348              Message-ID: <20020114231843.E691@rafael>   
23349      Branch: perl
23350            ! pod/perlsub.pod t/op/override.t toke.c
23351 ____________________________________________________________________________
23352 [ 14259] By: nick                                  on 2002/01/14  22:02:49
23353         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
23354              Need to use CopXXXXX macros everywhere and add CopSTASH_free
23355              Add new scope type and add support for it to scope.c and scope stack
23356              dup-er in sv.c. Add savesharedpv().
23357              Also zealous version of Win32's vmem.h to catch all the abuses.
23358              With this t/op/fork.t passes even with zealous checking and 
23359              checker is point a finger at various threads/shared issues.
23360              
23361              PL_curcop->cop_io is still an issue.
23362      Branch: perlio
23363            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
23364            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
23365            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
23366            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
23367            ! win32/vmem.h win32/win32.c win32/win32.h
23368 ____________________________________________________________________________
23369 [ 14258] By: nick                                  on 2002/01/14  20:24:28
23370         Log: Integrate build parts of mainline
23371      Branch: perlio
23372           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
23373           !> lib/ExtUtils/t/MM_Win32.t
23374 ____________________________________________________________________________
23375 [ 14257] By: nick                                  on 2002/01/14  16:10:54
23376         Log: Inverted sense of special-ness of specialCopIO - supposed to 
23377              be true if value is "special" i.e. NOT an SV.
23378      Branch: perlio
23379            ! perlio.h
23380 ____________________________________________________________________________
23381 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
23382         Log: Update Changes.
23383      Branch: perl
23384            ! Changes patchlevel.h
23385 ____________________________________________________________________________
23386 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
23387         Log: Retract #14251 (the op slab allocator from perlio)
23388              until we figure out why 2.2.19 x86 debian gets
23389              a circular sibling chain and therefore hangs in
23390              the Perl_ck_subr() sibling for-loop.
23391      Branch: perl
23392            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
23393            ! perlapi.c perlapi.h proto.h
23394 ____________________________________________________________________________
23395 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
23396         Log: Big mktables rewrite from Jeffrey;
23397              documentation not yet updated.
23398      Branch: perl
23399            + (add 171 files)
23400            - (delete 182 files)
23401            ! (edit 135 files)
23402 ____________________________________________________________________________
23403 [ 14253] By: ams                                   on 2002/01/14  03:15:05
23404         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
23405              From: Michael G Schwern <schwern@pobox.com>
23406              Date: Sun, 13 Jan 2002 21:00:07 -0500
23407              Message-Id: <20020114020007.GB2877@blackrider>
23408      Branch: perl
23409            ! lib/Cwd.pm
23410 ____________________________________________________________________________
23411 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
23412         Log: Subject: Re: Win32 status - progress !
23413              From: Abe Timmerman <abe@ztreet.demon.nl>       
23414              Date: Mon, 14 Jan 2002 02:29:51 +0100
23415              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
23416      Branch: perl
23417            ! lib/ExtUtils/t/MM_Win32.t
23418 ____________________________________________________________________________
23419 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
23420         Log: Integrate perlio:
23421              
23422              [ 14250]
23423              Slab allocator for ops
23424              - moved the statics to intrpvar.h
23425              - implemented Slab_Free()
23426              - uses PerlMemShared (for now) if distinction exists.
23427      Branch: perl
23428           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
23429           !> perlapi.c perlapi.h proto.h
23430 ____________________________________________________________________________
23431 [ 14250] By: nick                                  on 2002/01/13  23:22:34
23432         Log: Slab allocator for ops
23433              - moved the statics to intrpvar.h
23434              - implemented Slab_Free()
23435              - uses PerlMemShared (for now) if distinction exists.
23436      Branch: perlio
23437            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
23438            ! perlapi.c perlapi.h proto.h
23439 ____________________________________________________________________________
23440 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
23441         Log: Start a new test category: uni.  Much of t/op/pat
23442              should probably be moved here, but holding on that
23443              until Jeffrey finishes his big mktables rewrite.
23444              Bits and pieces of op/split, op/pack, op/append,
23445              op/join, could probably be moved to respective uni
23446              tests, too.
23447      Branch: perl
23448            + t/uni/fold.t t/uni/sprintf.t
23449            - t/op/unifold.t t/op/unisprintf.t
23450            ! MANIFEST t/TEST t/harness
23451 ____________________________________________________________________________
23452 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
23453         Log: Subject: [PATCH] enable Win32 to build again
23454              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23455              Date: Sun, 13 Jan 2002 21:49:24 +0100
23456              Message-ID: <3C4200E4.15926.23F6131@localhost>
23457              
23458              miniperl.exe.exe does not exe that well.
23459      Branch: perl
23460            ! lib/ExtUtils/MM_Unix.pm
23461 ____________________________________________________________________________
23462 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
23463         Log: Mention some of the load-affected tests.
23464      Branch: perl
23465            ! INSTALL
23466 ____________________________________________________________________________
23467 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
23468         Log: Move the UTF-8 conversion code earlier so that
23469              op/ver is happy.
23470      Branch: perl
23471            ! sv.c t/op/ver.t
23472 ____________________________________________________________________________
23473 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
23474         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
23475              have diverged quite a bit so no updates there.
23476      Branch: perl
23477            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
23478            ! ext/List/Util/lib/List/Util.pm
23479            ! ext/List/Util/lib/Scalar/Util.pm
23480 ____________________________________________________________________________
23481 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
23482         Log: Make the crypt() pickier: if downgrading doesn't work,
23483              croak.
23484      Branch: perl
23485            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
23486 ____________________________________________________________________________
23487 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
23488         Log: Grow the buffer in case Unicode caused size changes
23489              (and it very probably did).
23490      Branch: perl
23491            ! sv.c
23492 ____________________________________________________________________________
23493 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
23494         Log: Future-proofing from Jeffrey Friedl (for conflicting
23495              In* and Is* names).
23496      Branch: perl
23497            ! lib/utf8_heavy.pl
23498 ____________________________________________________________________________
23499 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
23500         Log: Subject: [PATCH] Re: Warning in B.xs
23501              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23502              Date: Sun, 13 Jan 2002 19:39:52 +0100
23503              Message-ID: <3C41E288.20562.1C8C895@localhost>
23504      Branch: perl
23505            ! ext/B/B.xs
23506 ____________________________________________________________________________
23507 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
23508         Log: Subject: Re: lookbehind broken with latest bleedperl
23509              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23510              Date: Sun, 13 Jan 2002 18:06:22 +0000
23511              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
23512      Branch: perl
23513            ! regexec.c t/op/re_tests
23514 ____________________________________________________________________________
23515 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
23516         Log: Subject: [PATCH] more MM_Unix.t tests
23517              From: Tels <perl_dummy@bloodgate.com>
23518              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
23519              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
23520              
23521              Subject: [PATCH] 14220 misunderstood, I bet          
23522              From: andreas.koenig@anima.de (Andreas J. Koenig)
23523              Date: 12 Jan 2002 21:31:58 +0100
23524              Message-ID: <m3k7un8g5d.fsf@anima.de>
23525      Branch: perl
23526            ! lib/ExtUtils/t/MM_Unix.t
23527 ____________________________________________________________________________
23528 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
23529         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
23530              From: Tels <perl_dummy@bloodgate.com>
23531              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
23532              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
23533              
23534              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
23535              From: Tels <perl_dummy@bloodgate.com>
23536              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
23537              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
23538      Branch: perl
23539            ! lib/ExtUtils/MM_Unix.pm
23540 ____________________________________________________________________________
23541 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
23542         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
23543              From: Nicholas Clark <nick@unfortu.net> 
23544              Date: Sun, 13 Jan 2002 15:58:34 +0000
23545              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
23546      Branch: perl
23547            ! lib/Benchmark.t
23548 ____________________________________________________________________________
23549 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
23550         Log: Anton Berezin did more reading and the uid setting story
23551              gets more complex.
23552      Branch: perl
23553            ! pod/perltodo.pod utils/perldoc.PL
23554 ____________________________________________________________________________
23555 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
23556         Log: Integrate perlio:
23557              
23558              [ 14232]
23559              Win32 fixes:
23560              - vmem.h hack to handle free-by-wrong-thread after eval "".
23561              - Initialize timerid 
23562      Branch: perl
23563           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
23564 ____________________________________________________________________________
23565 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
23566         Log: Subject: Re: HiRes
23567              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23568              Date: Sun, 13 Jan 2002 10:18:46 +0100
23569              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
23570              
23571              Give up on socketpair in HP-UX.
23572      Branch: perl
23573            ! ext/Socket/socketpair.t
23574 ____________________________________________________________________________
23575 [ 14233] By: nick                                  on 2002/01/13  16:29:30
23576         Log: Integrate mainline
23577      Branch: perlio
23578           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
23579           !> (integrate 46 files)
23580 ____________________________________________________________________________
23581 [ 14232] By: nick                                  on 2002/01/13  15:37:48
23582         Log: Win32 fixes:
23583              - vmem.h hack to handle free-by-wrong-thread after eval "".
23584              - Initialize timerid 
23585      Branch: perlio
23586            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
23587 ____________________________________________________________________________
23588 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
23589         Log: *groan*
23590      Branch: perl
23591            ! t/op/pat.t
23592 ____________________________________________________________________________
23593 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
23594         Log: One more sharp s case found by Jeffrey.
23595      Branch: perl
23596            ! regexec.c t/op/pat.t
23597 ____________________________________________________________________________
23598 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
23599         Log: Comment tweak.
23600      Branch: perl
23601            ! regexec.c
23602 ____________________________________________________________________________
23603 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
23604         Log: Don't bother checking for the Greek special
23605              cases if the node is too short.
23606      Branch: perl
23607            ! regcomp.c
23608 ____________________________________________________________________________
23609 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
23610         Log: Update Changes.
23611      Branch: perl
23612            ! Changes patchlevel.h
23613 ____________________________________________________________________________
23614 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
23615         Log: metaconfig unit change for #14225.
23616      Branch: metaconfig
23617            + U/modified/i_ndbm.U
23618 ____________________________________________________________________________
23619 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
23620         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
23621              From: Jonathan Stowe <gellyfish@gellyfish.com>
23622              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
23623              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
23624      Branch: perl
23625            ! Configure config_h.SH
23626 ____________________________________________________________________________
23627 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
23628         Log: Quick reformat using indent -kr -nce, as requested
23629              by Dan Kogai and suggest by NI-S.
23630      Branch: perl
23631            ! ext/Encode/encengine.c
23632 ____________________________________________________________________________
23633 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
23634         Log: Couple more Unicode lookbehind tests.
23635      Branch: perl
23636            ! t/op/pat.t
23637 ____________________________________________________________________________
23638 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
23639         Log: Sharp S as a special treat for our German UTF-8 testers :-)
23640      Branch: perl
23641            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
23642 ____________________________________________________________________________
23643 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
23644         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
23645              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23646              Date: Sat, 12 Jan 2002 20:37:32 +0100
23647              Message-ID: <3C409E8C.16203.196C2D3@localhost>
23648      Branch: perl
23649            ! ext/B/B/Deparse.pm
23650 ____________________________________________________________________________
23651 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
23652         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
23653              really worth the bits it's printed on?
23654      Branch: perl
23655            ! lib/ExtUtils/t/MM_Unix.t
23656 ____________________________________________________________________________
23657 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
23658         Log: Special treatment for U+03B0 and U+0390 in //i,
23659              this means that we can remove the minlen pessimisations
23660              introduced by the #14096.
23661      Branch: perl
23662            ! pp_hot.c regcomp.c regexec.c
23663 ____________________________________________________________________________
23664 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
23665         Log: Integrate perlio:
23666              
23667              [ 14214]
23668              Win32-ize socketpair test
23669              - Win32 can fork even though $Config{d_fork} is undef
23670              - SOCK_DGRAM does not work - skip those tests.
23671              
23672              [ 14213]
23673              Abstract out the cloning of SvPVX and handle shared pv in a 
23674              safe (if suboptimal) manner. Does not fix op/fork.t :-(
23675      Branch: perl
23676           !> ext/Socket/socketpair.t sv.c
23677 ____________________________________________________________________________
23678 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
23679         Log: One should first drop the real uid, not the effective uid.
23680              [ID 20020110.003]
23681      Branch: perl
23682            ! utils/perldoc.PL
23683 ____________________________________________________________________________
23684 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
23685         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
23686              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23687              Date: Fri, 11 Jan 2002 23:29:48 +0100
23688              Message-ID: <3C3F756C.4581.2E2A938@localhost>
23689      Branch: perl
23690            + ext/B/C/C.xs ext/B/C/Makefile.PL
23691            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
23692            ! utils/perlcc.PL
23693 ____________________________________________________________________________
23694 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
23695         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
23696              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
23697              Date: Fri, 11 Jan 2002 14:29:30 -0800
23698              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
23699      Branch: perl
23700            ! ext/B/t/concise.t
23701 ____________________________________________________________________________
23702 [ 14214] By: nick                                  on 2002/01/12  12:31:12
23703         Log: Win32-ize socketpair test
23704              - Win32 can fork even though $Config{d_fork} is undef
23705              - SOCK_DGRAM does not work - skip those tests.
23706      Branch: perlio
23707            ! ext/Socket/socketpair.t
23708 ____________________________________________________________________________
23709 [ 14213] By: nick                                  on 2002/01/12  11:46:28
23710         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
23711              safe (if suboptimal) manner. Does not fix op/fork.t :-(
23712      Branch: perlio
23713            ! sv.c
23714 ____________________________________________________________________________
23715 [ 14212] By: ams                                   on 2002/01/12  06:10:52
23716         Log: Subject: [PATCH] More fixes for Stratus VOS
23717              From: "Green, Paul" <Paul.Green@stratus.com>
23718              Date: Fri, 11 Jan 2002 17:30:37 -0500
23719              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
23720      Branch: perl
23721            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
23722 ____________________________________________________________________________
23723 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
23724         Log: Upgrade to CGI.pm 2.80.
23725      Branch: perl
23726            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
23727 ____________________________________________________________________________
23728 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
23729         Log: FAQ sync.
23730      Branch: perl
23731            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23732            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23733            ! pod/perlfaq8.pod
23734 ____________________________________________________________________________
23735 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
23736         Log: This is getting embarrassing.
23737      Branch: perl
23738            ! t/op/pat.t
23739 ____________________________________________________________________________
23740 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
23741         Log: Doc tweaks.
23742      Branch: perl
23743            ! pod/perlunicode.pod
23744 ____________________________________________________________________________
23745 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
23746         Log: Updating the test count is good; also rephrasing
23747              so that there is no ok output containing "not".
23748      Branch: perl
23749            ! t/op/pat.t
23750 ____________________________________________________________________________
23751 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
23752         Log: Andreas is busy :-)
23753      Branch: perl
23754            ! doop.c t/op/unisprintf.t
23755 ____________________________________________________________________________
23756 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
23757         Log: Unicode lookbehind looked bad.
23758      Branch: perl
23759            ! regexec.c t/op/pat.t
23760 ____________________________________________________________________________
23761 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
23762         Log: Garbage collection.
23763      Branch: perl
23764            ! t/run/kill_perl.t
23765 ____________________________________________________________________________
23766 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
23767         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
23768              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
23769              Date: Fri, 11 Jan 2002 23:29:48 +0100
23770              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
23771      Branch: perl
23772            ! embed.fnc global.sym makedef.pl
23773 ____________________________________________________________________________
23774 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
23775         Log: Subject: [PATCH] perldelta nit?
23776              From: Robert Spier <rspier@pobox.com>
23777              Date: Fri, 11 Jan 2002 15:19:16 -0800
23778              Message-ID: <15423.29428.164185.251700@rls.cx>
23779      Branch: perl
23780            ! pod/perldelta.pod
23781 ____________________________________________________________________________
23782 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
23783         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
23784              From: Michael G Schwern <schwern@pobox.com>
23785              Date: Fri, 11 Jan 2002 17:08:17 -0500
23786              Message-ID: <20020111220817.GG2838@blackrider>
23787      Branch: perl
23788            ! t/run/kill_perl.t t/test.pl
23789 ____________________________________________________________________________
23790 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
23791         Log: Subject: [PATCH] Correct misleading error message
23792              From: Mike Guy <mjtg@cam.ac.uk>
23793              Date: Fri, 11 Jan 2002 18:36:33 +0000
23794              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
23795              
23796              hash assignment -> anonymous hash
23797      Branch: perl
23798            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
23799 ____________________________________________________________________________
23800 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
23801         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
23802              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
23803              Date: Fri, 11 Jan 2002 16:58:14 +0100
23804              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
23805      Branch: perl
23806            ! ext/Unicode/Normalize/mkheader
23807 ____________________________________________________________________________
23808 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
23809         Log: Add a new test for is-sprintf-preserving Unicodeness:
23810              #14194 and an old one from kill_perl.t (I could have used
23811              sprintf.t, but it's format was quite fixed, and I didn't
23812              feel like breaking the format)
23813      Branch: perl
23814            + t/op/unisprintf.t
23815            ! MANIFEST t/run/kill_perl.t
23816 ____________________________________________________________________________
23817 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
23818         Log: Integrate perlio:
23819              
23820              [ 14196]
23821              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
23822              as C runtime seems to get its hands on them even though we said
23823              they were handled.
23824              Still an issue with "die" out of signal handler - get panic: pp_iter
23825      Branch: perl
23826           !> win32/win32.c
23827 ____________________________________________________________________________
23828 [ 14196] By: nick                                  on 2002/01/11  20:58:20
23829         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
23830              as C runtime seems to get its hands on them even though we said
23831              they were handled.
23832              Still an issue with "die" out of signal handler - get panic: pp_iter
23833      Branch: perlio
23834            ! win32/win32.c
23835 ____________________________________________________________________________
23836 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
23837         Log: Integrate perlio:
23838              
23839              [ 14192]
23840              A mostly-stable version of "new" Win32 signal/kill support.
23841      Branch: perl
23842           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
23843           !> win32/config.gc win32/config.vc win32/config_H.bc
23844           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
23845           !> win32/makefile.mk win32/win32.c win32/win32.h
23846 ____________________________________________________________________________
23847 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
23848         Log: Fix for
23849              
23850              Subject: UTF-8 sprintf bug in bleadperl
23851              From: andreas.koenig@anima.de (Andreas J. Koenig)
23852              Date: 11 Jan 2002 15:47:15 +0100
23853              Message-ID: <m3vge99c7g.fsf@anima.de>
23854              
23855              I have tests, have just to figure out where to put them
23856              since op/sprintf looks a bit unfriendly for tests of
23857              somewhat freer form.
23858      Branch: perl
23859            ! doop.c sv.c
23860 ____________________________________________________________________________
23861 [ 14193] By: nick                                  on 2002/01/11  18:25:34
23862         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
23863              Builds and passes a few tests.
23864      Branch: perlio
23865           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
23866           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
23867           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
23868           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
23869           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
23870           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
23871           +> t/lib/sample-tests/lone_not_bug
23872           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
23873           +> t/lib/sample-tests/vms_nit
23874           !> (integrate 63 files)
23875 ____________________________________________________________________________
23876 [ 14192] By: nick                                  on 2002/01/11  17:49:39
23877         Log: A mostly-stable version of "new" Win32 signal/kill support.
23878      Branch: perlio
23879            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
23880            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23881            ! win32/config_h.PL win32/makefile.mk win32/win32.c
23882            ! win32/win32.h
23883 ____________________________________________________________________________
23884 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
23885         Log: Update Changes.
23886      Branch: perl
23887            ! Changes patchlevel.h
23888 ____________________________________________________________________________
23889 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
23890         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
23891              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23892              Date: Thu, 10 Jan 2002 18:21:34 -0800
23893              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
23894      Branch: perl
23895            + ext/B/t/concise.t
23896            ! MANIFEST
23897 ____________________________________________________________________________
23898 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
23899         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
23900              necessary in form.t and html.t @INC setups.
23901      Branch: perl
23902            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
23903 ____________________________________________________________________________
23904 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
23905         Log: Yet another twist.
23906      Branch: perl
23907            ! t/test.pl
23908 ____________________________________________________________________________
23909 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
23910         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
23911              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23912              Date: Fri, 11 Jan 2002 13:04:15 +0100      
23913              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
23914      Branch: perl
23915            ! hints/aix.sh
23916 ____________________________________________________________________________
23917 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
23918         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
23919              From: Jonathan Stowe <gellyfish@gellyfish.com> 
23920              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
23921              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
23922      Branch: perl
23923            ! lib/AnyDBM_File.t
23924 ____________________________________________________________________________
23925 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
23926         Log: Arguments were being mangled.
23927      Branch: perl
23928            ! t/test.pl
23929 ____________________________________________________________________________
23930 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
23931         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
23932              From: Jonathan Stowe <gellyfish@gellyfish.com>
23933              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
23934              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
23935      Branch: perl
23936            ! lib/AnyDBM_File.t
23937 ____________________________________________________________________________
23938 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
23939         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
23940              From: Michael G Schwern <schwern@pobox.com> 
23941              Date: Fri, 11 Jan 2002 04:26:27 -0500
23942              Message-ID: <20020111092626.GA16544@blackrider>
23943      Branch: perl
23944            ! t/run/kill_perl.t t/test.pl
23945 ____________________________________________________________________________
23946 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
23947         Log: Subject: [PATCH] Test::Harness 2.01
23948              From: Michael G Schwern <schwern@pobox.com> 
23949              Date: Thu, 10 Jan 2002 21:11:24 -0500
23950              Message-ID: <20020111021123.GA30666@blackrider>
23951      Branch: perl
23952            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
23953            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
23954            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
23955            + lib/Test/Harness/t/nonumbers.t
23956            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
23957            + t/lib/sample-tests/lone_not_bug
23958            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
23959            + t/lib/sample-tests/vms_nit
23960            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
23961            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
23962 ____________________________________________________________________________
23963 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
23964         Log: patch is silly when creating new files: don't run
23965              patch more than once.
23966      Branch: perl
23967            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
23968 ____________________________________________________________________________
23969 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
23970         Log: Forgot from #14179.
23971      Branch: perl
23972            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
23973 ____________________________________________________________________________
23974 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
23975         Log: Subject: [PATCH] is() undef/'' behavior change
23976              From: Michael G Schwern <schwern@pobox.com> 
23977              Date: Fri, 11 Jan 2002 03:35:51 -0500
23978              Message-ID: <20020111083551.GC30666@blackrider>
23979              
23980              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
23981              From: Michael G Schwern <schwern@pobox.com> 
23982              Date: Fri, 11 Jan 2002 03:37:44 -0500
23983              Message-ID: <20020111083744.GD30666@blackrider>
23984      Branch: perl
23985            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
23986            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
23987            ! lib/Pod/t/InputObjects.t lib/blib.t
23988 ____________________________________________________________________________
23989 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
23990         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
23991              From: Michael G Schwern <schwern@pobox.com> 
23992              Date: Thu, 10 Jan 2002 19:56:23 -0500
23993              Message-ID: <20020111005623.GA13192@blackrider>
23994      Branch: perl
23995            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
23996            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
23997            ! lib/Test/Simple.pm lib/Test/Simple/Changes
23998            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
23999            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
24000            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
24001            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
24002            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
24003            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
24004            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
24005            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
24006            ! lib/Test/Simple/t/plan_is_noplan.t
24007            ! lib/Test/Simple/t/plan_no_plan.t
24008            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
24009            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
24010            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
24011            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
24012            ! lib/Test/Tutorial.pod
24013 ____________________________________________________________________________
24014 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
24015         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
24016              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
24017              
24018              turns out even the malloc() was never really needed to begin with,
24019              so get rid of it
24020      Branch: perl
24021            ! sv.c
24022 ____________________________________________________________________________
24023 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
24024         Log: Small doc tweaks.
24025      Branch: perl
24026            ! pod/perluniintro.pod
24027 ____________________________________________________________________________
24028 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
24029         Log: support using the CRT's malloc() family of functions instead of
24030              the internal one when ithreads is enabled; allocate large blocks
24031              using VirtualAlloc() since the Heap*() functions may only be tuned
24032              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
24033              
24034              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
24035              also see comments at the top of win32/vmem.h for other options that
24036              can be set
24037      Branch: perl
24038            ! win32/vmem.h
24039 ____________________________________________________________________________
24040 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
24041         Log: Subject: micropatch
24042              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24043              Date: Thu, 10 Jan 2002 18:20:58 +0000
24044              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
24045      Branch: perl
24046            ! regcomp.c
24047 ____________________________________________________________________________
24048 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
24049         Log: Subject: [PATCH] Embed.t on Win32
24050              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24051              Date: Thu, 10 Jan 2002 18:56:21 +0100
24052              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
24053      Branch: perl
24054            ! lib/ExtUtils/t/Embed.t
24055 ____________________________________________________________________________
24056 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
24057         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
24058              From: Gisle Aas <gisle@ActiveState.com>
24059              Date: 10 Jan 2002 08:56:05 -0800
24060              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
24061      Branch: perl
24062            ! toke.c
24063 ____________________________________________________________________________
24064 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
24065         Log: Subject: [PATCH] doc fixes
24066              From: "Brendan O'Dea" <bod@debian.org>
24067              Date: Fri, 11 Jan 2002 03:49:54 +1100
24068              Message-ID: <20020110164954.GA21891@compusol.com.au>
24069      Branch: perl
24070            ! lib/I18N/Collate.pm pod/perlfunc.pod
24071 ____________________________________________________________________________
24072 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
24073         Log: Integrate perlio:
24074              
24075              [ 14167]
24076              More signal hackery
24077      Branch: perl
24078           !> win32/win32.c
24079 ____________________________________________________________________________
24080 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
24081         Log: No need to show internal encodings, or return them
24082              in random order.
24083      Branch: perl
24084            ! ext/Encode/Encode.pm
24085 ____________________________________________________________________________
24086 [ 14168] By: nick                                  on 2002/01/10  17:33:31
24087         Log: Integrate mainline
24088      Branch: perlio
24089            - ext/Unicode/Normalize/Normalize.pod
24090           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
24091           !> ext/Unicode/Normalize/Makefile.PL
24092           !> ext/Unicode/Normalize/Normalize.pm
24093           !> ext/Unicode/Normalize/Normalize.xs
24094           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
24095           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
24096           !> t/run/kill_perl.t toke.c
24097 ____________________________________________________________________________
24098 [ 14167] By: nick                                  on 2002/01/10  17:08:35
24099         Log: More signal hackery
24100      Branch: perlio
24101            ! win32/win32.c
24102 ____________________________________________________________________________
24103 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
24104         Log: I think we can claim to be supporting Unicode
24105              "loose matching" now.
24106      Branch: perl
24107            ! pod/perlunicode.pod
24108 ____________________________________________________________________________
24109 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
24110         Log: Subject: doc patch
24111              From: mjd@plover.com
24112              Date: 10 Jan 2002 15:12:27 -0000
24113              Message-ID: <20020110151227.14850.qmail@plover.com>
24114      Branch: perl
24115            ! pod/perlrun.pod
24116 ____________________________________________________________________________
24117 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
24118         Log: Subject: Re: [ID 20011223.001] accept leaks memory
24119              From: Andy Dougherty <doughera@lafayette.edu>
24120              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
24121              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
24122      Branch: perl
24123            ! hints/linux.sh
24124 ____________________________________________________________________________
24125 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
24126         Log: Integrate perlio:
24127              
24128              [ 14160]
24129              Skeleton coding of more kill() support on Win32.
24130      Branch: perl
24131           !> win32/win32.c
24132 ____________________________________________________________________________
24133 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
24134         Log: Subject: [PATCH] Magic numbers in B::Concise
24135              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
24136              Date: Wed, 9 Jan 2002 23:04:01 -0800
24137              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
24138      Branch: perl
24139            ! ext/B/B/Concise.pm ext/B/O.pm
24140 ____________________________________________________________________________
24141 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
24142         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
24143              From: Gisle Aas <gisle@ActiveState.com>
24144              Date: 09 Jan 2002 21:52:40 -0800
24145              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
24146      Branch: perl
24147            ! t/lib/strict/vars toke.c
24148 ____________________________________________________________________________
24149 [ 14160] By: nick                                  on 2002/01/09  21:29:39
24150         Log: Skeleton coding of more kill() support on Win32.
24151      Branch: perlio
24152            ! win32/win32.c
24153 ____________________________________________________________________________
24154 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
24155         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
24156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24157              Date: Wed, 9 Jan 2002 23:24:32 +0100
24158              Message-ID: <20020109232432.A692@rafael>
24159      Branch: perl
24160            ! ext/B/B/Deparse.pm
24161 ____________________________________________________________________________
24162 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
24163         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
24164              From: Jonathan Stowe <gellyfish@gellyfish.com>
24165              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
24166              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
24167      Branch: perl
24168            ! t/run/kill_perl.t
24169 ____________________________________________________________________________
24170 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
24171         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
24172              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24173              Date: Wed, 09 Jan 2002 20:16:54 +0000
24174              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
24175      Branch: perl
24176            ! regexec.c
24177 ____________________________________________________________________________
24178 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
24179         Log: Subject: [Patch @14129] fixes Unicode::Normalize
24180              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24181              Date: Thu, 10 Jan 2002 01:08:56 +0900
24182              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
24183      Branch: perl
24184            - ext/Unicode/Normalize/Normalize.pod
24185            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
24186            ! ext/Unicode/Normalize/Normalize.pm
24187            ! ext/Unicode/Normalize/Normalize.xs
24188            ! ext/Unicode/Normalize/mkheader
24189 ____________________________________________________________________________
24190 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
24191         Log: Integrate perlio:
24192              
24193              [ 14151]
24194              (Re-)implement alarm() for Win32.
24195      Branch: perl
24196           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
24197           !> win32/win32iop.h
24198 ____________________________________________________________________________
24199 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
24200         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
24201              From: Nicholas Clark <nick@unfortu.net>
24202              Date: Wed, 9 Jan 2002 17:56:04 +0000
24203              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
24204      Branch: perl
24205            ! t/op/readdir.t
24206 ____________________________________________________________________________
24207 [ 14153] By: nick                                  on 2002/01/09  16:18:57
24208         Log: Integrate mainline
24209      Branch: perlio
24210           +> ext/threads/t/stress_re.t t/op/unifold.t
24211            - lib/unifold.t
24212           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
24213           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
24214           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
24215 ____________________________________________________________________________
24216 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
24217         Log: Update Changes.
24218      Branch: perl
24219            ! Changes patchlevel.h
24220 ____________________________________________________________________________
24221 [ 14151] By: nick                                  on 2002/01/09  14:27:36
24222         Log: (Re-)implement alarm() for Win32.
24223      Branch: perlio
24224            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
24225            ! win32/win32iop.h
24226 ____________________________________________________________________________
24227 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
24228         Log: Thinko.
24229      Branch: perl
24230            ! ext/threads/t/stress_re.t
24231 ____________________________________________________________________________
24232 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
24233         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
24234              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24235              Date: Wed, 09 Jan 2002 13:37:17 +0000                
24236              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
24237      Branch: perl
24238            ! regexec.c t/op/re_tests
24239 ____________________________________________________________________________
24240 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
24241         Log: Subject: Re: Weird Malformed warning in bleadperl    
24242              From: andreas.koenig@anima.de (Andreas J. Koenig)    
24243              Date: 09 Jan 2002 11:12:37 +0100
24244              Message-ID: <m3itabbzoq.fsf@anima.de>
24245      Branch: perl
24246            ! regexec.c t/op/pat.t
24247 ____________________________________________________________________________
24248 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
24249         Log: Forgot stress_re.t from MANIFEST.
24250      Branch: perl
24251            ! MANIFEST
24252 ____________________________________________________________________________
24253 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
24254         Log: In dumping use isPRINT() instead of isprint() so that locale
24255              does not come into play.
24256      Branch: perl
24257            ! utf8.c
24258 ____________________________________________________________________________
24259 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
24260         Log: Add a threads stress test for regular expressions
24261              (mostly just a modified stress_string.t) and doesn't
24262              test that much of regular expressions, just that $1
24263              doesn't get stomped by competing threads (as it does
24264              in the 5005threads of old).
24265      Branch: perl
24266            + ext/threads/t/stress_re.t
24267            ! MANIFEST
24268 ____________________________________________________________________________
24269 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
24270         Log: (retracted by #14307)
24271              Subject: Re: [ID 20010912.007] substr reference core dump
24272              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24273              Date: Tue, 08 Jan 2002 19:17:50 +0000
24274              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
24275      Branch: perl
24276            ! scope.c t/run/kill_perl.t
24277 ____________________________________________________________________________
24278 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
24279         Log: SANY (. with /s) wasn't happy on Unicode.
24280      Branch: perl
24281            ! regexec.c t/op/pat.t
24282 ____________________________________________________________________________
24283 [ 14142] By: ams                                   on 2002/01/08  22:42:10
24284         Log: Subject: [PATCH] perldebug nit
24285              From: Tels <tels@bloodgate.com>
24286              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
24287      Branch: perl
24288            ! pod/perldebug.pod
24289 ____________________________________________________________________________
24290 [ 14141] By: ams                                   on 2002/01/08  21:32:59
24291         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
24292              From: "Green, Paul" <Paul.Green@stratus.com>
24293              Date: Tue, 8 Jan 2002 17:31:35 -0500
24294              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
24295      Branch: perl
24296            ! Makefile.SH
24297 ____________________________________________________________________________
24298 [ 14140] By: ams                                   on 2002/01/08  21:27:57
24299         Log: Subject: [PATCH] Re: Slight chokage from Deparse
24300              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24301              Date: Tue, 8 Jan 2002 23:04:45 +0100
24302              Message-Id: <20020108230445.A4798@rafael>
24303      Branch: perl
24304            ! ext/B/B/Deparse.pm
24305 ____________________________________________________________________________
24306 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
24307         Log: Subject: [patch] peep() is rude
24308              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
24309              Date: Tue, 08 Jan 2002 19:17:50 +0000            
24310              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
24311      Branch: perl
24312            ! op.c t/run/kill_perl.t
24313 ____________________________________________________________________________
24314 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
24315         Log: unifold is really an op test since it requires
24316              no external modules for its actual testing:
24317              only the unicore CaseFold.txt file, and File::Spec
24318              to portably access that file.
24319      Branch: perl
24320            + t/op/unifold.t
24321            - lib/unifold.t
24322            ! MANIFEST
24323 ____________________________________________________________________________
24324 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
24325         Log: Subject: [patch] save a test 
24326              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24327              Date: Tue, 08 Jan 2002 16:18:47 +0000
24328              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
24329      Branch: perl
24330            ! regcomp.c
24331 ____________________________________________________________________________
24332 [ 14136] By: nick                                  on 2002/01/08  16:11:55
24333         Log: Integrate mainline
24334      Branch: perlio
24335           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
24336           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
24337           !> (integrate 37 files)
24338 ____________________________________________________________________________
24339 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
24340         Log: Subject: Not OK 13843 
24341              From: andreas.koenig@anima.de (Andreas J. Koenig)
24342              Date: 08 Jan 2002 14:12:29 +0100
24343              Message-ID: <m38zb9c7gi.fsf@anima.de>
24344      Branch: perl
24345            ! op.c t/op/subst.t
24346 ____________________________________________________________________________
24347 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
24348         Log: Missed one variant of the fold testing, noticed bu Hugo.
24349      Branch: perl
24350            ! lib/unifold.t
24351 ____________________________________________________________________________
24352 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
24353         Log: Enchance the Storable magic description.
24354      Branch: perl
24355            ! ext/Storable/Storable.pm
24356 ____________________________________________________________________________
24357 [ 14132] By: ams                                   on 2002/01/08  09:16:12
24358         Log: Subject: [PATCH] don't installperl pods
24359              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24360              Date: Tue, 08 Jan 2002 10:36:01 +0100
24361              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
24362      Branch: perl
24363            ! installperl
24364 ____________________________________________________________________________
24365 [ 14131] By: ams                                   on 2002/01/08  03:38:40
24366         Log: Subject: Math-BigInt v1.49 released
24367              From: Tels <perl_dummy@bloodgate.com>
24368              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
24369      Branch: perl
24370            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
24371            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
24372            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24373            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
24374            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
24375            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
24376            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
24377            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
24378            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
24379            ! t/lib/Math/BigInt/Subclass.pm
24380 ____________________________________________________________________________
24381 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
24382         Log: A little better comments.
24383      Branch: perl
24384            ! regexec.c
24385 ____________________________________________________________________________
24386 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
24387         Log: No normalization form DNF.
24388      Branch: perl
24389            ! ext/Unicode/Normalize/Normalize.pm
24390 ____________________________________________________________________________
24391 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
24392         Log: Extension nits found by -Wall (several from threads
24393              and threads::shared, but leaving them to Arthur).
24394      Branch: perl
24395            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
24396            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
24397            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
24398            ! ext/Unicode/Normalize/mkheader x2p/str.c
24399 ____________________________________________________________________________
24400 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
24401         Log: Sync up Changes etc.
24402      Branch: maint-5.6/macperl
24403            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
24404 ____________________________________________________________________________
24405 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
24406         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
24407      Branch: maint-5.6/macperl
24408            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
24409 ____________________________________________________________________________
24410 [ 14125] By: ams                                   on 2002/01/07  22:03:22
24411         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
24412              From: Nicholas Clark (sans From field in mail header)
24413              Date: Mon, 7 Jan 2002 16:18:23 +0000
24414              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
24415      Branch: perl
24416            ! lib/Exporter.pm
24417 ____________________________________________________________________________
24418 [ 14124] By: ams                                   on 2002/01/07  21:46:11
24419         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
24420              From: "Green, Paul" <Paul.Green@stratus.com>
24421              Date: Mon, 7 Jan 2002 16:59:38 -0500
24422              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
24423      Branch: perl
24424            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
24425 ____________________________________________________________________________
24426 [ 14123] By: nick                                  on 2002/01/07  18:49:55
24427         Log: Integrate mainline
24428      Branch: perlio
24429           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
24430           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
24431           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
24432           !> regexec.c t/op/re_tests utf8.c utf8.h
24433 ____________________________________________________________________________
24434 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
24435         Log: Update Changes.
24436      Branch: perl
24437            ! Changes patchlevel.h
24438 ____________________________________________________________________________
24439 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
24440         Log: Subject: [PATCH] Correct module name in perldelta*
24441              From: Mike Guy <mjtg@cam.ac.uk>
24442              Date: Mon, 07 Jan 2002 17:02:43 +0000
24443              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
24444      Branch: perl
24445            ! pod/perl561delta.pod pod/perl56delta.pod
24446 ____________________________________________________________________________
24447 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
24448         Log: AUTHORS update.
24449      Branch: perl
24450            ! AUTHORS
24451 ____________________________________________________________________________
24452 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
24453         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
24454      Branch: perl
24455            ! ext/Storable/Storable.pm
24456 ____________________________________________________________________________
24457 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
24458         Log: perldelta updates.
24459      Branch: perl
24460            ! pod/perldelta.pod
24461 ____________________________________________________________________________
24462 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
24463         Log: Document the flags of pv_uni_display().
24464      Branch: perl
24465            ! pod/perlapi.pod utf8.c
24466 ____________________________________________________________________________
24467 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
24468         Log: Forgot from #14115.
24469      Branch: perl
24470            ! t/op/re_tests
24471 ____________________________________________________________________________
24472 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
24473         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
24474              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24475              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
24476              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
24477      Branch: perl
24478            ! regcomp.c
24479 ____________________________________________________________________________
24480 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
24481         Log: More regex and utf8 debug dumping.
24482      Branch: perl
24483            ! dump.c regcomp.c regexec.c utf8.c utf8.h
24484 ____________________________________________________________________________
24485 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
24486         Log: Unused variable.
24487      Branch: perl
24488            ! regcomp.c
24489 ____________________________________________________________________________
24490 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
24491         Log: Regen toc.
24492      Branch: perl
24493            ! pod/perltoc.pod
24494 ____________________________________________________________________________
24495 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
24496         Log: capitalize correctly, noticed by David Dyck.
24497      Branch: perl
24498            ! lib/sort.pm
24499 ____________________________________________________________________________
24500 [ 14110] By: nick                                  on 2002/01/06  22:05:19
24501         Log: Integrate mainline - threads mended, DB_File sick?
24502      Branch: perlio
24503           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
24504           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24505           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
24506           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
24507           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
24508 ____________________________________________________________________________
24509 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
24510         Log: No need to overqualify.
24511      Branch: perl
24512            ! lib/sort.pm
24513 ____________________________________________________________________________
24514 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
24515         Log: PL_debug_pad wasn't initialized to zeroes which broke
24516              ithreads + DEBUGGING.
24517      Branch: perl
24518            ! sv.c
24519 ____________________________________________________________________________
24520 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
24521         Log: Update Changes.
24522      Branch: perl
24523            ! Changes patchlevel.h
24524 ____________________________________________________________________________
24525 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
24526         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
24527              From: Jonathan Stowe <gellyfish@gellyfish.com>
24528              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
24529              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
24530      Branch: perl
24531            ! pp_sys.c
24532 ____________________________________________________________________________
24533 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
24534         Log: DB_File sync from Paul Marquess.
24535      Branch: perl
24536            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24537            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
24538            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
24539 ____________________________________________________________________________
24540 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
24541         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
24542              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
24543              Date: Sun, 6 Jan 2002 11:44:30 +0100
24544              Message-ID: <3C38389E.7831.493570@localhost>
24545      Branch: perl
24546            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
24547            ! utils/perlcc.PL
24548 ____________________________________________________________________________
24549 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
24550         Log: Tests for #14098.
24551      Branch: perl
24552            ! t/op/lc.t
24553 ____________________________________________________________________________
24554 [ 14102] By: nick                                  on 2002/01/06  11:33:55
24555         Log: Integrate mainline (PPPort still multi-building).
24556      Branch: perlio
24557           +> lib/unifold.t
24558           !> (integrate 30 files)
24559 ____________________________________________________________________________
24560 [ 14101] By: ams                                   on 2002/01/06  04:52:50
24561         Log: Subject: [PATCH] Bad prototype detection now an optional warning
24562              From: Sam Tregar <sam@tregar.com>
24563              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
24564              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
24565      Branch: perl
24566            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
24567            ! t/comp/proto.t toke.c
24568 ____________________________________________________________________________
24569 [ 14100] By: ams                                   on 2002/01/06  01:56:59
24570         Log: Subject: [PATCH] Correct several Stratus VOS build issues
24571              From: "Green, Paul" <Paul.Green@stratus.com>
24572              Date: Sat, 5 Jan 2002 21:30:56 -0500
24573              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
24574      Branch: perl
24575            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
24576 ____________________________________________________________________________
24577 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
24578         Log: Further perl.org URL elaboration from Ask.
24579      Branch: perl
24580            ! pod/perlfaq1.pod pod/perlfaq2.pod
24581 ____________________________________________________________________________
24582 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
24583         Log: The same problem with To{Lower,Title,Upper}
24584              as earlier with ToFold.
24585      Branch: perl
24586            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24587            ! lib/unicore/To/Upper.pl lib/unicore/mktables
24588 ____________________________________________________________________________
24589 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
24590         Log: Retract #14057 for now; the alarm/setitimer timers
24591              seen to be the same in many systems, which leads into
24592              hangups.
24593      Branch: perl
24594            ! ext/Time/HiRes/HiRes.t
24595 ____________________________________________________________________________
24596 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
24597         Log: Finish up (ha!) the Unicode case folding;
24598              enhance regex dumping code.
24599      Branch: perl
24600            + lib/unifold.t
24601            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
24602            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
24603 ____________________________________________________________________________
24604 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
24605         Log: Use the perl.org news gw instead of the perl.com one
24606              (from Ask).
24607      Branch: perl
24608            ! pod/perlfaq1.pod pod/perlfaq2.pod
24609 ____________________________________________________________________________
24610 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
24611         Log: Zero() wasn't documented.
24612      Branch: perl
24613            ! pod/perlclib.pod
24614 ____________________________________________________________________________
24615 [ 14093] By: ams                                   on 2002/01/05  17:58:35
24616         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
24617              From: Nicholas Clark <nick@unfortu.net>
24618              Date: Sat, 5 Jan 2002 18:55:39 +0000
24619              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
24620      Branch: perl
24621            ! lib/Memoize/t/tie_ndbm.t
24622 ____________________________________________________________________________
24623 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
24624         Log: Also UNICOS/mk has deviant socketpair().
24625      Branch: perl
24626            ! ext/Socket/socketpair.t
24627 ____________________________________________________________________________
24628 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
24629         Log: Ooops.  Retract the regex parts of #14090.
24630      Branch: perl
24631            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
24632 ____________________________________________________________________________
24633 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
24634         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
24635              From: Nicholas Clark <nick@unfortu.net> 
24636              Date: Sat, 5 Jan 2002 18:10:13 +0000
24637              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
24638      Branch: perl
24639            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
24640            ! regcomp.h regexec.c
24641 ____________________________________________________________________________
24642 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
24643         Log: Integrate perlio:
24644              
24645              [ 14088]
24646              One missing aTHX_
24647      Branch: perl
24648           !> op.c
24649 ____________________________________________________________________________
24650 [ 14088] By: nick                                  on 2002/01/05  12:35:01
24651         Log: One missing aTHX_
24652      Branch: perlio
24653            ! op.c
24654 ____________________________________________________________________________
24655 [ 14087] By: nick                                  on 2002/01/05  12:00:48
24656         Log: Raw integrate of mainline - op.c looks dodgy.
24657      Branch: perlio
24658           +> lib/Pod/t/Functions.t t/op/winsystem.t
24659            - lib/File/Spec/NW5.pm t/op/system.t
24660           !> (integrate 77 files)
24661 ____________________________________________________________________________
24662 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
24663         Log: integrate changes from maint-5.6/macperl branch
24664      Branch: maint-5.6/perl
24665           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
24666           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
24667 ____________________________________________________________________________
24668 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
24669         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
24670              found by Marc Lehmann.
24671      Branch: perl
24672            ! pp.c
24673 ____________________________________________________________________________
24674 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
24675         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
24676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24677              Date: Sat, 5 Jan 2002 00:31:12 +0100
24678              Message-ID: <20020105003112.E1850@rafael>              
24679      Branch: perl
24680            ! t/comp/proto.t
24681 ____________________________________________________________________________
24682 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
24683         Log: A bit of "perl.com" cleanup.
24684      Branch: perl
24685            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
24686            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
24687            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
24688            ! pod/perlmodlib.PL pod/perlmodlib.pod
24689 ____________________________________________________________________________
24690 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
24691         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
24692              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24693              Date: Fri, 4 Jan 2002 23:35:19 +0100
24694              Message-ID: <20020104233519.A1850@rafael>
24695      Branch: perl
24696            ! op.c
24697 ____________________________________________________________________________
24698 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
24699         Log: Integrate change #14062 from macperl;
24700              Define setbuf, setvbuf for Mac OS
24701      Branch: perl
24702           !> ext/IO/IO.xs
24703 ____________________________________________________________________________
24704 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
24705         Log: Bump version, update Changes
24706      Branch: maint-5.6/macperl
24707            ! macos/Changes macos/MPVersion.r
24708 ____________________________________________________________________________
24709 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
24710         Log: Add more droplets
24711      Branch: maint-5.6/macperl
24712            + macos/macperl/Droplets/gluedialect.plx
24713            + macos/macperl/Droplets/glueedit.plx
24714            + macos/macperl/Droplets/gluemac.plx
24715            + macos/macperl/Droplets/gluescriptadds.plx
24716            + macos/macperl/Droplets/installme.plx
24717            + macos/macperl/Droplets/show_glue_pods.plx
24718            + macos/macperl/Droplets/tarzipme.plx
24719            + macos/macperl/Droplets/untarzipme.plx
24720 ____________________________________________________________________________
24721 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
24722         Log: Display the native pwd command.
24723      Branch: perl
24724            ! ext/Cwd/t/cwd.t
24725 ____________________________________________________________________________
24726 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
24727         Log: Under Mac OS X /dev/stdout is normally a symlink,
24728              but when running the test it seems to become a socket.
24729              So let's extend our censorship.
24730      Branch: perl
24731            ! t/op/stat.t
24732 ____________________________________________________________________________
24733 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
24734         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
24735      Branch: maint-5.6/macperl
24736            + macos/HandleSocket.cp
24737            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
24738            ! macos/macperl.sym
24739 ____________________________________________________________________________
24740 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
24741         Log: Doc updates
24742      Branch: maint-5.6/macperl
24743            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
24744 ____________________________________________________________________________
24745 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
24746         Log: Update libraries
24747      Branch: maint-5.6/macperl
24748            ! macos/macperl/Makefile.mk
24749 ____________________________________________________________________________
24750 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
24751         Log: Update tests to Mac::StandardFile from StandardFile.pl,
24752              plus other fixes
24753      Branch: maint-5.6/macperl
24754            ! macos/ext/Mac/Menus/t/MenuBar.t
24755            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
24756            ! macos/ext/Mac/Movies/t/PlayMovie.t
24757            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
24758            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
24759            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
24760            ! macos/ext/Mac/Resources/t/Resources.t
24761 ____________________________________________________________________________
24762 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
24763         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
24764      Branch: maint-5.6/macperl
24765            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
24766            ! macos/ext/Mac/Movies/Movies.xs
24767            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
24768            ! macos/ext/Mac/StandardFile/StandardFile.xs
24769            ! macos/ext/Mac/Windows/Windows.xs
24770 ____________________________________________________________________________
24771 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
24772         Log: Updates for Universal Headers 3.4 (forgot one)
24773      Branch: maint-5.6/macperl
24774            ! macos/macperl/MPConsole.cp
24775 ____________________________________________________________________________
24776 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
24777         Log: Updates for Universal Headers 3.4
24778      Branch: maint-5.6/macperl
24779            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
24780            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
24781            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
24782            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
24783            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
24784            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
24785            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
24786            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
24787            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
24788 ____________________________________________________________________________
24789 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
24790         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
24791              from <200112112327.JAA25434@gpo.metropolis.net.au>;
24792              don't crash on quit for 68K (MacPerl Bug #490013)
24793      Branch: maint-5.6/macperl
24794            ! macos/macish.c macos/macperl/MPConsole.cp
24795 ____________________________________________________________________________
24796 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
24797         Log: If we do have socketpair(), make my_socketpair()
24798              just call the real socketpair().  This way we always
24799              have real code behind my_socketpair() and a symbol
24800              corresponding to the my_socketpair in global.sym.
24801      Branch: perl
24802            ! embed.fnc embed.h makedef.pl proto.h util.c
24803 ____________________________________________________________________________
24804 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
24805         Log: Disable sigaction (MacPerl Bug #470321)
24806      Branch: maint-5.6/macperl
24807            ! macos/config.h macos/config.sh
24808 ____________________________________________________________________________
24809 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
24810         Log: Make GUSI resource work (MacPerl Bug #464638)
24811      Branch: maint-5.6/macperl
24812            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
24813            ! macos/macperl/MacPerl.rsrc
24814 ____________________________________________________________________________
24815 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
24816         Log: Make AutoSplit go a little deeper
24817      Branch: maint-5.6/macperl
24818            ! macos/Makefile.mk
24819 ____________________________________________________________________________
24820 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
24821         Log: A few doc updates from bleadperl
24822      Branch: maint-5.6/macperl
24823            ! pod/perlmodinstall.pod pod/perlport.pod
24824 ____________________________________________________________________________
24825 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
24826         Log: Sync up to latest changes from bleadperl
24827      Branch: maint-5.6/macperl
24828            ! lib/File/Find.pm
24829 ____________________________________________________________________________
24830 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
24831         Log: Define setbuf, setvbuf for Mac OS
24832      Branch: maint-5.6/macperl
24833            ! ext/IO/IO.xs
24834 ____________________________________________________________________________
24835 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
24836         Log: Delete by request of Mark-Jason Dominus (change #13676)
24837      Branch: maint-5.6/macperl
24838            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
24839 ____________________________________________________________________________
24840 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
24841         Log: Spread the good word of "env".
24842      Branch: perl
24843            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
24844 ____________________________________________________________________________
24845 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
24846         Log: Till the system tests do something non-Win*, better rename
24847              the test so that people on other platforms don't get confused.
24848              (Not win32system, because assumedly there's win64, too.)
24849      Branch: perl
24850            + t/op/winsystem.t
24851            - t/op/system.t
24852            ! MANIFEST
24853 ____________________________________________________________________________
24854 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
24855         Log: Some tweaks.
24856      Branch: perl
24857            ! lib/Pod/t/Functions.t
24858 ____________________________________________________________________________
24859 [ 14057] By: ams                                   on 2002/01/04  17:40:31
24860         Log: (retracted by #14057)
24861              
24862              Subject: [PATCH] Time/HiRes/HiRes.t
24863              From: Nicholas Clark <nick@unfortu.net>
24864              Date: Fri, 4 Jan 2002 17:28:46 +0000
24865              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
24866      Branch: perl
24867            ! ext/Time/HiRes/HiRes.t
24868 ____________________________________________________________________________
24869 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
24870         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
24871              From: Abe Timmerman <abe@ztreet.demon.nl>
24872              Date: Fri, 04 Jan 2002 18:42:33 +0100
24873              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
24874      Branch: perl
24875            + lib/Pod/t/Functions.t
24876            ! MANIFEST lib/Pod/Functions.pm
24877 ____________________________________________________________________________
24878 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
24879         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
24880              From: "Craig A. Berry" <craigberry@mac.com>
24881              Date: Thu, 3 Jan 2002 17:32:20 -0600
24882              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
24883      Branch: perl
24884            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
24885 ____________________________________________________________________________
24886 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
24887         Log: Document the U+0085, U+2028, and U+2029.
24888      Branch: perl
24889            ! pod/perlre.pod pod/perlretut.pod
24890 ____________________________________________________________________________
24891 [ 14053] By: ams                                   on 2002/01/04  03:27:44
24892         Log: Subject: [PATCH] warn if not CORE::dump
24893              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24894              Date: Thu, 3 Jan 2002 22:04:00 +0100
24895              Message-Id: <20020103220400.A13958@rafael>
24896      Branch: perl
24897            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
24898 ____________________________________________________________________________
24899 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
24900         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
24901      Branch: perl
24902            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
24903 ____________________________________________________________________________
24904 [ 14051] By: ams                                   on 2002/01/04  03:00:12
24905         Log: Subject: [PATCH] File::Compare::VERSION
24906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24907              Date: Thu, 3 Jan 2002 23:42:52 +0100
24908              Message-Id: <20020103234252.G13958@rafael>
24909      Branch: perl
24910            ! lib/File/Compare.pm
24911 ____________________________________________________________________________
24912 [ 14050] By: ams                                   on 2002/01/04  02:58:05
24913         Log: Subject: [PATCH @14042] threads::shared doc
24914              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
24915              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
24916              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
24917      Branch: perl
24918            ! ext/threads/shared/shared.pm
24919 ____________________________________________________________________________
24920 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
24921         Log: #14048 exposed few false positives, to be fixed soonish.
24922      Branch: perl
24923            ! t/op/pat.t
24924 ____________________________________________________________________________
24925 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
24926         Log: Do not add the first characters of multicharacter foldings
24927              into character classes.
24928      Branch: perl
24929            ! regcomp.c
24930 ____________________________________________________________________________
24931 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
24932         Log: A bit of testing for #14046.
24933      Branch: perl
24934            ! t/op/pat.t
24935 ____________________________________________________________________________
24936 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
24937         Log: Allow emitting the foldcased version of "\x{df}", "ss"
24938              (among others, another example would be \x{fb00} -> "ff")
24939      Branch: perl
24940            ! regcomp.c
24941 ____________________________________________________________________________
24942 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
24943         Log: Subject: [PATCH] File::Spec & NetWare
24944              From: Dave Rolsky <autarch@urth.org>
24945              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
24946              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
24947      Branch: perl
24948            - lib/File/Spec/NW5.pm
24949            ! MANIFEST lib/File/Spec.pm
24950 ____________________________________________________________________________
24951 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
24952         Log: FAQ sync (RCS Ids only?)
24953      Branch: perl
24954            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
24955 ____________________________________________________________________________
24956 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
24957         Log: AUTHORs updates.
24958      Branch: perl
24959            ! AUTHORS
24960 ____________________________________________________________________________
24961 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
24962         Log: Update Changes.
24963      Branch: perl
24964            ! Changes patchlevel.h
24965 ____________________________________________________________________________
24966 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
24967         Log: Missed the =head1 additions.
24968      Branch: perl
24969            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
24970            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
24971            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
24972            ! util.c
24973 ____________________________________________________________________________
24974 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
24975         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
24976              From: Robin Barker <rmb1@cise.npl.co.uk>
24977              Date: Thu, 3 Jan 2002 15:26:20 GMT
24978              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
24979      Branch: perl
24980            ! lib/Carp.t lib/Carp/Heavy.pm
24981 ____________________________________________________________________________
24982 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
24983         Log: Subject: [PATCH hv.c] 
24984              From: Robin Barker <rmb1@cise.npl.co.uk>
24985              Date: Thu, 3 Jan 2002 14:49:06 GMT
24986              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
24987              
24988              -Wformat check.
24989      Branch: perl
24990            ! hv.c
24991 ____________________________________________________________________________
24992 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
24993         Log: NetWare tweaks from Ananth Kesari.
24994      Branch: perl
24995            ! NetWare/t/NWScripts.pl lib/File/Find.pm
24996 ____________________________________________________________________________
24997 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
24998         Log: Cast.
24999      Branch: perl
25000            ! regexec.c
25001 ____________________________________________________________________________
25002 [ 14036] By: ams                                   on 2002/01/03  12:12:31
25003         Log: Grammar fix suggested by Gwyn Judd.
25004      Branch: perl
25005            ! pod/perldiag.pod
25006 ____________________________________________________________________________
25007 [ 14035] By: nick                                  on 2002/01/03  09:22:42
25008         Log: More strange perlio != mainline differences where
25009              I have not been.
25010      Branch: perlio
25011           !> hints/unicos.sh hints/unicosmk.sh
25012 ____________________________________________________________________________
25013 [ 14034] By: nick                                  on 2002/01/03  09:19:37
25014         Log: Integrate mainline (including force integrate of
25015              lib/charnames.pm which had got out-of-step)
25016      Branch: perlio
25017           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
25018 ____________________________________________________________________________
25019 [ 14033] By: ams                                   on 2002/01/03  08:24:24
25020         Log: Subject: Not ok 14031: PPPort Makefile.PL
25021              From: andreas.koenig@anima.de (Andreas J. Koenig)
25022              Date: 03 Jan 2002 10:17:46 +0100
25023              Message-Id: <m3sn9n94jp.fsf@anima.de>
25024      Branch: perl
25025            ! ext/Devel/PPPort/Makefile.PL
25026 ____________________________________________________________________________
25027 [ 14032] By: nick                                  on 2002/01/03  08:24:00
25028         Log: Integrate mainline.
25029      Branch: perlio
25030           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
25031           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
25032           !> (integrate 31 files)
25033 ____________________________________________________________________________
25034 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
25035         Log: Off-by-one is my middle name.
25036      Branch: perl
25037            ! regexec.c
25038 ____________________________________________________________________________
25039 [ 14030] By: ams                                   on 2002/01/02  23:56:37
25040         Log: Subject: [PATCH @14015] threads::shared disabling
25041              From: Andy Bussey <andybussey@yahoo.co.uk>
25042              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
25043              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
25044      Branch: perl
25045            + ext/threads/shared/t/no_share.t
25046            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
25047 ____________________________________________________________________________
25048 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
25049         Log: Simon's new perlapi scheme, I hope I got all the pieces.
25050      Branch: perl
25051            + autodoc.pl embed.fnc
25052            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
25053 ____________________________________________________________________________
25054 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
25055         Log: Integrate perlio:
25056              
25057              [ 14022]
25058              More PPPort Makefile source dependence removal
25059      Branch: perl
25060           !> ext/Devel/PPPort/Makefile.PL perl.h
25061 ____________________________________________________________________________
25062 [ 14027] By: ams                                   on 2002/01/02  21:42:50
25063         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
25064              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25065              Date: Wed, 2 Jan 2002 23:09:13 +0100
25066              Message-Id: <20020102230913.A17373@rafael>
25067      Branch: perl
25068            ! pod/perldiag.pod
25069 ____________________________________________________________________________
25070 [ 14026] By: ams                                   on 2002/01/02  21:38:34
25071         Log: Subject: Re: PATCH: lib/Term/Cap.pm
25072              From: Jonathan Stowe <gellyfish@gellyfish.com>
25073              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
25074              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
25075      Branch: perl
25076            ! lib/Term/Cap.pm
25077 ____________________________________________________________________________
25078 [ 14025] By: ams                                   on 2002/01/02  18:34:26
25079         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
25080              From: Sam Tregar <sam@tregar.com>
25081              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
25082              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
25083      Branch: perl
25084            ! pod/perldiag.pod t/comp/proto.t toke.c
25085 ____________________________________________________________________________
25086 [ 14024] By: ams                                   on 2002/01/02  18:16:12
25087         Log: Subject: PATCH: lib/Term/Cap.pm
25088              From: Norton Allen <allen@huarp.harvard.edu>
25089              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
25090              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
25091      Branch: perl
25092            ! lib/Term/Cap.pm
25093 ____________________________________________________________________________
25094 [ 14023] By: ams                                   on 2002/01/02  18:12:31
25095         Log: Subject: PATCH: lib/Cwd.pm for QNX4
25096              From: Norton Allen <allen@huarp.harvard.edu>
25097              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
25098              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
25099      Branch: perl
25100            ! lib/Cwd.pm
25101 ____________________________________________________________________________
25102 [ 14022] By: nick                                  on 2002/01/02  18:01:21
25103         Log: More PPPort Makefile source dependence removal
25104      Branch: perlio
25105            ! ext/Devel/PPPort/Makefile.PL
25106 ____________________________________________________________________________
25107 [ 14021] By: nick                                  on 2002/01/02  17:44:36
25108         Log: Sort out muddle of editing on three machines ...
25109      Branch: perlio
25110           !> Changes MANIFEST cygwin/Makefile.SHs
25111           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
25112           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
25113           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
25114 ____________________________________________________________________________
25115 [ 14020] By: ams                                   on 2002/01/02  17:06:27
25116         Log: Fix misplaced application of #14016.
25117      Branch: perl
25118            ! op.c
25119 ____________________________________________________________________________
25120 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
25121         Log: Integrate perlio:
25122              
25123              [ 14017]
25124              Avoid un-init perl_debug_pad in clones
25125      Branch: perl
25126           !> sv.c
25127 ____________________________________________________________________________
25128 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
25129         Log: makedepend VOS fix from Paul Green.
25130      Branch: perl
25131            ! makedepend.SH
25132 ____________________________________________________________________________
25133 [ 14017] By: nick                                  on 2002/01/02  16:09:43
25134         Log: Avoid un-init perl_debug_pad in clones
25135      Branch: perlio
25136            ! sv.c
25137 ____________________________________________________________________________
25138 [ 14016] By: ams                                   on 2002/01/02  15:58:11
25139         Log: Subject: [PATCH] random crash in B::LISTOP::last
25140              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25141              Date: Wed, 2 Jan 2002 17:37:28 +0100
25142              Message-Id: <3C334558.3906.19CB98D@localhost>
25143      Branch: perl
25144            ! op.c
25145 ____________________________________________________________________________
25146 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
25147         Log: Update Changes.
25148      Branch: perl
25149            ! Changes patchlevel.h
25150 ____________________________________________________________________________
25151 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
25152         Log: One more iteration of the ibcmp_utf8() interface,
25153              hopefully this is a convergent iteration...
25154      Branch: perl
25155            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
25156 ____________________________________________________________________________
25157 [ 14013] By: ams                                   on 2002/01/02  13:43:58
25158         Log: Upgrade to podlators-1.19.
25159      Branch: perl
25160            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
25161            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
25162            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
25163            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
25164            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
25165 ____________________________________________________________________________
25166 [ 14012] By: ams                                   on 2002/01/02  09:48:51
25167         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
25168              From: martyn@inpharmatica.co.uk
25169              Date: Wed, 19 Dec 2001 19:05:00 +0000
25170              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
25171      Branch: perl
25172            ! lib/Pod/Usage.pm
25173 ____________________________________________________________________________
25174 [ 14011] By: nick                                  on 2002/01/02  08:38:18
25175         Log: Integrate mainline
25176      Branch: perlio
25177           !> (integrate 28 files)
25178 ____________________________________________________________________________
25179 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
25180         Log: Make ibcmp_utf8() optionally progress in either string for
25181              as long as it takes and optionally record how far it got.
25182      Branch: perl
25183            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
25184 ____________________________________________________________________________
25185 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
25186         Log: Once more try to get the PPPort Makefile right.
25187      Branch: perl
25188            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
25189 ____________________________________________________________________________
25190 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
25191         Log: -Wall silencing.
25192      Branch: perl
25193            ! utf8.c
25194 ____________________________________________________________________________
25195 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
25196         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
25197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25198              Date: Tue, 1 Jan 2002 22:45:21 +0100       
25199              Message-ID: <20020101224521.A691@rafael>
25200      Branch: perl
25201            ! ext/B/B/Deparse.pm
25202 ____________________________________________________________________________
25203 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
25204         Log: VOS tweak from Paul Green: VOS has different O_BINARY
25205              and O_TEXT, but VOS always uses LF, never CRLF.
25206      Branch: perl
25207            ! perl.h
25208 ____________________________________________________________________________
25209 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
25210         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
25211      Branch: perl
25212            ! regexec.c utf8.c
25213 ____________________________________________________________________________
25214 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
25215         Log: Now that to_utf8_fold() was fixed.
25216      Branch: perl
25217            ! regcomp.c regexec.c
25218 ____________________________________________________________________________
25219 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
25220         Log: Integrate perlio:
25221              
25222              [ 13991]
25223              Experimental binmode() re-coding (UNIX okay - but it would be...)
25224      Branch: perl
25225           !> perlio.c
25226 ____________________________________________________________________________
25227 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
25228         Log: Document the to_utf8_*() functions.
25229      Branch: perl
25230            ! embed.pl pod/perlapi.pod utf8.c
25231 ____________________________________________________________________________
25232 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
25233         Log: Better support for multicharacter foldings.
25234              Now all but two of the CaseFold.txt cases work-- but
25235              only when the target string is single-character, more
25236              debugging needed.
25237      Branch: perl
25238            ! regexec.c
25239 ____________________________________________________________________________
25240 [ 14000] By: ams                                   on 2002/01/01  15:59:43
25241         Log: Subject: [PATCH] don't installperl pods
25242              From: Nicholas Clark <nick@unfortu.net>
25243              Date: Tue, 1 Jan 2002 16:44:12 +0000
25244              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
25245      Branch: perl
25246            ! installperl
25247 ____________________________________________________________________________
25248 [ 13999] By: ams                                   on 2002/01/01  14:34:04
25249         Log: Subject: [PATCH] perldiag.pod transposition
25250              From: Nicholas Clark <nick@unfortu.net>
25251              Date: Tue, 1 Jan 2002 15:03:52 +0000
25252              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
25253      Branch: perl
25254            ! pod/perldiag.pod
25255 ____________________________________________________________________________
25256 [ 13998] By: ams                                   on 2002/01/01  13:36:49
25257         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
25258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25259              Date: Tue, 1 Jan 2002 15:12:36 +0100
25260              Message-Id: <20020101151236.A951@rafael>
25261      Branch: perl
25262            ! pod/perldiag.pod
25263 ____________________________________________________________________________
25264 [ 13997] By: ams                                   on 2002/01/01  13:33:06
25265         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
25266              From: Nicholas Clark <nick@unfortu.net>
25267              Date: Tue, 1 Jan 2002 13:13:17 +0000
25268              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
25269      Branch: perl
25270            ! ext/Socket/socketpair.t
25271 ____________________________________________________________________________
25272 [ 13996] By: ams                                   on 2002/01/01  04:44:28
25273         Log: Subject: [PATCH @13746] Leaner exporter
25274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25275              Date: Mon, 31 Dec 2001 18:16:08 -0500
25276              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
25277      Branch: perl
25278            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
25279 ____________________________________________________________________________
25280 [ 13995] By: ams                                   on 2002/01/01  04:29:44
25281         Log: Subject: [PATCH @13746] h2xs broken
25282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25283              Date: Mon, 31 Dec 2001 17:48:55 -0500
25284              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
25285      Branch: perl
25286            ! utils/h2xs.PL
25287 ____________________________________________________________________________
25288 [ 13994] By: ams                                   on 2002/01/01  04:25:46
25289         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
25290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25291              Date: Mon, 31 Dec 2001 17:42:25 -0500
25292              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
25293      Branch: perl
25294            ! lib/ExtUtils/MM_Unix.pm
25295 ____________________________________________________________________________
25296 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
25297         Log: Rename the variables to be a bit more consistent.
25298      Branch: perl
25299            ! utf8.c
25300 ____________________________________________________________________________
25301 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
25302         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
25303              (found by Jeffrey Friedl)
25304      Branch: perl
25305            ! regexec.c t/op/pat.t utf8.c
25306 ____________________________________________________________________________
25307 [ 13991] By: nick                                  on 2001/12/31  18:08:55
25308         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
25309      Branch: perlio
25310            ! perlio.c
25311 ____________________________________________________________________________
25312 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
25313         Log: Update Changes.
25314      Branch: perl
25315            ! Changes patchlevel.h
25316 ____________________________________________________________________________
25317 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
25318         Log: Less unused ones.
25319      Branch: perl
25320            ! regexec.c
25321 ____________________________________________________________________________
25322 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
25323         Log: Unused variable.
25324      Branch: perl
25325            ! regcomp.c
25326 ____________________________________________________________________________
25327 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
25328         Log: Forgotten file.
25329      Branch: perl
25330            ! MANIFEST
25331 ____________________________________________________________________________
25332 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
25333         Log: Subject: Re: Cygwin: one down one to go 
25334              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25335              Date: Mon, 31 Dec 2001 18:34:36 +0100
25336              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
25337      Branch: perl
25338            ! cygwin/Makefile.SHs
25339 ____________________________________________________________________________
25340 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
25341         Log: Add some comments to the recent Unicode case-folding saga.
25342      Branch: perl
25343            ! regcomp.c regexec.c
25344 ____________________________________________________________________________
25345 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
25346         Log: Slight comment tweakage.
25347      Branch: perl
25348            ! ext/I18N/Langinfo/Langinfo.t
25349 ____________________________________________________________________________
25350 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
25351         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
25352      Branch: perl
25353            ! perl.h
25354 ____________________________________________________________________________
25355 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
25356         Log: Subject: [ PATCH] Cygwin: one down one to go
25357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25358              Date: Mon, 31 Dec 2001 17:03:40 +0100
25359              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
25360      Branch: perl
25361            ! lib/Pod/t/basic.t
25362 ____________________________________________________________________________
25363 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
25364         Log: Tweak the dependencies not to recompile everytime,
25365              as suggested by NI-S.
25366      Branch: perl
25367            ! ext/Devel/PPPort/Makefile.PL
25368 ____________________________________________________________________________
25369 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
25370         Log: Planning still not right.
25371      Branch: perl
25372            ! lib/User/grent.t
25373 ____________________________________________________________________________
25374 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
25375         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
25376              From: Michael G Schwern <schwern@pobox.com>
25377              Date: Sun, 30 Dec 2001 18:07:55 -0500
25378              Message-ID: <20011230230755.GG12840@blackrider>
25379              
25380              (lib/User/grent, really)
25381      Branch: perl
25382            ! lib/User/grent.t
25383 ____________________________________________________________________________
25384 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
25385         Log: Integrate perlio:
25386              
25387              [ 13975]
25388              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
25389              if PerlIONext is NULL.
25390      Branch: perl
25391           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
25392 ____________________________________________________________________________
25393 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
25394         Log: Subject: typo in IO::Socket::INET.pm
25395              From: mjd@plover.com
25396              Date: 31 Dec 2001 14:31:10 -0000
25397              Message-ID: <20011231143110.4989.qmail@plover.com>
25398      Branch: perl
25399            ! ext/IO/lib/IO/Socket/INET.pm
25400 ____________________________________________________________________________
25401 [ 13976] By: nick                                  on 2001/12/31  13:56:11
25402         Log: Integrate mainline
25403      Branch: perlio
25404           !> (integrate 29 files)
25405 ____________________________________________________________________________
25406 [ 13975] By: nick                                  on 2001/12/31  12:40:50
25407         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
25408              if PerlIONext is NULL.
25409      Branch: perlio
25410            ! perlio.c perliol.h
25411 ____________________________________________________________________________
25412 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
25413         Log: Subject: Re: [PATCH] Basic bad prototype detection
25414              From: Sam Tregar <sam@tregar.com>
25415              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
25416              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
25417      Branch: perl
25418            ! t/comp/proto.t toke.c
25419 ____________________________________________________________________________
25420 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
25421         Log: Subject: [PATCH] configure.com / scriptdirexp
25422              From: "Craig A. Berry" <craigberry@mac.com>
25423              Date: Sun, 30 Dec 2001 15:47:28 -0600
25424              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
25425      Branch: perl
25426            ! configure.com
25427 ____________________________________________________________________________
25428 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
25429         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
25430              From: Abe Timmerman <abe@ztreet.demon.nl>
25431              Date: Mon, 31 Dec 2001 03:55:27 +0100
25432              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
25433      Branch: perl
25434            ! lib/ExtUtils/t/MM_Win32.t
25435 ____________________________________________________________________________
25436 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
25437         Log: Subject: [PATCH] Basic bad prototype detection
25438              From: Sam Tregar <sam@tregar.com> 
25439              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
25440              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
25441      Branch: perl
25442            ! pod/perldiag.pod t/comp/proto.t toke.c
25443 ____________________________________________________________________________
25444 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
25445         Log: Makefiles are sloppy about the exe suffix
25446              (from Paul Green)
25447      Branch: perl
25448            ! Makefile.SH x2p/Makefile.SH
25449 ____________________________________________________________________________
25450 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
25451         Log: Delay folding until necessary; start of handling
25452              folding into several characters.
25453      Branch: perl
25454            ! regcomp.c regexec.c
25455 ____________________________________________________________________________
25456 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
25457         Log: gcc -Wall dewhine.
25458      Branch: perl
25459            ! regexec.c
25460 ____________________________________________________________________________
25461 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
25462         Log: More Unicode folding tweaks, avoid potential false matches.
25463      Branch: perl
25464            ! regexec.c
25465 ____________________________________________________________________________
25466 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
25467         Log: Make that six wrongs.
25468      Branch: perl
25469            ! regexec.c utf8.c
25470 ____________________________________________________________________________
25471 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
25472         Log: Four wrongs can make a right.
25473      Branch: perl
25474            ! regexec.c utf8.c
25475 ____________________________________________________________________________
25476 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
25477         Log: Fix all the I case foldings as per CaseFold.txt.
25478      Branch: perl
25479            ! regcomp.c regexec.c
25480 ____________________________________________________________________________
25481 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
25482         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
25483      Branch: perl
25484            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
25485            ! regexec.c utf8.c
25486 ____________________________________________________________________________
25487 [ 13962] By: nick                                  on 2001/12/30  18:33:41
25488         Log: Integrate 8.3 fix for PPPort fix
25489      Branch: perlio
25490           +> ext/Devel/PPPort/ppport_h.PL
25491            - ext/Devel/PPPort/ppport.h.PL
25492            ! ext/Devel/PPPort/MANIFEST
25493           !> ext/Devel/PPPort/Makefile.PL
25494 ____________________________________________________________________________
25495 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
25496         Log: Integrate perlio:
25497              
25498              [ 13959]
25499              Win32 stuff:
25500              A. Use Perl_my_socketpair()
25501              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
25502              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
25503              take special measures to set it during pseudo-fork.
25504      Branch: perl
25505           !> util.c win32/perlhost.h
25506 ____________________________________________________________________________
25507 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
25508         Log: Fix ppport.h for Unix.
25509      Branch: perl
25510            + ext/Devel/PPPort/ppport_h.PL
25511            - ext/Devel/PPPort/ppport.h.PL
25512            ! MANIFEST ext/Devel/PPPort/Makefile.PL
25513 ____________________________________________________________________________
25514 [ 13959] By: nick                                  on 2001/12/30  16:53:42
25515         Log: Win32 stuff:
25516              A. Use Perl_my_socketpair()
25517              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
25518              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
25519              take special measures to set it during pseudo-fork.
25520      Branch: perlio
25521            ! util.c win32/perlhost.h
25522 ____________________________________________________________________________
25523 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
25524         Log: Integrate perlio:
25525              
25526              [ 13950]
25527              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
25528              This gets them into Errno.pm - yet to prove they end up in $!.
25529              
25530              [ 13948]
25531              remove embed.pl duplicates
25532              
25533              [ 13944]
25534              "Port" Devel::PPPort to Win32:
25535              - need to set @INC before use in the test
25536              - {} are special to dmake, so use ppport.h.PL
25537              rather than commandline 
25538      Branch: perl
25539           +> ext/Devel/PPPort/ppport.h.PL
25540           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
25541           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
25542           !> proto.h
25543 ____________________________________________________________________________
25544 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
25545         Log: metaconfig unit change for #13956.
25546      Branch: metaconfig
25547            ! U/modified/spitshell.U
25548 ____________________________________________________________________________
25549 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
25550         Log: Must look for cat also in $PATH (noticed by Philip Newton).
25551      Branch: perl
25552            ! Configure
25553 ____________________________________________________________________________
25554 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
25555         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
25556              From: Blair Zajac <blair@orcaware.com>
25557              Date: Sat, 29 Dec 2001 22:37:03 -0800
25558              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
25559      Branch: perl
25560            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
25561 ____________________________________________________________________________
25562 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
25563         Log: Regen files.
25564      Branch: perl
25565            ! embed.h global.sym pod/perlapi.pod uconfig.h
25566 ____________________________________________________________________________
25567 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
25568         Log: Subject: [PATCH] -t without -w 
25569              From: Michael G Schwern <schwern@pobox.com>
25570              Date: Sat, 29 Dec 2001 23:46:25 -0500
25571              Message-ID: <20011230044625.GA14386@blackrider>
25572      Branch: perl
25573            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
25574            ! warnings.pl
25575 ____________________________________________________________________________
25576 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
25577         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
25578              From: Dave Rolsky <autarch@urth.org>               
25579              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
25580              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
25581              
25582              $^O is NetWare, not Netware.
25583      Branch: perl
25584            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
25585 ____________________________________________________________________________
25586 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
25587         Log: Sarathy thinks undoing C++ comments from C++ files
25588              is a bit too zealous.
25589      Branch: perl
25590            ! win32/perlhost.h win32/vmem.h
25591 ____________________________________________________________________________
25592 [ 13950] By: nick                                  on 2001/12/30  14:30:02
25593         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
25594              This gets them into Errno.pm - yet to prove they end up in $!.
25595      Branch: perlio
25596            ! ext/Errno/Errno_pm.PL
25597 ____________________________________________________________________________
25598 [ 13949] By: nick                                  on 2001/12/30  12:02:21
25599         Log: Integrate Cwd muddle
25600      Branch: perlio
25601           !> MANIFEST installperl lib/Cwd.pm
25602 ____________________________________________________________________________
25603 [ 13948] By: nick                                  on 2001/12/30  11:51:40
25604         Log: remove embed.pl duplicates
25605      Branch: perlio
25606            ! embed.h embed.pl global.sym proto.h
25607 ____________________________________________________________________________
25608 [ 13947] By: nick                                  on 2001/12/30  11:35:51
25609         Log: More Cwd tidy up
25610      Branch: perl
25611            ! MANIFEST installperl
25612 ____________________________________________________________________________
25613 [ 13946] By: nick                                  on 2001/12/30  11:12:42
25614         Log: Undo a mess trying Cwd.pm in its ext directory
25615      Branch: perl
25616            + lib/Cwd.pm
25617            - ext/Cwd/Cwd.pm
25618 ____________________________________________________________________________
25619 [ 13945] By: nick                                  on 2001/12/30  10:03:43
25620         Log: Integrate mainline
25621      Branch: perl
25622           +> ext/Cwd/Cwd.pm
25623            - lib/Cwd.pm
25624            ! MANIFEST
25625      Branch: perlio
25626           !> (integrate 45 files)
25627 ____________________________________________________________________________
25628 [ 13944] By: nick                                  on 2001/12/30  09:27:16
25629         Log: "Port" Devel::PPPort to Win32:
25630              - need to set @INC before use in the test
25631              - {} are special to dmake, so use ppport.h.PL
25632              rather than commandline 
25633      Branch: perlio
25634            + ext/Devel/PPPort/ppport.h.PL
25635            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
25636 ____________________________________________________________________________
25637 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
25638         Log: Update Changes.
25639      Branch: perl
25640            ! Changes patchlevel.h
25641 ____________________________________________________________________________
25642 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
25643         Log: Subject: [PATCH] cleaner close on tests, take 2
25644              From: andreas.koenig@anima.de (Andreas J. Koenig)
25645              Date: 29 Dec 2001 21:42:37 +0100
25646              Message-ID: <m33d1tvjuq.fsf@anima.de>
25647              
25648              (the DB_File patches)
25649      Branch: perl
25650            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25651            ! ext/DB_File/t/db-recno.t
25652 ____________________________________________________________________________
25653 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
25654         Log: Integrate perlio:
25655              
25656              [ 13936]
25657              Routine regen_config_h - no real differences other than order of crypt 
25658      Branch: perl
25659           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25660 ____________________________________________________________________________
25661 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
25662         Log: Subject: [PATCH] cleaner close on tests, take 2             
25663              From: andreas.koenig@anima.de (Andreas J. Koenig)
25664              Date: 29 Dec 2001 21:42:37 +0100
25665              Message-ID: <m33d1tvjuq.fsf@anima.de>
25666              
25667              (except for the three DB_File patch fragments)
25668      Branch: perl
25669            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
25670            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
25671            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
25672            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
25673            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
25674            ! t/op/runlevel.t t/op/write.t t/run/switches.t
25675 ____________________________________________________________________________
25676 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
25677         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
25678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25679              Date: Sat, 29 Dec 2001 20:38:59 +0100
25680              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
25681              
25682              (NetWare tree not touched because it's very //)
25683      Branch: perl
25684            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
25685            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
25686            ! wince/include/errno.h wince/include/netdb.h
25687            ! wince/include/sys/socket.h wince/include/sys/stat.h
25688            ! wince/perllib.c wince/perlmain.c wince/win32.h
25689            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
25690            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
25691 ____________________________________________________________________________
25692 [ 13938] By: nick                                  on 2001/12/29  19:23:32
25693         Log: Integrate mainline (ok linux)
25694      Branch: perlio
25695           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
25696           !> (integrate 33 files)
25697 ____________________________________________________________________________
25698 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
25699         Log: Give up on serious testing of langinfo().  Leave the old
25700              code in place, though.
25701      Branch: perl
25702            ! ext/I18N/Langinfo/Langinfo.t
25703 ____________________________________________________________________________
25704 [ 13936] By: nick                                  on 2001/12/29  18:20:33
25705         Log: Routine regen_config_h - no real differences other than order of crypt 
25706      Branch: perlio
25707            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25708 ____________________________________________________________________________
25709 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
25710         Log: Integrate perlio:
25711              
25712              [ 13934]
25713              Fudge Config.pm so File::Spec does not croak.
25714              
25715              [ 13931]
25716              Define the two socket error numbers in terms of WSAEXXXXX equivalents
25717              (just to get util.c to compile)
25718      Branch: perl
25719           !> win32/FindExt.pm win32/win32.h
25720 ____________________________________________________________________________
25721 [ 13934] By: nick                                  on 2001/12/29  17:27:50
25722         Log: Fudge Config.pm so File::Spec does not croak.
25723      Branch: perlio
25724            ! win32/FindExt.pm
25725 ____________________________________________________________________________
25726 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
25727         Log: metaconfig unit changes for #13932.
25728      Branch: metaconfig
25729            + U/modified/Init.U
25730            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
25731 ____________________________________________________________________________
25732 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
25733         Log: VOS tweaks from Paul Green.
25734              
25735              The Configure tweaks: the _exe needs to be
25736              set after the init; VOS has fd 3 hardwired to /dev/tty;
25737              the grep/ln/make substitutions really need to stick.
25738      Branch: perl
25739            ! Configure hints/vos.sh perl.h util.c vos/build.cm
25740            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25741            ! vos/config.ga.h vos/vosish.h
25742 ____________________________________________________________________________
25743 [ 13931] By: nick                                  on 2001/12/29  17:00:38
25744         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
25745              (just to get util.c to compile)
25746      Branch: perlio
25747            ! win32/win32.h
25748 ____________________________________________________________________________
25749 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
25750         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
25751              From: coral@eekeek.org
25752              Date: Fri, 28 Dec 2001 19:58:22 -0500      
25753              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
25754      Branch: perl
25755            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
25756            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
25757            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
25758            ! pod/perlunicode.pod pod/perlxs.pod util.c
25759 ____________________________________________________________________________
25760 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
25761         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
25762      Branch: perl
25763            ! t/op/exec.t
25764 ____________________________________________________________________________
25765 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
25766         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
25767              From: Abe Timmerman <abe@ztreet.demon.nl>
25768              Date: Sat, 29 Dec 2001 13:10:06 +0100
25769              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
25770      Branch: perl
25771            + lib/Pod/t/InputObjects.t
25772 ____________________________________________________________________________
25773 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
25774         Log: Integrate perlio:
25775              
25776              [ 13926]
25777              Nick Clark's embed.pl fix for my_socketpair
25778              
25779              [ 13923]
25780              Quick fix (after couple of clever fixes failed) for
25781              "accept leaks memory" fail [ID 20011223.001]
25782      Branch: perl
25783           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
25784 ____________________________________________________________________________
25785 [ 13926] By: nick                                  on 2001/12/29  15:23:21
25786         Log: Nick Clark's embed.pl fix for my_socketpair
25787      Branch: perlio
25788            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
25789 ____________________________________________________________________________
25790 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
25791         Log: Slight tweaks on the MM_Win32.t.
25792      Branch: perl
25793            ! lib/ExtUtils/t/MM_Win32.t
25794 ____________________________________________________________________________
25795 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
25796         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
25797              From: Abe Timmerman <abe@ztreet.demon.nl>
25798              Date: Sat, 29 Dec 2001 12:51:36 +0100
25799              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
25800      Branch: perl
25801            + lib/ExtUtils/t/MM_Win32.t
25802            ! MANIFEST
25803 ____________________________________________________________________________
25804 [ 13923] By: nick                                  on 2001/12/29  15:12:07
25805         Log: Quick fix (after couple of clever fixes failed) for
25806              "accept leaks memory" fail [ID 20011223.001]
25807      Branch: perlio
25808            ! pp_sys.c
25809 ____________________________________________________________________________
25810 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
25811         Log: Subject: [PATCH] Module names and other nits
25812              From: Autrijus Tang <autrijus@autrijus.org>                 
25813              Date: Sat, 29 Dec 2001 01:59:28 +0800
25814              Message-ID: <20011229015928.A29712@geb.elixus.org>              
25815      Branch: perl
25816            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
25817            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
25818            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
25819            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
25820            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
25821 ____________________________________________________________________________
25822 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
25823         Log: socketpair tweaks from Nicholas Clark.
25824      Branch: perl
25825            ! ext/Socket/socketpair.t util.c
25826 ____________________________________________________________________________
25827 [ 13920] By: nick                                  on 2001/12/29  12:36:21
25828         Log: Integrate mainline
25829      Branch: perlio
25830           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
25831           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
25832           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25833           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
25834           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
25835           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
25836           !> t/op/sysio.t
25837 ____________________________________________________________________________
25838 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
25839         Log: Retract #13917.
25840      Branch: perl
25841            ! doop.c
25842 ____________________________________________________________________________
25843 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
25844         Log: Subject: provisional MakeMaker patch for VMS
25845              From: "Craig A. Berry" <craigberry@mac.com> 
25846              Date: Thu, 27 Dec 2001 22:29:37 -0600
25847              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
25848      Branch: perl
25849            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25850 ____________________________________________________________________________
25851 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
25852         Log: (retracted by #13919)
25853      Branch: perl
25854            ! doop.c
25855 ____________________________________________________________________________
25856 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
25857         Log: metaconfig unit change for #13915.
25858      Branch: metaconfig/U/perl
25859            ! d_u32align.U
25860 ____________________________________________________________________________
25861 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
25862         Log: Remove debris in any case.
25863      Branch: perl
25864            ! Configure
25865 ____________________________________________________________________________
25866 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
25867         Log: Subject: [PATCH] Re: B::walksymtable oddness
25868              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25869              Date: Thu, 27 Dec 2001 19:14:24 +0100
25870              Message-ID: <3C2B7310.861.18820D0@localhost>
25871      Branch: perl
25872            ! ext/B/B.pm
25873 ____________________________________________________________________________
25874 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
25875         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
25876              From: Nicholas Clark <nick@unfortu.net> 
25877              Date: Fri, 28 Dec 2001 00:43:02 +0000
25878              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
25879      Branch: perl
25880            ! ext/Socket/socketpair.t
25881 ____________________________________________________________________________
25882 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
25883         Log: Fast Latin1<->UTF-8 conversion for older Perls.
25884      Branch: perl
25885            ! pod/perluniintro.pod
25886 ____________________________________________________________________________
25887 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
25888         Log: Update Changes.
25889      Branch: perl
25890            ! Changes patchlevel.h
25891 ____________________________________________________________________________
25892 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
25893         Log: More wait status trickery for BeOS.
25894      Branch: perl
25895            ! ext/POSIX/POSIX.xs
25896 ____________________________________________________________________________
25897 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
25898         Log: metaconfig unit change for #13908.
25899      Branch: metaconfig/U/perl
25900            ! d_u32align.U
25901 ____________________________________________________________________________
25902 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
25903         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
25904      Branch: perl
25905            ! Configure
25906 ____________________________________________________________________________
25907 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
25908         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
25909              From: gbarr@monty.mutatus.co.uk
25910              Date: 27 Dec 2001 14:41:36 -0000
25911              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
25912      Branch: perl
25913            ! lib/ExtUtils/t/Embed.t
25914 ____________________________________________________________________________
25915 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
25916         Log: Subject: [PATCH] Re: socketpair emulation
25917              From: Nicholas Clark <nick@unfortu.net> 
25918              Date: Wed, 26 Dec 2001 20:08:14 +0000
25919              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
25920      Branch: perl
25921            ! ext/Socket/socketpair.t
25922 ____________________________________________________________________________
25923 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
25924         Log: Subject: [DOC PATCH] left is right and right is left
25925              From: Philip Newton <Philip.Newton@gmx.net>
25926              Date: Thu, 27 Dec 2001 10:04:17 +0100
25927              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
25928      Branch: perl
25929            ! pod/perlfunc.pod pod/perlport.pod
25930 ____________________________________________________________________________
25931 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
25932         Log: Subject: [PATCH] check return of close
25933              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25934              Date: 27 Dec 2001 09:47:30 +0100
25935              Message-ID: <m3ellhgicd.fsf@anima.de> 
25936              
25937              Subject: [PATCH] improve error reporting
25938              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25939              Date: 27 Dec 2001 09:54:55 +0100
25940              Message-ID: <m3adw5gi00.fsf@anima.de> 
25941              
25942              Subject: [PATCH] check return value of close
25943              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25944              Date: 27 Dec 2001 10:03:55 +0100
25945              Message-ID: <m3666tghl0.fsf@anima.de> 
25946              
25947              Subject: [PATCH] return of close
25948              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25949              Date: 27 Dec 2001 10:22:15 +0100
25950              Message-ID: <m31yhhggqg.fsf@anima.de> 
25951      Branch: perl
25952            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
25953            ! t/io/fflush.t
25954 ____________________________________________________________________________
25955 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
25956         Log: Subject: [PATCH] check return of close
25957              From: andreas.koenig@anima.de (Andreas J. Koenig)            
25958              Date: 27 Dec 2001 09:47:30 +0100
25959              Message-ID: <m3ellhgicd.fsf@anima.de> 
25960      Branch: perl
25961            ! t/base/rs.t
25962 ____________________________________________________________________________
25963 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
25964         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
25965              From: andreas.koenig@anima.de (Andreas J. Koenig)
25966              Date: 27 Dec 2001 09:21:16 +0100
25967              Message-ID: <m3n105gjk3.fsf@anima.de>
25968      Branch: perl
25969            ! t/op/sysio.t
25970 ____________________________________________________________________________
25971 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
25972         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
25973              From: "Gerrit P. Haase" <gp@familiehaase.de>
25974              Date: Thu, 27 Dec 2001 09:23:55 +0100 
25975              Message-ID: <98211521662.20011227092355@familiehaase.de>
25976      Branch: perl
25977            ! lib/ExtUtils/t/MM_Cygwin.t
25978 ____________________________________________________________________________
25979 [ 13900] By: nick                                  on 2001/12/27  11:11:51
25980         Log: Integrate mainline
25981      Branch: perlio
25982           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
25983           +> lib/File/Spec/NW5.pm
25984           !> (integrate 52 files)
25985 ____________________________________________________________________________
25986 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
25987         Log: Replace the awful (most likely generated and not very persistent)
25988              URL with something tangible.
25989      Branch: perl
25990            ! README.hpux
25991 ____________________________________________________________________________
25992 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
25993         Log: Naughty /dev/printer (ls -l, really) of IRIX.
25994      Branch: perl
25995            ! t/op/stat.t
25996 ____________________________________________________________________________
25997 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
25998         Log: Upgrade to Net::Ping 2.10.
25999      Branch: perl
26000            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
26001            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
26002            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
26003            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
26004 ____________________________________________________________________________
26005 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
26006         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
26007              (this showed up in Benchmark.t)
26008      Branch: perl
26009            ! pp_sys.c
26010 ____________________________________________________________________________
26011 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
26012         Log: BeOS updates.
26013      Branch: perl
26014            ! README.beos beos/beos.c
26015 ____________________________________________________________________________
26016 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
26017         Log: Subject: Re: bleadperl doesn't compile
26018              From: "Gerrit P. Haase" <gp@familiehaase.de>
26019              Date: Wed, 26 Dec 2001 21:29:08 +0100
26020              Message-ID: <22168634623.20011226212908@familiehaase.de>
26021              
26022              Cygwin with multiplicity.
26023      Branch: perl
26024            ! perlio.c
26025 ____________________________________________________________________________
26026 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
26027         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
26028              From: Nicholas Clark <nick@ccl4.org>
26029              Date: Wed, 26 Dec 2001 19:07:33 +0000
26030              Message-ID: <20011226190732.J48842@plum.flirble.org>            
26031              
26032              socketpair() (un)signedness nit.
26033      Branch: perl
26034            ! util.c
26035 ____________________________________________________________________________
26036 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
26037         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
26038              From: Nicholas Clark <nick@ccl4.org>
26039              Date: Wed, 26 Dec 2001 19:19:47 +0000
26040              Message-ID: <20011226191946.K48842@plum.flirble.org>
26041              
26042              Use report_evil_fh().
26043      Branch: perl
26044            ! doio.c
26045 ____________________________________________________________________________
26046 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
26047         Log: Bad $? assumptions.
26048      Branch: perl
26049            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
26050 ____________________________________________________________________________
26051 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
26052         Log: Net::Ping isn't going to work much without
26053              the Socket extension; fail more gracefully.
26054      Branch: perl
26055            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26056            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26057            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26058            ! lib/Net/Ping/t/300_ping_stream.t
26059 ____________________________________________________________________________
26060 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
26061         Log: metaconfig unit change for #13888.
26062      Branch: metaconfig
26063            ! U/modified/Oldconfig.U
26064 ____________________________________________________________________________
26065 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
26066         Log: test -d /system is a bit too generic test for VOS
26067              (false hit in BeOS)
26068      Branch: perl
26069            ! Configure
26070 ____________________________________________________________________________
26071 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
26072         Log: No AF_UNIX in BeOS.
26073      Branch: perl
26074            ! util.c
26075 ____________________________________________________________________________
26076 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
26077         Log: FAQ sync.
26078      Branch: perl
26079            ! pod/perlfaq5.pod
26080 ____________________________________________________________________________
26081 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
26082         Log: Update Changes.
26083      Branch: perl
26084            ! Changes patchlevel.h
26085 ____________________________________________________________________________
26086 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
26087         Log: Make -t equal -tw.
26088      Branch: perl
26089            ! perl.c pod/perlrun.pod
26090 ____________________________________________________________________________
26091 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
26092         Log: Subject: Re: Not OK 13881
26093              From: John Peacock <jpeacock@rowman.com>
26094              Date: Tue, 25 Dec 2001 06:02:12 -0500
26095              Message-ID: <3C285CB4.8040006@rowman.com>
26096      Branch: perl
26097            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
26098 ____________________________________________________________________________
26099 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
26100         Log: Subject: Re: Not OK 13881
26101              From: andreas.koenig@anima.de (Andreas J. Koenig)
26102              Date: 25 Dec 2001 07:33:23 +0100
26103              Message-ID: <m3bsgnajws.fsf@anima.de>
26104      Branch: perl
26105            ! op.c
26106 ____________________________________________________________________________
26107 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
26108         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
26109              From: Mark-Jason Dominus <mjd@plover.com>    
26110              Date: Mon, 24 Dec 2001 18:14:48 -0500
26111              Message-ID: <20011224231448.25826.qmail@plover.com>
26112      Branch: perl
26113            ! op.c t/op/eval.t
26114 ____________________________________________________________________________
26115 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
26116         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
26117              From: Dave Rolsky <autarch@urth.org>
26118              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
26119              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
26120      Branch: perl
26121            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
26122            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
26123            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
26124            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26125            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
26126 ____________________________________________________________________________
26127 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
26128         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
26129              From: Jeffrey Friedl <jfriedl@yahoo.com>
26130              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
26131              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
26132              
26133              The rest of the tests for plus few extras.
26134      Branch: perl
26135            ! t/op/pat.t
26136 ____________________________________________________________________________
26137 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
26138         Log: metaconfig unit change for #13877.
26139      Branch: metaconfig
26140            ! U/modified/Unix.U
26141 ____________________________________________________________________________
26142 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
26143         Log: No-op.
26144      Branch: perl
26145            ! Configure
26146 ____________________________________________________________________________
26147 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
26148         Log: More constant casting.
26149      Branch: perl
26150            ! regexec.c
26151 ____________________________________________________________________________
26152 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
26153         Log: Subject: perlhack.pod 
26154              From: "John P. Linderman" <jpl@research.att.com>
26155              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
26156              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
26157      Branch: perl
26158            ! pod/perlhack.pod
26159 ____________________________________________________________________________
26160 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
26161         Log: File::Find patch patches from Thomas Wegner.
26162      Branch: perl
26163            ! lib/File/Find.pm
26164 ____________________________________________________________________________
26165 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
26166         Log: Subject: Re: socketpair emulation 
26167              From: Nicholas Clark <nick@unfortu.net>                 
26168              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
26169              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
26170      Branch: perl
26171            ! ext/Socket/socketpair.t
26172 ____________________________________________________________________________
26173 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
26174         Log: Must cast constants if they can be quads.
26175      Branch: perl
26176            ! regcomp.c
26177 ____________________________________________________________________________
26178 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
26179         Log: Promote the e/uid to wide enough un/signed integers
26180              and printf them as such.
26181      Branch: perl
26182            ! taint.c
26183 ____________________________________________________________________________
26184 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
26185         Log: metaconfig unit change for #13869.
26186      Branch: metaconfig/U/perl
26187            ! d_u32align.U
26188 ____________________________________________________________________________
26189 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
26190         Log: The U32 alignment test wasn't really working, noticed
26191              by Paul Green.  Now the test works, but this means that
26192              we may see coredumps from the test.   I sure hope MMUless
26193              places don't crash on the test.
26194      Branch: perl
26195            ! Configure
26196 ____________________________________________________________________________
26197 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
26198         Log: metaconfig unit changes for #13867.
26199      Branch: metaconfig
26200            ! U/compline/nblock_io.U U/modified/Unix.U
26201            ! U/modified/spitshell.U
26202 ____________________________________________________________________________
26203 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
26204         Log: More VOS tweaks.
26205      Branch: perl
26206            ! Configure
26207 ____________________________________________________________________________
26208 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
26209         Log: The funky final sigma casefolding.
26210      Branch: perl
26211            ! regcomp.c regexec.c t/op/pat.t utf8.h
26212 ____________________________________________________________________________
26213 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
26214         Log: Update Changes.
26215      Branch: perl
26216            ! Changes patchlevel.h
26217 ____________________________________________________________________________
26218 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
26219         Log: Move the \C and \X to pat.t.
26220      Branch: perl
26221            ! t/op/pat.t t/op/re_tests
26222 ____________________________________________________________________________
26223 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
26224         Log: More logical test ordering.
26225      Branch: perl
26226            ! perl.h
26227 ____________________________________________________________________________
26228 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
26229         Log: Integrate perlio:
26230              
26231              [ 13854]
26232              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
26233              
26234              [ 13853]
26235              Put PerlIO stuff inside EXTERN C
26236              
26237              [ 13852]
26238              Add at least the "important" PerlIO_xxxx functions to embed.pl
26239              so that they get implicit pTHX_ and we can avoid slow dTHX.
26240      Branch: perl
26241           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
26242           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
26243           !> win32/win32.c
26244 ____________________________________________________________________________
26245 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
26246         Log: Even more \X fixing.
26247      Branch: perl
26248            ! regexec.c t/op/pat.t
26249 ____________________________________________________________________________
26250 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
26251         Log: More \X fixing.
26252      Branch: perl
26253            ! regexec.c t/op/pat.t
26254 ____________________________________________________________________________
26255 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
26256         Log: Fix encoding pragma.
26257      Branch: perl
26258            ! regcomp.c
26259 ____________________________________________________________________________
26260 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
26261         Log: Subject: socketpair emulation
26262              From: Nicholas Clark <nick@unfortu.net>
26263              Date: Sat, 22 Dec 2001 18:38:18 +0000
26264              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
26265      Branch: perl
26266            + ext/Socket/socketpair.t
26267            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
26268            ! pp_sys.c proto.h util.c
26269 ____________________________________________________________________________
26270 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
26271         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
26272              From: Jeffrey Friedl <jfriedl@yahoo.com>
26273              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
26274              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
26275              
26276              (partially applied, most of the new tests need to be rethought)
26277      Branch: perl
26278            ! regcomp.c t/op/re_tests
26279 ____________________________________________________________________________
26280 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
26281         Log: Small tweaks.
26282      Branch: perl
26283            ! handy.h regexec.c
26284 ____________________________________________________________________________
26285 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
26286         Log: Unicode casefolding continues.
26287              (lib/encoding.t still failing.)
26288      Branch: perl
26289            ! regexec.c t/op/pat.t
26290 ____________________________________________________________________________
26291 [ 13854] By: nick                                  on 2001/12/22  20:01:27
26292         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
26293      Branch: perlio
26294            ! makedef.pl perlio.h perlio.sym win32/win32.c
26295 ____________________________________________________________________________
26296 [ 13853] By: nick                                  on 2001/12/22  19:58:53
26297         Log: Put PerlIO stuff inside EXTERN C
26298      Branch: perlio
26299            ! embed.pl proto.h
26300 ____________________________________________________________________________
26301 [ 13852] By: nick                                  on 2001/12/22  18:04:34
26302         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
26303              so that they get implicit pTHX_ and we can avoid slow dTHX.
26304      Branch: perlio
26305            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
26306            ! perlio.h pod/perlapi.pod proto.h
26307 ____________________________________________________________________________
26308 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
26309         Log: metaconfig unit change for #13850.
26310      Branch: metaconfig
26311            ! U/modified/Loc.U
26312 ____________________________________________________________________________
26313 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
26314         Log: Rework the make logic (again).
26315      Branch: perl
26316            ! Configure
26317 ____________________________________________________________________________
26318 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
26319         Log: Integrate perlio:
26320              
26321              [ 13848]
26322              The CR at EOF fix earlier broke CR at end-of-buffer.
26323              This should be okay for both?
26324              
26325              [ 13847]
26326              Correct checking code which Ilya spotted was tripped by CR at EOF.
26327              Also tone down perl -DP tracing of sv_gets.
26328              
26329              [ 13846]
26330              Fix mis-parse of autoloaded usage code by declaring the sub
26331      Branch: perl
26332            ! regexec.c
26333           !> ext/POSIX/POSIX.pm perlio.c sv.c
26334 ____________________________________________________________________________
26335 [ 13848] By: nick                                  on 2001/12/22  15:11:17
26336         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
26337              This should be okay for both?
26338      Branch: perlio
26339            ! perlio.c
26340 ____________________________________________________________________________
26341 [ 13847] By: nick                                  on 2001/12/22  12:26:32
26342         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
26343              Also tone down perl -DP tracing of sv_gets.
26344      Branch: perlio
26345            ! perlio.c sv.c
26346 ____________________________________________________________________________
26347 [ 13846] By: nick                                  on 2001/12/22  10:49:27
26348         Log: Fix mis-parse of autoloaded usage code by declaring the sub
26349      Branch: perlio
26350            ! ext/POSIX/POSIX.pm
26351 ____________________________________________________________________________
26352 [ 13845] By: nick                                  on 2001/12/22  10:44:11
26353         Log: Integrate mainline - some fails:
26354              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
26355              -------------------------------------------------------------------------------
26356              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
26357              ../lib/encoding.t                    19    2  10.53%  17-18
26358              op/pat.t                            770    3   0.39%  754-755 757
26359      Branch: perlio
26360           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
26361           !> (integrate 36 files)
26362 ____________________________________________________________________________
26363 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
26364         Log: More Unicode casing fixes.
26365      Branch: perl
26366            ! regexec.c t/op/pat.t
26367 ____________________________________________________________________________
26368 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
26369         Log: Unicode casefolding fixes.
26370      Branch: perl
26371            ! op.c regcomp.c regexec.c t/op/pat.t
26372 ____________________________________________________________________________
26373 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
26374         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
26375              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
26376              Date: Sat, 22 Dec 2001 00:01:29 +0100
26377              Message-ID: <20011222000129.A713@rafael>
26378      Branch: perl
26379            ! ext/B/B/Deparse.pm
26380 ____________________________________________________________________________
26381 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
26382         Log: VOS config from Paul Green.
26383      Branch: perl
26384            ! hints/vos.sh
26385 ____________________________________________________________________________
26386 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
26387         Log: Subject: [PATCH @13746] CreateTTY on OS/2
26388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26389              Date: Fri, 21 Dec 2001 15:59:45 -0500
26390              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
26391      Branch: perl
26392            ! lib/perl5db.pl
26393 ____________________________________________________________________________
26394 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
26395         Log: Subject: [PATCH @13746] uninstalled build of modules broken
26396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26397              Date: Fri, 21 Dec 2001 15:49:09 -0500
26398              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
26399      Branch: perl
26400            ! lib/ExtUtils/MM_Unix.pm
26401 ____________________________________________________________________________
26402 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
26403         Log: Subject: [PATCH @13746] OS/2 File::* modules
26404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26405              Date: Fri, 21 Dec 2001 15:43:24 -0500
26406              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
26407      Branch: perl
26408            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
26409 ____________________________________________________________________________
26410 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
26411         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
26412              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26413              Date: Fri, 21 Dec 2001 17:29:07 +0100
26414              Message-ID: <3C236353.6625C4C0@alcatel.at>
26415      Branch: perl
26416            ! pod/perltie.pod
26417 ____________________________________________________________________________
26418 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
26419         Log: metaconfig unit changes for #13835
26420      Branch: metaconfig
26421            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
26422            ! U/modified/sh.U
26423 ____________________________________________________________________________
26424 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
26425         Log: Further VOS tweaks: the _exe needs to be introduced
26426              in the very beginning, and the make/gmake needs special
26427              VOS logic.
26428      Branch: perl
26429            ! Configure Makefile.SH
26430 ____________________________________________________________________________
26431 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
26432         Log: Update Changes.
26433      Branch: perl
26434            ! Changes patchlevel.h
26435 ____________________________________________________________________________
26436 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
26437         Log: metaconfig unit change for #13832.
26438      Branch: metaconfig
26439            ! U/modified/spitshell.U
26440 ____________________________________________________________________________
26441 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
26442         Log: Also the search for cat needs to be _exe-aware.
26443      Branch: perl
26444            ! Configure
26445 ____________________________________________________________________________
26446 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
26447         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
26448              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26449              Date: Fri, 21 Dec 2001 14:02:01 +0100
26450              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
26451      Branch: perl
26452            ! ext/B/B/Xref.pm
26453 ____________________________________________________________________________
26454 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
26455         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
26456      Branch: perl
26457            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
26458            ! ext/B/t/assembler.t
26459 ____________________________________________________________________________
26460 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
26461         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
26462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26463              Date: Fri, 21 Dec 2001 11:15:38 +0100
26464              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
26465      Branch: perl
26466            ! hv.c
26467 ____________________________________________________________________________
26468 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
26469         Log: A plan is good.
26470      Branch: perl
26471            ! ext/re/re.t
26472 ____________________________________________________________________________
26473 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
26474         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
26475              From: chromatic <chromatic@rmci.net>
26476              Date: Thu, 20 Dec 2001 16:16:48 -0700
26477              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
26478      Branch: perl
26479            + ext/re/re.t
26480            ! MANIFEST
26481 ____________________________________________________________________________
26482 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
26483         Log: Synchronize the skippage message.
26484      Branch: perl
26485            ! lib/ExtUtils/t/MM_OS2.t
26486 ____________________________________________________________________________
26487 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
26488         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
26489              From: chromatic <chromatic@rmci.net>
26490              Date: Thu, 20 Dec 2001 16:09:10 -0700
26491              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
26492      Branch: perl
26493            + lib/ExtUtils/t/MM_OS2.t
26494            ! MANIFEST
26495 ____________________________________________________________________________
26496 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
26497         Log: Subject: perlfunc.pod patch re flock via fcntl
26498              From: "Tye McQueen" <tye@metronet.com>
26499              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
26500              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
26501      Branch: perl
26502            ! pod/perlfunc.pod
26503 ____________________________________________________________________________
26504 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
26505         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
26506              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
26507              (the Unicode maximum code point) warnable offenses.
26508      Branch: perl
26509            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
26510            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
26511 ____________________________________________________________________________
26512 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
26513         Log: Sterner admonishment on -t.
26514      Branch: perl
26515            ! pod/perlrun.pod
26516 ____________________________________________________________________________
26517 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
26518         Log: Subject: [PATCH B::Dpparse] minor qr// fix
26519              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26520              Date: Thu, 20 Dec 2001 22:53:34 +0100
26521              Message-ID: <20011220225334.A735@rafael>
26522      Branch: perl
26523            ! ext/B/B/Deparse.pm
26524 ____________________________________________________________________________
26525 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
26526         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
26527              From: Robert Spier <rspier@pobox.com>
26528              Date: Thu, 20 Dec 2001 08:10:00 -0800
26529              Message-ID: <15394.3416.693353.107334@rls.cx>
26530      Branch: perl
26531            ! lib/Carp/Heavy.pm
26532 ____________________________________________________________________________
26533 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
26534         Log: Integrate perlio:
26535              
26536              [ 13815]
26537              pTHX_ fixes for :win32 layer
26538      Branch: perl
26539           !> win32/win32io.c
26540 ____________________________________________________________________________
26541 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
26542         Log: Subject: Re: [PATCH pod/perliol.pod] resend
26543              From: Stas Bekman <stas@stason.org>
26544              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
26545              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
26546      Branch: perl
26547            ! pod/perliol.pod
26548 ____________________________________________________________________________
26549 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
26550         Log: Fix up the APIs noone hopefully uses.
26551      Branch: perl
26552            ! utf8.c
26553 ____________________________________________________________________________
26554 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
26555         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
26556              Date: Wed, 19 Dec 2001 14:13:38 -0800
26557              From: Robert Spier <rspier@pobox.com>
26558              Message-ID: <15393.4370.605214.548582@rls.cx>
26559      Branch: perl
26560            ! lib/Carp.t lib/Carp/Heavy.pm
26561 ____________________________________________________________________________
26562 [ 13815] By: nick                                  on 2001/12/20  10:23:42
26563         Log: pTHX_ fixes for :win32 layer
26564      Branch: perlio
26565            ! win32/win32io.c
26566 ____________________________________________________________________________
26567 [ 13814] By: nick                                  on 2001/12/20  08:20:11
26568         Log: Integrate mainline (mostly) utf8.c does not compile.
26569      Branch: perlio
26570           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
26571           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26572           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26573           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26574           +> lib/Net/Ping/t/300_ping_stream.t
26575           !> Changes MANIFEST embed.h embed.pl embedvar.h
26576           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
26577           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
26578           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
26579           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
26580           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
26581 ____________________________________________________________________________
26582 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
26583         Log: Some bincompat clawbacks.
26584      Branch: perl
26585            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
26586            ! wince/perldll.def
26587 ____________________________________________________________________________
26588 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
26589         Log: gcc pacifying (RH 7.1/ia64).
26590      Branch: perl
26591            ! pp.c
26592 ____________________________________________________________________________
26593 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
26594         Log: Update Changes.
26595      Branch: perl
26596            ! Changes patchlevel.h
26597 ____________________________________________________________________________
26598 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
26599         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
26600              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
26601              Date: Wed, 19 Dec 2001 12:35:07 +0100
26602              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
26603              
26604              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
26605              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26606              Date: Wed, 19 Dec 2001 17:34:51 +0000
26607              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
26608      Branch: perl
26609            ! pod/perlre.pod
26610 ____________________________________________________________________________
26611 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
26612         Log: Integrate perlio:
26613              
26614              [ 13808]
26615              Add pTHX to all vtable functions for future-proofing and
26616              consistency of PerlIO layers.
26617              
26618              [ 13797]
26619              Remove the sometimes-lvalue cast
26620              
26621              [ 13796]
26622              alarm.t with -Uuseperlio fix
26623              - SA_RESTART should only be function of PERL_OLD_SIGNALS
26624              not USE_PERLIO
26625              
26626              [ 13795]
26627              Fix READONLY hashes:
26628              1. Discovered need for disabled scope.c part of Jeff's patch.
26629              2. Corrected hv_delete* - entry was being de-linked from
26630              chain (patch program not smart enough?)
26631      Branch: perl
26632           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26633           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
26634 ____________________________________________________________________________
26635 [ 13808] By: nick                                  on 2001/12/19  16:08:27
26636         Log: Add pTHX to all vtable functions for future-proofing and
26637              consistency of PerlIO layers.
26638      Branch: perlio
26639            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26640            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
26641 ____________________________________________________________________________
26642 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
26643         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
26644      Branch: perl
26645            ! ext/B/B/Assembler.pm
26646 ____________________________________________________________________________
26647 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
26648         Log: Reword the alarm explanation.
26649      Branch: perl
26650            ! pod/perlfunc.pod
26651 ____________________________________________________________________________
26652 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
26653         Log: Subject: [PATCH @13746] OS/2 build
26654              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
26655              Date: Wed, 19 Dec 2001 02:45:41 -0500
26656              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
26657              
26658              (skipped the t/TEST change)
26659      Branch: perl
26660            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
26661            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
26662            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
26663 ____________________________________________________________________________
26664 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
26665         Log: Upgrade to Net::Ping 2.09.
26666      Branch: perl
26667            + lib/Net/Ping/CHANGES lib/Net/Ping/README
26668            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26669            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26670            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
26671            + lib/Net/Ping/t/300_ping_stream.t
26672            ! MANIFEST lib/Net/Ping.pm
26673 ____________________________________________________________________________
26674 [ 13803] By: nick                                  on 2001/12/19  14:43:24
26675         Log: Integrate mainline
26676      Branch: perlio
26677           +> ext/B/t/assembler.t lib/lib.t
26678           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
26679           !> lib/lib_pm.PL t/op/glob.t utf8.c
26680 ____________________________________________________________________________
26681 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
26682         Log: B::Assembler/B::Disassembler patches and test;
26683              from Wolfgang Laun.
26684              
26685              TODO: getting perlcc working.
26686      Branch: perl
26687            + ext/B/t/assembler.t
26688            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
26689 ____________________________________________________________________________
26690 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
26691         Log: Can't printf U8s as UVs.
26692      Branch: perl
26693            ! utf8.c
26694 ____________________________________________________________________________
26695 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
26696         Log: Subject: Re: [PATCH] ...while $var = glob(...)
26697              From: Robin Houston <robin@kitsite.com> 
26698              Date: Wed, 19 Dec 2001 13:48:55 +0000
26699              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
26700              
26701              Not exactly a glob test but internal-logically correct.
26702      Branch: perl
26703            ! t/op/glob.t
26704 ____________________________________________________________________________
26705 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
26706         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
26707              From: Michael G Schwern <schwern@pobox.com> 
26708              Date: Wed, 19 Dec 2001 07:42:54 -0500
26709              Message-ID: <20011219124254.GF8630@blackrider>
26710      Branch: perl
26711            + lib/lib.t
26712            ! MANIFEST lib/lib_pm.PL
26713 ____________________________________________________________________________
26714 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
26715         Log: Integrate with perlio.
26716      Branch: perl
26717           !> hv.c hv.h scope.c util.c
26718 ____________________________________________________________________________
26719 [ 13797] By: nick                                  on 2001/12/19  12:03:21
26720         Log: Remove the sometimes-lvalue cast
26721      Branch: perlio
26722            ! hv.h
26723 ____________________________________________________________________________
26724 [ 13796] By: nick                                  on 2001/12/19  11:02:27
26725         Log: alarm.t with -Uuseperlio fix
26726              - SA_RESTART should only be function of PERL_OLD_SIGNALS
26727              not USE_PERLIO
26728      Branch: perlio
26729            ! util.c
26730 ____________________________________________________________________________
26731 [ 13795] By: nick                                  on 2001/12/19  10:19:40
26732         Log: Fix READONLY hashes:
26733              1. Discovered need for disabled scope.c part of Jeff's patch.
26734              2. Corrected hv_delete* - entry was being de-linked from
26735              chain (patch program not smart enough?)
26736      Branch: perlio
26737            ! hv.c scope.c
26738 ____________________________________________________________________________
26739 [ 13794] By: nick                                  on 2001/12/19  09:35:13
26740         Log: Integrate mainline
26741      Branch: perlio
26742           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
26743           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
26744           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
26745           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
26746           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
26747 ____________________________________________________________________________
26748 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
26749         Log: Regen toc.
26750      Branch: perl
26751            ! pod/perltoc.pod
26752 ____________________________________________________________________________
26753 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
26754         Log: FAQ sync.
26755      Branch: perl
26756            ! pod/perlfaq5.pod
26757 ____________________________________________________________________________
26758 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
26759         Log: Reformat round.
26760      Branch: perl
26761            ! pod/perlunicode.pod
26762 ____________________________________________________________________________
26763 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
26764         Log: Subject: [PATCH] pod/perlunicode.pod
26765              From: Jeffrey Friedl <jfriedl@yahoo.com>
26766              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
26767              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
26768      Branch: perl
26769            ! pod/perlunicode.pod
26770 ____________________________________________________________________________
26771 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
26772         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
26773              From: Jeffrey Friedl <jfriedl@yahoo.com>
26774              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
26775              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
26776      Branch: perl
26777            ! pod/perluniintro.pod
26778 ____________________________________________________________________________
26779 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
26780         Log: Slight pod reformatting.
26781      Branch: perl
26782            ! pod/perluniintro.pod
26783 ____________________________________________________________________________
26784 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
26785         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
26786              From: Jeffrey Friedl <jfriedl@yahoo.com>    
26787              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
26788              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
26789      Branch: perl
26790            ! pod/perluniintro.pod
26791 ____________________________________________________________________________
26792 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
26793         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
26794              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26795              Date: Wed, 19 Dec 2001 01:45:23 +0000
26796              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
26797      Branch: perl
26798            ! sv.c
26799 ____________________________________________________________________________
26800 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
26801         Log: Subject: Porting/checkURL.pl
26802              From: abigail@foad.org
26803              Date: Tue, 18 Dec 2001 19:03:22 +0100          
26804              Message-ID: <20011218180322.8278.qmail@foad.org> 
26805      Branch: perl
26806            ! Porting/checkURL.pl
26807 ____________________________________________________________________________
26808 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
26809         Log: metaconfig unit change for #13783.
26810      Branch: metaconfig
26811            ! U/modified/Loc.U
26812 ____________________________________________________________________________
26813 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
26814         Log: A bit too oversweeping matching in #13778.
26815      Branch: perl
26816            ! Configure
26817 ____________________________________________________________________________
26818 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
26819         Log: Re-gen Configure based on #13778..13781.
26820      Branch: perl
26821            ! Configure config_h.SH
26822 ____________________________________________________________________________
26823 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
26824         Log: First assume that crypt() can live happy normal life in
26825              the libc or the moral equivalent; only then try magic.
26826      Branch: metaconfig
26827            + U/modified/d_crypt.U
26828 ____________________________________________________________________________
26829 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
26830         Log: In VOS ACLs confuse the testing.
26831      Branch: metaconfig
26832            ! U/modified/Findhdr.U
26833 ____________________________________________________________________________
26834 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
26835         Log: Either make or gmake.
26836      Branch: metaconfig
26837            ! U/modified/Loc.U
26838 ____________________________________________________________________________
26839 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
26840         Log: If your _exe is different from .exe and your test -f $foo
26841              doesn't do magic to recognize $foo$_exe, you will need to
26842              specify -D_exe=... on command line-- and this patch.
26843      Branch: metaconfig
26844            + U/modified/sh.U
26845            ! U/modified/Loc.U
26846 ____________________________________________________________________________
26847 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
26848         Log: Fix the bugs in #13768..13776, and regen Configure.
26849      Branch: metaconfig
26850            ! U/compline/nblock_io.U U/modified/Findhdr.U
26851            ! U/modified/spitshell.U
26852      Branch: metaconfig/U/perl
26853            ! issymlink.U perlpath.U
26854      Branch: perl
26855            ! Configure config_h.SH
26856 ____________________________________________________________________________
26857 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
26858         Log: Must test with $_exe. (There are plenty of similar
26859              spots earlier but they are a tad more complex to fix
26860              since they come before the hints are run.)
26861      Branch: metaconfig
26862            + U/modified/yacc.U
26863 ____________________________________________________________________________
26864 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
26865         Log: F_SETFL might require <fcntl.h>
26866      Branch: metaconfig
26867            ! U/compline/nblock_io.U
26868 ____________________________________________________________________________
26869 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
26870         Log: Don't require make; have both make and gmake optional.
26871              (Maybe have a check that at least one of them is available?)
26872      Branch: metaconfig
26873            ! U/modified/Loc.U
26874 ____________________________________________________________________________
26875 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
26876         Log: cat might be farther than /bin or /usr/bin.
26877      Branch: metaconfig
26878            ! U/modified/spitshell.U
26879 ____________________________________________________________________________
26880 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
26881         Log: In VOS the path component separator is >, not /.
26882      Branch: metaconfig
26883            ! U/modified/Findhdr.U
26884 ____________________________________________________________________________
26885 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
26886         Log: The VOS shell doesn't implement the ? wildcard
26887              (? is used for other purposes, I assume); but
26888              it does implement the * wildcard, and that works
26889              in the general case just fine.
26890      Branch: metaconfig/U/perl
26891            ! d_dlsymun.U
26892 ____________________________________________________________________________
26893 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
26894         Log: VOS detection.
26895      Branch: metaconfig
26896            ! U/modified/Oldconfig.U
26897 ____________________________________________________________________________
26898 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
26899         Log: Proper path for VOS.
26900      Branch: metaconfig
26901            ! U/modified/Head.U
26902 ____________________________________________________________________________
26903 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
26904         Log: Change s/>& 4/>&4/g for consistency.
26905      Branch: metaconfig
26906            + U/modified/d_dosuid.U
26907            ! U/modified/d_socket.U
26908      Branch: metaconfig/U/perl
26909            ! issymlink.U perlxvf.U
26910 ____________________________________________________________________________
26911 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
26912         Log: Subject: Re: Benchmark.t failure on Linux
26913              From: Nicholas Clark <nick@ccl4.org>
26914              Date: Tue, 18 Dec 2001 22:51:25 +0000
26915              Message-ID: <20011218225124.N21702@plum.flirble.org>
26916      Branch: perl
26917            ! lib/Benchmark.t
26918 ____________________________________________________________________________
26919 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
26920         Log: Re-applying #13752 until a better solution can be found.
26921      Branch: perl
26922            ! lib/ExtUtils/t/MM_Unix.t
26923 ____________________________________________________________________________
26924 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
26925         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
26926              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
26927              Date: Tue, 18 Dec 2001 12:05:40 -0500
26928              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
26929      Branch: perl
26930            ! lib/Exporter.pm
26931 ____________________________________________________________________________
26932 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
26933         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
26934              findings -- some of the warnings I can't explain except
26935              by NVgf being detected wrong, though.
26936      Branch: perl
26937            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
26938 ____________________________________________________________________________
26939 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
26940         Log: Subject: [PATCH] pod/perluniintro.pod
26941              From: Jeffrey Friedl <jfriedl@yahoo.com>
26942              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
26943              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
26944      Branch: perl
26945            ! pod/perluniintro.pod
26946 ____________________________________________________________________________
26947 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
26948         Log: ".pm" is the native executable suffix in VOS.
26949      Branch: perl
26950            ! hints/vos.sh
26951 ____________________________________________________________________________
26952 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
26953         Log: Integrate perlio:
26954              
26955              [ 13760]
26956              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
26957              - added delete of READONLY value inhibit & test for same
26958              - re-tabbed
26959      Branch: perl
26960           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
26961 ____________________________________________________________________________
26962 [ 13760] By: nick                                  on 2001/12/18  15:55:22
26963         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
26964              - added delete of READONLY value inhibit & test for same
26965              - re-tabbed
26966      Branch: perlio
26967            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
26968 ____________________________________________________________________________
26969 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
26970         Log: (Undone by #13766.)
26971              Retract #13752.
26972      Branch: perl
26973            ! lib/ExtUtils/t/MM_Unix.t
26974 ____________________________________________________________________________
26975 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
26976         Log: Echoes of #13757.
26977      Branch: perl
26978            ! t/lib/warnings/utf8
26979 ____________________________________________________________________________
26980 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
26981         Log: Make the utf8 malformedness messages more verbose.
26982      Branch: perl
26983            ! lib/utf8.t utf8.c
26984 ____________________________________________________________________________
26985 [ 13756] By: nick                                  on 2001/12/18  14:43:58
26986         Log: Integrate mainline
26987      Branch: perlio
26988           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
26989           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
26990           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
26991           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
26992           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
26993           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
26994            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
26995            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
26996            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
26997            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
26998            - lib/ExtUtils/testlib.t
26999           !> (integrate 28 files)
27000 ____________________________________________________________________________
27001 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
27002         Log: README.aix updates from Jens-Uwe Mager.
27003      Branch: perl
27004            ! README.aix
27005 ____________________________________________________________________________
27006 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
27007         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
27008              From: Michael G Schwern <schwern@pobox.com>
27009              Date: Tue, 18 Dec 2001 00:58:18 -0500
27010              Message-ID: <20011218055818.GC4362@blackrider>
27011      Branch: perl
27012            ! lib/Benchmark.t
27013 ____________________________________________________________________________
27014 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
27015         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
27016              From: Michael G Schwern <schwern@pobox.com>
27017              Date: Tue, 18 Dec 2001 00:40:38 -0500
27018              Message-ID: <20011218054038.GB4362@blackrider>
27019      Branch: perl
27020            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
27021 ____________________________________________________________________________
27022 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
27023         Log: (reintroduced by #13766)
27024              (retracted by #13759)
27025              
27026              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
27027              From: Michael G Schwern <schwern@pobox.com>  
27028              Date: Tue, 18 Dec 2001 00:00:23 -0500
27029              Message-ID: <20011218050023.GA27893@blackrider>
27030      Branch: perl
27031            ! lib/ExtUtils/t/MM_Unix.t
27032 ____________________________________________________________________________
27033 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
27034         Log: Re-patch #13749.
27035      Branch: perl
27036            ! t/op/glob.t
27037 ____________________________________________________________________________
27038 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
27039         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
27040              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27041              Date: Tue, 18 Dec 2001 12:55:43 +0000
27042              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
27043      Branch: perl
27044            ! ext/Devel/Peek/Peek.pm
27045 ____________________________________________________________________________
27046 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
27047         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
27048              From: Robin Houston <robin@kitsite.com> 
27049              Date: Tue, 18 Dec 2001 14:54:33 +0000
27050              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
27051      Branch: perl
27052            ! t/op/glob.t
27053 ____________________________________________________________________________
27054 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
27055         Log: Subject: [PATCH] slightly more for Exporter.pm
27056              From: Nicholas Clark <nick@ccl4.org>
27057              Date: Tue, 18 Dec 2001 00:22:03 +0000
27058              Message-ID: <20011218002203.M21702@plum.flirble.org>
27059      Branch: perl
27060            ! lib/Exporter.pm
27061 ____________________________________________________________________________
27062 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
27063         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
27064              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27065              Date: Mon, 17 Dec 2001 16:37:18 +0100
27066              Message-ID: <20011217163718.A2292@rafael>
27067              
27068              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
27069              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27070              Date: Mon, 17 Dec 2001 23:17:06 +0100
27071              Message-ID: <20011217231706.A730@rafael>
27072      Branch: perl
27073            ! pod/perlsub.pod pp.c toke.c
27074 ____________________________________________________________________________
27075 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
27076         Log: Update Changes.
27077      Branch: perl
27078            ! Changes patchlevel.h
27079 ____________________________________________________________________________
27080 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
27081         Log: New test warrants a MANIFEST entry.
27082      Branch: perl
27083            ! MANIFEST
27084 ____________________________________________________________________________
27085 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
27086         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27087              From: Robin Houston <robin@kitsite.com>
27088              Date: Mon, 17 Dec 2001 20:27:30 +0000
27089              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
27090              
27091              Can't portably unlink open files.
27092      Branch: perl
27093            ! t/op/glob.t
27094 ____________________________________________________________________________
27095 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
27096         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
27097      Branch: perl
27098            ! pod/perluniintro.pod
27099 ____________________________________________________________________________
27100 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
27101         Log: Move typeglob test from glob.t to gv.t.
27102      Branch: perl
27103            ! t/op/glob.t t/op/gv.t
27104 ____________________________________________________________________________
27105 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
27106         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
27107              From: Robin Houston <robin@kitsite.com> 
27108              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
27109              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
27110      Branch: perl
27111            ! t/op/glob.t
27112 ____________________________________________________________________________
27113 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
27114         Log: Demote the surrogate and non-character errors to warnings.
27115      Branch: perl
27116            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
27117 ____________________________________________________________________________
27118 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
27119         Log: Subject: [PATCH] more POSIX tests, and more autoloading
27120              From: Nicholas Clark <nick@ccl4.org>
27121              Date: Mon, 17 Dec 2001 18:27:47 +0000
27122              Message-ID: <20011217182747.D21702@plum.flirble.org>
27123      Branch: perl
27124            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
27125 ____________________________________________________________________________
27126 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
27127         Log: Subject: [PATCH] ...while $var = glob(...)
27128              From: Robin Houston <robin@kitsite.com> 
27129              Date: Mon, 17 Dec 2001 15:51:54 +0000
27130              Message-ID: <20011217155153.A311@robin.kitsite.com>
27131      Branch: perl
27132            ! op.c
27133 ____________________________________________________________________________
27134 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
27135         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
27136              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27137              Date: Mon, 17 Dec 2001 15:23:01 +0100
27138              Message-ID: <20011217152301.A704@rafael>
27139      Branch: perl
27140            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
27141 ____________________________________________________________________________
27142 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
27143         Log: The system() vs $SIG{ARLM} is no more a todo.
27144      Branch: perl
27145            ! t/op/alarm.t
27146 ____________________________________________________________________________
27147 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
27148         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
27149              From: Michael G Schwern <schwern@pobox.com>
27150              Date: Sun, 16 Dec 2001 23:59:01 -0500
27151              Message-ID: <20011217045901.GL17232@blackrider>
27152      Branch: perl
27153            + t/op/alarm.t
27154            ! MANIFEST
27155 ____________________________________________________________________________
27156 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
27157         Log: s/UNIX/Unix/
27158      Branch: perl
27159            ! MANIFEST
27160 ____________________________________________________________________________
27161 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
27162         Log: Move ExtUtils tests to lib/ExtUtils/t.
27163      Branch: perl
27164            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
27165            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
27166            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
27167            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
27168            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
27169            + lib/ExtUtils/t/testlib.t
27170            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
27171            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
27172            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
27173            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
27174            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
27175            ! MANIFEST
27176 ____________________________________________________________________________
27177 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
27178         Log: Subject: [PATCH] MM_Unix tests, and some questions
27179              From: Tels <perl_dummy@bloodgate.com>
27180              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
27181              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
27182              
27183              Subject: Re: [PATCH] MM_Unix tests, and some questions
27184              From: Tels <perl_dummy@bloodgate.com>
27185              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
27186              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
27187      Branch: perl
27188            + lib/ExtUtils/MM_Unix.t
27189            ! MANIFEST lib/ExtUtils/MM_Unix.pm
27190 ____________________________________________________________________________
27191 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
27192         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
27193              From: Michael G Schwern <schwern@pobox.com>
27194              Date: Sun, 16 Dec 2001 17:53:55 -0500
27195              Message-ID: <20011216225354.GE8900@blackrider>
27196      Branch: perl
27197            ! lib/ExtUtils/MM_Unix.pm
27198 ____________________________________________________________________________
27199 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
27200         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
27201              From: Michael G Schwern <schwern@pobox.com>                
27202              Date: Sun, 16 Dec 2001 16:12:55 -0500
27203              Message-ID: <20011216211255.GV8900@blackrider>
27204      Branch: perl
27205            ! ext/B/B/Deparse.pm
27206 ____________________________________________________________________________
27207 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
27208         Log: Subject: [PATCH] Exporter.pm
27209              From: Nicholas Clark <nick@ccl4.org>
27210              Date: Sun, 16 Dec 2001 19:24:25 +0000
27211              Message-ID: <20011216192425.R21702@plum.flirble.org>
27212      Branch: perl
27213            ! lib/Exporter.pm
27214 ____________________________________________________________________________
27215 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
27216         Log: Subject: [PATCH] Exporter.t (and question)
27217              From: Nicholas Clark <nick@ccl4.org>
27218              Date: Sun, 16 Dec 2001 17:24:55 +0000
27219              Message-ID: <20011216172455.P21702@plum.flirble.org>
27220      Branch: perl
27221            ! lib/Exporter.t
27222 ____________________________________________________________________________
27223 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
27224         Log: Subject: Re: perl@13661
27225              From: "John P. Linderman" <jpl@research.att.com>              
27226              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
27227              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
27228      Branch: perl
27229            ! pp_sort.c
27230 ____________________________________________________________________________
27231 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
27232         Log: Subject: Will the real Unicode encoding please stand up?
27233              From: Jeffrey Friedl <jfriedl@yahoo.com>
27234              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
27235              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
27236      Branch: perl
27237            ! pod/perluniintro.pod
27238 ____________________________________________________________________________
27239 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
27240         Log: Integrate perlio:
27241              
27242              [ 13724]
27243              Fix for alarm() breaking into wait*().
27244              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
27245              signal handler before caller re-does the system call.
27246      Branch: perl
27247           !> util.c
27248 ____________________________________________________________________________
27249 [ 13724] By: nick                                  on 2001/12/17  09:16:50
27250         Log: Fix for alarm() breaking into wait*().
27251              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
27252              signal handler before caller re-does the system call.
27253      Branch: perlio
27254            ! util.c
27255 ____________________________________________________________________________
27256 [ 13723] By: nick                                  on 2001/12/17  07:45:13
27257         Log: Integrate mainline
27258      Branch: perlio
27259           +> (branch 26 files)
27260           !> (integrate 47 files)
27261 ____________________________________________________________________________
27262 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
27263         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
27264              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
27265              and characters beyond 0x10FFF should be disallowed, too,
27266              but some tests would need changing, but more importantly some
27267              APIs would need remodeling since one can easily generate such
27268              characters either by bitwise complements, tr complements, or
27269              v-strings.
27270      Branch: perl
27271            ! pod/perldiag.pod utf8.c
27272 ____________________________________________________________________________
27273 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
27274         Log: Make surrogates illegal also on EBCDIC.
27275      Branch: perl
27276            ! utf8.c
27277 ____________________________________________________________________________
27278 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
27279         Log: Subject: [patch @13687] Unicode::Collate 0.10
27280              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
27281              Date: Sun, 16 Dec 2001 21:22:12 +0900
27282              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
27283      Branch: perl
27284            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27285            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27286 ____________________________________________________________________________
27287 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
27288         Log: More documentation for the encoding pragma.
27289      Branch: perl
27290            ! lib/encoding.pm
27291 ____________________________________________________________________________
27292 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
27293         Log: Subject: [PATCH] lib/open.pm 
27294              From: Jeffrey Friedl <jfriedl@yahoo.com>
27295              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
27296              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
27297      Branch: perl
27298            ! lib/open.pm
27299 ____________________________________________________________________________
27300 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
27301         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
27302              From: chromatic <chromatic@rmci.net>
27303              Date: Sat, 15 Dec 2001 23:24:40 -0700
27304              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
27305      Branch: perl
27306            + lib/ExtUtils/Installed.t
27307            ! MANIFEST
27308 ____________________________________________________________________________
27309 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
27310         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
27311              From: Michael G Schwern <schwern@pobox.com>
27312              Date: Sun, 16 Dec 2001 01:14:00 -0500
27313              Message-ID: <20011216061400.GC8900@blackrider>
27314      Branch: perl
27315            ! lib/diagnostics.pm
27316 ____________________________________________________________________________
27317 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
27318         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
27319              From: Michael G Schwern <schwern@pobox.com>
27320              Date: Sun, 16 Dec 2001 01:12:42 -0500
27321              Message-ID: <20011216061242.GB8900@blackrider>
27322      Branch: perl
27323            ! t/test.pl
27324 ____________________________________________________________________________
27325 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
27326         Log: I sometimes outsmart myself.
27327      Branch: perl
27328            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
27329 ____________________________________________________________________________
27330 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
27331         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
27332              From: Michael G Schwern <schwern@pobox.com>
27333              Date: Sat, 15 Dec 2001 15:08:29 -0500
27334              Message-ID: <20011215200829.GK1548@blackrider>
27335      Branch: perl
27336            ! lib/AutoSplit.pm
27337 ____________________________________________________________________________
27338 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
27339         Log: perlunicode enchancements suggested by Jeffrey Friedl.
27340      Branch: perl
27341            ! pod/perlunicode.pod
27342 ____________________________________________________________________________
27343 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
27344         Log: Subject: [PATCH] perlunicode.pod
27345              From: Jeffrey Friedl <jfriedl@yahoo.com>
27346              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
27347              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
27348      Branch: perl
27349            ! pod/perlunicode.pod
27350 ____________________________________________________________________________
27351 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
27352         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
27353              From: Jeffrey Friedl <jfriedl@yahoo.com>
27354              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
27355              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
27356      Branch: perl
27357            ! lib/utf8_heavy.pl
27358 ____________________________________________________________________________
27359 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
27360         Log: Can't create surrogates; so can't match them, either.
27361      Branch: perl
27362            ! pod/perlunicode.pod
27363 ____________________________________________________________________________
27364 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
27365         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
27366              From: Michael G Schwern <schwern@pobox.com>
27367              Date: Sat, 15 Dec 2001 21:20:35 -0500
27368              Message-ID: <20011216022035.GE5672@blackrider>
27369      Branch: perl
27370            ! t/test.pl
27371 ____________________________________________________________________________
27372 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
27373         Log: Make creating UTF-8 surrogates a punishable act.
27374      Branch: perl
27375            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
27376 ____________________________________________________________________________
27377 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
27378         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
27379      Branch: perl
27380            + lib/unicore/In/172.pl lib/unicore/In/173.pl
27381            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
27382            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
27383            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
27384            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
27385            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
27386 ____________________________________________________________________________
27387 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
27388         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
27389              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27390              Date: Sat, 15 Dec 2001 23:21:43 +0100
27391              Message-ID: <20011215232143.A11790@rafael>
27392      Branch: perl
27393            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
27394 ____________________________________________________________________________
27395 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
27396         Log: Make charnames more robust.
27397      Branch: perl
27398            ! lib/charnames.pm
27399 ____________________________________________________________________________
27400 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
27401         Log: The hoops one has to jump through.
27402      Branch: perl
27403            ! ext/I18N/Langinfo/Langinfo.pm
27404 ____________________________________________________________________________
27405 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
27406         Log: Subject: [PATCH] perlstyle.pod nit on warnings
27407              From: Autrijus Tang <autrijus@egb.elixus.org>
27408              Date: Sat, 15 Dec 2001 04:24:34 -0800
27409              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
27410      Branch: perl
27411            ! pod/perlstyle.pod
27412 ____________________________________________________________________________
27413 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
27414         Log: I don't think we are in FooOS, Toto.
27415      Branch: perl
27416            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
27417 ____________________________________________________________________________
27418 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
27419         Log: Subject: Re: Untested modules update:  There's more than we thought
27420              From: chromatic <chromatic@rmci.net>
27421              Date: Fri, 14 Dec 2001 17:20:24 -0700
27422              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
27423      Branch: perl
27424            + lib/ExtUtils/MM_Cygwin.t
27425            ! MANIFEST
27426 ____________________________________________________________________________
27427 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
27428         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
27429              From: Michael G Schwern <schwern@pobox.com> 
27430              Date: Fri, 14 Dec 2001 20:59:42 -0500
27431              Message-ID: <20011215015942.GF28596@blackrider>
27432      Branch: perl
27433            ! t/TEST
27434 ____________________________________________________________________________
27435 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
27436         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
27437              From: Michael G Schwern <schwern@pobox.com> 
27438              Date: Fri, 14 Dec 2001 20:03:46 -0500
27439              Message-ID: <20011215010346.GD28596@blackrider>
27440      Branch: perl
27441            + ext/B/t/bblock.t
27442            ! MANIFEST
27443 ____________________________________________________________________________
27444 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
27445         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
27446              From: Michael G Schwern <schwern@pobox.com> 
27447              Date: Fri, 14 Dec 2001 19:59:13 -0500
27448              Message-ID: <20011215005913.GC28596@blackrider>
27449      Branch: perl
27450            ! ext/B/B/Bblock.pm
27451 ____________________________________________________________________________
27452 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
27453         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
27454              From: Michael G Schwern <schwern@pobox.com> 
27455              Date: Fri, 14 Dec 2001 19:36:12 -0500
27456              Message-ID: <20011215003611.GA28596@blackrider>
27457      Branch: perl
27458            + ext/B/t/asmdata.t
27459            ! MANIFEST
27460 ____________________________________________________________________________
27461 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
27462         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
27463              From: Michael G Schwern <schwern@pobox.com> 
27464              Date: Fri, 14 Dec 2001 19:14:14 -0500
27465              Message-ID: <20011215001414.GA25077@blackrider>
27466      Branch: perl
27467            ! bytecode.pl ext/B/B/Asmdata.pm
27468 ____________________________________________________________________________
27469 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
27470         Log: Permissions.
27471      Branch: perl
27472            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
27473            ! ext/Devel/PPPort/module3.c
27474 ____________________________________________________________________________
27475 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
27476         Log: Benchmark test from Nicholas Clark.
27477      Branch: perl
27478            + lib/Benchmark.t
27479            ! MANIFEST lib/Benchmark.pm
27480 ____________________________________________________________________________
27481 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
27482         Log: Mithing.
27483      Branch: perl
27484            + lib/Attribute/Handlers/demo/demo2.pl
27485            + lib/Attribute/Handlers/demo/demo3.pl
27486            + lib/Attribute/Handlers/demo/demo4.pl
27487 ____________________________________________________________________________
27488 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
27489         Log: Silence compiler worries found by Schwern/Digital cc.
27490      Branch: perl
27491            ! perlio.c sv.c x2p/str.c
27492 ____________________________________________________________________________
27493 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
27494         Log: User may not have a valid home directory even if
27495              getpwuid() succedds.
27496      Branch: perl
27497            ! ext/File/Glob/t/basic.t
27498 ____________________________________________________________________________
27499 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
27500         Log: Integrate with perlio.  (No changes, but that's okay.)
27501      Branch: perl
27502           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
27503 ____________________________________________________________________________
27504 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
27505         Log: Add a Configure hints file for VOS: the POSIX support
27506              of VOS is getting close to the point where it can run
27507              Configure (some Configure tweaks will be required).
27508      Branch: perl
27509            + hints/vos.sh
27510            ! MANIFEST
27511 ____________________________________________________________________________
27512 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
27513         Log: Update Changes.
27514      Branch: perl
27515            ! Changes patchlevel.h
27516 ____________________________________________________________________________
27517 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
27518         Log: Reintroduce Attribute::Handlers with Spider's fixes.
27519      Branch: perl
27520            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27521            + lib/Attribute/Handlers/README
27522            + lib/Attribute/Handlers/demo/Demo.pm
27523            + lib/Attribute/Handlers/demo/Descriptions.pm
27524            + lib/Attribute/Handlers/demo/MyClass.pm
27525            + lib/Attribute/Handlers/demo/demo.pl
27526            + lib/Attribute/Handlers/demo/demo_call.pl
27527            + lib/Attribute/Handlers/demo/demo_chain.pl
27528            + lib/Attribute/Handlers/demo/demo_cycle.pl
27529            + lib/Attribute/Handlers/demo/demo_hashdir.pl
27530            + lib/Attribute/Handlers/demo/demo_phases.pl
27531            + lib/Attribute/Handlers/demo/demo_range.pl
27532            + lib/Attribute/Handlers/demo/demo_rawdata.pl
27533            + lib/Attribute/Handlers/t/multi.t
27534            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
27535 ____________________________________________________________________________
27536 [ 13685] By: nick                                  on 2001/12/14  15:57:00
27537         Log: Integrate mainline
27538      Branch: perlio
27539           +> t/run/switcht.t
27540           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
27541           !> perlapi.h pod/perlrun.pod t/TEST taint.c
27542 ____________________________________________________________________________
27543 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
27544         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
27545              From: Michael G Schwern <schwern@pobox.com> 
27546              Date: Thu, 13 Dec 2001 19:27:08 -0500
27547              Message-ID: <20011214002707.GA10532@blackrider>
27548              
27549              (reword the perlrun -t description a bit,
27550              and move the Itaint_warn to the bottom of
27551              the intrpvar.h for binary compatibility)
27552      Branch: perl
27553            + t/run/switcht.t
27554            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
27555            ! perlapi.h pod/perlrun.pod t/TEST taint.c
27556 ____________________________________________________________________________
27557 [ 13683] By: nick                                  on 2001/12/14  12:29:41
27558         Log: Integrate mainline
27559      Branch: perlio
27560           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
27561           +> lib/Term/ReadLine.t t/op/hashassign.t
27562            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27563            - lib/Attribute/Handlers/README
27564            - lib/Attribute/Handlers/demo/Demo.pm
27565            - lib/Attribute/Handlers/demo/Descriptions.pm
27566            - lib/Attribute/Handlers/demo/MyClass.pm
27567            - lib/Attribute/Handlers/demo/demo.pl
27568            - lib/Attribute/Handlers/demo/demo2.pl
27569            - lib/Attribute/Handlers/demo/demo3.pl
27570            - lib/Attribute/Handlers/demo/demo4.pl
27571            - lib/Attribute/Handlers/demo/demo_call.pl
27572            - lib/Attribute/Handlers/demo/demo_chain.pl
27573            - lib/Attribute/Handlers/demo/demo_cycle.pl
27574            - lib/Attribute/Handlers/demo/demo_hashdir.pl
27575            - lib/Attribute/Handlers/demo/demo_phases.pl
27576            - lib/Attribute/Handlers/demo/demo_range.pl
27577            - lib/Attribute/Handlers/demo/demo_rawdata.pl
27578            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
27579           !> (integrate 101 files)
27580 ____________________________________________________________________________
27581 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
27582         Log: Detypo.
27583      Branch: perl
27584            ! utf8.c
27585 ____________________________________________________________________________
27586 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
27587         Log: Buffer overflow checks.
27588      Branch: perl
27589            ! utf8.c
27590 ____________________________________________________________________________
27591 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
27592         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
27593              From: Spider Boardman <spider@leggy.zk3.dec.com>
27594              Date: Thu, 13 Dec 2001 15:32:51 -0500
27595              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
27596      Branch: perl
27597            ! lib/ExtUtils/Embed.t
27598 ____________________________________________________________________________
27599 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
27600         Log: More on the Unicode "line" definition.
27601      Branch: perl
27602            ! pod/perlunicode.pod
27603 ____________________________________________________________________________
27604 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
27605         Log: Open-ended VERSION?
27606      Branch: perl
27607            ! lib/ExtUtils/Install.pm
27608 ____________________________________________________________________________
27609 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
27610         Log: Subject: [PATCH] Better make distclean
27611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27612              Date: Thu, 13 Dec 2001 21:10:18 +0100
27613              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
27614      Branch: perl
27615            ! Makefile.SH
27616 ____________________________________________________________________________
27617 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
27618         Log: Remove Memoize::Saves as requested by mjd.
27619      Branch: perl
27620            - lib/Memoize/Saves.pm
27621            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
27622 ____________________________________________________________________________
27623 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
27624         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
27625              From: Michael G Schwern <schwern@pobox.com>
27626              Date: Tue, 11 Dec 2001 23:17:32 -0500
27627              Message-ID: <20011212041732.GS17250@blackrider>
27628      Branch: perl
27629            ! lib/ExtUtils/Install.pm
27630 ____________________________________________________________________________
27631 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
27632         Log: Subject: [PATCH] Re: use utf8; with bad utf8
27633              From: Nicholas Clark <nick@ccl4.org>
27634              Date: Thu, 13 Dec 2001 17:09:39 +0000
27635              Message-ID: <20011213170939.L21702@plum.flirble.org>
27636      Branch: perl
27637            ! t/lib/1_compile.t
27638 ____________________________________________________________________________
27639 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
27640         Log: Subject: (LONG!) Sort benchmarks and patch
27641              From: "John P. Linderman" <jpl@research.att.com>
27642              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
27643              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
27644      Branch: perl
27645            ! pp_sort.c
27646 ____________________________________________________________________________
27647 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
27648         Log: Unadorned numbers evil.
27649      Branch: perl
27650            ! pp.c regcomp.c regexec.c utf8.c utf8.h
27651 ____________________________________________________________________________
27652 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
27653         Log: "preprocessing directive not recognized within macro arg"
27654      Branch: perl
27655            ! ext/Data/Dumper/Dumper.xs
27656 ____________________________________________________________________________
27657 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
27658         Log: Subject: Clarifying the documentation of goto            
27659              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
27660              Date: Thu, 13 Dec 2001 08:57:38 -0500
27661              Message-ID: <3C18BD8B@operamail.com>
27662      Branch: perl
27663            ! pod/perlfunc.pod
27664 ____________________________________________________________________________
27665 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
27666         Log: It could be possible for the case-insensitive
27667              Unicode-aware string comparison to wander off
27668              to the la-la land.
27669      Branch: perl
27670            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
27671            ! regexec.c utf8.c
27672 ____________________________________________________________________________
27673 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
27674         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
27675              From: Michael G Schwern <schwern@pobox.com> 
27676              Date: Wed, 12 Dec 2001 21:53:46 -0500
27677              Message-ID: <20011213025346.GH25129@blackrider>
27678      Branch: perl
27679            ! lib/Net/hostent.t t/op/stat.t t/test.pl
27680 ____________________________________________________________________________
27681 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
27682         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
27683              From: Michael G Schwern <schwern@pobox.com> 
27684              Date: Wed, 12 Dec 2001 20:33:42 -0500
27685              Message-ID: <20011213013342.GX25129@blackrider>
27686      Branch: perl
27687            ! t/io/fs.t
27688 ____________________________________________________________________________
27689 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
27690         Log: Subject: Re: [PATCH] use utf8; tests
27691              From: Nicholas Clark <nick@ccl4.org>
27692              Date: Thu, 13 Dec 2001 00:16:58 +0000
27693              Message-ID: <20011213001658.I21702@plum.flirble.org>
27694      Branch: perl
27695            ! lib/utf8.t
27696 ____________________________________________________________________________
27697 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
27698         Log: EPOC fixes from Olaf Flebbe.
27699      Branch: perl
27700            ! README.epoc epoc/config.sh epoc/createpkg.pl
27701            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
27702 ____________________________________________________________________________
27703 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
27704         Log: Subject: [PATCH perl@13661] VMS test fix-ups
27705              From: "Craig A. Berry" <craigberry@mac.com>
27706              Date: Wed, 12 Dec 2001 16:27:48 -0600
27707              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
27708      Branch: perl
27709            ! lib/Net/hostent.t t/io/fs.t
27710 ____________________________________________________________________________
27711 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
27712         Log: Subject: Re: Next cygwin round.
27713              From: "Gerrit P. Haase" <gp@familiehaase.de>
27714              Date: Wed, 12 Dec 2001 21:59:00 +0100
27715              Message-ID: <122343874595.20011212215900@familiehaase.de>
27716      Branch: perl
27717            ! t/io/fs.t
27718 ____________________________________________________________________________
27719 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
27720         Log: Subject: [PATCH] use utf8; tests
27721              From: Nicholas Clark <nick@ccl4.org>
27722              Date: Wed, 12 Dec 2001 20:07:04 +0000
27723              Message-ID: <20011212200704.E21702@plum.flirble.org>
27724      Branch: perl
27725            ! lib/utf8.t t/test.pl
27726 ____________________________________________________________________________
27727 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
27728         Log: Update Changes.
27729      Branch: perl
27730            ! Changes patchlevel.h
27731 ____________________________________________________________________________
27732 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
27733         Log: Subject: [PATCH] Passing in env to perl_parse did not work
27734              From: Gisle Aas <gisle@ActiveState.com>
27735              Date: 11 Dec 2001 20:52:57 -0800
27736              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
27737      Branch: perl
27738            ! perl.c perl.h
27739 ____________________________________________________________________________
27740 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
27741         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
27742              mostly gcc -Wall complaining about the argument of %p not
27743              being a void *.
27744      Branch: perl
27745            ! perlio.c regcomp.c taint.c toke.c
27746 ____________________________________________________________________________
27747 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
27748         Log: metaconfig unit change for #13657.
27749      Branch: metaconfig
27750            ! U/modified/nis.U
27751 ____________________________________________________________________________
27752 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
27753         Log: Try YP/NIS also from /usr/lib/yp.
27754      Branch: perl
27755            ! Configure
27756 ____________________________________________________________________________
27757 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
27758         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
27759              From: Michael G Schwern <schwern@pobox.com>                
27760              Date: Wed, 12 Dec 2001 05:27:02 -0500      
27761              Message-ID: <20011212102702.GW17250@blackrider>
27762              
27763              (the op/grent part)
27764      Branch: perl
27765            ! t/op/grent.t
27766 ____________________________________________________________________________
27767 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
27768         Log: Weed out .files from ls and readdir() results.
27769      Branch: perl
27770            ! t/op/stat.t
27771 ____________________________________________________________________________
27772 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
27773         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
27774              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
27775              Date: Wed, 12 Dec 2001 10:52:21 +0100
27776              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
27777      Branch: perl
27778            ! lib/File/Find.pm
27779 ____________________________________________________________________________
27780 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
27781         Log: Subject: [PATCH] doio fatal on cygwin for 13651
27782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
27783              Date: Wed, 12 Dec 2001 11:28:13 +0100      
27784              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
27785      Branch: perl
27786            ! doio.c
27787 ____________________________________________________________________________
27788 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
27789         Log: Get the whole line of ls, makes debugging easier
27790              (from Schwern)
27791      Branch: perl
27792            ! t/op/stat.t
27793 ____________________________________________________________________________
27794 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
27795         Log: rename() must be tested even without link()
27796              or the utime() and rename-directory tests fail.
27797              (Also got the BeOS utime atime/time the wrong way round.)
27798      Branch: perl
27799            ! t/io/fs.t
27800 ____________________________________________________________________________
27801 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
27802         Log: Now that the beos.c is compiled at the main level
27803              the header is in the beos/
27804      Branch: perl
27805            ! beos/beos.c
27806 ____________________________________________________________________________
27807 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
27808         Log: Must remember to require Socket.
27809      Branch: perl
27810            ! ext/Sys/Syslog/syslog.t
27811 ____________________________________________________________________________
27812 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
27813         Log: In BeOS Errno must resort to actual compilation
27814              and execution for some of the error constants.
27815      Branch: perl
27816            ! ext/Errno/Errno_pm.PL
27817 ____________________________________________________________________________
27818 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
27819         Log: BeOS still has no good sockets.
27820      Branch: perl
27821            ! ext/IO/lib/IO/t/io_sel.t
27822 ____________________________________________________________________________
27823 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
27824         Log: BeOS sockets are not true sockets.
27825      Branch: perl
27826            ! ext/IO/lib/IO/t/io_poll.t
27827 ____________________________________________________________________________
27828 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
27829         Log: No Socket, no Syslog.
27830      Branch: perl
27831            ! ext/Sys/Syslog/syslog.t
27832 ____________________________________________________________________________
27833 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
27834         Log: (On some platforms) missing truncate FH.
27835      Branch: perl
27836            ! pod/perltodo.pod
27837 ____________________________________________________________________________
27838 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
27839         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
27840              and vms would be muchly appreciated.
27841      Branch: perl
27842            ! t/io/fs.t
27843 ____________________________________________________________________________
27844 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
27845         Log: utime() updates only the mtime in BeOS. 
27846      Branch: perl
27847            ! pod/perlport.pod
27848 ____________________________________________________________________________
27849 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
27850         Log: No link(), no need to dSP.
27851      Branch: perl
27852            ! pp_sys.c
27853 ____________________________________________________________________________
27854 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
27855         Log: Missing argument.
27856      Branch: perl
27857            ! utf8.c
27858 ____________________________________________________________________________
27859 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
27860         Log: (1) To assume any setuid programs is silly.
27861              (2) Chaining tests with booleans means that some
27862              of them may not get run which means getting out
27863              of test count sync.
27864      Branch: perl
27865            ! t/op/stat.t
27866 ____________________________________________________________________________
27867 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
27868         Log: The beos.c needs to be in the main directory.
27869      Branch: perl
27870            ! hints/beos.sh
27871 ____________________________________________________________________________
27872 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
27873         Log: Detypo and rename.
27874      Branch: perl
27875            ! doio.c perl.h perlio.c perliol.h
27876 ____________________________________________________________________________
27877 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
27878         Log: This time I test compiled.  Honest.
27879      Branch: perl
27880            ! beos/beos.c
27881 ____________________________________________________________________________
27882 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
27883         Log: Subject: [PATCH] slightly more pack tests
27884              From: Nicholas Clark <nick@ccl4.org>
27885              Date: Tue, 11 Dec 2001 23:41:23 +0000
27886              Message-ID: <20011211234123.Y21702@plum.flirble.org>
27887      Branch: perl
27888            ! t/op/pack.t
27889 ____________________________________________________________________________
27890 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
27891         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
27892              From: "Craig A. Berry" <craigberry@mac.com>
27893              Date: Tue, 11 Dec 2001 16:39:13 -0600
27894              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
27895      Branch: perl
27896            ! configure.com
27897 ____________________________________________________________________________
27898 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
27899         Log: metaconfig unit change for #13632.
27900      Branch: metaconfig/U/perl
27901            ! perlpath.U
27902 ____________________________________________________________________________
27903 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
27904         Log: Subject: $Config{perlpath} and -Dversiononly
27905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27906              Date: Tue, 11 Dec 2001 23:32:33 +0100
27907              Message-ID: <20011211233233.A11587@rafael>
27908      Branch: perl
27909            ! Configure
27910 ____________________________________________________________________________
27911 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
27912         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
27913              From: Nicholas Clark <nick@ccl4.org>
27914              Date: Tue, 11 Dec 2001 21:59:36 +0000
27915              Message-ID: <20011211215935.W21702@plum.flirble.org>
27916      Branch: perl
27917            ! t/op/pack.t
27918 ____________________________________________________________________________
27919 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
27920         Log: More UTF-8 API docs.
27921      Branch: perl
27922            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
27923 ____________________________________________________________________________
27924 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
27925         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
27926              From: Nicholas Clark <nick@ccl4.org>
27927              Date: Tue, 11 Dec 2001 20:08:59 +0000
27928              Message-ID: <20011211200859.S21702@plum.flirble.org>
27929      Branch: perl
27930            ! t/op/pack.t
27931 ____________________________________________________________________________
27932 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
27933         Log: Subject: Re: use utf8; with bad utf8
27934              From: Nicholas Clark <nick@ccl4.org>
27935              Date: Tue, 11 Dec 2001 19:49:21 +0000
27936              Message-ID: <20011211194921.R21702@plum.flirble.org>
27937      Branch: perl
27938            ! lib/utf8.t
27939 ____________________________________________________________________________
27940 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
27941         Log: Can't spell worth a dam.  (Try Three Gorges.)
27942      Branch: perl
27943            ! beos/beos.c
27944 ____________________________________________________________________________
27945 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
27946         Log: We need DWIM cpps.
27947      Branch: perl
27948            ! perlio.c
27949 ____________________________________________________________________________
27950 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
27951         Log: The unixish.h needs to be found and the waitpid wrapper
27952              could use a proto.
27953      Branch: perl
27954            ! beos/beosish.h
27955 ____________________________________________________________________________
27956 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
27957         Log: The BeOS waitpid() seems to be broken,
27958              have a wrapper for it.
27959      Branch: perl
27960            + beos/beos.c beos/beosish.h
27961            ! MANIFEST hints/beos.sh perl.h
27962 ____________________________________________________________________________
27963 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
27964         Log: Unlean the leaning tower of Babel.
27965      Branch: perl
27966            ! perl.h
27967 ____________________________________________________________________________
27968 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
27969         Log: Retract #13607 until we figure out what to do with autouse.
27970      Branch: perl
27971            ! lib/Carp.pm
27972 ____________________________________________________________________________
27973 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
27974         Log: Try to handle platforms that have O_TEXT != O_BINARY but
27975              which are not DOSish, BeOS being one of such platforms.
27976              Ideally this should be a Configure test, not a hardwired
27977              cpp symbol test... 
27978      Branch: perl
27979            ! doio.c perl.h perlio.c perliol.h
27980 ____________________________________________________________________________
27981 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
27982         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
27983              From: Jonathan Stowe <gellyfish@gellyfish.com>
27984              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
27985              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
27986      Branch: perl
27987            ! lib/Term/Cap.pm lib/Term/Cap.t
27988 ____________________________________________________________________________
27989 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
27990         Log: Subject: [patch perlio.c] test for NULL before derefencing
27991              From: Stas Bekman <stas@stason.org>
27992              Date: Tue, 11 Dec 2001 16:17:55 +0800
27993              Message-ID: <3C15C133.8@stason.org>
27994      Branch: perl
27995            ! perlio.c
27996 ____________________________________________________________________________
27997 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
27998         Log: metaconfig unit change for #13617.
27999      Branch: metaconfig/U/perl
28000            ! Extensions.U
28001 ____________________________________________________________________________
28002 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
28003         Log: BeOS has socket() but not enough to build a working Socket.
28004              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
28005              new networking implementation, which is rumored to fix the
28006              non-standardness of sockets, but it's apparently not publicly
28007              available, and anything to do with BeOS has become quite
28008              complicated with the sale of the Be assets to Palm.)
28009      Branch: perl
28010            ! Configure
28011 ____________________________________________________________________________
28012 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
28013         Log: Update changes
28014      Branch: maint-5.6/macperl
28015            ! macos/Changes
28016 ____________________________________________________________________________
28017 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
28018         Log: Add extra pod to help
28019      Branch: maint-5.6/macperl
28020            ! macos/macperl/MacPerl.podhelp
28021 ____________________________________________________________________________
28022 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
28023         Log: Return DoAppleScript errors in $@
28024      Branch: maint-5.6/macperl
28025            ! macos/ext/MacPerl/OSA.xs
28026 ____________________________________________________________________________
28027 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
28028         Log: Clear out $^E before each script run
28029      Branch: maint-5.6/macperl
28030            ! macos/macperl/MPScript.c
28031 ____________________________________________________________________________
28032 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
28033         Log: Integrate various changes from maint-5.6/perl/.
28034      Branch: maint-5.6/macperl
28035           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
28036           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
28037 ____________________________________________________________________________
28038 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
28039         Log: Subject: Exporter's documentation shouldn't lie               
28040              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28041              Date: Mon, 10 Dec 2001 21:30:20 -0500
28042              Message-ID: <3C4AA201@operamail.com>
28043      Branch: perl
28044            ! lib/Exporter.pm
28045 ____________________________________________________________________________
28046 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
28047         Log: Make Errno better in BeOS (the second hunk is
28048              good on any platform).  Still not working in BeOS
28049              are the E constants that refer BeOS native error
28050              constants (B_...) which are enums (*groan*).
28051      Branch: perl
28052            ! ext/Errno/Errno_pm.PL
28053 ____________________________________________________________________________
28054 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
28055         Log: The BeOS linker seems to link the last seen symbol,
28056              not the first (so the symbols of op.o from libperl.so
28057              would get linked to miniperl instead of the symbols of
28058              opmini.o)-- use the same trick as for NeXT4 for linking
28059              miniperl.
28060      Branch: perl
28061            ! Makefile.SH
28062 ____________________________________________________________________________
28063 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
28064         Log: Subject: Re: [PATCH] tests for hash assignment
28065              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28066              Date: Tue, 11 Dec 2001 01:48:55 +0000
28067              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
28068      Branch: perl
28069            ! utf8.c
28070 ____________________________________________________________________________
28071 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
28072         Log: (retracted by #13622)
28073              
28074              Subject: RE: More verbose POD for Carp
28075              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
28076              Date: Mon, 10 Dec 2001 20:23:20 -0500
28077              Message-ID: <3C4A3566@operamail.com>
28078      Branch: perl
28079            ! lib/Carp.pm
28080 ____________________________________________________________________________
28081 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
28082         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
28083              From: "Craig A. Berry" <craigberry@mac.com>
28084              Date: Mon, 10 Dec 2001 18:25:37 -0600
28085              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
28086      Branch: perl
28087            ! t/op/write.t t/test.pl
28088 ____________________________________________________________________________
28089 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
28090         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
28091              From: Michael G Schwern <schwern@pobox.com>
28092              Date: Mon, 10 Dec 2001 08:00:01 -0500
28093              Message-ID: <20011210130000.GK1770@blackrider>
28094      Branch: perl
28095            ! t/comp/multiline.t
28096 ____________________________________________________________________________
28097 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
28098         Log: Subject: Re: [PATCH] tests for hash assignment
28099              From: Nicholas Clark <nick@ccl4.org>
28100              Date: Mon, 10 Dec 2001 23:22:28 +0000
28101              Message-ID: <20011210232228.M21702@plum.flirble.org>
28102      Branch: perl
28103            + t/op/hashassign.t
28104            ! MANIFEST t/op/each.t t/test.pl
28105 ____________________________________________________________________________
28106 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
28107         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
28108              From: "Craig A. Berry" <craigberry@mac.com>
28109              Date: Mon, 10 Dec 2001 16:38:14 -0600
28110              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
28111      Branch: perl
28112            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
28113 ____________________________________________________________________________
28114 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
28115         Log: Subject: [PATCH perl@13600] configure.com fixes
28116              From: "Craig A. Berry" <craigberry@mac.com>
28117              Date: Mon, 10 Dec 2001 14:40:20 -0600
28118              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
28119      Branch: perl
28120            ! configure.com
28121 ____________________________________________________________________________
28122 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
28123         Log: Silence BeOS compilation moaning.
28124      Branch: perl
28125            ! perl.h
28126 ____________________________________________________________________________
28127 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
28128         Log: Update Changes.
28129      Branch: perl
28130            ! Changes patchlevel.h
28131 ____________________________________________________________________________
28132 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
28133         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
28134              From: Michael G Schwern <schwern@pobox.com>
28135              Date: Mon, 10 Dec 2001 01:21:03 -0500
28136              Message-ID: <20011210062103.GC1770@blackrider>
28137      Branch: perl
28138            ! lib/ExtUtils/Command.t
28139 ____________________________________________________________________________
28140 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
28141         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
28142              From: Michael G Schwern <schwern@pobox.com>
28143              Date: Mon, 10 Dec 2001 01:10:57 -0500
28144              Message-ID: <20011210061057.GB1770@blackrider>
28145      Branch: perl
28146            ! t/op/groups.t
28147 ____________________________________________________________________________
28148 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
28149         Log: Retract #13596, #13593 should do the trick.
28150      Branch: perl
28151            ! t/op/stat.t
28152 ____________________________________________________________________________
28153 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
28154         Log: (retracted by #13597, #13593 does the job better)
28155              
28156              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
28157              From: Michael G Schwern <schwern@pobox.com>
28158              Date: Mon, 10 Dec 2001 00:53:16 -0500
28159              Message-ID: <20011210055316.GA1770@blackrider>
28160      Branch: perl
28161            ! t/op/stat.t
28162 ____________________________________________________________________________
28163 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
28164         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
28165              From: Michael G Schwern <schwern@pobox.com> 
28166              Date: Mon, 10 Dec 2001 02:19:14 -0500
28167              Message-ID: <20011210071914.GF1770@blackrider>
28168      Branch: perl
28169            ! lib/AutoSplit.t
28170 ____________________________________________________________________________
28171 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
28172         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
28173              From: Michael G Schwern <schwern@pobox.com>
28174              Date: Mon, 10 Dec 2001 02:47:40 -0500
28175              Message-ID: <20011210074739.GH1770@blackrider>
28176      Branch: perl
28177            ! t/op/pack.t
28178 ____________________________________________________________________________
28179 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
28180         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
28181              From: Michael G Schwern <schwern@pobox.com>
28182              Date: Mon, 10 Dec 2001 02:54:22 -0500
28183              Message-ID: <20011210075422.GI1770@blackrider>
28184      Branch: perl
28185            ! t/test.pl
28186 ____________________________________________________________________________
28187 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
28188         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
28189              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28190              Date: Mon, 10 Dec 2001 08:45:20 +0100
28191              Message-ID: <3C146810.60B5B7C0@alcatel.at>
28192      Branch: perl
28193            ! pp_pack.c
28194 ____________________________________________________________________________
28195 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
28196         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
28197              From: Michael G Schwern <schwern@pobox.com>
28198              Date: Mon, 10 Dec 2001 03:27:02 -0500
28199              Message-ID: <20011210082702.GN1770@blackrider>
28200      Branch: perl
28201            ! t/io/openpid.t
28202 ____________________________________________________________________________
28203 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
28204         Log: More chmod +w.
28205      Branch: perl
28206            ! Porting/makerel
28207 ____________________________________________________________________________
28208 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
28209         Log: Just skip the readability test if running as root.
28210      Branch: perl
28211            ! lib/Net/t/netrc.t
28212 ____________________________________________________________________________
28213 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
28214         Log: Tell about the downside of safe signals.
28215      Branch: perl
28216            ! pod/perldelta.pod
28217 ____________________________________________________________________________
28218 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
28219         Log: Make the whole -lperl thing NetBSD only until we
28220              find some other platform that needs the same.
28221      Branch: perl
28222            ! lib/ExtUtils/MM_Unix.pm
28223 ____________________________________________________________________________
28224 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
28225         Log: Subject: [PATCH t/op/pack.t] Cleanup
28226              From: Michael G Schwern <schwern@pobox.com> 
28227              Date: Sun, 9 Dec 2001 23:08:26 -0500
28228              Message-ID: <20011210040826.GD660@blackrider>
28229      Branch: perl
28230            ! t/op/pack.t
28231 ____________________________________________________________________________
28232 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
28233         Log: Add threads support for NetBSD.
28234              
28235              This is also the first (I think) Perl threads build with
28236              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
28237              NetBSD does not as of yet have true kernel POSIX threads,
28238              but the user-level pth seems to be doing pretty well--
28239              the only failure is that threads/t/basic okays 6 and 7
28240              consistently seem be arriving in the reverse order.
28241              Well, gdbm.t is also failing: 'Undefined PLT symbol
28242              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
28243              guessing that GDBM would need a threaded rebuild.
28244      Branch: perl
28245            ! hints/netbsd.sh
28246 ____________________________________________________________________________
28247 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
28248         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
28249              potential performance hit and change in semantics of closure
28250              lookups after C<undef &foo>)
28251      Branch: maint-5.6/perl
28252            ! op.c
28253 ____________________________________________________________________________
28254 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
28255         Log: metaconfig unit change for #13582.
28256      Branch: metaconfig
28257            ! U/threads/usethreads.U
28258 ____________________________________________________________________________
28259 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
28260         Log: Update the ithreads selection info in Configure,
28261              as suggested by Michael Schwern.
28262      Branch: perl
28263            ! Configure
28264 ____________________________________________________________________________
28265 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
28266         Log: Clearing locale environment simply doesn't seem to
28267              guarantee that (nl_)langinfo(CODESET) would return nil.
28268              (I for example get "ISO8859-1", so <guess>maybe there can
28269              be per-system default settings at work</guess>.)
28270      Branch: perl
28271            ! lib/open.t
28272 ____________________________________________________________________________
28273 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
28274         Log: Subject: RE: Exporter fixes reversed in 13540?
28275              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
28276              Date: Sun, 9 Dec 2001 12:55:15 -0500
28277              Message-ID: <3C13F455@operamail.com>
28278      Branch: perl
28279            ! lib/open.pm
28280 ____________________________________________________________________________
28281 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
28282         Log: Root is the lizard king.
28283      Branch: perl
28284            ! lib/Net/t/netrc.t
28285 ____________________________________________________________________________
28286 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
28287         Log: Telling how many tests we are expecting helps.
28288      Branch: perl
28289            ! ext/POSIX/t/waitpid.t
28290 ____________________________________________________________________________
28291 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
28292         Log: Add a test case for waitpid(): from Rocco Caputo.
28293      Branch: perl
28294            + ext/POSIX/t/waitpid.t
28295            ! MANIFEST
28296 ____________________________________________________________________________
28297 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
28298         Log: Subject: [PATCH] Term::ReadLine tweaks and test
28299              From: Richard Clamp <richardc@unixbeard.net>
28300              Date: Mon, 10 Dec 2001 00:51:47 +0000
28301              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
28302      Branch: perl
28303            + lib/Term/ReadLine.t
28304            ! MANIFEST lib/Term/ReadLine.pm
28305 ____________________________________________________________________________
28306 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
28307         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
28308              From: Rocco Caputo <troc@netrus.net>
28309              Date: Sun, 9 Dec 2001 18:12:38 -0500
28310              Message-ID: <20011209181238.A803@eyrie.homenet>
28311      Branch: perl
28312            ! win32/win32.c
28313 ____________________________________________________________________________
28314 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
28315         Log: make sure that va_start() has matching va_end();
28316              from OpenBSD 3.0.
28317      Branch: perl
28318            ! x2p/util.c
28319 ____________________________________________________________________________
28320 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
28321         Log: h2ph updates from OpenBSD 3.0.
28322      Branch: perl
28323            ! utils/h2ph.PL
28324 ____________________________________________________________________________
28325 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
28326         Log: OpenBSD hints update from OpenBSD 3.0.
28327      Branch: perl
28328            ! hints/openbsd.sh
28329 ____________________________________________________________________________
28330 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
28331         Log: DJGPP tweaks from Laszlo Molnar.
28332      Branch: perl
28333            ! djgpp/config.over lib/File/Find/t/find.t
28334            ! lib/File/Find/t/taint.t t/pod/find.t
28335 ____________________________________________________________________________
28336 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
28337         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
28338              From: Michael G Schwern <schwern@pobox.com> 
28339              Date: Sun, 9 Dec 2001 19:28:12 -0500
28340              Message-ID: <20011210002812.GF13586@blackrider>
28341      Branch: perl
28342            ! README.cygwin
28343 ____________________________________________________________________________
28344 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
28345         Log: README.cygwin update from Gerrit P. Haase.
28346      Branch: perl
28347            ! README.cygwin
28348 ____________________________________________________________________________
28349 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
28350         Log: Apply NetBSD patch-ag: shared/static linking,
28351              but make the change less intrusive on non-NetBSD.
28352      Branch: perl
28353            ! lib/ExtUtils/MM_Unix.pm
28354 ____________________________________________________________________________
28355 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
28356         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
28357      Branch: perl
28358            ! lib/ExtUtils/Liblist.pm
28359 ____________________________________________________________________________
28360 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
28361         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
28362      Branch: perl
28363            ! regcomp.c
28364 ____________________________________________________________________________
28365 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
28366         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
28367      Branch: perl
28368            ! pp.c
28369 ____________________________________________________________________________
28370 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
28371         Log: Apply NetBSD patch-ac.
28372              (the fix has already been done: change #9706, fully qualified
28373              pathnames in packlists)
28374      Branch: perl
28375            ! lib/ExtUtils/Install.pm
28376 ____________________________________________________________________________
28377 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
28378         Log: Apply NetBSD patch-ab: NetBSD hints update.
28379      Branch: perl
28380            ! hints/netbsd.sh
28381 ____________________________________________________________________________
28382 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
28383         Log: metaconfig unit changes for #13560.
28384      Branch: metaconfig/U/perl
28385            ! dlsrc.U i_ieeefp.U libperl.U
28386 ____________________________________________________________________________
28387 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
28388         Log: NetBSD has <ieeefp.h> but hidden.
28389      Branch: perl
28390            ! hints/netbsd.sh
28391 ____________________________________________________________________________
28392 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
28393         Log: Implement NetBSD patch-aa.
28394      Branch: perl
28395            ! Configure
28396 ____________________________________________________________________________
28397 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
28398         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
28399              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
28400              Date: Sun, 09 Dec 2001 13:40:58 +0100
28401              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
28402              
28403              (The lstat()s were there in 5.6.1: what happened to them?)
28404      Branch: perl
28405            ! lib/File/Find.pm
28406 ____________________________________________________________________________
28407 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
28408         Log: Quickie documentation of the C UTF-8 API.
28409      Branch: perl
28410            ! pod/perlunicode.pod
28411 ____________________________________________________________________________
28412 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
28413         Log: Subject: bleadperl on cygwin weirdness...
28414              From: "Gerrit P. Haase" <gp@familiehaase.de>
28415              Date: Sun, 9 Dec 2001 20:31:28 +0100
28416              Message-ID: <13779422183.20011209203128@familiehaase.de>          
28417              
28418              (plus libperl*.dll version portability tweaks)
28419      Branch: perl
28420            ! lib/ExtUtils/Embed.t
28421 ____________________________________________________________________________
28422 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
28423         Log: Instead of muting symbol export error if under eval,
28424              delay the errors until the croak().
28425              
28426              (replaces #13408)
28427      Branch: perl
28428            ! lib/Exporter/Heavy.pm
28429 ____________________________________________________________________________
28430 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
28431         Log: Basegroup 0 is a cygwin_nt thing.
28432      Branch: perl
28433            ! t/op/groups.t
28434 ____________________________________________________________________________
28435 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
28436         Log: Also WinME is LoseLink.
28437      Branch: perl
28438            ! t/op/stat.t
28439 ____________________________________________________________________________
28440 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
28441         Log: Forgotten checkin.
28442      Branch: perl
28443            ! lib/User/grent.t
28444 ____________________________________________________________________________
28445 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
28446         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
28447              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
28448              Date: Sun, 09 Dec 2001 13:45:06 +0100
28449              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
28450      Branch: perl
28451            ! lib/File/Find.pm
28452 ____________________________________________________________________________
28453 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
28454         Log: Tweakback.
28455      Branch: perl
28456            ! lib/Net/hostent.t
28457 ____________________________________________________________________________
28458 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
28459         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
28460              From: Michael G Schwern <schwern@pobox.com>
28461              Date: Sat, 8 Dec 2001 14:48:38 -0500
28462              Message-ID: <20011208194838.GA8650@blackrider>
28463      Branch: perl
28464            ! t/op/grent.t
28465 ____________________________________________________________________________
28466 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
28467         Log: Subject: [README.cygwin] Removing old expected test failures
28468              From: Michael G Schwern <schwern@pobox.com>
28469              Date: Sat, 8 Dec 2001 15:38:28 -0500
28470              Message-ID: <20011208203828.GB9017@blackrider>
28471      Branch: perl
28472            ! README.cygwin
28473 ____________________________________________________________________________
28474 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
28475         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
28476              From: Michael G Schwern <schwern@pobox.com>                
28477              Date: Sat, 8 Dec 2001 15:26:59 -0500
28478              Message-ID: <20011208202659.GA9017@blackrider> 
28479      Branch: perl
28480            ! lib/Net/hostent.t
28481 ____________________________________________________________________________
28482 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
28483         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
28484              From: Michael G Schwern <schwern@pobox.com> 
28485              Date: Sat, 8 Dec 2001 15:06:16 -0500
28486              Message-ID: <20011208200616.GA8915@blackrider>
28487      Branch: perl
28488            ! t/op/stat.t
28489 ____________________________________________________________________________
28490 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
28491         Log: Developer deprecations and an incompatibility.
28492      Branch: perl
28493            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28494 ____________________________________________________________________________
28495 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
28496         Log: Shoo.
28497      Branch: perl
28498            - lib/Attribute/Handlers.pm
28499 ____________________________________________________________________________
28500 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
28501         Log: Remove Attribute::Handlers, as per Damian's request.
28502              (Because of fixing the my variables to be now handled
28503              in run-time, the whole internals of the A::H needs to
28504              be rewritten and Damian will not have time for that
28505              for months.)
28506      Branch: perl
28507            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
28508            - lib/Attribute/Handlers/demo/Demo.pm
28509            - lib/Attribute/Handlers/demo/Descriptions.pm
28510            - lib/Attribute/Handlers/demo/MyClass.pm
28511            - lib/Attribute/Handlers/demo/demo.pl
28512            - lib/Attribute/Handlers/demo/demo2.pl
28513            - lib/Attribute/Handlers/demo/demo3.pl
28514            - lib/Attribute/Handlers/demo/demo4.pl
28515            - lib/Attribute/Handlers/demo/demo_call.pl
28516            - lib/Attribute/Handlers/demo/demo_chain.pl
28517            - lib/Attribute/Handlers/demo/demo_cycle.pl
28518            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28519            - lib/Attribute/Handlers/demo/demo_phases.pl
28520            - lib/Attribute/Handlers/demo/demo_range.pl
28521            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28522            - lib/Attribute/Handlers/t/multi.t
28523            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
28524            ! pod/perlmodlib.pod pod/perltoc.pod
28525 ____________________________________________________________________________
28526 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
28527         Log: Subject: Re: attributes are broken
28528              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28529              Date: Sun, 09 Dec 2001 00:09:23 -0500
28530              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
28531      Branch: perl
28532            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
28533            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
28534            ! xsutils.c
28535 ____________________________________________________________________________
28536 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
28537         Log: Forgotten checkin.
28538      Branch: perl
28539            ! lib/Pod/Text.pm
28540 ____________________________________________________________________________
28541 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
28542         Log: uconfig.h update.
28543      Branch: perl
28544            ! uconfig.h
28545 ____________________________________________________________________________
28546 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
28547         Log: Update Changes.
28548      Branch: perl
28549            ! Changes patchlevel.h
28550 ____________________________________________________________________________
28551 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
28552         Log: Note that some of the Unicode features are
28553              dependent on perlio.
28554      Branch: perl
28555            ! pod/perluniintro.pod
28556 ____________________________________________________________________________
28557 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
28558         Log: Regen perlapi, regen toc.
28559      Branch: perl
28560            ! pod/perlapi.pod pod/perltoc.pod
28561 ____________________________________________________________________________
28562 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
28563         Log: FAQ sync.
28564      Branch: perl
28565            ! pod/perlfaq4.pod pod/perlfaq6.pod
28566 ____________________________________________________________________________
28567 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
28568         Log: Subject: [PATCH] Fix odd language in an sv.c comment
28569              From: coral@eekeek.org
28570              Date: Sat, 8 Dec 2001 12:19:39 -0500
28571              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
28572      Branch: perl
28573            ! sv.c
28574 ____________________________________________________________________________
28575 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
28576         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
28577              From: Michael G Schwern <schwern@pobox.com>
28578              Date: Fri, 7 Dec 2001 20:03:45 -0500
28579              Message-ID: <20011208010345.GD642@blackrider>
28580              
28581              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
28582              From: Michael G Schwern <schwern@pobox.com>
28583              Date: Fri, 7 Dec 2001 20:13:54 -0500
28584              Message-ID: <20011208011354.GE642@blackrider>
28585              
28586              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
28587              From: Michael G Schwern <schwern@pobox.com>
28588              Date: Fri, 7 Dec 2001 21:47:36 -0500
28589              Message-ID: <20011208024736.GH642@blackrider>
28590              
28591              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
28592              From: Michael G Schwern <schwern@pobox.com>
28593              Date: Fri, 7 Dec 2001 23:09:43 -0500
28594              Message-ID: <20011208040943.GK642@blackrider>
28595              
28596              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
28597              Message-Id: <a05101004b83754903506@[172.16.52.1]>
28598              Date: Fri, 7 Dec 2001 23:28:15 -0600
28599              From: "Craig A. Berry" <craigberry@mac.com>
28600      Branch: perl
28601            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
28602 ____________________________________________________________________________
28603 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
28604         Log: Integrate perlio:
28605              
28606              [ 13531]
28607              Tweak multi-arg open error messages
28608              
28609              [ 13530]
28610              Allow multi-arg open() if opening layer declares this legal.
28611      Branch: perl
28612           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
28613           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
28614 ____________________________________________________________________________
28615 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
28616         Log: Retract #11156 since Sarathy has found that it breaks code:
28617              http://bugs.ActiveState.com/show_bug.cgi?id=18457
28618              http://bugs.ActiveState.com/show_bug.cgi?id=18858
28619      Branch: perl
28620            ! op.c sv.c t/op/pos.t
28621 ____________________________________________________________________________
28622 [ 13532] By: nick                                  on 2001/12/08  14:11:12
28623         Log: Integrate mainline
28624      Branch: perlio
28625           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
28626           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
28627 ____________________________________________________________________________
28628 [ 13531] By: nick                                  on 2001/12/08  13:48:21
28629         Log: Tweak multi-arg open error messages
28630      Branch: perlio
28631            ! perlio.c
28632 ____________________________________________________________________________
28633 [ 13530] By: nick                                  on 2001/12/08  10:20:06
28634         Log: Allow multi-arg open() if opening layer declares this legal.
28635      Branch: perlio
28636            ! doio.c perlio.c perliol.h
28637 ____________________________________________________________________________
28638 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
28639         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
28640              From: Michael G Schwern <schwern@pobox.com>       
28641              Date: Fri, 7 Dec 2001 19:41:31 -0500
28642              Message-ID: <20011208004131.GC642@blackrider>
28643      Branch: perl
28644            ! t/run/switches.t t/test.pl
28645 ____________________________________________________________________________
28646 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
28647         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
28648              From: Michael G Schwern <schwern@pobox.com>       
28649              Date: Fri, 7 Dec 2001 19:12:44 -0500
28650              Message-ID: <20011208001244.GB642@blackrider>
28651      Branch: perl
28652            ! t/op/stat.t
28653 ____________________________________________________________________________
28654 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
28655         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
28656              From: Michael G Schwern <schwern@pobox.com>
28657              Date: Fri, 7 Dec 2001 17:28:57 -0500
28658              Message-ID: <20011207222857.GI23210@blackrider>
28659      Branch: perl
28660            ! t/op/magic.t
28661 ____________________________________________________________________________
28662 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
28663         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
28664      Branch: perl
28665            ! t/test.pl
28666 ____________________________________________________________________________
28667 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
28668         Log: which_perl: delay as much a possible till runtime.
28669      Branch: perl
28670            ! t/test.pl
28671 ____________________________________________________________________________
28672 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
28673         Log: Further tweakage to which_perl().
28674      Branch: perl
28675            ! t/test.pl
28676 ____________________________________________________________________________
28677 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
28678         Log: perluniintro tweaks.
28679      Branch: perl
28680            ! pod/perluniintro.pod
28681 ____________________________________________________________________________
28682 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
28683         Log: Tweak the $Perl computation.
28684      Branch: perl
28685            ! t/test.pl
28686 ____________________________________________________________________________
28687 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
28688         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
28689              From: Nicholas Clark <nick@ccl4.org>
28690              Date: Fri, 7 Dec 2001 17:06:56 +0000
28691              Message-ID: <20011207170656.G21702@plum.flirble.org>
28692      Branch: perl
28693            ! doop.c t/op/chop.t
28694 ____________________________________________________________________________
28695 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
28696         Log: Update Changes.
28697      Branch: perl
28698            ! Changes patchlevel.h
28699 ____________________________________________________________________________
28700 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
28701         Log: Missing ).
28702      Branch: perl
28703            ! t/test.pl
28704 ____________________________________________________________________________
28705 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
28706         Log: Allow several arguments to display().
28707      Branch: perl
28708            ! t/test.pl
28709 ____________________________________________________________________________
28710 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
28711         Log: /dev/stdout could be either a character special file
28712              or a named pipe, so let's pretend it doesn't exist.
28713      Branch: perl
28714            ! t/op/stat.t
28715 ____________________________________________________________________________
28716 [ 13516] By: nick                                  on 2001/12/07  15:09:23
28717         Log: Integrate again - can I catch up ?
28718      Branch: perlio
28719           !> t/test.pl
28720 ____________________________________________________________________________
28721 [ 13515] By: nick                                  on 2001/12/07  15:08:17
28722         Log: Integrate mainline some more
28723      Branch: perlio
28724           !> README.hpux hints/linux.sh pod/perlfunc.pod
28725 ____________________________________________________________________________
28726 [ 13514] By: nick                                  on 2001/12/07  15:07:15
28727         Log: Integrate mainline
28728      Branch: perlio
28729           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
28730           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
28731           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
28732           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
28733           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
28734           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
28735           +> t/lib/Math/BigInt/BareCalc.pm
28736            - ext/Devel/PPPort/harness/Harness.pm
28737            - ext/Devel/PPPort/harness/Harness.xs
28738            - ext/Devel/PPPort/harness/Makefile.PL
28739            - ext/Devel/PPPort/harness/module2.c
28740            - ext/Devel/PPPort/harness/module3.c
28741            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
28742            - lib/File/Spec/Functions.t
28743           !> (integrate 103 files)
28744 ____________________________________________________________________________
28745 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
28746         Log: Add display() for displaying icky scalars.
28747      Branch: perl
28748            ! t/test.pl
28749 ____________________________________________________________________________
28750 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
28751         Log: Subject: [ID 20011207.001] documentation bug for waitpid
28752              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
28753              Date: Fri, 7 Dec 2001 12:44:56 +0100
28754              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
28755      Branch: perl
28756            ! pod/perlfunc.pod
28757 ____________________________________________________________________________
28758 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
28759         Log: gcc version matching didn't.
28760      Branch: perl
28761            ! hints/linux.sh
28762 ____________________________________________________________________________
28763 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
28764         Log: Subject: HP renamed their servers              
28765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28766              Date: Fri, 07 Dec 2001 12:07:22 +0100
28767              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
28768      Branch: perl
28769            ! README.hpux
28770 ____________________________________________________________________________
28771 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
28772         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
28773              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28774              Date: Fri, 7 Dec 2001 00:24:55 -0500
28775              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
28776      Branch: perl
28777            ! pod/perlport.pod
28778 ____________________________________________________________________________
28779 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
28780         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
28781              From: Michael G Schwern <schwern@pobox.com> 
28782              Date: Thu, 6 Dec 2001 22:56:34 -0500
28783              Message-ID: <20011207035634.GO22648@blackrider>
28784      Branch: perl
28785            ! t/base/lex.t t/op/exec.t
28786 ____________________________________________________________________________
28787 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
28788         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
28789              From: Michael G Schwern <schwern@pobox.com>
28790              Date: Thu, 6 Dec 2001 22:45:44 -0500
28791              Message-ID: <20011207034544.GN22648@blackrider>
28792              
28793              (plus op/ref tweak)
28794      Branch: perl
28795            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
28796            ! t/run/kill_perl.t t/test.pl
28797 ____________________________________________________________________________
28798 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
28799         Log: Upgrade to Math::BigInt 1.48.
28800      Branch: perl
28801            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
28802            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28803            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
28804            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
28805            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
28806            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28807            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
28808 ____________________________________________________________________________
28809 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
28810         Log: Mention also perl56delta in case someone is upgrading from
28811              Perl 5.005_03.
28812      Branch: perl
28813            ! pod/perldelta.pod
28814 ____________________________________________________________________________
28815 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
28816         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
28817              From: Michael G Schwern <schwern@pobox.com>
28818              Date: Thu, 6 Dec 2001 15:15:28 -0500
28819              Message-ID: <20011206201528.GF16414@blackrider>
28820              
28821              (just the term.t, not the lex.t)
28822              
28823              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
28824              From: Michael G Schwern <schwern@pobox.com>
28825              Date: Thu, 6 Dec 2001 15:22:22 -0500
28826              Message-ID: <20011206202222.GG16414@blackrider>
28827              
28828              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
28829              From: Michael G Schwern <schwern@pobox.com>
28830              Date: Thu, 6 Dec 2001 15:31:58 -0500
28831              Message-ID: <20011206203158.GI16414@blackrider>
28832              
28833              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
28834              From: Michael G Schwern <schwern@pobox.com>
28835              Date: Thu, 6 Dec 2001 17:38:55 -0500
28836              Message-ID: <20011206223855.GC22648@blackrider>
28837      Branch: perl
28838            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
28839            ! t/test.pl
28840 ____________________________________________________________________________
28841 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
28842         Log: Update the thr5005 situation.
28843      Branch: perl
28844            ! pod/perldelta.pod
28845 ____________________________________________________________________________
28846 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
28847         Log: perldelta borrowings from perl561delta.
28848      Branch: perl
28849            ! pod/perldelta.pod
28850 ____________________________________________________________________________
28851 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
28852         Log: Add the 5.6.1 perldelta as perl561delta.
28853              (Makes it easier to steal stuff for perldelta :-)
28854      Branch: perl
28855            + pod/perl561delta.pod
28856            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28857 ____________________________________________________________________________
28858 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
28859         Log: Retract #13496 for now.
28860      Branch: perl
28861            ! t/base/lex.t t/base/term.t
28862 ____________________________________________________________________________
28863 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
28864         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
28865              From: "Craig A. Berry" <craigberry@mac.com>
28866              Date: Thu, 6 Dec 2001 14:54:36 -0600
28867              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
28868      Branch: perl
28869            ! vms/ext/filespec.t
28870 ____________________________________________________________________________
28871 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
28872         Log: (retracted by #13499)
28873              
28874              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
28875              From: Michael G Schwern <schwern@pobox.com>
28876              Date: Thu, 6 Dec 2001 15:15:28 -0500
28877              Message-ID: <20011206201528.GF16414@blackrider>
28878      Branch: perl
28879            ! t/base/lex.t t/base/term.t
28880 ____________________________________________________________________________
28881 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
28882         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
28883              From: Michael G Schwern <schwern@pobox.com>
28884              Date: Thu, 6 Dec 2001 13:54:48 -0500
28885              Message-ID: <20011206185448.GC16414@blackrider>
28886      Branch: perl
28887            ! t/op/stat.t
28888 ____________________________________________________________________________
28889 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
28890         Log: The #4 has nothing to do with Unicode.
28891      Branch: perl
28892            ! t/op/tr.t
28893 ____________________________________________________________________________
28894 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
28895         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
28896              From: Michael G Schwern <schwern@pobox.com>
28897              Date: Thu, 6 Dec 2001 13:45:48 -0500
28898              Message-ID: <20011206184548.GB16414@blackrider>
28899      Branch: perl
28900            ! t/op/tr.t
28901 ____________________________________________________________________________
28902 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
28903         Log: Update Changes.
28904      Branch: perl
28905            ! Changes patchlevel.h
28906 ____________________________________________________________________________
28907 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
28908         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
28909              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28910              Date: Thu, 6 Dec 2001 11:41:25 EST
28911              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
28912      Branch: perl
28913            ! vms/vms.c vms/vmsish.h
28914 ____________________________________________________________________________
28915 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
28916         Log: Subject: [PATCH] Re: weirdness in regexps
28917              From: Robin Houston <robin@kitsite.com> 
28918              Date: Thu, 6 Dec 2001 14:44:01 +0000
28919              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
28920      Branch: perl
28921            ! op.c t/lib/strict/subs
28922 ____________________________________________________________________________
28923 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
28924         Log: Make the -b -c -S tests count all of the /dev, not just
28925              check the first one, as suggested by Benjamin Goldberg.
28926      Branch: perl
28927            ! t/op/stat.t
28928 ____________________________________________________________________________
28929 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
28930         Log: Subject: Re: [PATCH: bleadperl] casefold backref
28931              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
28932              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
28933              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
28934      Branch: perl
28935            ! regexec.c
28936 ____________________________________________________________________________
28937 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
28938         Log: Nits noticed by Philip Newton, and de-tab DB.t.
28939      Branch: perl
28940            ! lib/DB.t
28941 ____________________________________________________________________________
28942 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
28943         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
28944              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28945              Date: 6 Dec 2001 11:06:01 -0000
28946              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
28947      Branch: perl
28948            ! op.c t/op/tr.t
28949 ____________________________________________________________________________
28950 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
28951         Log: Subject: [PATCH: bleadperl] casefold backref
28952              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
28953              Date: Wed, 05 Dec 2001 17:27:05 +0000
28954              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
28955      Branch: perl
28956            ! regexec.c t/op/re_tests
28957 ____________________________________________________________________________
28958 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
28959         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
28960              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28961              Date: Wed, 5 Dec 2001 22:34:53 EST
28962              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
28963      Branch: perl
28964            ! mg.c vms/vms.c vms/vmsish.h
28965 ____________________________________________________________________________
28966 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
28967         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
28968              From: Michael G Schwern <schwern@pobox.com>
28969              Date: Wed, 5 Dec 2001 19:52:58 -0500
28970              Message-ID: <20011205195257.A903@blackrider>
28971      Branch: perl
28972            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
28973            + lib/File/Spec/t/rel2abs2rel.t
28974            - lib/File/Spec.t lib/File/Spec/Functions.t
28975            ! MANIFEST
28976 ____________________________________________________________________________
28977 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
28978         Log: Subject: Re: Silly stat() portability questions                
28979              From: Benjamin Goldberg <goldbb2@earthlink.net>
28980              Date: Wed, 05 Dec 2001 22:52:35 -0500
28981              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
28982      Branch: perl
28983            ! pod/perlport.pod
28984 ____________________________________________________________________________
28985 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
28986         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
28987              From: "Craig A. Berry" <craigberry@mac.com>
28988              Date: Wed, 05 Dec 2001 16:41:59 -0600
28989              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
28990      Branch: perl
28991            ! README.vms configure.com lib/File/Spec/VMS.pm
28992            ! vms/ext/filespec.t
28993 ____________________________________________________________________________
28994 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
28995         Log: $apply->('club', $glibc_maintainers);
28996              
28997              (Nick Clark just reported that <langinfo.h> YESSTR
28998              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
28999      Branch: perl
29000            ! ext/I18N/Langinfo/Langinfo.t
29001 ____________________________________________________________________________
29002 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
29003         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
29004      Branch: perl
29005            ! pod/perlport.pod
29006 ____________________________________________________________________________
29007 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
29008         Log: tweak change#13474 (pad entries can apparently be null in some
29009              situations)
29010      Branch: maint-5.6/perl
29011            ! op.c
29012 ____________________________________________________________________________
29013 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
29014         Log: Restore the /dev -b -c -S part of the test.
29015      Branch: perl
29016            ! t/op/stat.t
29017 ____________________________________________________________________________
29018 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
29019         Log: Retract #13475 until Arthur gets back to the mine.
29020      Branch: perl
29021            ! op.c t/run/kill_perl.t
29022 ____________________________________________________________________________
29023 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
29024         Log: (retracted by #13476)
29025              
29026              Manually apply #13474; fixes stale reference to dead
29027              CvOUTSIDE(); this can happen when anonymous subroutines
29028              that aren't closures are returned from an eval""
29029              
29030              (threads/shared/sv_refs.t is coredump-unhappy about this change)
29031      Branch: perl
29032            ! op.c t/run/kill_perl.t
29033 ____________________________________________________________________________
29034 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
29035         Log: replacement for change#10451
29036              
29037              fixes stale reference to dead CvOUTSIDE(); this can happen when
29038              anonymous subroutines that aren't closures are returned from an
29039              eval""
29040      Branch: maint-5.6/perl
29041            ! op.c t/op/misc.t
29042 ____________________________________________________________________________
29043 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
29044         Log: revert change#10451,10472; it was a naive fix that simply
29045              reintroduced the memory leak!
29046      Branch: maint-5.6/perl
29047            ! op.c t/op/misc.t
29048 ____________________________________________________________________________
29049 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
29050         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
29051              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29052              Date: Wed, 05 Dec 2001 10:49:20 +0100
29053              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
29054      Branch: perl
29055            ! lib/File/Basename.pm lib/File/Basename.t
29056 ____________________________________________________________________________
29057 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
29058         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
29059              From: Michael G Schwern <schwern@pobox.com> 
29060              Date: Wed, 5 Dec 2001 02:47:59 -0500
29061              Message-ID: <20011205024759.H14333@blackrider>
29062      Branch: perl
29063            ! t/op/magic.t
29064 ____________________________________________________________________________
29065 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
29066         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
29067              From: Michael G Schwern <schwern@pobox.com>              
29068              Date: Wed, 5 Dec 2001 02:22:05 -0500
29069              Message-ID: <20011205022205.F14333@blackrider>
29070      Branch: perl
29071            ! t/op/stat.t vms/test.com
29072 ____________________________________________________________________________
29073 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
29074         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
29075              From: Michael G Schwern <schwern@pobox.com> 
29076              Date: Tue, 4 Dec 2001 23:40:10 -0500
29077              Message-ID: <20011204234010.B14333@blackrider>
29078      Branch: perl
29079            ! t/op/stat.t
29080 ____________________________________________________________________________
29081 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
29082         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
29083              From: Michael G Schwern <schwern@pobox.com> 
29084              Date: Tue, 4 Dec 2001 21:09:18 -0500           
29085              Message-ID: <20011204210918.D13279@blackrider>
29086              
29087              t/test.
29088      Branch: perl
29089            ! t/test.pl
29090 ____________________________________________________________________________
29091 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
29092         Log: (accidentally empty check-in)
29093      Branch: perl
29094            ! t/op/stat.t
29095 ____________________________________________________________________________
29096 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
29097         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
29098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29099              Date: Tue, 04 Dec 2001 23:40:27 +0100
29100              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
29101      Branch: perl
29102            ! mg.c
29103 ____________________________________________________________________________
29104 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
29105         Log: Subject: [PATCH] minor pod fix in Safe.pm
29106              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29107              Date: Tue, 4 Dec 2001 22:02:34 +0100
29108              Message-ID: <20011204220234.A17293@rafael>
29109      Branch: perl
29110            ! ext/Opcode/Safe.pm
29111 ____________________________________________________________________________
29112 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
29113         Log: CRLF GRRR.
29114      Branch: perl
29115            ! djgpp/configure.bat
29116 ____________________________________________________________________________
29117 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
29118         Log: DJGPP fixes from Laszlo Molnar.
29119      Branch: perl
29120            ! djgpp/configure.bat djgpp/djgpp.h
29121 ____________________________________________________________________________
29122 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
29123         Log: Update Changes.
29124      Branch: perl
29125            ! Changes patchlevel.h
29126 ____________________________________________________________________________
29127 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
29128         Log: Must wipe out the memory of real Socket before starting
29129              to use the new fake one.
29130      Branch: perl
29131            ! lib/Net/t/config.t
29132 ____________________________________________________________________________
29133 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
29134         Log: LC_ALL might trump LANG.
29135      Branch: perl
29136            ! lib/open.t
29137 ____________________________________________________________________________
29138 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
29139         Log: Make the eval runtime.
29140      Branch: perl
29141            ! lib/open.pm
29142 ____________________________________________________________________________
29143 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
29144         Log: Make the Langinfo test both more lenient (allow
29145              for any symbol not to exists) and stricter (add
29146              more symbols).
29147      Branch: perl
29148            ! ext/I18N/Langinfo/Langinfo.t
29149 ____________________________________________________________________________
29150 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
29151         Log: integrate change#13453 from maint-5.6
29152              
29153              tweak change#11399 to use an explicit flag rather than
29154              ass_u_ming w32_pseudo_id will only be zero for the real
29155              toplevel interpreter; avoids multiple hosts from diddling
29156              the environment at the same time
29157      Branch: perl
29158           !> win32/perlhost.h
29159 ____________________________________________________________________________
29160 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
29161         Log: Subject: [PATCH] VMS update for perldelta.pod
29162              From: "Craig A. Berry" <craigberry@mac.com> 
29163              Date: Tue, 4 Dec 2001 00:23:12 -0600
29164              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
29165      Branch: perl
29166            ! pod/perldelta.pod
29167 ____________________________________________________________________________
29168 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
29169         Log: NetWare tweak from Ananth Kesari.
29170      Branch: perl
29171            ! NetWare/Makefile
29172 ____________________________________________________________________________
29173 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
29174         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
29175              Not adding the test suite because of its many assumptions.
29176      Branch: perl
29177            ! lib/Net/Ping.pm
29178 ____________________________________________________________________________
29179 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
29180         Log: tweak change#11399 to use an explicit flag rather than
29181              ass_u_ming w32_pseudo_id will only be zero for the real
29182              toplevel interpreter; avoids multiple hosts from diddling
29183              the environment at the same time
29184      Branch: maint-5.6/perl
29185            ! win32/perlhost.h
29186 ____________________________________________________________________________
29187 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
29188         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
29189              from Len Makin.
29190      Branch: perl
29191            + hints/super-ux.sh
29192            ! MANIFEST
29193 ____________________________________________________________________________
29194 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
29195         Log: Add Mac OS X known failures to perldelta.
29196      Branch: perl
29197            ! pod/perldelta.pod
29198 ____________________________________________________________________________
29199 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
29200         Log: I think it's time to call the utf8 code non-test.
29201      Branch: perl
29202            ! utf8.c
29203 ____________________________________________________________________________
29204 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
29205         Log: Retract #13303, need rethink.
29206      Branch: perl
29207            ! utf8.c
29208 ____________________________________________________________________________
29209 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
29210         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
29211              From: "Craig A. Berry" <craigberry@mac.com>
29212              Date: Mon, 03 Dec 2001 16:28:06 -0600
29213              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
29214      Branch: perl
29215            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
29216 ____________________________________________________________________________
29217 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
29218         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
29219              From: Andy Dougherty <doughera@lafayette.edu>
29220              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
29221              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
29222      Branch: perl
29223            ! hints/solaris_2.sh
29224 ____________________________________________________________________________
29225 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
29226         Log: This test is not very robust on 8.3-constrained systems:
29227              all the "with truncated name" lines between "Autosplitting ..."
29228              and "some names are not unique" lines are unexpected,
29229              and the truncation message becomes:
29230              testtest.al, testtest.al truncate to testtest 
29231      Branch: perl
29232            ! lib/AutoSplit.t
29233 ____________________________________________________________________________
29234 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
29235         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
29236      Branch: perl
29237            ! ext/I18N/Langinfo/Langinfo.t
29238 ____________________________________________________________________________
29239 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
29240         Log: Test::Morify UCD.t
29241      Branch: perl
29242            ! lib/Unicode/UCD.t
29243 ____________________________________________________________________________
29244 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
29245         Log: If Socket has not been built (e.g. DJGPP) the libnet
29246              tests fall over with (too) much noise.
29247      Branch: perl
29248            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
29249            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
29250            ! lib/Net/t/smtp.t lib/Net/t/time.t
29251 ____________________________________________________________________________
29252 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
29253         Log: Subject: [PATCH] shared hash keys and ++/--
29254              From: Nicholas Clark <nick@ccl4.org>
29255              Date: Mon, 3 Dec 2001 16:37:16 +0000
29256              Message-ID: <20011203163716.C21702@plum.flirble.org>
29257      Branch: perl
29258            ! pp.c pp_hot.c sv.c t/op/inc.t
29259 ____________________________________________________________________________
29260 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
29261         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
29262              From: Jonathan Stowe <jns@gellyfish.com>
29263              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
29264              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
29265      Branch: perl
29266            ! lib/Term/Cap.pm
29267 ____________________________________________________________________________
29268 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
29269         Log: Update Changes.
29270      Branch: perl
29271            ! Changes patchlevel.h
29272 ____________________________________________________________________________
29273 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
29274         Log: perldelta tweaks.
29275      Branch: perl
29276            ! pod/perldelta.pod
29277 ____________________________________________________________________________
29278 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
29279         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
29280              From: Sam Tregar <sam@tregar.com> 
29281              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
29282              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
29283      Branch: perl
29284            ! pod/perlnewmod.pod
29285 ____________________________________________________________________________
29286 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
29287         Log: microperl casting nit.
29288      Branch: perl
29289            ! utf8.c
29290 ____________________________________________________________________________
29291 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
29292         Log: Make sharepvn a macro since all it does is a deref.
29293      Branch: perl
29294            ! embed.h embed.pl global.sym hv.c hv.h proto.h
29295 ____________________________________________________________________________
29296 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
29297         Log: perldelta updates.
29298      Branch: perl
29299            ! pod/perldelta.pod
29300 ____________________________________________________________________________
29301 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
29302         Log: PPPort update from Paul Marquess.
29303      Branch: perl
29304            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
29305            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
29306            + ext/Devel/PPPort/t/test.t
29307            - ext/Devel/PPPort/harness/Harness.pm
29308            - ext/Devel/PPPort/harness/Harness.xs
29309            - ext/Devel/PPPort/harness/Makefile.PL
29310            - ext/Devel/PPPort/harness/module2.c
29311            - ext/Devel/PPPort/harness/module3.c
29312            - ext/Devel/PPPort/harness/t/test.t
29313            ! MANIFEST ext/Devel/PPPort/MANIFEST
29314            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
29315            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
29316            ! ext/Devel/PPPort/soak
29317 ____________________________________________________________________________
29318 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
29319         Log: No use talking about dynamic library search patch
29320              unless we are having a dynamic build.
29321      Branch: perl
29322            ! t/TEST
29323 ____________________________________________________________________________
29324 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
29325         Log: Be more explicit on the List::Util build trick,
29326              should also stop unneeded rebuilds on static builds.
29327      Branch: perl
29328            ! ext/List/Util/Makefile.PL
29329 ____________________________________________________________________________
29330 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
29331         Log: We need to replace the optimize (-O1) with
29332              the -h scalar0 -h vector0, not append them
29333              to the ccflags.
29334      Branch: perl
29335            ! hints/unicos.sh hints/unicosmk.sh
29336 ____________________________________________________________________________
29337 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
29338         Log: Subject: [PATCH] Shared hash keys 
29339              From: Nicholas Clark <nick@ccl4.org>
29340              Date: Sun, 2 Dec 2001 20:52:32 +0000
29341              Message-ID: <20011202205232.U21702@plum.flirble.org>
29342      Branch: perl
29343            ! doop.c t/op/tr.t
29344 ____________________________________________________________________________
29345 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
29346         Log: Better add new files to MANIFEST, too.
29347      Branch: perl
29348            ! MANIFEST
29349 ____________________________________________________________________________
29350 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
29351         Log: Subject: {PATCH] perlpacktut.pod
29352              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
29353              Date: Sun, 02 Dec 2001 19:55:06 +0100
29354              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
29355      Branch: perl
29356            ! pod/perlpacktut.pod
29357 ____________________________________________________________________________
29358 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
29359         Log: Various small nits found by DJGPP build.
29360      Branch: perl
29361            ! doio.c mg.c pp.c util.c
29362 ____________________________________________________________________________
29363 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
29364         Log: Subject: RE: More verbose POD for Carp
29365              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29366              Date: Sun, 2 Dec 2001 11:32:51 -0500
29367              Message-ID: <3C0A9748@operamail.com>
29368      Branch: perl
29369            ! lib/Carp.pm
29370 ____________________________________________________________________________
29371 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
29372         Log: Add a header for DJGPP with the function prototypes.
29373      Branch: perl
29374            + djgpp/djgpp.h
29375            ! MANIFEST djgpp/djgpp.c
29376 ____________________________________________________________________________
29377 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
29378         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
29379              From: Abe Timmerman <abe@ztreet.demon.nl>
29380              Date: Sun, 02 Dec 2001 02:41:25 +0100
29381              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
29382      Branch: perl
29383            ! pp_sys.c
29384 ____________________________________________________________________________
29385 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
29386         Log: There isn't PTR2INT(), there's PTR2IV().
29387      Branch: perl
29388            ! ext/Time/HiRes/HiRes.xs
29389 ____________________________________________________________________________
29390 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
29391         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
29392              From: Marc Lehmann <root@schmorp.de>
29393              Date: Sun, 02 Dec 2001 02:44:53 +0100
29394              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
29395      Branch: perl
29396            ! ext/Time/HiRes/HiRes.xs
29397 ____________________________________________________________________________
29398 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
29399         Log: encode()/decode() examples.
29400      Branch: perl
29401            ! ext/Encode/Encode.pm
29402 ____________________________________________________________________________
29403 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
29404         Log: DJGPP tweaks from Laszlo Molnar.
29405      Branch: perl
29406            ! djgpp/config.over djgpp/djgppsed.sh
29407 ____________________________________________________________________________
29408 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
29409         Log: Update Changes.
29410      Branch: perl
29411            ! Changes patchlevel.h
29412 ____________________________________________________________________________
29413 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
29414         Log: Integrate perlio:
29415              
29416              [ 13409]
29417              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
29418              have file descriptors. Noticed a possibly worse problem in the process ...
29419      Branch: perl
29420           !> doio.c
29421 ____________________________________________________________________________
29422 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
29423         Log: Non-VMS-fixed and Win32-skipped version of
29424              
29425              Subject: [PATCH t/op/exec.t] Portabilty fix 
29426              From: Michael G Schwern <schwern@pobox.com> 
29427              Date: Fri, 30 Nov 2001 16:09:27 -0500
29428              Message-ID: <20011130160927.A10406@blackrider>
29429      Branch: perl
29430            ! t/op/exec.t
29431 ____________________________________________________________________________
29432 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
29433         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
29434              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29435              Date: Sat, 1 Dec 2001 07:01:09 -0500
29436              Message-ID: <3C0D2E39@operamail.com>
29437              
29438              Subject: More verbose POD for Carp
29439              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29440              Date: Sat, 1 Dec 2001 08:04:16 -0500
29441              Message-ID: <3C285C2B@operamail.com>
29442      Branch: perl
29443            ! lib/Carp.pm lib/Carp/Heavy.pm
29444 ____________________________________________________________________________
29445 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
29446         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
29447              From: chromatic <chromatic@rmci.net>
29448              Date: Sat, 01 Dec 2001 12:41:58 -0700
29449              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
29450      Branch: perl
29451            ! lib/DB.t
29452 ____________________________________________________________________________
29453 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
29454         Log: Try to make a missing RADIXCHAR a softer kinder error.
29455      Branch: perl
29456            ! ext/I18N/Langinfo/Langinfo.t
29457 ____________________________________________________________________________
29458 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
29459         Log: Have a little faith on nl_langinfo() itself.
29460      Branch: perl
29461            ! ext/I18N/Langinfo/Langinfo.xs
29462 ____________________________________________________________________________
29463 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
29464         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
29465              the max, not max plus one)
29466      Branch: perl
29467            ! ext/I18N/Langinfo/Langinfo.xs
29468 ____________________________________________________________________________
29469 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
29470         Log: Make reality agree with the comment.
29471      Branch: perl
29472            ! ext/I18N/Langinfo/Langinfo.xs
29473 ____________________________________________________________________________
29474 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
29475         Log: Try to protect against wild langinfo() arguments.
29476      Branch: perl
29477            ! ext/I18N/Langinfo/Langinfo.xs
29478 ____________________________________________________________________________
29479 [ 13409] By: nick                                  on 2001/12/01  18:19:59
29480         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
29481              have file descriptors. Noticed a possibly worse problem in the process ...
29482      Branch: perlio
29483            ! doio.c
29484 ____________________________________________________________________________
29485 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
29486         Log: (replaced by #13556)
29487              
29488              If we are inside an eval, let's be silent about
29489              separate symbols and just croak() in the end.
29490      Branch: perl
29491            ! lib/Exporter/Heavy.pm
29492 ____________________________________________________________________________
29493 [ 13407] By: nick                                  on 2001/12/01  17:14:05
29494         Log: Integrate mainline
29495      Branch: perlio
29496           !> (integrate 26 files)
29497 ____________________________________________________________________________
29498 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
29499         Log: Subject: Fix for Exporter error reporting behaviour
29500              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29501              Date: Sat, 1 Dec 2001 06:34:48 -0500
29502              Message-ID: <3C0D1B9A@operamail.com>
29503      Branch: perl
29504            ! lib/Exporter.pm lib/Exporter/Heavy.pm
29505 ____________________________________________________________________________
29506 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
29507         Log: Need to hide behind an eval to avoid a warning
29508              about :utf8 on non-perlio configs.
29509      Branch: perl
29510            ! lib/open.t
29511 ____________________________________________________________________________
29512 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
29513         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
29514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29515              Date: Fri, 30 Nov 2001 23:46:58 +0100
29516              Message-ID: <20011130234658.A717@rafael>
29517      Branch: perl
29518            ! op.c t/op/method.t
29519 ____________________________________________________________________________
29520 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
29521         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
29522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29523              Date: Thu, 29 Nov 2001 22:46:12 +0100
29524              Message-ID: <20011129224612.A699@rafael>
29525      Branch: perl
29526            ! ext/B/B/Xref.pm
29527 ____________________________________________________________________________
29528 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
29529         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
29530              From: Tels <perl_dummy@bloodgate.com>
29531              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
29532              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
29533      Branch: perl
29534            ! pod/perlfunc.pod
29535 ____________________________________________________________________________
29536 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
29537         Log: Subject: [REPATCH] reference pointer comparison
29538              From: Nicholas Clark <nick@ccl4.org>
29539              Date: Sat, 1 Dec 2001 13:00:17 +0000
29540              Message-ID: <20011201130017.I21702@plum.flirble.org>
29541      Branch: perl
29542            ! pp.c
29543 ____________________________________________________________________________
29544 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
29545         Log: Upgrade to Storable 1.0.14.
29546      Branch: perl
29547            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29548 ____________________________________________________________________________
29549 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
29550         Log: Add simple caches for ::viacode() and ::vianame().
29551      Branch: perl
29552            ! lib/charnames.pm lib/charnames.t
29553 ____________________________________________________________________________
29554 [ 13398] By: nick                                  on 2001/12/01  10:36:24
29555         Log: Integrate mainline.
29556      Branch: perlio
29557           +> (branch 44 files)
29558            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
29559            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
29560            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
29561           !> (integrate 250 files)
29562 ____________________________________________________________________________
29563 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
29564         Log: Regen toc and modlib.
29565      Branch: perl
29566            ! pod/perlmodlib.pod pod/perltoc.pod
29567 ____________________________________________________________________________
29568 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
29569         Log: Upgrade to podlators-1.18.
29570      Branch: perl
29571            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
29572 ____________________________________________________________________________
29573 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
29574         Log: -h scalar0 -h vector0 seems to help for both
29575              UNICOS and UNICOS/mk on the unpack %65c problems.
29576              
29577              (replaces #13393)
29578      Branch: perl
29579            ! hints/unicos.sh hints/unicosmk.sh
29580 ____________________________________________________________________________
29581 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
29582         Log: More Socket constants.
29583      Branch: perl
29584            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
29585 ____________________________________________________________________________
29586 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
29587         Log: (replaced by #13395)
29588      Branch: perl
29589            ! hints/unicosmk.sh
29590 ____________________________________________________________________________
29591 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
29592         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
29593              From: Andy Dougherty <doughera@lafayette.edu>
29594              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
29595              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
29596              
29597              Simplify the test skippage criterion now that we are
29598              no more dependent on sed.
29599      Branch: perl
29600            ! t/comp/cpp.t t/run/switchPx.t
29601 ____________________________________________________________________________
29602 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
29603         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
29604              From: Michael G Schwern <schwern@pobox.com>
29605              Date: Fri, 30 Nov 2001 11:48:44 -0500
29606              Message-ID: <20011130114844.C1303@blackrider>
29607              
29608              (replaces #13381)
29609      Branch: perl
29610            ! t/op/stat.t
29611 ____________________________________________________________________________
29612 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
29613         Log: Let's not assume how much memory has been allocated
29614              to PVs.
29615      Branch: perl
29616            ! ext/Devel/Peek/Peek.t
29617 ____________________________________________________________________________
29618 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
29619         Log: VOS needs to know the modules, including pp_sort.
29620      Branch: perl
29621            ! vos/perl.bind
29622 ____________________________________________________________________________
29623 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
29624         Log: Unused variables.
29625      Branch: perl
29626            ! ext/Unicode/Normalize/Normalize.xs
29627 ____________________________________________________________________________
29628 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
29629         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
29630              From: John Peacock <jpeacock@rowman.com>     
29631              Date: Fri, 30 Nov 2001 10:24:00 -0500        
29632              Message-ID: <3C07A490.A22A76B0@rowman.com>   
29633      Branch: perl
29634            ! lib/ExtUtils/Embed.t
29635 ____________________________________________________________________________
29636 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
29637         Log: Tweak for the VOS building script from Paul Green.
29638      Branch: perl
29639            ! vos/configure_perl.cm
29640 ____________________________________________________________________________
29641 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
29642         Log: Update Changes.
29643      Branch: perl
29644            ! Changes patchlevel.h
29645 ____________________________________________________________________________
29646 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
29647         Log: Cannot test if cppstdin has not yet been installed.
29648      Branch: perl
29649            ! t/run/switchPx.t
29650 ____________________________________________________________________________
29651 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
29652         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
29653              From: Michael G Schwern <schwern@pobox.com> 
29654              Date: Thu, 29 Nov 2001 22:05:11 -0500
29655              Message-ID: <20011129220510.A18869@blackrider>
29656              
29657              TODO 1: if cppstdin is used and not yet installed,
29658              the Px.t will fail (must do the same as in cpp.t)
29659              
29660              TODO 2: does this work if no Perl whatsoever has
29661              yet been installed?  That is, we should be using
29662              the Perl we are building to execute the one-liner.
29663      Branch: perl
29664            + t/run/switchPx.aux t/run/switchPx.t
29665            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
29666            ! vms/test.com
29667 ____________________________________________________________________________
29668 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
29669         Log: Upgrade to Unicode::Normalize 0.12.
29670      Branch: perl
29671            ! ext/Unicode/Normalize/Changes
29672            ! ext/Unicode/Normalize/Normalize.pm
29673            ! ext/Unicode/Normalize/Normalize.xs
29674            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
29675            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
29676            ! ext/Unicode/Normalize/t/test.t
29677 ____________________________________________________________________________
29678 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
29679         Log: (replaced by #13391)
29680              
29681              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
29682              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
29683              Date: 30 Nov 2001 11:41:53 -0000             
29684              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
29685              
29686              No need to die if we have high-paranoia (non-chdirable)
29687              system directories.
29688      Branch: perl
29689            ! t/op/stat.t
29690 ____________________________________________________________________________
29691 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
29692         Log: Paragraph rewrapping.
29693      Branch: perl
29694            ! pod/perliol.pod
29695 ____________________________________________________________________________
29696 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
29697         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
29698              From: Stas Bekman <stas@stason.org>
29699              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
29700              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
29701      Branch: perl
29702            ! pod/perliol.pod
29703 ____________________________________________________________________________
29704 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
29705         Log: Whether select() gets restarted on signals is
29706              implementation dependent.
29707      Branch: perl
29708            ! ext/Time/HiRes/HiRes.t
29709 ____________________________________________________________________________
29710 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
29711         Log: More forgotten checkins.
29712      Branch: perl
29713            ! embed.h embed.pl proto.h
29714 ____________________________________________________________________________
29715 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
29716         Log: Add a note about folding vs lowercase.
29717      Branch: perl
29718            ! regexec.c
29719 ____________________________________________________________________________
29720 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
29721         Log: Use to_uni_fold (and add changed global.sym)
29722      Branch: perl
29723            ! global.sym utf8.c
29724 ____________________________________________________________________________
29725 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
29726         Log: Make to Unicode character functions to use UVs
29727              instead of U32s and add to_uni_fold().
29728      Branch: perl
29729            ! embed.pl proto.h utf8.c
29730 ____________________________________________________________________________
29731 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
29732         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
29733              From: Nicholas Clark <nick@ccl4.org>
29734              Date: Thu, 29 Nov 2001 22:47:32 +0000
29735              Message-ID: <20011129224732.W37621@plum.flirble.org>
29736      Branch: perl
29737            ! pod/perlpacktut.pod
29738 ____________________________________________________________________________
29739 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
29740         Log: README.vos updates from Paul Green.
29741      Branch: perl
29742            ! README.vos
29743 ____________________________________________________________________________
29744 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
29745         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
29746              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29747              Date: Thu, 29 Nov 2001 14:18:51 EST
29748              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
29749      Branch: perl
29750            ! mg.c vms/vms.c vms/vmsish.h
29751 ____________________________________________________________________________
29752 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
29753         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
29754              From: Michael G Schwern <schwern@pobox.com>
29755              Date: Thu, 29 Nov 2001 13:12:31 -0500
29756              Message-ID: <20011129131231.E11300@blackrider>
29757      Branch: perl
29758            ! README.vms
29759 ____________________________________________________________________________
29760 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
29761         Log: BGET_IV was missing.
29762      Branch: perl
29763            ! ext/ByteLoader/bytecode.h
29764 ____________________________________________________________________________
29765 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
29766         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
29767              From: Jonathan Stowe <gellyfish@gellyfish.com>
29768              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
29769              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
29770      Branch: perl
29771            ! lib/Term/Cap.pm
29772 ____________________________________________________________________________
29773 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
29774         Log: Porting/checkURL.pl was missing.
29775      Branch: perl
29776            ! MANIFEST
29777 ____________________________________________________________________________
29778 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
29779         Log: Subject: INSTALL and READMEs should be reviewed
29780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29781              Date: Thu, 29 Nov 2001 16:49:36 +0100
29782              Message-ID: <20011129164936.A17492@rafael>         
29783      Branch: perl
29784            ! README.cygwin
29785 ____________________________________________________________________________
29786 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
29787         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
29788              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
29789              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
29790              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
29791      Branch: perl
29792            ! README.os390
29793 ____________________________________________________________________________
29794 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
29795         Log: Update Changes.
29796      Branch: perl
29797            ! Changes patchlevel.h
29798 ____________________________________________________________________________
29799 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
29800         Log: The changes to the curliffed files didn't stick in #13348.
29801      Branch: perl
29802            ! README.dos README.win32
29803 ____________________________________________________________________________
29804 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
29805         Log: Subject: Re: Found the rev where File::Glob broke
29806              From: Andy Dougherty <doughera@lafayette.edu>
29807              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
29808              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
29809      Branch: perl
29810            ! lib/ExtUtils/MM_Unix.pm
29811 ____________________________________________________________________________
29812 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
29813         Log: Use __DATA__ instead of __END__.
29814      Branch: perl
29815            ! lib/Term/Cap.pm
29816 ____________________________________________________________________________
29817 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
29818         Log: Subject: [PATCH toke.c] autosplit into @F fix
29819              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29820              Date: Thu, 29 Nov 2001 14:52:23 +0100
29821              Message-ID: <20011129145223.A25817@rafael>         
29822      Branch: perl
29823            ! toke.c
29824 ____________________________________________________________________________
29825 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
29826         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
29827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29828              Date: Thu, 29 Nov 2001 15:48:15 +0100
29829              Message-ID: <20011129154815.C25817@rafael>         
29830      Branch: perl
29831            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
29832 ____________________________________________________________________________
29833 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
29834         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
29835              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29836              Date: Wed, 28 Nov 2001 20:35:29 +0100
29837              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
29838      Branch: perl
29839            ! pod/perlpacktut.pod
29840 ____________________________________________________________________________
29841 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
29842         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
29843              From: Stas Bekman <stas@stason.org>
29844              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
29845              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
29846              
29847              (with tweaks)
29848      Branch: perl
29849            ! pod/perlapio.pod
29850 ____________________________________________________________________________
29851 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
29852         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
29853              From: Tels <perl_dummy@bloodgate.com>
29854              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
29855              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
29856              
29857              (plus paragraph rewrapping)
29858      Branch: perl
29859            ! lib/Exporter.pm
29860 ____________________________________________________________________________
29861 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
29862         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
29863              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
29864              Date: Wed, 28 Nov 2001 21:47:59 +0000
29865              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
29866      Branch: perl
29867            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
29868 ____________________________________________________________________________
29869 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
29870         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
29871              From: Andy Dougherty <doughera@lafayette.edu>
29872              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
29873              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
29874      Branch: perl
29875            ! INSTALL ext/Time/HiRes/HiRes.t
29876 ____________________________________________________________________________
29877 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
29878         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
29879              From: Michael G Schwern <schwern@pobox.com> 
29880              Date: Wed, 28 Nov 2001 16:37:01 -0500
29881              Message-ID: <20011128163701.H676@blackrider>
29882      Branch: perl
29883            ! t/run/kill_perl.t
29884 ____________________________________________________________________________
29885 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
29886         Log: @INC tweak.
29887      Branch: perl
29888            ! t/op/ref.t
29889 ____________________________________________________________________________
29890 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
29891         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
29892              From: Nicholas Clark <nick@ccl4.org>
29893              Date: Wed, 28 Nov 2001 23:38:43 +0000
29894              Message-ID: <20011128233843.N37621@plum.flirble.org>  
29895      Branch: perl
29896            ! installman
29897 ____________________________________________________________________________
29898 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
29899         Log: Tweak the forking logic.
29900      Branch: perl
29901            ! Porting/checkURL.pl
29902 ____________________________________________________________________________
29903 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
29904         Log: Update perlmodlib.PL as per #13348.  The L<> got
29905              changed back because that is coming from ParseLink.pm.
29906      Branch: perl
29907            ! pod/perlmodlib.PL pod/perlmodlib.pod
29908 ____________________________________________________________________________
29909 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
29910         Log: URL fixups from Michael Schwern.
29911      Branch: perl
29912            ! README.cygwin README.dos README.hpux README.mint README.mpeix
29913            ! README.os390 README.qnx README.solaris README.vos README.win32
29914            ! pod/perlmodlib.pod
29915 ____________________________________________________________________________
29916 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
29917         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
29918              From: Barrie Slaymaker <barries@slaysys.com>
29919              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
29920              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
29921      Branch: perl
29922            ! lib/Exporter.pm
29923 ____________________________________________________________________________
29924 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
29925         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
29926      Branch: perl
29927            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
29928 ____________________________________________________________________________
29929 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
29930         Log: Subject: [PATCH] Re: $\ very broken
29931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29932              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
29933              Message-ID: <20011128223308.E732@rafael>   
29934              
29935              Subject: Re: [PATCH] Re: $\ very broken     
29936              From: Nicholas Clark <nick@ccl4.org>
29937              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
29938              Message-ID: <20011128222859.K37621@plum.flirble.org>
29939      Branch: perl
29940            ! mg.c t/op/ref.t
29941 ____________________________________________________________________________
29942 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
29943         Log: Add Abigail's link checker with the following tweaks:
29944              - known dummy URLs (Peter Prymmer)
29945              - do also READMEs and INSTALL (Michael Schwern)
29946              - do also ftp URLs
29947              - add fork retry loop in case the allowed number
29948              of processes per user is low
29949      Branch: perl
29950            + Porting/checkURL.pl
29951            ! MANIFEST
29952 ____________________________________________________________________________
29953 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
29954         Log: Update Changes.
29955      Branch: perl
29956            ! Changes patchlevel.h
29957 ____________________________________________________________________________
29958 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
29959         Log: In Linux if we have modern enough gcc and supported
29960              enough CPU, crank up the optimization level to -O3.
29961      Branch: perl
29962            ! hints/linux.sh
29963 ____________________________________________________________________________
29964 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
29965         Log: Add perlpacktut from Wolfgang Laun; regen toc.
29966      Branch: perl
29967            + pod/perlpacktut.pod
29968            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
29969            ! pod/perltoc.pod
29970 ____________________________________________________________________________
29971 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
29972         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
29973              From: PPrymmer@factset.com
29974              Date: Wed, 28 Nov 2001 07:51:26 -0500
29975              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
29976      Branch: perl
29977            ! vms/test.com
29978 ____________________________________________________________________________
29979 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
29980         Log: Test cases for the first half of #13338.
29981      Branch: perl
29982            ! t/lib/h2ph.h t/lib/h2ph.pht
29983 ____________________________________________________________________________
29984 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
29985         Log: Subject: Re: h2ph confused by comments in an enum.
29986              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
29987              Date: Wed, 28 Nov 2001 04:19:21 +0000
29988              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
29989              
29990              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
29991              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
29992              Date: Wed, 28 Nov 2001 13:36:35 +0000
29993              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
29994      Branch: perl
29995            ! utils/h2ph.PL
29996 ____________________________________________________________________________
29997 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
29998         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
29999              From: Jonathan Stowe <gellyfish@gellyfish.com>
30000              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
30001              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
30002              
30003              (replace #13327)
30004      Branch: perl
30005            ! lib/Term/Cap.pm
30006 ____________________________________________________________________________
30007 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
30008         Log: Replace #13335 with
30009              
30010              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
30011              From: Russ Allbery <rra@stanford.edu>
30012              Date: 27 Nov 2001 20:42:49 -0800
30013              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
30014      Branch: perl
30015            ! lib/Pod/Text/Termcap.pm
30016 ____________________________________________________________________________
30017 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
30018         Log: (replaced by #13336)
30019              
30020              Subject: [PATCH perl@13323] Termcap.pm with no termios
30021              From: "Craig A. Berry" <craigberry@mac.com> 
30022              Date: Tue, 27 Nov 2001 22:28:50 -0600
30023              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
30024      Branch: perl
30025            ! lib/Pod/Text/Termcap.pm
30026 ____________________________________________________________________________
30027 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
30028         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
30029              From: "Craig A. Berry" <craigberry@mac.com> 
30030              Date: Tue, 27 Nov 2001 21:46:45 -0600
30031              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
30032      Branch: perl
30033            ! configure.com
30034 ____________________________________________________________________________
30035 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
30036         Log: Upgrade to podlators 1.17.
30037      Branch: perl
30038            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
30039            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30040 ____________________________________________________________________________
30041 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
30042         Log: Fix for "a\x{100}" =~ /A/i.
30043      Branch: perl
30044            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
30045            ! utf8.c
30046 ____________________________________________________________________________
30047 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
30048         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
30049              From: "Craig A. Berry" <craigberry@mac.com>
30050              Date: Tue, 27 Nov 2001 17:11:49 -0600
30051              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
30052      Branch: perl
30053            ! lib/DB.t
30054 ____________________________________________________________________________
30055 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
30056         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
30057              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30058              Date: Tue, 27 Nov 2001 14:55:23 -0500
30059              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
30060              
30061              Subject: [PATCH: perl@13324] updates to perldelta.pod 
30062              From: PPrymmer@factset.com
30063              Date: Tue, 27 Nov 2001 18:06:04 -0500
30064              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
30065              
30066              plus added some known problems.
30067      Branch: perl
30068            ! pod/perldelta.pod
30069 ____________________________________________________________________________
30070 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
30071         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
30072              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30073              Date: Tue, 27 Nov 2001 15:38:02 EST 
30074              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
30075      Branch: perl
30076            ! configure.com vms/vms.c vms/vmsish.h
30077 ____________________________________________________________________________
30078 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
30079         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
30080              From: Michael G Schwern <schwern@pobox.com> 
30081              Date: Tue, 27 Nov 2001 15:31:12 -0500
30082              Message-ID: <20011127153112.G20929@blackrider>
30083      Branch: perl
30084            ! t/run/kill_perl.t
30085 ____________________________________________________________________________
30086 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
30087         Log: (replaced by #13337)
30088              
30089              VMS can safely hardcode a termcap entry for VT100.
30090      Branch: perl
30091            ! lib/Term/Cap.pm
30092 ____________________________________________________________________________
30093 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
30094         Log: VMS piping fixes from Charles Lane (perl -P should
30095              be working now).
30096      Branch: perl
30097            ! vms/vms.c
30098 ____________________________________________________________________________
30099 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
30100         Log: Subject: [PATCH] perlvar.pod fix
30101              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30102              Date: Tue, 27 Nov 2001 13:11:47 -0500
30103              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
30104      Branch: perl
30105            ! pod/perlvar.pod
30106 ____________________________________________________________________________
30107 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
30108         Log: Update Changes.
30109      Branch: perl
30110            ! Changes patchlevel.h
30111 ____________________________________________________________________________
30112 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
30113         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
30114              From: "Craig A. Berry" <craigberry@mac.com> 
30115              Date: Tue, 27 Nov 2001 10:21:18 -0600
30116              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
30117      Branch: perl
30118            ! lib/ExtUtils/MM_VMS.pm
30119 ____________________________________________________________________________
30120 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
30121         Log: Protect against accumulating -options -options -options.
30122      Branch: perl
30123            ! hints/hpux.sh
30124 ____________________________________________________________________________
30125 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
30126         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
30127              From: Barrie Slaymaker <barries@slaysys.com>
30128              Date: Tue, 27 Nov 2001 10:58:54 -0500
30129              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
30130      Branch: perl
30131            ! lib/Benchmark.pm
30132 ____________________________________________________________________________
30133 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
30134         Log: Tiny fix from John P. Linderman.
30135      Branch: perl
30136            ! lib/sort.pm
30137 ____________________________________________________________________________
30138 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
30139         Log: The Story of sort(), from John P. Linderman.
30140      Branch: perl
30141            ! pod/perldelta.pod
30142 ____________________________________________________________________________
30143 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
30144         Log: Add information what to do if you are reading
30145              perluniintro but using some older Perl.
30146      Branch: perl
30147            ! pod/perluniintro.pod
30148 ____________________________________________________________________________
30149 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
30150         Log: Update the 'wide characters' FAQ entry.
30151      Branch: perl
30152            ! pod/perlfaq6.pod
30153 ____________________________________________________________________________
30154 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
30155         Log: Fix for
30156              
30157              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
30158              From: Marc Lehmann <root@schmorp.de>
30159              Date: Tue, 27 Nov 2001 14:27:14 +0100
30160              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
30161      Branch: perl
30162            ! ext/Encode.t ext/Encode/Encode.xs
30163 ____________________________________________________________________________
30164 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
30165         Log: Subject: [PATCH] DB_File 1.801
30166              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30167              Date: Tue, 27 Nov 2001 15:06:45 -0000
30168              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
30169      Branch: perl
30170            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30171            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
30172 ____________________________________________________________________________
30173 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
30174         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
30175      Branch: perl
30176            ! pod/perlmodlib.pod
30177 ____________________________________________________________________________
30178 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
30179         Log: sort() doc tweaks from John P. Linderman.
30180      Branch: perl
30181            ! pod/perlfunc.pod
30182 ____________________________________________________________________________
30183 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
30184         Log: Subject: [PATCH] More perldelta.pod nits
30185              From: Simon Glover <scog@roe.ac.uk>
30186              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
30187              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
30188      Branch: perl
30189            ! pod/perldelta.pod
30190 ____________________________________________________________________________
30191 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
30192         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
30193              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30194              Date: Tue, 27 Nov 2001 11:52:31 -0000
30195              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
30196      Branch: perl
30197            ! ext/Devel/PPPort/harness/Makefile.PL
30198 ____________________________________________________________________________
30199 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
30200         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
30201              From: Michael G Schwern <schwern@pobox.com>
30202              Date: Tue, 27 Nov 2001 03:38:24 -0500
30203              Message-ID: <20011127033824.A17775@blackrider>
30204      Branch: perl
30205            ! t/TEST
30206 ____________________________________________________________________________
30207 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
30208         Log: Subject: Re: perlcc very broken
30209              From: John Peacock <jpeacock@rowman.com>
30210              Date: Tue, 27 Nov 2001 06:48:01 -0500
30211              Message-ID: <3C037D71.4030508@rowman.com>
30212      Branch: perl
30213            ! utils/perlcc.PL
30214 ____________________________________________________________________________
30215 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
30216         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
30217              From: David Dyck <dcd@tc.fluke.com>
30218              Date: Mon, 26 Nov 2001 22:04:38 -0800
30219              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
30220      Branch: perl
30221            ! t/op/pack.t
30222 ____________________________________________________________________________
30223 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
30224         Log: Subject: [ID 20011126.149] t/op/split fails step 37
30225              From: David Dyck <dcd@tc.fluke.com>
30226              Date: Mon, 26 Nov 2001 21:52:35 -0800
30227              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
30228      Branch: perl
30229            ! t/op/split.t
30230 ____________________________________________________________________________
30231 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
30232         Log: incorporate last minute change from libnet 1.0901-tobe
30233      Branch: perl
30234            ! lib/Net/SMTP.pm
30235 ____________________________________________________________________________
30236 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
30237         Log: Pass 7 at perldelta - random edits.
30238      Branch: perl
30239            ! pod/perldelta.pod
30240 ____________________________________________________________________________
30241 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
30242         Log: Portability and skippage tweaks.
30243      Branch: perl
30244            ! t/op/split.t
30245 ____________________________________________________________________________
30246 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
30247         Log: (retracted by #13449)
30248              Try to make Unicode casemapping to work for EBCDIC, too.
30249      Branch: perl
30250            ! utf8.c
30251 ____________________________________________________________________________
30252 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
30253         Log: Just printing 1..0 is not quite enough...
30254      Branch: perl
30255            ! lib/Dumpvalue.t
30256 ____________________________________________________________________________
30257 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
30258         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
30259              Delay the match until runtime.
30260      Branch: perl
30261            ! t/op/append.t
30262 ____________________________________________________________________________
30263 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
30264         Log: UTF-EBCDIC.
30265      Branch: perl
30266            ! ext/Devel/Peek/Peek.t
30267 ____________________________________________________________________________
30268 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
30269         Log: Be UTF-EBCDIC aware.
30270      Branch: perl
30271            ! lib/bytes.t
30272 ____________________________________________________________________________
30273 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
30274         Log: Bad assumption which way digits and letters sort.
30275      Branch: perl
30276            ! lib/English.t
30277 ____________________________________________________________________________
30278 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
30279         Log: If in EBCDIC but no Convert::EBCDIC
30280              the libnet tests will all fail.
30281      Branch: perl
30282            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30283            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30284            ! lib/Net/t/smtp.t lib/Net/t/time.t
30285 ____________________________________________________________________________
30286 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
30287         Log: Just sorting to guarantee order is not enough.
30288              (Think EBCDIC.) 
30289      Branch: perl
30290            ! lib/ExtUtils/Manifest.t
30291 ____________________________________________________________________________
30292 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
30293         Log: OS/390 cleanable gunk.
30294      Branch: perl
30295            ! lib/ExtUtils/MM_Unix.pm
30296 ____________________________________________________________________________
30297 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
30298         Log: Update the EBCDIC MD5 checksums.
30299      Branch: perl
30300            ! ext/Digest/MD5/t/files.t
30301 ____________________________________________________________________________
30302 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
30303         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
30304              From: Nicholas Clark <nick@ccl4.org>
30305              Date: Mon, 26 Nov 2001 23:06:34 +0000
30306              Message-ID: <20011126230633.Q37621@plum.flirble.org>
30307      Branch: perl
30308            ! installman
30309 ____________________________________________________________________________
30310 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
30311         Log: sort tweaks from John P. Linderman.
30312      Branch: perl
30313            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
30314 ____________________________________________________________________________
30315 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
30316         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
30317              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
30318              Date: Mon, 26 Nov 2001 18:47:25 -0600
30319              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
30320              
30321              Craig Berry submitted half of this patch just yesterday.
30322              Spooky cosmic resonance.
30323      Branch: perl
30324            ! ext/Socket/Socket.xs
30325 ____________________________________________________________________________
30326 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
30327         Log: Subject: [PATCH] doio slightly smaller
30328              From: Nicholas Clark <nick@ccl4.org>
30329              Date: Tue, 27 Nov 2001 00:40:23 +0000      
30330              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
30331      Branch: perl
30332            ! doio.c
30333 ____________________________________________________________________________
30334 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
30335         Log: perldelta nits from Autrijus Tang and Ron Kimball.
30336      Branch: perl
30337            ! pod/perldelta.pod
30338 ____________________________________________________________________________
30339 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
30340         Log: Subject: [PATCH] unpack P* uses random length for item
30341              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
30342              Date: Mon, 26 Nov 2001 19:56:32 +0100
30343              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
30344      Branch: perl
30345            ! pod/perldiag.pod pp_pack.c t/op/pack.t
30346 ____________________________________________________________________________
30347 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
30348         Log: Subject: [PATCH current] system and taintedness
30349              From: Radu Greab <radu@netsoft.ro>
30350              Date: Mon, 26 Nov 2001 18:42:29 +0200
30351              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
30352      Branch: perl
30353            ! pp_sys.c t/op/taint.t
30354 ____________________________________________________________________________
30355 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
30356         Log: Subject: [PATCH @ 13283] Devel::PPPort
30357              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30358              Date: Mon, 26 Nov 2001 14:37:17 -0000
30359              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
30360      Branch: perl
30361            + ext/Devel/PPPort/MANIFEST
30362            ! MANIFEST ext/Devel/PPPort/Makefile.PL
30363            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
30364            ! ext/Devel/PPPort/harness/Harness.xs
30365            ! ext/Devel/PPPort/harness/Makefile.PL
30366            ! ext/Devel/PPPort/harness/module2.c
30367            ! ext/Devel/PPPort/harness/module3.c
30368            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
30369 ____________________________________________________________________________
30370 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
30371         Log: Update the test list.
30372      Branch: perl
30373            ! t/lib/1_compile.t
30374 ____________________________________________________________________________
30375 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
30376         Log: Sync-up tests with libnet distribution
30377      Branch: perl
30378            + lib/Net/t/netrc.t
30379            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
30380 ____________________________________________________________________________
30381 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
30382         Log: Update Changes.
30383      Branch: perl
30384            ! Changes patchlevel.h
30385 ____________________________________________________________________________
30386 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
30387         Log: Upgrade to podlators 1.16.
30388      Branch: perl
30389            + lib/Pod/t/basic.cap
30390            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
30391            ! lib/Pod/t/basic.t pod/pod2man.PL
30392 ____________________________________________________________________________
30393 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
30394         Log: Pass 6 at perldelta - sort enhancements, generic and
30395              platform specific bug fixes.
30396      Branch: perl
30397            ! pod/perldelta.pod
30398 ____________________________________________________________________________
30399 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
30400         Log: PROPAGATE documentation from Tony Cook.
30401      Branch: perl
30402            ! pod/perlfunc.pod
30403 ____________________________________________________________________________
30404 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
30405         Log: DJGPP cannot do signals that well.
30406      Branch: perl
30407            ! ext/POSIX/t/sigaction.t
30408 ____________________________________________________________________________
30409 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
30410         Log: Can't do subsecond alarms without ualarm; and break out
30411              early if alarms do not seem to be coming in as expected.
30412      Branch: perl
30413            ! ext/Time/HiRes/HiRes.t
30414 ____________________________________________________________________________
30415 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
30416         Log: No Socket, little Net.
30417      Branch: perl
30418            ! t/lib/1_compile.t
30419 ____________________________________________________________________________
30420 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
30421         Log: Take the taint brush to the getcwds.
30422      Branch: perl
30423            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
30424 ____________________________________________________________________________
30425 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
30426         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
30427              From: "Craig A. Berry" <craigberry@mac.com>
30428              Date: Sun, 25 Nov 2001 16:20:45 -0600
30429              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
30430      Branch: perl
30431            ! ext/Socket/Socket.xs
30432 ____________________________________________________________________________
30433 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
30434         Log: Since in some DOS filesystems the timestamp granularity
30435              may be only two seconds, better sleep for three to play safe.
30436              (Helps CygWin, at least.)
30437      Branch: perl
30438            ! lib/Memoize/t/expire_file.t
30439 ____________________________________________________________________________
30440 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
30441         Log: For some reason CygWin wasn't collapsing multiple
30442              slashes into one, which made some Spec.t tests to fail.
30443              Either CygWin was being too prudish or the collapsing
30444              logic needs to be rethunk.
30445      Branch: perl
30446            ! lib/File/Spec/Unix.pm
30447 ____________________________________________________________________________
30448 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
30449         Log: Cygwin needs to have libperl.dll around if trying to link
30450              with -lperl.  Note: this change cures the test but whether
30451              it cures CygPerl installation, I don't know: hopefully the
30452              libperl5_7_2.dll, or the version equivalent, gets installed
30453              also as libperl.dll to the proper place(s).
30454      Branch: perl
30455            ! lib/ExtUtils/Embed.t
30456 ____________________________________________________________________________
30457 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
30458         Log: -I../lib/.. and -L../lib/..?  Strange.
30459      Branch: perl
30460            ! lib/ExtUtils/Embed.t
30461 ____________________________________________________________________________
30462 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
30463         Log: $MM?
30464      Branch: perl
30465            ! lib/ExtUtils/Embed.pm
30466 ____________________________________________________________________________
30467 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
30468         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
30469              From: Dave Rolsky <autarch@urth.org>
30470              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
30471              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
30472      Branch: perl
30473            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
30474            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30475 ____________________________________________________________________________
30476 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
30477         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
30478              From: chromatic <chromatic@rmci.net>
30479              Date: Sat, 24 Nov 2001 14:56:57 -0700
30480              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
30481              
30482              plus a tweak for ithreads builds.
30483      Branch: perl
30484            + lib/DB.t
30485            ! MANIFEST lib/DB.pm
30486 ____________________________________________________________________________
30487 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
30488         Log: Win32 compilation tweaks for Blair Zajac.
30489      Branch: perl
30490            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
30491 ____________________________________________________________________________
30492 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
30493         Log: I don't think trying to bracket the hires time with lores
30494              times is going to be portable enough: Cygwin seems to be
30495              capable of getting hires ones rather consistently lower
30496              than the lores ones.  So let's try average difference instead.
30497      Branch: perl
30498            ! ext/Time/HiRes/HiRes.t
30499 ____________________________________________________________________________
30500 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
30501         Log: Subject: Re: benchmarks, sorts and reproducibility
30502              From: "John P. Linderman" <jpl@research.att.com>
30503              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
30504              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
30505              
30506              Randomize large partitions for quicksort to dodge the
30507              angry gods of quadratic.
30508      Branch: perl
30509            ! pp_sort.c
30510 ____________________________________________________________________________
30511 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
30512         Log: The joys of portable quoting.
30513      Branch: perl
30514            ! ext/Devel/PPPort/harness/Makefile.PL
30515 ____________________________________________________________________________
30516 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
30517         Log: sort pragma tweaks.
30518      Branch: perl
30519            ! lib/sort.pm
30520 ____________________________________________________________________________
30521 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
30522         Log: Skip the link= directives of utils.lst if no mandir
30523              (if no manpages).
30524      Branch: perl
30525            ! installman
30526 ____________________________________________________________________________
30527 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
30528         Log: integrate changes#8340,13260 from mainline
30529              
30530              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30531              
30532              change#3373 introduced a handle leak in backticks and piped open()s
30533              that fail
30534      Branch: maint-5.6/perl
30535            ! t/io/pipe.t util.c
30536 ____________________________________________________________________________
30537 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
30538         Log: change#3373 introduced a handle leak in backticks and piped open()s
30539              that fail
30540      Branch: perl
30541            ! util.c
30542 ____________________________________________________________________________
30543 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
30544         Log: metaconfig unit change for #13258.
30545      Branch: metaconfig/U/perl
30546            ! d_procselfexe.U
30547 ____________________________________________________________________________
30548 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
30549         Log: Extraenous breaks noticed by David Dyck.
30550      Branch: perl
30551            ! Configure
30552 ____________________________________________________________________________
30553 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
30554         Log: Revert the /proc/self/auxv experiment for now.
30555      Branch: perl
30556            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
30557 ____________________________________________________________________________
30558 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
30559         Log: Also ExtUtils.t had $^X assumptions.
30560      Branch: perl
30561            ! lib/ExtUtils.t
30562 ____________________________________________________________________________
30563 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
30564         Log: Now is Solaris if you start the t/perl in the t/
30565              as "./perl", the $^X will be "../perl", not "./perl".
30566      Branch: perl
30567            ! t/lib/1_compile.t
30568 ____________________________________________________________________________
30569 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
30570         Log: The new way of finding out $^X in Solaris
30571              requires a little tweak if the executable
30572              pathname is *not* absolute: prepend "./"
30573              (otherwise `$^X ...` will start perl from PATH...)
30574      Branch: perl
30575            ! perl.c
30576 ____________________________________________________________________________
30577 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
30578         Log: Avoid "will not stay shared" warnings.
30579      Branch: perl
30580            ! lib/ExtUtils/MM_Unix.pm
30581 ____________________________________________________________________________
30582 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
30583         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
30584              From: Michael G Schwern <schwern@pobox.com>
30585              Date: Sat, 24 Nov 2001 19:56:18 -0500
30586              Message-ID: <20011124195618.A14614@blackrider>            
30587      Branch: perl
30588            ! perl.c pp_sys.c t/op/magic.t util.c
30589 ____________________________________________________________________________
30590 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
30591         Log: In the MakeMaker pm_to_blib target don't copy all
30592              the files in one fell swoop, deal with them hunkwise,
30593              helps for CLIs with limited line lengths.
30594              (This seems to help for DJGPP building Encode,
30595              where there are dozens of files to copy.)
30596      Branch: perl
30597            ! lib/ExtUtils/MM_Unix.pm
30598 ____________________________________________________________________________
30599 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
30600         Log: testsuite leaves stray files behind on windows
30601      Branch: perl
30602            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
30603 ____________________________________________________________________________
30604 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
30605         Log: xsubpp produces a spurious warning on directories called 'typemap'
30606      Branch: perl
30607            ! lib/ExtUtils/xsubpp
30608 ____________________________________________________________________________
30609 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
30610         Log: xsubpp treats invalid (indented) cpp directives as comments
30611      Branch: perl
30612            ! ext/IO/IO.xs
30613 ____________________________________________________________________________
30614 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
30615         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
30616      Branch: perl
30617            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
30618 ____________________________________________________________________________
30619 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
30620         Log: The debug_pag needs to be visible at all times
30621              because of the re extension.
30622      Branch: perl
30623            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
30624 ____________________________________________________________________________
30625 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
30626         Log: Subject: Re: [PATCH] Tests are good
30627              From: Philip Newton <Philip.Newton@gmx.net>
30628              Date: Sat, 24 Nov 2001 21:24:00 +0100
30629              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
30630      Branch: perl
30631            ! pod/perlhack.pod
30632 ____________________________________________________________________________
30633 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
30634         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
30635              From: "Craig A. Berry" <craigberry@mac.com> 
30636              Date: Sat, 24 Nov 2001 12:45:44 -0600
30637              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
30638              
30639              (with tweaks, and combined with Sarathy's #13242)
30640      Branch: perl
30641            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
30642 ____________________________________________________________________________
30643 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
30644         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
30645              From: John Peacock <jpeacock@rowman.com>
30646              Date: Sat, 24 Nov 2001 14:27:46 -0500
30647              Message-ID: <3BFFF4B2.40509@rowman.com> 
30648      Branch: perl
30649            ! lib/Exporter/Heavy.pm
30650 ____________________________________________________________________________
30651 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
30652         Log: use portable quotes
30653      Branch: perl
30654            ! ext/Devel/PPPort/harness/Makefile.PL
30655 ____________________________________________________________________________
30656 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
30657         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
30658              From: Nicholas Clark <nick@ccl4.org>
30659              Date: Sat, 24 Nov 2001 18:06:26 +0000
30660              Message-ID: <20011124180626.T37621@plum.flirble.org>
30661      Branch: perl
30662            ! installman
30663 ____________________________________________________________________________
30664 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
30665         Log: Subject: [PATCH] perl5005delta.pod L<>
30666              From: Nicholas Clark <nick@ccl4.org>
30667              Date: Sat, 24 Nov 2001 18:04:21 +0000
30668              Message-ID: <20011124180421.S37621@plum.flirble.org>
30669      Branch: perl
30670            ! pod/perl5005delta.pod
30671 ____________________________________________________________________________
30672 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
30673         Log: fix typo in config.vc; regenerate win32 config_H.* files
30674      Branch: perl
30675            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30676            ! win32/config_H.vc
30677 ____________________________________________________________________________
30678 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
30679         Log: Mention the charnames::vianame().
30680      Branch: perl
30681            ! pod/perluniintro.pod
30682 ____________________________________________________________________________
30683 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
30684         Log: Add charnames::vianame() in case people want to access
30685              the codes in run-time (as opposed to the compile-timeness
30686              of \N{...}).
30687      Branch: perl
30688            ! lib/charnames.pm lib/charnames.t
30689 ____________________________________________________________________________
30690 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
30691         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
30692              From: Nicholas Clark <nick@ccl4.org>
30693              Date: Sat, 24 Nov 2001 16:30:42 +0000
30694              Message-ID: <20011124163042.R37621@plum.flirble.org>
30695      Branch: perl
30696            ! regcomp.c regcomp.h
30697 ____________________________________________________________________________
30698 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
30699         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
30700              From: Nicholas Clark <nick@ccl4.org>
30701              Date: Sat, 24 Nov 2001 16:24:33 +0000
30702              Message-ID: <20011124162433.Q37621@plum.flirble.org>
30703              
30704              cmp fixes.
30705      Branch: perl
30706            ! pp.c
30707 ____________________________________________________________________________
30708 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
30709         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
30710              (It seems that "./perl" gets resolved to "perl" now.)
30711      Branch: perl
30712            ! perl.c
30713 ____________________________________________________________________________
30714 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
30715         Log: Subject: [PATCH] DB_File 1.800        
30716              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
30717              Date: Sat, 24 Nov 2001 11:41:41 -0000
30718              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
30719      Branch: perl
30720            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30721            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
30722            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
30723            ! ext/DB_File/t/db-recno.t
30724 ____________________________________________________________________________
30725 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
30726         Log: Tweak the PUSHED documentation.
30727      Branch: perl
30728            ! ext/PerlIO/Via/Via.pm
30729 ____________________________________________________________________________
30730 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
30731         Log: Update 1_compile for new known tests.
30732      Branch: perl
30733            ! t/lib/1_compile.t
30734 ____________________________________________________________________________
30735 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
30736         Log: Move the MBF/MBI test modules to t/lib.
30737      Branch: perl
30738            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30739            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30740            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30741            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
30742            ! lib/Math/BigInt/t/sub_mbi.t
30743 ____________________________________________________________________________
30744 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
30745         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
30746              From: "Craig A. Berry" <craigberry@mac.com> 
30747              Date: Fri, 23 Nov 2001 18:05:35 -0600
30748              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
30749      Branch: perl
30750            ! configure.com
30751 ____________________________________________________________________________
30752 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
30753         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
30754              From: PPrymmer@factset.com 
30755              Date: Fri, 23 Nov 2001 17:03:07 -0500
30756              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
30757      Branch: perl
30758            ! ext/Unicode/Normalize/mkheader
30759 ____________________________________________________________________________
30760 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
30761         Log: Here are the right helper files.
30762      Branch: perl
30763            + t/lib/Filter/Simple/ExportTest.pm
30764            + t/lib/Filter/Simple/FilterOnlyTest.pm
30765            + t/lib/Filter/Simple/FilterTest.pm
30766            + t/lib/Filter/Simple/ImportTest.pm
30767            ! MANIFEST
30768 ____________________________________________________________________________
30769 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
30770         Log: Update Changes.
30771      Branch: perl
30772            ! Changes patchlevel.h
30773 ____________________________________________________________________________
30774 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
30775         Log: Never mind.
30776      Branch: perl
30777            - lib/Filter/Simple/lib/ExportTest.pm
30778            - lib/Filter/Simple/lib/ImportTest.pm
30779 ____________________________________________________________________________
30780 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
30781         Log: Mis-add.
30782      Branch: perl
30783            + lib/Filter/Simple/lib/ExportTest.pm
30784            + lib/Filter/Simple/lib/ImportTest.pm
30785 ____________________________________________________________________________
30786 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
30787         Log: Upgrade to Filter::Simple 0.77.
30788      Branch: perl
30789            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
30790            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30791            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
30792            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
30793            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
30794 ____________________________________________________________________________
30795 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
30796         Log: Missing p4 add.
30797      Branch: perl
30798            + lib/ExtUtils/MM_VMS.t
30799 ____________________________________________________________________________
30800 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
30801         Log: Pass 5 at perldelta - module and utility updates cleanup.
30802      Branch: perl
30803            ! pod/perldelta.pod
30804 ____________________________________________________________________________
30805 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
30806         Log: metaconfig unit change for #13219.
30807      Branch: metaconfig/U/perl
30808            ! d_procselfexe.U
30809 ____________________________________________________________________________
30810 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
30811         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
30812      Branch: perl
30813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30814            ! pod/buildtoc.PL pod/perltoc.pod
30815 ____________________________________________________________________________
30816 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
30817         Log: Add procselfexe and d_dirfd to strange lands.
30818      Branch: perl
30819            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
30820            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30821            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30822            ! win32/config.gc win32/config.vc win32/config.win64
30823            ! wince/config.ce
30824 ____________________________________________________________________________
30825 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
30826         Log: metaconfig unit change for #13216.
30827      Branch: metaconfig/U/perl
30828            ! d_procselfexe.U
30829 ____________________________________________________________________________
30830 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
30831         Log: Better to "quote" the pathname.
30832      Branch: perl
30833            ! Configure config_h.SH
30834 ____________________________________________________________________________
30835 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
30836         Log: Use PROCSELFEXE_PATH.
30837      Branch: perl
30838            ! perl.c
30839 ____________________________________________________________________________
30840 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
30841         Log: metaconfig unit change for #13213.
30842      Branch: metaconfig/U/perl
30843            ! d_procselfexe.U
30844 ____________________________________________________________________________
30845 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
30846         Log: Add probing for BSD-like /proc/curproc/file.
30847      Branch: perl
30848            ! Configure config_h.SH
30849 ____________________________________________________________________________
30850 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
30851         Log: metaconfig unit change for 13211.
30852      Branch: metaconfig/U/perl
30853            + d_dirfd.U
30854 ____________________________________________________________________________
30855 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
30856         Log: Add probing for dirfd() so that it can be added it IO::Dir.
30857      Branch: perl
30858            ! Configure config_h.SH perl.h
30859 ____________________________________________________________________________
30860 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
30861         Log: ...and update the test count.
30862      Branch: perl
30863            ! lib/Pod/t/basic.t
30864 ____________________________________________________________________________
30865 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
30866         Log: Must remove the cap test also from the test script.
30867      Branch: perl
30868            ! lib/Pod/t/basic.t
30869 ____________________________________________________________________________
30870 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
30871         Log: Subject: [PATCH] Tests are good
30872              From: Nicholas Clark <nick@ccl4.org>
30873              Date: Fri, 23 Nov 2001 18:12:21 +0000
30874              Message-ID: <20011123181220.F37621@plum.flirble.org>
30875      Branch: perl
30876            ! pod/perlhack.pod
30877 ____________________________________________________________________________
30878 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
30879         Log: The basic.cap from podlators 1.14 is not very portable.
30880      Branch: perl
30881            - lib/Pod/t/basic.cap
30882            ! MANIFEST
30883 ____________________________________________________________________________
30884 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
30885         Log: Subject: Re: [DOC PATCHES] pod cleanups
30886              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30887              Date: 22 Nov 2001 12:54:16 -0000
30888              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
30889      Branch: perl
30890            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
30891            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
30892 ____________________________________________________________________________
30893 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
30894         Log: FAQ sync.
30895      Branch: perl
30896            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
30897 ____________________________________________________________________________
30898 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
30899         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
30900              From: PPrymmer@factset.com
30901              Date: Fri, 23 Nov 2001 11:43:45 -0500
30902              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
30903      Branch: perl
30904            ! MANIFEST lib/ExtUtils/MM_VMS.pm
30905 ____________________________________________________________________________
30906 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
30907         Log: Corify podlators 1.14 test.
30908      Branch: perl
30909            ! lib/Pod/t/basic.t
30910 ____________________________________________________________________________
30911 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
30912         Log: Output tweak needed because of podlators 1.14.
30913      Branch: perl
30914            ! t/pod/multiline_items.xr
30915 ____________________________________________________________________________
30916 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
30917         Log: Upgrade to podlators 1.14.
30918      Branch: perl
30919            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
30920            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
30921            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
30922            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
30923            ! lib/Pod/Text/Overstrike.pm
30924 ____________________________________________________________________________
30925 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
30926         Log: perlmodinstall tweaks from Philip Newton.
30927      Branch: perl
30928            ! pod/perlmodinstall.pod
30929 ____________________________________________________________________________
30930 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
30931         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
30932              From: Autrijus Tang <autrijus@autrijus.org>           
30933              Date: Fri, 23 Nov 2001 23:55:53 +0800
30934              Message-ID: <20011123235553.A2310@not.autrijus.org>
30935      Branch: perl
30936            ! Porting/genlog
30937 ____________________________________________________________________________
30938 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
30939         Log: Subject: Re: regex oddness with \Z and $&
30940              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
30941              Date: Fri, 23 Nov 2001 15:15:24 +0000
30942              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
30943      Branch: perl
30944            ! regcomp.c t/op/re_tests
30945 ____________________________________________________________________________
30946 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
30947         Log: regen_headers.
30948      Branch: perl
30949            ! embed.h global.sym pod/perlapi.pod proto.h
30950 ____________________________________________________________________________
30951 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
30952         Log: Forgotten check-in.
30953      Branch: perl
30954            ! pod/perlapi.pod
30955 ____________________________________________________________________________
30956 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
30957         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
30958      Branch: perl
30959            ! lib/Test/Simple.pm
30960 ____________________________________________________________________________
30961 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
30962         Log: Retract #13173 (effectively retract Net::Ping 2.06,
30963              go back to 2.04, the 2.06 hasn't seen the patches
30964              that have gone to the blead version.)
30965      Branch: perl
30966            - lib/Net/Ping/CHANGES lib/Net/Ping/README
30967            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
30968            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
30969            - lib/Net/Ping/t/200_ping_tcp.t
30970            ! MANIFEST lib/Net/Ping.pm
30971 ____________________________________________________________________________
30972 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
30973         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
30974              From: Robin Barker <rmb1@cise.npl.co.uk>
30975              Date: Thu, 22 Nov 2001 11:00:38 GMT
30976              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
30977      Branch: perl
30978            ! utils/perldoc.PL
30979 ____________________________________________________________________________
30980 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
30981         Log: metaconfig unit change for #13191.
30982      Branch: metaconfig/U/perl
30983            ! d_procselfexe.U
30984 ____________________________________________________________________________
30985 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
30986         Log: procselfexe tweak: for some reason I had a ls in
30987              /proc/self/exe, not the ls Configure thought it
30988              would found.
30989      Branch: perl
30990            ! Configure
30991 ____________________________________________________________________________
30992 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
30993         Log: Corify the Net::Ping tests; skip the tests
30994              unless $ENV{PERL_TEST_Net_Ping} is true.
30995      Branch: perl
30996            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
30997            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
30998            ! lib/Net/Ping/t/200_ping_tcp.t
30999 ____________________________________________________________________________
31000 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
31001         Log: metaconfig units changes for #13188.
31002      Branch: metaconfig
31003            ! U/modified/Head.U
31004      Branch: metaconfig/U/perl
31005            ! issymlink.U
31006 ____________________________________________________________________________
31007 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
31008         Log: The #13182 didn't really help.  The real problem
31009              seems to be that 'sh' can in AIX mean at least three
31010              different things, and we can't know which one it is
31011              unless we export $newsh from an earlier run (and it's
31012              the 'bsh' aka 'sh' that has the the broken test -h).
31013      Branch: perl
31014            ! Configure
31015 ____________________________________________________________________________
31016 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
31017         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
31018      Branch: perl
31019            ! op.c t/op/override.t
31020 ____________________________________________________________________________
31021 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
31022         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
31023              From: PPrymmer@factset.com 
31024              Date: Wed, 21 Nov 2001 20:17:25 -0500
31025              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
31026      Branch: perl
31027            ! lib/Shell.t
31028 ____________________________________________________________________________
31029 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
31030         Log: Reapply perlmodinstall parts of #12897.
31031      Branch: perl
31032            ! pod/perlmodinstall.pod
31033 ____________________________________________________________________________
31034 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
31035         Log: perlmodinstall 2.01 from Jon Orwant.
31036      Branch: perl
31037            ! pod/perlmodinstall.pod
31038 ____________________________________________________________________________
31039 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
31040         Log: Subject: [PATCH @10907] REXX on OS/2
31041              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31042              Date: Wed, 21 Nov 2001 15:26:11 -0500
31043              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
31044      Branch: perl
31045            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
31046            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
31047 ____________________________________________________________________________
31048 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
31049         Log: metaconfig unit change for #13181.
31050      Branch: metaconfig/U/perl
31051            ! issymlink.U
31052 ____________________________________________________________________________
31053 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
31054         Log: AIX has broken builtin 'test'.
31055      Branch: perl
31056            ! Configure
31057 ____________________________________________________________________________
31058 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
31059         Log: Subject: [PATCH 5.7.x] INSTALL size update
31060              From: Andy Dougherty <doughera@lafayette.edu>
31061              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
31062              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
31063      Branch: perl
31064            ! INSTALL
31065 ____________________________________________________________________________
31066 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
31067         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
31068              to pp_sort.c.  Includes the quicksort stabilizing layer
31069              from John P. Linderman.  -Msort=qsort or -Msort=fast is
31070              faster than without (or with -Msort=mergesort or -Msort=safe)
31071              for short random inputs, but for some reason not quite as fast
31072              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
31073              optimizing definitely needed.
31074      Branch: perl
31075            + lib/sort.pm lib/sort.t pp_sort.c
31076            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
31077            ! embed.pl global.sym perl.h pp_ctl.c proto.h
31078            ! vms/descrip_mms.template vos/build.cm win32/Makefile
31079            ! win32/makefile.mk wince/Makefile.ce
31080 ____________________________________________________________________________
31081 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
31082         Log: Sync file with libnet-1.0901-tobe
31083      Branch: perl
31084            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
31085            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
31086            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
31087            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
31088            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
31089 ____________________________________________________________________________
31090 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
31091         Log: Subject: [PATCH perldoc] problems with pod2man
31092              From: Robin Barker <rmb1@cise.npl.co.uk>
31093              Date: Wed, 21 Nov 2001 17:48:51 GMT
31094              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
31095      Branch: perl
31096            ! utils/perldoc.PL
31097 ____________________________________________________________________________
31098 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
31099         Log: debug_pad only visible when debugging.
31100      Branch: perl
31101            ! makedef.pl
31102 ____________________________________________________________________________
31103 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
31104         Log: metaconfig units changes for #13174.
31105      Branch: metaconfig/U/perl
31106            + d_procselfexe.U
31107            - procselfexe.U
31108 ____________________________________________________________________________
31109 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
31110         Log: procselfexe tweaks.
31111      Branch: perl
31112            ! Configure config_h.SH
31113 ____________________________________________________________________________
31114 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
31115         Log: Upgrade to Net::Ping 2.06.
31116      Branch: perl
31117            + lib/Net/Ping/CHANGES lib/Net/Ping/README
31118            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
31119            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
31120            + lib/Net/Ping/t/200_ping_tcp.t
31121            ! MANIFEST lib/Net/Ping.pm
31122 ____________________________________________________________________________
31123 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
31124         Log: Upgrade to Math::BigInt 1.47.
31125      Branch: perl
31126            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31127            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
31128            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
31129            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
31130            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
31131            ! lib/Math/BigInt/t/sub_mbi.t
31132 ____________________________________________________________________________
31133 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
31134         Log: Dynaloading for POSIX-BC from Thomas Dorner.
31135      Branch: perl
31136            ! hints/posix-bc.sh
31137 ____________________________________________________________________________
31138 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
31139         Log: Strange: the same mysterious regex study bug
31140              seems to be present both in OS/390 and POSIX-BC.
31141              Deep EBCDIC magic that regex engine gets wrong,
31142              or a bug in some compiler/library shared by the
31143              two platforms?  From Thomas Dorner.
31144      Branch: perl
31145            ! t/op/study.t
31146 ____________________________________________________________________________
31147 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
31148         Log: More lost and found.
31149      Branch: perl
31150            + lib/Test/Simple/README
31151            ! MANIFEST
31152 ____________________________________________________________________________
31153 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
31154         Log: MANIFESTly missing.
31155      Branch: perl
31156            ! MANIFEST
31157 ____________________________________________________________________________
31158 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
31159         Log: Subject: Re: PERFORCE change 13162 for review               
31160              From: Philip Newton <Philip.Newton@gmx.net> 
31161              Date: Wed, 21 Nov 2001 16:44:30 +0100
31162              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
31163      Branch: perl
31164            ! ext/Devel/PPPort/PPPort.pm
31165 ____________________________________________________________________________
31166 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
31167         Log: Update Changes.
31168      Branch: perl
31169            ! Changes patchlevel.h
31170 ____________________________________________________________________________
31171 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
31172         Log: Small doc tweaks.
31173      Branch: perl
31174            ! ext/PerlIO/Via/Via.pm
31175 ____________________________________________________________________________
31176 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
31177         Log: Redundant return.
31178      Branch: perl
31179            ! ext/MIME/Base64/QuotedPrint.pm
31180 ____________________________________________________________________________
31181 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
31182         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
31183              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31184              Date: Wed, 21 Nov 2001 10:23:16 +0100
31185              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
31186      Branch: perl
31187            ! pp_pack.c t/op/pack.t
31188 ____________________________________________________________________________
31189 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
31190         Log: Add Devel::PPPort originally from Kenneth Albanowski,
31191              revigorated by Paul Marquess: gives h2xs a Perl version
31192              portability boost.
31193      Branch: perl
31194            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
31195            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
31196            + ext/Devel/PPPort/harness/Harness.pm
31197            + ext/Devel/PPPort/harness/Harness.xs
31198            + ext/Devel/PPPort/harness/Makefile.PL
31199            + ext/Devel/PPPort/harness/module2.c
31200            + ext/Devel/PPPort/harness/module3.c
31201            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
31202            ! MANIFEST lib/h2xs.t utils/h2xs.PL
31203 ____________________________________________________________________________
31204 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
31205         Log: Oops.
31206      Branch: perl
31207            ! lib/Test/Simple/t/filehandles.t
31208 ____________________________________________________________________________
31209 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
31210         Log: Subject: Re: PERFORCE change 13152 for review               
31211              From: Philip Newton <Philip.Newton@gmx.net> 
31212              Date: Wed, 21 Nov 2001 09:04:05 +0100
31213              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
31214      Branch: perl
31215            ! lib/Test/Builder.pm
31216 ____________________________________________________________________________
31217 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
31218         Log: Subject: Re: PERFORCE change 13142 for review
31219              From: Philip Newton <Philip.Newton@gmx.net>
31220              Date: Wed, 21 Nov 2001 09:04:03 +0100
31221              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
31222              
31223              plus rewrap few paragraphs.
31224      Branch: perl
31225            ! lib/Pod/LaTeX.pm
31226 ____________________________________________________________________________
31227 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
31228         Log: Integrate #13154 from macperl; Remove comments.
31229      Branch: perl
31230           !> lib/File/Spec/Mac.pm
31231 ____________________________________________________________________________
31232 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
31233         Log: Update the list of modules having tests.
31234      Branch: perl
31235            ! t/lib/1_compile.t
31236 ____________________________________________________________________________
31237 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
31238         Log: Slight doc changes.
31239      Branch: maint-5.6/macperl
31240            ! macos/macperl/MacPerl.podhelp
31241 ____________________________________________________________________________
31242 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
31243         Log: Add UTF-16 coercion.
31244      Branch: maint-5.6/macperl
31245            ! macos/lib/Mac/AppleEvents/Simple.pm
31246 ____________________________________________________________________________
31247 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
31248         Log: Remove comments.
31249      Branch: maint-5.6/macperl
31250            ! lib/File/Spec/Mac.pm
31251 ____________________________________________________________________________
31252 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
31253         Log: Fix FSpGetCatInfo (and other functions) corrupting
31254              memory with bad filespecs (bug #471867)
31255      Branch: maint-5.6/macperl
31256            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
31257 ____________________________________________________________________________
31258 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
31259         Log: Upgrade to Test::Simple 0.33.
31260      Branch: perl
31261            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
31262            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
31263            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
31264 ____________________________________________________________________________
31265 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
31266         Log: Upgrade to Test::Harness 1.26.
31267      Branch: perl
31268            ! lib/Test/Harness.pm lib/Test/Harness/Changes
31269 ____________________________________________________________________________
31270 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
31271         Log: Integrate change #13145 from maintperl;
31272              another compatibility tweak to change#12559: avoid quoting
31273              arguments that already have quotes; add test case
31274      Branch: perl
31275           !> t/op/system_tests win32/win32.c
31276 ____________________________________________________________________________
31277 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
31278         Log: integrate change#13147 from mainline (fixes nit in change#10091)
31279              
31280              Subject: [PATCH] spaceship and refs
31281      Branch: maint-5.6/perl
31282            ! pp.c pp_hot.c t/op/cmp.t
31283 ____________________________________________________________________________
31284 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
31285         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
31286              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
31287              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
31288              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
31289      Branch: perl
31290            + lib/Pod/t/utils.t
31291            ! MANIFEST
31292 ____________________________________________________________________________
31293 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
31294         Log: Subject: [PATCH] spaceship and refs
31295              From: Nicholas Clark <nick@ccl4.org>
31296              Date: Tue, 20 Nov 2001 21:59:51 +0000
31297              Message-ID: <20011120215951.U62891@plum.flirble.org> 
31298      Branch: perl
31299            ! pp.c pp_hot.c t/op/cmp.t
31300 ____________________________________________________________________________
31301 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
31302         Log: Try to clarify which I/O call operates on bytes,
31303              which on characters, which on either.
31304      Branch: perl
31305            ! pod/perlfunc.pod
31306 ____________________________________________________________________________
31307 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
31308         Log: another compatibility tweak to change#12559: avoid quoting
31309              arguments that already have quotes; add test case
31310      Branch: maint-5.6/perl
31311            ! t/op/system_tests win32/win32.c
31312 ____________________________________________________________________________
31313 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
31314         Log: Give a simple example of writing PerlIO::Via handlers
31315              in Perl.
31316      Branch: perl
31317            ! ext/PerlIO/Via/Via.pm
31318 ____________________________________________________________________________
31319 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
31320         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
31321      Branch: perl
31322            + lib/Pod/t/latex.t
31323            ! MANIFEST
31324 ____________________________________________________________________________
31325 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
31326         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
31327              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31328              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
31329              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
31330      Branch: perl
31331            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
31332 ____________________________________________________________________________
31333 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
31334         Log: Spread d_procselfexe to far-off lands (undefined).
31335      Branch: perl
31336            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
31337            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
31338            ! vos/config.ga.def vos/config.ga.h win32/config.bc
31339            ! win32/config.gc win32/config.vc win32/config.win64
31340            ! wince/config.ce
31341 ____________________________________________________________________________
31342 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
31343         Log: Integrate perlio:
31344              
31345              [ 13138]
31346              perl.c change to use HAS_PROCSELFEXE, also
31347              tweak to $^X test to comprehend full path to real executable
31348              being returned (like Cygwin as it happens...)
31349      Branch: perl
31350           !> Configure config_h.SH perl.c t/op/magic.t
31351 ____________________________________________________________________________
31352 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
31353         Log: Really define do_report_used() only if DEBUGGING.
31354      Branch: perl
31355            ! sv.c
31356 ____________________________________________________________________________
31357 [ 13138] By: nick                                  on 2001/11/20  20:01:05
31358         Log: perl.c change to use HAS_PROCSELFEXE, also
31359              tweak to $^X test to comprehend full path to real executable
31360              being returned (like Cygwin as it happens...)
31361      Branch: perlio
31362            ! perl.c t/op/magic.t
31363 ____________________________________________________________________________
31364 [ 13137] By: nick                                  on 2001/11/20  19:46:00
31365         Log: Integrate mainline
31366      Branch: perlio
31367           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
31368           +> lib/NEXT/t/unseen.t
31369            - lib/NEXT/test.pl
31370           !> (integrate 34 files)
31371 ____________________________________________________________________________
31372 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
31373         Log: Subject: [?PATCH] terser pp_eq
31374              From: Nicholas Clark <nick@ccl4.org>
31375              Date: Mon, 19 Nov 2001 23:09:02 +0000
31376              Message-ID: <20011119230901.O62891@plum.flirble.org>
31377      Branch: perl
31378            ! pp_hot.c
31379 ____________________________________________________________________________
31380 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
31381         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
31382      Branch: perl
31383            ! pod/perldelta.pod
31384 ____________________________________________________________________________
31385 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
31386         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
31387              From: Andy Dougherty <doughera@lafayette.edu>
31388              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
31389              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
31390      Branch: perl
31391            ! ext/re/Makefile.PL ext/re/re.xs
31392 ____________________________________________________________________________
31393 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
31394         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
31395              From: Andy Dougherty <doughera@lafayette.edu>
31396              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
31397              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
31398      Branch: perl
31399            ! ext/re/re.xs
31400 ____________________________________________________________________________
31401 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
31402         Log: Integrate change #13119 from macperl.
31403              (No changes since already applied the patch,
31404              just keep perforce happy and well-fed.)
31405      Branch: perl
31406           !> lib/Pod/Html.pm
31407 ____________________________________________________________________________
31408 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
31409         Log: Subject: [PATCH] filter-util.pl for Mac OS
31410              From: Chris Nandor <pudge@pobox.com>
31411              Date: Tue, 20 Nov 2001 00:16:11 -0500
31412              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
31413      Branch: perl
31414            ! t/lib/filter-util.pl
31415 ____________________________________________________________________________
31416 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
31417         Log: Subject: [PATCH] Portability fix for Pod::Html
31418              From: Chris Nandor <pudge@pobox.com>
31419              Date: Tue, 20 Nov 2001 00:01:05 -0500
31420              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
31421      Branch: perl
31422            ! lib/Pod/Html.pm
31423 ____________________________________________________________________________
31424 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
31425         Log: Need to skip more tests if not perlio.
31426      Branch: perl
31427            ! lib/open.t
31428 ____________________________________________________________________________
31429 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
31430         Log: Pass 3 at perldelta - sort the lists of new modules,
31431              module improvements, and new platforms.
31432      Branch: perl
31433            ! pod/perldelta.pod
31434 ____________________________________________________________________________
31435 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
31436         Log: Document ${^OPEN}.
31437      Branch: perl
31438            ! pod/perlvar.pod
31439 ____________________________________________________________________________
31440 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
31441         Log: Make configpm work with extra keys
31442      Branch: maint-5.6/macperl
31443            ! macos/configpm
31444 ____________________________________________________________________________
31445 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
31446         Log: Version and doc updates
31447      Branch: maint-5.6/macperl
31448            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
31449 ____________________________________________________________________________
31450 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
31451         Log: More fixes for error message parsing (bug #470316)
31452      Branch: maint-5.6/macperl
31453            ! macos/macish.c
31454 ____________________________________________________________________________
31455 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
31456         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
31457              remove obsolete function (bug #465225)
31458      Branch: maint-5.6/macperl
31459            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
31460            ! macos/macperl/MPScript.c
31461 ____________________________________________________________________________
31462 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
31463         Log: Add p2as droplet to distribution.
31464      Branch: maint-5.6/macperl
31465            + macos/macperl/Droplets/p2as.plx
31466 ____________________________________________________________________________
31467 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
31468         Log: Bundle File::Sort.
31469      Branch: maint-5.6/macperl
31470            + macos/bundled_lib/blib/lib/File/Sort.pm
31471 ____________________________________________________________________________
31472 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
31473         Log: Various bundled module fixes.
31474      Branch: maint-5.6/macperl
31475            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
31476            ! macos/bundled_ext/Digest/MD5/t/files.t
31477            ! macos/bundled_ext/Filter/t/filter-util.pl
31478            ! macos/bundled_lib/blib/lib/Net/Config.pm
31479            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
31480 ____________________________________________________________________________
31481 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
31482         Log: Portability fix for Pod::Html.
31483      Branch: maint-5.6/macperl
31484            ! lib/Pod/Html.pm
31485 ____________________________________________________________________________
31486 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
31487         Log: Upgrade to Text::Balanced 1.89.
31488      Branch: perl
31489            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
31490            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
31491            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
31492            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
31493            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
31494            ! lib/Text/Balanced/t/gentag.t
31495 ____________________________________________________________________________
31496 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
31497         Log: Upgrade to NEXT 0.50.
31498      Branch: perl
31499            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
31500            + lib/NEXT/t/unseen.t
31501            - lib/NEXT/test.pl
31502            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
31503 ____________________________________________________________________________
31504 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
31505         Log: Integrate with maint-5.6/perl.
31506      Branch: maint-5.6/macperl
31507           !> win32/win32.c
31508 ____________________________________________________________________________
31509 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
31510         Log: Update the README.threads scary header a bit.
31511      Branch: perl
31512            ! README.threads
31513 ____________________________________________________________________________
31514 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
31515         Log: Pass 2 at perldelta: add some changes since 5.7.2.
31516      Branch: perl
31517            ! pod/perldelta.pod
31518 ____________________________________________________________________________
31519 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
31520         Log: Subject: [DOC PATCH] perlfaq4.pod 
31521              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31522              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
31523              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
31524      Branch: perl
31525            ! pod/perlfaq4.pod
31526 ____________________________________________________________________________
31527 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
31528         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
31529              From: Michael G Schwern <schwern@pobox.com> 
31530              Date: Mon, 19 Nov 2001 19:53:12 -0500
31531              Message-ID: <20011119195311.I11883@blackrider>
31532      Branch: perl
31533            ! perl.c
31534 ____________________________________________________________________________
31535 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
31536         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
31537              From: PPrymmer@factset.com
31538              Date: Mon, 19 Nov 2001 17:08:59 -0500
31539              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
31540      Branch: perl
31541            ! vms/descrip_mms.template
31542 ____________________________________________________________________________
31543 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
31544         Log: Create a per-interpeter debug scratchpad container
31545              and use that for the regexec debugging.
31546      Branch: perl
31547            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
31548 ____________________________________________________________________________
31549 [ 13109] By: nick                                  on 2001/11/19  22:01:45
31550         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
31551              Configure unit detects the feature).
31552      Branch: metaconfig/U/perl
31553            + procselfexe.U
31554      Branch: perlio
31555            ! Configure config_h.SH
31556 ____________________________________________________________________________
31557 [ 13108] By: nick                                  on 2001/11/19  20:39:17
31558         Log: Integrate mainline
31559      Branch: perlio
31560           +> t/op/or.t
31561           !> (integrate 44 files)
31562 ____________________________________________________________________________
31563 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
31564         Log: sysseek tweak.
31565      Branch: perl
31566            ! pod/perlfunc.pod
31567 ____________________________________________________________________________
31568 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
31569         Log: Move the sysio tests from io/utf8 to lib/open.
31570      Branch: perl
31571            ! lib/open.t t/io/utf8.t
31572 ____________________________________________________________________________
31573 [ 13105] By: nick                                  on 2001/11/19  20:15:39
31574         Log: Add a .package and a README to //depot/metaconfig
31575      Branch: metaconfig
31576            + .package README
31577 ____________________________________________________________________________
31578 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
31579         Log: Thou shalt not mix stdio and sysio.
31580      Branch: perl
31581            ! t/io/utf8.t
31582 ____________________________________________________________________________
31583 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
31584         Log: Update Changes.
31585      Branch: perl
31586            ! Changes patchlevel.h
31587 ____________________________________________________________________________
31588 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
31589         Log: The runops_debug needs to be present always, otherwise
31590              places like AIX which need an explicit symbol export list
31591              will croak when trying to build Devel::Peek (which uses
31592              the runops_debug).
31593      Branch: perl
31594            ! makedef.pl
31595 ____________________________________________________________________________
31596 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
31597         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
31598              From: PPrymmer@factset.com 
31599              Date: Mon, 19 Nov 2001 11:34:22 -0500
31600              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
31601      Branch: perl
31602            ! lib/Memoize/t/tie_sdbm.t
31603 ____________________________________________________________________________
31604 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
31605         Log: Retract #13088: it seems that unless dump.c is extensively
31606              reorganized as to what symbols it shows, when, and to whom,
31607              we are stuck with having the dump.o symbols in the libperl
31608              and thusly in the main Perl binary.
31609      Branch: perl
31610            ! embedvar.h perlapi.h perlvars.h
31611 ____________________________________________________________________________
31612 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
31613         Log: The _uni_display should not be in dump.c since they
31614              are used under normal operation (S_not_a_number()).
31615      Branch: perl
31616            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
31617 ____________________________________________________________________________
31618 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
31619         Log: Protect sv_dump() from being included unless DEBUGGING,
31620              as noticed by Ilya.
31621      Branch: perl
31622            ! sv.c
31623 ____________________________________________________________________________
31624 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
31625         Log: Pending further investigation skip the tell() tests.
31626              The tell() is okay on Solaris, HP-UX and Tru64, but fails
31627              (by returning too much) in Linux.
31628      Branch: perl
31629            ! t/io/utf8.t
31630 ____________________________________________________________________________
31631 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
31632         Log: Retract #13082 until a better solution is found:
31633              statics break ithreads.
31634      Branch: perl
31635            ! regexec.c
31636 ____________________________________________________________________________
31637 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
31638         Log: Figures 1 and 2 for UTF-8.
31639      Branch: perl
31640            ! pod/perlunicode.pod
31641 ____________________________________________________________________________
31642 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
31643         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
31644              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31645              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
31646              Message-ID: <20011119132645.A15034@rafael>
31647      Branch: perl
31648            ! op.c pod/perldiag.pod t/lib/warnings/op
31649 ____________________________________________________________________________
31650 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
31651         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
31652              From: Michael G Schwern <schwern@pobox.com> 
31653              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
31654              Message-ID: <20011119031112.E786@blackrider>
31655      Branch: perl
31656            ! t/op/closure.t
31657 ____________________________________________________________________________
31658 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
31659         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
31660              From: Michael G Schwern <schwern@pobox.com>
31661              Date: Mon, 19 Nov 2001 03:42:56 -0500
31662              Message-ID: <20011119034256.I786@blackrider>
31663      Branch: perl
31664            + t/op/or.t
31665            ! MANIFEST
31666 ____________________________________________________________________________
31667 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
31668         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
31669              From: "Craig A. Berry" <craigberry@mac.com>
31670              Date: Sun, 18 Nov 2001 14:33:48 -0600
31671              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
31672      Branch: perl
31673            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
31674 ____________________________________________________________________________
31675 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
31676         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
31677              From: Dave Rolsky <autarch@urth.org>
31678              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
31679              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
31680      Branch: perl
31681            ! lib/ExtUtils/Manifest.pm
31682 ____________________________________________________________________________
31683 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
31684         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
31685              From: Dave Rolsky <autarch@urth.org>
31686              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
31687              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
31688      Branch: perl
31689            ! lib/ExtUtils/Install.pm
31690 ____________________________________________________________________________
31691 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
31692         Log: The runops_dbg should not be needed.
31693      Branch: perl
31694            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
31695 ____________________________________________________________________________
31696 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
31697         Log: do_spawn() cleanup from Charles Lane.
31698      Branch: perl
31699            ! vms/vms.c
31700 ____________________________________________________________________________
31701 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
31702         Log: Update the list of tests.
31703      Branch: perl
31704            ! t/lib/1_compile.t
31705 ____________________________________________________________________________
31706 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
31707         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
31708              From: Michael G Schwern <schwern@pobox.com> 
31709              Date: Fri, 16 Nov 2001 17:37:04 -0500
31710              Message-ID: <20011116173703.L30160@blackrider>
31711      Branch: perl
31712            ! t/lib/warnings/sv
31713 ____________________________________________________________________________
31714 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
31715         Log: FAQ sync.
31716      Branch: perl
31717            ! pod/perlfaq4.pod
31718 ____________________________________________________________________________
31719 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
31720         Log: Integrate perlio:
31721              
31722              [ 13081]
31723              Win32 layer has a dup which needs to match new prototype.
31724              
31725              [ 13080]
31726              Wrong way to get stdio mode used.
31727              
31728              [ 13072]
31729              Allow dup'ing of PerlIO::Scalar etc.
31730      Branch: perl
31731           !> perlio.c win32/win32io.c
31732 ____________________________________________________________________________
31733 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
31734         Log: (retracted by #13096)
31735              Debugging would be badly skewed by a malloc per regex dump.
31736      Branch: perl
31737            ! regexec.c
31738 ____________________________________________________________________________
31739 [ 13081] By: nick                                  on 2001/11/18  19:08:40
31740         Log: Win32 layer has a dup which needs to match new prototype.
31741      Branch: perlio
31742            ! win32/win32io.c
31743 ____________________________________________________________________________
31744 [ 13080] By: nick                                  on 2001/11/18  19:05:02
31745         Log: Wrong way to get stdio mode used.
31746      Branch: perlio
31747            ! perlio.c
31748 ____________________________________________________________________________
31749 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
31750         Log: Retract #13048: that introduced a malloc() (through savepvn())
31751              to *every* m//, which killed the performance quite badly.
31752      Branch: perl
31753            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
31754 ____________________________________________________________________________
31755 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
31756         Log: Pass 1 at perldelta.pod: sort the section contents
31757              together, drop all but the 5.7.2 known problems,
31758              leave the 5.7.1 security note since that's the
31759              fullest explanation (update the date on that).
31760      Branch: perl
31761            ! pod/perldelta.pod
31762 ____________________________________________________________________________
31763 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
31764         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
31765              
31766              Tiny problem in the test for 20011113.110: I hope
31767              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
31768      Branch: perl
31769            ! pp.c t/op/repeat.t
31770 ____________________________________________________________________________
31771 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
31772         Log: All of syswrite/send/sendto need to return character counts,
31773              and character counts from the offset, not the beginning of
31774              the scalar.
31775      Branch: perl
31776            ! pp_sys.c
31777 ____________________________________________________________________________
31778 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
31779         Log: Integrate PerlIO: duping fixes.
31780      Branch: perl
31781           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31782           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
31783           !> perliol.h sv.c
31784 ____________________________________________________________________________
31785 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
31786         Log: syswrite() was still returning byte counts, not character counts.
31787      Branch: perl
31788            ! pp_sys.c t/io/utf8.t
31789 ____________________________________________________________________________
31790 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
31791         Log: Add test for sysread().
31792      Branch: perl
31793            ! t/io/utf8.t
31794 ____________________________________________________________________________
31795 [ 13072] By: nick                                  on 2001/11/18  16:15:31
31796         Log: Allow dup'ing of PerlIO::Scalar etc.
31797      Branch: perlio
31798            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31799            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
31800            ! perliol.h sv.c
31801 ____________________________________________________________________________
31802 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
31803         Log: Prepend a null byte to the test set.
31804      Branch: perl
31805            ! t/io/utf8.t
31806 ____________________________________________________________________________
31807 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
31808         Log: Document how "no utf8;" can become handy.
31809      Branch: perl
31810            ! lib/utf8.pm
31811 ____________________________________________________________________________
31812 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
31813         Log: Integrate perlio:
31814              
31815              [ 13068]
31816              embed.pl generated changes I forgot to include
31817              
31818              [ 13067]
31819              Force inclusion of both Perl_runops_* in perl itself,
31820              so they are available for Peek.xs etc.
31821              
31822              [ 12874]
31823              Keep It Simple and Stupid version of readonly hash support.
31824              - Test for SvREAONLY(hv) at a few spots in hv.c
31825              - add the error message to perldiag.pod
31826              - (dubious) add access::readonly() to univeral.c
31827              - add test using above
31828              - fixup ext/B/t/stash.t to account for access:: existing
31829      Branch: perl
31830           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
31831 ____________________________________________________________________________
31832 [ 13068] By: nick                                  on 2001/11/18  13:23:33
31833         Log: embed.pl generated changes I forgot to include
31834      Branch: perlio
31835            ! embedvar.h perlapi.h pod/perlapi.pod
31836 ____________________________________________________________________________
31837 [ 13067] By: nick                                  on 2001/11/18  12:50:19
31838         Log: Force inclusion of both Perl_runops_* in perl itself,
31839              so they are available for Peek.xs etc.
31840      Branch: perlio
31841            ! perlvars.h
31842 ____________________________________________________________________________
31843 [ 13066] By: nick                                  on 2001/11/18  11:00:34
31844         Log: Integrate mainline - a few Devel::Peak fails.
31845      Branch: perlio
31846           +> (branch 29 files)
31847            - ext/Thread/Thread.pm lib/Benchmark.t
31848            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
31849            - lib/Lingua/KO/Hangul/Util/README
31850            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
31851            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
31852            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
31853            - vms/ext/vmsish.pm vms/ext/vmsish.t
31854            ! hv.c
31855           !> (integrate 389 files)
31856 ____________________________________________________________________________
31857 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
31858         Log: Start working on perldelta.  This is not yet any sort of
31859              editing; just concatenating perl570delta, perl571delta,
31860              and perl572delta.  Any sorting not done, any duplicate
31861              removal not done, any removal or update of obsolete items
31862              not done, any changes since 5.7.2 not included.  So there.
31863      Branch: perl
31864            ! pod/perldelta.pod
31865 ____________________________________________________________________________
31866 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
31867         Log: Banish "use utf8".
31868      Branch: perl
31869            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
31870 ____________________________________________________________________________
31871 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
31872         Log: Tweak from Charles Lane.
31873      Branch: perl
31874            ! vms/vms.c
31875 ____________________________________________________________________________
31876 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
31877         Log: Integrate change #13058 from maintperl;
31878              change#12559 breaks things on Win9x because command.com doesn't
31879              grok dquotes at all; disable all the system() smarts for
31880              command.com
31881      Branch: perl
31882           !> win32/win32.c
31883 ____________________________________________________________________________
31884 [ 13061] By: ams                                   on 2001/11/17  13:46:11
31885         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
31886              From: Jonathan Stowe <gellyfish@gellyfish.com>
31887              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
31888              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
31889      Branch: perl
31890            ! lib/Term/Cap.pm
31891 ____________________________________________________________________________
31892 [ 13060] By: ams                                   on 2001/11/17  09:49:10
31893         Log: Subject: [PATCH9 File/Find.pm doc nits
31894              From: Tels <perl_dummy@bloodgate.com>
31895              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
31896      Branch: perl
31897            ! lib/File/Find.pm
31898 ____________________________________________________________________________
31899 [ 13059] By: ams                                   on 2001/11/17  09:38:38
31900         Log: Subject: [PATCH] Benchmark.pm nit
31901              From: Tels <perl_dummy@bloodgate.com>
31902              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
31903      Branch: perl
31904            ! lib/Benchmark.pm
31905 ____________________________________________________________________________
31906 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
31907         Log: change#12559 breaks things on Win9x because command.com doesn't
31908              grok dquotes at all; disable all the system() smarts for
31909              command.com
31910      Branch: maint-5.6/perl
31911            ! win32/win32.c
31912 ____________________________________________________________________________
31913 [ 13057] By: ams                                   on 2001/11/16  20:30:03
31914         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
31915              From: Andy Dougherty <doughera@lafayette.edu>
31916              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
31917              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
31918      Branch: perl
31919            ! lib/Unicode/UCD.t
31920 ____________________________________________________________________________
31921 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
31922         Log: Subject: [Patch Perl@13023] VMS system() warning
31923              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31924              Date: Fri, 16 Nov 2001 15:20:11 EST
31925              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
31926      Branch: perl
31927            ! vms/vms.c
31928 ____________________________________________________________________________
31929 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
31930         Log: It's neither-nor, and protect against the impossible.
31931      Branch: perl
31932            ! lib/Thread.pm
31933 ____________________________________________________________________________
31934 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
31935         Log: 5005threads didn't work because $Thread::VERSION wasn't
31936              visible.  Oops.
31937      Branch: perl
31938            ! ext/Thread/Makefile.PL lib/Thread.pm
31939 ____________________________________________________________________________
31940 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
31941         Log: Robustness against Linux using something else than gcc;
31942              based on
31943              
31944              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
31945              From: Charles Randall <cfriv@yahoo.com>
31946              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
31947              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
31948      Branch: perl
31949            ! ext/Errno/Errno_pm.PL
31950 ____________________________________________________________________________
31951 [ 13052] By: ams                                   on 2001/11/16  16:46:39
31952         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
31953              From: Russ Allbery <rra@stanford.edu>
31954              Date: 16 Nov 2001 09:44:21 -0800
31955              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
31956      Branch: perl
31957            ! lib/Pod/ParseLink.pm
31958 ____________________________________________________________________________
31959 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
31960         Log: Update perluniintro on the UTF-8 output matters
31961              (that -w will warn unless the stream is explicitly UTF-8-ified).
31962      Branch: perl
31963            ! pod/perluniintro.pod
31964 ____________________________________________________________________________
31965 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
31966         Log: Adding new files to MANIFEST is nice.
31967      Branch: perl
31968            ! MANIFEST
31969 ____________________________________________________________________________
31970 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
31971         Log: Update Changes.
31972      Branch: perl
31973            ! Changes patchlevel.h
31974 ____________________________________________________________________________
31975 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
31976         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
31977              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
31978              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
31979              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
31980      Branch: perl
31981            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
31982 ____________________________________________________________________________
31983 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
31984         Log: Rename perlunintro to perluniintro; regen toc.
31985      Branch: perl
31986            + pod/perluniintro.pod
31987            - pod/perlunintro.pod
31988            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31989 ____________________________________________________________________________
31990 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
31991         Log: Document the negated lookahead trick to emulate
31992              character class subtraction.
31993      Branch: perl
31994            ! pod/perlunicode.pod
31995 ____________________________________________________________________________
31996 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
31997         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
31998              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31999              Date: Fri, 16 Nov 2001 23:31:04 +0900
32000              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
32001              
32002              (with the tweak that Cntrl is not C, it's Cc)
32003      Branch: perl
32004            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
32005            ! lib/unicore/mktables
32006 ____________________________________________________________________________
32007 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
32008         Log: Subject: [PATCH current] runtime runops switch
32009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32010              Date: Fri, 16 Nov 2001 00:48:09 -0500
32011              Message-ID: <20011116004809.A934@math.ohio-state.edu>
32012      Branch: perl
32013            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
32014            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
32015            ! pod/perlintern.pod proto.h run.c
32016 ____________________________________________________________________________
32017 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
32018         Log: Further discourage old Thread code; tell how to tell
32019              the difference.
32020      Branch: perl
32021            ! lib/Thread.pm
32022 ____________________________________________________________________________
32023 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
32024         Log: A missing return; from Charles Lane.
32025      Branch: perl
32026            ! vms/vms.c
32027 ____________________________________________________________________________
32028 [ 13041] By: ams                                   on 2001/11/16  12:11:14
32029         Log: Subject: [PATCH] Doc spellcheck + podcheck
32030              From: Autrijus Tang <autrijus@egb.elixus.org>
32031              Date: Thu, 15 Nov 2001 22:49:05 -0800
32032              Message-Id: <20011116064905.GA44092@egb.elixus.org>
32033              
32034              Subject: [PATCH] podcheck+spellcheck, the rest of the story
32035              From: Autrijus Tang <autrijus@egb.elixus.org>
32036              Date: Fri, 16 Nov 2001 00:42:20 -0800
32037              Message-Id: <20011116084220.GA44295@egb.elixus.org>
32038              
32039              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
32040              From: Nicholas Clark <nick@ccl4.org>
32041              Date: Fri, 16 Nov 2001 10:32:01 +0000
32042              Message-Id: <20011116103200.F62891@plum.flirble.org>
32043              (Applied after suitable de-mangling.)
32044      Branch: perl
32045            ! README.aix README.dgux README.dos README.epoc README.hpux
32046            ! README.mint README.mpeix README.netware README.os2
32047            ! README.os390 README.plan9 README.qnx README.solaris
32048            ! README.threads doio.c pod/perl571delta.pod
32049            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
32050            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
32051            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
32052            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
32053            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
32054            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
32055 ____________________________________________________________________________
32056 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
32057         Log: Avoid redefinedness warning for now.
32058      Branch: perl
32059            ! lib/Thread.pm
32060 ____________________________________________________________________________
32061 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
32062         Log: use strict.
32063      Branch: perl
32064            ! lib/Thread.pm
32065 ____________________________________________________________________________
32066 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
32067         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
32068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
32069              Date: Thu, 15 Nov 2001 22:54:47 EST 
32070              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
32071      Branch: perl
32072            ! vms/vms.c vms/vmspipe.com
32073 ____________________________________________________________________________
32074 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
32075         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
32076              From: "chromatic" <chromatic@rmci.net>
32077              Date: Thu, 15 Nov 2001 19:54:23 -0700
32078              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
32079      Branch: perl
32080            ! lib/File/stat.t
32081 ____________________________________________________________________________
32082 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
32083         Log: Make Thread a wrapper for both ithreads and 5005threads.
32084              Needs a lot of work and Arthur's eyeballing (and finishing
32085              few missing odds and ends of threads.pm).  Now Thread
32086              is an extension without its own .pm.
32087              
32088              If there are people who have experience working with
32089              either the 5005threads or the ithreads: cleaning up
32090              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
32091              and porting the various Thread::* modules, like Thread::Queue,
32092              to work also with ithreads, is needed.
32093              
32094              Removed the 5005threads requirement from the 5005 tests
32095              for easier testing (not all of them work yet since
32096              they use the Thread::* modules that have not been made
32097              to work with ithreads).  Leave the 5005 tests named as
32098              *.tx so that they are not run by "make test".
32099      Branch: perl
32100            + lib/Thread.pm
32101            - ext/Thread/Thread.pm
32102            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
32103            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
32104            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
32105            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
32106            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
32107            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
32108            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
32109 ____________________________________________________________________________
32110 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
32111         Log: $VERSION "a5" doesn't quite work.
32112      Branch: perl
32113            ! ext/B/Makefile.PL
32114 ____________________________________________________________________________
32115 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
32116         Log: Add the fruits of Larry Shatzer's version verifying script.
32117              (There are some straddlers, but they will be fixed in the
32118              upcoming releases of the modules.)
32119      Branch: perl
32120            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
32121            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
32122            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
32123            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
32124            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
32125            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
32126            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
32127            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
32128            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
32129            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
32130            ! wince/FindExt.pm
32131 ____________________________________________________________________________
32132 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
32133         Log: Add Larry Shatzer's VERSION verifying script.
32134      Branch: perl
32135            + Porting/checkVERSION.pl
32136            ! MANIFEST Porting/pumpkin.pod
32137 ____________________________________________________________________________
32138 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
32139         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
32140              From: Michael G Schwern <schwern@pobox.com>
32141              Date: Thu, 15 Nov 2001 19:26:40 -0500
32142              Message-ID: <20011115192640.R31399@blackrider>
32143      Branch: perl
32144            ! t/test.pl
32145 ____________________________________________________________________________
32146 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
32147         Log: Document the MY_CXT business; from Paul Marquess.
32148      Branch: perl
32149            ! pod/perlxs.pod
32150 ____________________________________________________________________________
32151 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
32152         Log: VMSCMD synch attempt.
32153      Branch: perl
32154            ! vms/vms.c vms/vmsish.h
32155 ____________________________________________________________________________
32156 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
32157         Log: Advise against -P as instructed by Schwern.
32158      Branch: perl
32159            ! pod/perlrun.pod
32160 ____________________________________________________________________________
32161 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
32162         Log: Subject: [PATCH] v-strings as Objects Step 1
32163              From: John Peacock <jpeacock@rowman.com>
32164              Date: Thu, 15 Nov 2001 12:41:04 -0500
32165              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
32166      Branch: perl
32167            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
32168            ! util.c
32169 ____________________________________________________________________________
32170 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
32171         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
32172              From: Michael G Schwern <schwern@pobox.com>
32173              Date: Thu, 15 Nov 2001 12:47:59 -0500
32174              Message-ID: <20011115124759.E31399@blackrider>
32175      Branch: perl
32176            + t/run/switchx.aux t/run/switchx.t
32177            ! MANIFEST t/run/switches.t
32178 ____________________________________________________________________________
32179 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
32180         Log: Upgrade to Getopt::Long 2.26_03.
32181      Branch: perl
32182            ! lib/Getopt/Long.pm
32183 ____________________________________________________________________________
32184 [ 13025] By: ams                                   on 2001/11/15  20:46:22
32185         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
32186              From: Michael G Schwern <schwern@pobox.com>
32187              Date: Thu, 15 Nov 2001 16:24:11 -0500
32188              Message-Id: <20011115162411.M31399@blackrider>
32189      Branch: perl
32190            ! vms/vms.c
32191 ____________________________________________________________________________
32192 [ 13024] By: ams                                   on 2001/11/15  19:32:06
32193         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
32194              From: rspier@pobox.com (Robert Spier)
32195              Date: Thu, 15 Nov 2001 11:19:21 -0800
32196              Message-Id: <15348.5433.732364.963687@rls.cx>
32197      Branch: perl
32198            ! op.c
32199 ____________________________________________________________________________
32200 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
32201         Log: Update Changes.
32202      Branch: perl
32203            ! Changes patchlevel.h
32204 ____________________________________________________________________________
32205 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
32206         Log: Subject: [PATCH] new tests for command-line switches
32207              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32208              Date: Thu, 15 Nov 2001 17:00:30 +0100
32209              Message-ID: <20011115170030.A14193@rafael>
32210      Branch: perl
32211            + t/run/switches.t
32212            ! MANIFEST
32213 ____________________________________________________________________________
32214 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
32215         Log: Upgrade to podlators 1.13.
32216      Branch: perl
32217            + lib/Pod/ParseLink.pm
32218            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
32219            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
32220            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
32221            ! t/pod/pod2usage.xr t/pod/podselect.xr
32222 ____________________________________________________________________________
32223 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
32224         Log: skip "might be used uninitialized".
32225      Branch: perl
32226            ! pp_sys.c
32227 ____________________________________________________________________________
32228 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
32229         Log: Fix for "perlio bug in koi8-r encoding".  The problem
32230              seemed to be that binmode() always flushed the handle,
32231              which is not so good when switching encodings.  Fixed,
32232              added Matt Sergeant's testcase, documented in perlfunc/binmode,
32233              also added a pointer about disciplines to perlfunc/open,
32234              and in general cleaned up and reformatted the open entry.
32235      Branch: perl
32236            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
32237 ____________________________________________________________________________
32238 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
32239         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
32240              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32241              Date: 15 Nov 2001 08:57:06 -0000
32242              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
32243              
32244              chop() and chomp() are not real list functions,
32245              so let's not have them overrideable.  (Casey will
32246              be confused since in #7071 he patched the other way.)
32247      Branch: perl
32248            ! pod/perlfunc.pod toke.c
32249 ____________________________________________________________________________
32250 [ 13017] By: ams                                   on 2001/11/15  12:56:49
32251         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
32252              From: Robin Barker <rmb1@cise.npl.co.uk>
32253              Date: Thu, 15 Nov 2001 13:48:34 GMT
32254              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
32255              (Applied with tweaks.)
32256      Branch: perl
32257            ! pod/perltrap.pod
32258 ____________________________________________________________________________
32259 [ 13016] By: ams                                   on 2001/11/15  09:12:48
32260         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
32261              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32262              Date: Thu, 15 Nov 2001 09:06:39 +0100
32263              Message-Id: <20011115090639.A13005@rafael>
32264      Branch: perl
32265            ! pod/perlrun.pod
32266 ____________________________________________________________________________
32267 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
32268         Log: "link =" from utils.lst was being processed oddly.
32269      Branch: perl
32270            ! installman
32271 ____________________________________________________________________________
32272 [ 13014] By: ams                                   on 2001/11/15  02:52:52
32273         Log: Subject: [PATCH current] CreateTTY in -d
32274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32275              Date: Wed, 14 Nov 2001 21:26:31 -0500
32276              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
32277      Branch: perl
32278            ! lib/perl5db.pl
32279 ____________________________________________________________________________
32280 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
32281         Log: Corify the Filter::Simple tests. 
32282      Branch: perl
32283            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
32284            ! lib/Filter/Simple/t/filter_only.t
32285 ____________________________________________________________________________
32286 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
32287         Log: Upgrade to Filter::Simple 0.70.
32288      Branch: perl
32289            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
32290            + t/lib/FilterOnlyTest.pm
32291            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32292            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
32293            ! t/lib/FilterTest.pm
32294 ____________________________________________________________________________
32295 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
32296         Log: Cleanliness inspired by Cygwin.
32297      Branch: perl
32298            ! Makefile.SH x2p/Makefile.SH
32299 ____________________________________________________________________________
32300 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
32301         Log: Add perlunintro (formerly known as perlunitut); regen toc.
32302      Branch: perl
32303            + pod/perlunintro.pod
32304            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
32305 ____________________________________________________________________________
32306 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
32307         Log: FAQ sync.
32308      Branch: perl
32309            ! pod/perlfaq6.pod
32310 ____________________________________________________________________________
32311 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
32312         Log: Quieten pgcc 2.91.66 worries.
32313      Branch: perl
32314            ! gv.c pp_ctl.c utf8.c
32315 ____________________________________________________________________________
32316 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
32317         Log: Upgrade to Switch 2.06.
32318      Branch: perl
32319            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
32320            ! lib/Switch/t/nested.t
32321 ____________________________________________________________________________
32322 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
32323         Log: Upgrade to Attribute::Handlers 0.76.
32324      Branch: perl
32325            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
32326            ! lib/Attribute/Handlers/README
32327            ! lib/Attribute/Handlers/demo/Demo.pm
32328            ! lib/Attribute/Handlers/demo/Descriptions.pm
32329            ! lib/Attribute/Handlers/demo/MyClass.pm
32330            ! lib/Attribute/Handlers/demo/demo_cycle.pl
32331            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
32332            ! lib/Attribute/Handlers/t/multi.t
32333 ____________________________________________________________________________
32334 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
32335         Log: Signedness nit.
32336      Branch: perl
32337            ! regexec.c
32338 ____________________________________________________________________________
32339 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
32340         Log: VERSIONize.
32341      Branch: perl
32342            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
32343            ! lib/integer.pm
32344 ____________________________________________________________________________
32345 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
32346         Log: No pod in internal Net::FTP classes.
32347      Branch: perl
32348            ! pod/buildtoc.PL
32349 ____________________________________________________________________________
32350 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
32351         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
32352              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
32353              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
32354              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
32355      Branch: perl
32356            ! regexec.c
32357 ____________________________________________________________________________
32358 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
32359         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
32360              Pudge correctly).
32361      Branch: perl
32362            ! t/test.pl
32363 ____________________________________________________________________________
32364 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
32365         Log: Add comments to mark where $^X is being handled.
32366      Branch: perl
32367            ! perl.c toke.c
32368 ____________________________________________________________________________
32369 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
32370         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
32371              From: Michael G Schwern <schwern@pobox.com>
32372              Date: Wed, 14 Nov 2001 16:38:25 -0500
32373              Message-ID: <20011114163825.D6519@blackrider>
32374      Branch: perl
32375            ! t/op/repeat.t
32376 ____________________________________________________________________________
32377 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
32378         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
32379              From: Michael G Schwern <schwern@pobox.com>
32380              Date: Wed, 14 Nov 2001 13:19:15 -0500
32381              Message-ID: <20011114131915.K5096@blackrider>
32382      Branch: perl
32383            ! t/op/die_exit.t
32384 ____________________________________________________________________________
32385 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
32386         Log: Subject: Re: [PATCH] new version of runperl()
32387              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32388              Date: Wed, 14 Nov 2001 15:39:12 EST
32389              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
32390              
32391              "VMS $^X pipes etc" patch.
32392      Branch: perl
32393            ! vms/vms.c
32394 ____________________________________________________________________________
32395 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
32396         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
32397              and add "verbose" option to show the final command.
32398      Branch: perl
32399            ! t/test.pl
32400 ____________________________________________________________________________
32401 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
32402         Log: Goof in some of the comment fields of #12994.
32403      Branch: perl
32404            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
32405            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
32406            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
32407            ! lib/unicore/In/9.pl
32408 ____________________________________________________________________________
32409 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
32410         Log: The First, Last ranges in the Unicode data weren't
32411              getting their general categories added properly;
32412              noticed by Jeffrey Friedl.
32413      Branch: perl
32414            ! lib/unicore/Category.pl lib/unicore/In/0.pl
32415            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
32416            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
32417            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
32418            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
32419            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
32420            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
32421            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
32422            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
32423            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
32424            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
32425            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
32426            ! lib/unicore/mktables
32427 ____________________________________________________________________________
32428 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
32429         Log: Subject: [PATCH] new version of runperl()
32430              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32431              Date: Wed, 14 Nov 2001 12:23:01 +0100
32432              Message-ID: <20011114122301.A29384@rafael>
32433      Branch: perl
32434            ! t/io/argv.t t/test.pl
32435 ____________________________________________________________________________
32436 [ 12992] By: ams                                   on 2001/11/14  13:40:39
32437         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
32438              From: Michael G Schwern <schwern@pobox.com>
32439              Date: Tue, 13 Nov 2001 23:17:54 -0500
32440              Message-Id: <20011113231754.S32567@blackrider>
32441      Branch: perl
32442            ! perl.c
32443 ____________________________________________________________________________
32444 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
32445         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
32446              From: Philip Newton <Philip.Newton@gmx.net>
32447              Date: Wed, 14 Nov 2001 10:59:53 +0100
32448              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
32449              
32450              plus a lot of paragraph reformatting because of long lines.
32451      Branch: perl
32452            ! pod/perlapio.pod
32453 ____________________________________________________________________________
32454 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
32455         Log: A bool is not a pointer.
32456      Branch: perl
32457            ! pp_sys.c
32458 ____________________________________________________________________________
32459 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
32460         Log: AUTHORS updates.
32461      Branch: perl
32462            ! AUTHORS
32463 ____________________________________________________________________________
32464 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
32465         Log: There are several MIME RFCs.
32466      Branch: perl
32467            ! ext/Encode/Encode.pm
32468 ____________________________________________________________________________
32469 [ 12987] By: ams                                   on 2001/11/14  01:09:28
32470         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
32471              From: Michael G Schwern <schwern@pobox.com>
32472              Date: Tue, 13 Nov 2001 20:59:13 -0500
32473              Message-Id: <20011113205913.H32567@blackrider>
32474      Branch: perl
32475            ! t/op/groups.t vms/test.com
32476 ____________________________________________________________________________
32477 [ 12986] By: ams                                   on 2001/11/14  01:07:06
32478         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
32479              From: Michael G Schwern <schwern@pobox.com>
32480              Date: Tue, 13 Nov 2001 20:51:34 -0500
32481              Message-Id: <20011113205134.F32567@blackrider>
32482      Branch: perl
32483            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
32484 ____________________________________________________________________________
32485 [ 12985] By: ams                                   on 2001/11/14  00:43:59
32486         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
32487              From: Michael G Schwern <schwern@pobox.com>
32488              Date: Tue, 13 Nov 2001 20:38:42 -0500
32489              Message-Id: <20011113203842.E32567@blackrider>
32490      Branch: perl
32491            ! pod/perlport.pod
32492 ____________________________________________________________________________
32493 [ 12984] By: ams                                   on 2001/11/14  00:32:15
32494         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
32495              From: Michael G Schwern <schwern@pobox.com>
32496              Date: Tue, 13 Nov 2001 20:27:02 -0500
32497              Message-Id: <20011113202702.D32567@blackrider>
32498      Branch: perl
32499            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
32500            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
32501            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
32502            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
32503 ____________________________________________________________________________
32504 [ 12983] By: ams                                   on 2001/11/14  00:00:27
32505         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
32506              From: Michael G Schwern <schwern@pobox.com>
32507              Date: Tue, 13 Nov 2001 19:51:59 -0500
32508              Message-Id: <20011113195159.B32567@blackrider>
32509      Branch: perl
32510            ! pod/perlport.pod
32511 ____________________________________________________________________________
32512 [ 12982] By: ams                                   on 2001/11/13  23:53:11
32513         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
32514              From: Larry Shatzer <fugazi@zippy.zyx.net>
32515              Date: Tue, 13 Nov 2001 17:27:59 -0700
32516              Message-Id: <20011113172759.E27768@zippy.zyx.net>
32517      Branch: perl
32518            ! pod/perlapio.pod
32519 ____________________________________________________________________________
32520 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
32521         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
32522              "large enough" Unicode characters returned more than one
32523              as their "Unicode size".
32524      Branch: perl
32525            ! pp_sys.c t/io/utf8.t
32526 ____________________________________________________________________________
32527 [ 12980] By: ams                                   on 2001/11/13  19:32:33
32528         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
32529              From: "Craig A. Berry" <craigberry@mac.com>
32530              Date: Tue, 13 Nov 2001 14:33:25 -0600
32531              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
32532      Branch: perl
32533            ! vms/gen_shrfls.pl
32534 ____________________________________________________________________________
32535 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
32536         Log: Subject: Minor patch to Encode.pm (detypo)
32537              From: "Philip Newton" <Philip.Newton@gmx.net>
32538              Date: Tue, 13 Nov 2001 20:11:01 +0100
32539              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
32540      Branch: perl
32541            ! ext/Encode/Encode.pm
32542 ____________________________________________________________________________
32543 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
32544         Log: Evil tabulators.
32545      Branch: perl
32546            ! ext/Encode/Encode.pm
32547 ____________________________________________________________________________
32548 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
32549         Log: Document the available encodings.
32550      Branch: perl
32551            ! ext/Encode/Encode.pm
32552 ____________________________________________________________________________
32553 [ 12976] By: ams                                   on 2001/11/13  17:14:07
32554         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
32555              From: Barrie Slaymaker <barries@slaysys.com>
32556              Date: Tue, 13 Nov 2001 12:41:36 -0500
32557              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
32558      Branch: perl
32559            ! t/op/universal.t
32560 ____________________________________________________________________________
32561 [ 12975] By: ams                                   on 2001/11/13  16:24:21
32562         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
32563              From: Barrie Slaymaker <barries@slaysys.com>
32564              Date: Tue, 13 Nov 2001 10:56:20 -0500
32565              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
32566              (Test applied with minor tweaks and ->isa("HASH") omission.)
32567      Branch: perl
32568            ! lib/UNIVERSAL.pm t/op/universal.t
32569 ____________________________________________________________________________
32570 [ 12974] By: ams                                   on 2001/11/13  15:46:07
32571         Log: Subject: [PATCH Benchmark.pm] docco tweaks
32572              From: Barrie Slaymaker <barries@slaysys.com>
32573              Date: Tue, 13 Nov 2001 11:34:45 -0500
32574              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
32575      Branch: perl
32576            ! lib/Benchmark.pm
32577 ____________________________________________________________________________
32578 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
32579         Log: Subject: [PATCH] Attack of the C loops, round 1
32580              From: Richard Soderberg <rs@oregonnet.com>
32581              Date: Mon, 12 Nov 2001 12:07:29 -0800
32582              Message-Id: <200111122007.MAA01994@oregonnet.com>
32583              
32584              Subject: [PATCH] bytecode.pl (tiny patch)
32585              From: Richard Soderberg <rs@oregonnet.com>
32586              Date: Mon, 12 Nov 2001 12:53:24 -0800
32587              Message-Id: <200111122053.MAA06272@oregonnet.com>
32588      Branch: perl
32589            ! bytecode.pl installhtml
32590 ____________________________________________________________________________
32591 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
32592         Log: Subject: [PATCH] Update to Filter::Util::Call
32593              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
32594              Date: Sun, 11 Nov 2001 22:33:33 -0000
32595              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
32596              
32597              Use the new CXT* macros.
32598      Branch: perl
32599            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32600 ____________________________________________________________________________
32601 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
32602         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
32603              From: Michael G Schwern <schwern@pobox.com>
32604              Date: Mon, 12 Nov 2001 20:50:34 -0500
32605              Message-ID: <20011112205034.H2888@blackrider>
32606      Branch: perl
32607            + lib/vmsish.pm lib/vmsish.t
32608            - vms/ext/vmsish.pm vms/ext/vmsish.t
32609            ! MANIFEST vms/descrip_mms.template
32610 ____________________________________________________________________________
32611 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
32612         Log: :utf8 works only with perlio.
32613      Branch: perl
32614            ! lib/open.t
32615 ____________________________________________________________________________
32616 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
32617         Log: Subject: Re: @Config -"des" not quite working on VMS
32618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32619              Date: Tue, 13 Nov 2001 08:35:13 EST 
32620              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
32621      Branch: perl
32622            ! configure.com
32623 ____________________________________________________________________________
32624 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
32625         Log: Subject: [PATCH] lib/charnames.pm 
32626              From: Jeffrey Friedl <jfriedl@yahoo.com>
32627              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
32628              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
32629      Branch: perl
32630            ! lib/charnames.pm
32631 ____________________________________________________________________________
32632 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
32633         Log: Docs for Mac::err.
32634      Branch: maint-5.6/macperl
32635            ! macos/ext/Mac/err/err.pm
32636 ____________________________________________________________________________
32637 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
32638         Log: Some cleanup; change some globals to references for
32639              possible persistence later.
32640      Branch: maint-5.6/macperl
32641            ! macos/lib/Mac/Glue.pm
32642 ____________________________________________________________________________
32643 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
32644         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
32645      Branch: maint-5.6/macperl
32646            ! macos/ext/Mac/Files/Files.pm
32647 ____________________________________________________________________________
32648 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
32649         Log: Get Mac::Navigation to compile (bug #464684).
32650      Branch: maint-5.6/macperl
32651            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
32652            ! macos/ext/Mac/Navigation/Makefile.PL
32653            ! macos/ext/Mac/Navigation/Navigation.xs
32654            ! macos/macperl/Makefile.mk
32655 ____________________________________________________________________________
32656 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
32657         Log: Add in modules and POD to help menu.
32658      Branch: maint-5.6/macperl
32659            ! macos/macperl/MacPerl.podhelp
32660 ____________________________________________________________________________
32661 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
32662         Log: Update bundled modules.
32663      Branch: maint-5.6/macperl
32664            + macos/bundled_ext/Filter/t/FilterTest.pm
32665            + macos/bundled_ext/List/Util/t/shuffle.t
32666            + macos/bundled_ext/Storable/t/compat06.t
32667            + macos/bundled_ext/Storable/t/st-dump.pl
32668            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
32669            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
32670            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
32671            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
32672            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
32673            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
32674            + macos/bundled_lib/blib/lib/lwpcook.pod
32675            + macos/bundled_lib/t/Filter/Simple/filter.t
32676            + macos/bundled_lib/t/Switch/t/given.t
32677            + macos/bundled_lib/t/Switch/t/nested.t
32678            + macos/bundled_lib/t/Switch/t/switch.t
32679            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
32680            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
32681            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
32682            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
32683            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
32684            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
32685            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
32686            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
32687            + macos/bundled_lib/t/URI/rfc2732.t
32688            + macos/bundled_lib/t/libnet/config.t
32689            + macos/bundled_lib/t/libnet/libnet_t.pl
32690            + macos/bundled_lib/t/libwww-perl/live/google.t
32691            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
32692            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
32693            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
32694            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
32695            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
32696            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
32697            + macos/bundled_lib/t/libwww-perl/live/validator.t
32698            - macos/bundled_ext/Filter/t/MyFilter.pm
32699            - macos/bundled_ext/Storable/t/compat-0.6.t
32700            - macos/bundled_ext/Storable/t/dump.pl
32701            - macos/bundled_ext/Time/Piece/Makefile.PL
32702            - macos/bundled_ext/Time/Piece/Piece.pm
32703            - macos/bundled_ext/Time/Piece/Piece.t
32704            - macos/bundled_ext/Time/Piece/Piece.xs
32705            - macos/bundled_ext/Time/Piece/README
32706            - macos/bundled_ext/Time/Piece/Seconds.pm
32707            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
32708            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
32709            - macos/bundled_lib/blib/lib/Net/PH.pm
32710            - macos/bundled_lib/blib/lib/Net/SNPP.pm
32711            - macos/bundled_lib/blib/lib/Text/Balanced.pod
32712            - macos/bundled_lib/t/Filter/Simple/test.pl
32713            - macos/bundled_lib/t/Switch/test.pl
32714            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
32715            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
32716            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
32717            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
32718            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
32719            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
32720            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
32721            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
32722            - macos/bundled_lib/t/libnet/ph.t
32723            ! (edit 125 files)
32724 ____________________________________________________________________________
32725 [ 12961] By: ams                                   on 2001/11/13  00:45:08
32726         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
32727              From: Michael G Schwern <schwern@pobox.com>
32728              Date: Mon, 12 Nov 2001 20:16:45 -0500
32729              Message-Id: <20011112201644.G2888@blackrider>
32730      Branch: perl
32731            ! pod/perlport.pod
32732 ____________________________________________________________________________
32733 [ 12960] By: ams                                   on 2001/11/12  23:54:00
32734         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
32735              Recoving dup tests for VMS
32736              From: Michael G Schwern <schwern@pobox.com>
32737              Date: Mon, 12 Nov 2001 19:35:33 -0500
32738              Message-Id: <20011112193533.D2888@blackrider>
32739      Branch: perl
32740            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
32741 ____________________________________________________________________________
32742 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
32743         Log: Update Changes.
32744      Branch: perl
32745            ! Changes patchlevel.h
32746 ____________________________________________________________________________
32747 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
32748         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
32749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
32750              Date: Mon, 12 Nov 2001 12:35:18 EST 
32751              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
32752      Branch: perl
32753            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
32754            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
32755 ____________________________________________________________________________
32756 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
32757         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
32758              From: Barrie Slaymaker <barries@slaysys.com>
32759              Date: Mon, 12 Nov 2001 11:19:52 -0500
32760              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
32761      Branch: perl
32762            ! lib/File/Spec.t lib/File/Spec/Win32.pm
32763 ____________________________________________________________________________
32764 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
32765         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
32766              From: Barrie Slaymaker <barries@slaysys.com>
32767              Date: Mon, 12 Nov 2001 11:07:36 -0500
32768              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
32769      Branch: perl
32770            ! lib/Benchmark.pm
32771 ____________________________________________________________________________
32772 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
32773         Log: Misplaced test, noticed by Barrie Slaymaker.
32774              (We are missing Benchmark tests, then.)
32775      Branch: perl
32776            + ext/Devel/DProf/DProf.t
32777            - lib/Benchmark.t
32778            ! MANIFEST
32779 ____________________________________________________________________________
32780 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
32781         Log: Subject: [PATCH] a few typo fixes 
32782              From: Jeffrey Friedl <jfriedl@yahoo.com>
32783              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
32784              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
32785              
32786              Patching README.foo instead of pod/perlfoo.pod,
32787              not patching Math::BigInt (Tels will take care of that),
32788              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
32789              and perldoc.PL instead of libnetcfg and perldoc, patching
32790              ext/Digest/MD5/t/files.t since MD5.pm was changed.
32791      Branch: perl
32792            ! (edit 109 files)
32793 ____________________________________________________________________________
32794 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
32795         Log: Add a note about the dangers of bad UTF-8.
32796      Branch: perl
32797            ! pod/perlunicode.pod
32798 ____________________________________________________________________________
32799 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
32800         Log: NetWare Nit from Ananth Kesari.
32801      Branch: perl
32802            ! NetWare/config.wc
32803 ____________________________________________________________________________
32804 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
32805         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
32806      Branch: perl
32807            ! ext/Encode/Encode.pm
32808 ____________________________________________________________________________
32809 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
32810         Log: (retracted by #12951)
32811      Branch: perl
32812            ! ext/Encode/Encode.pm
32813 ____________________________________________________________________________
32814 [ 12949] By: ams                                   on 2001/11/12  06:40:18
32815         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
32816              From: Robert Spier <rspier@pobox.com>
32817              Date: Sun, 11 Nov 2001 18:50:18 -0800
32818              Message-Id: <15343.14570.121505.233336@rls.cx>
32819              
32820              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
32821              From: Rick Delaney <rick.delaney@home.com>
32822              Date: 12 Nov 2001 00:15:52 -0500
32823              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
32824      Branch: perl
32825            ! pp_hot.c t/op/taint.t
32826 ____________________________________________________________________________
32827 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
32828         Log: It seems that we actually have this detail implemented
32829              as for as Level 1 Support of Unicode regex support is
32830              concerned: at Level 1 only 1:1 support for loose
32831              (aka caseless, aka caseigoring ) matching is required.
32832      Branch: perl
32833            ! pod/perlunicode.pod
32834 ____________________________________________________________________________
32835 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
32836         Log: (retracted by #12951)
32837      Branch: perl
32838            ! ext/Encode/Encode.pm
32839 ____________________________________________________________________________
32840 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
32841         Log: BOM, bom, Bom.
32842      Branch: perl
32843            ! pod/perlunicode.pod
32844 ____________________________________________________________________________
32845 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
32846         Log: Upgrade to Math::BigInt 1.46.
32847      Branch: perl
32848            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32849            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32850            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32851            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
32852            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
32853 ____________________________________________________________________________
32854 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
32855         Log: Subject: Re: PERFORCE change 12943 for review
32856              From: "Philip Newton" <Philip.Newton@gmx.net>
32857              Date: Sun, 11 Nov 2001 20:53:36 +0100
32858              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
32859      Branch: perl
32860            ! pod/perlunicode.pod
32861 ____________________________________________________________________________
32862 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
32863         Log: Doc updates; make the Unicode discussions a little
32864              bit less alarming, and add information about encodings,
32865              surrogates, and BOMs.
32866      Branch: perl
32867            ! pod/perlunicode.pod
32868 ____________________________________________________________________________
32869 [ 12942] By: ams                                   on 2001/11/11  16:45:00
32870         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
32871              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
32872              Date: Mon, 12 Nov 2001 00:22:57 +0900
32873              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
32874      Branch: perl
32875            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32876            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32877 ____________________________________________________________________________
32878 [ 12941] By: ams                                   on 2001/11/11  13:01:40
32879         Log: Subject: Re: PERFORCE change 12929 for review
32880              From: "Philip Newton" <Philip.Newton@gmx.net>
32881              Date: Sun, 11 Nov 2001 14:27:44 +0100
32882              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
32883      Branch: perl
32884            ! MANIFEST
32885 ____________________________________________________________________________
32886 [ 12940] By: ams                                   on 2001/11/11  05:06:43
32887         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
32888              From: Michael G Schwern <schwern@pobox.com>
32889              Date: Thu, 8 Nov 2001 22:56:45 -0500
32890              Message-Id: <20011108225645.H5587@blackrider>
32891      Branch: perl
32892            ! t/op/chdir.t
32893 ____________________________________________________________________________
32894 [ 12939] By: ams                                   on 2001/11/11  05:01:00
32895         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
32896              From: Michael G Schwern <schwern@pobox.com>
32897              Date: Sun, 11 Nov 2001 00:54:43 -0500
32898              Message-Id: <20011111005443.A24450@blackrider>
32899      Branch: perl
32900            ! ext/Cwd/t/cwd.t
32901 ____________________________________________________________________________
32902 [ 12938] By: ams                                   on 2001/11/11  03:25:13
32903         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
32904              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
32905              From: "chromatic" <chromatic@rmci.net>
32906              Date: Sat, 10 Nov 2001 21:03:20 -0700
32907              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
32908      Branch: perl
32909            ! lib/File/stat.pm lib/File/stat.t
32910 ____________________________________________________________________________
32911 [ 12937] By: ams                                   on 2001/11/11  02:05:23
32912         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
32913              From: "Craig A. Berry" <craigberry@mac.com>
32914              Date: Sat, 10 Nov 2001 17:23:52 -0600
32915              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
32916      Branch: perl
32917            ! t/op/magic.t
32918 ____________________________________________________________________________
32919 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
32920         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
32921      Branch: perl
32922            ! lib/open.pm lib/open.t
32923 ____________________________________________________________________________
32924 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
32925         Log: The Official name of ASCII.
32926      Branch: perl
32927            ! ext/Encode/Encode.pm
32928 ____________________________________________________________________________
32929 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
32930         Log: The KOI8-R example wasn't quite right.
32931      Branch: perl
32932            ! lib/open.pm lib/open.t
32933 ____________________________________________________________________________
32934 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
32935         Log: Enhance the open pragma to support :utf8, :locale,
32936              and :encoding directly as special cases, and rename
32937              the INOUT to IO.
32938      Branch: perl
32939            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
32940 ____________________________________________________________________________
32941 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
32942         Log: Document the UTF-16 surrogate encoding and decoding.
32943      Branch: perl
32944            ! ext/Encode/Encode.pm
32945 ____________________________________________________________________________
32946 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
32947         Log: A potential recursion breaker.
32948      Branch: perl
32949            ! sv.c
32950 ____________________________________________________________________________
32951 [ 12930] By: ams                                   on 2001/11/10  07:46:53
32952         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
32953              (was Re: perl@12892)
32954              From: "chromatic" <chromatic@rmci.net>
32955              Date: Sat, 10 Nov 2001 01:28:09 -0700
32956              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
32957      Branch: perl
32958            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
32959            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
32960            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
32961            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
32962 ____________________________________________________________________________
32963 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
32964         Log: Add a test for the bytes pragma.
32965      Branch: perl
32966            + lib/bytes.t
32967            ! MANIFEST
32968 ____________________________________________________________________________
32969 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
32970         Log: Doc update.
32971      Branch: perl
32972            ! lib/bytes.pm
32973 ____________________________________________________________________________
32974 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
32975         Log: Cease to exist.
32976      Branch: perl
32977            - lib/Unicode/Normalize.pm
32978 ____________________________________________________________________________
32979 [ 12926] By: ams                                   on 2001/11/10  03:23:16
32980         Log: Subject: [patch] my_setenv speedup + fixes
32981              From: Doug MacEachern <dougm@covalent.net>
32982              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
32983              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
32984      Branch: perl
32985            ! util.c
32986 ____________________________________________________________________________
32987 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
32988         Log: Newline trouble.
32989      Branch: perl
32990            ! lib/ExtUtils/Embed.t
32991 ____________________________________________________________________________
32992 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
32993         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
32994              From: "Craig A. Berry" <craigberry@mac.com>
32995              Date: Fri, 09 Nov 2001 18:13:16 -0600
32996              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
32997      Branch: perl
32998            ! vms/munchconfig.c
32999 ____________________________________________________________________________
33000 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
33001         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
33002              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33003              Date: Sat, 10 Nov 2001 00:10:45 +0100
33004              Message-ID: <20011110001045.A11945@rafael>
33005      Branch: perl
33006            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
33007            + t/run/switchn.t t/run/switchp.t
33008            ! MANIFEST
33009 ____________________________________________________________________________
33010 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
33011         Log: Subject: [PATCH] some tests not cleaning up properly               
33012              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
33013              Date: Fri, 9 Nov 2001 22:13:10 +0100
33014              Message-ID: <20011109221310.A11115@rafael>
33015      Branch: perl
33016            ! ext/Cwd/t/cwd.t t/io/argv.t
33017 ____________________________________________________________________________
33018 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
33019         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
33020              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33021              Date: Fri, 9 Nov 2001 15:07:19 EST
33022              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
33023      Branch: perl
33024            ! lib/ExtUtils/Embed.t
33025 ____________________________________________________________________________
33026 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
33027         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
33028              have been copied so it shouldn't be freed in perl_destruct()
33029      Branch: perl
33030            ! perl.c
33031 ____________________________________________________________________________
33032 [ 12919] By: ams                                   on 2001/11/09  15:36:22
33033         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
33034              From: Michael G Schwern <schwern@pobox.com>
33035              Date: Fri, 9 Nov 2001 00:38:59 -0500
33036              Message-Id: <20011109003859.K5587@blackrider>
33037              (Applied with directory name changes suggested by Craig Berry.)
33038      Branch: perl
33039            ! ext/Cwd/t/cwd.t
33040 ____________________________________________________________________________
33041 [ 12918] By: ams                                   on 2001/11/09  15:29:15
33042         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
33043              From: Michael G Schwern <schwern@pobox.com>
33044              Date: Fri, 9 Nov 2001 01:44:14 -0500
33045              Message-Id: <20011109014414.N5587@blackrider>
33046      Branch: perl
33047            ! vms/ext/filespec.t
33048 ____________________________________________________________________________
33049 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
33050         Log: Update Changes.
33051      Branch: perl
33052            ! Changes patchlevel.h
33053 ____________________________________________________________________________
33054 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
33055         Log: Regen toc.
33056      Branch: perl
33057            ! pod/perltoc.pod
33058 ____________________________________________________________________________
33059 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
33060         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
33061              see http://www.jepstone.net/bjepson//jpl/cvs.html
33062      Branch: perl
33063            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
33064 ____________________________________________________________________________
33065 [ 12914] By: ams                                   on 2001/11/09  14:05:12
33066         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
33067              From: Michael G Schwern <schwern@pobox.com>
33068              Date: Thu, 8 Nov 2001 22:05:49 -0500
33069              Message-Id: <20011108220549.F5587@blackrider>
33070      Branch: perl
33071            ! vms/test.com
33072 ____________________________________________________________________________
33073 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
33074         Log: NetWare update from Ananth Kesari.
33075      Branch: perl
33076            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
33077 ____________________________________________________________________________
33078 [ 12912] By: ams                                   on 2001/11/09  13:40:26
33079         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
33080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33081              Date: Fri, 9 Nov 2001 14:32:28 +0100
33082              Message-Id: <20011109143228.A18996@rafael>
33083      Branch: perl
33084            ! perl.c
33085 ____________________________________________________________________________
33086 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
33087         Log: FAQ sync.
33088      Branch: perl
33089            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
33090            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
33091            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
33092 ____________________________________________________________________________
33093 [ 12910] By: ams                                   on 2001/11/09  07:33:49
33094         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
33095              From: Michael G Schwern <schwern@pobox.com>
33096              Date: Fri, 9 Nov 2001 00:41:56 -0500
33097              Message-Id: <20011109004156.L5587@blackrider>
33098      Branch: perl
33099            ! lib/File/Find/t/find.t
33100 ____________________________________________________________________________
33101 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
33102         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
33103              The CPAN distribution has both pm and XS implementations,
33104              and for performance reasons we choose the XS.
33105              Another reason to choose the XS is that it doesn't
33106              require Lingua::KO::Hangul::Util, which means that
33107              we can delete that-- which in turn means that Unicode::UCD
33108              cannot expect that: support it, but don't expect.
33109              Ditto Unicode::Collate.
33110              
33111              Note that Unicode::Normalize Makefile.PL and
33112              Normalize.xs have been modified from the CPAN 0.10
33113              versions: the first one to be simpler (no pm) and
33114              clean up the generated unf*.h files, the second one
33115              to quench compiler grumblings.  Must notify Sadahiro
33116              about these changes.
33117      Branch: perl
33118            + ext/Unicode/Normalize/Changes
33119            + ext/Unicode/Normalize/Makefile.PL
33120            + ext/Unicode/Normalize/Normalize.pm
33121            + ext/Unicode/Normalize/Normalize.pod
33122            + ext/Unicode/Normalize/Normalize.xs
33123            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
33124            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
33125            + ext/Unicode/Normalize/t/test.t
33126            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33127            - lib/Lingua/KO/Hangul/Util/README
33128            - lib/Lingua/KO/Hangul/Util/t/test.t
33129            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33130            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33131            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
33132            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
33133            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
33134            ! win32/makefile.mk
33135 ____________________________________________________________________________
33136 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
33137         Log: Test miscounting.
33138      Branch: perl
33139            ! ext/POSIX/t/posix.t
33140 ____________________________________________________________________________
33141 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
33142         Log: Quote the variables in failures messages more nicely.
33143      Branch: perl
33144            ! t/test.pl
33145 ____________________________________________________________________________
33146 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
33147         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
33148              From: Michael G Schwern <schwern@pobox.com>
33149              Date: Thu, 8 Nov 2001 17:24:49 -0500
33150              Message-ID: <20011108172449.A5587@blackrider>
33151              
33152              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
33153              From: "Craig A. Berry" <craigberry@mac.com>
33154              Date: Thu, 8 Nov 2001 16:35:00 -0600
33155              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
33156      Branch: perl
33157            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
33158 ____________________________________________________________________________
33159 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
33160         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
33161              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33162              Date: Thu, 8 Nov 2001 22:52:50 -0000
33163              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
33164      Branch: perl
33165            ! ext/DB_File/t/db-recno.t
33166 ____________________________________________________________________________
33167 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
33168         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
33169              (Probably not an EBCDIC issue the way one would think
33170              since no chr() et alia are used in UCD.pm.)
33171      Branch: perl
33172            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
33173 ____________________________________________________________________________
33174 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
33175         Log: Whether overwriting the $self->{...} values (see #12902)
33176              is a good policy or not is debatable, but let's at least
33177              be consistent.
33178      Branch: perl
33179            ! lib/ExtUtils/MM_Unix.pm
33180 ____________________________________________________________________________
33181 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
33182         Log: The MakeMaker argument () quoting patch that sneaked
33183              in at #12883 didn't handle make macros like this $(...).
33184              Leaning toothpicks, we've got them.
33185      Branch: perl
33186            ! lib/ExtUtils/MM_Unix.pm
33187 ____________________________________________________________________________
33188 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
33189         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
33190              From: Michael G Schwern <schwern@pobox.com>
33191              Date: Wed, 7 Nov 2001 02:02:29 -0500
33192              Message-ID: <20011107020229.K2858@blackrider>
33193      Branch: perl
33194            ! t/io/argv.t t/test.pl vms/test.com
33195 ____________________________________________________________________________
33196 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
33197         Log: Subject: [PATCH 20011106.084] -s on #! line 
33198              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33199              Date: Wed, 7 Nov 2001 22:23:39 +0100
33200              Message-ID: <20011107222339.E729@rafael>
33201      Branch: perl
33202            ! embed.h embed.pl perl.c proto.h toke.c
33203 ____________________________________________________________________________
33204 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
33205         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
33206              From: Michael G Schwern <schwern@pobox.com>
33207              Date: Wed, 7 Nov 2001 16:52:49 -0500
33208              Message-ID: <20011107165249.I7346@blackrider>
33209      Branch: perl
33210            ! pod/perlhack.pod
33211 ____________________________________________________________________________
33212 [ 12898] By: ams                                   on 2001/11/08  13:02:19
33213         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
33214              From: Mark-Jason Dominus <mjd@plover.com>
33215              Date: Thu, 08 Nov 2001 08:59:02 -0500
33216              Message-Id: <20011108135902.2275.qmail@plover.com>
33217      Branch: perl
33218            ! INSTALL README README.amiga README.os2 README.vms
33219            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
33220            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
33221 ____________________________________________________________________________
33222 [ 12897] By: ams                                   on 2001/11/08  12:49:28
33223         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
33224              From: mjd@plover.com
33225              Date: 8 Nov 2001 13:33:18 -0000
33226              Message-Id: <20011108133318.1786.qmail@plover.com>
33227      Branch: perl
33228            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
33229            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
33230            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
33231            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
33232            ! pod/perlport.pod pod/perlvar.pod
33233 ____________________________________________________________________________
33234 [ 12896] By: ams                                   on 2001/11/08  11:22:12
33235         Log: open(FH, $file) should strip leading and trailing whitespace.
33236      Branch: perl
33237            ! doio.c
33238 ____________________________________________________________________________
33239 [ 12895] By: ams                                   on 2001/11/08  10:17:14
33240         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
33241              From: "Craig A. Berry" <craigberry@mac.com>
33242              Date: Wed, 07 Nov 2001 13:41:50 -0600
33243              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
33244      Branch: perl
33245            ! t/op/glob.t
33246 ____________________________________________________________________________
33247 [ 12894] By: ams                                   on 2001/11/08  08:32:20
33248         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
33249              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
33250              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
33251              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
33252      Branch: perl
33253            ! makedepend.SH
33254 ____________________________________________________________________________
33255 [ 12893] By: ams                                   on 2001/11/08  08:26:31
33256         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
33257              From: mjd@plover.com
33258              Date: 8 Nov 2001 08:08:07 -0000
33259              Message-Id: <20011108080807.30147.qmail@plover.com>
33260              
33261              Subject: bleadperl perl.pod
33262              From: mjd@plover.com
33263              Date: 8 Nov 2001 08:10:47 -0000
33264              Message-Id: <20011108081047.30178.qmail@plover.com>
33265              
33266              Subject: more bleadperl perl.pod
33267              From: mjd@plover.com
33268              Date: 8 Nov 2001 08:16:28 -0000
33269              Message-Id: <20011108081628.30229.qmail@plover.com>
33270      Branch: perl
33271            ! pod/perl.pod pod/perldebug.pod
33272 ____________________________________________________________________________
33273 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
33274         Log: Tweak for Cray-friendliness from Nicholas Clark.
33275      Branch: perl
33276            ! sv.c
33277 ____________________________________________________________________________
33278 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
33279         Log: VMS patch redo from Charles Lane.
33280      Branch: perl
33281            ! vms/gen_shrfls.pl
33282 ____________________________________________________________________________
33283 [ 12890] By: ams                                   on 2001/11/07  15:16:10
33284         Log: Subject: [ID 20011107.088] two perl pod nits
33285              From: lvirden@cas.org
33286              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
33287              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
33288      Branch: perl
33289            ! pod/perl.pod pod/perlfaq3.pod
33290 ____________________________________________________________________________
33291 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
33292         Log: Update Changes.
33293      Branch: perl
33294            ! Changes patchlevel.h
33295 ____________________________________________________________________________
33296 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
33297         Log: The (emulated) "no utf8" must be in a BEGIN block
33298              to be effective.
33299      Branch: perl
33300            ! lib/CGI/t/html.t
33301 ____________________________________________________________________________
33302 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
33303         Log: "v-strings" is the right term.
33304      Branch: perl
33305            ! pod/perltodo.pod
33306 ____________________________________________________________________________
33307 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
33308         Log: Add vstrings-as-objects need to perltodo.
33309      Branch: perl
33310            ! pod/perltodo.pod
33311 ____________________________________________________________________________
33312 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
33313         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
33314              From: Nicholas Clark <nick@ccl4.org>
33315              Date: Wed, 7 Nov 2001 14:36:32 +0000
33316              Message-ID: <20011107143631.I24980@plum.flirble.org>
33317      Branch: perl
33318            ! t/op/pack.t
33319 ____________________________________________________________________________
33320 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
33321         Log: The Embed test requires a major rewrite for VMS
33322              (plus it reveals a couple of annoying glitches
33323              in buffering), so skip the test for now; from
33324              Charles Lane.
33325      Branch: perl
33326            ! lib/ExtUtils/Embed.t
33327 ____________________________________________________________________________
33328 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
33329         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
33330              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33331              Date: Wed, 7 Nov 2001 09:23:28 EST
33332              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
33333              
33334              (Also i seems that an unrelated experimental patch
33335              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
33336      Branch: perl
33337            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
33338 ____________________________________________________________________________
33339 [ 12882] By: ams                                   on 2001/11/07  05:14:04
33340         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
33341              From: Mark-Jason Dominus <mjd@plover.com>
33342              Date: Wed, 07 Nov 2001 00:43:46 -0500
33343              Message-Id: <20011107054346.14428.qmail@plover.com>
33344      Branch: perl
33345            ! gv.c op.c toke.c
33346 ____________________________________________________________________________
33347 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
33348         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
33349              From: Michael G Schwern <schwern@pobox.com>             
33350              Date: Tue, 6 Nov 2001 22:04:39 -0500
33351              Message-ID: <20011106220439.D2858@blackrider>              
33352      Branch: perl
33353            ! lib/perl5db.pl
33354 ____________________________________________________________________________
33355 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
33356         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
33357              stress))
33358              From: Jonathan Stowe <gellyfish@gellyfish.com>
33359              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
33360              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
33361              
33362              (except for one hunk where indentation differs)
33363      Branch: perl
33364            ! lib/Term/Cap.t
33365 ____________________________________________________________________________
33366 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
33367         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
33368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33369              Date: Tue, 6 Nov 2001 21:45:01 +0100
33370              Message-ID: <20011106214501.A704@rafael>
33371      Branch: perl
33372            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
33373            ! lib/File/Spec/Win32.pm
33374 ____________________________________________________________________________
33375 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
33376         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
33377              From: Michael G Schwern <schwern@pobox.com>              
33378              Date: Tue, 6 Nov 2001 20:58:45 -0500
33379              Message-ID: <20011106205845.G29411@blackrider>
33380      Branch: perl
33381            ! t/test.pl
33382 ____________________________________________________________________________
33383 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
33384         Log: Subject: making do_sprintf public       
33385              From: Doug MacEachern <dougm@covalent.net>    
33386              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
33387              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
33388      Branch: perl
33389            ! embed.h embed.pl global.sym
33390 ____________________________________________________________________________
33391 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
33392         Log: Update to CGI.pm 2.78.
33393              
33394              TODO: the test suite needs to be merged so that
33395              when in core, the core version is tested, and when
33396              using the CPAN version, testing the CPAN version.
33397              (the changes need to be sent to Lincoln, too...)
33398      Branch: perl
33399            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
33400            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
33401            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
33402            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
33403            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
33404            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
33405 ____________________________________________________________________________
33406 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
33407         Log: Integrate with perlio; (strictly) readonly hashes via XS.
33408      Branch: perl
33409           +> t/lib/access.t
33410           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
33411 ____________________________________________________________________________
33412 [ 12874] By: nick                                  on 2001/11/06  21:05:16
33413         Log: Keep It Simple and Stupid version of readonly hash support.
33414              - Test for SvREAONLY(hv) at a few spots in hv.c
33415              - add the error message to perldiag.pod
33416              - (dubious) add access::readonly() to univeral.c
33417              - add test using above
33418              - fixup ext/B/t/stash.t to account for access:: existing
33419      Branch: perlio
33420            + t/lib/access.t
33421            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
33422 ____________________________________________________________________________
33423 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
33424         Log: Fix incorrect warnings about broken globbing;
33425              from Andy Dougherty.
33426      Branch: perl
33427            ! hints/linux.sh
33428 ____________________________________________________________________________
33429 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
33430         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
33431              toggle-on from the encoding pragma.
33432      Branch: perl
33433            ! regcomp.c regexec.c
33434 ____________________________________________________________________________
33435 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
33436         Log: Retract #12824, doesn't help and is ignored
33437              by Configure anyway.
33438      Branch: perl
33439            ! hints/beos.sh
33440 ____________________________________________________________________________
33441 [ 12870] By: ams                                   on 2001/11/06  10:40:37
33442         Log: Subject: Cosmetic change
33443              From: H.Merijn Brand <h.m.brand@hccnet.nl>
33444              Date: Tue, 06 Nov 2001 12:30:52 +0100
33445              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
33446      Branch: perl
33447            ! README.hpux
33448 ____________________________________________________________________________
33449 [ 12869] By: nick                                  on 2001/11/06  08:26:40
33450         Log: Integrate mainline
33451      Branch: perlio
33452           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
33453           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
33454 ____________________________________________________________________________
33455 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
33456         Log: The parentheses are protected enough.
33457      Branch: perl
33458            ! hints/os390.sh
33459 ____________________________________________________________________________
33460 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
33461         Log: ccflags, not ldflags.
33462      Branch: perl
33463            ! hints/os390.sh
33464 ____________________________________________________________________________
33465 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
33466         Log: ... and the proto to go with #12865.
33467      Branch: perl
33468            ! proto.h
33469 ____________________________________________________________________________
33470 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
33471         Log: Oops.  Luckily nothing was using this symbol yet.
33472      Branch: perl
33473            ! global.sym
33474 ____________________________________________________________________________
33475 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
33476         Log: Implement the encoding pragma for regex literals.
33477      Branch: perl
33478            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
33479 ____________________________________________________________________________
33480 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
33481         Log: More UTF8 EXACT fixing.
33482      Branch: perl
33483            ! regexec.c
33484 ____________________________________________________________________________
33485 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
33486         Log: More re debugging.
33487      Branch: perl
33488            ! regexec.c
33489 ____________________________________________________________________________
33490 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
33491         Log: EXACT correction attempt.  Continued in #12863.
33492      Branch: perl
33493            ! regexec.c
33494 ____________________________________________________________________________
33495 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
33496         Log: Unterminated L<.
33497      Branch: perl
33498            ! ext/DB_File/DB_File.pm
33499 ____________________________________________________________________________
33500 [ 12859] By: nick                                  on 2001/11/05  19:15:17
33501         Log: Integrate mainline
33502      Branch: perlio
33503           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
33504           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
33505           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
33506           +> lib/Math/BigInt/t/sub_mbi.t
33507            - lib/Math/BigInt/t/Math/Subclass.pm
33508            - lib/Math/BigInt/t/subclass.t
33509           !> (integrate 30 files)
33510 ____________________________________________________________________________
33511 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
33512         Log: Regex debugging fixes from Hugo.
33513      Branch: perl
33514            ! regcomp.c regexec.c
33515 ____________________________________________________________________________
33516 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
33517         Log: IRIX: at some point the cc -version has started
33518              to output to stderr, not stdout any more.
33519      Branch: perl
33520            ! hints/irix_6.sh
33521 ____________________________________________________________________________
33522 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
33523         Log: Update Changes.
33524      Branch: perl
33525            ! Changes patchlevel.h
33526 ____________________________________________________________________________
33527 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
33528         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
33529      Branch: perl
33530            ! lib/File/Spec/Unix.pm
33531 ____________________________________________________________________________
33532 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
33533         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
33534              From: rgarciasuarez@free.fr
33535              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
33536              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
33537      Branch: perl
33538            ! lib/File/Spec/Unix.pm
33539 ____________________________________________________________________________
33540 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
33541         Log: Use config.arch in OS/390 where the combination of
33542              IEEE floats and ldflags is tricky.
33543      Branch: perl
33544            ! hints/os390.sh
33545 ____________________________________________________________________________
33546 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
33547         Log: Metaconfig unit change for #12851.
33548      Branch: metaconfig
33549            ! U/modified/Config_sh.U
33550 ____________________________________________________________________________
33551 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
33552         Log: Support a config.arch file, similar to config.over,
33553              but loaded just before it.
33554      Branch: perl
33555            ! Configure INSTALL
33556 ____________________________________________________________________________
33557 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
33558         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
33559              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33560              Date: Mon, 5 Nov 2001 14:26:24 +0100
33561              Message-ID: <20011105142624.C31977@rafael>
33562      Branch: perl
33563            ! lib/Symbol.pm lib/Symbol.t
33564 ____________________________________________________________________________
33565 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
33566         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
33567              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33568              Date: Sun, 4 Nov 2001 22:28:57 +0100
33569              Message-ID: <20011104222857.C696@rafael>
33570      Branch: perl
33571            ! pod/perldebug.pod pod/perlpodspec.pod
33572 ____________________________________________________________________________
33573 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
33574         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
33575      Branch: perl
33576            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
33577 ____________________________________________________________________________
33578 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
33579         Log: Math::Big* test tweaks to work better with core:
33580              but the coast still not clear.
33581      Branch: perl
33582            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
33583            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
33584 ____________________________________________________________________________
33585 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
33586         Log: Protect against high load: measure how much wall
33587              clock time went by while sleeping.  Avoids some
33588              false negatives, while may introduce some false
33589              positives.  Life is hard.
33590      Branch: perl
33591            ! ext/Time/HiRes/HiRes.t
33592 ____________________________________________________________________________
33593 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
33594         Log: More forgotten from #12843.
33595      Branch: perl
33596            ! lib/Math/BigInt/t/bigfltpm.inc
33597 ____________________________________________________________________________
33598 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
33599         Log: Forgot from #12843.
33600      Branch: perl
33601            + lib/Math/BigInt/t/bigintpm.inc
33602            ! MANIFEST
33603 ____________________________________________________________________________
33604 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
33605         Log: Upgrade to Math::BigInt 1.45; from Tels.
33606              NOTE: some of the tests are failing but that's because
33607              the core integration is not yet done.
33608      Branch: perl
33609            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
33610            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
33611            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
33612            - lib/Math/BigInt/t/Math/Subclass.pm
33613            - lib/Math/BigInt/t/subclass.t
33614            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
33615            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
33616            ! lib/Math/BigInt/t/mbimbf.t
33617 ____________________________________________________________________________
33618 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
33619         Log: VMS: adds capability to control more configuration stuff with
33620              -D and -U switches; parsing config.sh to extract previous config
33621              info in VMS-form, and a rewrite of the "prompt/response" routine;
33622              from Charles Lane.
33623      Branch: perl
33624            ! configure.com
33625 ____________________________________________________________________________
33626 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
33627         Log: Subject: Typo correction in perldebguts.pod
33628              From: mjd@plover.com
33629              Date: 4 Nov 2001 16:20:05 -0000
33630              Message-ID: <20011104162005.16699.qmail@plover.com>
33631      Branch: perl
33632            ! pod/perldebguts.pod
33633 ____________________________________________________________________________
33634 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
33635         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
33636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33637              Date: Sun, 4 Nov 2001 11:47:30 +0100
33638              Message-ID: <20011104114730.A715@rafael>
33639              
33640              Remove -T from the test, wrong place for that.
33641      Branch: perl
33642            ! lib/File/Temp/t/mktemp.t
33643 ____________________________________________________________________________
33644 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
33645         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
33646              From: Nicholas Clark <nick@ccl4.org>
33647              Date: Sun, 4 Nov 2001 10:41:24 +0000
33648              Message-ID: <20011104104123.U20123@plum.flirble.org>
33649      Branch: perl
33650            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
33651 ____________________________________________________________________________
33652 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
33653         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
33654              From: Michael G Schwern <schwern@pobox.com>
33655              Date: Sat, 3 Nov 2001 15:41:47 -0500
33656              Message-ID: <20011103154147.C600@blackrider>
33657      Branch: perl
33658            ! lib/Term/Cap.t
33659 ____________________________________________________________________________
33660 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
33661         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
33662              From: "Craig A. Berry" <craigberry@mac.com>     
33663              Date: Sat, 03 Nov 2001 16:02:28 -0600
33664              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
33665      Branch: perl
33666            ! ext/Time/HiRes/HiRes.t
33667 ____________________________________________________________________________
33668 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
33669         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
33670              From: "chromatic" <chromatic@rmci.net>
33671              Date: Sat, 03 Nov 2001 12:28:17 -0700
33672              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
33673      Branch: perl
33674            ! lib/Term/Cap.t
33675 ____________________________________________________________________________
33676 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
33677         Log: Don't bother doing POSIX charclass parsing if it
33678              possibly cannot be so.  Prepares way for charclass
33679              syntax like [[abc]||[def]] (or just [[abc][def]])
33680              for union, [[\w]&&[$a]] for intersection,
33681              and [[a-z]&&[^def]] for subtraction.
33682              
33683              Currently /[[a]/ (or /[a[]/) parses as a character
33684              class containing two characters, "[" and "a",
33685              this may have to be broken for the syntax described
33686              above, otherwise we would have to scan the whole pattern
33687              to find out whether the square brackets match pairwise.
33688              Luckily, the special case of "[" doesn't seem to be
33689              documented (as opposed to "]" and "-"), so we may have
33690              better story for breaking it...  One can always use \[
33691              if one wants a literal "[", so there.
33692      Branch: perl
33693            ! regcomp.c
33694 ____________________________________________________________________________
33695 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
33696         Log: Comment correction.
33697      Branch: perl
33698            ! regcomp.c
33699 ____________________________________________________________________________
33700 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
33701         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
33702              The latter is a RedHatism.
33703      Branch: perl
33704            ! lib/ExtUtils/MakeMaker.pm
33705 ____________________________________________________________________________
33706 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
33707         Log: Integrate perlio:
33708              
33709              [ 12830]
33710              Fix clone_leak problem.
33711              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
33712              as vestige of calling PerlLIO_dup().
33713              
33714              [ 12829]
33715              Tweaks attempting to locate Doug's clone_leak leak.
33716              - add some PerlIO_debug()
33717              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
33718              - Even if it closing stdout etc. do a fflush()
33719      Branch: perl
33720           !> perlio.c
33721 ____________________________________________________________________________
33722 [ 12831] By: nick                                  on 2001/11/03  11:42:15
33723         Log: Integrate mainline
33724      Branch: perlio
33725           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
33726           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
33727           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
33728           !> sv.c t/test.pl
33729 ____________________________________________________________________________
33730 [ 12830] By: nick                                  on 2001/11/03  10:27:34
33731         Log: Fix clone_leak problem.
33732              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
33733              as vestige of calling PerlLIO_dup().
33734      Branch: perlio
33735            ! perlio.c
33736 ____________________________________________________________________________
33737 [ 12829] By: nick                                  on 2001/11/03  09:40:46
33738         Log: Tweaks attempting to locate Doug's clone_leak leak.
33739              - add some PerlIO_debug()
33740              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
33741              - Even if it closing stdout etc. do a fflush()
33742      Branch: perlio
33743            ! perlio.c
33744 ____________________________________________________________________________
33745 [ 12828] By: nick                                  on 2001/11/03  08:34:31
33746         Log: Integrate mainline
33747      Branch: perlio
33748           !> (integrate 54 files)
33749 ____________________________________________________________________________
33750 [ 12827] By: ams                                   on 2001/11/03  03:45:19
33751         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
33752              remove this later). Based on a patch from Robert Spier in
33753              <15330.61459.14452.795263@rls.cx>.
33754      Branch: perl
33755            ! sv.c
33756 ____________________________________________________________________________
33757 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
33758         Log: microperl sync.
33759      Branch: perl
33760            ! doio.c perl.c perl.h perlio.c regexec.c
33761 ____________________________________________________________________________
33762 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
33763         Log: Definitions for the Unicode Newline Guidelines.
33764      Branch: perl
33765            ! perl.h
33766 ____________________________________________________________________________
33767 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
33768         Log: (retracted by #12871)
33769              
33770              There is no csh of any kind in default BeOS.
33771              For the purposes of miniperl globbing, bash
33772              will do.
33773      Branch: perl
33774            ! hints/beos.sh
33775 ____________________________________________________________________________
33776 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
33777         Log: Integrate change #12820 from macperl to maint and blead;
33778              
33779              Fix up (dynaloading) to work properly with multiplicity
33780      Branch: maint-5.6/perl
33781           !> ext/DynaLoader/dl_mac.xs
33782      Branch: perl
33783           !> ext/DynaLoader/dl_mac.xs
33784 ____________________________________________________________________________
33785 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
33786         Log: Several fixes for various exit problems and clearing out
33787              task queue, as well as another (incomplete) go at
33788              fixing error message handling
33789      Branch: maint-5.6/macperl
33790            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
33791 ____________________________________________________________________________
33792 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
33793         Log: Add source files for bleadperl builds
33794      Branch: maint-5.6/macperl
33795            ! macos/Makefile.mk
33796 ____________________________________________________________________________
33797 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
33798         Log: Fix up to work properly with multiplicity
33799      Branch: maint-5.6/macperl
33800            ! ext/DynaLoader/dl_mac.xs
33801 ____________________________________________________________________________
33802 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
33803         Log: Integrate with maintperl.
33804      Branch: maint-5.6/macperl
33805           +> t/op/system.t t/op/system_tests
33806           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
33807           !> pod/perltodo.pod util.c win32/win32.c
33808 ____________________________________________________________________________
33809 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
33810         Log: Locate _PATH_LOG if it's a socket even if not #defined
33811              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
33812              via Nick Clark.
33813      Branch: perl
33814            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
33815 ____________________________________________________________________________
33816 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
33817         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
33818              From: Michael G Schwern <schwern@pobox.com>
33819              Date: Fri, 2 Nov 2001 15:36:41 -0500
33820              Message-ID: <20011102153641.E23234@blackrider>
33821      Branch: perl
33822            ! t/test.pl
33823 ____________________________________________________________________________
33824 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
33825         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
33826              From: merlyn@stonehenge.com (Randal L. Schwartz)
33827              Date: 02 Nov 2001 09:33:34 -0800
33828              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
33829              
33830              (two of the changes)
33831              
33832              Better coexistence with extensions.
33833      Branch: perl
33834            ! ext/Errno/Errno_pm.PL hints/darwin.sh
33835 ____________________________________________________________________________
33836 [ 12815] By: ams                                   on 2001/11/02  16:47:43
33837         Log: Subject: Re: [PATCH] the the double double word word fix fix
33838              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33839              Date: Fri, 02 Nov 2001 19:43:07 +0100
33840              Message-Id: <3BE2E93B.627C198E@alcatel.at>
33841      Branch: perl
33842            ! pod/perldebug.pod
33843 ____________________________________________________________________________
33844 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
33845         Log: Update Changes.
33846      Branch: perl
33847            ! Changes patchlevel.h
33848 ____________________________________________________________________________
33849 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
33850         Log: More encoding testing.
33851      Branch: perl
33852            ! lib/encoding.pm lib/encoding.t
33853 ____________________________________________________________________________
33854 [ 12812] By: ams                                   on 2001/11/02  15:07:11
33855         Log: Slight modification of #12811.
33856      Branch: perl
33857            ! op.c
33858 ____________________________________________________________________________
33859 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
33860         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
33861              From: Radu Greab <radu@netsoft.ro>
33862              Date: Fri, 2 Nov 2001 15:28:58 +0200
33863              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
33864      Branch: perl
33865            ! op.c t/op/stat.t
33866 ____________________________________________________________________________
33867 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
33868         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
33869              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33870              Date: Thu, 1 Nov 2001 22:35:50 +0100
33871              Message-ID: <20011101223550.A10849@rafael>
33872      Branch: perl
33873            ! lib/ExtUtils/Embed.t
33874 ____________________________________________________________________________
33875 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
33876         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
33877              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33878              Date: 2 Nov 2001 14:48:51 -0000
33879              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
33880      Branch: perl
33881            ! lib/File/Find.pm
33882 ____________________________________________________________________________
33883 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
33884         Log: Add documentation.
33885      Branch: perl
33886            ! embed.pl pod/perlapi.pod utf8.c
33887 ____________________________________________________________________________
33888 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
33889         Log: Unicode: add ToFold mapping.  Not used yet; but basically
33890              a more useful mapping for caseless aka case-ignoring than
33891              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
33892              algorithm for creating the foldings uses equivalence classes,
33893              see http://www.unicode.org/unicode/reports/tr21/
33894              Hopefully this feature will be used in //i.
33895              (The folding tables were introduced by #12689.)
33896      Branch: perl
33897            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
33898            ! utf8.c
33899 ____________________________________________________________________________
33900 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
33901         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
33902              From: "Craig A. Berry" <craigberry@mac.com>
33903              Date: Fri, 02 Nov 2001 00:03:52 -0600
33904              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
33905      Branch: perl
33906            ! lib/AutoSplit.t
33907 ____________________________________________________________________________
33908 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
33909         Log: Subject: Trivial doc patch
33910              From: andreas.koenig@anima.de (Andreas J. Koenig)
33911              Date: 02 Nov 2001 06:11:35 +0100
33912              Message-ID: <m37kt94v08.fsf@anima.de>
33913      Branch: perl
33914            ! pod/perlport.pod
33915 ____________________________________________________________________________
33916 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
33917         Log: Make encoding and charnames pragmas coexist.
33918      Branch: perl
33919            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
33920 ____________________________________________________________________________
33921 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
33922         Log: The basic character classes seem to go untested with Unicode.
33923      Branch: perl
33924            ! t/op/pat.t
33925 ____________________________________________________________________________
33926 [ 12802] By: ams                                   on 2001/11/02  00:39:36
33927         Log: Subject: [PATCH] the the double double word word fix fix
33928              From: Richard Soderberg <rs@oregonnet.com>
33929              Date: Thu, 1 Nov 2001 13:12:03 -0800
33930              Message-Id: <200111012112.NAA23288@oregonnet.com>
33931              
33932              Subject: Re: [PATCH] the the double double word word fix fix
33933              From: Mark-Jason Dominus <mjd@plover.com>
33934              Date: Thu, 01 Nov 2001 16:43:40 -0500
33935              Message-Id: <20011101214340.2044.qmail@plover.com>
33936              
33937              Subject: Re: [PATCH] the the double double word word fix fix
33938              From: Mark-Jason Dominus <mjd@plover.com>
33939              Date: Thu, 01 Nov 2001 16:51:39 -0500
33940              Message-Id: <20011101215139.2196.qmail@plover.com>
33941      Branch: perl
33942            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
33943            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
33944            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
33945            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
33946            ! pod/perltodo.pod pod/perlxstut.pod
33947 ____________________________________________________________________________
33948 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
33949         Log: Comment tweaks.
33950      Branch: perl
33951            ! toke.c
33952 ____________________________________________________________________________
33953 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
33954         Log: FAQ sync.
33955      Branch: perl
33956            ! pod/perlfaq9.pod
33957 ____________________________________________________________________________
33958 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
33959         Log: If an encoding is set by -M/-m, it must be in
33960              effect only for the actual script, not any other
33961              required/-M/-m'ed module, otherwise we enter a nasty
33962              recursion in regexec.c while trying to init the simple
33963              UTF-8 charclasses like PL_utf8_alnum.
33964      Branch: perl
33965            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
33966 ____________________________________________________________________________
33967 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
33968         Log: A bit more descriptive name.
33969      Branch: perl
33970            ! mg.c
33971 ____________________________________________________________________________
33972 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
33973         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
33974              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33975              Date: Wed, 31 Oct 2001 13:47:04 EST
33976              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
33977      Branch: perl
33978            ! ext/Time/HiRes/HiRes.t
33979 ____________________________________________________________________________
33980 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
33981         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
33982              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33983              Date: Wed, 31 Oct 2001 13:43:29 EST
33984              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
33985      Branch: perl
33986            ! mg.c
33987 ____________________________________________________________________________
33988 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
33989         Log: Subject: [PATCH] Various test cleanups
33990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33991              Date: Tue, 30 Oct 2001 21:56:26 +0100
33992              Message-ID: <20011030215626.A28503@rafael>
33993      Branch: perl
33994            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
33995            ! ext/DB_File/t/db-recno.t ext/Encode.t
33996 ____________________________________________________________________________
33997 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
33998         Log: Update Changes.
33999      Branch: perl
34000            ! Changes patchlevel.h
34001 ____________________________________________________________________________
34002 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
34003         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
34004              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
34005              Date: Wed, 31 Oct 2001 17:16:39 +0100
34006              Message-ID: <20011031171639.A32511@rafael>
34007      Branch: perl
34008            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
34009 ____________________________________________________________________________
34010 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
34011         Log: Skip message nit.
34012      Branch: perl
34013            ! t/io/fs.t
34014 ____________________________________________________________________________
34015 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
34016         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
34017              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34018              Date: 31 Oct 2001 14:49:37 -0000
34019              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
34020      Branch: perl
34021            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
34022 ____________________________________________________________________________
34023 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
34024         Log: Extend the effect of the encoding pragma to chr() and ord().
34025              
34026              TODO: regex literals, reentrancy problems with the utf8
34027              and charnames pragmas.
34028      Branch: perl
34029            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
34030 ____________________________________________________________________________
34031 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
34032         Log: Doc tweaks.
34033      Branch: perl
34034            ! lib/encoding.pm
34035 ____________________________________________________________________________
34036 [ 12788] By: nick                                  on 2001/10/31  08:59:56
34037         Log: Integrate mainline
34038      Branch: perlio
34039           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
34040           !> (integrate 49 files)
34041 ____________________________________________________________________________
34042 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
34043         Log: Forgot new proto.
34044      Branch: perl
34045            ! proto.h
34046 ____________________________________________________________________________
34047 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
34048         Log: Clarification: use encoding cannot be used to
34049              change the default encoding of "your whole script";
34050              only the default encoding of the *data*.  Also, it
34051              seems that "use encoding" does not mix with "use utf8"
34052              (a coredumping recursion ensues).  Should not be a huge
34053              problem since "use utf8" is pretty marginal nowadays.
34054      Branch: perl
34055            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
34056 ____________________________________________________________________________
34057 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
34058         Log: More documentation for the encode pragma.
34059      Branch: perl
34060            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
34061            ! pod/perlapi.pod pod/perlunicode.pod sv.c
34062 ____________________________________________________________________________
34063 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
34064         Log: Thinko in #12783.
34065      Branch: perl
34066            ! sv.c
34067 ____________________________________________________________________________
34068 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
34069         Log: Make sv_recode_to_utf8() a real API: the encoding
34070              is a parameter, instead of a global.  Document the
34071              PERL_ENCODING.
34072      Branch: perl
34073            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
34074            ! toke.c
34075 ____________________________________________________________________________
34076 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
34077         Log: Enable -Mencoding=foobar also for string literals.
34078      Branch: perl
34079            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
34080            ! pod/perlapi.pod proto.h sv.c toke.c
34081 ____________________________________________________________________________
34082 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
34083         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
34084              From: Andy Dougherty <doughera@lafayette.edu>
34085              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
34086              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
34087      Branch: perl
34088            ! ext/POSIX/hints/svr4.pl
34089 ____________________________________________________________________________
34090 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
34091         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
34092              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34093              Date: Mon, 29 Oct 2001 23:11:58 -0000
34094              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
34095              
34096              Add compat.h.
34097      Branch: perl
34098            ! lib/h2xs.t utils/h2xs.PL
34099 ____________________________________________________________________________
34100 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
34101         Log: Subject: PerlIOBuf_dup
34102              From: Nicholas Clark <nick@ccl4.org>              
34103              Date: Mon, 29 Oct 2001 21:52:35 +0000             
34104              Message-ID: <20011029215235.K41204@plum.flirble.org>
34105              
34106              Add prototype.
34107      Branch: perl
34108            ! perliol.h
34109 ____________________________________________________________________________
34110 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
34111         Log: Subject: [PATCH] Make malloc.c errors more useful
34112              From: Richard Soderberg <rs@oregonnet.com>
34113              Date: Mon, 29 Oct 2001 22:28:02 -0800
34114              Message-Id: <200110300628.WAA11025@oregonnet.com>
34115      Branch: perl
34116            ! malloc.c
34117 ____________________________________________________________________________
34118 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
34119         Log: Retract #12776 - the bug 19990906.001 is still valid.
34120      Branch: perl
34121            ! t/run/kill_perl.t
34122 ____________________________________________________________________________
34123 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
34124         Log: (Retracted by #12777)
34125              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
34126              From: Michael G Schwern <schwern@pobox.com> 
34127              Date: Mon, 29 Oct 2001 23:01:08 -0500
34128              Message-ID: <20011029230108.G18053@blackrider>
34129      Branch: perl
34130            ! t/run/kill_perl.t
34131 ____________________________________________________________________________
34132 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
34133         Log: Comment nits.
34134      Branch: perl
34135            ! lib/encoding.t
34136 ____________________________________________________________________________
34137 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
34138         Log: integrate change#12772 from mainline
34139              
34140              Subject: [PATCH] Mommy, what's a pointer cast?
34141      Branch: maint-5.6/perl
34142            ! perl.h
34143 ____________________________________________________________________________
34144 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
34145         Log: Subject: [PATCH] Mommy, what's a pointer cast?
34146              From: Richard Soderberg <rs@oregonnet.com>
34147              Date: Mon, 29 Oct 2001 17:01:10 -0800
34148              Message-Id: <200110300101.RAA31561@oregonnet.com>
34149              
34150              (threads* parts)
34151      Branch: perl
34152            ! ext/threads/shared/shared.xs ext/threads/threads.xs
34153 ____________________________________________________________________________
34154 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
34155         Log: Subject: [PATCH] Mommy, what's a pointer cast?
34156              From: Richard Soderberg <rs@oregonnet.com>
34157              Date: Mon, 29 Oct 2001 17:01:10 -0800
34158              Message-Id: <200110300101.RAA31561@oregonnet.com>
34159              
34160              (the perl.h part)
34161      Branch: perl
34162            ! perl.h
34163 ____________________________________________________________________________
34164 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
34165         Log: Subject: [PATCH] OpenBSD likes signal.h 
34166              From: Richard Soderberg <rs@oregonnet.com>
34167              Date: Mon, 29 Oct 2001 17:00:31 -0800
34168              Message-Id: <200110300100.RAA31533@oregonnet.com>
34169      Branch: perl
34170            ! unixish.h
34171 ____________________________________________________________________________
34172 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
34173         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
34174              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34175              Date: Mon, 29 Oct 2001 23:04:23 -0000
34176              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
34177      Branch: perl
34178            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
34179            ! ext/DB_File/t/db-recno.t
34180 ____________________________________________________________________________
34181 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
34182         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
34183              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
34184              Date: Mon, 29 Oct 2001 12:34:07 -0600
34185              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
34186      Branch: perl
34187            ! ext/Time/HiRes/HiRes.t
34188 ____________________________________________________________________________
34189 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
34190         Log: Update Changes.
34191      Branch: perl
34192            ! Changes patchlevel.h
34193 ____________________________________________________________________________
34194 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
34195         Log: AIX needs an explicit symbol export list.
34196      Branch: perl
34197            ! lib/ExtUtils/Embed.t
34198 ____________________________________________________________________________
34199 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
34200         Log: The test (and the module) would require some
34201              quality hacking time to work on EBCDIC.  Based on
34202              the test results nothing seems to be majorly broken,
34203              the module just seems to have strange assumptions:
34204              got: ''\226\225\205'
34205              expected: ''one'
34206              The \226\225\205 being, of course, 'one', in EBCDIC.
34207      Branch: perl
34208            ! lib/Dumpvalue.t
34209 ____________________________________________________________________________
34210 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
34211         Log: Mark the test known to be failing in EBCDIC.
34212      Branch: perl
34213            ! t/op/tr.t
34214 ____________________________________________________________________________
34215 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
34216         Log: None of the libnet modules are going to work in
34217              EBCDIC without the Convert::EBCDIC.
34218      Branch: perl
34219            ! t/lib/1_compile.t
34220 ____________________________________________________________________________
34221 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
34222         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
34223      Branch: perl
34224            ! t/op/pack.t
34225 ____________________________________________________________________________
34226 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
34227         Log: UTF-EBCDIC ain't UTF-8.
34228      Branch: perl
34229            ! t/op/pack.t
34230 ____________________________________________________________________________
34231 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
34232         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
34233      Branch: perl
34234            ! t/lib/1_compile.t
34235 ____________________________________________________________________________
34236 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
34237         Log: Let's not assume ASCII.
34238      Branch: perl
34239            ! t/op/lc.t
34240 ____________________________________________________________________________
34241 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
34242         Log: Call the new perlio symbols differently.
34243      Branch: perl
34244            ! makedef.pl
34245 ____________________________________________________________________________
34246 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
34247         Log: Don't expect ASCII ordering.
34248      Branch: perl
34249            ! lib/ExtUtils/Manifest.t
34250 ____________________________________________________________________________
34251 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
34252         Log: Forgot from #12756.
34253      Branch: perl
34254            ! perlio.h
34255 ____________________________________________________________________________
34256 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
34257         Log: BeOS tweaks:
34258              - fseeko and ftello can be found by Configure but
34259              we do not seem to have prototypes for them so
34260              let's make up some
34261              - BeOS didn't use to have real sockets (sockets as
34262              filedescriptors) but the BONE package is supposed
34263              to fix this.  I do not know how to detect BONEness,
34264              see hints/beos.sh for a spot that needs to fixed.
34265              - BeOS has O_TEXT != O_BINARY but has no setmode()
34266      Branch: perl
34267            ! hints/beos.sh perlio.c
34268 ____________________________________________________________________________
34269 [ 12755] By: sky                                   on 2001/10/29  12:56:12
34270         Log: Ugly fix to not die when a thread creator is holding locks.
34271      Branch: perl
34272            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34273            ! ext/threads/threads.xs
34274 ____________________________________________________________________________
34275 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
34276         Log: Integrate change #12752 from maintperl;
34277              
34278              croak(Nullch) wasn't printing the contents of ERRSV if there was
34279              no outer eval (bug in change#6125)
34280      Branch: perl
34281           !> util.c
34282 ____________________________________________________________________________
34283 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
34284         Log: Subject: [PATCH h2xs] Use of static data in XS modules
34285              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34286              Date: Sun, 28 Oct 2001 21:19:07 -0000
34287              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
34288              
34289              with nits from Sarathy.
34290      Branch: perl
34291            ! utils/h2xs.PL
34292 ____________________________________________________________________________
34293 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
34294         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
34295              no outer eval (bug in change#6125)
34296      Branch: maint-5.6/perl
34297            ! util.c
34298 ____________________________________________________________________________
34299 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
34300         Log: More todo for the encoding pragma.
34301      Branch: perl
34302            ! lib/encoding.pm
34303 ____________________________________________________________________________
34304 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
34305         Log: Add the encoding pragma to control the "upgrade"
34306              from the native eight bit data to Unicode.
34307              
34308              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
34309      Branch: perl
34310            + lib/encoding.pm lib/encoding.t
34311            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
34312            ! pod/perlunicode.pod pod/perlvar.pod sv.c
34313 ____________________________________________________________________________
34314 [ 12749] By: sky                                   on 2001/10/28  21:02:33
34315         Log: Update documentation.
34316      Branch: perl
34317            ! ext/threads/shared/shared.pm
34318 ____________________________________________________________________________
34319 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
34320         Log: Integrate change #12747 from maintperl;
34321              
34322              finishing touches to system() fixes on windows:
34323              * detect cmd shell correctly even if it had full path in it
34324              * more quoting needed for single-arg system if the argument
34325              really had multiple quoted arguments within it
34326              * be smarter about not calling the shell when the executable
34327              has spaces, but otherwise does not need shell involvement
34328              * add a testsuite (windows-specific currently)
34329      Branch: perl
34330           +> t/op/system.t t/op/system_tests
34331            ! MANIFEST pod/perltodo.pod
34332           !> win32/win32.c
34333 ____________________________________________________________________________
34334 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
34335         Log: finishing touches to system() fixes on windows:
34336              * detect cmd shell correctly even if it had full path in it
34337              * more quoting needed for single-arg system if the argument
34338              really had multiple quoted arguments within it
34339              * be smarter about not calling the shell when the executable
34340              has spaces, but otherwise does not need shell involvement
34341              * add a testsuite (windows-specific currently)
34342      Branch: maint-5.6/perl
34343            + t/op/system.t t/op/system_tests
34344            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
34345 ____________________________________________________________________________
34346 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
34347         Log: Integrate perlio:
34348              
34349              [ 12745]
34350              Mingw32 fixup for Embed.t
34351              
34352              [ 12744]
34353              GCC vs MS 64-bit constant syntax
34354      Branch: perl
34355           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
34356 ____________________________________________________________________________
34357 [ 12745] By: nick                                  on 2001/10/28  16:08:14
34358         Log: Mingw32 fixup for Embed.t
34359      Branch: perlio
34360            ! lib/ExtUtils/Embed.t
34361 ____________________________________________________________________________
34362 [ 12744] By: nick                                  on 2001/10/28  15:54:14
34363         Log: GCC vs MS 64-bit constant syntax
34364      Branch: perlio
34365            ! ext/Time/HiRes/HiRes.xs
34366 ____________________________________________________________________________
34367 [ 12743] By: nick                                  on 2001/10/28  15:42:55
34368         Log: Integrate mainline
34369      Branch: perlio
34370           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
34371 ____________________________________________________________________________
34372 [ 12742] By: sky                                   on 2001/10/28  14:47:10
34373         Log: Manpage updates.
34374      Branch: perl
34375            ! ext/threads/threads.pm
34376 ____________________________________________________________________________
34377 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
34378         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
34379      Branch: perl
34380            ! lib/ExtUtils/Embed.t
34381 ____________________________________________________________________________
34382 [ 12740] By: nick                                  on 2001/10/28  14:14:24
34383         Log: Integrate mainline
34384      Branch: perlio
34385           !> lib/ExtUtils/Embed.t win32/win32.c
34386 ____________________________________________________________________________
34387 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
34388         Log: Need to be ./executed.
34389      Branch: perl
34390            ! lib/ExtUtils/Embed.t
34391 ____________________________________________________________________________
34392 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
34393         Log: Integrate perlio:
34394              
34395              [ 12737]
34396              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
34397              by gcc -xc++.
34398              
34399              [ 12736]
34400              Have :stdio layer update an honour the fd refcnt table.
34401              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
34402      Branch: perl
34403           !> perlio.c win32/win32.h
34404 ____________________________________________________________________________
34405 [ 12737] By: nick                                  on 2001/10/28  13:53:45
34406         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
34407              by gcc -xc++.
34408      Branch: perlio
34409            ! win32/win32.h
34410 ____________________________________________________________________________
34411 [ 12736] By: nick                                  on 2001/10/28  13:50:50
34412         Log: Have :stdio layer update an honour the fd refcnt table.
34413              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
34414      Branch: perlio
34415            ! perlio.c
34416 ____________________________________________________________________________
34417 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
34418         Log: Integrate changes #12724 and #12725 from maintperl;
34419              multiarg system now works.
34420      Branch: perl
34421           !> win32/win32.c
34422 ____________________________________________________________________________
34423 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
34424         Log: Integrate perlio:
34425              
34426              [ 12733]
34427              Use fd refcounts to solve the problem highlighted by new Embed.t, at
34428              least for PERLIO=perlio unthreaded case
34429              
34430              [ 12732]
34431              Typo in exe name
34432              
34433              [ 12730]
34434              Fixup Embed.t for Win32/VC++
34435              
34436              [ 12729]
34437              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
34438              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
34439              ExtUtils::Embed.
34440              
34441              [ 12711]
34442              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
34443              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
34444              
34445              [ 12557]
34446              All tests pass (legitimately) on ithreads
34447              
34448              [ 12555]
34449              Restore non-ithreads build. Interestingly binmode test passes
34450              non-ithreads - so crlf layer is not damaged and ithreads fail
34451              is a symptom ...
34452              
34453              [ 12552]
34454              Win32 PerlIO_cleanup special cases should no longer be required.
34455              
34456              [ 12551]
34457              Multiple win32io.o is fatal for GCC (and noise with VC++)
34458              
34459              [ 12547]
34460              Convert rest of PerlIO's memory tables to per-interp and add clone functions
34461              for them. Call explicit cleanup during destruct process.
34462              - one binmode test is failing
34463              - also ext/threads/t/basic.t fails under make test, and is noisy under
34464              harness. (Threads results are intermingled and don't match order expected.)
34465              
34466              [ 12544]
34467              PerlIO layer table as PL_perlio (per-interpreter)
34468              
34469              [ 12541]
34470              Fix typos in new locking on MemShared
34471              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
34472              - seems to make segfaults more deterministic - suspect they are 
34473              attempt to free() after Interp and Host have gone.
34474              
34475              [ 12540]
34476              Remove the MemShared re-#define (again)
34477              
34478              [ 12539]
34479              Use locks on MemShared
34480      Branch: perl
34481           +> lib/ExtUtils/Embed.t
34482           !> MANIFEST perlio.c
34483 ____________________________________________________________________________
34484 [ 12733] By: nick                                  on 2001/10/28  13:07:16
34485         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
34486              least for PERLIO=perlio unthreaded case
34487      Branch: perlio
34488            ! perlio.c
34489 ____________________________________________________________________________
34490 [ 12732] By: nick                                  on 2001/10/28  11:10:24
34491         Log: Typo in exe name
34492      Branch: perlio
34493            ! lib/ExtUtils/Embed.t
34494 ____________________________________________________________________________
34495 [ 12731] By: nick                                  on 2001/10/28  11:09:59
34496         Log: Integrate Mainline
34497      Branch: perlio
34498           !> Changes configure.com ext/DB_File/DB_File.pm
34499           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
34500           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
34501           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
34502           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
34503           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
34504           !> t/TEST t/op/regexp.t win32/buildext.pl
34505 ____________________________________________________________________________
34506 [ 12730] By: nick                                  on 2001/10/28  11:05:35
34507         Log: Fixup Embed.t for Win32/VC++
34508      Branch: perlio
34509            ! lib/ExtUtils/Embed.t
34510 ____________________________________________________________________________
34511 [ 12729] By: nick                                  on 2001/10/28  09:36:20
34512         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
34513              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
34514              ExtUtils::Embed.
34515      Branch: perlio
34516            + lib/ExtUtils/Embed.t
34517            ! MANIFEST
34518 ____________________________________________________________________________
34519 [ 12728] By: sky                                   on 2001/10/28  08:12:53
34520         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
34521              line manually!
34522      Branch: perl
34523            ! lib/ExtUtils/xsubpp
34524 ____________________________________________________________________________
34525 [ 12727] By: sky                                   on 2001/10/28  08:02:09
34526         Log: And here we use the prototypes.
34527      Branch: perl
34528            ! ext/threads/shared/shared.xs
34529 ____________________________________________________________________________
34530 [ 12726] By: sky                                   on 2001/10/28  08:00:48
34531         Log: Support [] style prototypes.
34532      Branch: perl
34533            ! lib/ExtUtils/xsubpp
34534 ____________________________________________________________________________
34535 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
34536         Log: yet another multi-arg system() fix on windows: batch files as the
34537              first argument (i.e. directly executed by CreateProcess()) need
34538              extra quoting to escape shell-shock
34539      Branch: maint-5.6/perl
34540            ! win32/win32.c
34541 ____________________________________________________________________________
34542 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
34543         Log: another multi-arg system() fix on windows: passing empty arguments
34544              now works
34545      Branch: maint-5.6/perl
34546            ! win32/win32.c
34547 ____________________________________________________________________________
34548 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
34549         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
34550              No final #else #error because we do not seem to
34551              be using #error?
34552      Branch: perl
34553            ! op.h
34554 ____________________________________________________________________________
34555 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
34556         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
34557              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
34558              Date: Sat, 27 Oct 2001 23:28:44 EST 
34559              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
34560      Branch: perl
34561            ! ext/Time/HiRes/HiRes.xs
34562 ____________________________________________________________________________
34563 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
34564         Log: Regen perlapi, perltoc.
34565      Branch: perl
34566            ! pod/perlapi.pod pod/perltoc.pod
34567 ____________________________________________________________________________
34568 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
34569         Log: Subject: [PATCH] sv.h documentation
34570              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
34571              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
34572              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
34573      Branch: perl
34574            ! sv.h
34575 ____________________________________________________________________________
34576 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
34577         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
34578              system("nmake -nologo", "clean") and there is no executable
34579              called "nmake -nologo"; this used to "work" pre-change#12559 due
34580              to bugs in multiarg system() that have since been fixed
34581      Branch: perl
34582            ! win32/buildext.pl
34583 ____________________________________________________________________________
34584 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
34585         Log: Update Changes.
34586      Branch: perl
34587            ! Changes patchlevel.h
34588 ____________________________________________________________________________
34589 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
34590         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
34591              From: Richard.Foley@t-online.de (Richard Foley)            
34592              Date: Sun, 28 Oct 2001 00:48:32 +0200
34593              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
34594      Branch: perl
34595            ! pod/perlhack.pod
34596 ____________________________________________________________________________
34597 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
34598         Log: Must store pointers with the right width.
34599      Branch: perl
34600            ! op.h
34601 ____________________________________________________________________________
34602 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
34603         Log: Integrate change #12711 from perlio;
34604              
34605              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
34606              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
34607      Branch: perl
34608           !> perlio.c
34609 ____________________________________________________________________________
34610 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
34611         Log: Subject: [PATCH] make minitest
34612              From: Nicholas Clark <nick@ccl4.org>
34613              Date: Sat, 27 Oct 2001 22:56:16 +0100
34614              Message-ID: <20011027225616.L20275@plum.flirble.org>
34615      Branch: perl
34616            ! t/TEST
34617 ____________________________________________________________________________
34618 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
34619         Log: Patch #12661 missed this.
34620      Branch: perl
34621            ! ext/DB_File/DB_File.pm
34622 ____________________________________________________________________________
34623 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
34624         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
34625              From: "Craig A. Berry" <craigberry@mac.com>
34626              Date: Sat, 27 Oct 2001 16:07:47 -0500
34627              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
34628      Branch: perl
34629            ! configure.com perlio.c
34630 ____________________________________________________________________________
34631 [ 12711] By: nick                                  on 2001/10/27  19:49:25
34632         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
34633              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
34634      Branch: perlio
34635            ! perlio.c
34636 ____________________________________________________________________________
34637 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
34638         Log: Let's not replace reason if there's one already supplied.
34639      Branch: perl
34640            ! t/op/regexp.t
34641 ____________________________________________________________________________
34642 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
34643         Log: is not good.
34644      Branch: perl
34645            ! t/op/regexp.t
34646 ____________________________________________________________________________
34647 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
34648         Log: ldlibpth can exist but be unset.
34649      Branch: perl
34650            ! t/TEST
34651 ____________________________________________________________________________
34652 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
34653         Log: Unicode: property alias naming cleanup.
34654      Branch: perl
34655            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
34656 ____________________________________________________________________________
34657 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
34658         Log: FAQ sync.
34659      Branch: perl
34660            ! pod/perlfaq4.pod
34661 ____________________________________________________________________________
34662 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
34663         Log: Integrate change #12703 from maintperl;
34664              
34665              typemap stuff intervenes before declaration, move it to PREINIT
34666              section
34667              
34668              (an empty integrate, but now the files are in sync
34669              between the branches)
34670      Branch: perl
34671           !> ext/ODBM_File/ODBM_File.xs
34672 ____________________________________________________________________________
34673 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
34674         Log: More PerlIO symbols.
34675      Branch: perl
34676            ! makedef.pl
34677 ____________________________________________________________________________
34678 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
34679         Log: typemap stuff intervenes before declaration, move it to PREINIT
34680              section
34681      Branch: maint-5.6/perl
34682            ! ext/ODBM_File/ODBM_File.xs
34683 ____________________________________________________________________________
34684 [ 12702] By: nick                                  on 2001/10/27  14:09:35
34685         Log: Integrate mainline
34686      Branch: perlio
34687           +> ext/threads/shared/t/av_simple.t
34688           +> ext/threads/shared/t/hv_refs.t
34689           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
34690           !> (integrate 109 files)
34691 ____________________________________________________________________________
34692 [ 12700] By: ams                                   on 2001/10/26  21:22:23
34693         Log: Subject: [PATCH] tweak divide
34694              From: Nicholas Clark <nick@ccl4.org>
34695              Date: Fri, 26 Oct 2001 22:52:17 +0100
34696              Message-Id: <20011026225217.B20275@plum.flirble.org>
34697      Branch: perl
34698            ! pp.c
34699 ____________________________________________________________________________
34700 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
34701         Log: Integrate a buncha things from maintperl.
34702      Branch: maint-5.6/macperl
34703           !> (integrate 32 files)
34704 ____________________________________________________________________________
34705 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
34706         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
34707              From: Andy Dougherty <doughera@lafayette.edu>
34708              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
34709              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
34710      Branch: perl
34711            ! hints/svr4.sh
34712 ____________________________________________________________________________
34713 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
34714         Log: When you're root, many things become writable.
34715      Branch: perl
34716            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
34717 ____________________________________________________________________________
34718 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
34719         Log: Update Changes.
34720      Branch: perl
34721            ! Changes patchlevel.h
34722 ____________________________________________________________________________
34723 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
34724         Log: Term/Cap.t attempts to access the floppy drive for no good reason
34725              on dosish systems
34726      Branch: perl
34727            ! lib/Term/Cap.t
34728 ____________________________________________________________________________
34729 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
34730         Log: fix misleading comment on known inadequacy in B::Terse, and skip
34731              it correctly
34732      Branch: perl
34733            ! ext/B/t/terse.t
34734 ____________________________________________________________________________
34735 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
34736         Log: fix spurious AutoSplit.t failure under windows
34737      Branch: perl
34738            ! lib/AutoSplit.t
34739 ____________________________________________________________________________
34740 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
34741         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
34742      Branch: perl
34743            ! ext/Time/HiRes/HiRes.t
34744 ____________________________________________________________________________
34745 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
34746         Log: More logical to use %04"UVXf" than %"UVuf" since
34747              the Unicode standard prefers hex.
34748      Branch: perl
34749            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
34750            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
34751            ! lib/unicore/mktables utf8.c
34752 ____________________________________________________________________________
34753 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
34754         Log: change#12065 seems to have broken Encode build on windows; fix
34755      Branch: perl
34756            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
34757 ____________________________________________________________________________
34758 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
34759         Log: Unicode: add the case folding table.
34760      Branch: perl
34761            + lib/unicore/To/Fold.pl
34762            ! MANIFEST lib/unicore/mktables
34763 ____________________________________________________________________________
34764 [ 12688] By: sky                                   on 2001/10/26  13:51:29
34765         Log: Get the new functions right, do not export lock since we use builtin lock.
34766              TODO: fix xsubpp to support the new prototypes
34767      Branch: perl
34768            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34769 ____________________________________________________________________________
34770 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
34771         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
34772              as suggested by Sarathy.
34773      Branch: perl
34774            ! mg.c
34775 ____________________________________________________________________________
34776 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
34777         Log: avoid compiler warning
34778      Branch: perl
34779            ! win32/win32.c
34780 ____________________________________________________________________________
34781 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
34782         Log: WinCE update from Rainer Keuchel.
34783      Branch: perl
34784            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
34785            ! wince/wince.c
34786 ____________________________________________________________________________
34787 [ 12684] By: sky                                   on 2001/10/26  13:34:33
34788         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
34789      Branch: perl
34790            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
34791 ____________________________________________________________________________
34792 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
34793         Log: More fixes that were made to the core and not in the libnet src
34794      Branch: perl
34795            ! lib/Net/Domain.pm
34796 ____________________________________________________________________________
34797 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
34798         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
34799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
34800              Date: Fri, 26 Oct 2001 13:55:21 +0200
34801              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
34802              
34803              (plus make the db-recno.t#59 accept both \n and \r\n)
34804      Branch: perl
34805            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
34806            ! ext/DB_File/t/db-recno.t
34807 ____________________________________________________________________________
34808 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
34809         Log: Fix tests to be able to run in the core and the CPAN dist
34810      Branch: perl
34811            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
34812            ! lib/Net/t/require.t lib/Net/t/smtp.t
34813 ____________________________________________________________________________
34814 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
34815         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
34816              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34817              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
34818              Date: Fri, 26 Oct 2001 08:34:46 EDT
34819      Branch: perl
34820            ! ext/Time/HiRes/HiRes.t
34821 ____________________________________________________________________________
34822 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
34823         Log: Sync libnet modules with what will be libnet-1.08
34824      Branch: perl
34825            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
34826            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
34827            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
34828            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
34829 ____________________________________________________________________________
34830 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
34831         Log: Integrate maintperl changes #12268 and #12669;
34832              
34833              final touches to the audit for statics and thread-unsafe code
34834              * make DB_File, ODBM_File thread-safe 
34835              * remove unnecessary/dangerous statics and protect others
34836              from not getting accidentally enabled under threaded perls
34837              
34838              windows support functions get_childdir() et al aren't exported
34839              correctly under vanilla build
34840              
34841              Testing under win32 appreciated since changes there had
34842              to be manually merged and I cannot test how badly did I do.
34843      Branch: perl
34844           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
34845           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
34846           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
34847           !> win32/vmem.h win32/win32.c win32/win32iop.h
34848 ____________________________________________________________________________
34849 [ 12677] By: sky                                   on 2001/10/26  12:37:17
34850         Log: More Config::threads to threads::threads changes
34851      Branch: perl
34852            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
34853 ____________________________________________________________________________
34854 [ 12676] By: sky                                   on 2001/10/26  12:31:46
34855         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
34856      Branch: perl
34857            ! ext/threads/threads.pm ext/threads/threads.xs
34858 ____________________________________________________________________________
34859 [ 12675] By: sky                                   on 2001/10/26  12:06:30
34860         Log: Allocing a TLS in runtime is not too hot.
34861      Branch: perl
34862            ! ext/threads/threads.xs
34863 ____________________________________________________________________________
34864 [ 12674] By: sky                                   on 2001/10/26  11:59:09
34865         Log: Don't display debug data.
34866      Branch: perl
34867            ! ext/threads/threads.pm
34868 ____________________________________________________________________________
34869 [ 12673] By: sky                                   on 2001/10/26  11:35:47
34870         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
34871              complete bar support for blessed objects.
34872              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
34873      Branch: perl
34874            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
34875 ____________________________________________________________________________
34876 [ 12672] By: sky                                   on 2001/10/26  11:15:28
34877         Log: Fix case where shared reference does not exist in current thread.
34878      Branch: perl
34879            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
34880 ____________________________________________________________________________
34881 [ 12671] By: sky                                   on 2001/10/26  08:48:52
34882         Log: Support for references in shared arrays.
34883      Branch: perl
34884            ! ext/threads/shared/shared.xs
34885 ____________________________________________________________________________
34886 [ 12670] By: sky                                   on 2001/10/26  08:30:11
34887         Log: Add tests for references in hashes.
34888      Branch: perl
34889            + ext/threads/shared/t/hv_refs.t
34890            ! MANIFEST
34891 ____________________________________________________________________________
34892 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
34893         Log: windows support functions get_childdir() et al aren't exported
34894              correctly under vanilla build
34895      Branch: maint-5.6/perl
34896            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
34897 ____________________________________________________________________________
34898 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
34899         Log: final touches to the audit for statics and thread-unsafe code
34900              * make DB_File, ODBM_File thread-safe 
34901              * remove unnecessary/dangerous statics and protect others
34902              from not getting accidentally enabled under threaded perls
34903      Branch: maint-5.6/perl
34904            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
34905            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
34906            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
34907            ! win32/win32.c
34908 ____________________________________________________________________________
34909 [ 12667] By: ams                                   on 2001/10/26  03:48:36
34910         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
34911              From: "Richard Soderberg" <rs@crystalflame.net>
34912              Date: Thu, 25 Oct 2001 23:42:50 -0400
34913              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
34914      Branch: perl
34915            ! sharedsv.c
34916 ____________________________________________________________________________
34917 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
34918         Log: Integrate change #12664 from maintperl;
34919              
34920              the newest GCCs don't seem to like C<"string1"##STRING2>
34921              so keep it as C<"string1" STRING2> (latter appears to
34922              work everywhere)
34923      Branch: perl
34924           !> ext/DynaLoader/dlutils.c
34925 ____________________________________________________________________________
34926 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
34927         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
34928              From: Chris Nandor <pudge@pobox.com>
34929              Date: Thu, 25 Oct 2001 22:15:03 -0400
34930              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
34931      Branch: perl
34932            ! perl.h
34933 ____________________________________________________________________________
34934 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
34935         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
34936              C<"string1" STRING2> (latter appears to work everywhere)
34937      Branch: maint-5.6/perl
34938            ! ext/DynaLoader/dlutils.c
34939 ____________________________________________________________________________
34940 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
34941         Log: AUTHORS update.
34942      Branch: perl
34943            ! AUTHORS
34944 ____________________________________________________________________________
34945 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
34946         Log: Integrate change #12660 from maintperl;
34947              
34948              make the dMY_CXT stuff available under all of
34949              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
34950      Branch: perl
34951           !> perl.h
34952 ____________________________________________________________________________
34953 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
34954         Log: Subject: [PATCH] DB_File-1.79
34955              From: "Paul Marquess" <paul.marquess@openwave.com>
34956              Date: Fri, 26 Oct 2001 00:03:54 +0100
34957              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
34958      Branch: perl
34959            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
34960            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
34961 ____________________________________________________________________________
34962 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
34963         Log: make the dMY_CXT stuff available under all of
34964              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
34965      Branch: maint-5.6/perl
34966            ! perl.h
34967 ____________________________________________________________________________
34968 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
34969         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
34970              From: Michael G Schwern <schwern@pobox.com>
34971              Date: Thu, 25 Oct 2001 18:28:12 -0400
34972              Message-ID: <20011025182812.M4811@blackrider>
34973      Branch: perl
34974            ! t/run/kill_perl.t
34975 ____________________________________________________________________________
34976 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
34977         Log: STRLEN != int.
34978      Branch: perl
34979            ! regcomp.c regexec.c
34980 ____________________________________________________________________________
34981 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
34982         Log: Subject: [PATCH] remove small IVop redundancy
34983              From: Nicholas Clark <nick@ccl4.org>
34984              Date: Thu, 25 Oct 2001 22:48:28 +0100
34985              Message-ID: <20011025224827.M66471@plum.flirble.org>
34986      Branch: perl
34987            ! pp.c pp_hot.c
34988 ____________________________________________________________________________
34989 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
34990         Log: Metaconfig unit change for #12655.
34991      Branch: metaconfig/U/perl
34992            ! Extensions.U
34993 ____________________________________________________________________________
34994 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
34995         Log: Subject: Re: Not OK @12650
34996              From: Andy Dougherty <doughera@lafayette.edu>
34997              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
34998              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
34999      Branch: perl
35000            ! Configure
35001 ____________________________________________________________________________
35002 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
35003         Log: Integrate changes #12652 and #12653 from maintperl;
35004              
35005              more tweaks to change#12626
35006              * move the boilerplate code over to perl.h and make DynaLoader
35007              use it
35008              * make re, Opcode, File::Glob and B threadsafe
35009              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
35010              C<no re;> anywhere)
35011              
35012              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
35013              
35014              File::Glob required a bit more work in bleadperl
35015              because of ExtUtils::Constant (see the Makefile.PL change)
35016      Branch: perl
35017            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
35018           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35019           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
35020 ____________________________________________________________________________
35021 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
35022         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
35023      Branch: maint-5.6/perl
35024            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35025            ! ext/Opcode/Opcode.xs ext/re/re.xs
35026 ____________________________________________________________________________
35027 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
35028         Log: more tweaks to change#12626
35029              * move the boilerplate code over to perl.h and make DynaLoader
35030              use it
35031              * make re, Opcode, File::Glob and B threadsafe
35032              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
35033              C<no re;> anywhere)
35034      Branch: maint-5.6/perl
35035            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
35036            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
35037 ____________________________________________________________________________
35038 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
35039         Log: Metaconfig unit change for #12650.
35040      Branch: metaconfig/U/perl
35041            ! Extensions.U
35042 ____________________________________________________________________________
35043 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
35044         Log: Subject: Re: ithreads doesn't like usedl=n
35045              From: Andy Dougherty <doughera@lafayette.edu>
35046              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
35047              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
35048              
35049              Special-case threads::shared.
35050      Branch: perl
35051            ! Configure
35052 ____________________________________________________________________________
35053 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
35054         Log: Getting fancier...
35055      Branch: perl
35056            ! t/TEST
35057 ____________________________________________________________________________
35058 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
35059         Log: csh - what a pain.
35060      Branch: perl
35061            ! t/TEST
35062 ____________________________________________________________________________
35063 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
35064         Log: Update Changes.
35065      Branch: perl
35066            ! Changes patchlevel.h
35067 ____________________________________________________________________________
35068 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
35069         Log: Allow resetting the locale system for the duration
35070              of the build (Mac OS X default setting LANG=En_US
35071              ist kaputt)
35072      Branch: perl
35073            ! Makefile.SH
35074 ____________________________________________________________________________
35075 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
35076         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
35077      Branch: perl
35078            ! ext/Digest/MD5/t/files.t
35079 ____________________________________________________________________________
35080 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
35081         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
35082              From: Andy Dougherty <doughera@lafayette.edu>
35083              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
35084              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
35085      Branch: perl
35086            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
35087            ! ext/threads/shared/Makefile.PL
35088 ____________________________________________________________________________
35089 [ 12643] By: sky                                   on 2001/10/25  12:28:26
35090         Log: Add support for reference members of hashes.
35091      Branch: perl
35092            ! ext/threads/shared/shared.xs
35093 ____________________________________________________________________________
35094 [ 12642] By: ams                                   on 2001/10/25  12:21:13
35095         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
35096              From: "Norton Allen" <nort@qnx.com>
35097              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
35098              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
35099      Branch: perl
35100            ! ext/Digest/MD5/MD5.xs
35101 ____________________________________________________________________________
35102 [ 12641] By: sky                                   on 2001/10/25  10:27:39
35103         Log: Tests shared hashes.
35104      Branch: perl
35105            + ext/threads/shared/t/hv_simple.t
35106            ! MANIFEST
35107 ____________________________________________________________________________
35108 [ 12640] By: sky                                   on 2001/10/25  10:18:23
35109         Log: Fix threadcounts for arrays and hashes.
35110      Branch: perl
35111            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35112 ____________________________________________________________________________
35113 [ 12639] By: sky                                   on 2001/10/25  10:17:26
35114         Log: Note to self, doing *src_ary++ in a macro that evaluates
35115              the value more than once is a good way to dump core.
35116      Branch: perl
35117            ! sharedsv.c
35118 ____________________________________________________________________________
35119 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
35120         Log: Integrate change #12636 from maintperl; more dl fixups.
35121      Branch: perl
35122           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
35123           !> ext/DynaLoader/dl_vms.xs
35124 ____________________________________________________________________________
35125 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
35126         Log: Like dl_hpux, like dl_dld.
35127      Branch: perl
35128            ! ext/DynaLoader/dl_dld.xs
35129 ____________________________________________________________________________
35130 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
35131         Log: followups to change#12635
35132      Branch: maint-5.6/perl
35133            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
35134            ! ext/DynaLoader/dl_vms.xs
35135 ____________________________________________________________________________
35136 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
35137         Log: add part of change#12634 to the two files that need it; dl_aix.xs
35138              in maint-5.6 doesn't have the branch that had the problem in
35139              mainline
35140      Branch: maint-5.6/perl
35141            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
35142 ____________________________________________________________________________
35143 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
35144         Log: Fixes for #12627.
35145      Branch: perl
35146            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
35147 ____________________________________________________________________________
35148 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
35149         Log: Since pv_uni_display and sv_uni_display are now used
35150              in the re extension, their symbols have to be exported.
35151      Branch: perl
35152            ! embed.pl global.sym
35153 ____________________________________________________________________________
35154 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
35155         Log: Subject:  Re: [PATCH Perl@12567] debug /list
35156              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35157              Date: Tue, 23 Oct 2001 21:40:33 EDT
35158              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
35159      Branch: perl
35160            ! configure.com
35161 ____________________________________________________________________________
35162 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
35163         Log: This takes care of some of the re 'debug' cases but
35164              not all cases since the information whether the pattern
35165              or the target are utf8 seems to be either lost or not
35166              spread widely enough, sigh.
35167      Branch: perl
35168            ! regcomp.c
35169 ____________________________________________________________________________
35170 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
35171         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
35172              From: John Peacock <jpeacock@rowman.com>
35173              Date: Wed, 24 Oct 2001 16:53:29 -0400
35174              Message-ID: <3BD72A49.1508D152@rowman.com>
35175      Branch: perl
35176            ! configure.com
35177 ____________________________________________________________________________
35178 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
35179         Log: Upgrade NetWare and WinCE as in #12626.
35180      Branch: perl
35181            ! NetWare/dl_netware.xs wince/dl_win32.xs
35182 ____________________________________________________________________________
35183 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
35184         Log: Tru64 compiler nit.
35185      Branch: perl
35186            ! ext/threads/shared/shared.xs
35187 ____________________________________________________________________________
35188 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
35189         Log: Integrate change #12626 from maintperl;
35190              make DynaLoader threadsafe by moving all statics into
35191              interpreter-local space
35192              
35193              TODO: Netware, OS/2, WinCE
35194      Branch: perl
35195           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
35196           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
35197           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
35198           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
35199           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
35200           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
35201           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
35202 ____________________________________________________________________________
35203 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
35204         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
35205              space
35206      Branch: maint-5.6/perl
35207            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
35208            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
35209            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
35210            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
35211            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
35212            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
35213            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
35214 ____________________________________________________________________________
35215 [ 12625] By: sky                                   on 2001/10/24  20:05:26
35216         Log: Change #12623 inflicted an infinite hang. Fixed.
35217      Branch: perl
35218            ! ext/threads/shared/shared.xs
35219 ____________________________________________________________________________
35220 [ 12624] By: sky                                   on 2001/10/24  19:06:55
35221         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
35222      Branch: perl
35223            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35224 ____________________________________________________________________________
35225 [ 12623] By: sky                                   on 2001/10/24  18:06:34
35226         Log: We need to do sharedsv_find in the original perl context.
35227      Branch: perl
35228            ! ext/threads/shared/shared.xs
35229 ____________________________________________________________________________
35230 [ 12622] By: sky                                   on 2001/10/24  17:26:51
35231         Log: Add support for basic support for AVs, references not supported yet.
35232              Add test for AVs.
35233              Add more tests to sv_refs
35234              Fix documentation issues.  
35235      Branch: perl
35236            + ext/threads/shared/t/av_simple.t
35237            ! MANIFEST ext/threads/shared/shared.pm
35238            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
35239 ____________________________________________________________________________
35240 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
35241         Log: Dump Unicode better for re 'debug'.  The regprop()
35242              is unfinished since have to figure out how to detect
35243              Unicodeness in there.
35244      Branch: perl
35245            ! regcomp.c regexec.c
35246 ____________________________________________________________________________
35247 [ 12620] By: sky                                   on 2001/10/24  13:18:07
35248         Log: Add support for finding shared arrays and hashes.
35249      Branch: perl
35250            ! sharedsv.c
35251 ____________________________________________________________________________
35252 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
35253         Log: Rewrite sv_uni_display() as pv_uni_display() as
35254              reimplement sv_uni_display() using that.
35255      Branch: perl
35256            ! dump.c embed.h embed.pl proto.h
35257 ____________________________________________________________________________
35258 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
35259         Log: Integrate change #12615 from maintperl;
35260              on Windows, IO::File::new_tmpfile() fails after being called
35261              32767 times because MSVCRT thinks stdio's TMP_MAX is a
35262              process-wide limit
35263      Branch: perl
35264           !> win32/win32.c
35265 ____________________________________________________________________________
35266 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
35267         Log: Don't try to print ints as IVs.
35268      Branch: perl
35269            ! ext/Time/HiRes/HiRes.xs
35270 ____________________________________________________________________________
35271 [ 12616] By: sky                                   on 2001/10/24  11:06:35
35272         Log: We only need to fetch the SV from the backend if the index
35273              is not the same as mg_private.     In theory this could be
35274              a problem if there are an exact multiple of U16 changes
35275              of a shared variable between two access in a given thread,
35276              we choose to avoid theory for now.
35277      Branch: perl
35278            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
35279 ____________________________________________________________________________
35280 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
35281         Log: on Windows, IO::File::new_tmpfile() fails after being called
35282              32767 times because MSVCRT thinks stdio's TMP_MAX is a
35283              process-wide limit
35284      Branch: maint-5.6/perl
35285            ! win32/win32.c
35286 ____________________________________________________________________________
35287 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
35288         Log: Negation and Unicode: sort of solves 20010303.010,
35289              except not quite like reported in the Subject
35290              (Perl_warner is still utf8-ignorant).
35291      Branch: perl
35292            ! pp.c t/lib/warnings/sv
35293 ____________________________________________________________________________
35294 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
35295         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
35296      Branch: perl
35297            ! sv.c t/lib/warnings/sv
35298 ____________________________________________________________________________
35299 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
35300         Log: sv_uni_display(): do not add the "...", let the caller
35301              do it if wanted, and be prepared for more display options.
35302      Branch: perl
35303            ! dump.c embed.h embed.pl proto.h
35304 ____________________________________________________________________________
35305 [ 12611] By: nick                                  on 2001/10/23  20:28:07
35306         Log: Integrate mainline
35307      Branch: perlio
35308           !> Changes configure.com cygwin/cygwin.c
35309           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
35310           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
35311           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
35312           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
35313           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
35314           !> utils/h2xs.PL utils/perldoc.PL
35315 ____________________________________________________________________________
35316 [ 12610] By: sky                                   on 2001/10/23  19:39:24
35317         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
35318              don't call themselves READONLY but still die with modification
35319              attempt. We only call bless for ext and umagic.
35320      Branch: perl
35321            ! sv.c
35322 ____________________________________________________________________________
35323 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
35324         Log: Croak() on negative time; doc tweaks.
35325      Branch: perl
35326            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
35327            ! ext/Time/HiRes/HiRes.xs
35328 ____________________________________________________________________________
35329 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
35330         Log: FAQ sync.
35331      Branch: perl
35332            ! pod/perlfaq4.pod pod/perlfaq7.pod
35333 ____________________________________________________________________________
35334 [ 12607] By: sky                                   on 2001/10/23  18:27:27
35335         Log: Call setmagic on the referent we are blessing.
35336      Branch: perl
35337            ! sv.c
35338 ____________________________________________________________________________
35339 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
35340         Log: Small test nits.
35341      Branch: perl
35342            ! t/op/lc.t
35343 ____________________________________________________________________________
35344 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
35345         Log: Update Changes.
35346      Branch: perl
35347            ! Changes patchlevel.h
35348 ____________________________________________________________________________
35349 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
35350         Log: Make the PerlIO_init() prototypes consistent.
35351      Branch: perl
35352            ! perlio.c
35353 ____________________________________________________________________________
35354 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
35355         Log: Upping the test count is a good idea.
35356      Branch: perl
35357            ! t/op/lc.t
35358 ____________________________________________________________________________
35359 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
35360         Log: Document the final sigma spot.
35361      Branch: perl
35362            ! pp.c
35363 ____________________________________________________________________________
35364 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
35365         Log: Fix multicharacter titlecase (ucfirst).
35366      Branch: perl
35367            ! pod/perlunicode.pod pp.c t/op/lc.t
35368 ____________________________________________________________________________
35369 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
35370         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
35371              From: Mikhail Zabaluev <mhz@alt-linux.org>
35372              Date: Tue, 23 Oct 2001 10:40:37 +0400
35373              Message-ID: <20011023104037.A12761@localhost.localdomain>
35374              
35375              (#12406 replaced with this)
35376      Branch: perl
35377            ! utils/perldoc.PL
35378 ____________________________________________________________________________
35379 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
35380         Log: MacOS Classic updates from Pudge.
35381      Branch: perl
35382            ! lib/File/Spec.t lib/File/Spec/Mac.pm
35383 ____________________________________________________________________________
35384 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
35385         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
35386              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
35387              Date: Sun, 14 Oct 2001 23:14:46 +0200
35388              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
35389              
35390              except for the 2->4 changes.
35391      Branch: perl
35392            ! lib/AutoSplit.t
35393 ____________________________________________________________________________
35394 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
35395         Log: integrate macperl contents into maint-5.6
35396      Branch: maint-5.6/perl
35397            ! mg.c
35398           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
35399           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
35400           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
35401           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35402           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
35403           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
35404           !> t/lib/filefind.t t/lib/filespec.t
35405 ____________________________________________________________________________
35406 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
35407         Log: At some point the #6234 has been lost from the mainline
35408              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
35409      Branch: perl
35410            ! lib/File/Spec/Win32.pm
35411 ____________________________________________________________________________
35412 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
35413         Log: Cygwin seems to round up (or closest, but not down)
35414              for time(), so half of the time (bad pun intended)
35415              Time::HiRes::time() is less than time(), half of
35416              the time it's more.  So let's try harder in the loop.
35417      Branch: perl
35418            ! ext/Time/HiRes/HiRes.t
35419 ____________________________________________________________________________
35420 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
35421         Log: MacOS Classic timeofday(), from Chris Nandor. 
35422      Branch: perl
35423            ! ext/Time/HiRes/HiRes.xs
35424 ____________________________________________________________________________
35425 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
35426         Log: Integrate changes #12580 and #12581 from macperl;
35427              
35428              Fix path construction.
35429              
35430              (Copyright) Nit.
35431      Branch: perl
35432           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
35433 ____________________________________________________________________________
35434 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
35435         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
35436              doesn't seem to help (the error being output to console, maybe?)
35437      Branch: perl
35438            ! lib/Net/Domain.pm
35439 ____________________________________________________________________________
35440 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
35441         Log: Taint the getcwd() result also in Cygwin.
35442              (TODO: which other platforms need the same thing?)
35443      Branch: perl
35444            ! cygwin/cygwin.c
35445 ____________________________________________________________________________
35446 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
35447         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
35448      Branch: perl
35449            ! t/op/taint.t
35450 ____________________________________________________________________________
35451 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
35452         Log: getpwuid() fragility continues.
35453      Branch: perl
35454            ! utils/h2xs.PL
35455 ____________________________________________________________________________
35456 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
35457         Log: getpwuid() might succeed but that's no guarantee
35458              that the $home will be defined.
35459      Branch: perl
35460            ! ext/File/Glob/t/basic.t
35461 ____________________________________________________________________________
35462 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
35463         Log: It's safer to to expand the variable, too... (see #12571)
35464      Branch: perl
35465            ! t/TEST
35466 ____________________________________________________________________________
35467 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
35468         Log: Integrate with maintperl.
35469      Branch: maint-5.6/macperl
35470           !> win32/bin/pl2bat.pl win32/win32.c
35471 ____________________________________________________________________________
35472 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
35473         Log: Oops, forgot to include Win32 ... just as well, since it
35474              seems in bleadperl, change #7764 was not included
35475              (adding C:\temp).  Re-added.  Rip it back out if it
35476              doesn't belong.  :-)
35477      Branch: maint-5.6/macperl
35478            ! lib/File/Spec/Win32.pm
35479 ____________________________________________________________________________
35480 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
35481         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
35482              From: "Craig A. Berry" <craigberry@mac.com>
35483              Date: Mon, 22 Oct 2001 15:25:19 -0500
35484              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
35485      Branch: perl
35486            ! configure.com
35487 ____________________________________________________________________________
35488 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
35489         Log: Add in lots of File::Spec changes, from Thomas Wegner,
35490              and sync with changes from bleadperl.
35491      Branch: maint-5.6/macperl
35492            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
35493            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35494            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
35495            ! lib/File/Spec/Win32.pm t/lib/filespec.t
35496 ____________________________________________________________________________
35497 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
35498         Log: Sync with latest File::Find and tests from bleadperl.
35499      Branch: maint-5.6/macperl
35500            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
35501 ____________________________________________________________________________
35502 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
35503         Log: Nit.
35504      Branch: maint-5.6/macperl
35505            ! perl.c
35506 ____________________________________________________________________________
35507 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
35508         Log: Fix path construction.
35509      Branch: maint-5.6/macperl
35510            ! ext/DynaLoader/DynaLoader_pm.PL
35511 ____________________________________________________________________________
35512 [ 12579] By: nick                                  on 2001/10/22  19:08:35
35513         Log: Integrate mainline (for Arthurs thread.xs fix)
35514      Branch: perlio
35515           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
35516 ____________________________________________________________________________
35517 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
35518         Log: Fix up exported symbols, move relevant docs
35519              over from macperl.pod.
35520      Branch: maint-5.6/macperl
35521            ! macos/ext/MacPerl/MacPerl.pm
35522 ____________________________________________________________________________
35523 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
35524         Log: Make ADDRESS called optionally as a method.
35525      Branch: maint-5.6/macperl
35526            ! macos/lib/Mac/Glue.pm
35527 ____________________________________________________________________________
35528 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
35529         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
35530              Apple event.
35531      Branch: maint-5.6/macperl
35532            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
35533            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
35534            ! macos/macperl/MPTerminology.aete
35535 ____________________________________________________________________________
35536 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
35537         Log: Clean up some build utilities. Change Entab to Duplicate;
35538              fix docs and error reporting; improve macify() of paths;
35539              remove requirement for Exporter.pm presence.
35540      Branch: maint-5.6/macperl
35541            ! macos/InstallBLIB macos/MacPerlTests.cmd
35542            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
35543 ____________________________________________________________________________
35544 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
35545         Log: Sync Time::HiRes with bleadperl
35546      Branch: maint-5.6/macperl
35547            ! macos/bundled_ext/Time/HiRes/HiRes.pm
35548            ! macos/bundled_ext/Time/HiRes/HiRes.t
35549            ! macos/bundled_ext/Time/HiRes/HiRes.xs
35550 ____________________________________________________________________________
35551 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
35552         Log: Fix up Changes
35553      Branch: maint-5.6/macperl
35554            ! macos/Changes
35555 ____________________________________________________________________________
35556 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
35557         Log: A user might belong to only a single group
35558              (the group equal to the group id).
35559      Branch: perl
35560            ! t/op/groups.t
35561 ____________________________________________________________________________
35562 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
35563         Log: Prepending (instead of replacing with) the pwd is safer. 
35564      Branch: perl
35565            ! t/TEST
35566 ____________________________________________________________________________
35567 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
35568         Log: Be more robust if no hostname or domainname
35569              (especially the latter)
35570      Branch: perl
35571            ! lib/Net/Domain.pm
35572 ____________________________________________________________________________
35573 [ 12569] By: sky                                   on 2001/10/22  17:41:07
35574         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
35575      Branch: perl
35576            ! ext/threads/threads.xs
35577 ____________________________________________________________________________
35578 [ 12568] By: nick                                  on 2001/10/22  16:31:24
35579         Log: Integrate mainline
35580      Branch: perlio
35581           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
35582           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35583           +> ext/threads/shared/t/sv_refs.t
35584           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
35585            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
35586            - lib/unicore/To/SpecUpper.pl
35587           !> (integrate 42 files)
35588 ____________________________________________________________________________
35589 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
35590         Log: Update Changes.
35591      Branch: perl
35592            ! Changes patchlevel.h
35593 ____________________________________________________________________________
35594 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
35595         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
35596              From: Michael G Schwern <schwern@pobox.com>
35597              Date: Mon, 22 Oct 2001 03:48:38 -0400
35598              Message-ID: <20011022034838.B1676@blackrider>
35599      Branch: perl
35600            ! pod/perlvar.pod
35601 ____________________________________________________________________________
35602 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
35603         Log: Pod nits, as suggested by Stas Bekman.
35604      Branch: perl
35605            ! ext/threads/shared/shared.pm ext/threads/threads.pm
35606 ____________________________________________________________________________
35607 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
35608         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
35609              From: "Paul Marquess" <paul.marquess@openwave.com> 
35610              Date: Sun, 21 Oct 2001 21:11:15 +0100
35611              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
35612      Branch: perl
35613            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
35614            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
35615            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
35616            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
35617            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
35618            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
35619            ! ext/SDBM_File/sdbm.t
35620 ____________________________________________________________________________
35621 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
35622         Log: Integrate change #12559 from maintperl;
35623              various fixes for system() and backticks under windows
35624      Branch: perl
35625           !> win32/win32.c
35626 ____________________________________________________________________________
35627 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
35628         Log: Integrate change #12560 from maintperl;
35629              make pl2bat use %0 rather than "%0" (the latter fails to work
35630              in a lot of common cases)
35631      Branch: perl
35632           !> win32/bin/pl2bat.pl
35633 ____________________________________________________________________________
35634 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
35635         Log: Integrate changes #12549 and #12550 from maintperl;
35636              
35637              readline() doesn't work with our variables; it confuses them with
35638              my variables (change#4227 was incomplete)
35639      Branch: perl
35640            ! t/lib/strict/vars
35641           !> t/base/rs.t toke.c
35642 ____________________________________________________________________________
35643 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
35644         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
35645              in a lot of common cases)
35646      Branch: maint-5.6/perl
35647            ! win32/bin/pl2bat.pl
35648 ____________________________________________________________________________
35649 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
35650         Log: various fixes for system() and backticks under windows:
35651              
35652              * avoid munging whitespace that is passed within quotes
35653              * work around a cmd.exe misfeature that made multi-arg
35654              system() unreliable when there is more than one quoted
35655              argument
35656              * make multi-arg system() autoquote arguments as needed
35657              before passing them to the shell (this avoids having to
35658              second guess the shell quoting)
35659              * perl's -Dp switch can be used to trace the innards
35660      Branch: maint-5.6/perl
35661            ! win32/win32.c
35662 ____________________________________________________________________________
35663 [ 12558] By: nick                                  on 2001/10/22  08:58:42
35664         Log: Integrate ithreads buffer flush fix from perlio
35665      Branch: perl
35666           !> ext/threads/t/basic.t perl.c
35667 ____________________________________________________________________________
35668 [ 12557] By: nick                                  on 2001/10/22  08:35:09
35669         Log: All tests pass (legitimately) on ithreads
35670      Branch: perlio
35671            ! ext/threads/t/basic.t perl.c
35672 ____________________________________________________________________________
35673 [ 12556] By: nick                                  on 2001/10/22  06:51:22
35674         Log: Integrate non-ithreads fix to mainline
35675      Branch: perl
35676           !> perlio.c
35677 ____________________________________________________________________________
35678 [ 12555] By: nick                                  on 2001/10/22  06:48:33
35679         Log: Restore non-ithreads build. Interestingly binmode test passes
35680              non-ithreads - so crlf layer is not damaged and ithreads fail
35681              is a symptom ...
35682      Branch: perlio
35683            ! perlio.c
35684 ____________________________________________________________________________
35685 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
35686         Log: Integrate from perlio; restructuring.
35687      Branch: perl
35688           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
35689           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
35690           !> win32/perlhost.h
35691 ____________________________________________________________________________
35692 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
35693         Log: Integrate from maintperl
35694              (Changes 12350, 12496, 12548, 12549, 12550)
35695      Branch: maint-5.6/macperl
35696           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
35697           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
35698 ____________________________________________________________________________
35699 [ 12552] By: nick                                  on 2001/10/21  19:18:12
35700         Log: Win32 PerlIO_cleanup special cases should no longer be required.
35701      Branch: perlio
35702            ! perl.c
35703 ____________________________________________________________________________
35704 [ 12551] By: nick                                  on 2001/10/21  19:16:56
35705         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
35706      Branch: perlio
35707            ! win32/makefile.mk
35708 ____________________________________________________________________________
35709 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
35710         Log: change#12549 wasn't aware of strictures
35711      Branch: maint-5.6/perl
35712            ! t/pragma/strict-vars toke.c
35713 ____________________________________________________________________________
35714 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
35715         Log: readline() doesn't work with our variables; it confuses them with
35716              my variables (change#4227 was incomplete)
35717      Branch: maint-5.6/perl
35718            ! t/base/rs.t toke.c
35719 ____________________________________________________________________________
35720 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
35721         Log: change#12220 appears to have pulled in a mainline change that
35722              isn't applicable to maint-5.6 (some platforms don't taint
35723              cwd)
35724      Branch: maint-5.6/perl
35725            ! t/lib/filefind-taint.t
35726 ____________________________________________________________________________
35727 [ 12547] By: nick                                  on 2001/10/21  17:15:54
35728         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
35729              for them. Call explicit cleanup during destruct process.
35730              - one binmode test is failing
35731              - also ext/threads/t/basic.t fails under make test, and is noisy under
35732              harness. (Threads results are intermingled and don't match order expected.)
35733      Branch: perlio
35734            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
35735            ! perlio.h perliol.h pod/perlapi.pod sv.c
35736 ____________________________________________________________________________
35737 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
35738         Log: Implement multicharacter case mappings where a single
35739              Unicode character can be mapped into several.
35740      Branch: perl
35741            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
35742            - lib/unicore/To/SpecUpper.pl
35743            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
35744            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
35745            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
35746            ! proto.h t/op/lc.t utf8.c
35747 ____________________________________________________________________________
35748 [ 12545] By: sky                                   on 2001/10/21  15:25:16
35749         Log: First support of threads::shared, support shared svs and references.
35750      Branch: perl
35751            + ext/threads/shared/Makefile.PL ext/threads/shared/README
35752            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35753            + ext/threads/shared/t/sv_refs.t
35754            + ext/threads/shared/t/sv_simple.t
35755            ! MANIFEST sharedsv.c
35756 ____________________________________________________________________________
35757 [ 12544] By: nick                                  on 2001/10/21  14:52:35
35758         Log: PerlIO layer table as PL_perlio (per-interpreter)
35759      Branch: perlio
35760            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
35761            ! pod/perlapi.pod sv.c
35762 ____________________________________________________________________________
35763 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
35764         Log: Prettyprinting.
35765      Branch: perl
35766            ! pod/perlunicode.pod
35767 ____________________________________________________________________________
35768 [ 12542] By: ams                                   on 2001/10/21  03:50:25
35769         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
35770              From: "Sean M. Burke" <sburke@cpan.org>
35771              Date: Sat, 20 Oct 2001 17:51:09 -0600
35772              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
35773      Branch: perl
35774            + pod/perlpodspec.pod
35775            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
35776            ! pod/perltoc.pod
35777 ____________________________________________________________________________
35778 [ 12541] By: nick                                  on 2001/10/20  22:23:53
35779         Log: Fix typos in new locking on MemShared
35780              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
35781              - seems to make segfaults more deterministic - suspect they are 
35782              attempt to free() after Interp and Host have gone.
35783      Branch: perlio
35784            ! perlio.c win32/perlhost.h
35785 ____________________________________________________________________________
35786 [ 12540] By: nick                                  on 2001/10/20  21:50:46
35787         Log: Remove the MemShared re-#define (again)
35788      Branch: perlio
35789            ! perlio.c
35790 ____________________________________________________________________________
35791 [ 12539] By: nick                                  on 2001/10/20  21:49:06
35792         Log: Use locks on MemShared
35793      Branch: perlio
35794            ! win32/perlhost.h
35795 ____________________________________________________________________________
35796 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
35797         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
35798              From: "chromatic" <chromatic@rmci.net>
35799              Date: Sat, 20 Oct 2001 11:13:47 -0600
35800              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
35801      Branch: perl
35802            ! installhtml
35803 ____________________________________________________________________________
35804 [ 12537] By: nick                                  on 2001/10/20  16:44:03
35805         Log: Integrate mainline
35806      Branch: perlio
35807           !> (integrate 48 files)
35808 ____________________________________________________________________________
35809 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
35810         Log: Update Changes.
35811      Branch: perl
35812            ! Changes patchlevel.h
35813 ____________________________________________________________________________
35814 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
35815         Log: Upgrade to podlators 1.11, from Russ Allbery.
35816      Branch: perl
35817            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
35818            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
35819            ! pod/pod2man.PL pod/pod2text.PL
35820 ____________________________________________________________________________
35821 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
35822         Log: Integrate perlio:
35823              
35824              [ 12532]
35825              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
35826              Use for non-PERLIO fdupopen().
35827      Branch: perl
35828           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
35829 ____________________________________________________________________________
35830 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
35831         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
35832      Branch: perl
35833            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
35834 ____________________________________________________________________________
35835 [ 12532] By: nick                                  on 2001/10/20  14:25:37
35836         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
35837              Use for non-PERLIO fdupopen().
35838      Branch: perlio
35839            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
35840 ____________________________________________________________________________
35841 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
35842         Log: Integrate perlio:
35843              
35844              [ 12530]
35845              Fixed in two places - p4 resolve
35846              
35847              [ 12529]
35848              Fix for ithreads/stdio build
35849              
35850              [ 12525]
35851              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
35852              Perl_sv_setsv_flags directly.
35853              
35854              [ 12524]
35855              Add a new flag character 'm' to embed.pl set to represent
35856              "functions" which are really macros. Use it foe the troublesome
35857              sv_setsv() etc. macros in sv.h - changing latter to define
35858              sv_setsv rather than sv_setsv_macro etc.
35859              
35860              [ 12523]
35861              Add comments explaining why win32.h/embed.h are included where they are
35862              in perl.h 
35863              
35864              [ 12522]
35865              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
35866              being used yet.
35867              
35868              [ 12511]
35869              Fix gross win32 build issues
35870      Branch: perl
35871           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
35872           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
35873           !> proto.h sv.h win32/win32io.c
35874 ____________________________________________________________________________
35875 [ 12530] By: nick                                  on 2001/10/20  12:53:30
35876         Log: Fixed in two places - p4 resolve
35877      Branch: perlio
35878            ! perlsdio.h
35879 ____________________________________________________________________________
35880 [ 12529] By: nick                                  on 2001/10/20  12:51:05
35881         Log: Fix for ithreads/stdio build
35882      Branch: perlio
35883            ! perlio.c perlsdio.h
35884 ____________________________________________________________________________
35885 [ 12528] By: ams                                   on 2001/10/20  12:13:25
35886         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
35887              From: Michael G Schwern <schwern@pobox.com>
35888              Date: Sat, 20 Oct 2001 01:41:21 -0400
35889              Message-Id: <20011020014121.I3681@blackrider>
35890      Branch: perl
35891            ! installman
35892 ____________________________________________________________________________
35893 [ 12527] By: ams                                   on 2001/10/20  12:09:41
35894         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
35895              From: Michael G Schwern <schwern@pobox.com>
35896              Date: Sat, 20 Oct 2001 02:04:21 -0400
35897              Message-Id: <20011020020421.A11732@blackrider>
35898      Branch: perl
35899            ! lib/Pod/Checker.pm
35900 ____________________________________________________________________________
35901 [ 12526] By: ams                                   on 2001/10/20  11:59:41
35902         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
35903              From: "chromatic" <chromatic@rmci.net>
35904              Date: Fri, 19 Oct 2001 22:46:39 -0600
35905              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
35906      Branch: perl
35907            ! lib/Net/Config.pm
35908 ____________________________________________________________________________
35909 [ 12525] By: nick                                  on 2001/10/20  11:16:18
35910         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
35911              Perl_sv_setsv_flags directly.
35912      Branch: perlio
35913            ! ext/threads/threads.xs
35914 ____________________________________________________________________________
35915 [ 12524] By: nick                                  on 2001/10/20  10:28:17
35916         Log: Add a new flag character 'm' to embed.pl set to represent
35917              "functions" which are really macros. Use it foe the troublesome
35918              sv_setsv() etc. macros in sv.h - changing latter to define
35919              sv_setsv rather than sv_setsv_macro etc.
35920      Branch: perlio
35921            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
35922            ! pod/perlapi.pod proto.h sv.h
35923 ____________________________________________________________________________
35924 [ 12523] By: nick                                  on 2001/10/20  09:17:17
35925         Log: Add comments explaining why win32.h/embed.h are included where they are
35926              in perl.h 
35927      Branch: perlio
35928            ! perl.h
35929 ____________________________________________________________________________
35930 [ 12522] By: nick                                  on 2001/10/20  08:27:44
35931         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
35932              being used yet.
35933      Branch: perlio
35934            ! win32/win32io.c
35935 ____________________________________________________________________________
35936 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
35937         Log: Wording tweaks.
35938      Branch: perl
35939            ! t/TEST
35940 ____________________________________________________________________________
35941 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
35942         Log: Subject: IO module with nonblocking socket connect patch 
35943              From: Raul Dias <raul@dias.com.br>
35944              Date: Fri, 19 Oct 2001 22:45:32 -0300
35945              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
35946      Branch: perl
35947            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
35948 ____________________________________________________________________________
35949 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
35950         Log: Test vertical whitespace combined with /x in \p{}.
35951      Branch: perl
35952            ! t/op/pat.t
35953 ____________________________________________________________________________
35954 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
35955         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
35956              From: Gisle Aas <gisle@ActiveState.com> 
35957              Date: 19 Oct 2001 16:46:02 -0700
35958              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
35959      Branch: perl
35960            ! lib/ExtUtils/MakeMaker.pm
35961 ____________________________________________________________________________
35962 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
35963         Log: No more this symbol.
35964      Branch: perl
35965            ! makedef.pl
35966 ____________________________________________________________________________
35967 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
35968         Log: Integrate change #12511; fix gross win32 build issues.
35969      Branch: perl
35970           !> makedef.pl sv.c
35971 ____________________________________________________________________________
35972 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
35973         Log: Unpack in scalar context should return the first value
35974              returned in list context, as pointed out by Ton Hospel
35975              in 2001-05-21 (this is how it works already in blead,
35976              just adding the test).
35977      Branch: perl
35978            ! t/op/pack.t
35979 ____________________________________________________________________________
35980 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
35981         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
35982              From: "Craig A. Berry" <craigberry@mac.com>
35983              Date: Fri, 19 Oct 2001 16:59:30 -0500
35984              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
35985      Branch: perl
35986            ! utils/perldoc.PL
35987 ____________________________________________________________________________
35988 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
35989         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
35990              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35991              Date: Fri, 19 Oct 2001 17:45:23 EDT
35992              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
35993      Branch: perl
35994            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
35995            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
35996            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
35997            ! vms/vmsish.h
35998 ____________________________________________________________________________
35999 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
36000         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
36001              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36002              Date: Fri, 19 Oct 2001 17:26:35 EDT
36003              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
36004      Branch: perl
36005            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
36006 ____________________________________________________________________________
36007 [ 12511] By: nick                                  on 2001/10/19  19:55:36
36008         Log: Fix gross win32 build issues
36009      Branch: perlio
36010            ! makedef.pl sv.c
36011 ____________________________________________________________________________
36012 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
36013         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
36014              From: David Dyck <dcd@tc.fluke.com>
36015              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
36016              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
36017      Branch: perl
36018            ! lib/File/Find.pm
36019 ____________________________________________________________________________
36020 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
36021         Log: Subject: Re: PerlIO and Encode
36022              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36023              Date: Tue, 16 Oct 2001 01:50:16 +0900
36024              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
36025      Branch: perl
36026            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
36027            ! ext/Encode/Encode/Tcl.t
36028 ____________________________________________________________________________
36029 [ 12508] By: ams                                   on 2001/10/19  17:59:16
36030         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
36031              (See #12499)
36032      Branch: perl
36033            ! pod/perlintro.pod
36034 ____________________________________________________________________________
36035 [ 12507] By: nick                                  on 2001/10/19  16:30:43
36036         Log: Integrate mainline
36037      Branch: perlio
36038           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
36039           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
36040           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
36041           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
36042           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
36043           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
36044           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36045           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
36046           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
36047           +> win32/config_H.win64
36048            - lib/Test/Utils.pm lib/unicore/mktables.PL
36049            - t/lib/Test/Simple/Catch/More.pm
36050           !> (integrate 84 files)
36051 ____________________________________________________________________________
36052 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
36053         Log: Retract the #10451 which seems to be the cause
36054              of the major leakage from while(){eval"sub{}"}
36055      Branch: perl
36056            ! op.c t/run/kill_perl.t
36057 ____________________________________________________________________________
36058 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
36059         Log: Regen toc.
36060      Branch: perl
36061            ! pod/perltoc.pod
36062 ____________________________________________________________________________
36063 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
36064         Log: Tiny tweaks.
36065      Branch: perl
36066            ! pod/perl.pod
36067 ____________________________________________________________________________
36068 [ 12503] By: ams                                   on 2001/10/19  13:34:24
36069         Log: Subject: Re: perlintro.pod
36070              From: Abe Timmerman <abe@ztreet.demon.nl>
36071              Date: Fri, 19 Oct 2001 14:12:40 +0200
36072              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
36073      Branch: perl
36074            ! pod/perlintro.pod
36075 ____________________________________________________________________________
36076 [ 12502] By: ams                                   on 2001/10/19  13:24:12
36077         Log: Slight reorganisation of references.
36078      Branch: perl
36079            ! pod/perl.pod
36080 ____________________________________________________________________________
36081 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
36082         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
36083              From: Kay Röpke <kroepke@dolphin-services.de>
36084              Date: Fri, 19 Oct 2001 14:04:01 +0200 
36085              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
36086      Branch: perl
36087            ! lib/ExtUtils/MakeMaker.pm
36088 ____________________________________________________________________________
36089 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
36090         Log: Unicode categories continue:
36091              implement Category=, Script=, Block=
36092              (these are based on an upcoming update of TR#18)
36093              Fix a bug where we got two In categories named "old italic",
36094              and another where shortcut for the Is categories wasn't taken.
36095      Branch: perl
36096            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
36097            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
36098            ! pod/perlunicode.pod t/op/pat.t
36099 ____________________________________________________________________________
36100 [ 12499] By: ams                                   on 2001/10/19  01:42:29
36101         Log: Subject: a small patch to perlintro.pod.
36102              From: Autrijus Tang <autrijus@autrijus.org>
36103              Date: Fri, 19 Oct 2001 01:45:51 +0800
36104              Message-Id: <20011019014551.A35625@not.autrijus.org>
36105              (Applied by hand with nits.)
36106      Branch: perl
36107            ! pod/perlintro.pod
36108 ____________________________________________________________________________
36109 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
36110         Log: Subject: [PATCH] OpenBSD hints for ithreads
36111              From: Andy Dougherty <doughera@lafayette.edu>
36112              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
36113              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
36114      Branch: perl
36115            ! hints/openbsd.sh
36116 ____________________________________________________________________________
36117 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
36118         Log: Retract #12446; the problem solved by #12474.
36119      Branch: perl
36120            ! hints/aix.sh
36121 ____________________________________________________________________________
36122 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
36123         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
36124              message and suppress line number info (from Steve Hay
36125              <Steve.Hay@uk.radan.com>)
36126      Branch: maint-5.6/perl
36127            ! lib/Carp/Heavy.pm
36128 ____________________________________________________________________________
36129 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
36130         Log: More documented In categories.
36131      Branch: perl
36132            ! pod/perlunicode.pod
36133 ____________________________________________________________________________
36134 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
36135         Log: Update Changes.
36136      Branch: perl
36137            ! Changes patchlevel.h
36138 ____________________________________________________________________________
36139 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
36140         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
36141      Branch: perl
36142            ! MANIFEST
36143 ____________________________________________________________________________
36144 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
36145         Log: Wrong skip() arguments.
36146      Branch: perl
36147            ! ext/B/t/terse.t
36148 ____________________________________________________________________________
36149 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
36150         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
36151              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36152              Date: Wed, 17 Oct 2001 09:10:53 EDT 
36153              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
36154      Branch: perl
36155            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
36156            ! pod/perlapi.pod vms/vms.c
36157 ____________________________________________________________________________
36158 [ 12490] By: ams                                   on 2001/10/18  09:31:00
36159         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
36160              From: Mark-Jason Dominus <mjd@plover.com>
36161              Date: Thu, 18 Oct 2001 06:25:35 -0400
36162              Message-Id: <20011018102535.19264.qmail@plover.com>
36163      Branch: perl
36164            ! pod/perl.pod
36165 ____________________________________________________________________________
36166 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
36167         Log: Prettyprinting.
36168      Branch: perl
36169            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
36170 ____________________________________________________________________________
36171 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
36172         Log: Regen toc.
36173      Branch: perl
36174            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36175 ____________________________________________________________________________
36176 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
36177         Log: Add perlintro, from Skud.
36178      Branch: perl
36179            + pod/perlintro.pod
36180            ! MANIFEST
36181 ____________________________________________________________________________
36182 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
36183         Log: FAQ sync.
36184      Branch: perl
36185            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
36186            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
36187            ! pod/perlfaq8.pod pod/perlfaq9.pod
36188 ____________________________________________________________________________
36189 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
36190         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
36191              in speed (upto 20% speedup in certain operations) but meanwhile
36192              regexps and arithmetics got slower (5-10%) (according to
36193              perlbench average speedup is negligible, and within measuring
36194              flutter, 1%).  Therefore retracting all the changes
36195              aimed at getting -std1 to compile cleanly:  #12475, #12476,
36196              #12479, #12480, #12481, #12482, #12483, #12484.
36197      Branch: perl
36198            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
36199            ! pp_hot.c pp_sys.c toke.c
36200 ____________________________________________________________________________
36201 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
36202         Log: (retracted by #12485)
36203              Strict ANSI doesn't like the third argument of main()
36204              so enable ignoring it if using ultra picky compiler.
36205      Branch: perl
36206            ! miniperlmain.c
36207 ____________________________________________________________________________
36208 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
36209         Log: (retracted by #12485)
36210              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
36211      Branch: perl
36212            ! perl.h
36213 ____________________________________________________________________________
36214 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
36215         Log: (retracted by #12485)
36216              Add explanatory comment.
36217      Branch: perl
36218            ! mg.c
36219 ____________________________________________________________________________
36220 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
36221         Log: (retracted by #12485)
36222              More dollar$hiding.
36223      Branch: perl
36224            ! doio.c perl.h pp_sys.c
36225 ____________________________________________________________________________
36226 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
36227         Log: (retracted by #12485)
36228              KISS.
36229      Branch: perl
36230            ! mg.c
36231 ____________________________________________________________________________
36232 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
36233         Log: (retracted by #12485)
36234              Thou shalt not #ifdef inside macro invocations,
36235              noticed by Rafael Garcia-Suarez.
36236      Branch: perl
36237            ! mg.c
36238 ____________________________________________________________________________
36239 [ 12478] By: ams                                   on 2001/10/17  18:50:55
36240         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
36241              From: Anton Berezin <tobez@tobez.org>
36242              Date: Wed, 17 Oct 2001 18:25:48 +0200
36243              Message-Id: <20011017182548.A12082@heechee.tobez.org>
36244      Branch: perl
36245            ! pp_sys.c
36246 ____________________________________________________________________________
36247 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
36248         Log: (retracted by #12485)
36249              Unterminated #ifdef.
36250      Branch: perl
36251            ! mg.c
36252 ____________________________________________________________________________
36253 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
36254         Log: (retracted by #12485)
36255              Avoid dollar signs in identifiers (in non-VMS) to
36256              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
36257      Branch: perl
36258            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
36259            ! toke.c
36260 ____________________________________________________________________________
36261 [ 12474] By: ams                                   on 2001/10/17  15:14:50
36262         Log: Subject: Two AIX patches
36263              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36264              Date: Wed, 17 Oct 2001 18:04:35 +0200
36265              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
36266      Branch: perl
36267            ! hints/aix.sh makedef.pl
36268 ____________________________________________________________________________
36269 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
36270         Log: Limiting the Time::HiRes::sleep and usleep to
36271              one second is not a good policy if drop-in
36272              replacement is still a goal.
36273      Branch: perl
36274            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36275            ! ext/Time/HiRes/HiRes.xs
36276 ____________________________________________________________________________
36277 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
36278         Log: Subject: [PATCH] Test::Simple 0.32
36279              From: Michael G Schwern <schwern@pobox.com> 
36280              Date: Wed, 17 Oct 2001 03:42:41 -0400
36281              Message-ID: <20011017034241.A25038@blackrider>
36282      Branch: perl
36283            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
36284            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
36285            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
36286            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
36287            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
36288            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
36289            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
36290            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
36291            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
36292            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
36293            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
36294            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
36295            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
36296            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
36297            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
36298            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
36299            ! t/lib/Test/Simple/Catch.pm
36300            ! t/lib/Test/Simple/sample_tests/five_fail.plx
36301 ____________________________________________________________________________
36302 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
36303         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
36304              From: Michael G Schwern <schwern@pobox.com> 
36305              Date: Wed, 17 Oct 2001 04:04:13 -0400
36306              Message-ID: <20011017040413.C25550@blackrider>
36307      Branch: perl
36308            ! t/TEST t/harness vms/test.com
36309 ____________________________________________________________________________
36310 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
36311         Log: Regen doc with perlmodstyle added.
36312      Branch: perl
36313            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36314 ____________________________________________________________________________
36315 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
36316         Log: Pod cleanup.
36317      Branch: perl
36318            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
36319 ____________________________________________________________________________
36320 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
36321         Log: Subject: perlmodstyle as a patch
36322              From: Kirrily Robert <skud@infotrope.net>
36323              Date: Tue, 16 Oct 2001 22:47:23 -0400
36324              Message-ID: <20011016224723.A20673@infotrope.net>
36325      Branch: perl
36326            + pod/perlmodstyle.pod
36327            ! MANIFEST
36328 ____________________________________________________________________________
36329 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
36330         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
36331              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
36332              Date: Thu, 6 Sep 2001 11:09:40 +0100
36333              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
36334              
36335              Mention also the develooper p5p archive.
36336      Branch: perl
36337            ! pod/perlhack.pod
36338 ____________________________________________________________________________
36339 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
36340         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
36341              From: Kay Röpke <kroepke@dolphin-services.de>
36342              Date: Tue, 16 Oct 2001 17:23:52 +0200
36343              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
36344      Branch: perl
36345            ! lib/ExtUtils/MakeMaker.pm
36346 ____________________________________________________________________________
36347 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
36348         Log: Add the special casing mappings (from SpecCase.txt)
36349              (except for the hyper special case mappings that have
36350              the condition list); the special casing mappings are
36351              unused for now.  Small tidying up on mktables.
36352      Branch: perl
36353            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36354            + lib/unicore/To/SpecUpper.pl
36355            ! lib/unicore/mktables
36356 ____________________________________________________________________________
36357 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
36358         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
36359              From: "David H. Adler" <dha@panix.com>       
36360              Date: Tue, 16 Oct 2001 11:59:35 -0400
36361              Message-ID: <20011016115935.A13078@panix.com>
36362              
36363              Subject: [ PATCH ] perldata patch, revised
36364              From: "David H. Adler" <dha@panix.com>     
36365              Date: Tue, 16 Oct 2001 18:26:49 -0400
36366              Message-ID: <20011016182649.C23970@panix.com>
36367      Branch: perl
36368            ! pod/perldata.pod pod/perlop.pod
36369 ____________________________________________________________________________
36370 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
36371         Log: Integrate perlio:
36372              
36373              [ 12462]
36374              PerlIOXxxx_dups for all but Win32
36375              
36376              [ 12461]
36377              Implement PerlIOStdio_dup (explains core dumps - dup
36378              was not setting up a FILE * to be fclosed()).
36379              
36380              [ 12460]
36381              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
36382              overflow.
36383              
36384              [ 12456]
36385              Builds under ithreads (but fails all threads tests)
36386              
36387              [ 12451]
36388              Skeleton of "PerlIO_dup" coded.
36389              Still-passes all tests non-threaded (well it would wouldn't it!)
36390              
36391              [ 12447]
36392              Beginings of PerlIO_dup support (unstable)
36393              
36394              [ 11615]
36395              Avoid testing for (non-)existance of "encoding(xxxx)"
36396              layer is called "encoding" the (xxxx) is an argument.
36397      Branch: perl
36398           !> embed.h embed.pl ext/Encode/Encode.xs
36399           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
36400           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
36401           !> win32/win32io.c
36402 ____________________________________________________________________________
36403 [ 12462] By: nick                                  on 2001/10/16  19:11:30
36404         Log: PerlIOXxxx_dups for all but Win32
36405      Branch: perlio
36406            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
36407            ! ext/PerlIO/Via/Via.xs
36408 ____________________________________________________________________________
36409 [ 12461] By: nick                                  on 2001/10/16  18:28:48
36410         Log: Implement PerlIOStdio_dup (explains core dumps - dup
36411              was not setting up a FILE * to be fclosed()).
36412      Branch: perlio
36413            ! perlio.c
36414 ____________________________________________________________________________
36415 [ 12460] By: nick                                  on 2001/10/16  17:31:47
36416         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
36417              overflow.
36418      Branch: perlio
36419            ! perlio.c
36420 ____________________________________________________________________________
36421 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
36422         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
36423              From: "Craig A. Berry" <craigberry@mac.com>
36424              Date: Tue, 16 Oct 2001 13:08:38 -0500
36425              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
36426      Branch: perl
36427            ! configure.com
36428 ____________________________________________________________________________
36429 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
36430         Log: Can't expect too much accuracy from a sleep of one second.
36431              (I think this will also fail with high load.)
36432      Branch: perl
36433            ! ext/Time/HiRes/HiRes.t
36434 ____________________________________________________________________________
36435 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
36436         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
36437              From: "Werner, Randolf" <randolf.werner@sap.com>
36438              Date: Tue, 16 Oct 2001 18:33:02 +0200
36439              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
36440      Branch: perl
36441            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
36442            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
36443 ____________________________________________________________________________
36444 [ 12456] By: nick                                  on 2001/10/16  14:08:16
36445         Log: Builds under ithreads (but fails all threads tests)
36446      Branch: perlio
36447            ! hv.c perlio.c sv.c
36448 ____________________________________________________________________________
36449 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
36450         Log: I think the Perl_sortsv needs *not* be skipped?
36451      Branch: perl
36452            ! makedef.pl
36453 ____________________________________________________________________________
36454 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
36455         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
36456              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
36457              Date: Tue, 16 Oct 2001 15:32:44 +0200
36458              Message-ID: <3BCC531C.11494.3E433F@localhost>
36459      Branch: perl
36460            ! t/op/groups.t
36461 ____________________________________________________________________________
36462 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
36463         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
36464              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
36465              Date: Tue, 16 Oct 2001 15:01:04 +0200
36466              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
36467      Branch: perl
36468            ! t/io/fs.t
36469 ____________________________________________________________________________
36470 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
36471         Log: A forgotten deletion.
36472      Branch: perl
36473            - lib/unicore/mktables.PL
36474 ____________________________________________________________________________
36475 [ 12451] By: nick                                  on 2001/10/16  11:32:48
36476         Log: Skeleton of "PerlIO_dup" coded.
36477              Still-passes all tests non-threaded (well it would wouldn't it!)
36478      Branch: perlio
36479            ! embed.h embed.pl ext/Encode/Encode.xs
36480            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
36481            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
36482            ! win32/win32io.c
36483 ____________________________________________________________________________
36484 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
36485         Log: Document the problem with the swash_fetch() API that affects
36486              more complex case conversions.
36487      Branch: perl
36488            ! lib/utf8_heavy.pl utf8.c
36489 ____________________________________________________________________________
36490 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
36491         Log: Make Time::HiRes::sleep() and usleep() to return
36492              the number of seconds (a floating point value) and 
36493              microseconds (an integer) actually slept (well,
36494              modulo the time spent in measuring the time actually
36495              slept...), to be a better drop-in replacement for
36496              the builtin sleep().  Noticed by Chris Nandor.
36497              
36498              Also make usleep() to croak if fed illegal number
36499              of useconds (anything greater than 1_000_000).
36500      Branch: perl
36501            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36502            ! ext/Time/HiRes/HiRes.xs
36503 ____________________________________________________________________________
36504 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
36505         Log: A missing SvREFCNT_dec.
36506      Branch: perl
36507            ! perl.c
36508 ____________________________________________________________________________
36509 [ 12447] By: nick                                  on 2001/10/15  20:27:53
36510         Log: Beginings of PerlIO_dup support (unstable)
36511      Branch: perlio
36512            ! perlio.c perliol.h
36513 ____________________________________________________________________________
36514 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
36515         Log: (retracted by #12497)
36516              In AIX vac 5 just can't seem to get regcomp right.
36517      Branch: perl
36518            ! hints/aix.sh
36519 ____________________________________________________________________________
36520 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
36521         Log: Bump the version number to agree with the maintperl one.
36522      Branch: perl
36523            ! lib/Tie/RefHash.pm
36524 ____________________________________________________________________________
36525 [ 12444] By: nick                                  on 2001/10/15  15:59:57
36526         Log: Integrate mainline
36527      Branch: perlio
36528           +> lib/Math/BigInt/t/Math/Subclass.pm
36529           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
36530           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
36531           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
36532           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
36533           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
36534           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
36535           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
36536           +> lib/unicore/mktables
36537            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
36538            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
36539            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
36540            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
36541            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
36542            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
36543            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
36544            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
36545            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
36546            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
36547            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
36548            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
36549            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
36550            - lib/unicore/syllables.txt
36551           !> (integrate 344 files)
36552 ____________________________________________________________________________
36553 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
36554         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
36555      Branch: perl
36556            ! ext/DB_File/DB_File.xs
36557 ____________________________________________________________________________
36558 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
36559         Log: Sync the skip() amounts with the number of tests.
36560      Branch: perl
36561            ! lib/Term/Complete.t
36562 ____________________________________________________________________________
36563 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
36564         Log: Update Changes.
36565      Branch: perl
36566            ! Changes patchlevel.h
36567 ____________________________________________________________________________
36568 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
36569         Log: MacOS Classic catdir() rewrite from Thomas Wegner
36570              (backward incompatibility, but a deliberate one,
36571              the old version simply is broken in its logic),
36572              also documentation updates, and as suggested replicated
36573              the File::Spec::Unix documentation updates also on the
36574              File::Spec documentation.
36575              
36576              TODO: there seems to be duplication of documentation
36577              between File::Spec and File::Spec::Unix.  I think
36578              the ::Unix should be left only with specific UNIXisms,
36579              and all the generic documentation should be in ::Spec.
36580      Branch: perl
36581            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
36582            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
36583            ! lib/File/Spec/Unix.pm
36584 ____________________________________________________________________________
36585 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
36586         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
36587              From: Blair Zajac <blair@orcaware.com>
36588              Date: Mon, 24 Sep 2001 11:48:58 -0700
36589              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
36590              
36591              (the skip() messages)
36592      Branch: perl
36593            ! t/op/magic.t
36594 ____________________________________________________________________________
36595 [ 12438] By: ams                                   on 2001/10/14  23:43:59
36596         Log: Subject: [PATCH] make PerlIO default on VMS
36597              From: "Craig A. Berry" <craigberry@mac.com>
36598              Date: Sun, 14 Oct 2001 15:27:18 -0500
36599              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
36600      Branch: perl
36601            ! configure.com
36602 ____________________________________________________________________________
36603 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
36604         Log: Retract #12436 (Abhijit already did this at #12426)
36605      Branch: perl
36606            ! lib/ExtUtils/MM_Unix.pm
36607 ____________________________________________________________________________
36608 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
36609         Log: (retracted by #12437)
36610              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
36611              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
36612              Date: Sat, 13 Oct 2001 20:33:55 +0200
36613              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
36614      Branch: perl
36615            ! lib/ExtUtils/MM_Unix.pm
36616 ____________________________________________________________________________
36617 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
36618         Log: Subject: h2xs grammar nit
36619              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36620              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
36621              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
36622      Branch: perl
36623            ! utils/h2xs.PL
36624 ____________________________________________________________________________
36625 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
36626         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
36627              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
36628              Date: Sun, 14 Oct 2001 11:25:08 +0100
36629              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
36630      Branch: perl
36631            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
36632            ! warnings.pl
36633 ____________________________________________________________________________
36634 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
36635         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
36636              for File::Spec::Mac::catfile)
36637      Branch: perl
36638            ! lib/h2xs.t
36639 ____________________________________________________________________________
36640 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
36641         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
36642              From: Nicholas Clark <nick@ccl4.org>
36643              Date: Sat, 13 Oct 2001 00:07:31 +0100
36644              Message-ID: <20011013000731.D67535@plum.flirble.org>
36645      Branch: perl
36646            ! lib/h2xs.t utils/h2xs.PL
36647 ____________________________________________________________________________
36648 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
36649         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
36650              before DEFINE and INC), and repent by taking DEFINE and
36651              INC away from PASTHRU.
36652      Branch: perl
36653            ! lib/ExtUtils/MM_Unix.pm
36654 ____________________________________________________________________________
36655 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
36656         Log: More MANIFEST anomalies.
36657      Branch: perl
36658            ! MANIFEST
36659 ____________________________________________________________________________
36660 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
36661         Log: Not that many.
36662      Branch: perl
36663            ! MANIFEST
36664 ____________________________________________________________________________
36665 [ 12428] By: sky                                   on 2001/10/13  20:59:27
36666         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
36667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36668              Date: Sat, 13 Oct 2001 23:15:55 +0200
36669              Message-ID: <20011013231555.A18071@rafael>
36670      Branch: perl
36671            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
36672            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
36673 ____________________________________________________________________________
36674 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
36675         Log: Rewrite mktables from scratch.
36676              - Cleaner.
36677              - Faster: 15-20 seconds as opposed to several minutes.
36678              - More dynamic: the names of the various categories
36679              such as the linebreak ones are dynamic, not static.
36680              - Is.pl: long names for the general category properties
36681              are now available.
36682              - Ranges (<... ,First>, <..., Last>) from the general
36683              categories work now.
36684              - No more mktables.PL because the mktables.PL is not
36685              and never has been run to create a mktables.
36686              - syllables.txt and Is/Syl*.pl removed: non-standard
36687              (not part of the Unicode), and the whole concept is
36688              being reworked (http://syllabary.sourceforge.net/),
36689              the old way wouldn't even work with the new Syllables.txt
36690              (it would result in 1000+ new categories)
36691      Branch: perl
36692            + lib/unicore/In/163.pl lib/unicore/In/164.pl
36693            + lib/unicore/In/165.pl lib/unicore/In/166.pl
36694            + lib/unicore/In/167.pl lib/unicore/In/168.pl
36695            + lib/unicore/In/169.pl lib/unicore/In/170.pl
36696            + lib/unicore/In/171.pl lib/unicore/Is.pl
36697            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
36698            + lib/unicore/mktables
36699            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
36700            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
36701            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
36702            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
36703            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
36704            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
36705            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
36706            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
36707            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
36708            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
36709            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
36710            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
36711            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
36712            - lib/unicore/syllables.txt
36713            ! (edit 304 files)
36714 ____________________________________________________________________________
36715 [ 12426] By: ams                                   on 2001/10/13  18:05:36
36716         Log: ExtUtils::MM_Unix should ignore comments when searching for
36717              $VERSION.
36718      Branch: perl
36719            ! lib/ExtUtils/MM_Unix.pm
36720 ____________________________________________________________________________
36721 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
36722         Log: Subject: Re: New module XML::Clean
36723              From: andreas.koenig@anima.de (Andreas J. Koenig)
36724              Date: 13 Oct 2001 10:17:09 +0200
36725              Message-ID: <m37ku0t0my.fsf@anima.de>
36726      Branch: perl
36727            ! pod/perlnewmod.pod
36728 ____________________________________________________________________________
36729 [ 12424] By: sky                                   on 2001/10/13  09:39:59
36730         Log: Set thread stack size if needed.
36731      Branch: perl
36732            ! ext/threads/threads.xs
36733 ____________________________________________________________________________
36734 [ 12423] By: sky                                   on 2001/10/13  09:36:49
36735         Log: We do want to set the attribute to joinable even on modern posix
36736              platforms.
36737      Branch: perl
36738            ! ext/threads/threads.xs
36739 ____________________________________________________________________________
36740 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
36741         Log: Subject: [PATCH ext/Data/Dumper.xs]
36742              From: Brian Ingerson <ingy@ttul.org>
36743              Date: Fri, 12 Oct 2001 19:32:35 -0700
36744              Message-ID: <20011012193235.B889@ttul.org>
36745      Branch: perl
36746            ! ext/Data/Dumper/Dumper.xs
36747 ____________________________________________________________________________
36748 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
36749         Log: Update Changes.
36750      Branch: perl
36751            ! Changes patchlevel.h
36752 ____________________________________________________________________________
36753 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
36754         Log: FAQ sync.
36755      Branch: perl
36756            ! pod/perlfaq3.pod pod/perlfaq4.pod
36757 ____________________________________________________________________________
36758 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
36759         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
36760              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
36761              Date: Fri, 12 Oct 2001 11:51:05 -0700
36762              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
36763      Branch: perl
36764            ! lib/File/Copy.pm
36765 ____________________________________________________________________________
36766 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
36767         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
36768              From: "chromatic" <chromatic@rmci.net>     
36769              Date: Thu, 11 Oct 2001 10:57:55 -0600
36770              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
36771              
36772              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
36773              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36774              Date: Thu, 11 Oct 2001 22:34:21 +0200
36775              Message-ID: <20011011223421.A693@rafael>     
36776              
36777              plus undef $Term::Complete::stty as suggested by Rafael.
36778      Branch: perl
36779            ! lib/Term/Complete.pm lib/Term/Complete.t
36780 ____________________________________________________________________________
36781 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
36782         Log: UUnndduupplleexx..
36783      Branch: perl
36784            ! perl.h
36785 ____________________________________________________________________________
36786 [ 12416] By: sky                                   on 2001/10/12  20:16:19
36787         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
36788              From: Andy Dougherty <doughera@lafayette.edu>
36789              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
36790              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
36791              (Potentially only band-aid)
36792      Branch: perl
36793            ! sv.c
36794 ____________________________________________________________________________
36795 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
36796         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
36797              mishandles kill(), and therefore the sigaction test
36798              should be skipped, from Charles Lane.
36799      Branch: perl
36800            ! ext/POSIX/t/sigaction.t
36801 ____________________________________________________________________________
36802 [ 12414] By: sky                                   on 2001/10/12  18:47:49
36803         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
36804      Branch: perl
36805            ! op.h
36806 ____________________________________________________________________________
36807 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
36808         Log: Upgrade to Math::BigInt 1.44 from Tels and
36809              further fixes from John Peacock.
36810      Branch: perl
36811            + lib/Math/BigInt/t/Math/Subclass.pm
36812            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
36813            + lib/Math/BigInt/t/subclass.t
36814            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
36815            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
36816            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
36817            ! lib/Math/BigInt/t/mbimbf.t
36818 ____________________________________________________________________________
36819 [ 12412] By: sky                                   on 2001/10/12  18:28:23
36820         Log: perhaps pthread_attr_t really needs to be set for the old api
36821      Branch: perl
36822            ! ext/threads/threads.xs
36823 ____________________________________________________________________________
36824 [ 12411] By: sky                                   on 2001/10/12  18:11:45
36825         Log: pthread_keycreate not pthread_key_create under the here be dragons API
36826      Branch: perl
36827            ! ext/threads/threads.h
36828 ____________________________________________________________________________
36829 [ 12410] By: sky                                   on 2001/10/12  18:07:37
36830         Log: Apperently OLD PTHREADS API is a bit retarded.
36831              This should fix another set of compile failures in HP-UX 10.20.
36832      Branch: perl
36833            ! ext/threads/threads.h ext/threads/threads.xs
36834 ____________________________________________________________________________
36835 [ 12409] By: nick                                  on 2001/10/12  15:30:01
36836         Log: Blind integrate of mainline
36837      Branch: perlio
36838           +> (branch 32 files)
36839            - lib/unicode/README
36840           !> (integrate 121 files)
36841 ____________________________________________________________________________
36842 [ 12408] By: sky                                   on 2001/10/12  14:55:08
36843         Log: Let us avoid being smart for now.
36844      Branch: perl
36845            ! ext/threads/threads.h
36846 ____________________________________________________________________________
36847 [ 12407] By: sky                                   on 2001/10/12  14:38:12
36848         Log: (void*) the argument to make sure we work with picky compilers
36849      Branch: perl
36850            ! ext/threads/threads.xs
36851 ____________________________________________________________________________
36852 [ 12406] By: ams                                   on 2001/10/12  13:26:04
36853         Log: (replaced with #12600)
36854              
36855              Subject: [PATCH 5.6.1 perldoc] use File::Temp
36856              From: Mikhail Zabaluev <mhz@alt-linux.org>
36857              Date: Fri, 12 Oct 2001 12:47:47 +0400
36858              Message-Id: <20011012124747.E13918@localhost.localdomain>
36859      Branch: perl
36860            ! utils/perldoc.PL
36861 ____________________________________________________________________________
36862 [ 12405] By: ams                                   on 2001/10/12  13:05:32
36863         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
36864              From: andreas.koenig@anima.de (Andreas J. Koenig)
36865              Date: 12 Oct 2001 11:12:07 +0200
36866              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
36867      Branch: perl
36868            ! lib/Memoize/t/speed.t
36869 ____________________________________________________________________________
36870 [ 12404] By: sky                                   on 2001/10/12  12:46:15
36871         Log: A) Support OLD_PTHREADS_API
36872              B) Change from using pthread_t to using a TLS to store the
36873              index of the thread in an hash, this is to avoid problems when
36874              in fact pthread_t was not a seralizable type.
36875              Both these changes are because of HP-UX 10.20
36876              This has not been tested on win32 but should work there.
36877              Need to add support for NetWare.
36878      Branch: perl
36879            ! ext/threads/threads.h ext/threads/threads.xs
36880 ____________________________________________________________________________
36881 [ 12403] By: ams                                   on 2001/10/12  07:34:19
36882         Log: Subject: Re: New module XML::Clean
36883              From: andreas.koenig@anima.de (Andreas J. Koenig)
36884              Date: 12 Oct 2001 10:20:35 +0200
36885              Message-Id: <m3elo9uv58.fsf@anima.de>
36886      Branch: perl
36887            ! pod/perlnewmod.pod
36888 ____________________________________________________________________________
36889 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
36890         Log: More HP model tweaks from Merijn.
36891      Branch: perl
36892            ! README.hpux
36893 ____________________________________________________________________________
36894 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
36895         Log: Update Changes.
36896      Branch: perl
36897            ! Changes patchlevel.h
36898 ____________________________________________________________________________
36899 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
36900         Log: HP-UX update from H.Merijn Brand.
36901      Branch: perl
36902            ! README.hpux
36903 ____________________________________________________________________________
36904 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
36905         Log: Subject: [PATCH] fix link rot in README.vms
36906              From: "Craig A. Berry" <craigberry@mac.com>
36907              Date: Wed, 10 Oct 2001 17:17:00 -0500
36908              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
36909      Branch: perl
36910            ! README.vms
36911 ____________________________________________________________________________
36912 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
36913         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
36914              From: "chromatic" <chromatic@rmci.net>
36915              Date: Wed, 10 Oct 2001 15:50:30 -0600
36916              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
36917      Branch: perl
36918            ! lib/Term/Complete.t
36919 ____________________________________________________________________________
36920 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
36921         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
36922              From: "chromatic" <chromatic@rmci.net>
36923              Date: Wed, 10 Oct 2001 15:45:42 -0600
36924              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
36925      Branch: perl
36926            + lib/ExtUtils/Packlist.t
36927            ! MANIFEST
36928 ____________________________________________________________________________
36929 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
36930         Log: VMS needs quotes around the -I option to keep it from
36931              being downcased, from Charles Lane.
36932      Branch: perl
36933            ! t/run/kill_perl.t
36934 ____________________________________________________________________________
36935 [ 12395] By: ams                                   on 2001/10/10  16:22:32
36936         Log: Subject: [PATCH lib/FindBin.pm]
36937              From: Stas Bekman <stas@stason.org>
36938              Date: Tue, 09 Oct 2001 23:57:10 +0800
36939              Message-Id: <3BC31E56.60805@stason.org>
36940      Branch: perl
36941            ! lib/FindBin.pm
36942 ____________________________________________________________________________
36943 [ 12394] By: ams                                   on 2001/10/10  16:09:53
36944         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
36945              From: Abhijit Menon-Sen <ams@wiw.org>
36946              Date: Wed, 10 Oct 2001 21:59:33 +0530
36947              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
36948      Branch: perl
36949            ! ext/Data/Dumper/Dumper.xs
36950 ____________________________________________________________________________
36951 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
36952         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
36953              from Charles Lane.
36954      Branch: perl
36955            ! lib/File/Spec/VMS.pm
36956 ____________________________________________________________________________
36957 [ 12392] By: ams                                   on 2001/10/10  14:49:43
36958         Log: Subject: [PATCH] two s/// bugfixes
36959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36960              Date: Wed, 10 Oct 2001 17:23:44 +0200
36961              Message-Id: <20011010172344.C22440@rafael>
36962      Branch: perl
36963            ! pp_ctl.c regexec.c t/op/subst.t
36964 ____________________________________________________________________________
36965 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
36966         Log: Fix/improve handling of the [000000] special "root"
36967              directory, by putting cwd in canonical form when doing
36968              abs2rel, and prepending a 000000 to directory "chunks"
36969              if missing from base or path.  Also adjust test to
36970              reflect the (improved) output from abs2rel.
36971              From Charles Lane.
36972      Branch: perl
36973            ! lib/File/Spec.t lib/File/Spec/VMS.pm
36974 ____________________________________________________________________________
36975 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
36976         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
36977              all of the extra VMSish attributes (such as "treat this logical
36978              as a device name") that are necessary to make programs run.
36979              A tainted %ENV does not hinder VMS.  From Charles Lane.
36980      Branch: perl
36981            ! lib/File/Find/t/taint.t
36982 ____________________________________________________________________________
36983 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
36984         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
36985              
36986              o  VMS is case-insensitive, RTL downcases filenames read
36987              by perl... so need to re-upcase filenames like MANIFEST
36988              and MANIFEST.SKIP
36989              
36990              o  Need to convert VMS-style to Unix-style filenames when comparing
36991              names in MANIFEST to names in filesystem.
36992              
36993              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
36994              since VMS won't let you (easily) delete non-empty directories.
36995              
36996              From Charles Lane.
36997      Branch: perl
36998            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
36999 ____________________________________________________________________________
37000 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
37001         Log: Unix and VMS agree on "*" as a "match any number of any chars"
37002              wildcards, but differ ("?"  vs.  "%") for their "match any single
37003              char" wildcard.  This patch changes "?"  chars to "%" before doing a
37004              VMS glob...at no loss of functionality, since "?"  isn't a valid
37005              filename char on VMS.  From Charles Lane.
37006      Branch: perl
37007            ! doio.c
37008 ____________________________________________________________________________
37009 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
37010         Log: (accidentally empty submit; new life as #12390)
37011      Branch: perl
37012            ! lib/File/Find/t/taint.t
37013 ____________________________________________________________________________
37014 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
37015         Log: Even more VMS tweakage from Charles Lane:
37016              
37017              Tweak #1:  splitdir only works on directory part of filespec,
37018              split off volume first
37019              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
37020              (it's a horrible kludge in the run-time library,
37021              improved in later versions). Check the
37022              $Config{'d_setenv'} flag before attempting to set it.
37023      Branch: perl
37024            ! t/op/chdir.t
37025 ____________________________________________________________________________
37026 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
37027         Log: VMS tweakage from Charles Lane.
37028              
37029              . command.com doubles an output line when prompting for extensions
37030              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
37031              . perl5db doesn't clean up after itself
37032      Branch: perl
37033            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
37034 ____________________________________________________________________________
37035 [ 12384] By: sky                                   on 2001/10/09  19:16:11
37036         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
37037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37038              Date: Tue, 9 Oct 2001 22:10:26 +0200
37039              Message-ID: <20011009221026.A8579@rafael>
37040      Branch: perl
37041            ! pod/perldata.pod
37042 ____________________________________________________________________________
37043 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
37044         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
37045              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
37046              Date: 9 Oct 2001 15:15:06 -0000
37047              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
37048      Branch: perl
37049            ! t/op/subst.t
37050 ____________________________________________________________________________
37051 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
37052         Log: Update Changes.
37053      Branch: perl
37054            ! Changes patchlevel.h
37055 ____________________________________________________________________________
37056 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
37057         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
37058              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
37059              when a NULL is passed for the filename string pointer.
37060              From Charles Lane.
37061      Branch: perl
37062            ! vms/vms.c
37063 ____________________________________________________________________________
37064 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
37065         Log: Subject: HP systems update
37066              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37067              Date: Tue, 09 Oct 2001 15:59:22 +0200
37068              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
37069      Branch: perl
37070            ! README.hpux
37071 ____________________________________________________________________________
37072 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
37073         Log: CPAN::Nox does now have a test.
37074      Branch: perl
37075            ! t/lib/1_compile.t
37076 ____________________________________________________________________________
37077 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
37078         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
37079              From: David Dyck <dcd@tc.fluke.com>
37080              Date: Mon, 1 Oct 2001 12:17:36 -0700
37081              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
37082      Branch: perl
37083            ! installperl
37084 ____________________________________________________________________________
37085 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
37086         Log: NetWare update from Ananth Kesari.
37087      Branch: perl
37088            ! NetWare/nwperlsys.h makedef.pl
37089 ____________________________________________________________________________
37090 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
37091         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
37092              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37093              Date: Tue, 9 Oct 2001 08:40:57 EDT
37094              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
37095      Branch: perl
37096            ! lib/File/Find/t/find.t
37097 ____________________________________________________________________________
37098 [ 12374] By: ams                                   on 2001/10/09  05:31:45
37099         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
37100              ExtUtils::Mkbootstrap
37101              From: "chromatic" <chromatic@rmci.net>
37102              Date: Tue, 09 Oct 2001 00:08:37 -0600
37103              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
37104      Branch: perl
37105            + lib/ExtUtils/Mkbootstrap.t
37106            ! MANIFEST
37107 ____________________________________________________________________________
37108 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
37109         Log: Enable more debugging.
37110      Branch: perl
37111            ! lib/utf8_heavy.pl
37112 ____________________________________________________________________________
37113 [ 12372] By: ams                                   on 2001/10/09  02:11:59
37114         Log: #12370 forgot to modify is_gv_magical().
37115      Branch: perl
37116            ! gv.c
37117 ____________________________________________________________________________
37118 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
37119         Log: Make the toupper/lower/title API for Unicode not right
37120              but at least less wrong: prepare for the mapping being
37121              more than just one-character-to-one-character.
37122      Branch: perl
37123            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
37124            ! regexec.c utf8.c
37125 ____________________________________________________________________________
37126 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
37127         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
37128              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
37129              Date: Mon, 8 Oct 2001 22:18:23 -0400
37130              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
37131      Branch: perl
37132            ! pod/perlvar.pod t/op/taint.t
37133 ____________________________________________________________________________
37134 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
37135         Log: FAQ sync.
37136      Branch: perl
37137            ! pod/perlfaq3.pod pod/perlfaq4.pod
37138 ____________________________________________________________________________
37139 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
37140         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
37141              From: "chromatic" <chromatic@rmci.net>
37142              Date: Mon, 08 Oct 2001 14:05:32 -0600
37143              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
37144      Branch: perl
37145            ! lib/Term/Cap.t
37146 ____________________________________________________________________________
37147 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
37148         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
37149              From: Michael G Schwern <schwern@pobox.com>
37150              Date: Mon, 8 Oct 2001 17:00:14 -0400
37151              Message-ID: <20011008170014.L17083@blackrider>
37152      Branch: perl
37153            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
37154 ____________________________________________________________________________
37155 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
37156         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
37157              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37158              Date: Mon, 8 Oct 2001 16:01:33 EDT
37159              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
37160      Branch: perl
37161            ! ext/Time/HiRes/HiRes.xs
37162 ____________________________________________________________________________
37163 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
37164         Log: Subject: [PATCH] Autosplit patch for VMS
37165              From: "Craig A. Berry" <craigberry@mac.com>
37166              Date: Mon, 08 Oct 2001 15:40:43 -0500
37167              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
37168      Branch: perl
37169            ! lib/AutoSplit.pm lib/AutoSplit.t
37170 ____________________________________________________________________________
37171 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
37172         Log: Don't assume that everybody is running OS X 10.1 yet;
37173              from Kay Röpke.
37174      Branch: perl
37175            ! hints/darwin.sh
37176 ____________________________________________________________________________
37177 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
37178         Log: Update Changes.
37179      Branch: perl
37180            ! Changes patchlevel.h
37181 ____________________________________________________________________________
37182 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
37183         Log: Retract #12358 for now.
37184      Branch: perl
37185            ! lib/Term/Cap.t
37186 ____________________________________________________________________________
37187 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
37188         Log: Can't figure out what this is testing.
37189              (If it is trying to catch SIGKILL, it should stop
37190              trying because that is by definition impossible.)
37191      Branch: perl
37192            ! lib/sigtrap.t
37193 ____________________________________________________________________________
37194 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
37195         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
37196              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37197              Date: Sun, 30 Sep 2001 21:15:13 +0200
37198              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
37199      Branch: perl
37200            ! lib/ExtUtils/MM_Win32.pm
37201 ____________________________________________________________________________
37202 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
37203         Log: Clarify the ldlibpth part and condense the overall text.
37204      Branch: perl
37205            ! t/TEST
37206 ____________________________________________________________________________
37207 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
37208         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
37209              From: "chromatic" <chromatic@rmci.net>
37210              Date: Sun, 07 Oct 2001 16:59:26 -0600
37211              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
37212      Branch: perl
37213            ! lib/Term/Cap.t
37214 ____________________________________________________________________________
37215 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
37216         Log: Update the list because fo #12265.
37217      Branch: perl
37218            ! t/lib/1_compile.t
37219 ____________________________________________________________________________
37220 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
37221         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
37222              From: Nicholas Clark <nick@ccl4.org>
37223              Date: Sun, 7 Oct 2001 20:53:33 +0100
37224              Message-ID: <20011007205333.S38756@plum.flirble.org>   
37225      Branch: perl
37226            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
37227            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
37228            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
37229            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
37230            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
37231            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
37232            ! lib/Switch/t/switch.t lib/Term/Complete.t
37233            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
37234            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
37235            ! t/op/my_stash.t
37236 ____________________________________________________________________________
37237 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
37238         Log: Integrate patch #12350 from maintperl; typo in
37239              IO::Seekable doc.
37240      Branch: perl
37241           !> ext/IO/lib/IO/Seekable.pm
37242 ____________________________________________________________________________
37243 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
37244         Log: Detypo.
37245      Branch: perl
37246            ! hints/darwin.sh
37247 ____________________________________________________________________________
37248 [ 12353] By: sky                                   on 2001/10/07  17:16:14
37249         Log: Change 12349 didn't really get it right.
37250      Branch: perl
37251            ! lib/Unicode/README
37252 ____________________________________________________________________________
37253 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
37254         Log: If running the harness the dynamic library search path
37255              may need setting.
37256      Branch: perl
37257            ! t/TEST
37258 ____________________________________________________________________________
37259 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
37260         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
37261              in ldflags.
37262      Branch: perl
37263            ! hints/darwin.sh
37264 ____________________________________________________________________________
37265 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
37266         Log: typo in IO::Seekable doc
37267      Branch: maint-5.6/perl
37268            ! ext/IO/lib/IO/Seekable.pm
37269 ____________________________________________________________________________
37270 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
37271         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
37272              doesn't work on Mac OS X 10.1 (when unpacking the tar the
37273              latter gets renamed as lib/unicode:1, assumedly for security
37274              reasons not to overwrite stuff)
37275      Branch: perl
37276            + lib/Unicode/README
37277            - lib/unicode/README
37278            ! MANIFEST
37279 ____________________________________________________________________________
37280 [ 12348] By: ams                                   on 2001/10/07  05:33:40
37281         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
37282              From: "chromatic" <chromatic@rmci.net>
37283              Date: Sat, 06 Oct 2001 21:42:03 -0600
37284              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
37285      Branch: perl
37286            + lib/CPAN/t/Nox.t
37287            ! MANIFEST
37288 ____________________________________________________________________________
37289 [ 12347] By: ams                                   on 2001/10/07  00:48:10
37290         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
37291              From: "chromatic" <chromatic@rmci.net>
37292              Date: Sat, 06 Oct 2001 18:52:10 -0600
37293              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
37294      Branch: perl
37295            + lib/sigtrap.t
37296            ! MANIFEST
37297 ____________________________________________________________________________
37298 [ 12346] By: ams                                   on 2001/10/06  23:14:01
37299         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
37300              h2xs write?)
37301              From: Nicholas Clark <nick@ccl4.org>
37302              Date: Sat, 6 Oct 2001 21:46:43 +0100
37303              Message-Id: <20011006214643.L38756@plum.flirble.org>
37304      Branch: perl
37305            ! utils/h2xs.PL
37306 ____________________________________________________________________________
37307 [ 12345] By: ams                                   on 2001/10/06  17:39:53
37308         Log: Subject: [PATCH] Memoize tests
37309              From: Nicholas Clark <nick@ccl4.org>
37310              Date: Sat, 6 Oct 2001 18:04:21 +0100
37311              Message-Id: <20011006180421.J38756@plum.flirble.org>
37312      Branch: perl
37313            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
37314            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
37315            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
37316            ! lib/Memoize/t/expire_module_n.t
37317            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
37318            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
37319            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
37320            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
37321            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
37322            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
37323 ____________________________________________________________________________
37324 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
37325         Log: Retract the latter part of #12343.
37326      Branch: perl
37327            ! ext/IO/lib/IO/Socket/INET.pm
37328 ____________________________________________________________________________
37329 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
37330         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
37331              From: David Dyck <dcd@tc.fluke.com>
37332              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
37333              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
37334              
37335              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
37336              From: David Dyck <dcd@tc.fluke.com>
37337              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
37338              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
37339      Branch: perl
37340            ! ext/IO/lib/IO/Socket/INET.pm
37341 ____________________________________________________________________________
37342 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
37343         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
37344              From: Robin Barker <rmb1@cise.npl.co.uk>
37345              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
37346              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
37347      Branch: perl
37348            ! t/TEST
37349 ____________________________________________________________________________
37350 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
37351         Log: Don't assume that %x is good for displaying UVs.
37352      Branch: perl
37353            ! dump.c
37354 ____________________________________________________________________________
37355 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
37356         Log: Update Changes.
37357      Branch: perl
37358            ! Changes patchlevel.h
37359 ____________________________________________________________________________
37360 [ 12339] By: ams                                   on 2001/10/05  10:22:34
37361         Log: Subject: [PATCH] perlfunc/select
37362              From: Nicholas Clark <nick@ccl4.org>
37363              Date: Fri, 5 Oct 2001 11:33:58 +0100
37364              Message-Id: <20011005113358.Z38756@plum.flirble.org>
37365      Branch: perl
37366            ! pod/perlfunc.pod
37367 ____________________________________________________________________________
37368 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
37369         Log: Retract #12313 and #12249.
37370      Branch: perl
37371            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
37372            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
37373            ! pod/perlebcdic.pod
37374 ____________________________________________________________________________
37375 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
37376         Log: Subject: [PATCH] perlvms.pod update
37377              From: "Craig A. Berry" <craigberry@mac.com>
37378              Date: Thu, 04 Oct 2001 12:55:52 -0500
37379              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
37380      Branch: perl
37381            ! vms/perlvms.pod
37382 ____________________________________________________________________________
37383 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
37384         Log: Subject: PATCH: Tie::SubstrHash
37385              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37386              Date: Thu, 04 Oct 2001 12:12:41 +0100
37387              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
37388      Branch: perl
37389            ! lib/Tie/SubstrHash.pm
37390 ____________________________________________________________________________
37391 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
37392         Log: Unicode properties saga continues.
37393      Branch: perl
37394            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
37395            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
37396 ____________________________________________________________________________
37397 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
37398         Log: Yet more Unicode properties.
37399      Branch: perl
37400            + lib/unicore/In/137.pl lib/unicore/In/138.pl
37401            + lib/unicore/In/139.pl lib/unicore/In/140.pl
37402            + lib/unicore/In/141.pl lib/unicore/In/142.pl
37403            + lib/unicore/In/143.pl lib/unicore/In/144.pl
37404            + lib/unicore/In/145.pl lib/unicore/In/146.pl
37405            + lib/unicore/In/147.pl lib/unicore/In/148.pl
37406            + lib/unicore/In/149.pl lib/unicore/In/150.pl
37407            + lib/unicore/In/151.pl lib/unicore/In/152.pl
37408            + lib/unicore/In/153.pl lib/unicore/In/154.pl
37409            + lib/unicore/In/155.pl lib/unicore/In/156.pl
37410            + lib/unicore/In/157.pl lib/unicore/In/158.pl
37411            + lib/unicore/In/159.pl lib/unicore/In/160.pl
37412            + lib/unicore/In/161.pl lib/unicore/In/162.pl
37413            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
37414            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
37415            ! pod/perlunicode.pod
37416 ____________________________________________________________________________
37417 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
37418         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
37419              From: "Craig A. Berry" <craigberry@mac.com>
37420              Date: Wed, 03 Oct 2001 17:45:25 -0500
37421              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
37422              
37423              (the lib/Term/Complete.t patched differently by #12332)
37424      Branch: perl
37425            ! lib/ExtUtils/Command.t
37426 ____________________________________________________________________________
37427 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
37428         Log: Restore only if something to restore.
37429      Branch: perl
37430            ! lib/Term/Complete.t
37431 ____________________________________________________________________________
37432 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
37433         Log: Update various resources for credits,
37434              minor icons fixes, and versions.
37435      Branch: maint-5.6/macperl
37436            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
37437            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
37438            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
37439 ____________________________________________________________________________
37440 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
37441         Log: Quiet the warnings about using undef value
37442      Branch: maint-5.6/macperl
37443            ! lib/File/Temp.pm
37444 ____________________________________________________________________________
37445 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
37446         Log: Fix up Ballon Help and Help menu docs (first pass);
37447              remove balloon rez file, and autogenerate with
37448              Balloon2Rez instead.
37449      Branch: maint-5.6/macperl
37450            + macos/macperl/macscripts/Balloon2Rez
37451            - macos/macperl/MPBalloons.r
37452            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
37453 ____________________________________________________________________________
37454 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
37455         Log: Allow overriding of defaults, for change #12327.
37456      Branch: maint-5.6/macperl
37457            ! perl.h
37458 ____________________________________________________________________________
37459 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
37460         Log: Override PerlProc_exit.
37461      Branch: maint-5.6/macperl
37462            ! macos/macish.h
37463 ____________________________________________________________________________
37464 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
37465         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
37466      Branch: maint-5.6/macperl
37467            + macos/bundled_lib/blib/lib/MD5.pm
37468            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
37469            + macos/lib/Mac/AETE/Dialect.pm
37470            + macos/lib/Mac/AETE/Format/Converter.pm
37471            + macos/lib/Mac/AETE/Format/Dictionary.pm
37472            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
37473            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
37474            + macos/lib/Mac/Toolbox.pod
37475            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
37476 ____________________________________________________________________________
37477 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
37478         Log: Sync up silly CVS headers ... I should commit CVS
37479              first to avoid this ...
37480      Branch: maint-5.6/macperl
37481            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
37482            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
37483            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
37484            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
37485 ____________________________________________________________________________
37486 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
37487         Log: Fix Matthias' address, and attributions.
37488      Branch: maint-5.6/macperl
37489            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
37490            ! pod/perlport.pod
37491 ____________________________________________________________________________
37492 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
37493         Log: Fix Matthias' address, and attributions.
37494      Branch: maint-5.6/macperl
37495            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
37496            ! macos/ext/Mac/Components/Components.pm
37497            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
37498            ! macos/ext/Mac/Dialogs/Dialogs.pm
37499            ! macos/ext/Mac/Events/Events.pm
37500            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
37501            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
37502            ! macos/ext/Mac/Gestalt/Gestalt.pm
37503            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
37504            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
37505            ! macos/ext/Mac/Menus/Menus.pm
37506            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
37507            ! macos/ext/Mac/Movies/Movies.pm
37508            ! macos/ext/Mac/Navigation/Navigation.pm
37509            ! macos/ext/Mac/Notification/Notification.pm
37510            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
37511            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
37512            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
37513            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
37514            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
37515            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
37516            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
37517            ! macos/ext/Mac/StandardFile/StandardFile.pm
37518            ! macos/ext/Mac/TextEdit/TextEdit.pm
37519            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
37520            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
37521            ! macos/lib/Mac/LowMem.pm
37522 ____________________________________________________________________________
37523 [ 12322] By: sky                                   on 2001/10/03  18:41:07
37524         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
37525              From: "Craig A. Berry" <craigberry@mac.com>
37526              Date: Wed, 03 Oct 2001 14:30:55 -0500
37527              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
37528      Branch: perl
37529            ! vms/vms.c
37530 ____________________________________________________________________________
37531 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
37532         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
37533              From: "Craig A. Berry" <craigberry@mac.com>
37534              Date: Wed, 03 Oct 2001 14:30:55 -0500
37535              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
37536      Branch: perl
37537            ! vms/vms.c
37538 ____________________________________________________________________________
37539 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
37540         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
37541              only IsL&) and Inherited (negative lookahead good);
37542              add tests for Common, Inherited, and L&.
37543      Branch: perl
37544            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
37545 ____________________________________________________________________________
37546 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
37547         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
37548              (The Unicode standard uses L& quite often.)
37549      Branch: perl
37550            ! lib/utf8_heavy.pl
37551 ____________________________________________________________________________
37552 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
37553         Log: Add the 'Common' Unicode property (code points not
37554              explicitly assigned to any other script).
37555      Branch: perl
37556            + lib/unicore/In/136.pl
37557            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
37558 ____________________________________________________________________________
37559 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
37560         Log: Skip the RV printing test under threads until fixed.
37561      Branch: perl
37562            ! ext/B/t/terse.t
37563 ____________________________________________________________________________
37564 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
37565         Log: Subject: 12309 / cygwin / win2k
37566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37567              Date: Wed, 03 Oct 2001 15:25:15 +0200
37568              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
37569      Branch: perl
37570            ! makedef.pl
37571 ____________________________________________________________________________
37572 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
37573         Log: Metaconfig unit change for #12314.
37574      Branch: metaconfig
37575            ! U/modified/Head.U
37576 ____________________________________________________________________________
37577 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
37578         Log: Subject: Both cygwin and djgpp on one machine
37579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37580              Date: Wed, 03 Oct 2001 15:02:59 +0200
37581              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
37582      Branch: perl
37583            ! Configure
37584 ____________________________________________________________________________
37585 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
37586         Log: (retracted by #12338)
37587              
37588              Subject: [PATCH] Code clean up for perlboot.pod
37589              From: Casey West <casey@geeknest.com>
37590              Date: Tue, 2 Oct 2001 19:24:43 -0400
37591              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
37592              
37593              Subject: [PATCH] Code clean up for perlbot.diff
37594              From: Casey West <casey@geeknest.com>
37595              Date: Tue, 2 Oct 2001 19:25:22 -0400
37596              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
37597              
37598              Subject: [PATCH] Code clean up for perlcall.pod
37599              From: Casey West <casey@geeknest.com>
37600              Date: Tue, 2 Oct 2001 19:25:57 -0400
37601              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
37602              
37603              Subject: [PATCH] Code clean up for perldata.pod
37604              From: Casey West <casey@geeknest.com>
37605              Date: Tue, 2 Oct 2001 19:26:29 -0400
37606              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
37607              
37608              Subject: [PATCH] Code clean up for perldbmfilter.pod
37609              From: Casey West <casey@geeknest.com>
37610              Date: Tue, 2 Oct 2001 19:26:59 -0400
37611              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
37612              
37613              Subject: [PATCH] Code clean up for perlebcdic.pod
37614              From: Casey West <casey@geeknest.com>
37615              Date: Tue, 2 Oct 2001 19:27:37 -0400
37616              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
37617      Branch: perl
37618            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
37619            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
37620 ____________________________________________________________________________
37621 [ 12312] By: ams                                   on 2001/10/02  23:43:55
37622         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
37623              From: Michael G Schwern <schwern@pobox.com>
37624              Date: Tue, 2 Oct 2001 17:00:49 -0400
37625              Message-Id: <20011002170049.A9955@blackrider>
37626      Branch: perl
37627            ! lib/ExtUtils/MakeMaker.pm
37628 ____________________________________________________________________________
37629 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
37630         Log: FAQ sync.
37631      Branch: perl
37632            ! pod/perlfaq3.pod
37633 ____________________________________________________________________________
37634 [ 12310] By: nick                                  on 2001/10/02  16:09:49
37635         Log: Integrate mainline
37636      Branch: perlio
37637           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
37638           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
37639           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
37640           !> patchlevel.h t/op/pat.t
37641 ____________________________________________________________________________
37642 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
37643         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
37644              not just one single space.
37645      Branch: perl
37646            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
37647 ____________________________________________________________________________
37648 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
37649         Log: AUTHORS updates.
37650      Branch: perl
37651            ! AUTHORS
37652 ____________________________________________________________________________
37653 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
37654         Log: Update Changes.
37655      Branch: perl
37656            ! Changes patchlevel.h
37657 ____________________________________________________________________________
37658 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
37659         Log: Work around old buggy glibcs for langinfo constants,
37660              from Nicholas Clark and David Dyck.
37661      Branch: perl
37662            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
37663 ____________________________________________________________________________
37664 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
37665         Log: Eradicate Time::Piece; add an example.
37666      Branch: perl
37667            ! ext/I18N/Langinfo/Langinfo.pm
37668 ____________________________________________________________________________
37669 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
37670         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
37671              From: Robert Spier <rspier@pobox.com>
37672              Date: Mon, 1 Oct 2001 23:20:16 -0700
37673              Message-ID: <15289.23712.422087.878224@rls.cx>
37674      Branch: perl
37675            ! lib/Pod/Html.pm
37676 ____________________________________________________________________________
37677 [ 12303] By: sky                                   on 2001/10/02  10:40:57
37678         Log: Fixes obscure bug that manifests itself by.
37679              local $!=0;undef*STDOUT;#segfaults
37680              Has been around for a while. Possible other magic IO vars are
37681              possibly affected as well. Reported by Jos Boumans.
37682      Branch: perl
37683            ! mg.c
37684 ____________________________________________________________________________
37685 [ 12302] By: nick                                  on 2001/10/02  09:00:52
37686         Log: Integrate mainline
37687      Branch: perlio
37688           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
37689           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
37690           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
37691 ____________________________________________________________________________
37692 [ 12301] By: nick                                  on 2001/10/02  08:40:57
37693         Log: Integrate mainline + lib/open.t patch from Chromatic
37694      Branch: perlio
37695           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
37696            ! lib/open.t
37697           !> (integrate 29 files)
37698 ____________________________________________________________________________
37699 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
37700         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
37701              Until it has, better stop early if someone requests threads.
37702      Branch: perl
37703            ! hints/darwin.sh
37704 ____________________________________________________________________________
37705 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
37706         Log: Subject: [ID 20011001.011] redundant code in t/TEST
37707              From: David Dyck <dcd@tc.fluke.com>
37708              Date: Mon, 1 Oct 2001 12:56:24 -0700
37709              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
37710      Branch: perl
37711            ! t/TEST
37712 ____________________________________________________________________________
37713 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
37714         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
37715              From: "chromatic" <chromatic@rmci.net>
37716              Date: Mon, 01 Oct 2001 12:27:12 -0600
37717              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
37718      Branch: perl
37719            ! lib/Term/Cap.t
37720 ____________________________________________________________________________
37721 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
37722         Log: UNICOS testing patches from Nicholas Clark.
37723      Branch: perl
37724            ! t/op/arith.t t/op/pack.t
37725 ____________________________________________________________________________
37726 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
37727         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
37728              From: "chromatic" <chromatic@rmci.net>
37729              Date: Mon, 01 Oct 2001 10:21:51 -0600
37730              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
37731      Branch: perl
37732            ! lib/open.t
37733 ____________________________________________________________________________
37734 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
37735         Log: Make missing the RADIXCHAR a softer, gentler error.
37736      Branch: perl
37737            ! ext/I18N/Langinfo/Langinfo.t
37738 ____________________________________________________________________________
37739 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
37740         Log: Nuke also the LANG because of glibc.
37741      Branch: perl
37742            ! lib/open.t
37743 ____________________________________________________________________________
37744 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
37745         Log: Also the ^Is is optional.
37746      Branch: perl
37747            ! pod/perlunicode.pod t/op/pat.t
37748 ____________________________________________________________________________
37749 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
37750         Log: Be careful to pull chars from the varargs stack when
37751              formatting chars.
37752      Branch: perl
37753            ! regcomp.c
37754 ____________________________________________________________________________
37755 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
37756         Log: sortsv not in place anymore, noticed by John P. Linderman.
37757      Branch: perl
37758            ! pod/perlapi.pod pp_ctl.c
37759 ____________________________________________________________________________
37760 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
37761         Log: Make the diagnostic messages more neutral.
37762      Branch: perl
37763            ! ext/B/t/terse.t
37764 ____________________________________________________________________________
37765 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
37766         Log: Forgotten from #12288.
37767      Branch: perl
37768            ! ext/Data/Dumper/Dumper.pm
37769 ____________________________________________________________________________
37770 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
37771         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
37772              From: Brian Ingerson <ingy@ttul.org>
37773              Date: Sun, 30 Sep 2001 21:45:56 -0700
37774              Message-ID: <20010930214556.D26392@ttul.org>
37775              
37776              (remember also the #12289)
37777      Branch: perl
37778            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
37779 ____________________________________________________________________________
37780 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
37781         Log: More Unicode property tests for the abbreviated
37782              general properties.
37783      Branch: perl
37784            ! t/op/pat.t
37785 ____________________________________________________________________________
37786 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
37787         Log: Further tweaks to the Unicode properties.
37788      Branch: perl
37789            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
37790 ____________________________________________________________________________
37791 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
37792         Log: Retract #12284.
37793      Branch: perl
37794            ! lib/Term/Cap.t
37795 ____________________________________________________________________________
37796 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
37797         Log: (Retracted by #12285)
37798      Branch: perl
37799            ! lib/Term/Cap.t
37800 ____________________________________________________________________________
37801 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
37802         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
37803              From: "chromatic" <chromatic@rmci.net>  
37804              Date: Sun, 30 Sep 2001 16:10:02 -0600
37805              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
37806      Branch: perl
37807            + lib/Term/Cap.t
37808            ! MANIFEST
37809 ____________________________________________________________________________
37810 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
37811         Log: Use stty -g to restore the terminal state, do not even
37812              try to run the tests if stty -g is not available.
37813      Branch: perl
37814            ! lib/Term/Complete.t
37815 ____________________________________________________________________________
37816 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
37817         Log: Cleanup utf8_heavy; allow dropping the In prefix from
37818              Unicode script/block properties.
37819      Branch: perl
37820            ! lib/utf8_heavy.pl
37821 ____________________________________________________________________________
37822 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
37823         Log: Retract the #12259 for now.
37824      Branch: perl
37825            ! embed.h embed.pl sv.h
37826 ____________________________________________________________________________
37827 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
37828         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
37829      Branch: perl
37830            + lib/Text/TabsWrap/CHANGELOG
37831            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
37832 ____________________________________________________________________________
37833 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
37834         Log: #12272 wasn't right, it introduced an extra ().
37835      Branch: perl
37836            ! lib/utf8_heavy.pl
37837 ____________________________________________________________________________
37838 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
37839         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
37840              From: Jonathan Stowe <gellyfish@gellyfish.com>
37841              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
37842              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
37843      Branch: perl
37844            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
37845 ____________________________________________________________________________
37846 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
37847         Log: Subject: Patch to put qsortsv in the public API
37848              From: Brian Ingerson <ingy@ttul.org>
37849              Date: Sat, 29 Sep 2001 17:41:13 -0700
37850              Message-ID: <20010929174113.A30223@ttul.org>
37851      Branch: perl
37852            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
37853 ____________________________________________________________________________
37854 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
37855         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
37856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37857              Date: Sat, 29 Sep 2001 23:54:48 +0200
37858              Message-ID: <20010929235448.A5017@rafael>
37859      Branch: perl
37860            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
37861 ____________________________________________________________________________
37862 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
37863         Log: FAQ sync.
37864      Branch: perl
37865            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37866            ! pod/perlfaq9.pod
37867 ____________________________________________________________________________
37868 [ 12273] By: bailey                                on 2001/09/29  23:43:46
37869         Log: Resync with mainline
37870      Branch: vmsperl
37871           +> (branch 1207 files)
37872            - (delete 324 files)
37873           !> (integrate 866 files)
37874 ____________________________________________________________________________
37875 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
37876         Log: Nasty recursion trap if one would match Unicode.
37877      Branch: perl
37878            ! lib/utf8_heavy.pl
37879 ____________________________________________________________________________
37880 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
37881         Log: More Unicode todo.
37882      Branch: perl
37883            ! pod/perltodo.pod
37884 ____________________________________________________________________________
37885 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
37886         Log: Explain a bit the new more flexible \p\P syntax.
37887      Branch: perl
37888            ! pod/perlunicode.pod
37889 ____________________________________________________________________________
37890 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
37891         Log: More leniency to the \p and \P: now can have whitespace
37892              between the property definition and the curlies; now can
37893              invert the property by having a caret between the open
37894              curly and the property.
37895      Branch: perl
37896            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
37897 ____________________________________________________________________________
37898 [ 12268] By: nick                                  on 2001/09/29  17:39:26
37899         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
37900              one test (lib/open.t) fails
37901      Branch: perlio
37902           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
37903           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
37904           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
37905           +> lib/Tie/Scalar.t lib/open.t
37906            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
37907            - ext/B/Stash.t
37908           !> (integrate 62 files)
37909 ____________________________________________________________________________
37910 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
37911         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
37912      Branch: perl
37913            ! t/op/chdir.t
37914 ____________________________________________________________________________
37915 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
37916         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
37917              From: "Craig A. Berry" <craigberry@mac.com> 
37918              Date: Sat, 29 Sep 2001 09:35:33 -0500
37919              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
37920      Branch: perl
37921            ! t/op/chdir.t
37922 ____________________________________________________________________________
37923 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
37924         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
37925              From: "chromatic" <chromatic@rmci.net>
37926              Date: Fri, 28 Sep 2001 21:20:12 -0600
37927              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
37928      Branch: perl
37929            + lib/Tie/Scalar.t
37930            ! MANIFEST lib/Tie/Scalar.pm
37931 ____________________________________________________________________________
37932 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
37933         Log: Allow for more flexibility in the \p{In...} names, now
37934              case doesn't matter, and any space or dash can be
37935              matched by any space, dash, underbar, or empty.
37936              (may be going too far on leniency)
37937      Branch: perl
37938            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
37939            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
37940            ! t/op/pat.t
37941 ____________________________________________________________________________
37942 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
37943         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
37944              From: "chromatic" <chromatic@rmci.net>
37945              Date: Fri, 28 Sep 2001 17:39:50 -0600
37946              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
37947      Branch: perl
37948            + lib/open.t
37949            ! MANIFEST
37950 ____________________________________________________________________________
37951 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
37952         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
37953              From: "Craig A. Berry" <craigberry@mac.com>
37954              Date: Fri, 28 Sep 2001 16:24:51 -0500
37955              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
37956      Branch: perl
37957            ! ext/File/Glob/t/basic.t
37958 ____________________________________________________________________________
37959 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
37960         Log: Subject: [DOC PATCH] Carp.pm pod typo
37961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37962              Date: Fri, 28 Sep 2001 23:14:51 +0200
37963              Message-ID: <20010928231451.E16889@rafael>
37964      Branch: perl
37965            ! lib/Carp.pm
37966 ____________________________________________________________________________
37967 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
37968         Log: Subject: [PATCH] Allow an @INC hook to set %INC
37969              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37970              Date: Fri, 28 Sep 2001 22:18:13 +0200
37971              Message-ID: <20010928221813.A16889@rafael>
37972      Branch: perl
37973            ! pp_ctl.c
37974 ____________________________________________________________________________
37975 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
37976         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
37977              From: Nicholas Clark <nick@ccl4.org>
37978              Date: Fri, 28 Sep 2001 23:39:33 +0100
37979              Message-ID: <20010928233933.C23673@plum.flirble.org>
37980      Branch: perl
37981            ! embed.h embed.pl sv.h
37982 ____________________________________________________________________________
37983 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
37984         Log: Update Changes.
37985      Branch: perl
37986            ! Changes patchlevel.h
37987 ____________________________________________________________________________
37988 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
37989         Log: Move the B tests to B/t.
37990      Branch: perl
37991            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
37992            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
37993            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
37994            - ext/B/Showlex.t ext/B/Stash.t
37995            ! MANIFEST
37996 ____________________________________________________________________________
37997 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
37998         Log: Forgot from #12254.
37999      Branch: perl
38000            + ext/B/B/Terse.t
38001 ____________________________________________________________________________
38002 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
38003         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
38004              From: "chromatic" <chromatic@rmci.net>
38005              Date: Thu, 27 Sep 2001 23:22:17 -0600
38006              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
38007      Branch: perl
38008            ! MANIFEST
38009 ____________________________________________________________________________
38010 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
38011         Log: Test numbering mismatch.
38012      Branch: perl
38013            ! t/op/chdir.t
38014 ____________________________________________________________________________
38015 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
38016         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
38017              From: "Craig A. Berry" <craigberry@mac.com>
38018              Date: Wed, 26 Sep 2001 17:43:14 -0500
38019              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
38020      Branch: perl
38021            ! iperlsys.h t/op/chdir.t
38022 ____________________________________________________________________________
38023 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
38024         Log: Subject: [PATCH gv.c] make __ANON__ global
38025              From: Robin Barker <rmb1@cise.npl.co.uk>
38026              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
38027              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
38028      Branch: perl
38029            ! gv.c t/op/anonsub.t t/op/runlevel.t
38030 ____________________________________________________________________________
38031 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
38032         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
38033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38034              Date: Thu, 27 Sep 2001 22:34:32 +0200
38035              Message-ID: <20010927223432.A1485@rafael>
38036      Branch: perl
38037            ! ext/B/B/Terse.pm
38038 ____________________________________________________________________________
38039 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
38040         Log: (retracted by #12338)
38041              
38042              Subject: [PATCH] Cleanup of perldsc.pod      
38043              From: Casey West <casey@geeknest.com>
38044              Date: Thu, 27 Sep 2001 11:13:17 -0400
38045              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
38046      Branch: perl
38047            ! pod/perldsc.pod
38048 ____________________________________________________________________________
38049 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
38050         Log: Not everyone is using ithreads...
38051      Branch: perl
38052            ! ext/Devel/Peek/Peek.t
38053 ____________________________________________________________________________
38054 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
38055         Log: Document the nss_delete core dump workaround for HP-UX
38056              and Solaris, bug IDs 20010805.018 and 20010629.004.
38057      Branch: perl
38058            ! README.hpux README.solaris
38059 ____________________________________________________________________________
38060 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
38061         Log: Dump Unicode hash keys also as Unicode,
38062              not just as a byte string.
38063      Branch: perl
38064            ! dump.c ext/Devel/Peek/Peek.t
38065 ____________________________________________________________________________
38066 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
38067         Log: Integrate changes #12241 and #12242 from macperl:
38068              
38069              Remove unneeded disabling of umask() calls
38070              
38071              Note (get|set)sockopt are available.
38072      Branch: perl
38073           !> lib/File/Temp.pm pod/perlport.pod
38074 ____________________________________________________________________________
38075 [ 12244] By: sky                                   on 2001/09/27  08:53:00
38076         Log: Flush buffers on thread closedown.
38077      Branch: perl
38078            ! ext/threads/threads.xs
38079 ____________________________________________________________________________
38080 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
38081         Log: Dump SvUTF8(sv)s also as \x{...}.
38082              
38083              TODO: dump the SvUTF8() hash keys similarly. 
38084      Branch: perl
38085            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
38086 ____________________________________________________________________________
38087 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
38088         Log: Note (get|set)sockopt are available.
38089      Branch: maint-5.6/macperl
38090            ! pod/perlport.pod
38091 ____________________________________________________________________________
38092 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
38093         Log: Remove unneeded disabling of umask() calls
38094      Branch: maint-5.6/macperl
38095            ! lib/File/Temp.pm
38096 ____________________________________________________________________________
38097 [ 12240] By: sky                                   on 2001/09/26  18:44:56
38098         Log: Documention update
38099      Branch: perl
38100            ! ext/threads/threads.pm
38101 ____________________________________________________________________________
38102 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
38103         Log: Update Changes.
38104      Branch: perl
38105            ! Changes patchlevel.h
38106 ____________________________________________________________________________
38107 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
38108         Log: Check that all environment variables are tainted.
38109      Branch: perl
38110            ! t/op/taint.t
38111 ____________________________________________________________________________
38112 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
38113         Log: Manual integration error in #12235.
38114      Branch: perl
38115            ! lib/File/DosGlob.t
38116 ____________________________________________________________________________
38117 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
38118         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
38119              From: "chromatic" <chromatic@rmci.net>
38120              Date: Tue, 25 Sep 2001 23:57:07 -0600
38121              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
38122      Branch: perl
38123            ! perlio.c
38124 ____________________________________________________________________________
38125 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
38126         Log: Integrate macperl changes from Chris Nandor:
38127              12192 11817 11815 11813 11778 11775
38128              
38129              Update CPAN.pm to work with new Mac::BuildTools instead
38130              of ExtUtils::MM_MacOS "orphan" functions
38131              
38132              Fix test
38133              
38134              Make syntax check report in MPW style, fix tests
38135              to use Mac::err=unix to get normal-style error
38136              messages.
38137              
38138              More module and test ports from Thomas Wegner et al
38139              
38140              Fix open of /dev/null for Mac OS
38141              
38142              Allow for platforms to override formatting of errors
38143              on output from Matthias Neeracher (core files)
38144      Branch: perl
38145            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
38146            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
38147            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
38148           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
38149           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
38150           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
38151 ____________________________________________________________________________
38152 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
38153         Log: grrr.
38154      Branch: perl
38155            ! t/op/gv.t
38156 ____________________________________________________________________________
38157 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
38158         Log: Retract #12232.
38159      Branch: perl
38160            ! t/op/gv.t
38161 ____________________________________________________________________________
38162 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
38163         Log: (Retracted by #12233.)
38164      Branch: perl
38165            ! t/op/gv.t
38166 ____________________________________________________________________________
38167 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
38168         Log: Detypo.
38169      Branch: perl
38170            ! ext/Encode/Makefile.PL
38171 ____________________________________________________________________________
38172 [ 12230] By: sky                                   on 2001/09/26  11:36:23
38173         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
38174              We are using a "delay" here because we do not want to depend on thread synchronization issues.
38175      Branch: perl
38176            + ext/threads/t/stress_cv.t
38177            ! MANIFEST ext/threads/t/stress_string.t
38178 ____________________________________________________________________________
38179 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
38180         Log: NetWare tweak from Ananth Kesari.
38181      Branch: perl
38182            ! NetWare/t/Readme.txt
38183 ____________________________________________________________________________
38184 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
38185         Log: Trick to fool case-blind filesystems.
38186      Branch: perl
38187            ! ext/Encode/Makefile.PL
38188 ____________________________________________________________________________
38189 [ 12227] By: sky                                   on 2001/09/26  11:06:50
38190         Log: Threads can start executing in a different order than they were
38191              created.... so we cannot ok() inside the threadstarter.
38192      Branch: perl
38193            ! ext/threads/t/stress_string.t
38194 ____________________________________________________________________________
38195 [ 12226] By: sky                                   on 2001/09/26  07:41:45
38196         Log: Add in stress_string.t to stress test threads a bit more.
38197      Branch: perl
38198            + ext/threads/t/stress_string.t
38199            ! MANIFEST
38200 ____________________________________________________________________________
38201 [ 12225] By: sky                                   on 2001/09/26  07:04:21
38202         Log: Fix negative refcount introduced by #12223.
38203      Branch: perl
38204            ! ext/threads/threads.xs
38205 ____________________________________________________________________________
38206 [ 12224] By: sky                                   on 2001/09/26  06:57:58
38207         Log: Update documentation to match change #12223
38208      Branch: perl
38209            ! sharedsv.c
38210 ____________________________________________________________________________
38211 [ 12223] By: sky                                   on 2001/09/26  06:54:32
38212         Log: Use a separate interpreter for the sharedsv space. Another
38213              negative sv leak. Sigh.
38214      Branch: perl
38215            ! sharedsv.c
38216 ____________________________________________________________________________
38217 [ 12222] By: sky                                   on 2001/09/26  05:58:35
38218         Log: Do the environ assignment in perl_contruct to match perl_destruct.
38219              Now we don't need to perl_parse/perl_run. However environ is a
38220              global....
38221      Branch: perl
38222            ! perl.c
38223 ____________________________________________________________________________
38224 [ 12221] By: sky                                   on 2001/09/26  05:41:02
38225         Log: Move the creation of PL_strtab to perl_construct so we can work
38226              with HV and HEs without running perl_parse.
38227      Branch: perl
38228            ! perl.c
38229 ____________________________________________________________________________
38230 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
38231         Log: integrate macperl changes into maint-5.6
38232      Branch: maint-5.6/perl
38233           !> (integrate 26 files)
38234 ____________________________________________________________________________
38235 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
38236         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
38237              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
38238      Branch: maint-5.6/macperl
38239            ! macos/ext/Mac/Fonts/Fonts.xs
38240            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
38241 ____________________________________________________________________________
38242 [ 12218] By: ams                                   on 2001/09/25  23:31:33
38243         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
38244              From: Nicholas Clark <nick@ccl4.org>
38245              Date: Wed, 26 Sep 2001 01:20:20 +0100
38246              Message-Id: <20010926012020.B48092@plum.flirble.org>
38247      Branch: perl
38248            ! lib/AutoSplit.t
38249 ____________________________________________________________________________
38250 [ 12217] By: ams                                   on 2001/09/25  22:33:05
38251         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
38252              From: "Craig A. Berry" <craigberry@mac.com>
38253              Date: Tue, 25 Sep 2001 18:08:42 -0500
38254              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
38255      Branch: perl
38256            ! vms/vms.c
38257 ____________________________________________________________________________
38258 [ 12216] By: ams                                   on 2001/09/25  21:41:01
38259         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
38260              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
38261              From: Michael G Schwern <schwern@pobox.com>
38262              Date: Wed, 26 Sep 2001 00:38:21 -0400
38263              Message-Id: <20010926003821.A627@blackrider>
38264      Branch: perl
38265            ! lib/AutoSplit.t
38266 ____________________________________________________________________________
38267 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
38268         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
38269              From: Michael G Schwern <schwern@pobox.com>
38270              Date: Tue, 25 Sep 2001 17:43:49 -0400
38271              Message-ID: <20010925174349.B19534@blackrider>
38272      Branch: perl
38273            ! lib/Test/Simple.pm lib/Test/Utils.pm
38274 ____________________________________________________________________________
38275 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
38276         Log: Integrate changes from bleadperl.
38277      Branch: maint-5.6/macperl
38278           !> pod/perlport.pod
38279 ____________________________________________________________________________
38280 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
38281         Log: skip($mess) should result in one skip.
38282      Branch: perl
38283            ! t/test.pl
38284 ____________________________________________________________________________
38285 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
38286         Log: Integrate change #12200 from maintperl.
38287      Branch: maint-5.6/macperl
38288           !> win32/perlhost.h
38289 ____________________________________________________________________________
38290 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
38291         Log: Fix file types to "apple"
38292      Branch: maint-5.6/macperl
38293            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
38294            ! macos/ext/Mac/SAT/t/Collision.rsrc
38295 ____________________________________________________________________________
38296 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
38297         Log: Fix rsrc file as snd file; fix path in t file.
38298      Branch: maint-5.6/macperl
38299            ! macos/ext/Mac/Notification/t/Notification.rsrc
38300            ! macos/ext/Mac/Notification/t/Notification.t
38301 ____________________________________________________________________________
38302 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
38303         Log: Sync up with File::Find from bleadperl.
38304      Branch: maint-5.6/macperl
38305            ! lib/File/Find.pm t/lib/filefind-taint.t
38306 ____________________________________________________________________________
38307 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
38308         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
38309              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
38310              of hundreds)
38311      Branch: maint-5.6/macperl
38312            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
38313            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
38314            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
38315 ____________________________________________________________________________
38316 [ 12207] By: nick                                  on 2001/09/25  19:04:36
38317         Log: Integrate mainline (untested while modem is up)
38318      Branch: perlio
38319           +> lib/AutoSplit.t t/test.pl
38320            - lib/warnings/register.t
38321           !> (integrate 28 files)
38322 ____________________________________________________________________________
38323 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
38324         Log: perldiag entry for #12205.
38325      Branch: perl
38326            ! pod/perldiag.pod
38327 ____________________________________________________________________________
38328 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
38329         Log: Subject: [PATCH] warning on v-string in use/require
38330              From: John Peacock <jpeacock@rowman.com>
38331              Date: Mon, 24 Sep 2001 17:29:03 -0400
38332              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
38333      Branch: perl
38334            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
38335 ____________________________________________________________________________
38336 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
38337         Log: perltooc et al updates.
38338      Branch: perl
38339            ! plan9/mkfile pod/roffitall
38340 ____________________________________________________________________________
38341 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
38342         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
38343              From: Michael G Schwern <schwern@pobox.com>
38344              Date: Sun, 23 Sep 2001 00:07:12 -0400
38345              Message-ID: <20010923000712.A7005@blackrider>
38346      Branch: perl
38347            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
38348 ____________________________________________________________________________
38349 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
38350         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
38351              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38352              Date: Wed, 26 Sep 2001 01:25:10 +0900
38353              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
38354      Branch: perl
38355            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
38356            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
38357            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
38358 ____________________________________________________________________________
38359 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
38360         Log: Integrate change #12200 from maintperl;
38361              on windows, virtualized environment could propagate deleted variables
38362              into children if they happen to be at the very end of the table
38363      Branch: perl
38364           !> win32/perlhost.h
38365 ____________________________________________________________________________
38366 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
38367         Log: on windows, virtualized environment could propagate deleted variables
38368              into children if they happen to be at the very end of the table
38369              (thanks for succinct test case from Johan Holmberg, and fix from
38370              Doug Lankshear)
38371      Branch: maint-5.6/perl
38372            ! win32/perlhost.h
38373 ____________________________________________________________________________
38374 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
38375         Log: avoid the use of ftime() (it does a useless, potentially
38376              expensive call to GetTimeZoneInformation()); this potentially
38377              also results in three more digits of precision from
38378              Time::HiRes::time()
38379      Branch: perl
38380            ! ext/Time/HiRes/HiRes.xs
38381 ____________________________________________________________________________
38382 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
38383         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
38384              
38385              Note: io/binmode is failing, have to figure out why.
38386      Branch: perl
38387            + t/test.pl
38388            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
38389            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
38390            ! t/run/exit.t
38391 ____________________________________________________________________________
38392 [ 12197] By: ams                                   on 2001/09/25  13:48:55
38393         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
38394              From: Nicholas Clark <nick@ccl4.org>
38395              Date: Tue, 25 Sep 2001 00:37:40 +0100
38396              Message-Id: <20010925003740.S4971@plum.flirble.org>
38397              (Further changes expected.)
38398      Branch: perl
38399            + lib/AutoSplit.t
38400            ! MANIFEST
38401 ____________________________________________________________________________
38402 [ 12196] By: sky                                   on 2001/09/25  13:37:12
38403         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
38404              _ftime to try and be more robust.
38405      Branch: perl
38406            ! ext/Time/HiRes/HiRes.xs
38407 ____________________________________________________________________________
38408 [ 12194] By: ams                                   on 2001/09/25  11:40:00
38409         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
38410              From: "Craig A. Berry" <craigberry@mac.com>
38411              Date: Mon, 24 Sep 2001 17:54:20 -0500
38412              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
38413      Branch: perl
38414            ! vms/descrip_mms.template
38415 ____________________________________________________________________________
38416 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
38417         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
38418              not working, cursor not spinning (Bug #422129); external
38419              editor problems (Bug #456329); escape/cmd-. not activating
38420              "Cancel" in Save dialog box (Bug #446960); Runtimes not
38421              executing on launch (Bug #464441).
38422      Branch: maint-5.6/macperl
38423            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
38424            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
38425            ! macos/macperl/MacPerl.r
38426 ____________________________________________________________________________
38427 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
38428         Log: Update CPAN.pm to work with new Mac::BuildTools instead
38429              of ExtUtils::MM_MacOS "orphan" functions
38430      Branch: maint-5.6/macperl
38431            ! lib/CPAN.pm
38432 ____________________________________________________________________________
38433 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
38434         Log: Fix up another xsubpp problem (Matthias Neeracher)
38435      Branch: maint-5.6/macperl
38436            ! macos/xsubpp
38437 ____________________________________________________________________________
38438 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
38439         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
38440      Branch: maint-5.6/macperl
38441            ! macos/lib/ExtUtils/MM_MacOS.pm
38442 ____________________________________________________________________________
38443 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
38444         Log: Fix up Makefiles for more Mac:: modules (and prepare for
38445              static build ...?)
38446      Branch: maint-5.6/macperl
38447            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
38448            ! macos/macperl/Makefile.mk
38449 ____________________________________________________________________________
38450 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
38451         Log: Fix up tests
38452      Branch: maint-5.6/macperl
38453            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
38454 ____________________________________________________________________________
38455 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
38456         Log: Make malloc smarter, fix bugs.  (Bug #404030)
38457      Branch: maint-5.6/macperl
38458            ! macos/icemalloc.c macos/icemalloc.h
38459 ____________________________________________________________________________
38460 [ 12186] By: nick                                  on 2001/09/24  19:18:17
38461         Log: Integrate mainline
38462      Branch: perlio
38463           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
38464           +> lib/filetest.t
38465           !> (integrate 30 files)
38466 ____________________________________________________________________________
38467 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
38468         Log: Retract #12136, the warnings::register is already
38469              tested by t/lib/warnings/9enabled, as pointed out
38470              by Paul Marquess.
38471      Branch: perl
38472            - lib/warnings/register.t
38473            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
38474 ____________________________________________________________________________
38475 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
38476         Log: fix Time::HiRes implementation of gettimeofday() on windows
38477              (HiRes.t#14 now passes)
38478      Branch: perl
38479            ! ext/Time/HiRes/HiRes.xs
38480 ____________________________________________________________________________
38481 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
38482         Log: File::Spec::catfile() canonifies everything to blackslashes on
38483              windows :-(
38484      Branch: perl
38485            ! lib/ExtUtils/Manifest.t
38486 ____________________________________________________________________________
38487 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
38488         Log: test number mismatch
38489      Branch: perl
38490            ! t/op/magic.t
38491 ____________________________________________________________________________
38492 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
38493         Log: ok().
38494      Branch: perl
38495            ! t/op/pack.t
38496 ____________________________________________________________________________
38497 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
38498         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
38499              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38500      Branch: perl
38501            ! pp_pack.c t/op/pack.t
38502 ____________________________________________________________________________
38503 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
38504         Log: Update Changes.
38505      Branch: perl
38506            ! Changes patchlevel.h
38507 ____________________________________________________________________________
38508 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
38509         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
38510              From: Michael G Schwern <schwern@pobox.com>
38511              Date: Mon, 24 Sep 2001 11:12:13 -0400
38512              Message-ID: <20010924111213.G27885@blackrider>
38513      Branch: perl
38514            ! lib/ExtUtils/Manifest.pm
38515 ____________________________________________________________________________
38516 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
38517         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
38518              From: Michael G Schwern <schwern@pobox.com> 
38519              Date: Mon, 24 Sep 2001 11:02:07 -0400
38520              Message-ID: <20010924110207.E27885@blackrider>
38521      Branch: perl
38522            ! vms/test.com
38523 ____________________________________________________________________________
38524 [ 12176] By: ams                                   on 2001/09/24  14:01:59
38525         Log: Update Changes.
38526      Branch: perl
38527            ! Changes
38528 ____________________________________________________________________________
38529 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
38530         Log: Various cleanups.
38531      Branch: perl
38532            ! ext/threads/Makefile.PL ext/threads/threads.xs
38533 ____________________________________________________________________________
38534 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
38535         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
38536      Branch: maint-5.6/macperl
38537           !> (integrate 33 files)
38538 ____________________________________________________________________________
38539 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
38540         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
38541              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38542              Date: Mon, 24 Sep 2001 20:04:58 +0900
38543              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
38544      Branch: perl
38545            ! ext/Encode/Encode/gb2312.enc
38546 ____________________________________________________________________________
38547 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
38548         Log: Clarifying comment to #12164.
38549      Branch: perl
38550            ! lib/Cwd.pm
38551 ____________________________________________________________________________
38552 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
38553         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
38554              From: Nicholas Clark <nick@ccl4.org>
38555              Date: Sun, 23 Sep 2001 23:00:56 +0100
38556              Message-ID: <20010923230055.Y4971@plum.flirble.org>
38557              
38558              (with "sample_constants" changed to "fallback")
38559      Branch: perl
38560            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
38561            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
38562            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
38563            ! lib/h2xs.t utils/h2xs.PL
38564 ____________________________________________________________________________
38565 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
38566         Log: Metaconfig unit change for #12167.
38567      Branch: metaconfig
38568            ! U/modified/Cppsym.U
38569 ____________________________________________________________________________
38570 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
38571         Log: Add a few glibc cpp symbols to probe for.
38572      Branch: perl
38573            ! Configure
38574 ____________________________________________________________________________
38575 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
38576         Log: DJGPP tweaks for Laszlo Molnar.
38577      Branch: perl
38578            ! djgpp/djgppsed.sh dosish.h
38579 ____________________________________________________________________________
38580 [ 12165] By: ams                                   on 2001/09/24  10:07:08
38581         Log: Subject: [PATCH t/op/inccode.t] More tests
38582              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38583              Date: 24 Sep 2001 10:01:44 -0000
38584              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
38585      Branch: perl
38586            ! t/op/inccode.t
38587 ____________________________________________________________________________
38588 [ 12164] By: ams                                   on 2001/09/24  09:43:29
38589         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
38590              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
38591              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
38592              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
38593      Branch: perl
38594            ! lib/Cwd.pm
38595 ____________________________________________________________________________
38596 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
38597         Log: 1_compile updates.
38598      Branch: perl
38599            ! t/lib/1_compile.t
38600 ____________________________________________________________________________
38601 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
38602         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
38603              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38604              Date: Wed, 19 Sep 2001 22:47:14 +0200
38605              Message-ID: <20010919224714.A6382@rafael>
38606      Branch: perl
38607            ! pod/perlvar.pod pp_ctl.c
38608 ____________________________________________________________________________
38609 [ 12161] By: ams                                   on 2001/09/23  17:40:02
38610         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
38611              filetest Pragma
38612              From: "chromatic" <chromatic@rmci.net>
38613              Date: Sun, 23 Sep 2001 12:07:25 -0600
38614              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
38615      Branch: perl
38616            + lib/filetest.t
38617            ! MANIFEST t/lib/1_compile.t
38618 ____________________________________________________________________________
38619 [ 12160] By: ams                                   on 2001/09/23  16:32:11
38620         Log: Additional minor chdir() tweak.
38621      Branch: perl
38622            ! pod/perlfunc.pod
38623 ____________________________________________________________________________
38624 [ 12159] By: ams                                   on 2001/09/23  16:25:01
38625         Log: Subject: PATCH lib/ExtUtils/Command.t
38626              From: Abe Timmerman <abe@ztreet.demon.nl>
38627              Date: Sun, 23 Sep 2001 19:11:44 +0200
38628              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
38629      Branch: perl
38630            ! lib/ExtUtils/Command.t
38631 ____________________________________________________________________________
38632 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
38633         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
38634              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
38635              Date: Sun, 23 Sep 2001 02:02:26 +0200
38636              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
38637      Branch: perl
38638            ! makedef.pl
38639 ____________________________________________________________________________
38640 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
38641         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
38642              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
38643              Date: Sat, 22 Sep 2001 12:54:39 -0500
38644              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
38645      Branch: perl
38646            ! t/op/study.t
38647 ____________________________________________________________________________
38648 [ 12156] By: nick                                  on 2001/09/23  07:48:44
38649         Log: Integrate mainline
38650      Branch: perlio
38651            - check83.pl
38652           !> ext/Encode/Encode/2022-cn.enc
38653 ____________________________________________________________________________
38654 [ 12155] By: nick                                  on 2001/09/23  07:48:01
38655         Log: Integrate mainline
38656      Branch: perlio
38657           +> (branch 64 files)
38658            - ext/Encode/Encode/cns11643-1.enc
38659            - ext/Encode/Encode/cns11643-2.enc
38660            - ext/Encode/Encode/iso2022-cn.enc
38661            - ext/Encode/Encode/iso2022-jp.enc
38662            - ext/Encode/Encode/iso2022-jp1.enc
38663            - ext/Encode/Encode/iso2022-jp2.enc
38664            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38665            - ext/Encode/Encode/iso8859-1.enc
38666            - ext/Encode/Encode/iso8859-1.ucm
38667            - ext/Encode/Encode/iso8859-10.enc
38668            - ext/Encode/Encode/iso8859-10.ucm
38669            - ext/Encode/Encode/iso8859-13.enc
38670            - ext/Encode/Encode/iso8859-13.ucm
38671            - ext/Encode/Encode/iso8859-14.enc
38672            - ext/Encode/Encode/iso8859-14.ucm
38673            - ext/Encode/Encode/iso8859-15.enc
38674            - ext/Encode/Encode/iso8859-15.ucm
38675            - ext/Encode/Encode/iso8859-16.enc
38676            - ext/Encode/Encode/iso8859-16.ucm
38677            - ext/Encode/Encode/iso8859-2.enc
38678            - ext/Encode/Encode/iso8859-2.ucm
38679            - ext/Encode/Encode/iso8859-3.enc
38680            - ext/Encode/Encode/iso8859-3.ucm
38681            - ext/Encode/Encode/iso8859-4.enc
38682            - ext/Encode/Encode/iso8859-4.ucm
38683            - ext/Encode/Encode/iso8859-5.enc
38684            - ext/Encode/Encode/iso8859-5.ucm
38685            - ext/Encode/Encode/iso8859-6.enc
38686            - ext/Encode/Encode/iso8859-6.ucm
38687            - ext/Encode/Encode/iso8859-7.enc
38688            - ext/Encode/Encode/iso8859-7.ucm
38689            - ext/Encode/Encode/iso8859-8.enc
38690            - ext/Encode/Encode/iso8859-8.ucm
38691            - ext/Encode/Encode/iso8859-9.enc
38692            - ext/Encode/Encode/iso8859-9.ucm
38693            - ext/Encode/Encode/isoir-197.enc
38694            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
38695            - t/lib/sample-tests/header_at_end
38696            - t/lib/sample-tests/header_at_end_fail
38697           !> (integrate 174 files)
38698 ____________________________________________________________________________
38699 [ 12154] By: ams                                   on 2001/09/23  07:11:46
38700         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
38701              by Blair Zajac.
38702      Branch: perl
38703            ! pod/perlfunc.pod
38704 ____________________________________________________________________________
38705 [ 12153] By: ams                                   on 2001/09/23  06:56:32
38706         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
38707              Forgotten deprecation of *glob{FILEHANDLE}?
38708              From: "chromatic" <chromatic@rmci.net>
38709              Date: Sat, 22 Sep 2001 21:27:56 -0600
38710              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
38711      Branch: perl
38712            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
38713 ____________________________________________________________________________
38714 [ 12152] By: ams                                   on 2001/09/23  06:42:58
38715         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
38716              From: Michael G Schwern <schwern@pobox.com>
38717              Date: Sun, 23 Sep 2001 03:34:39 -0400
38718              Message-Id: <20010923033439.E7005@blackrider>
38719      Branch: perl
38720            ! lib/File/Find.pm
38721 ____________________________________________________________________________
38722 [ 12151] By: ams                                   on 2001/09/23  06:37:57
38723         Log: Subject: Re: t/op/magic.t missing tests on Win32
38724              From: Michael G Schwern <schwern@pobox.com>
38725              Date: Sat, 22 Sep 2001 20:29:09 -0400
38726              Message-Id: <20010922202909.I18223@blackrider>
38727      Branch: perl
38728            ! t/op/magic.t
38729 ____________________________________________________________________________
38730 [ 12150] By: ams                                   on 2001/09/23  06:36:26
38731         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
38732              Dumpvalue.pm
38733              From: "chromatic" <chromatic@rmci.net>
38734              Date: Sat, 22 Sep 2001 19:41:31 -0600
38735              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
38736      Branch: perl
38737            + lib/Dumpvalue.t
38738            ! MANIFEST lib/Dumpvalue.pm
38739 ____________________________________________________________________________
38740 [ 12149] By: ams                                   on 2001/09/23  06:25:35
38741         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
38742              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38743              Date: Sun, 23 Sep 2001 15:27:56 +0900
38744              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
38745      Branch: perl
38746            ! ext/Encode/Encode/2022-cn.enc
38747 ____________________________________________________________________________
38748 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
38749         Log: Manual eror in #12147.
38750      Branch: perl
38751            ! win32/win32.c
38752 ____________________________________________________________________________
38753 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
38754         Log: Integrate change #12146 from maintperl;
38755              win32_chdir() et al don't handle a NULL argument gracefully
38756      Branch: perl
38757           !> win32/perlhost.h win32/win32.c
38758 ____________________________________________________________________________
38759 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
38760         Log: win32_chdir() et al don't handle a NULL argument gracefully
38761      Branch: maint-5.6/perl
38762            ! win32/perlhost.h win32/win32.c
38763 ____________________________________________________________________________
38764 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
38765         Log: typo in change#12026
38766      Branch: maint-5.6/perl
38767            ! op.c
38768 ____________________________________________________________________________
38769 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
38770         Log: Subject: [PATCH] Re: scalar context unpack bugs
38771              From: Nicholas Clark <nick@ccl4.org>
38772              Date: Sat, 22 Sep 2001 23:07:56 +0100
38773              Message-ID: <20010922230755.O4971@plum.flirble.org>
38774      Branch: perl
38775            ! pp_pack.c t/op/pack.t
38776 ____________________________________________________________________________
38777 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
38778         Log: Try ExtUtils::Command.t everywhere, not just on Win32
38779              (as suggested by NI-S).  Also allow running it either
38780              in t/ or in the main directory.
38781      Branch: perl
38782            ! lib/ExtUtils/Command.t
38783 ____________________________________________________________________________
38784 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
38785         Log: Update the test on warnings/register.t.
38786      Branch: perl
38787            ! t/lib/1_compile.t
38788 ____________________________________________________________________________
38789 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
38790         Log: The code is now almost tidy enough to keep the IRIX cc happy.
38791      Branch: perl
38792            ! hints/irix_6.sh
38793 ____________________________________________________________________________
38794 [ 12140] By: ams                                   on 2001/09/22  17:26:32
38795         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
38796              use_ithreads
38797              From: "Craig A. Berry" <craigberry@mac.com>
38798              Date: Sat, 22 Sep 2001 13:15:32 -0500
38799              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
38800      Branch: perl
38801            ! configure.com
38802 ____________________________________________________________________________
38803 [ 12139] By: ams                                   on 2001/09/22  16:44:08
38804         Log: Do what perl_clone() does for sharedsv functions.
38805      Branch: perl
38806            ! embed.pl proto.h
38807 ____________________________________________________________________________
38808 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
38809         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
38810              (suggested by Sarathy, extensions shouldn't be dabbling with
38811              op structures, so binary backward compatibility should not be
38812              an issue.)
38813      Branch: perl
38814            ! hints/irix_6.sh op.h
38815 ____________________________________________________________________________
38816 [ 12137] By: ams                                   on 2001/09/22  16:21:05
38817         Log: More cleanups. (What's PERL_DECL_PROT?)
38818      Branch: perl
38819            ! embed.pl proto.h sharedsv.h
38820 ____________________________________________________________________________
38821 [ 12136] By: ams                                   on 2001/09/22  15:14:34
38822         Log: (Retracted by #12185)
38823              
38824              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
38825              Add Tests for warnings::register, Doc Update
38826              From: "chromatic" <chromatic@rmci.net>
38827              Date: Sat, 22 Sep 2001 09:43:20 -0600
38828              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
38829      Branch: perl
38830            + lib/warnings/register.t
38831            ! MANIFEST lib/warnings/register.pm
38832 ____________________________________________________________________________
38833 [ 12135] By: ams                                   on 2001/09/22  15:07:50
38834         Log: `@foo' should be @foo for consistency.
38835      Branch: perl
38836            ! pod/perldiag.pod
38837 ____________________________________________________________________________
38838 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
38839         Log: (Retracted by #12138)
38840              
38841              Add -woff (turn warning off) 3187:
38842              "A pointer is converted to a smaller integer."
38843              This happens when your pointers are 64-bit: then every case
38844              of converting pointers to PADOFFSETs (explicitly 32-bit)
38845              faces truncation (even explicit use of INT2PTR doesn't help).
38846              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
38847              Changing PADOFFSET from U32 to UV would help, but that
38848              would break binary backward compatibility of BASEOP and padop
38849              (assuming you have been using 64-bit pointers).
38850      Branch: perl
38851            ! hints/irix_6.sh
38852 ____________________________________________________________________________
38853 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
38854         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
38855              but the name comes from the inside the file, not from the file
38856              name, and Rumanian is the name of the language.
38857      Branch: perl
38858            + ext/Encode/Encode/macRumanian.enc
38859            - ext/Encode/Encode/macRomania.enc
38860            ! MANIFEST
38861 ____________________________________________________________________________
38862 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
38863         Log: Rename perltootc as perltooc for 8.3-friedliness.
38864      Branch: perl
38865            + pod/perltooc.pod
38866            - pod/perltootc.pod
38867            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
38868            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
38869            ! pod/perltoot.pod
38870 ____________________________________________________________________________
38871 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
38872         Log: Find more conflicts by lowercasing.
38873      Branch: perl
38874            + Porting/check83.pl
38875            - check83.pl
38876            ! MANIFEST
38877 ____________________________________________________________________________
38878 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
38879         Log: The AIX cc 5.0.0.0 is simply too buggy.
38880      Branch: perl
38881            ! hints/aix.sh
38882 ____________________________________________________________________________
38883 [ 12129] By: ams                                   on 2001/09/22  12:35:38
38884         Log: Uninteresting cleanup.
38885      Branch: perl
38886            ! form.h
38887 ____________________________________________________________________________
38888 [ 12128] By: ams                                   on 2001/09/22  12:28:48
38889         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
38890              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38891              Date: Sat, 22 Sep 2001 14:29:13 +0100
38892              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
38893      Branch: perl
38894            ! cv.h
38895 ____________________________________________________________________________
38896 [ 12127] By: ams                                   on 2001/09/22  12:04:28
38897         Log: What's a backet?
38898      Branch: perl
38899            ! dump.c
38900 ____________________________________________________________________________
38901 [ 12126] By: ams                                   on 2001/09/22  10:02:34
38902         Log: Removed duplicated tests #19 and #20.
38903      Branch: perl
38904            ! t/op/do.t
38905 ____________________________________________________________________________
38906 [ 12125] By: ams                                   on 2001/09/22  03:58:41
38907         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
38908              From: Michael Carman <mjcarman@home.com>
38909              Date: Fri, 21 Sep 2001 17:54:05 -0500
38910              Message-Id: <3BABC50D.6040202@home.com>
38911              (Applied with some changes.)
38912      Branch: perl
38913            ! pod/perlmod.pod
38914 ____________________________________________________________________________
38915 [ 12124] By: ams                                   on 2001/09/22  03:44:19
38916         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
38917              From: Michael G Schwern <schwern@pobox.com>
38918              Date: Fri, 21 Sep 2001 19:20:40 -0400
38919              Message-Id: <20010921192040.E5494@blackrider>
38920      Branch: perl
38921            ! t/op/chdir.t
38922 ____________________________________________________________________________
38923 [ 12123] By: ams                                   on 2001/09/22  03:41:08
38924         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
38925              From: Blair Zajac <blair@orcaware.com>
38926              Date: Fri, 21 Sep 2001 15:13:04 -0700
38927              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
38928      Branch: perl
38929            ! t/op/chdir.t
38930 ____________________________________________________________________________
38931 [ 12122] By: ams                                   on 2001/09/22  03:37:07
38932         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
38933              20010920.007
38934              From: Michael G Schwern <schwern@pobox.com>
38935              Date: Fri, 21 Sep 2001 17:59:03 -0400
38936              Message-Id: <20010921175903.V5494@blackrider>
38937      Branch: perl
38938            ! t/op/do.t
38939 ____________________________________________________________________________
38940 [ 12121] By: ams                                   on 2001/09/22  03:30:38
38941         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
38942              suite on WinCE)
38943              From: Michael G Schwern <schwern@pobox.com>
38944              Date: Fri, 21 Sep 2001 19:41:03 -0400
38945              Message-Id: <20010921194103.G5494@blackrider>
38946      Branch: perl
38947            ! pod/perlport.pod
38948 ____________________________________________________________________________
38949 [ 12120] By: ams                                   on 2001/09/22  03:28:06
38950         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
38951              From: Michael G Schwern <schwern@pobox.com>
38952              Date: Fri, 21 Sep 2001 17:33:35 -0400
38953              Message-Id: <20010921173335.T5494@blackrider>
38954              ($ENV{FOO}=undef hunk not applied.)
38955      Branch: perl
38956            ! t/op/magic.t
38957 ____________________________________________________________________________
38958 [ 12119] By: ams                                   on 2001/09/22  03:02:26
38959         Log: Subject: [PATCH] perldiag.pod
38960              From: Peter Scott <Peter@PSDT.com>
38961              Date: Fri, 21 Sep 2001 18:54:50 -0700
38962              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
38963              (Moved to the right place.)
38964      Branch: perl
38965            ! pod/perldiag.pod
38966 ____________________________________________________________________________
38967 [ 12118] By: ams                                   on 2001/09/21  20:05:29
38968         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
38969              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38970              Date: Fri, 21 Sep 2001 22:36:54 +0200
38971              Message-Id: <20010921223654.A12742@rafael>
38972      Branch: perl
38973            ! t/op/do.t
38974 ____________________________________________________________________________
38975 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
38976         Log: Restore things as they were before
38977              the backward compatibility police notices.
38978      Branch: perl
38979            ! lib/Cwd.pm
38980 ____________________________________________________________________________
38981 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
38982         Log: More Cwd from Schwern: make also OS/2 and DOS
38983              Cwd agree with File::Spec (that is, native path
38984              syntax using \ instead of / -- backward compatibility
38985              polic warning) and stop Win32 from using bsd_realpath().
38986      Branch: perl
38987            ! lib/Cwd.pm
38988 ____________________________________________________________________________
38989 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
38990         Log: Subject: [PATCH @12110] RE: Untested libraries update
38991              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38992              Date: Fri, 21 Sep 2001 18:21:07 +0100
38993              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
38994      Branch: perl
38995            ! lib/warnings/register.pm
38996 ____________________________________________________________________________
38997 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
38998         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
38999              From: Michael G Schwern <schwern@pobox.com>
39000              Date: Thu, 20 Sep 2001 22:54:02 -0400
39001              Message-ID: <20010920225402.A3611@blackrider>
39002      Branch: perl
39003            ! lib/Cwd.pm
39004 ____________________________________________________________________________
39005 [ 12113] By: ams                                   on 2001/09/21  17:08:24
39006         Log: Subject: [PATCH] avoid v-strings with require/use
39007              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39008              Date: Fri, 21 Sep 2001 12:34:40 -0400
39009              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
39010      Branch: perl
39011            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
39012            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
39013            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
39014            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
39015            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
39016            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
39017            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
39018            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
39019            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
39020            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
39021            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
39022            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
39023            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
39024            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
39025            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
39026            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
39027            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
39028            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
39029            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
39030 ____________________________________________________________________________
39031 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
39032         Log: Update Changes.
39033      Branch: perl
39034            ! Changes patchlevel.h
39035 ____________________________________________________________________________
39036 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
39037         Log: Make AIX and Tru64 compilers happy.  
39038      Branch: perl
39039            ! ext/threads/threads.h ext/threads/threads.xs
39040 ____________________________________________________________________________
39041 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
39042         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
39043              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39044              Date: 21 Sep 2001 09:16:37 -0000
39045              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
39046      Branch: perl
39047            ! toke.c
39048 ____________________________________________________________________________
39049 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
39050         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
39051              From: Michael G Schwern <schwern@pobox.com>
39052              Date: Thu, 20 Sep 2001 21:21:34 -0400
39053              Message-ID: <20010920212134.Y28291@blackrider>
39054      Branch: perl
39055            ! pp_sys.c
39056 ____________________________________________________________________________
39057 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
39058         Log: Subject: Re: GDB Debugging Macros from mod_perl
39059              From: rspier@pobox.com (Robert Spier)
39060              Date: Thu, 20 Sep 2001 22:45:03 -0700
39061              Message-ID: <15274.54239.413929.49430@rls.cx>
39062      Branch: perl
39063            ! pod/perltodo.pod
39064 ____________________________________________________________________________
39065 [ 12105] By: sky                                   on 2001/09/21  10:33:34
39066         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
39067              timezone! GetSystemTime should be available on all Win32 
39068              platforms we support. Perhaps Time::HiRes should be extended to
39069              support WinCE and Novell?
39070      Branch: perl
39071            ! ext/Time/HiRes/HiRes.xs
39072 ____________________________________________________________________________
39073 [ 12104] By: sky                                   on 2001/09/21  08:12:39
39074         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
39075      Branch: perl
39076            ! ext/threads/threads.h ext/threads/threads.xs
39077 ____________________________________________________________________________
39078 [ 12103] By: sky                                   on 2001/09/21  07:57:41
39079         Log: Rename the *thread* functions to Perl_* to avoid clashes.
39080              Notably on AIX but could become a problem on other platforms.
39081      Branch: perl
39082            ! ext/threads/threads.h ext/threads/threads.xs
39083 ____________________________________________________________________________
39084 [ 12102] By: sky                                   on 2001/09/21  07:35:30
39085         Log: Add the shared sv space to the global vars.
39086              Fix problems compiling on win32.
39087      Branch: perl
39088            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
39089            ! sharedsv.c sharedsv.h
39090 ____________________________________________________________________________
39091 [ 12101] By: ams                                   on 2001/09/21  00:19:55
39092         Log: Subject: [PATCH] win32/Makefile warning fix
39093              From: Blair Zajac <blair@orcaware.com>
39094              Date: Thu, 20 Sep 2001 18:15:43 -0700
39095              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
39096      Branch: perl
39097            ! win32/Makefile
39098 ____________________________________________________________________________
39099 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
39100         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
39101              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39102              Date: Thu, 20 Sep 2001 18:36:22 +0200
39103              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
39104      Branch: perl
39105            ! lib/ExtUtils/Command.t
39106 ____________________________________________________________________________
39107 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
39108         Log: Cant spl wirth a dam.
39109      Branch: perl
39110            ! intrpvar.h
39111 ____________________________________________________________________________
39112 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
39113         Log: Don't use C++ comments.
39114      Branch: perl
39115            ! ext/threads/threads.xs
39116 ____________________________________________________________________________
39117 [ 12097] By: ams                                   on 2001/09/20  21:42:07
39118         Log: Change #12044 didn't.
39119      Branch: perl
39120            ! lib/constant.pm
39121 ____________________________________________________________________________
39122 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
39123         Log: Metaconfig unit changes for #12095.
39124      Branch: metaconfig
39125            ! U/modified/Myinit.U U/modified/libs.U
39126 ____________________________________________________________________________
39127 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
39128         Log: Remove iconv references since we are not using it
39129              and not going to; regen perltoc, perlmodlib.
39130              (Some references still linger in perltoc, have to figure
39131              out where they are coming from.)
39132      Branch: perl
39133            ! Configure NetWare/config.wc NetWare/config_H.wc
39134            ! Porting/Glossary Porting/config.sh Porting/config_H
39135            ! config_h.SH configure.com epoc/config.sh perl.h
39136            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
39137            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39138            ! vos/config.ga.h win32/config.bc win32/config.gc
39139            ! win32/config.vc win32/config_H.bc win32/config_H.gc
39140            ! win32/config_H.vc wince/config.ce wince/config.h
39141            ! wince/config_H.ce
39142 ____________________________________________________________________________
39143 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
39144         Log: Subject: [PATCH docs] Re: ARGV and read
39145              From: Dave Mitchell <davem@fdgroup.co.uk>
39146              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
39147              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
39148      Branch: perl
39149            ! pod/perltodo.pod pod/perlvar.pod
39150 ____________________________________________________________________________
39151 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
39152         Log: Fresh copies from the cvs.perl.org perlfaq repository.
39153      Branch: perl
39154            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
39155            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39156            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
39157            ! pod/perlfaq9.pod
39158 ____________________________________________________________________________
39159 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
39160         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
39161              From: Nicholas Clark <nick@ccl4.org>
39162              Date: Thu, 20 Sep 2001 14:27:08 +0100
39163              Message-ID: <20010920142708.X4971@plum.flirble.org>
39164      Branch: perl
39165            ! pp_pack.c t/op/pack.t
39166 ____________________________________________________________________________
39167 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
39168         Log: The sharedsv_space* are variables, not code.  Duh.
39169      Branch: perl
39170            ! intrpvar.h makedef.pl
39171 ____________________________________________________________________________
39172 [ 12090] By: ams                                   on 2001/09/20  11:26:06
39173         Log: Subject: [patch lib/lib_pm.PL]
39174              From: Stas Bekman <stas@stason.org>
39175              Date: Thu, 20 Sep 2001 18:48:53 +0800
39176              Message-Id: <3BA9C995.6010302@stason.org>
39177              (Applied by hand.)
39178      Branch: perl
39179            ! lib/lib_pm.PL
39180 ____________________________________________________________________________
39181 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
39182         Log: Only 21 tests, skipping or not.
39183      Branch: perl
39184            ! lib/ExtUtils/Command.t
39185 ____________________________________________________________________________
39186 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
39187         Log: New exported symbols.
39188      Branch: perl
39189            ! makedef.pl
39190 ____________________________________________________________________________
39191 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
39192         Log: Update Changes.
39193      Branch: perl
39194            ! Changes patchlevel.h
39195 ____________________________________________________________________________
39196 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
39197         Log: Correct numbering of the tests is useful.
39198      Branch: perl
39199            ! ext/threads/t/basic.t
39200 ____________________________________________________________________________
39201 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
39202         Log: More tests now too.
39203      Branch: perl
39204            ! lib/ExtUtils/Command.t
39205 ____________________________________________________________________________
39206 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
39207         Log: More tests now.
39208      Branch: perl
39209            ! ext/threads/t/basic.t
39210 ____________________________________________________________________________
39211 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
39212         Log: The test assumed 7-bit ASCII.  Now it "just"
39213              assumes 8-bit whatever.
39214      Branch: perl
39215            ! t/op/crypt.t
39216 ____________________________________________________________________________
39217 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
39218         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
39219              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39220              Date: Wed, 19 Sep 2001 11:45:28 +0200
39221              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
39222              
39223              Lvalue casts are not portable.
39224      Branch: perl
39225            ! ext/threads/threads.xs
39226 ____________________________________________________________________________
39227 [ 12081] By: sky                                   on 2001/09/19  10:17:52
39228         Log: Make the basic test contain only realy basic API tests
39229              Seems to be a problem with detach.
39230      Branch: perl
39231            ! ext/threads/t/basic.t
39232 ____________________________________________________________________________
39233 [ 12080] By: ams                                   on 2001/09/19  01:23:55
39234         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
39235              From: Michael G Schwern <schwern@pobox.com>
39236              Date: Tue, 18 Sep 2001 19:53:48 -0400
39237              Message-Id: <20010918195348.M585@blackrider>
39238              
39239              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
39240              From: Michael G Schwern <schwern@pobox.com>
39241              Date: Tue, 18 Sep 2001 22:07:13 -0400
39242              Message-Id: <20010918220713.B19616@blackrider>
39243      Branch: perl
39244            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
39245            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
39246            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
39247            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
39248            ! lib/Test/Tutorial.pod
39249 ____________________________________________________________________________
39250 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
39251         Log: Indent the test a bit.
39252      Branch: perl
39253            ! ext/threads/t/basic.t
39254 ____________________________________________________________________________
39255 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
39256         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
39257              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39258              Date: Tue, 18 Sep 2001 18:06:44 +0200
39259              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
39260      Branch: perl
39261            ! win32/win32.c
39262 ____________________________________________________________________________
39263 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
39264         Log: Subject: stat access time is wrong on Win95
39265              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
39266              Date: Tue, 18 Sep 2001 21:59:24 +0200
39267              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
39268      Branch: perl
39269            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
39270 ____________________________________________________________________________
39271 [ 12076] By: ams                                   on 2001/09/18  22:11:25
39272         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
39273              From: Michael G Schwern <schwern@pobox.com>
39274              Date: Tue, 18 Sep 2001 18:47:14 -0400
39275              Message-Id: <20010918184714.I585@blackrider>
39276      Branch: perl
39277            ! t/op/crypt.t
39278 ____________________________________________________________________________
39279 [ 12075] By: sky                                   on 2001/09/18  19:29:37
39280         Log: two test failures
39281              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39282              Message-ID: <20010918221702.A17408@rafael>
39283              partly applied, #12074 already fixed half the patch
39284      Branch: perl
39285            ! ext/threads/t/basic.t
39286 ____________________________________________________________________________
39287 [ 12074] By: sky                                   on 2001/09/18  18:49:03
39288         Log: Fixes test case failure introduced by #12071, the warning is
39289              now correctly spelled :-)
39290      Branch: perl
39291            ! ext/IO/lib/IO/t/io_sel.t
39292 ____________________________________________________________________________
39293 [ 12073] By: sky                                   on 2001/09/18  18:46:22
39294         Log: Make the test behave properly!
39295      Branch: perl
39296            ! ext/threads/t/basic.t
39297 ____________________________________________________________________________
39298 [ 12072] By: ams                                   on 2001/09/18  18:44:59
39299         Log: OP_RCATLINE is an SVOP, not a BASEOP.
39300      Branch: perl
39301            ! opcode.h opcode.pl
39302 ____________________________________________________________________________
39303 [ 12071] By: ams                                   on 2001/09/18  18:06:27
39304         Log: Deprecate != Depreciate.
39305      Branch: perl
39306            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
39307            ! lib/Pod/ParseUtils.pm
39308 ____________________________________________________________________________
39309 [ 12070] By: ams                                   on 2001/09/18  15:14:58
39310         Log: Subject: [PATCH] Getopt::Std cleanup
39311              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39312              Date: Tue, 18 Sep 2001 17:32:13 +0200
39313              Message-Id: <20010918173213.C777@rafael>
39314      Branch: perl
39315            ! lib/Getopt/Std.pm lib/Getopt/Std.t
39316 ____________________________________________________________________________
39317 [ 12069] By: sky                                   on 2001/09/18  14:56:33
39318         Log: Forgot the makefile
39319      Branch: perl
39320            + ext/threads/Makefile.PL
39321 ____________________________________________________________________________
39322 [ 12068] By: sky                                   on 2001/09/18  14:13:26
39323         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
39324              The test will fail because of Test.pm not knowing about threads. 
39325              basic needs to be manually tested
39326              compile time warnings on IV2PTR conversions need to be fixed
39327      Branch: perl
39328            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
39329            + ext/threads/threads.h ext/threads/threads.pm
39330            + ext/threads/threads.xs
39331            ! MANIFEST
39332 ____________________________________________________________________________
39333 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
39334         Log: DJGPP tweak from Laszlo Molnar.
39335      Branch: perl
39336            ! djgpp/config.over
39337 ____________________________________________________________________________
39338 [ 12066] By: sky                                   on 2001/09/18  10:24:31
39339         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
39340      Branch: perl
39341            ! sharedsv.c sharedsv.h
39342 ____________________________________________________________________________
39343 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
39344         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
39345              ditto ^cns.
39346      Branch: perl
39347            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
39348            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
39349            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
39350            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
39351            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
39352            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
39353            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
39354            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
39355            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
39356            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
39357            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
39358            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
39359            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
39360            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
39361            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
39362            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
39363            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
39364            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
39365            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
39366            + ext/Encode/Encode/ir-197.enc
39367            - ext/Encode/Encode/cns11643-1.enc
39368            - ext/Encode/Encode/cns11643-2.enc
39369            - ext/Encode/Encode/iso2022-cn.enc
39370            - ext/Encode/Encode/iso2022-jp.enc
39371            - ext/Encode/Encode/iso2022-jp1.enc
39372            - ext/Encode/Encode/iso2022-jp2.enc
39373            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39374            - ext/Encode/Encode/iso8859-1.enc
39375            - ext/Encode/Encode/iso8859-1.ucm
39376            - ext/Encode/Encode/iso8859-10.enc
39377            - ext/Encode/Encode/iso8859-10.ucm
39378            - ext/Encode/Encode/iso8859-11.enc
39379            - ext/Encode/Encode/iso8859-11.ucm
39380            - ext/Encode/Encode/iso8859-13.enc
39381            - ext/Encode/Encode/iso8859-13.ucm
39382            - ext/Encode/Encode/iso8859-14.enc
39383            - ext/Encode/Encode/iso8859-14.ucm
39384            - ext/Encode/Encode/iso8859-15.enc
39385            - ext/Encode/Encode/iso8859-15.ucm
39386            - ext/Encode/Encode/iso8859-16.enc
39387            - ext/Encode/Encode/iso8859-16.ucm
39388            - ext/Encode/Encode/iso8859-2.enc
39389            - ext/Encode/Encode/iso8859-2.ucm
39390            - ext/Encode/Encode/iso8859-3.enc
39391            - ext/Encode/Encode/iso8859-3.ucm
39392            - ext/Encode/Encode/iso8859-4.enc
39393            - ext/Encode/Encode/iso8859-4.ucm
39394            - ext/Encode/Encode/iso8859-5.enc
39395            - ext/Encode/Encode/iso8859-5.ucm
39396            - ext/Encode/Encode/iso8859-6.enc
39397            - ext/Encode/Encode/iso8859-6.ucm
39398            - ext/Encode/Encode/iso8859-7.enc
39399            - ext/Encode/Encode/iso8859-7.ucm
39400            - ext/Encode/Encode/iso8859-8.enc
39401            - ext/Encode/Encode/iso8859-8.ucm
39402            - ext/Encode/Encode/iso8859-9.enc
39403            - ext/Encode/Encode/iso8859-9.ucm
39404            - ext/Encode/Encode/isoir-197.enc
39405            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
39406 ____________________________________________________________________________
39407 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
39408         Log: Must Uppercase.
39409      Branch: perl
39410            ! ext/Encode/Encode.pm
39411 ____________________________________________________________________________
39412 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
39413         Log: Add various encodings.
39414      Branch: perl
39415            + ext/Encode/Encode/iso8859-11.enc
39416            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
39417            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
39418            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
39419            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
39420            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
39421            + ext/Encode/Encode/viscii.ucm
39422            ! MANIFEST ext/Encode/Encode.pm
39423 ____________________________________________________________________________
39424 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
39425         Log: lib/unicode relic.
39426      Branch: perl
39427            ! ext/Encode/compile
39428 ____________________________________________________________________________
39429 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
39430         Log: Subject: [PATCH] Re: filename problems
39431              From: Michael G Schwern <schwern@pobox.com>
39432              Date: Mon, 17 Sep 2001 17:26:26 -0400
39433              Message-ID: <20010917172626.Q585@blackrider>
39434      Branch: perl
39435            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
39436            - t/lib/sample-tests/header_at_end
39437            - t/lib/sample-tests/header_at_end_fail
39438            ! MANIFEST lib/Test/Harness/t/test-harness.t
39439 ____________________________________________________________________________
39440 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
39441         Log: Explicitly explain the 1e9 seconds, not everybody
39442              is a C geek.
39443      Branch: perl
39444            ! ext/Time/HiRes/HiRes.pm
39445 ____________________________________________________________________________
39446 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
39447         Log: Explain an apparent bug reported by
39448              Richard J. Barbalace <rjbarbal@MIT.EDU>,
39449              with additional explanation from Gisle Aas.
39450      Branch: perl
39451            ! ext/Time/HiRes/HiRes.pm
39452 ____________________________________________________________________________
39453 [ 12058] By: ams                                   on 2001/09/17  19:52:01
39454         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
39455              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39456              Date: Mon, 17 Sep 2001 22:48:05 +0200
39457              Message-Id: <20010917224805.C11744@rafael>
39458      Branch: perl
39459            ! t/lib/warnings/op t/lib/warnings/pp
39460 ____________________________________________________________________________
39461 [ 12057] By: ams                                   on 2001/09/17  16:51:18
39462         Log: Its a nit!
39463      Branch: perl
39464            ! sv.h
39465 ____________________________________________________________________________
39466 [ 12056] By: ams                                   on 2001/09/17  16:47:55
39467         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
39468              From: "Craig A. Berry" <craigberry@mac.com>
39469              Date: Mon, 17 Sep 2001 12:34:20 -0500
39470              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
39471      Branch: perl
39472            ! vms/vms.c
39473 ____________________________________________________________________________
39474 [ 12055] By: ams                                   on 2001/09/17  16:05:15
39475         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
39476              From: Gisle Aas <gisle@ActiveState.com>
39477              Date: 16 Apr 2001 16:20:34 -0700
39478              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
39479              (Applied by hand.)
39480      Branch: perl
39481            ! lib/CPAN.pm lib/CPAN/Nox.pm
39482 ____________________________________________________________________________
39483 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
39484         Log: Update Changes.
39485      Branch: perl
39486            ! Changes patchlevel.h
39487 ____________________________________________________________________________
39488 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
39489         Log: Adding new files to the MANIFEST is always nice.
39490      Branch: perl
39491            ! MANIFEST
39492 ____________________________________________________________________________
39493 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
39494         Log: Reindent the PerlIO files (suggested by NI-S), used
39495              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
39496              (GNU indent).  Note that wholesale re-indenting might
39497              be nice, but that would break nice formatting/alignment
39498              of assignments, equality testing, and complex boolean
39499              expressions with lots of &s and |s.
39500      Branch: perl
39501            ! perlio.c perlio.h perliol.h
39502 ____________________________________________________________________________
39503 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
39504         Log: Add a script for being 8.3-polite.
39505              The found conflicts are being worked on.
39506      Branch: perl
39507            + check83.pl
39508            ! MANIFEST Porting/pumpkin.pod
39509 ____________________________________________________________________________
39510 [ 12050] By: sky                                   on 2001/09/17  12:44:36
39511         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
39512              finding it.
39513      Branch: perl
39514            ! sv.c
39515 ____________________________________________________________________________
39516 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
39517         Log: Bump up versions because of #12041.
39518      Branch: perl
39519            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
39520            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
39521            ! lib/Time/localtime.pm
39522 ____________________________________________________________________________
39523 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
39524         Log: Bump the version number because of #12042.
39525      Branch: perl
39526            ! lib/CPAN/FirstTime.pm
39527 ____________________________________________________________________________
39528 [ 12047] By: ams                                   on 2001/09/17  11:21:40
39529         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
39530              From: Abhijit Menon-Sen <ams@wiw.org>
39531              Date: Mon, 17 Sep 2001 17:44:12 +0530
39532              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
39533      Branch: perl
39534            ! op.c
39535 ____________________________________________________________________________
39536 [ 12046] By: sky                                   on 2001/09/17  07:14:17
39537         Log: Subject: Re: t/op/ver.t using skip() improperly
39538              From: "chromatic" <chromatic@rmci.net>
39539              Date: Mon, 17 Sep 2001 00:22:29 -0600
39540              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
39541      Branch: perl
39542            ! t/op/ver.t
39543 ____________________________________________________________________________
39544 [ 12045] By: nick                                  on 2001/09/17  07:12:14
39545         Log: Integrate mainline
39546      Branch: perlio
39547           +> t/op/chdir.t
39548           !> (integrate 117 files)
39549 ____________________________________________________________________________
39550 [ 12044] By: ams                                   on 2001/09/17  05:49:53
39551         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
39552              From: Ilmari Karonen <iltzu@sci.fi>
39553              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
39554              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
39555              (And $VERSION = '1.05'.)
39556      Branch: perl
39557            ! lib/constant.pm
39558 ____________________________________________________________________________
39559 [ 12043] By: ams                                   on 2001/09/17  05:44:50
39560         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
39561              From: Michael G Schwern <schwern@pobox.com>
39562              Date: Mon, 17 Sep 2001 07:49:04 +0200
39563              Message-Id: <20010917074904.V1588@blackrider>
39564              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
39565      Branch: perl
39566            + t/op/chdir.t
39567            ! MANIFEST pp_sys.c
39568 ____________________________________________________________________________
39569 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
39570         Log: Subject: Re: CPAN.pm needs some hacking 
39571              From: "chromatic" <chromatic@rmci.net>
39572              Date: Sun, 16 Sep 2001 16:46:29 -0600
39573              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
39574      Branch: perl
39575            ! lib/CPAN/FirstTime.pm
39576 ____________________________________________________________________________
39577 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
39578         Log: Change use|require 5.005_64 to use|require 5.6.1.
39579      Branch: perl
39580            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
39581            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
39582            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
39583            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
39584            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
39585            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
39586            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
39587            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
39588            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
39589            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
39590            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
39591            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
39592            ! lib/base.pm lib/fields.pm
39593 ____________________________________________________________________________
39594 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
39595         Log: Bump up version numbers.
39596              
39597              TODO 1: double check that pre-5.6.1 CPAN.pm:s
39598              don't try to download 5.8.0 because of the
39599              version numbers.  Mainly this means using _00
39600              in the core version numbers.
39601              
39602              TODO 2: the "use 5.005_64" in many modules
39603              needs to be changed to, say, "use 5.6.1".
39604      Branch: perl
39605            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
39606            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
39607            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
39608            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
39609            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
39610            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
39611            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39612            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
39613            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
39614            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
39615            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
39616 ____________________________________________________________________________
39617 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
39618         Log: Use UCHARAT() as suggested by Inaba Hiroto.
39619      Branch: perl
39620            ! regexec.c
39621 ____________________________________________________________________________
39622 [ 12038] By: ams                                   on 2001/09/16  15:16:24
39623         Log: Subject: [PATCH] Re: Core module version numbers review
39624              From: Peter Scott <Peter@PSDT.com>
39625              Date: Sun, 16 Sep 2001 09:09:58 -0700
39626              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
39627      Branch: perl
39628            ! lib/perl5db.pl
39629 ____________________________________________________________________________
39630 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
39631         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
39632              not yet fully implemented.
39633      Branch: perl
39634            ! pod/perlfunc.pod pod/perlunicode.pod
39635 ____________________________________________________________________________
39636 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
39637         Log: Subject: [patch] plug PL_beginav_save leak
39638              From: Doug MacEachern <dougm@covalent.net>
39639              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
39640              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
39641      Branch: perl
39642            ! perl.c
39643 ____________________________________________________________________________
39644 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
39645         Log: (accidentally empty checkin)
39646      Branch: perl
39647            ! sv.c
39648 ____________________________________________________________________________
39649 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
39650         Log: Subject: [patch] ithreads+PL_beginav_save
39651              From: Doug MacEachern <dougm@covalent.net>
39652              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
39653              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
39654      Branch: perl
39655            ! sv.c
39656 ____________________________________________________________________________
39657 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
39658         Log: Subject: [PATCH] h2xs.PL with C::Scan
39659              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39660              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
39661              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
39662      Branch: perl
39663            ! utils/h2xs.PL
39664 ____________________________________________________________________________
39665 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
39666         Log: Elaborate (well, make more vague, really) #12030.
39667      Branch: perl
39668            ! pod/perltodo.pod pod/perlunicode.pod
39669 ____________________________________________________________________________
39670 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
39671         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
39672              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39673              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
39674              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
39675      Branch: perl
39676            ! regexec.c
39677 ____________________________________________________________________________
39678 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
39679         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
39680              are not yet complete.
39681      Branch: perl
39682            ! pod/perltodo.pod pod/perlunicode.pod
39683 ____________________________________________________________________________
39684 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
39685         Log: Document what's still to be done on the regular expression
39686              Unicode support, based on the UTR#18.
39687      Branch: perl
39688            ! pod/perltodo.pod pod/perlunicode.pod
39689 ____________________________________________________________________________
39690 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
39691         Log: Regen headers.
39692      Branch: perl
39693            ! embedvar.h perlapi.h
39694 ____________________________________________________________________________
39695 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
39696         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
39697              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39698              Date: Sun, 09 Sep 2001 18:41:54 +0100
39699              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
39700      Branch: perl
39701            ! Porting/findvars ext/ByteLoader/bytecode.h
39702            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
39703            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
39704 ____________________________________________________________________________
39705 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
39706         Log: enable most warnings for windows build; fix the various typecasting
39707              nits that showed up (no bugfixes here)
39708      Branch: maint-5.6/perl
39709            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
39710            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
39711            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
39712            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
39713            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
39714            ! x2p/walk.c
39715 ____________________________________________________________________________
39716 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
39717         Log: Integrate change #12024 from maintperl
39718              (a local() precedence bug)
39719      Branch: perl
39720           !> lib/ExtUtils/Install.pm
39721 ____________________________________________________________________________
39722 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
39723         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
39724              change#8642
39725      Branch: maint-5.6/perl
39726            ! lib/ExtUtils/Install.pm
39727 ____________________________________________________________________________
39728 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
39729         Log: Update Changes.
39730      Branch: perl
39731            ! Changes patchlevel.h
39732 ____________________________________________________________________________
39733 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
39734         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
39735              From: "chromatic" <chromatic@rmci.net>
39736              Date: Fri, 14 Sep 2001 09:44:57 -0600 
39737              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
39738      Branch: perl
39739            ! lib/ExtUtils/Manifest.t
39740 ____________________________________________________________________________
39741 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
39742         Log: Hopefully better skipping of the Complete.t tests
39743              in case of not a tty. 
39744      Branch: perl
39745            ! lib/Term/Complete.t t/op/stat.t
39746 ____________________________________________________________________________
39747 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
39748         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
39749              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
39750              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
39751              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
39752      Branch: perl
39753            ! regexec.c t/op/pat.t
39754 ____________________________________________________________________________
39755 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
39756         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
39757              From: Robin Barker <rmb1@cise.npl.co.uk>
39758              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
39759              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
39760      Branch: perl
39761            ! pod/perlport.pod
39762 ____________________________________________________________________________
39763 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
39764         Log: NetWare tweaks from Ananth Kesari.
39765      Branch: perl
39766            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
39767            ! NetWare/nwutil.h
39768 ____________________________________________________________________________
39769 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
39770         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
39771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39772              Date: Fri, 14 Sep 2001 10:51:13 +0200
39773              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
39774      Branch: perl
39775            ! pod/perlport.pod
39776 ____________________________________________________________________________
39777 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
39778         Log: Subject: Re: [PATCH 2 pl2pm.PL]
39779              From: Joe Smith <Joe.Smith@inwap.com>
39780              Date: Fri, 14 Sep 2001 00:13:32 -0700
39781              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
39782              
39783              Eradicate qu.
39784      Branch: perl
39785            ! keywords.h keywords.pl utils/pl2pm.PL
39786 ____________________________________________________________________________
39787 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
39788         Log: Retract #12013, didn't go over too well in Tru64.
39789      Branch: perl
39790            ! embed.h embed.pl sv.h
39791 ____________________________________________________________________________
39792 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
39793         Log: Subject: [PATCH] Execute files of debugger commands
39794              From: Peter Scott <Peter@PSDT.com>
39795              Date: Thu, 13 Sep 2001 15:26:31 -0700
39796              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
39797      Branch: perl
39798            ! lib/perl5db.pl pod/perldebug.pod
39799 ____________________________________________________________________________
39800 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
39801         Log: (Retracted by #12015)
39802              Subject: [proposed PATCH] Re: perl@11920
39803              From: Nicholas Clark <nick@ccl4.org>
39804              Date: Wed, 12 Sep 2001 23:46:09 +0100
39805              Message-ID: <20010912234609.H4971@plum.flirble.org>     
39806      Branch: perl
39807            ! embed.h embed.pl sv.h
39808 ____________________________________________________________________________
39809 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
39810         Log: ucblib shouldn't be linked against in nonstop-ux,
39811              from Tom Bates.
39812      Branch: perl
39813            ! hints/nonstopux.sh
39814 ____________________________________________________________________________
39815 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
39816         Log: Do stty only if we have stty.
39817              
39818              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
39819      Branch: perl
39820            ! lib/Term/Complete.pm
39821 ____________________________________________________________________________
39822 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
39823         Log: Skip the test if not running on a tty.
39824      Branch: perl
39825            ! lib/Term/Complete.t
39826 ____________________________________________________________________________
39827 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
39828         Log: Regen headers.
39829      Branch: perl
39830            ! embed.h opcode.h pod/perlapi.pod proto.h
39831 ____________________________________________________________________________
39832 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
39833         Log: Subject: [PATCH op.c] Re: perl@12003
39834              From: Robin Barker <rmb1@cise.npl.co.uk>
39835              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
39836              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
39837      Branch: perl
39838            ! op.c
39839 ____________________________________________________________________________
39840 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
39841         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
39842              From: Robin Barker <rmb1@cise.npl.co.uk>
39843              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
39844              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
39845      Branch: perl
39846            ! sv.c
39847 ____________________________________________________________________________
39848 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
39849         Log: Upgrade to Memoize 0.66.
39850      Branch: perl
39851            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
39852            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
39853            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
39854 ____________________________________________________________________________
39855 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
39856         Log: Subject: [ID 20010912.007] substr reference core dump
39857              From: me-01@ton.iguana.be
39858              Date: 12 Sep 2001 14:11:16 -0000
39859              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
39860      Branch: perl
39861            ! mg.c
39862 ____________________________________________________________________________
39863 [ 12004] By: ams                                   on 2001/09/12  01:13:49
39864         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
39865              From: Ilmari Karonen <iltzu@sci.fi>
39866              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
39867              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
39868      Branch: perl
39869            ! pod/perlfaq4.pod
39870 ____________________________________________________________________________
39871 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
39872         Log: Update Changes.
39873      Branch: perl
39874            ! Changes patchlevel.h
39875 ____________________________________________________________________________
39876 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
39877         Log: NetWare update from Ananth Kesari.
39878      Branch: perl
39879            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
39880            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
39881 ____________________________________________________________________________
39882 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
39883         Log: Retract #11984: div() being redefined, and 1397
39884              failing on 64-bit platforms.
39885      Branch: perl
39886            ! lib/Math/BigInt/Calc.pm
39887 ____________________________________________________________________________
39888 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
39889         Log: Metaconfig unit change for #11999.
39890      Branch: metaconfig
39891            ! U/protos/d_lseekproto.U
39892 ____________________________________________________________________________
39893 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
39894         Log: The lseek fix (#11991) was no fix.
39895      Branch: perl
39896            ! Configure
39897 ____________________________________________________________________________
39898 [ 11998] By: sky                                   on 2001/09/11  07:52:06
39899         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
39900              From: Matt Sergeant <MSergeant@star.net.uk>
39901              Date: Tue, 11 Sep 2001 09:22:32 +0100
39902              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
39903      Branch: perl
39904            ! ext/Encode/Encode.pm
39905 ____________________________________________________________________________
39906 [ 11997] By: sky                                   on 2001/09/11  06:35:29
39907         Log: Sometimes dTHX is added because it is needed on non 
39908              gnuc platforms, but not needed there. This uses GCC
39909              to silence GCC specific warnings by marking pTHX as 
39910              unused.
39911      Branch: perl
39912            ! perl.h
39913 ____________________________________________________________________________
39914 [ 11996] By: nick                                  on 2001/09/11  06:25:27
39915         Log: Integrate mainline
39916      Branch: perlio
39917            - ext/POSIX/sigaction.t lib/File/Find/taint.t
39918           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
39919 ____________________________________________________________________________
39920 [ 11995] By: nick                                  on 2001/09/11  06:23:39
39921         Log: Part Integrate mainline
39922      Branch: perlio
39923           +> (branch 69 files)
39924            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
39925            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
39926            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
39927            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
39928            - lib/Switch/t/switch_case.t lib/Test/Harness.t
39929            - lib/Test/More/Changes lib/Test/More/t/More.t
39930            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
39931            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
39932            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
39933            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
39934            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
39935            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
39936            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
39937            - t/lib/Test/More/Catch.pm wince/perl.ico
39938           !> (integrate 197 files)
39939 ____________________________________________________________________________
39940 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
39941         Log: Subject: Re: [PATCH] Encode.pm docs fix
39942              From: Gisle Aas <gisle@ActiveState.com>
39943              Date: 10 Sep 2001 11:27:02 -0700
39944              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
39945      Branch: perl
39946            ! ext/Encode/Encode.pm
39947 ____________________________________________________________________________
39948 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
39949         Log: Fix unpack U to be the reverse of pack U
39950              (but implement unpack U0U as a backdoor to get
39951              the UTF-8 malformed warnings from un-UTF-8 data)
39952      Branch: perl
39953            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
39954 ____________________________________________________________________________
39955 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
39956         Log: Metaconfig unit change for #11991;
39957              delete an unused unit (d_strtoull.U is the one used)
39958      Branch: metaconfig
39959            ! U/protos/d_lseekproto.U
39960      Branch: metaconfig/U/perl
39961            - strtoull.U
39962 ____________________________________________________________________________
39963 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
39964         Log: Subject: [PATCH] Configure not recording lseek proto
39965              From: Blair Zajac <blair@orcaware.com>
39966              Date: Mon, 10 Sep 2001 17:52:37 -0700
39967              Message-ID: <3B9D6055.BA334A31@orcaware.com>
39968              
39969              plus regen Configure.
39970      Branch: perl
39971            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39972            ! config_h.SH uconfig.h
39973 ____________________________________________________________________________
39974 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
39975         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?)))                  
39976              From: Nicholas Clark <nick@ccl4.org>
39977              Date: Tue, 11 Sep 2001 00:00:31 +0100
39978              Message-ID: <20010911000031.G1512@plum.flirble.org>
39979      Branch: perl
39980            + t/op/qq.t
39981            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
39982 ____________________________________________________________________________
39983 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
39984         Log: Subject: [PATCH] Building on win32 w/o perlio
39985              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39986              Date: Mon, 10 Sep 2001 23:38:46 +0200
39987              Message-ID: <3B9D4F06.14433.2C37644@localhost>
39988      Branch: perl
39989            ! perl.c win32/Makefile win32/makefile.mk
39990 ____________________________________________________________________________
39991 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
39992         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
39993              From: "chromatic" <chromatic@rmci.net>
39994              Date: Mon, 10 Sep 2001 15:14:01 -0600
39995              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
39996      Branch: perl
39997            + lib/CGI/t/push.t
39998            ! MANIFEST
39999 ____________________________________________________________________________
40000 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
40001         Log: Subject: avoiding hoardes of zombies
40002              From: Nicholas Clark <nick@ccl4.org>
40003              Date: Mon, 10 Sep 2001 22:00:40 +0100
40004              Message-ID: <20010910220040.C1512@plum.flirble.org>
40005      Branch: perl
40006            ! pod/perlipc.pod
40007 ____________________________________________________________________________
40008 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
40009         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
40010              From: John Peacock <jpeacock@rowman.com>
40011              Date: Mon, 10 Sep 2001 16:34:30 -0400
40012              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
40013      Branch: perl
40014            ! sv.c t/op/ver.t utf8.h
40015 ____________________________________________________________________________
40016 [ 11985] By: ams                                   on 2001/09/10  23:20:13
40017         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
40018      Branch: perl
40019            ! MANIFEST
40020 ____________________________________________________________________________
40021 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
40022         Log: (Retracted by #12001)
40023              Subject: Calc with USE_MUL/USE_DIV
40024              From: Tels <perl_dummy@bloodgate.com>
40025              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
40026              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
40027      Branch: perl
40028            ! lib/Math/BigInt/Calc.pm
40029 ____________________________________________________________________________
40030 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
40031         Log: Subject: [PATCH op.c] Re: perl@11978
40032              From: Robin Barker <rmb1@cise.npl.co.uk>
40033              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
40034              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
40035              
40036              Format errors.
40037      Branch: perl
40038            ! op.c
40039 ____________________________________________________________________________
40040 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
40041         Log: Switch PADOFFSET back to U32 both because of binary backward
40042              compatibility and because Arthur seems to have been fixing the
40043              problems with naughty integer-pointer casting.
40044      Branch: perl
40045            ! op.h
40046 ____________________________________________________________________________
40047 [ 11981] By: ams                                   on 2001/09/10  16:31:43
40048         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
40049              Fix Pod Typo, Add Test for ExtUtils::Command
40050              From: "chromatic" <chromatic@rmci.net>
40051              Date: Mon, 10 Sep 2001 11:20:56 -0600
40052              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
40053      Branch: perl
40054            + lib/ExtUtils/Command.t
40055            ! MANIFEST lib/ExtUtils/Command.pm
40056 ____________________________________________________________________________
40057 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
40058         Log: Subject: [PATCH] Encode.pm docs fix
40059              From: Matt Sergeant <MSergeant@star.net.uk>
40060              Date: Mon, 10 Sep 2001 15:24:01 +0100
40061              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
40062      Branch: perl
40063            ! ext/Encode/Encode.pm
40064 ____________________________________________________________________________
40065 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
40066         Log: Update Changes.
40067      Branch: perl
40068            ! Changes patchlevel.h
40069 ____________________________________________________________________________
40070 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
40071         Log: Revert #11973, the dTHX seems to be needed in there
40072              for threaded builds.
40073      Branch: perl
40074            ! perlio.c
40075 ____________________________________________________________________________
40076 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
40077         Log: Detypo.
40078      Branch: perl
40079            ! pod/perlguts.pod
40080 ____________________________________________________________________________
40081 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
40082         Log: Further Class::Struct patching from Damian.
40083              
40084              The new new semantics are:
40085              
40086              * If you pass an initializer for a nested object, it has to be:
40087              a) a reference to an object of that class, or      
40088              b) a reference to an object of a subclass of that class, or
40089              c) a reference to a hash of arguments to be passed to the
40090              class's constructor
40091              * If you pass no initializer for a nested object, the attribute
40092              is initialized to C<undef>
40093      Branch: perl
40094            ! lib/Class/Struct.pm
40095 ____________________________________________________________________________
40096 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
40097         Log: Skip the crypt test if no crypt.
40098      Branch: perl
40099            ! t/op/crypt.t
40100 ____________________________________________________________________________
40101 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
40102         Log: Warn against using bare v-strings as IP addresses
40103              (okay if using the wrappers from Socket)
40104      Branch: perl
40105            ! pod/perldata.pod pod/perlport.pod
40106 ____________________________________________________________________________
40107 [ 11973] By: sky                                   on 2001/09/10  11:57:58
40108         Log: Remove unused dTHX. Silenced another warning.
40109      Branch: perl
40110            ! perlio.c
40111 ____________________________________________________________________________
40112 [ 11972] By: sky                                   on 2001/09/10  11:54:25
40113         Log: Silence some more warnings INT2PTR.
40114      Branch: perl
40115            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
40116 ____________________________________________________________________________
40117 [ 11971] By: sky                                   on 2001/09/10  11:21:50
40118         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
40119      Branch: perl
40120            ! cop.h
40121 ____________________________________________________________________________
40122 [ 11970] By: sky                                   on 2001/09/10  11:17:25
40123         Log: Apply INT2PTR with force to silence warnings from
40124              PM_GETRE and friends. No more warnings with 64bit 
40125              IVs and 32bit pointers.    
40126      Branch: perl
40127            ! op.c op.h perl.c
40128 ____________________________________________________________________________
40129 [ 11969] By: sky                                   on 2001/09/10  10:13:02
40130         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
40131      Branch: perl
40132            ! pod/perlguts.pod
40133 ____________________________________________________________________________
40134 [ 11968] By: sky                                   on 2001/09/10  10:02:51
40135         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
40136              Rename to custop_op_name to Perl_custom_op_name to match perlapi
40137              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
40138              perl_clone.
40139      Branch: perl
40140            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
40141 ____________________________________________________________________________
40142 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
40143         Log: Using strlen() not good on embedded nul bytes.
40144      Branch: perl
40145            ! regcomp.c
40146 ____________________________________________________________________________
40147 [ 11966] By: ams                                   on 2001/09/09  21:06:13
40148         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
40149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40150              Date: Mon, 13 Aug 2001 22:51:59 +0200
40151              Message-ID: <20010813225159.C6681@rafael>
40152              (Applied with several tweaks.)
40153      Branch: perl
40154            ! embed.h embed.pl proto.h toke.c
40155 ____________________________________________________________________________
40156 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
40157         Log: The exact error message is system-dependent.
40158      Branch: perl
40159            ! lib/ExtUtils/Manifest.t
40160 ____________________________________________________________________________
40161 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
40162         Log: Add Windows and Mac Sami support to Encode
40163              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
40164      Branch: perl
40165            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
40166            ! MANIFEST
40167 ____________________________________________________________________________
40168 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
40169         Log: Use the tried method.
40170      Branch: perl
40171            ! pod/perlport.pod
40172 ____________________________________________________________________________
40173 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
40174         Log: Can't count parentheses.
40175      Branch: perl
40176            ! ext/IO/lib/IO/Socket/INET.pm
40177 ____________________________________________________________________________
40178 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
40179         Log: perlport additions: 1 while unlink, add/delete directory
40180              entries and permissions, cygwin stat funkiness (from Michael
40181              Schwern and Nicholas Clark)
40182      Branch: perl
40183            ! pod/perlport.pod
40184 ____________________________________________________________________________
40185 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
40186         Log: blib does have a detectable test.
40187      Branch: perl
40188            ! t/lib/1_compile.t
40189 ____________________________________________________________________________
40190 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
40191         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
40192              From: "chromatic" <chromatic@rmci.net>
40193              Date: Sat, 08 Sep 2001 19:33:42 -0600
40194              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
40195      Branch: perl
40196            + lib/Term/Complete.t
40197            ! MANIFEST
40198 ____________________________________________________________________________
40199 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
40200         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
40201              From: Michael G Schwern <schwern@pobox.com> 
40202              Date: Sat, 8 Sep 2001 02:40:26 -0400
40203              Message-ID: <20010908024026.A26283@blackrider>
40204      Branch: perl
40205            + lib/Test/Tutorial.pod
40206            ! MANIFEST
40207 ____________________________________________________________________________
40208 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
40209         Log: Try to look up protocol (by name) only iff it has non-numbers:
40210              nice if the server is in a chrooted environment (no /etc/protocols,
40211              server code using hardcorded protocol numbers like 6 for tcp),
40212              suggested by John Holdsworth <coldwave@bigfoot.com>.
40213              In other words, if we are given a number, why look it up again
40214              (by number)?
40215      Branch: perl
40216            ! ext/IO/lib/IO/Socket/INET.pm
40217 ____________________________________________________________________________
40218 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
40219         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
40220              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40221              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
40222              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
40223              
40224              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
40225              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40226              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
40227              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
40228              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
40229              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40230              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
40231              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
40232      Branch: perl
40233            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
40234 ____________________________________________________________________________
40235 [ 11955] By: ams                                   on 2001/09/09  02:54:21
40236         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
40237              From: "Craig A. Berry" <craigberry@mac.com>
40238              Date: Sat, 08 Sep 2001 19:02:16 -0500
40239              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
40240      Branch: perl
40241            ! lib/CGI/t/carp.t
40242 ____________________________________________________________________________
40243 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
40244         Log: Documentation tweaks; think the IP address as an opaque string.
40245      Branch: perl
40246            ! ext/Socket/Socket.pm
40247 ____________________________________________________________________________
40248 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
40249         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
40250              From: Michael G Schwern <schwern@pobox.com>
40251              Date: Sat, 8 Sep 2001 19:45:46 -0400
40252              Message-ID: <20010908194546.C9193@blackrider>
40253      Branch: perl
40254            + lib/blib.t
40255            ! MANIFEST lib/blib.pm t/lib/1_compile.t
40256 ____________________________________________________________________________
40257 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
40258         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
40259              From: "chromatic" <chromatic@rmci.net>
40260              Date: Sat, 08 Sep 2001 12:31:44 -0600
40261              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
40262      Branch: perl
40263            + lib/CGI/t/fast.t
40264            ! MANIFEST
40265 ____________________________________________________________________________
40266 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
40267         Log: The Socket tests were wrong: they were assuming too much.
40268      Branch: perl
40269            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
40270 ____________________________________________________________________________
40271 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
40272         Log: Retract the portability changes since they
40273              seem to have opened a can of worms... will
40274              go back to UNICOS/mk and do the bare minimum
40275              required to get the tests working.
40276      Branch: perl
40277            ! ext/Socket/Socket.xs
40278 ____________________________________________________________________________
40279 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
40280         Log: PADOFFSET is used to cast pointers into integers,
40281              if pointers are 64 bits and U32 32 bits,
40282              bad things may happen, or at least warnings issued.
40283      Branch: perl
40284            ! op.h
40285 ____________________________________________________________________________
40286 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
40287         Log: Still more Socket portability tweaking.
40288              Now Socket.t seems to be happy in all of
40289              Linux/x86, Tru64/alpha, Solaris/sparc,
40290              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
40291              
40292              Addendum: it seems that io_multihomed, io_sock, and hostent
40293              were broken in little-endians (linux/x86 and tru64/alpha)
40294              because of this change.  Argh.
40295      Branch: perl
40296            ! ext/Socket/Socket.xs
40297 ____________________________________________________________________________
40298 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
40299         Log: More portability kicking on inet_ntoa().
40300      Branch: perl
40301            ! ext/Socket/Socket.xs
40302 ____________________________________________________________________________
40303 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
40304         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
40305              From: Michael G Schwern <schwern@pobox.com> 
40306              Date: Fri, 7 Sep 2001 23:06:51 -0400
40307              Message-ID: <20010907230651.R606@blackrider>
40308      Branch: perl
40309            + lib/ExtUtils/Manifest.t
40310            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
40311 ____________________________________________________________________________
40312 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
40313         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
40314              From: "chromatic" <chromatic@rmci.net>
40315              Date: Fri, 07 Sep 2001 17:53:15 -0600      
40316              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
40317      Branch: perl
40318            + lib/ExtUtils/testlib.t
40319            ! MANIFEST
40320 ____________________________________________________________________________
40321 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
40322         Log: Thinko.
40323      Branch: perl
40324            ! lib/integer.t
40325 ____________________________________________________________________________
40326 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
40327         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
40328              From: "Craig A. Berry" <craigberry@mac.com>
40329              Date: Fri, 07 Sep 2001 15:30:03 -0500
40330              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
40331      Branch: perl
40332            ! lib/CGI/Carp.pm
40333 ____________________________________________________________________________
40334 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
40335         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
40336              From: Michael G Schwern <schwern@pobox.com>
40337              Date: Fri, 7 Sep 2001 15:38:13 -0400
40338              Message-ID: <20010907153813.K606@blackrider>
40339      Branch: perl
40340            ! lib/ExtUtils/MM_Unix.pm
40341 ____________________________________________________________________________
40342 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
40343         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
40344              From: Robin Barker <rmb1@cise.npl.co.uk>
40345              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
40346              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
40347      Branch: perl
40348            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
40349 ____________________________________________________________________________
40350 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
40351         Log: Clean up 1_compile.t; move tests to more consistent
40352              places (t/ subdirectories); add integer.t (much of
40353              the pragma is tested elsewhere but there is no one
40354              centralized place)
40355      Branch: perl
40356            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
40357            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
40358            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
40359            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
40360            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
40361            - lib/File/Find/find.t lib/File/Find/taint.t
40362            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
40363 ____________________________________________________________________________
40364 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
40365         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
40366              From: "chromatic" <chromatic@rmci.net>
40367              Date: Fri, 07 Sep 2001 10:17:40 -0600
40368              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
40369      Branch: perl
40370            ! lib/File/Find/taint.t
40371 ____________________________________________________________________________
40372 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
40373         Log: Update Changes.
40374      Branch: perl
40375            ! Changes patchlevel.h
40376 ____________________________________________________________________________
40377 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
40378         Log: Rename the old threading tutorial, start a new one,
40379              regen toc.
40380      Branch: perl
40381            + pod/perlothrtut.pod
40382            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
40383            ! pod/perltoc.pod
40384 ____________________________________________________________________________
40385 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
40386         Log: vars very much has a test.
40387      Branch: perl
40388            ! t/lib/1_compile.t
40389 ____________________________________________________________________________
40390 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
40391         Log: Subject: Re: wince/perl.ico marked as binary
40392              From: Nicholas Clark <nick@ccl4.org>
40393              Date: Fri, 7 Sep 2001 13:54:40 +0100
40394              Message-ID: <20010907135439.D39150@plum.flirble.org>
40395              
40396              and wince/Makefile.ce change from Rainer Keuchel.
40397      Branch: perl
40398            + wince/makeico.pl
40399            ! MANIFEST wince/Makefile.ce
40400 ____________________________________________________________________________
40401 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
40402         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
40403              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40404              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
40405              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
40406      Branch: perl
40407            ! regexec.c
40408 ____________________________________________________________________________
40409 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
40410         Log: (Replaced by #11934)
40411              Subject: Re: [PATCH regexec.c] more general .* and .*?
40412              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40413              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
40414              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
40415      Branch: perl
40416            ! regexec.c
40417 ____________________________________________________________________________
40418 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
40419         Log: The #11931 patching misbehaved.
40420      Branch: perl
40421            ! lib/Test/Harness/t/test-harness.t
40422 ____________________________________________________________________________
40423 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
40424         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
40425              From: Michael G Schwern <schwern@pobox.com>
40426              Date: Fri, 7 Sep 2001 03:30:41 -0400
40427              Message-ID: <20010907033041.A2796@blackrider>
40428      Branch: perl
40429            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
40430            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
40431            + t/lib/sample-tests/header_at_end_fail
40432            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
40433            - lib/Test/Harness.t
40434            ! MANIFEST lib/Test/Harness.pm t/TEST
40435 ____________________________________________________________________________
40436 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
40437         Log: Subject: [PATCH] Digest::MD5 update
40438              From: Gisle Aas <gisle@ActiveState.com>
40439              Date: 06 Sep 2001 23:32:56 -0700
40440              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
40441      Branch: perl
40442            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40443            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
40444 ____________________________________________________________________________
40445 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
40446         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
40447              From: "chromatic" <chromatic@rmci.net>
40448              Date: Thu, 06 Sep 2001 23:11:44 -0600
40449              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
40450      Branch: perl
40451            + lib/less.t
40452            ! MANIFEST t/lib/1_compile.t
40453 ____________________________________________________________________________
40454 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
40455         Log: The binary file must somehow differently stored.
40456      Branch: perl
40457            - wince/perl.ico
40458            ! MANIFEST
40459 ____________________________________________________________________________
40460 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
40461         Log: Add more modules to the list of modules that have tests,
40462              Schwern's wallet is getting more nervous.
40463              (Run t/lib/1_compile.t manually to see which modules
40464              are lacking tests, or the tests can't be run for some
40465              reason or another, such as the Net:: modules)
40466      Branch: perl
40467            ! t/lib/1_compile.t
40468 ____________________________________________________________________________
40469 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
40470         Log: Try to make Socket::inet_ntoa() more robust.
40471      Branch: perl
40472            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
40473 ____________________________________________________________________________
40474 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
40475         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
40476              From: chromatic <chromatic@rmci.net>       
40477              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
40478              Message-Id: <01090522580506.19590@firewheel>           
40479      Branch: perl
40480            ! lib/English.t
40481 ____________________________________________________________________________
40482 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
40483         Log: Subject: Re: perlvar manpage and localizing special vars
40484              From: Stas Bekman <stas@stason.org>
40485              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
40486              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
40487      Branch: perl
40488            ! pod/perlvar.pod
40489 ____________________________________________________________________________
40490 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
40491         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
40492              From: Robin Barker <rmb1@cise.npl.co.uk>
40493              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
40494              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
40495      Branch: perl
40496            ! lib/ExtUtils/MakeMaker.pm
40497 ____________________________________________________________________________
40498 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
40499         Log: Symbol missing; AIX unhappy.
40500      Branch: perl
40501            ! makedef.pl
40502 ____________________________________________________________________________
40503 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
40504         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
40505              Reported in 5.61, seems to work okay in blead.
40506      Branch: perl
40507            ! t/run/kill_perl.t
40508 ____________________________________________________________________________
40509 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
40510         Log: Update Changes.
40511      Branch: perl
40512            ! Changes patchlevel.h
40513 ____________________________________________________________________________
40514 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
40515         Log: Document the bad assumptions currently breaking
40516              the Socket.t tests 10, 11, and 13 in UNICOS.
40517      Branch: perl
40518            ! ext/Socket/Socket.xs
40519 ____________________________________________________________________________
40520 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
40521         Log: Subject: [PATCH x2p] make OPTIMIZE=...
40522              From: Robin Barker <rmb1@cise.npl.co.uk>
40523              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
40524              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
40525      Branch: perl
40526            ! x2p/Makefile.SH x2p/cflags.SH
40527 ____________________________________________________________________________
40528 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
40529         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
40530              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
40531              Date: Thu, 6 Sep 2001 11:09:40 +0100
40532              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
40533              
40534              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
40535              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40536              Date: 6 Sep 2001 10:14:38 -0000
40537              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
40538      Branch: perl
40539            ! pod/perlfaq1.pod pod/perlhack.pod
40540 ____________________________________________________________________________
40541 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
40542         Log: Subject: Extra NUL is Data::Dumper output - patch
40543              From: Tony Cook <tony@develop-help.com>
40544              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
40545              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
40546      Branch: perl
40547            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
40548 ____________________________________________________________________________
40549 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
40550         Log: Avoid redefinition warning
40551              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
40552              from
40553              perl -w -Ilib -MCwd -e ''
40554      Branch: perl
40555            ! lib/Cwd.pm
40556 ____________________________________________________________________________
40557 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
40558         Log: Update the is_tainted() example implementation.
40559      Branch: perl
40560            ! pod/perlsec.pod
40561 ____________________________________________________________________________
40562 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
40563         Log: Missing) in #11912.
40564      Branch: perl
40565            ! lib/Test/Simple/t/fail.t
40566 ____________________________________________________________________________
40567 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
40568         Log: Rewhack Test-Simple into core harness.
40569      Branch: perl
40570            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40571            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
40572            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
40573            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
40574            ! lib/Test/Simple/t/skipall.t
40575 ____________________________________________________________________________
40576 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
40577         Log: Workaround for the new Exporter 'feature'.
40578      Branch: perl
40579            ! lib/Test/More.pm
40580 ____________________________________________________________________________
40581 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
40582         Log: Re-introduce pure-Perl fall-back for abs_path,
40583              re-introduce #11898.
40584      Branch: perl
40585            ! lib/Cwd.pm lib/File/Find.pm
40586 ____________________________________________________________________________
40587 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
40588         Log: More tests.
40589      Branch: perl
40590            ! lib/Exporter.t
40591 ____________________________________________________________________________
40592 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
40593         Log: Retract #11898 for now because it introduces
40594              a rather nasty depencency: when B is being built,
40595              MakeMaker is used.  MakeMaker uses File::Find.
40596              File::Find uses Cwd::getcwd()...which doesn't
40597              exist yet.
40598      Branch: perl
40599            ! lib/File/Find.pm
40600 ____________________________________________________________________________
40601 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
40602         Log: New test welcome.
40603      Branch: perl
40604            + lib/Test/Simple/t/simple.t
40605 ____________________________________________________________________________
40606 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
40607         Log: Old test begone.
40608      Branch: perl
40609            - lib/Attribute/Handlers/test.pl
40610 ____________________________________________________________________________
40611 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
40612         Log: Test-Simple syncup from Schwern.
40613      Branch: perl
40614            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
40615            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
40616            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
40617            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
40618            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
40619            - lib/Test/More/Changes lib/Test/More/t/More.t
40620            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
40621            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
40622            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
40623            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
40624            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
40625            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
40626            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
40627            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
40628            ! t/lib/Test/Simple/sample_tests/death.plx
40629            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
40630            ! t/lib/Test/Simple/sample_tests/extras.plx
40631            ! t/lib/Test/Simple/sample_tests/five_fail.plx
40632            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
40633            ! t/lib/Test/Simple/sample_tests/one_fail.plx
40634            ! t/lib/Test/Simple/sample_tests/require.plx
40635            ! t/lib/Test/Simple/sample_tests/success.plx
40636            ! t/lib/Test/Simple/sample_tests/too_few.plx
40637            ! t/lib/Test/Simple/sample_tests/two_fail.plx
40638 ____________________________________________________________________________
40639 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
40640         Log: Integrate File::Find changes from bleadperl
40641      Branch: maint-5.6/macperl
40642            ! lib/File/Find.pm t/lib/filefind-taint.t
40643 ____________________________________________________________________________
40644 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
40645         Log: Integrate 11847 from maint-5.6/perl
40646      Branch: maint-5.6/macperl
40647           !> sv.c
40648 ____________________________________________________________________________
40649 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
40650         Log: In UNICOS division yada yada.
40651      Branch: perl
40652            ! t/op/override.t
40653 ____________________________________________________________________________
40654 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
40655         Log: In UNICOS division is really lossy, better use
40656              a tolerance test.
40657      Branch: perl
40658            ! ext/Time/HiRes/HiRes.t
40659 ____________________________________________________________________________
40660 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
40661         Log: In UNICOS sigaction() sets an extra flag
40662              ("the signal has been registered for all the processes in
40663              a multitasking group.")
40664      Branch: perl
40665            ! ext/POSIX/sigaction.t
40666 ____________________________________________________________________________
40667 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
40668         Log: Documentation micropatch from Damian.
40669      Branch: perl
40670            ! lib/Attribute/Handlers.pm
40671 ____________________________________________________________________________
40672 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
40673         Log: (Retracted by #11908)
40674              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
40675              From: Michael G Schwern <schwern@pobox.com>
40676              Date: Wed, 5 Sep 2001 15:58:21 -0400
40677              Message-ID: <20010905155821.I632@blackrider>
40678      Branch: perl
40679            ! lib/File/Find.pm lib/File/Find/taint.t
40680 ____________________________________________________________________________
40681 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
40682         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
40683              From: Michael G Schwern <schwern@pobox.com>
40684              Date: Wed, 5 Sep 2001 19:16:31 -0400
40685              Message-ID: <20010905191631.E11386@blackrider>
40686      Branch: perl
40687            + lib/CGI/t/carp.t
40688            ! MANIFEST
40689 ____________________________________________________________________________
40690 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
40691         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
40692              From: chromatic <chromatic@rmci.net>
40693              Date: Wed, 5 Sep 2001 18:08:07 -0600
40694              Message-Id: <01090518080700.19590@firewheel>
40695      Branch: perl
40696            ! lib/English.pm
40697 ____________________________________________________________________________
40698 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
40699         Log: Fix a typo #11889 and add a test for the same.
40700      Branch: perl
40701            ! ext/Socket/Socket.t ext/Socket/Socket.xs
40702 ____________________________________________________________________________
40703 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
40704         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
40705              From: "Craig A. Berry" <craigberry@mac.com>
40706              Date: Wed, 05 Sep 2001 17:48:54 -0500
40707              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
40708      Branch: perl
40709            ! lib/warnings.t t/run/kill_perl.t
40710 ____________________________________________________________________________
40711 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
40712         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
40713              From: Michael G Schwern <schwern@pobox.com>
40714              Date: Wed, 5 Sep 2001 17:22:25 -0400
40715              Message-ID: <20010905172225.C11386@blackrider>
40716      Branch: perl
40717            ! t/run/kill_perl.t
40718 ____________________________________________________________________________
40719 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
40720         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
40721              From: Nicholas Clark <nick@ccl4.org>
40722              Date: Wed, 5 Sep 2001 20:54:24 +0100
40723              Message-ID: <20010905205424.C25120@plum.flirble.org>
40724      Branch: perl
40725            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
40726 ____________________________________________________________________________
40727 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
40728         Log: Forgotten thing.
40729      Branch: perl
40730            ! uconfig.h
40731 ____________________________________________________________________________
40732 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
40733         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
40734              From: chromatic <chromatic@rmci.net>               
40735              Date: Wed, 5 Sep 2001 13:22:08 -0600
40736              Message-Id: <01090513220807.10587@firewheel> 
40737      Branch: perl
40738            ! lib/English.pm
40739 ____________________________________________________________________________
40740 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
40741         Log: inet_ntoa() tweaks:
40742              - don't allow addresses with > 255 characters
40743              - indent the HP-UX workaround
40744              - don't leak memory
40745      Branch: perl
40746            ! ext/Socket/Socket.xs
40747 ____________________________________________________________________________
40748 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
40749         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
40750              <xwu@theeducationcenter.com>
40751      Branch: perl
40752            ! lib/File/Find.pm
40753 ____________________________________________________________________________
40754 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
40755         Log: Typo nits.
40756      Branch: perl
40757            ! lib/File/Find.pm
40758 ____________________________________________________________________________
40759 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
40760         Log: -Wall nit.
40761      Branch: perl
40762            ! op.c
40763 ____________________________________________________________________________
40764 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
40765         Log: Update to Scalar-List-Utils 1.05
40766      Branch: perl
40767            ! ext/List/Util/ChangeLog ext/List/Util/README
40768            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
40769 ____________________________________________________________________________
40770 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
40771         Log: Update Changes.
40772      Branch: perl
40773            ! Changes patchlevel.h
40774 ____________________________________________________________________________
40775 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
40776         Log: Update to Scalar-List-Utils 1.04
40777      Branch: perl
40778            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
40779            ! ext/List/Util/lib/List/Util.pm
40780            ! ext/List/Util/lib/Scalar/Util.pm
40781 ____________________________________________________________________________
40782 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
40783         Log: Metaconfigify #11724.
40784      Branch: metaconfig
40785            ! U/threads/archname.U
40786 ____________________________________________________________________________
40787 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
40788         Log: The MacOS reference is okay, no reason to hide it.
40789      Branch: perl
40790            ! lib/Cwd.pm
40791 ____________________________________________________________________________
40792 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
40793         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
40794              From: Michael G Schwern <schwern@pobox.com>
40795              Date: Tue, 4 Sep 2001 15:30:10 -0400
40796              Message-ID: <20010904153010.H26466@blackrider> 
40797              
40798              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
40799      Branch: perl
40800            ! ext/Cwd/Makefile.PL lib/Cwd.pm
40801 ____________________________________________________________________________
40802 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
40803         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.))
40804              From: Michael G Schwern <schwern@pobox.com>
40805              Date: Tue, 4 Sep 2001 17:39:13 -0400
40806              Message-ID: <20010904173913.C626@blackrider>
40807      Branch: perl
40808            ! lib/Cwd.pm
40809 ____________________________________________________________________________
40810 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
40811         Log: Subject: Re: Perl_pp_* in public API?
40812              From: "Craig A. Berry" <craigberry@mac.com>
40813              Date: Tue, 4 Sep 2001 21:51:29 -0500
40814              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
40815      Branch: perl
40816            ! ext/List/Util/Util.xs
40817 ____________________________________________________________________________
40818 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
40819         Log: From Damian: Class::Struct was unable to define
40820              recursive classes.  After the patch an object reference
40821              (rather than a hash) is required to initialize
40822              an object attribute.  If no such initializer is given to
40823              the constructor, object attributes are now default
40824              initialized to C<undef>.
40825      Branch: perl
40826            ! lib/Class/Struct.pm lib/Class/Struct.t
40827 ____________________________________________________________________________
40828 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
40829         Log: Subject: Re: sv_catpvfn and sv_setpvfn
40830              From: Richard Soderberg <rs@oregonnet.com>
40831              Date: Tue, 4 Sep 2001 15:16:47 -0700
40832              Message-Id: <200109042216.PAA17858@oregonnet.com>
40833      Branch: perl
40834            ! pod/perlclib.pod pod/perlguts.pod
40835 ____________________________________________________________________________
40836 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
40837         Log: NetWare updates from Ananth Kesari.
40838      Branch: perl
40839            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
40840            ! NetWare/nw5thread.h
40841 ____________________________________________________________________________
40842 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
40843         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?))
40844              From: Nicholas Clark <nick@ccl4.org>
40845              Date: Tue, 4 Sep 2001 22:42:50 +0100
40846              Message-ID: <20010904224250.P25120@plum.flirble.org>
40847      Branch: perl
40848            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
40849            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
40850            ! t/op/oct.t toke.c
40851 ____________________________________________________________________________
40852 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
40853         Log: Fix Cwd::getcwd() not being tainted, as noticed
40854              by Schwern.
40855      Branch: perl
40856            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
40857            - ext/Cwd/Cwd.t
40858            ! MANIFEST ext/Cwd/Cwd.xs util.c
40859 ____________________________________________________________________________
40860 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
40861         Log: Retract #11870 and volatilize the right destruct_level.
40862              Silly thinko pointed out by Sarathy.
40863      Branch: perl
40864            ! intrpvar.h perl.c
40865 ____________________________________________________________________________
40866 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
40867         Log: At least a temporary fix for the mysterious scope core dumps
40868              in Tru64 from Graham.
40869      Branch: perl
40870            ! ext/List/Util/Util.xs
40871 ____________________________________________________________________________
40872 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
40873         Log: (Retracted by #11872)
40874      Branch: perl
40875            ! intrpvar.h
40876 ____________________________________________________________________________
40877 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
40878         Log: Quench a -Wall gripe noticed by Robin Barker.
40879      Branch: perl
40880            ! op.c
40881 ____________________________________________________________________________
40882 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
40883         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
40884              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40885              Date: Wed, 05 Sep 2001 02:01:32 +0900
40886              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
40887      Branch: perl
40888            ! lib/Unicode/UCD.pm
40889 ____________________________________________________________________________
40890 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
40891         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
40892              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40893              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
40894              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
40895      Branch: perl
40896            ! gv.c
40897 ____________________________________________________________________________
40898 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
40899         Log: Update Changes.
40900      Branch: perl
40901            ! Changes patchlevel.h
40902 ____________________________________________________________________________
40903 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
40904         Log: Add the \[$@%&*] prototype support.
40905      Branch: perl
40906            ! op.c pod/perlsub.pod t/comp/proto.t
40907 ____________________________________________________________________________
40908 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
40909         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
40910              From: Michael G Schwern <schwern@pobox.com>
40911              Date: Mon, 3 Sep 2001 18:59:01 -0400
40912              Message-ID: <20010903185901.Z9233@blackrider>
40913      Branch: perl
40914            ! lib/CGI/t/form.t
40915 ____________________________________________________________________________
40916 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
40917         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
40918              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40919              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
40920              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
40921      Branch: perl
40922            ! gv.c
40923 ____________________________________________________________________________
40924 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
40925         Log: More srand entry tweakage based on Randal's suggestion.
40926      Branch: perl
40927            ! pod/perlfunc.pod
40928 ____________________________________________________________________________
40929 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
40930         Log: Subject: [PATCH] 'main' *is* a reserved word
40931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40932              Date: Mon, 3 Sep 2001 22:55:41 +0200
40933              Message-ID: <20010903225541.A24097@rafael>
40934      Branch: perl
40935            ! toke.c
40936 ____________________________________________________________________________
40937 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
40938         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
40939              From: Peter Prymmer <pvhp@best.com>
40940              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
40941              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
40942      Branch: perl
40943            ! README.vms configure.com
40944 ____________________________________________________________________________
40945 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
40946         Log: Subject: Re: A slightly better default seed?   
40947              From: Michael G Schwern <schwern@pobox.com>
40948              Date: Mon, 3 Sep 2001 18:08:15 -0400 
40949              Message-ID: <20010903180815.W9233@blackrider>
40950      Branch: perl
40951            ! t/op/srand.t
40952 ____________________________________________________________________________
40953 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
40954         Log: Add sharedsv.o to microperl object files.
40955      Branch: perl
40956            ! Makefile.micro
40957 ____________________________________________________________________________
40958 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
40959         Log: AUTHORS updates and
40960              
40961              Subject: [PATCH] Just some preening :-)        
40962              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
40963              Date: Tue, 4 Sep 2001 14:16:59 +0100
40964              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
40965      Branch: perl
40966            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
40967 ____________________________________________________________________________
40968 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
40969         Log: Typo fix and slight rewording.
40970      Branch: perl
40971            ! pod/perlfunc.pod
40972 ____________________________________________________________________________
40973 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
40974         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
40975      Branch: perl
40976            ! pod/perlfaq4.pod
40977 ____________________________________________________________________________
40978 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
40979         Log: The helper file changed name.
40980      Branch: perl
40981            ! MANIFEST
40982 ____________________________________________________________________________
40983 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
40984         Log: Update to Scalar-List-Utils 1.03
40985      Branch: perl
40986            + ext/List/Util/t/shuffle.t
40987            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
40988            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
40989            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
40990            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
40991            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
40992            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
40993            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
40994            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
40995 ____________________________________________________________________________
40996 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
40997         Log: Make crypt() do something more sane for Unicode
40998              (take crypt() of the low eight bits of the characters,
40999              instead of taking crypt() of the UTF-8 of the scalar);
41000              add a test for crypt().
41001      Branch: perl
41002            + t/op/crypt.t
41003            ! MANIFEST pod/perlfunc.pod pp.c
41004 ____________________________________________________________________________
41005 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
41006         Log: Reorganize the srand entry.
41007      Branch: perl
41008            ! pod/perlfunc.pod
41009 ____________________________________________________________________________
41010 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
41011         Log: Remove the tests that assume something about
41012              calling srand() without arguments multiple times.
41013      Branch: perl
41014            ! t/op/srand.t
41015 ____________________________________________________________________________
41016 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
41017         Log: Upgrade to Math::BigInt 1.42.
41018      Branch: perl
41019            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41020            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
41021            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
41022            ! lib/Math/BigInt/t/mbimbf.t
41023 ____________________________________________________________________________
41024 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
41025         Log: integrate change#11847 from maint-5.6
41026              
41027              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
41028      Branch: perl
41029            ! sv.c
41030 ____________________________________________________________________________
41031 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
41032         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
41033      Branch: maint-5.6/perl
41034            ! sv.c
41035 ____________________________________________________________________________
41036 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
41037         Log: As far as I can tell these functions have been Unicodified.
41038      Branch: perl
41039            ! doop.c
41040 ____________________________________________________________________________
41041 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
41042         Log: Update to Storable 1.0.13.
41043      Branch: perl
41044            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41045            ! ext/Storable/Storable.xs
41046 ____________________________________________________________________________
41047 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
41048         Log: Patch the Filter::Simple test to work with
41049              the core test suite (since the FilterTest.pm
41050              is in t/lib, not in lib).
41051      Branch: perl
41052            ! lib/Filter/Simple/t/filter.t
41053 ____________________________________________________________________________
41054 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
41055         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
41056      Branch: perl
41057            + t/lib/FilterTest.pm
41058            - t/lib/MyFilter.pm
41059 ____________________________________________________________________________
41060 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
41061         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
41062              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
41063              Text::Balanced 1.86.
41064      Branch: perl
41065            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
41066            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
41067            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
41068            + lib/Switch/t/nested.t lib/Switch/t/switch.t
41069            + lib/Text/Balanced/Changes lib/Text/Balanced/README
41070            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
41071            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
41072            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
41073            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
41074            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41075            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
41076            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
41077            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
41078            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
41079            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
41080            ! MANIFEST lib/Attribute/Handlers.pm
41081            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
41082            ! lib/Attribute/Handlers/demo/Demo.pm
41083            ! lib/Attribute/Handlers/demo/Descriptions.pm
41084            ! lib/Attribute/Handlers/demo/MyClass.pm
41085            ! lib/Attribute/Handlers/demo/demo.pl
41086            ! lib/Attribute/Handlers/demo/demo2.pl
41087            ! lib/Attribute/Handlers/demo/demo3.pl
41088            ! lib/Attribute/Handlers/demo/demo4.pl
41089            ! lib/Attribute/Handlers/demo/demo_call.pl
41090            ! lib/Attribute/Handlers/demo/demo_chain.pl
41091            ! lib/Attribute/Handlers/demo/demo_cycle.pl
41092            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
41093            ! lib/Attribute/Handlers/demo/demo_phases.pl
41094            ! lib/Attribute/Handlers/demo/demo_range.pl
41095            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
41096            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
41097            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
41098            ! lib/Text/Balanced.pm
41099 ____________________________________________________________________________
41100 [ 11841] By: sky                                   on 2001/09/03  11:04:15
41101         Log: Forgot to add a file with Change #11840
41102      Branch: perl
41103            + t/op/srand.t
41104 ____________________________________________________________________________
41105 [ 11840] By: sky                                   on 2001/09/03  11:02:04
41106         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
41107              From: Michael G Schwern <schwern@pobox.com>
41108              Date: Mon, 3 Sep 2001 07:43:00 -0400
41109              Message-ID: <20010903074300.E9233@blackrider>
41110      Branch: perl
41111            ! MANIFEST pod/perlfunc.pod t/op/rand.t
41112 ____________________________________________________________________________
41113 [ 11839] By: sky                                   on 2001/09/03  10:47:11
41114         Log: Document the changes with regards to running of END blocks.
41115              And DESTROY on global objects are called in perl_destruct()!
41116      Branch: perl
41117            ! pod/perl572delta.pod pod/perlembed.pod
41118 ____________________________________________________________________________
41119 [ 11838] By: sky                                   on 2001/09/03  09:34:44
41120         Log: Subject: [PATCH t/op/time.t] Partial cleanup
41121              From: Michael G Schwern <schwern@pobox.com>
41122              Date: Mon, 3 Sep 2001 06:29:42 -0400
41123              Message-ID: <20010903062942.C9233@blackrider>
41124      Branch: perl
41125            ! t/op/time.t
41126 ____________________________________________________________________________
41127 [ 11837] By: sky                                   on 2001/09/03  09:30:02
41128         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
41129              From: Michael G Schwern <schwern@pobox.com>
41130              Date: Mon, 3 Sep 2001 06:24:13 -0400
41131              Message-ID: <20010903062413.B9233@blackrider>
41132      Branch: perl
41133            ! t/op/rand.t
41134 ____________________________________________________________________________
41135 [ 11836] By: sky                                   on 2001/09/03  07:56:47
41136         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
41137              From: Michael G Schwern <schwern@pobox.com>
41138              Date: Sun, 2 Sep 2001 21:38:43 -0400
41139              Message-ID: <20010902213843.L2711@blackrider>
41140      Branch: perl
41141            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
41142            ! MANIFEST
41143 ____________________________________________________________________________
41144 [ 11835] By: nick                                  on 2001/09/03  06:20:06
41145         Log: Integrate mainline
41146      Branch: perlio
41147           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
41148            - t/op/misc.t
41149           !> (integrate 187 files)
41150 ____________________________________________________________________________
41151 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
41152         Log: Update Changes.
41153      Branch: perl
41154            ! Changes patchlevel.h
41155 ____________________________________________________________________________
41156 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
41157         Log: Slight tweaks.
41158      Branch: perl
41159            ! t/run/kill_perl.t
41160 ____________________________________________________________________________
41161 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
41162         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
41163      Branch: perl
41164            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41165 ____________________________________________________________________________
41166 [ 11831] By: sky                                   on 2001/09/02  12:10:42
41167         Log: Change #11828 wasn't complete, this updates to intest path
41168      Branch: perl
41169            ! t/run/kill_perl.t
41170 ____________________________________________________________________________
41171 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
41172         Log: 's's's.
41173      Branch: perl
41174            ! Changes
41175 ____________________________________________________________________________
41176 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
41177         Log: Update Changes.
41178      Branch: perl
41179            ! Changes patchlevel.h
41180 ____________________________________________________________________________
41181 [ 11828] By: sky                                   on 2001/09/02  11:53:56
41182         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
41183              From: Michael G Schwern <schwern@pobox.com>
41184              Date: Sat, 1 Sep 2001 20:18:58 -0400
41185              Message-ID: <20010901201858.X606@blackrider>
41186              +MANIFEST Fix
41187      Branch: perl
41188            + t/run/kill_perl.t
41189            - t/op/misc.t t/run/segfault.t
41190            ! MANIFEST
41191 ____________________________________________________________________________
41192 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
41193         Log: Subject: [PATCH] lib/Time/Local.pm
41194              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41195              Date: Sun, 2 Sep 2001 06:50:01 -0500
41196              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
41197      Branch: perl
41198            ! lib/Time/Local.pm
41199 ____________________________________________________________________________
41200 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
41201         Log: Tick off Unicode collation and the normalization from
41202              the todo list.
41203      Branch: perl
41204            ! pod/perltodo.pod
41205 ____________________________________________________________________________
41206 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
41207         Log: Update to Unicode 3.1.1.
41208      Branch: perl
41209            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
41210            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
41211            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
41212            ! lib/unicore/PropList.txt lib/unicore/README.perl
41213            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
41214            ! lib/unicore/rename lib/unicore/version
41215 ____________________________________________________________________________
41216 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
41217         Log: Slight doc tweaks for the module.
41218      Branch: perl
41219            ! lib/Unicode/UCD.pm
41220 ____________________________________________________________________________
41221 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
41222         Log: Rename the variable: it *used* to be (wrongly) that the
41223              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
41224              but that is no more the case: PL_reg_match_utf8 is better.
41225      Branch: perl
41226            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
41227            ! regexec.c sv.c thrdvar.h
41228 ____________________________________________________________________________
41229 [ 11822] By: ams                                   on 2001/09/02  02:54:50
41230         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
41231              From: Ilmari Karonen <iltzu@sci.fi>
41232              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
41233              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
41234              (op/sub_lval.t updated to take new error message into account.)
41235      Branch: perl
41236            ! op.c t/op/sub_lval.t
41237 ____________________________________________________________________________
41238 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
41239         Log: remove stray CRs in files; keep all files with UNIX line-ends
41240              (Porting/makerel adds CRs to the files that need it in the
41241              distribution)
41242      Branch: perl
41243            ! NetWare/t/NWScripts.pl README.dos
41244            ! ext/Encode/Encode/cns11643-1.enc
41245            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
41246            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41247 ____________________________________________________________________________
41248 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
41249         Log: some remnants of change#11803
41250      Branch: perl
41251            ! ext/ByteLoader/byterun.h perl.h
41252 ____________________________________________________________________________
41253 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
41254         Log: Update to Unicode::Collate 0.08.
41255      Branch: perl
41256            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41257            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
41258 ____________________________________________________________________________
41259 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
41260         Log: Test tweaks.
41261      Branch: perl
41262            ! t/op/pat.t
41263 ____________________________________________________________________________
41264 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
41265         Log: Fix test
41266      Branch: maint-5.6/macperl
41267            ! t/lib/b.t
41268 ____________________________________________________________________________
41269 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
41270         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
41271              warnings in Config.pm with -W; increase default and
41272              minimum RAM; bump version number.
41273      Branch: maint-5.6/macperl
41274            + macos/lib/Mac/LowMem.pm
41275            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
41276            ! macos/configpm macos/macperl/MacPerl.r
41277 ____________________________________________________________________________
41278 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
41279         Log: Make syntax check report in MPW style, fix tests
41280              to use Mac::err=unix to get normal-style error
41281              messages.
41282      Branch: maint-5.6/macperl
41283            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
41284            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
41285 ____________________________________________________________________________
41286 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
41287         Log: Make MPW-style errors optional (but the default); add
41288              MacPerl::ErrorFormat() function and Mac::err pragma
41289      Branch: maint-5.6/macperl
41290            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
41291            + macos/ext/Mac/err/err.xs
41292            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
41293            ! macos/macish.c macos/macish.h macos/macperl.sym
41294 ____________________________________________________________________________
41295 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
41296         Log: More module and test ports from Thomas Wegner et al
41297      Branch: maint-5.6/macperl
41298            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
41299            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
41300            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
41301            ! t/op/magic.t
41302 ____________________________________________________________________________
41303 [ 11812] By: sky                                   on 2001/09/01  17:19:30
41304         Log: Subject: [PATCH t/op/concat.t] cleanup
41305              From: Michael G Schwern <schwern@pobox.com>
41306              Date: Sat, 1 Sep 2001 14:06:28 -0400
41307              Message-ID: <20010901140628.C606@blackrider>
41308      Branch: perl
41309            ! t/op/concat.t
41310 ____________________________________________________________________________
41311 [ 11811] By: sky                                   on 2001/09/01  12:25:29
41312         Log: Change #11805 didn't update the MANIFEST
41313      Branch: perl
41314            ! MANIFEST
41315 ____________________________________________________________________________
41316 [ 11810] By: sky                                   on 2001/09/01  11:52:44
41317         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
41318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41319              Date: Sat, 1 Sep 2001 14:50:14 +0200
41320              Message-ID: <20010901145014.A691@rafael>
41321      Branch: perl
41322            ! t/op/inccode.t
41323 ____________________________________________________________________________
41324 [ 11809] By: sky                                   on 2001/09/01  11:49:22
41325         Log: Subject: PATCH: ExtUtils::MakeMaker
41326              From: Tony Bowden <tony@kasei.com>
41327              Date: Sat, 1 Sep 2001 10:33:53 +0100
41328              Message-ID: <20010901103353.A13863@soto.kasei.com>
41329              Manually applied
41330      Branch: perl
41331            ! lib/ExtUtils/MakeMaker.pm
41332 ____________________________________________________________________________
41333 [ 11808] By: sky                                   on 2001/09/01  11:39:13
41334         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
41335              From: mike808@users.sourceforge.net
41336              Date: Sat, 1 Sep 101 11:27:50 GMT
41337              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
41338              With little tweak
41339      Branch: perl
41340            ! lib/Term/Cap.pm
41341 ____________________________________________________________________________
41342 [ 11807] By: ams                                   on 2001/09/01  11:31:16
41343         Log: Subject: oct() and hex()
41344              From: Nicholas Clark <nick@ccl4.org>
41345              Date: Fri, 31 Aug 2001 23:14:13 +0100
41346              Message-Id: <20010831231413.J4950@plum.flirble.org>
41347      Branch: perl
41348            ! pod/perlclib.pod
41349 ____________________________________________________________________________
41350 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
41351         Log: Integrate change 11801 from maintperl
41352      Branch: maint-5.6/macperl
41353            ! perl.c
41354 ____________________________________________________________________________
41355 [ 11805] By: sky                                   on 2001/08/31  21:35:10
41356         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
41357              From: Michael G Schwern <schwern@pobox.com>
41358              Date: Fri, 31 Aug 2001 15:36:28 -0400
41359              Message-ID: <20010831153628.B598@blackrider>
41360              Check for things which used to segfault
41361      Branch: perl
41362            + t/run/segfault.t
41363 ____________________________________________________________________________
41364 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
41365         Log: integrate change#11801 from maint-5.6
41366              
41367              remove age-old UNICOS "workaround" that introduces a static, and
41368              hence an egregious race condition for threaded builds (*sigh*
41369              beats me why this kludge wasn't guarded by a UNICOS-specific
41370              #define *sigh*)
41371      Branch: perl
41372            ! perl.c
41373 ____________________________________________________________________________
41374 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
41375         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
41376              working in 5.7.x
41377      Branch: perl
41378            - objXSUB.h
41379            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
41380            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
41381            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
41382            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
41383            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
41384            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
41385            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
41386            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
41387            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
41388            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
41389            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
41390            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
41391            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
41392            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
41393            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
41394            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
41395            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
41396            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
41397            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
41398            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
41399            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
41400            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
41401 ____________________________________________________________________________
41402 [ 11802] By: ams                                   on 2001/08/31  18:11:32
41403         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
41404              From: "Philip Newton" <Philip.Newton@gmx.net>
41405              Date: Fri, 31 Aug 2001 21:12:56 +0200
41406              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
41407      Branch: perl
41408            ! pod/perldiag.pod
41409 ____________________________________________________________________________
41410 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
41411         Log: remove age-old UNICOS "workaround" that introduces a static, and
41412              hence an egregious race condition for threaded builds (*sigh*
41413              beats me why this kludge wasn't guarded by a UNICOS-specific
41414              #define *sigh*)
41415      Branch: maint-5.6/perl
41416            ! perl.c
41417 ____________________________________________________________________________
41418 [ 11800] By: sky                                   on 2001/08/31  17:30:26
41419         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
41420              Might break on platforms where bool is larger than 8 bites ???
41421      Branch: perl
41422            ! regcomp.c
41423 ____________________________________________________________________________
41424 [ 11799] By: ams                                   on 2001/08/31  12:15:44
41425         Log: Integrate 11778 into mainline.
41426      Branch: perl
41427            ! t/base/term.t
41428 ____________________________________________________________________________
41429 [ 11798] By: sky                                   on 2001/08/31  11:31:44
41430         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
41431              supposed to happen.
41432      Branch: perl
41433            ! regcomp.c
41434 ____________________________________________________________________________
41435 [ 11797] By: sky                                   on 2001/08/31  11:28:17
41436         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
41437              From: "John P. Linderman" <jpl@research.att.com>
41438              Date: Fri, 31 Aug 2001 08:20:35 -0400
41439              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
41440              Fixes test 14 which could fail randomly in rare cases.
41441      Branch: perl
41442            ! ext/Time/HiRes/HiRes.t regcomp.c
41443 ____________________________________________________________________________
41444 [ 11796] By: ams                                   on 2001/08/31  01:13:07
41445         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
41446              From: Nicholas Clark <nick@ccl4.org>
41447              Date: Thu, 30 Aug 2001 23:21:50 +0100
41448              Message-Id: <20010830232150.D4950@plum.flirble.org>
41449      Branch: perl
41450            ! ext/Sys/Syslog/Makefile.PL
41451 ____________________________________________________________________________
41452 [ 11795] By: ams                                   on 2001/08/30  23:53:23
41453         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
41454              patching example
41455              From: Michael G Schwern <schwern@pobox.com>
41456              Date: Thu, 30 Aug 2001 17:02:08 -0400
41457              Message-Id: <20010830170208.M2318@blackrider>
41458      Branch: perl
41459            ! pod/perlhack.pod
41460 ____________________________________________________________________________
41461 [ 11794] By: ams                                   on 2001/08/30  19:35:36
41462         Log: Subject: [PATCH] pp_modulo
41463              From: Nicholas Clark <nick@ccl4.org>
41464              Date: Thu, 30 Aug 2001 18:20:54 +0100
41465              Message-Id: <20010830182053.A4950@plum.flirble.org>
41466      Branch: perl
41467            ! pp.c t/op/64bitint.t
41468 ____________________________________________________________________________
41469 [ 11793] By: sky                                   on 2001/08/30  13:02:48
41470         Log: 11792 wasn't complete
41471      Branch: perl
41472            ! makedef.pl regcomp.c
41473 ____________________________________________________________________________
41474 [ 11792] By: sky                                   on 2001/08/30  12:21:11
41475         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
41476      Branch: perl
41477            ! makedef.pl
41478 ____________________________________________________________________________
41479 [ 11791] By: sky                                   on 2001/08/30  10:08:02
41480         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
41481      Branch: perl
41482            ! config_h.SH
41483 ____________________________________________________________________________
41484 [ 11790] By: sky                                   on 2001/08/30  08:22:31
41485         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
41486              on the pad. Fixes coredumps in cleanups introduced by
41487              Change 11755  
41488      Branch: perl
41489            ! op.c perl.c sv.h
41490 ____________________________________________________________________________
41491 [ 11789] By: sky                                   on 2001/08/29  19:01:47
41492         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
41493              This is a replacement implmentation that works on HPUX.
41494              This bug should probably be fixed in GCC.
41495      Branch: perl
41496            ! ext/Socket/Socket.xs
41497 ____________________________________________________________________________
41498 [ 11788] By: ams                                   on 2001/08/29  17:35:33
41499         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
41500              From: Nicholas Clark <nick@ccl4.org>
41501              Date: Wed, 29 Aug 2001 18:21:56 +0100
41502              Message-Id: <20010829182156.O4950@plum.flirble.org>
41503      Branch: perl
41504            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
41505 ____________________________________________________________________________
41506 [ 11787] By: sky                                   on 2001/08/29  10:42:54
41507         Log: Added test for pack_addr_in and unpack_addr_in
41508              Nitpik in test 10
41509      Branch: perl
41510            ! ext/Socket/Socket.t
41511 ____________________________________________________________________________
41512 [ 11786] By: sky                                   on 2001/08/29  10:28:14
41513         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
41514              Trying to catch errors on HP-UX
41515      Branch: perl
41516            ! ext/Socket/Socket.t
41517 ____________________________________________________________________________
41518 [ 11785] By: sky                                   on 2001/08/29  09:07:03
41519         Log: make sure USE_THREADS is defined so external apps work
41520      Branch: perl
41521            ! config_h.SH
41522 ____________________________________________________________________________
41523 [ 11784] By: sky                                   on 2001/08/29  08:06:12
41524         Log: Subject: Re: The hitlist of untested modules.
41525              From: Jonathan Stowe <gellyfish@gellyfish.com>
41526              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
41527              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
41528              Start of tests for Shell.pm (make Schwern poorer!)
41529      Branch: perl
41530            + lib/Shell.t
41531            ! MANIFEST
41532 ____________________________________________________________________________
41533 [ 11783] By: sky                                   on 2001/08/29  07:37:50
41534         Log: END{} can change the return value even if we die from BEGIN{}
41535      Branch: perl
41536            ! miniperlmain.c
41537 ____________________________________________________________________________
41538 [ 11782] By: ams                                   on 2001/08/29  06:32:17
41539         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
41540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41541              Date: Wed, 29 Aug 2001 09:18:17 +0200
41542              Message-Id: <20010829091817.A4453@rafael>
41543      Branch: perl
41544            ! t/op/inccode.t
41545 ____________________________________________________________________________
41546 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
41547         Log: Delete xsubpp.patch, as full copy exists now
41548      Branch: maint-5.6/macperl
41549            - macos/xsubpp.patch
41550 ____________________________________________________________________________
41551 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
41552         Log: Add Changes file
41553      Branch: maint-5.6/macperl
41554            + macos/Changes
41555 ____________________________________________________________________________
41556 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
41557         Log: Add Mac version of xsubpp as separate file
41558      Branch: maint-5.6/macperl
41559            + macos/xsubpp
41560            ! macos/Makefile.mk
41561 ____________________________________________________________________________
41562 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
41563         Log: Fix open of /dev/null for Mac OS
41564      Branch: maint-5.6/macperl
41565            ! t/base/term.t
41566 ____________________________________________________________________________
41567 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
41568         Log: Various patches: enable more tests; skip CVS in PerlInstall;
41569              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
41570      Branch: maint-5.6/macperl
41571            ! macos/MacPerlTests.cmd macos/PerlInstall
41572            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
41573 ____________________________________________________________________________
41574 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
41575         Log: Allow for platforms to override formatting of errors
41576              on output from Matthias Neeracher (Mac files)
41577      Branch: maint-5.6/macperl
41578            ! macos/macish.c macos/macish.h
41579 ____________________________________________________________________________
41580 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
41581         Log: Allow for platforms to override formatting of errors
41582              on output from Matthias Neeracher (core files)
41583      Branch: maint-5.6/macperl
41584            ! perl.h pp_ctl.c util.c
41585 ____________________________________________________________________________
41586 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
41587         Log: Add some param checking, from reports by Kevin Reid.
41588      Branch: maint-5.6/macperl
41589            ! macos/ext/Mac/Controls/Controls.pm
41590            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
41591 ____________________________________________________________________________
41592 [ 11773] By: ams                                   on 2001/08/28  23:54:57
41593         Log: Subject: [PATCH] make coretest
41594              From: Paul Johnson <paul@pjcj.net>
41595              Date: Wed, 29 Aug 2001 00:11:38 +0200
41596              Message-Id: <20010829001138.B12169@pjcj.net>
41597              (Applied without the change to perlhack.pod. This should
41598              probably stay undocumented.)
41599      Branch: perl
41600            ! Makefile.SH t/TEST
41601 ____________________________________________________________________________
41602 [ 11772] By: sky                                   on 2001/08/28  13:01:20
41603         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
41604              From: Michael G Schwern <schwern@pobox.com>
41605              Date: Tue, 28 Aug 2001 09:57:39 -0400
41606              Message-ID: <20010828095738.E17775@blackrider>
41607      Branch: perl
41608            ! pod/perlhack.pod t/op/pack.t
41609 ____________________________________________________________________________
41610 [ 11771] By: sky                                   on 2001/08/28  11:20:13
41611         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
41612              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41613              Date: Tue, 28 Aug 2001 14:23:43 +0200
41614              Message-ID: <20010828142343.A19299@rafael>
41615      Branch: perl
41616            ! pod/perlvar.pod pp_ctl.c
41617 ____________________________________________________________________________
41618 [ 11770] By: ams                                   on 2001/08/28  10:13:21
41619         Log: Subject: [PATCH] odd typo in op.h
41620              From: Nicholas Clark <nick@ccl4.org>
41621              Date: Tue, 28 Aug 2001 12:10:26 +0100
41622              Message-Id: <20010828121026.V4950@plum.flirble.org>
41623      Branch: perl
41624            ! op.h
41625 ____________________________________________________________________________
41626 [ 11769] By: sky                                   on 2001/08/28  08:09:16
41627         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
41628              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
41629              Date: Tue, 28 Aug 2001 02:22:20 +0300
41630              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
41631      Branch: perl
41632            ! ext/B/B/Lint.pm
41633 ____________________________________________________________________________
41634 [ 11768] By: ams                                   on 2001/08/28  00:47:35
41635         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
41636              From: Michael G Schwern <schwern@pobox.com>
41637              Date: Mon, 27 Aug 2001 21:24:44 -0400
41638              Message-Id: <20010827212444.F12582@blackrider>
41639      Branch: perl
41640            ! pod/perlhack.pod t/op/pack.t
41641 ____________________________________________________________________________
41642 [ 11767] By: ams                                   on 2001/08/27  23:59:48
41643         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
41644              From: Michael G Schwern <schwern@pobox.com>
41645              Date: Mon, 27 Aug 2001 20:12:29 -0400
41646              Message-Id: <20010827201229.D12582@blackrider>
41647      Branch: perl
41648            ! pod/perlhack.pod t/op/pack.t
41649 ____________________________________________________________________________
41650 [ 11766] By: ams                                   on 2001/08/27  23:39:40
41651         Log: Update Changes.
41652      Branch: perl
41653            ! Changes
41654 ____________________________________________________________________________
41655 [ 11765] By: ams                                   on 2001/08/27  22:53:10
41656         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
41657              From: Michael G Schwern <schwern@pobox.com>
41658              Date: Mon, 27 Aug 2001 19:47:30 -0400
41659              Message-Id: <20010827194730.C12582@blackrider>
41660      Branch: perl
41661            ! t/op/inccode.t
41662 ____________________________________________________________________________
41663 [ 11764] By: ams                                   on 2001/08/27  22:46:21
41664         Log: Subject: [PATCH] new tests for the coderef-in-@INC
41665              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41666              Date: Mon, 27 Aug 2001 22:36:27 +0200
41667              Message-Id: <20010827223627.C690@rafael>
41668              
41669              Subject: Re: [PATCH] new tests for the coderef-in-@INC
41670              From: Nicholas Clark <nick@ccl4.org>
41671              Date: Tue, 28 Aug 2001 00:02:46 +0100
41672              Message-Id: <20010828000245.R4950@plum.flirble.org>
41673      Branch: perl
41674            + t/op/inccode.t
41675            ! MANIFEST
41676 ____________________________________________________________________________
41677 [ 11763] By: ams                                   on 2001/08/27  22:41:09
41678         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
41679              bleadperl on fire, Win95+4NT)
41680              From: Michael G Schwern <schwern@pobox.com>
41681              Date: Mon, 27 Aug 2001 16:54:42 -0400
41682              Message-Id: <20010827165442.F9436@blackrider>
41683      Branch: perl
41684            ! lib/warnings.t
41685 ____________________________________________________________________________
41686 [ 11762] By: sky                                   on 2001/08/27  19:19:17
41687         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
41688              avaible at compile time. This broke the compilation of 
41689              Net/Ping.pm
41690      Branch: perl
41691            ! lib/Net/Ping.pm
41692 ____________________________________________________________________________
41693 [ 11761] By: sky                                   on 2001/08/27  18:34:48
41694         Log: Removed tripple definitions of CUSTOM_OP functions.
41695      Branch: perl
41696            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
41697 ____________________________________________________________________________
41698 [ 11760] By: sky                                   on 2001/08/27  18:21:27
41699         Log: Regen headers
41700      Branch: perl
41701            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
41702            ! perlapi.h proto.h
41703 ____________________________________________________________________________
41704 [ 11759] By: ams                                   on 2001/08/27  16:31:53
41705         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
41706              From: "chromatic" <chromatic@rmci.net>
41707              Date: Mon, 27 Aug 2001 11:17:09 -0600
41708              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
41709      Branch: perl
41710            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
41711 ____________________________________________________________________________
41712 [ 11758] By: sky                                   on 2001/08/27  15:16:42
41713         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
41714              Thanks to H. Merijn Brand for the patch.
41715              Some of the comments and or guards might be removable in perl.h now.
41716      Branch: perl
41717            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
41718            ! Porting/Glossary Porting/config_H README.threads config_h.SH
41719            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
41720            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
41721            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
41722            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
41723            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
41724            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
41725            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
41726            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
41727            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41728            ! win32/config_H.vc win32/perllib.c win32/win32.h
41729            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
41730            ! wince/config.h wince/config_H.ce wince/win32.h
41731            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
41732 ____________________________________________________________________________
41733 [ 11757] By: sky                                   on 2001/08/27  13:39:16
41734         Log: Subject: GNU ld parses arguments different
41735              From: H.Merijn Brand <h.m.brand@hccnet.nl>
41736              Date: Mon, 27 Aug 2001 16:25:51 +0200
41737              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
41738      Branch: perl
41739            ! hints/hpux.sh
41740 ____________________________________________________________________________
41741 [ 11756] By: sky                                   on 2001/08/27  13:18:45
41742         Log: Subject: Custom Ops
41743              From: Simon Cozens <simon@netthink.co.uk>
41744              Date: Sat, 25 Aug 2001 17:45:09 +0100
41745              Message-ID: <20010825174509.A5752@netthink.co.uk>
41746              I also added a fix to Opcode.pm to quite test cases.
41747      Branch: perl
41748            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
41749            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
41750 ____________________________________________________________________________
41751 [ 11755] By: sky                                   on 2001/08/27  05:37:17
41752         Log: Plugs a memory leak on destruction of regular expressions
41753              introcued by #11274.
41754              PL_regex_padav now has an AV as it's first entry with a list
41755              of freed regex_padav slots that it will reuse on creating
41756              new PMOPs.
41757      Branch: perl
41758            ! op.c perl.c
41759 ____________________________________________________________________________
41760 [ 11754] By: ams                                   on 2001/08/26  14:38:52
41761         Log: Subject: [PATCH] t/io/binmode.t
41762              From: Nicholas Clark <nick@ccl4.org>
41763              Date: Sun, 26 Aug 2001 12:03:05 +0100
41764              Message-Id: <20010826120305.C4950@plum.flirble.org>
41765              
41766              (Also a nitpick in #11752 to t/op/universal.t)
41767      Branch: perl
41768            ! t/io/binmode.t t/op/universal.t
41769 ____________________________________________________________________________
41770 [ 11753] By: ams                                   on 2001/08/26  08:19:34
41771         Log: Subject: [PATCH] op/universal.t failing
41772              From: Nicholas Clark <nick@ccl4.org>
41773              Date: Sun, 26 Aug 2001 09:48:22 +0100
41774              Message-Id: <20010826094822.B4950@plum.flirble.org>
41775      Branch: perl
41776            ! t/op/universal.t
41777 ____________________________________________________________________________
41778 [ 11752] By: ams                                   on 2001/08/25  22:46:13
41779         Log: Subject: Re: 'can' with undefined subs
41780              From: Tony Bowden <tony@kasei.com>
41781              Date: Sat, 25 Aug 2001 14:58:17 +0100
41782              Message-Id: <20010825145817.A11788@soto.kasei.com>
41783              (Applied with minor modifications.)
41784      Branch: perl
41785            ! t/op/universal.t
41786 ____________________________________________________________________________
41787 [ 11751] By: ams                                   on 2001/08/25  18:28:43
41788         Log: Subject: Re: 'can' with undefined subs
41789              From: Tony Bowden <tony@kasei.com>
41790              Date: Sat, 25 Aug 2001 15:13:14 +0100
41791              Message-Id: <20010825151314.B11788@soto.kasei.com>
41792      Branch: perl
41793            ! lib/UNIVERSAL.pm
41794 ____________________________________________________________________________
41795 [ 11750] By: nick                                  on 2001/08/25  15:24:15
41796         Log: Integrate mainline
41797      Branch: perlio
41798           +> t/io/binmode.t
41799           !> (integrate 26 files)
41800 ____________________________________________________________________________
41801 [ 11749] By: nick                                  on 2001/08/25  14:55:41
41802         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
41803              From:  John Peacock <jpeacock@rowman.com>
41804              Date:  Wed, 22 Aug 2001 12:05:28 -0400
41805              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
41806      Branch: perl
41807            ! pod/perlhack.pod
41808 ____________________________________________________________________________
41809 [ 11748] By: nick                                  on 2001/08/25  14:53:04
41810         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
41811              From:  Michael G Schwern <schwern@pobox.com>
41812              Date:  Wed, 22 Aug 2001 19:22:45 -0400
41813              Message-Id:  <20010822192245.U619@blackrider>
41814      Branch: perl
41815            ! MANIFEST
41816 ____________________________________________________________________________
41817 [ 11747] By: nick                                  on 2001/08/25  14:52:33
41818         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
41819              From:  Nicholas Clark <nick@ccl4.org>
41820              Date:  Wed, 22 Aug 2001 23:29:06 +0100
41821              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
41822      Branch: perl
41823            + t/io/binmode.t
41824            ! perlio.c pod/perlfunc.pod
41825 ____________________________________________________________________________
41826 [ 11744] By: nick                                  on 2001/08/25  14:37:33
41827         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
41828              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
41829              Date:  Fri, 24 Aug 2001 22:10:42 +0200
41830              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
41831      Branch: perl
41832            ! x2p/a2py.c x2p/walk.c
41833 ____________________________________________________________________________
41834 [ 11743] By: nick                                  on 2001/08/25  14:32:47
41835         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
41836              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41837              Date:  Fri, 24 Aug 2001 23:34:13 +0200
41838              Message-Id:  <20010824233413.A1285@rafael>
41839      Branch: perl
41840            ! pod/perlfunc.pod pod/perlvar.pod
41841 ____________________________________________________________________________
41842 [ 11742] By: ams                                   on 2001/08/25  13:16:02
41843         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
41844              From: Nicholas Clark <nick@ccl4.org>
41845              Date: Sat, 25 Aug 2001 14:50:07 +0100
41846              Message-Id: <20010825145007.L41464@plum.flirble.org>
41847      Branch: perl
41848            ! pp_ctl.c
41849 ____________________________________________________________________________
41850 [ 11741] By: nick                                  on 2001/08/24  07:08:45
41851         Log: When applying patch via Porting/apply fails, do p4 refresh
41852              to get old files back.
41853      Branch: perl
41854            ! Porting/apply
41855 ____________________________________________________________________________
41856 [ 11740] By: ams                                   on 2001/08/24  04:47:24
41857         Log: #11739 was incomplete.
41858      Branch: perl
41859            ! pod/perldiag.pod
41860 ____________________________________________________________________________
41861 [ 11739] By: ams                                   on 2001/08/24  04:09:40
41862         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
41863              From: "Philip Newton" <Philip.Newton@gmx.net>
41864              Date: Fri, 24 Aug 2001 07:08:34 +0200
41865      Branch: perl
41866            ! pod/perldiag.pod
41867 ____________________________________________________________________________
41868 [ 11738] By: ams                                   on 2001/08/24  02:19:42
41869         Log: Fixed Doug Wilson's email address.
41870      Branch: perl
41871            ! AUTHORS
41872 ____________________________________________________________________________
41873 [ 11737] By: ams                                   on 2001/08/24  00:10:13
41874         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
41875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41876              Date: Thu, 23 Aug 2001 22:22:58 +0200
41877              Message-Id: <20010823222258.A901@rafael>
41878      Branch: perl
41879            ! pod/perldiag.pod
41880 ____________________________________________________________________________
41881 [ 11736] By: ams                                   on 2001/08/24  00:05:02
41882         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
41883              From: "Craig A. Berry" <craigberry@mac.com>
41884              Date: Thu, 23 Aug 2001 19:07:45 -0500
41885              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
41886      Branch: perl
41887            ! configure.com
41888 ____________________________________________________________________________
41889 [ 11735] By: sky                                   on 2001/08/23  13:42:07
41890         Log: Backed out 11732, it breaks lib/strict.t 
41891      Branch: perl
41892            ! op.c
41893 ____________________________________________________________________________
41894 [ 11734] By: sky                                   on 2001/08/23  11:45:59
41895         Log: Removed toy from 17133 after Matt Sargeants request.
41896      Branch: perl
41897            ! pod/perlfaq4.pod
41898 ____________________________________________________________________________
41899 [ 11733] By: sky                                   on 2001/08/23  11:36:29
41900         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
41901              From: Robin Houston <robin@kitsite.com>
41902              Date: Wed, 22 Aug 2001 23:06:16 +0100
41903              Message-ID: <20010822230616.A254@robin.kitsite.com>
41904      Branch: perl
41905            ! pod/perlfaq4.pod
41906 ____________________________________________________________________________
41907 [ 11732] By: sky                                   on 2001/08/23  10:36:02
41908         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
41909              From: Simon Cozens <simon@netthink.co.uk>
41910              Date: Thu, 23 Aug 2001 12:06:36 +0100
41911              Message-ID: <20010823120636.A9961@netthink.co.uk>
41912      Branch: perl
41913            ! op.c
41914 ____________________________________________________________________________
41915 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
41916         Log: fix broken windows build
41917      Branch: perl
41918            ! perl.h
41919 ____________________________________________________________________________
41920 [ 11730] By: ams                                   on 2001/08/22  21:35:30
41921         Log: Subject: [PATCH] io/tell.t doesn't chdir t
41922              From: Nicholas Clark <nick@ccl4.org>
41923              Date: Wed, 22 Aug 2001 23:25:58 +0100
41924              Message-Id: <20010822232557.Y82818@plum.flirble.org>
41925      Branch: perl
41926            ! t/io/tell.t
41927 ____________________________________________________________________________
41928 [ 11729] By: ams                                   on 2001/08/22  20:32:21
41929         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
41930              questions)
41931              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41932              Date: Wed, 22 Aug 2001 17:09:04 -0400
41933              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
41934              (Oops, forgot File::Spec::Unix in the previous patch.)
41935      Branch: perl
41936            ! lib/File/Spec/Unix.pm
41937 ____________________________________________________________________________
41938 [ 11728] By: ams                                   on 2001/08/22  20:25:41
41939         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
41940              questions)
41941              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41942              Date: Wed, 22 Aug 2001 17:09:04 -0400
41943              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
41944      Branch: perl
41945            ! lib/File/Spec.pm
41946 ____________________________________________________________________________
41947 [ 11727] By: ams                                   on 2001/08/22  19:43:30
41948         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
41949              From: John Peacock <jpeacock@rowman.com>
41950              Date: Wed, 22 Aug 2001 12:35:52 -0400
41951              Message-Id: <3B83DF68.5D89DC81@rowman.com>
41952              (Adds proper tests for $], notwithstanding Subject. +nitpick)
41953      Branch: perl
41954            ! t/op/ver.t
41955 ____________________________________________________________________________
41956 [ 11726] By: ams                                   on 2001/08/22  19:36:39
41957         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
41958              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
41959              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
41960              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
41961      Branch: perl
41962            ! lib/diagnostics.pm lib/diagnostics.t
41963 ____________________________________________________________________________
41964 [ 11725] By: ams                                   on 2001/08/22  19:25:01
41965         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
41966              From: Nicholas Clark <nick@ccl4.org>
41967              Date: Wed, 22 Aug 2001 20:59:05 +0100
41968              Message-Id: <20010822205905.U82818@plum.flirble.org>
41969      Branch: perl
41970            ! pp.c t/op/64bitint.t t/op/arith.t
41971 ____________________________________________________________________________
41972 [ 11724] By: ams                                   on 2001/08/22  10:02:33
41973         Log: Subject: Configure blooper
41974              From: H.Merijn Brand <h.m.brand@hccnet.nl>
41975              Date: Wed, 22 Aug 2001 12:38:35 +0200
41976              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
41977      Branch: perl
41978            ! Configure
41979 ____________________________________________________________________________
41980 [ 11723] By: ams                                   on 2001/08/21  16:17:53
41981         Log: Subject: [PATCH] installperl -help
41982              From: Nicholas Clark <nick@ccl4.org>
41983              Date: Tue, 21 Aug 2001 17:34:23 +0100
41984              Message-Id: <20010821173423.F82818@plum.flirble.org>
41985      Branch: perl
41986            ! installperl
41987 ____________________________________________________________________________
41988 [ 11722] By: ams                                   on 2001/08/20  07:46:31
41989         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
41990              From: Ilmari Karonen <iltzu@sci.fi>
41991              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
41992              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
41993      Branch: perl
41994            ! pod/perlvar.pod
41995 ____________________________________________________________________________
41996 [ 11721] By: nick                                  on 2001/08/20  06:24:31
41997         Log: Integrate mainline
41998      Branch: perlio
41999           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
42000           +> lib/Lingua/KO/Hangul/Util/Changes
42001           +> lib/Lingua/KO/Hangul/Util/README
42002           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
42003           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
42004           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
42005           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
42006           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
42007           +> lib/Unicode/Normalize/t/test.t
42008            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
42009           !> (integrate 55 files)
42010 ____________________________________________________________________________
42011 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
42012         Log: Integrate Change #11599 from maint-5.6/perl
42013      Branch: maint-5.6/macperl
42014           !> README.win32
42015 ____________________________________________________________________________
42016 [ 11719] By: ams                                   on 2001/08/18  21:21:42
42017         Log: Add Porting/apply to MANIFEST.
42018      Branch: perl
42019            ! MANIFEST
42020 ____________________________________________________________________________
42021 [ 11718] By: sky                                   on 2001/08/18  14:38:01
42022         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
42023              Better solution would be to make 5005threaded perl use
42024              the same system as ithreads do
42025      Branch: perl
42026            ! perl.h
42027 ____________________________________________________________________________
42028 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
42029         Log: New try for ID 20010407.006: detach the semantics
42030              "was the last match target UTF8" into its own variable.
42031      Branch: perl
42032            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
42033            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
42034 ____________________________________________________________________________
42035 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
42036         Log: UTF8 flag should be meaningful only when POK.
42037      Branch: perl
42038            ! dump.c
42039 ____________________________________________________________________________
42040 [ 11715] By: sky                                   on 2001/08/18  11:45:16
42041         Log: USE_THREADS and USE_ITHREADS are never true at the same time
42042      Branch: perl
42043            ! perl.h
42044 ____________________________________________________________________________
42045 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
42046         Log: Retract #11712 for now.  The real fix would probably
42047              be something like making PL_reg_sv a copy (PV + UTF8)
42048              of the matched/substituted string (note: not just a SvPOK
42049              string, for example the stringified form of a ROK would
42050              be applicable)  Beware of leaks.
42051      Branch: perl
42052            ! pp_hot.c t/op/pat.t
42053 ____________________________________________________________________________
42054 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
42055         Log: UTF8 wasn't printing for PVMGs.
42056      Branch: perl
42057            ! dump.c
42058 ____________________________________________________________________________
42059 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
42060         Log: (Retracted by #11714)
42061              
42062              Okay analysis, debatable fix.  (The fix will inc
42063              the refcount of all temporary match objects,
42064              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
42065              which will then cause griping at untie() time
42066              ("inner references remain").
42067              
42068              Fix for ID 20010407.006: PL_reg_sv got wiped out
42069              by freetemps if the match target was a temporary
42070              (like function_call() =~ /.../), which in turn meant
42071              that the $1 et al stopped working if they had UTF-8
42072              in them.  Therefore bump up the refcount of PL_reg_sv.
42073      Branch: perl
42074            ! pp_hot.c t/op/pat.t
42075 ____________________________________________________________________________
42076 [ 11711] By: ams                                   on 2001/08/17  20:32:08
42077         Log: Subject: [PATCH] doesn't compile, was perl@11710
42078              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42079              Date: Fri, 17 Aug 2001 23:21:10 +0200
42080              Message-Id: <20010817232110.C7041@rafael> 
42081      Branch: perl
42082            ! sharedsv.c
42083 ____________________________________________________________________________
42084 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
42085         Log: Update Changes.
42086      Branch: perl
42087            ! Changes patchlevel.h
42088 ____________________________________________________________________________
42089 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
42090         Log: Upgrade to libnet 1.0704.
42091      Branch: perl
42092            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
42093            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
42094            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
42095            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
42096            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
42097            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
42098            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
42099 ____________________________________________________________________________
42100 [ 11708] By: sky                                   on 2001/08/17  13:34:04
42101         Log: Let perl_clone copy PL_exit_flags
42102      Branch: perl
42103            ! sv.c
42104 ____________________________________________________________________________
42105 [ 11707] By: sky                                   on 2001/08/17  12:28:41
42106         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
42107      Branch: perl
42108            ! sharedsv.c sharedsv.h
42109 ____________________________________________________________________________
42110 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
42111         Log: The metaconfig unit change for #11705.
42112      Branch: metaconfig/U/perl
42113            ! Extensions.U
42114 ____________________________________________________________________________
42115 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
42116         Log: Allow the threads extension to be found if present.
42117      Branch: perl
42118            ! Configure
42119 ____________________________________________________________________________
42120 [ 11704] By: nick                                  on 2001/08/17  11:47:54
42121         Log: Mail -> change script (pre-alpha)
42122      Branch: perl
42123            + Porting/apply
42124 ____________________________________________________________________________
42125 [ 11703] By: sky                                   on 2001/08/17  07:11:24
42126         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
42127              Thanks to Tom Hospel for pointing out my error.
42128      Branch: perl
42129            ! op.h
42130 ____________________________________________________________________________
42131 [ 11702] By: sky                                   on 2001/08/17  04:18:11
42132         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.
42133      Branch: perl
42134            ! embed.pl miniperlmain.c perl.c perl.h proto.h
42135 ____________________________________________________________________________
42136 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
42137         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
42138              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
42139      Branch: perl
42140            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
42141            + lib/Lingua/KO/Hangul/Util/README
42142            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
42143            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
42144            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
42145            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
42146            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
42147            + lib/Unicode/Normalize/t/test.t
42148            ! MANIFEST
42149 ____________________________________________________________________________
42150 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
42151         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
42152              Date: Thu, 16 Aug 2001 22:46:15 -0500
42153              From: "Craig A. Berry" <craigberry@mac.com>
42154              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
42155      Branch: perl
42156            ! configure.com numeric.c
42157 ____________________________________________________________________________
42158 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
42159         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
42160              of the usual suspects (like getpwent) but not for others
42161              (like localtime and rand).  The _r versions are available
42162              for all of them, so let's use them.
42163      Branch: perl
42164            ! perl.h
42165 ____________________________________________________________________________
42166 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
42167         Log: (Accidental apply; thankfully empty.)
42168      Branch: perl
42169            ! hints/os390.sh
42170 ____________________________________________________________________________
42171 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
42172         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
42173              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42174              Date: Thu, 16 Aug 2001 16:27:49 +0100
42175              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
42176      Branch: perl
42177            ! regexec.c t/op/re_tests
42178 ____________________________________________________________________________
42179 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
42180         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
42181              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42182              Date: Thu, 16 Aug 2001 18:50:01 +0100
42183              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
42184      Branch: perl
42185            ! pp_hot.c t/op/pat.t
42186 ____________________________________________________________________________
42187 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
42188         Log: Subject: [PATCH] *time_r again
42189              From: "Arthur Bergman" <arthur@contiller.se>
42190              Date: Thu, 16 Aug 2001 16:01:54 +0200
42191              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
42192      Branch: perl
42193            ! op.h
42194 ____________________________________________________________________________
42195 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
42196         Log: system() and backtick error handling cleanup from Craig A. Berry.
42197      Branch: perl
42198            ! vms/vms.c
42199 ____________________________________________________________________________
42200 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
42201         Log: change#10334 leaks memory, copies string when it doesn't
42202              need to
42203      Branch: perl
42204            ! perl.c
42205 ____________________________________________________________________________
42206 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
42207         Log: One more twist to the sprintf + utf8 testing.
42208      Branch: perl
42209            ! t/op/misc.t
42210 ____________________________________________________________________________
42211 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
42212         Log: Fix for 20010407.008 sprintf removes utf8-ness.
42213      Branch: perl
42214            ! pp.c t/op/misc.t
42215 ____________________________________________________________________________
42216 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
42217         Log: Subject: [PATCH] *time_r fixes
42218              From: "Arthur Bergman" <arthur@contiller.se>
42219              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
42220              Date: Thu, 16 Aug 2001 14:22:27 +0200
42221      Branch: perl
42222            ! op.h
42223 ____________________________________________________________________________
42224 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
42225         Log: Upgrade to CGI.pm 2.77.
42226      Branch: perl
42227            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
42228            ! lib/CGI/t/function.t
42229 ____________________________________________________________________________
42230 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
42231         Log: Document the bytes-to-Unicode upgrading.
42232      Branch: perl
42233            ! pod/perlunicode.pod
42234 ____________________________________________________________________________
42235 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
42236         Log: Add a test for Unicode sprintf.
42237      Branch: perl
42238            ! t/op/misc.t
42239 ____________________________________________________________________________
42240 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
42241         Log: Add Unicode tests for index/rindex.
42242      Branch: perl
42243            ! t/op/index.t
42244 ____________________________________________________________________________
42245 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
42246         Log: Document a bit the art of minimizing the installation,
42247              based on the p5p discussion.
42248      Branch: perl
42249            ! INSTALL
42250 ____________________________________________________________________________
42251 [ 11684] By: nick                                  on 2001/08/15  15:03:31
42252         Log: Integrate mainline
42253      Branch: perlio
42254           +> sharedsv.c sharedsv.h
42255           !> (integrate 53 files)
42256 ____________________________________________________________________________
42257 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
42258         Log: Update Changes.
42259      Branch: perl
42260            ! Changes patchlevel.h
42261 ____________________________________________________________________________
42262 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
42263         Log: The #11673 necessitated a test tweak.
42264      Branch: perl
42265            ! t/io/utf8.t
42266 ____________________________________________________________________________
42267 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
42268         Log: Also UNICOS is in the general case unable to silently
42269              handle fp overflows.
42270      Branch: perl
42271            ! numeric.c
42272 ____________________________________________________________________________
42273 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
42274         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
42275              NV_EPSILON #defined.
42276      Branch: perl
42277            ! perl.h
42278 ____________________________________________________________________________
42279 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
42280         Log: Re-establish the fp overflow detection for VAX VMS; there
42281              is no easy way to have the IEEE fp silent overflow semantics.
42282              (in Alpha VMS we still will use IEEE fp by default-- but it
42283              is still possible to configure Perl to use G_FLOAT)
42284      Branch: perl
42285            ! numeric.c
42286 ____________________________________________________________________________
42287 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
42288         Log: Subject: [PATCH] pp_lock 
42289              From: "Arthur Bergman" <arthur@contiller.se>
42290              Date: Wed, 15 Aug 2001 11:52:16 +0200
42291              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
42292      Branch: perl
42293            ! pp.c
42294 ____________________________________________________________________________
42295 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
42296         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
42297              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42298              Date: Wed, 15 Aug 2001 11:32:11 +0100
42299              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
42300      Branch: perl
42301            ! regcomp.c t/op/re_tests
42302 ____________________________________________________________________________
42303 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
42304         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
42305              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
42306              Date: Wed, 15 Aug 2001 10:33:49 +0100
42307              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
42308      Branch: perl
42309            ! regexec.c t/op/re_tests
42310 ____________________________________________________________________________
42311 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
42312         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
42313              From: Barrie Slaymaker <barries@slaysys.com>
42314              Date: Tue, 14 Aug 2001 14:32:25 -0400
42315              Message-ID: <20010814143225.A19822@jester.slaysys.com>
42316      Branch: perl
42317            ! lib/File/Spec.t lib/File/Spec/Unix.pm
42318 ____________________________________________________________________________
42319 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
42320         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
42321              From: Peter Prymmer <pvhp@forte.com>
42322              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
42323              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
42324      Branch: perl
42325            ! README.vms configure.com
42326 ____________________________________________________________________________
42327 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
42328         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
42329              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42330              Date: Tue, 14 Aug 2001 21:23:27 +0200
42331              Message-ID: <20010814212327.A1919@rafael>
42332      Branch: perl
42333            ! doio.c
42334 ____________________________________________________________________________
42335 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
42336         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
42337              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
42338              Date: Tue, 14 Aug 2001 22:30:11 +0200
42339              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
42340              
42341              Combination of nmake, quoting, and Perl expanded $( in here-doc.
42342      Branch: perl
42343            ! ext/SDBM_File/Makefile.PL
42344 ____________________________________________________________________________
42345 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
42346         Log: Todo updates.
42347      Branch: perl
42348            ! pod/perltodo.pod
42349 ____________________________________________________________________________
42350 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
42351         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
42352              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
42353              Date: Mon, 13 Aug 2001 23:15:01 +0200
42354              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
42355      Branch: perl
42356            ! sv.c
42357 ____________________________________________________________________________
42358 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
42359         Log: Subject: [PATCH] [b-]showlex.t
42360              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
42361              Date: Sun, 12 Aug 2001 22:24:51 +0200
42362              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
42363              
42364              The 4nt command shell will expand the % in command line
42365              no matter what quoting is attempted, changed the % to @.
42366      Branch: perl
42367            ! ext/B/Showlex.t
42368 ____________________________________________________________________________
42369 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
42370         Log: Subject: [PATCH] magic.t
42371              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
42372              Date: Sun, 12 Aug 2001 20:49:27 +0200
42373              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
42374      Branch: perl
42375            ! t/op/magic.t
42376 ____________________________________________________________________________
42377 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
42378         Log: Add sharedsv* to the DOSish platforms; plus add
42379              some WinCE files to the list of DOSish files.
42380      Branch: perl
42381            ! NetWare/Makefile Porting/makerel win32/Makefile
42382            ! win32/makefile.mk wince/Makefile.ce
42383 ____________________________________________________________________________
42384 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
42385         Log: More DOSish files.
42386      Branch: perl
42387            ! Porting/makerel
42388 ____________________________________________________________________________
42389 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
42390         Log: Strip CRs from the WinCE files.  Now we need to
42391              figure out in which CRs are really needed: probably
42392              Makefile.ce and the README files, at least, probably
42393              also the registry.bat.
42394      Branch: perl
42395            ! wince/Makefile.ce wince/README.compile wince/README.perlce
42396            ! wince/config.h wince/include/cectype.h wince/include/errno.h
42397            ! wince/include/sys/stat.h wince/include/sys/types.h
42398            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
42399            ! wince/perldll.def wince/registry.bat wince/wince.h
42400            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
42401 ____________________________________________________________________________
42402 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
42403         Log: Add some files to DOSish and writables.
42404      Branch: perl
42405            ! Porting/makerel
42406 ____________________________________________________________________________
42407 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
42408         Log: Compile failure message tidying.
42409      Branch: perl
42410            ! t/lib/1_compile.t
42411 ____________________________________________________________________________
42412 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
42413         Log: The new sharedsv* should be exported only if usethreads.
42414      Branch: perl
42415            ! makedef.pl
42416 ____________________________________________________________________________
42417 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
42418         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
42419              From: Peter Prymmer <pvhp@forte.com>
42420              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
42421              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
42422      Branch: perl
42423            ! README.os390
42424 ____________________________________________________________________________
42425 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
42426         Log: Update Changes.
42427      Branch: perl
42428            ! Changes patchlevel.h
42429 ____________________________________________________________________________
42430 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
42431         Log: Subject: [PATHC] sharedsv.[c|h]
42432              From: "Artur Bergman" <artur@contiller.se>
42433              Date: Mon, 13 Aug 2001 14:38:41 +0200
42434              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
42435              
42436              Subject: [PATCH] embed.pl
42437              From: Arthur Bergman <arthur@contiller.se>
42438              Date: Mon, 13 Aug 2001 14:38:14 +0200
42439              Message-ID: <B79D96D6.3088%arthur@contiller.se>
42440              
42441              Subject: [PATCH] sharedsv cleanups
42442              From: "Arthur Bergman" <arthur@contiller.se>
42443              Date: Mon, 13 Aug 2001 15:14:25 +0200
42444              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
42445              
42446              Plus few tweaks: _init needs to be Adp, the prototypes
42447              should not be revealed unless using ithreads, #endif FOO
42448              must be #endif /* FOO */, adding (parentheses) around
42449              do { } while doesn't work too well.
42450      Branch: perl
42451            + sharedsv.c sharedsv.h
42452            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
42453            ! perl.h perlapi.c pod/perlapi.pod proto.h
42454 ____________________________________________________________________________
42455 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
42456         Log: Subject: Re: END {} blocks run in perl_run
42457              From: Arthur Bergman <arthur@contiller.se>
42458              Date: Mon, 13 Aug 2001 11:11:30 +0200
42459              Message-ID: <B79D6661.3068%arthur@contiller.se>
42460      Branch: perl
42461            ! perl.c
42462 ____________________________________________________________________________
42463 [ 11657] By: nick                                  on 2001/08/13  09:03:02
42464         Log: Integrate mainline
42465      Branch: perlio
42466           +> (branch 326 files)
42467            - (delete 330 files)
42468           !> (integrate 85 files)
42469 ____________________________________________________________________________
42470 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
42471         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
42472              and the Perl will be built to do that by default (adding that
42473              will break scripts having non-UTF-8 binary data, such as Latin-1.)
42474      Branch: perl
42475            ! op.c toke.c utf8.h
42476 ____________________________________________________________________________
42477 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
42478         Log: Unnecessary downgrades.
42479      Branch: perl
42480            ! doop.c
42481 ____________________________________________________________________________
42482 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
42483         Log: Failure not true anymore (probably caused by my broken setup).
42484      Branch: perl
42485            ! t/op/pat.t
42486 ____________________________________________________________________________
42487 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
42488         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
42489              stopped working).
42490      Branch: perl
42491            ! op.h pp_ctl.c regcomp.c
42492 ____________________________________________________________________________
42493 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
42494         Log: There is no IN_UTF8.
42495      Branch: perl
42496            ! utf8.h
42497 ____________________________________________________________________________
42498 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
42499         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
42500      Branch: perl
42501            ! op.c op.h pp_ctl.c regcomp.c
42502 ____________________________________________________________________________
42503 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
42504         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
42505              and a test tweak.
42506      Branch: perl
42507            ! op.c t/pod/find.t
42508 ____________________________________________________________________________
42509 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
42510         Log: Todo updates and fixes.
42511      Branch: perl
42512            ! pod/perltodo.pod
42513 ____________________________________________________________________________
42514 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
42515         Log: Mark tests (and one module) having explicit Latin-1
42516              (and one file having explicit UTF-8) with an explicit
42517              'no utf8' (and one explicit 'use utf8').
42518              
42519              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
42520      Branch: perl
42521            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
42522            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
42523            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
42524 ____________________________________________________________________________
42525 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
42526         Log: Subject: SV: END {} blocks run in perl_run
42527              From: "Arthur Bergman" <arthur@contiller.se>
42528              Date: Sun, 12 Aug 2001 00:34:28 +0200 
42529              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
42530      Branch: perl
42531            ! miniperlmain.c perl.c
42532 ____________________________________________________________________________
42533 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
42534         Log: Typos in #11645.
42535      Branch: perl
42536            ! perl.h
42537 ____________________________________________________________________________
42538 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
42539         Log: On ithreads default to use_reentrant except on naturally
42540              threadsafe platforms.
42541      Branch: perl
42542            ! perl.h
42543 ____________________________________________________________________________
42544 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
42545         Log: (Hopefully) a fix for 20010723.004: make install needs
42546              write permission in build directory.  The problem was
42547              probably caused by overeager sprinkling of the lib/re.pm
42548              dependencies (which was done to guarantee lib/re.pm being
42549              uptodate for parallel makes: now solved by funneling that
42550              through an explicit recursive make in the preplibrary target).
42551      Branch: perl
42552            ! Makefile.SH
42553 ____________________________________________________________________________
42554 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
42555         Log: Dispell the "use utf8" superstition.
42556      Branch: perl
42557            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
42558            ! pod/perlunicode.pod
42559 ____________________________________________________________________________
42560 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
42561         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
42562              From: "Abigail" <abigail@foad.org> 
42563              Date: Sat, 11 Aug 2001 23:49:49 +0200
42564              Message-ID: <20010811214950.23255.qmail@foad.org>
42565      Branch: perl
42566            ! t/op/taint.t
42567 ____________________________________________________________________________
42568 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
42569         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
42570              From: Abhijit Menon-Sen <ams@wiw.org>
42571              Date: Sat, 11 Aug 2001 06:18:19 +0530
42572              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
42573      Branch: perl
42574            ! mg.c
42575 ____________________________________________________________________________
42576 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
42577         Log: Test for change #11639.
42578      Branch: perl
42579            ! t/op/tiehandle.t
42580 ____________________________________________________________________________
42581 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
42582         Log: Subject: Re: Can't localize *FH, then tie it
42583              From: Abhijit Menon-Sen <ams@wiw.org>
42584              Date: Sun, 12 Aug 2001 16:08:06 +0530
42585              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
42586      Branch: perl
42587            ! pp_hot.c pp_sys.c
42588 ____________________________________________________________________________
42589 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
42590         Log: Drop all the unnecessary "use utf8" clauses and some of
42591              the unnecessary "use bytes" ones.
42592              
42593              TODO: scour the documentation for unnecessary "use utf8"
42594              and prominently display it in perldelta when the time comes.
42595              ("use utf8" should be necessary ONLY if one wants the script
42596              to be in UTF-8.)  Also should be checked in some non-ASCII
42597              non-Latin-1 platform, like EBCDIC.
42598      Branch: perl
42599            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
42600            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
42601 ____________________________________________________________________________
42602 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
42603         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
42604              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
42605              in Unicode handling.
42606      Branch: perl
42607            + t/op/lc.t
42608            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
42609 ____________________________________________________________________________
42610 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
42611         Log: Thinko: we want the flags for native cc, not gcc.
42612      Branch: perl
42613            ! hints/dec_osf.sh
42614 ____________________________________________________________________________
42615 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
42616         Log: (retracted by 13077)
42617              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
42618              From: Robin Houston <robin@kitsite.com>
42619              Date: Fri, 10 Aug 2001 14:42:02 +0100
42620              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
42621      Branch: perl
42622            ! pp.c
42623 ____________________________________________________________________________
42624 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
42625         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
42626              From: Abhijit Menon-Sen <ams@wiw.org>
42627              Date: Sat, 11 Aug 2001 16:31:04 +0530
42628              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
42629      Branch: perl
42630            ! op.c
42631 ____________________________________________________________________________
42632 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
42633         Log: Get rid of indread, from Abhijit Menon-Sen.
42634      Branch: perl
42635            ! pp_sys.c
42636 ____________________________________________________________________________
42637 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
42638         Log: CRLFgngngn.
42639      Branch: perl
42640            ! win32/Makefile win32/makefile.mk
42641 ____________________________________________________________________________
42642 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
42643         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
42644      Branch: perl
42645            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
42646            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
42647            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
42648            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
42649            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
42650            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
42651            ! win32/Makefile win32/makefile.mk
42652 ____________________________________________________________________________
42653 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
42654         Log: Avoid #elif (less portable than #else #if).
42655      Branch: perl
42656            ! handy.h
42657 ____________________________________________________________________________
42658 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
42659         Log: Subject: patch for perlvar.pod
42660              From: mah@everybody.org (Mark A. Hershberger)
42661              Date: 08 Aug 2001 17:03:16 -0500
42662              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
42663      Branch: perl
42664            ! pod/perlvar.pod
42665 ____________________________________________________________________________
42666 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
42667         Log: cpp commands must start (the # must be) at the column #0.
42668      Branch: perl
42669            ! op.c
42670 ____________________________________________________________________________
42671 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
42672         Log: If using gcc -B/foo/bar makedepend would give
42673              unnecessary warnings about unused -B/foo/bar.
42674      Branch: perl
42675            ! makedepend.SH
42676 ____________________________________________________________________________
42677 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
42678         Log: Update Changes.
42679      Branch: perl
42680            ! Changes patchlevel.h
42681 ____________________________________________________________________________
42682 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
42683         Log: s/z/tz/
42684      Branch: perl
42685            ! pod/perlfaq2.pod
42686 ____________________________________________________________________________
42687 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
42688         Log: Article nit.
42689      Branch: perl
42690            ! pod/perlfaq2.pod
42691 ____________________________________________________________________________
42692 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
42693         Log: Rename lib/unicode files to lib/unicore to avoid
42694              conflicts between core lib/unicode and Unicode::
42695              files in case-ignoring filesystems.
42696      Branch: perl
42697            + (add 325 files)
42698            - (delete 324 files)
42699            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
42700 ____________________________________________________________________________
42701 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
42702         Log: Upgrade to Math::BigInt 1.41.
42703      Branch: perl
42704            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
42705 ____________________________________________________________________________
42706 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
42707         Log: Subject: [PATCH] remove PL_na from typemap
42708              From: James <james@rf.net>
42709              Date: Mon, 06 Aug 2001 20:23:15 -0700
42710              Message-ID: <3B6F5F23.A31A81B1@rf.net>
42711              
42712              (had to be manually applied)
42713      Branch: perl
42714            ! lib/ExtUtils/typemap
42715 ____________________________________________________________________________
42716 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
42717         Log: The metaconfig unit changes for #11618.
42718      Branch: metaconfig/U/perl
42719            + d_fpclassl.U i_fp.U
42720 ____________________________________________________________________________
42721 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
42722         Log: Forgot this from #11618.
42723              
42724              NOTE: wince/config_H.ce needs updating.
42725      Branch: perl
42726            ! wince/config.ce
42727 ____________________________________________________________________________
42728 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
42729         Log: Introduce more floating point classifying APIs;
42730              try to define (most importantly) Perl_is{inf,nan}(x).
42731              
42732              For this first cut, assume none such APIs exist in non-UNIXoid
42733              platforms-- this is of course too unkind: Win32 rumoredly has
42734              _fpclass() and _isnan(), and VMS/VOS very probably have some
42735              of the APIs available.     The only thing Perl uses at the moment
42736              is Perl_isnan() (has been in use for a while now).
42737              
42738              NOTE: the Win32 and NetWare config_h.?c need regenerating.
42739      Branch: perl
42740            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
42741            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42742            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
42743            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42744            ! vos/config.ga.h win32/config.bc win32/config.gc
42745            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42746            ! win32/config_H.vc wince/config.ce wince/config.h
42747 ____________________________________________________________________________
42748 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
42749         Log: Integrate change #11519 from perlio:
42750              
42751              Avoid testing for (non-)existance of "encoding(xxxx)"
42752              layer is called "encoding" the (xxxx) is an argument.
42753      Branch: perl
42754           !> lib/open.pm
42755 ____________________________________________________________________________
42756 [ 11616] By: nick                                  on 2001/08/09  07:50:24
42757         Log: Integrate mainline
42758      Branch: perlio
42759           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
42760           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
42761           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
42762           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
42763            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
42764            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
42765           !> (integrate 79 files)
42766 ____________________________________________________________________________
42767 [ 11615] By: nick                                  on 2001/08/09  06:23:44
42768         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
42769              layer is called "encoding" the (xxxx) is an argument.
42770      Branch: perlio
42771            ! lib/open.pm
42772 ____________________________________________________________________________
42773 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
42774         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
42775              From: Paul Johnson <paul@pjcj.net>
42776              Date: Wed, 8 Aug 2001 23:54:17 +0200
42777              Message-ID: <20010808235417.O1006@pjcj.net>
42778      Branch: perl
42779            ! ext/B/B/Concise.pm
42780 ____________________________________________________________________________
42781 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
42782         Log: Make VMS use IEEE math by default; reorder Tru64 hints
42783              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
42784              exception semantics) is always set if using (the new) cc.
42785      Branch: perl
42786            ! configure.com hints/dec_osf.sh
42787 ____________________________________________________________________________
42788 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
42789         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
42790              From: Abhijit Menon-Sen <ams@wiw.org>
42791              Date: Tue, 7 Aug 2001 17:16:05 +0530
42792              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
42793      Branch: perl
42794            ! pp_sys.c
42795 ____________________________________________________________________________
42796 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
42797         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
42798              From: "Craig A. Berry" <craigberry@mac.com>
42799              Date: Tue, 07 Aug 2001 22:27:47 -0500
42800              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
42801      Branch: perl
42802            ! t/run/exit.t
42803 ____________________________________________________________________________
42804 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
42805         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
42806              From: "Craig A. Berry" <craigberry@mac.com>
42807              Date: Tue, 07 Aug 2001 20:01:53 -0500
42808              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
42809      Branch: perl
42810            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
42811 ____________________________________________________________________________
42812 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
42813         Log: Update the magazine information.
42814      Branch: perl
42815            ! pod/perlfaq2.pod
42816 ____________________________________________________________________________
42817 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
42818         Log: Ignore SIGFPE everywhere.
42819      Branch: perl
42820            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
42821 ____________________________________________________________________________
42822 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
42823         Log: With permission, change the licensing of the docs by
42824              TomC (and Gnat) to comply with the rest of Perl.
42825      Branch: perl
42826            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
42827            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
42828            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
42829            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
42830            ! pod/perltootc.pod
42831 ____________________________________________________________________________
42832 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
42833         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
42834              From: Andy Dougherty <doughera@lafayette.edu>
42835              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
42836              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
42837      Branch: perl
42838            ! hints/openbsd.sh
42839 ____________________________________________________________________________
42840 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
42841         Log: Subject: [PATCH] Makefile.SH test_prep dependency
42842              From: Andy Dougherty <doughera@lafayette.edu>
42843              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
42844              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
42845      Branch: perl
42846            ! Makefile.SH
42847 ____________________________________________________________________________
42848 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
42849         Log: Don't autogenerate the headers et alia,
42850              make regen_headers explicitly.
42851      Branch: perl
42852            ! Makefile.SH
42853 ____________________________________________________________________________
42854 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
42855         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
42856              From: Gurusamy Sarathy <gsar@ActiveState.com> 
42857              Date: Tue, 07 Aug 2001 08:33:26 -0700
42858              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
42859              
42860              Unnecessary dependency.
42861      Branch: perl
42862            ! embed.pl
42863 ____________________________________________________________________________
42864 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
42865         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
42866              From: Abhijit Menon-Sen <ams@wiw.org>
42867              Date: Tue, 7 Aug 2001 09:10:54 +0530
42868              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
42869      Branch: perl
42870            ! pp_hot.c
42871 ____________________________________________________________________________
42872 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
42873         Log: Subject: [PATCH perl@11597] B && BEGIN handling
42874              From: "James A. Duncan" <jduncan@fotango.com>
42875              Date: Mon, 6 Aug 2001 17:29:11 +0100
42876              Message-ID: <20010806172911.A2071@fotango.com>
42877              
42878              (the intrpvar.h addition moved to the end for bincompat)
42879      Branch: perl
42880            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
42881 ____________________________________________________________________________
42882 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
42883         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
42884      Branch: perl
42885           !> README.win32
42886 ____________________________________________________________________________
42887 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
42888         Log: fix URLs for fcrypt.c
42889      Branch: maint-5.6/perl
42890            ! README.win32
42891 ____________________________________________________________________________
42892 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
42893         Log: Yet another way to say Infinity: HP-UX calls its "++".
42894      Branch: perl
42895            ! lib/Math/BigInt/t/bigintpm.t
42896 ____________________________________________________________________________
42897 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
42898         Log: Update Changes.
42899      Branch: perl
42900            ! Changes patchlevel.h
42901 ____________________________________________________________________________
42902 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
42903         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
42904      Branch: perl
42905            ! pod/perlfaq5.pod
42906 ____________________________________________________________________________
42907 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
42908         Log: The #11593 wasn't right.
42909      Branch: perl
42910            ! lib/Math/BigInt/t/bigintpm.t
42911 ____________________________________________________________________________
42912 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
42913         Log: Subject: [PATCH: perl@11564] introducing perlivp
42914              From: Prymmer/Kahn <pvhp@best.com>
42915              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
42916              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
42917              
42918              Subject: Re: [PATCH: perl@11564] introducing perlivp
42919              From: Prymmer/Kahn <pvhp@best.com>
42920              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
42921              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
42922      Branch: perl
42923            + utils/perlivp.PL
42924            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
42925            ! win32/Makefile win32/makefile.mk
42926 ____________________________________________________________________________
42927 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
42928         Log: libcs are confused what to call Infinity.
42929      Branch: perl
42930            ! lib/Math/BigInt/t/bigintpm.t
42931 ____________________________________________________________________________
42932 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
42933         Log: Avoid SIGFPE in Tru64.
42934      Branch: perl
42935            ! numeric.c
42936 ____________________________________________________________________________
42937 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
42938         Log: Upgrade to Math::BigInt 1.40.
42939              
42940              NOTE: this patch necessitates doing something about
42941              infinity handling since the new bigintpm.t tests use
42942              infinity, which causes SIGFPEs at least in Tru64.
42943      Branch: perl
42944            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42945            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42946            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42947            ! lib/Math/BigInt/t/mbimbf.t
42948 ____________________________________________________________________________
42949 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
42950         Log: remove hardcoded cmd shell in testsuite
42951      Branch: perl
42952            ! t/op/glob.t t/op/magic.t t/op/stat.t
42953 ____________________________________________________________________________
42954 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
42955         Log: 4-arg select() was busted on windows because change#8178 didn't
42956              make it into mainline
42957      Branch: perl
42958            ! perl.h win32/include/sys/socket.h
42959 ____________________________________________________________________________
42960 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
42961         Log: Rename the Getopt::Long tests to be as they are
42962              in the Getopt::Long official distribution.
42963      Branch: perl
42964            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
42965            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
42966            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
42967            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
42968            ! MANIFEST
42969 ____________________________________________________________________________
42970 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
42971         Log: Upgrade to Getopt::Long 2.26.
42972      Branch: perl
42973            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
42974            ! MANIFEST lib/Getopt/Long.pm
42975 ____________________________________________________________________________
42976 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
42977         Log: Retract #10874 (the hack should be unnecessary by now)
42978      Branch: perl
42979            ! lib/Test/Harness.pm
42980 ____________________________________________________________________________
42981 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
42982         Log: avoid temp file littering in tests
42983      Branch: perl
42984            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
42985 ____________________________________________________________________________
42986 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
42987         Log: Subject: warning in sv.c: double format, NV arg
42988              From: "Philip Newton" <Philip.Newton@gmx.net>
42989              Date: Sun, 5 Aug 2001 19:41:07 +0200
42990              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
42991      Branch: perl
42992            ! sv.c
42993 ____________________________________________________________________________
42994 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
42995         Log: fix POSIX.t#13 for windos
42996      Branch: perl
42997            ! ext/POSIX/POSIX.t
42998 ____________________________________________________________________________
42999 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
43000         Log: Add a test for PerlIO::Via.
43001      Branch: perl
43002            + ext/PerlIO/t/via.t
43003            ! MANIFEST ext/PerlIO/Via/Via.pm
43004 ____________________________________________________________________________
43005 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
43006         Log: flock() and link() are not available on Windows 9x
43007      Branch: perl
43008            ! win32/config_sh.PL
43009 ____________________________________________________________________________
43010 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
43011         Log: Some Tru64 C compilers have C++ components that confuse
43012              the ccversion parsing.
43013      Branch: perl
43014            ! hints/dec_osf.sh
43015 ____________________________________________________________________________
43016 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
43017         Log: (Reintroduce #11125)
43018              
43019              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
43020              From: Alan Burlison <Alan.Burlison@sun.com> 
43021              Date: Tue, 03 Jul 2001 15:20:13 +0100   
43022              Message-ID: <3B41D49D.A923D4F9@sun.com> 
43023      Branch: perl
43024            ! lib/ExtUtils/MM_Unix.pm
43025 ____________________________________________________________________________
43026 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
43027         Log: Little pointer juggling for HP-UX cc to avoid
43028              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
43029              followed by
43030              "error 1549: Modifiable lvalue required for assignment operator."
43031      Branch: perl
43032            ! hv.c
43033 ____________________________________________________________________________
43034 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
43035         Log: Continuation of #11575: SANY_SEEN completely deprecated,
43036              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
43037              plus a fix for the bug.
43038      Branch: perl
43039            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
43040 ____________________________________________________________________________
43041 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
43042         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
43043              From: Doug MacEachern <dougm@covalent.net>
43044              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
43045              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
43046      Branch: perl
43047            ! sv.c
43048 ____________________________________________________________________________
43049 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
43050         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
43051              the new CANY is the \C.  The problem reported and the
43052              test case supplied in
43053              
43054              Subject: UTF-8 bugs in string length & single line regex matches
43055              From: "Daniel P. Berrange" <dan@berrange.com>
43056              Date: Fri, 3 Aug 2001 11:39:33 +0100
43057              Message-ID: <20010803113932.A19318@berrange.com>
43058      Branch: perl
43059            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
43060            ! t/op/pat.t
43061 ____________________________________________________________________________
43062 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
43063         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
43064              From: Doug MacEachern <dougm@covalent.net>
43065              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
43066              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
43067      Branch: perl
43068            ! perl.c regexec.c
43069 ____________________________________________________________________________
43070 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
43071         Log: The #11572 didn't up the test count.
43072      Branch: perl
43073            ! t/op/length.t
43074 ____________________________________________________________________________
43075 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
43076         Log: Subject: UTF-8 bugs in string length & single line regex matches
43077              From: "Daniel P. Berrange" <dan@berrange.com>
43078              Date: Fri, 3 Aug 2001 11:39:33 +0100         
43079              Message-ID: <20010803113932.A19318@berrange.com>
43080              
43081              (the mg_length() fix)
43082      Branch: perl
43083            ! mg.c t/op/length.t
43084 ____________________________________________________________________________
43085 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
43086         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43087              From: Abhijit Menon-Sen <ams@wiw.org>
43088              Date: Sat, 4 Aug 2001 16:56:35 +0530
43089              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
43090      Branch: perl
43091            ! hv.c
43092 ____________________________________________________________________________
43093 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
43094         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43095              From: Abhijit Menon-Sen <ams@wiw.org>
43096              Date: Sat, 4 Aug 2001 16:16:03 +0530
43097              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
43098      Branch: perl
43099            ! hv.c
43100 ____________________________________________________________________________
43101 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
43102         Log: Subject: Re: [patch] refcount re ops
43103              From: Abhijit Menon-Sen <ams@wiw.org>
43104              Date: Sat, 4 Aug 2001 08:54:55 +0530
43105              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
43106      Branch: perl
43107            ! sv.c
43108 ____________________________________________________________________________
43109 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
43110         Log: Subject: [patch] refcount re ops
43111              From: Doug MacEachern <dougm@covalent.net>
43112              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
43113              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
43114      Branch: perl
43115            ! regcomp.c sv.c
43116 ____________________________________________________________________________
43117 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
43118         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
43119              From: Doug MacEachern <dougm@covalent.net>
43120              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
43121              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
43122      Branch: perl
43123            ! perl.c regexec.c
43124 ____________________________________________________________________________
43125 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
43126         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
43127              From: "Craig A. Berry" <craigberry@mac.com> 
43128              Date: Fri, 03 Aug 2001 16:16:16 -0500
43129              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
43130      Branch: perl
43131            ! t/op/misc.t
43132 ____________________________________________________________________________
43133 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
43134         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
43135              From: John Kristian <jmk2001@engineer.com>
43136              Date: Fri, 03 Aug 2001 00:59:08 -0700
43137              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
43138      Branch: perl
43139            ! win32/win32.c
43140 ____________________________________________________________________________
43141 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
43142         Log: Update Changes.
43143      Branch: perl
43144            ! Changes patchlevel.h
43145 ____________________________________________________________________________
43146 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
43147         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
43148              From: "Craig A. Berry" <craigberry@mac.com>
43149              Date: Thu, 02 Aug 2001 23:15:24 -0500
43150              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
43151      Branch: perl
43152            ! ext/B/Stash.t
43153 ____________________________________________________________________________
43154 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
43155         Log: Subject: [patch] plug PL_cshname leak
43156              From: Doug MacEachern <dougm@covalent.net>
43157              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
43158              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
43159      Branch: perl
43160            ! sv.c
43161 ____________________________________________________________________________
43162 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
43163         Log: Subject: [patch] plug PL_sh_path leak
43164              From: Doug MacEachern <dougm@covalent.net>
43165              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
43166              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
43167      Branch: perl
43168            ! sv.c
43169 ____________________________________________________________________________
43170 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
43171         Log: Subject: [patch] plug PL_regex_padav leaks
43172              From: Doug MacEachern <dougm@covalent.net>
43173              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
43174              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
43175      Branch: perl
43176            ! op.c op.h perl.c
43177 ____________________________________________________________________________
43178 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
43179         Log: Subject: [patch] plug PL_origargv leak
43180              From: Doug MacEachern <dougm@covalent.net>
43181              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
43182              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
43183      Branch: perl
43184            ! perl.c
43185 ____________________________________________________________________________
43186 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
43187         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
43188              From: Abhijit Menon-Sen <ams@wiw.org>
43189              Date: Fri, 3 Aug 2001 06:38:11 +0530
43190              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
43191      Branch: perl
43192            ! hv.c
43193 ____________________________________________________________________________
43194 [ 11557] By: nick                                  on 2001/08/03  08:17:38
43195         Log: Integrate mainline
43196      Branch: perlio
43197           +> (branch 47 files)
43198            - lib/Switch/test.pl
43199           !> (integrate 49 files)
43200 ____________________________________________________________________________
43201 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
43202         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
43203              From: "Craig A. Berry" <craigberry@mac.com>
43204              Date: Thu, 02 Aug 2001 12:56:19 -0500
43205              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
43206      Branch: perl
43207            ! ext/B/Showlex.t
43208 ____________________________________________________________________________
43209 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
43210         Log: Be more careful about non-existent files.
43211      Branch: perl
43212            ! lib/File/Copy.pm
43213 ____________________________________________________________________________
43214 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
43215         Log: Subject: [PATCH resend] deparse empty formats
43216              From: Robin Houston <robin@kitsite.com> 
43217              Date: Thu, 2 Aug 2001 14:32:36 +0100
43218              Message-ID: <20010802143236.A894@robin.kitsite.com>
43219      Branch: perl
43220            ! ext/B/B/Deparse.pm
43221 ____________________________________________________________________________
43222 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
43223         Log: Subject: [patch] ithreads + refto fix improvement
43224              From: Doug MacEachern <dougm@covalent.net>
43225              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
43226              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
43227      Branch: perl
43228            ! pp.c
43229 ____________________________________________________________________________
43230 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
43231         Log: Readability nit from Abhijit.
43232      Branch: perl
43233            ! op.c
43234 ____________________________________________________________________________
43235 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
43236         Log: setproctitle() API version nit from Anton Berezin.
43237      Branch: perl
43238            ! mg.c
43239 ____________________________________________________________________________
43240 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
43241         Log: Add PerlCE to the docs.
43242      Branch: perl
43243            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
43244            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
43245 ____________________________________________________________________________
43246 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
43247         Log: Integrate the PerlCE (WinCE Perl) port;
43248              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
43249      Branch: perl
43250            + README.ce wince/FindExt.pm wince/Makefile.ce
43251            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
43252            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
43253            + wince/bin/search.pl wince/config.ce wince/config.h
43254            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
43255            + wince/dl_win32.xs wince/include/arpa/inet.h
43256            + wince/include/cectype.h wince/include/errno.h
43257            + wince/include/netdb.h wince/include/sys/socket.h
43258            + wince/include/sys/stat.h wince/include/sys/types.h
43259            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
43260            + wince/perl.rc wince/perldll.def wince/perllib.c
43261            + wince/perlmain.c wince/registry.bat wince/runperl.c
43262            + wince/splittree.pl wince/win32.h wince/win32iop.h
43263            + wince/win32thread.c wince/win32thread.h wince/wince.c
43264            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
43265            + wince/xdistclean.ksh wince/xmakediffs.ksh
43266            ! MANIFEST perl.c perl.h perlio.c
43267 ____________________________________________________________________________
43268 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
43269         Log: setproctitle() made simpler.  (This assumes the string is
43270              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
43271              should be used.  Note len, not len + 1.)  BSD-fu from Anton
43272              Berezin.
43273      Branch: perl
43274            ! mg.c
43275 ____________________________________________________________________________
43276 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
43277         Log: Subject: [PATCH] -Wall cleanup: op.c
43278              From: Richard Soderberg <rs@oregonnet.com>
43279              Date: Thu, 2 Aug 2001 00:17:09 -0700
43280              Message-Id: <200108020717.AAA26895@oregonnet.com>
43281              
43282              Subject: [PATCH] -Wall cleanup: sv.c
43283              From: Richard Soderberg <rs@oregonnet.com>
43284              Date: Thu, 2 Aug 2001 00:49:21 -0700
43285              Message-Id: <200108020749.AAA27492@oregonnet.com>
43286      Branch: perl
43287            ! op.c sv.c
43288 ____________________________________________________________________________
43289 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
43290         Log: Update Changes.
43291      Branch: perl
43292            ! Changes patchlevel.h
43293 ____________________________________________________________________________
43294 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
43295         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
43296              From: Doug MacEachern <dougm@covalent.net>
43297              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
43298              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
43299      Branch: perl
43300            ! op.c
43301 ____________________________________________________________________________
43302 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
43303         Log: The #11541 didn't work under threads.
43304      Branch: perl
43305            ! op.c
43306 ____________________________________________________________________________
43307 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
43308         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
43309              From: Hugo <hv@crypt.compulink.co.uk>
43310              Date: Fri, 22 Jun 2001 01:19:08 +0100 
43311              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
43312              
43313              (Skip tests if accept() failed)
43314      Branch: perl
43315            ! ext/IO/lib/IO/t/io_unix.t
43316 ____________________________________________________________________________
43317 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
43318         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
43319              From: "Stian Seeberg" <sseeberg@nimsoft.no>
43320              Date: Mon, 30 Jul 2001 12:28:07 +0200
43321              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
43322      Branch: perl
43323            ! perl.h
43324 ____________________________________________________________________________
43325 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
43326         Log: Subject: Pluggable optimizer
43327              From: Simon Cozens <simon@netthink.co.uk>
43328              Date: Wed, 1 Aug 2001 13:57:02 -0700
43329              Message-ID: <20010801135702.I10442@netthink.co.uk>
43330      Branch: perl
43331            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
43332 ____________________________________________________________________________
43333 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
43334         Log: Subject: [ID 20010801.039] perlre.pod message typo
43335              From: Autrijus Tang <autrijus@geb.elixus.org>
43336              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
43337              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
43338      Branch: perl
43339            ! pod/perlre.pod
43340 ____________________________________________________________________________
43341 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
43342         Log: Test for change #11536.
43343      Branch: perl
43344            ! t/op/tiehandle.t
43345 ____________________________________________________________________________
43346 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
43347         Log: More test fixups for #11537.
43348      Branch: perl
43349            ! t/lib/warnings/4lint t/lib/warnings/9enabled
43350 ____________________________________________________________________________
43351 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
43352         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
43353              From: Doug MacEachern <dougm@covalent.net>
43354              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
43355              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
43356      Branch: perl
43357            ! op.c t/TestInit.pm
43358 ____________________________________________________________________________
43359 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
43360         Log: Subject: [patch] ithreads + refto bug
43361              From: Doug MacEachern <dougm@covalent.net>
43362              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
43363              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
43364              
43365              (Test in change #11539)
43366      Branch: perl
43367            ! pp.c
43368 ____________________________________________________________________________
43369 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
43370         Log: Subject: [PATCH: perl@11523] fixups for t/harness
43371              From: Prymmer/Kahn <pvhp@best.com>
43372              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
43373              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
43374      Branch: perl
43375            ! t/harness
43376 ____________________________________________________________________________
43377 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
43378         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
43379              From: Prymmer/Kahn <pvhp@best.com>
43380              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
43381              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
43382      Branch: perl
43383            ! win32/Makefile win32/makefile.mk
43384 ____________________________________________________________________________
43385 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
43386         Log: Need to know the number of tests.
43387      Branch: perl
43388            ! t/run/exit.t
43389 ____________________________________________________________________________
43390 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
43391         Log: Subject: Re: new exit tests on VMS
43392              From: "Craig A. Berry" <craigberry@mac.com>
43393              Date: Tue, 31 Jul 2001 12:19:29 -0500
43394              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
43395      Branch: perl
43396            ! t/run/exit.t
43397 ____________________________________________________________________________
43398 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
43399         Log: Retract #11530 (the dTHX is needed under threads)
43400      Branch: perl
43401            ! perlio.c
43402 ____________________________________________________________________________
43403 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
43404         Log: (Retracted by #11531)
43405      Branch: perl
43406            ! perlio.c
43407 ____________________________________________________________________________
43408 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
43409         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
43410              From: Richard Soderberg <rs@crystalflame.net>
43411              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
43412              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
43413      Branch: perl
43414            ! unixish.h
43415 ____________________________________________________________________________
43416 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
43417         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
43418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43419              Date: Tue, 31 Jul 2001 05:39:09 -0400
43420              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
43421              
43422              (with a note about the case of UV being equal to long long)
43423      Branch: perl
43424            ! utils/h2xs.PL
43425 ____________________________________________________________________________
43426 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
43427         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
43428              From: "Craig A. Berry" <craigberry@mac.com>
43429              Date: Tue, 31 Jul 2001 14:57:43 -0500
43430              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
43431      Branch: perl
43432            ! t/io/fs.t
43433 ____________________________________________________________________________
43434 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
43435         Log: Fix for
43436              
43437              Subject: [ID 20010116.001] File::Copy truncates orig file 
43438              From: arbor@al37al08.telecel.pt
43439              Date: Tue, 16 Jan 2001 11:43:02 GMT
43440              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
43441              
43442              (copy($foo, $foo) would truncate $foo)
43443      Branch: perl
43444            ! lib/File/Copy.pm lib/File/Copy.t
43445 ____________________________________________________________________________
43446 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
43447         Log: Metaconfig unit change for #11524.
43448      Branch: metaconfig/U/perl
43449            ! Extras.U
43450 ____________________________________________________________________________
43451 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
43452         Log: Multiple modules didn't work; plus typo fixes.
43453      Branch: perl
43454            ! Configure
43455 ____________________________________________________________________________
43456 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
43457         Log: Update Changes.
43458      Branch: perl
43459            ! Changes patchlevel.h
43460 ____________________________________________________________________________
43461 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
43462         Log: Regen perlapi.
43463      Branch: perl
43464            ! pod/perlapi.pod
43465 ____________________________________________________________________________
43466 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
43467         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
43468              From: Dave Mitchell <davem@fdgroup.co.uk>
43469              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
43470              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
43471      Branch: perl
43472            ! sv.c
43473 ____________________________________________________________________________
43474 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
43475         Log: Regen toc.
43476      Branch: perl
43477            ! pod/perltoc.pod
43478 ____________________________________________________________________________
43479 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
43480         Log: Regen Porting stuff.
43481      Branch: perl
43482            ! Porting/Glossary Porting/config.sh Porting/config_H
43483 ____________________________________________________________________________
43484 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
43485         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
43486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43487              Date: Tue, 31 Jul 2001 05:34:38 -0400
43488              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
43489      Branch: perl
43490            ! utils/h2xs.PL
43491 ____________________________________________________________________________
43492 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
43493         Log: Metaconfig unit change for #11516. 
43494      Branch: metaconfig/U/perl
43495            ! gccvers.U
43496 ____________________________________________________________________________
43497 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
43498         Log: Add -Wall in cflags, not in Configure.
43499              (This way -Wall affects only the core and the core XS,
43500              not user modules' XS.  Concern from Paul Marquess,
43501              implementation idea from Andy Dougherty.)
43502      Branch: perl
43503            ! Configure cflags.SH
43504 ____________________________________________________________________________
43505 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
43506         Log: Metaconfig unit changes for #11514.
43507      Branch: metaconfig
43508            + U/modified/sysman.U
43509            ! U/installdirs/man1dir.U
43510 ____________________________________________________________________________
43511 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
43512         Log: Subject: Configure's detection of system manual
43513              From: Sean Dague <sean@dague.net> 
43514              Date: Sun, 13 May 2001 15:53:15 -0400
43515              Message-ID: <20010513155315.A15833@underhill.dague.net>
43516      Branch: perl
43517            ! Configure
43518 ____________________________________________________________________________
43519 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
43520         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
43521              From: Autrijus Tang <autrijus@autrijus.org> 
43522              Date: Thu, 21 Jun 2001 23:56:48 +0800
43523              Message-Id: <20010621235648.A57340@not.autrijus.org>
43524      Branch: perl
43525            ! pod/perlobj.pod
43526 ____________________________________________________________________________
43527 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
43528         Log: Subject: Typo in DB_File.pm
43529              From: "Philip Newton" <Philip.Newton@gmx.net>
43530              Date: Tue, 31 Jul 2001 06:19:35 +0200
43531              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
43532      Branch: perl
43533            ! ext/DB_File/DB_File.pm
43534 ____________________________________________________________________________
43535 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
43536         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
43537              From: "Stephen P. Potter" <spp@spotter.yi.org>
43538              Date: Wed, 30 May 2001 13:59:34 -0400
43539              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
43540      Branch: perl
43541            ! pod/perlre.pod
43542 ____________________________________________________________________________
43543 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
43544         Log: eval "format foo=" would loop indefinitely; reported in
43545              
43546              Subject: A load of old rubbish
43547              From: Mike Guy <mjtg@cam.ac.uk>
43548              Date: Mon, 14 May 2001 16:12:22 +0100
43549              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
43550              
43551              (The core dumps reported in there already fixed.)
43552      Branch: perl
43553            ! toke.c
43554 ____________________________________________________________________________
43555 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
43556         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
43557      Branch: perl
43558            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
43559            + lib/Switch/t/switch_case.t
43560            - lib/Switch/test.pl
43561            ! MANIFEST lib/Switch.pm
43562 ____________________________________________________________________________
43563 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
43564         Log: Subject: [PATCH @11505] DB_File-1.78
43565              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
43566              Date: Mon, 30 Jul 2001 22:54:37 +0100
43567              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
43568      Branch: perl
43569            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43570            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
43571 ____________________________________________________________________________
43572 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
43573         Log: Explain in more detail why -pipe and -fno-common are good.
43574      Branch: perl
43575            ! hints/darwin.sh
43576 ____________________________________________________________________________
43577 [ 11506] By: nick                                  on 2001/07/30  14:32:23
43578         Log: Integrate mainline
43579      Branch: perlio
43580           !> INSTALL Makefile.SH doio.c hints/darwin.sh
43581 ____________________________________________________________________________
43582 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
43583         Log: Perl hasn't been putting man pages into $prefix/lib for
43584              a long time now; pointed out by Andy Dougherty. 
43585      Branch: perl
43586            ! hints/darwin.sh
43587 ____________________________________________________________________________
43588 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
43589         Log: Document the extras Configure option.
43590      Branch: perl
43591            ! INSTALL
43592 ____________________________________________________________________________
43593 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
43594         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
43595              everywhere.
43596      Branch: perl
43597           !> doio.c
43598 ____________________________________________________________________________
43599 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
43600         Log: Doubly guard against invoking CPAN if no extras defined,
43601              pointed out by H. Merijn Brand.
43602      Branch: perl
43603            ! Makefile.SH
43604 ____________________________________________________________________________
43605 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
43606         Log: Fix O_RDONLY check to check for O_RDONLY.
43607      Branch: maint-5.6/macperl
43608            ! doio.c
43609 ____________________________________________________________________________
43610 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
43611         Log: Integrate miscellaneous changes from maint-5.6/perl.
43612      Branch: maint-5.6/macperl
43613           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
43614 ____________________________________________________________________________
43615 [ 11499] By: nick                                  on 2001/07/30  06:52:42
43616         Log: Integrate mainline
43617      Branch: perlio
43618           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
43619           +> win32/sync_ext.pl
43620            - win32/sncfnmcs.pl
43621           !> (integrate 71 files)
43622 ____________________________________________________________________________
43623 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
43624         Log: Update Changes.
43625      Branch: perl
43626            ! Changes patchlevel.h
43627 ____________________________________________________________________________
43628 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
43629         Log: Now Configure -Dextras=Foo::Bar and "make install" will
43630              fetch and install Foo::Bar.
43631      Branch: perl
43632            ! Makefile.SH
43633 ____________________________________________________________________________
43634 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
43635         Log: Metaconfig unit change for #11495.
43636      Branch: metaconfig/U/perl
43637            ! Extras.U
43638 ____________________________________________________________________________
43639 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
43640         Log: extras.make, extras.test, and extras.install make targets.
43641      Branch: perl
43642            ! Configure Makefile.SH
43643 ____________________________________________________________________________
43644 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
43645         Log: Metaconfig unit change for #11493.
43646      Branch: metaconfig/U/perl
43647            ! Extras.U
43648 ____________________________________________________________________________
43649 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
43650         Log: Better to have the list of extras in $extras than 'define'.
43651      Branch: perl
43652            ! Configure
43653 ____________________________________________________________________________
43654 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
43655         Log: The metaconfig unit change for #11490.
43656      Branch: metaconfig/U/perl
43657            + Extras.U
43658 ____________________________________________________________________________
43659 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
43660         Log: Missed from #11490 (the required dependency).
43661      Branch: perl
43662            ! Makefile.SH
43663 ____________________________________________________________________________
43664 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
43665         Log: Add the support of asking for extra modules or bundles of modules
43666              to be fetched from the CPAN and installed as a part of the Perl
43667              build process.  None of this installation is yet really done;
43668              only the list is asked, and saved away in extras.lst for
43669              the build and installation process to worry about later.
43670      Branch: perl
43671            ! Configure
43672 ____________________________________________________________________________
43673 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
43674         Log: Beginnings of better Inf and NaN support.
43675              At least toke.c and sv.c still need quite a bit of work.
43676      Branch: perl
43677            ! numeric.c perl.h
43678 ____________________________________________________________________________
43679 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
43680         Log: Top-level Makefile didn't honour OPTIMIZE.
43681      Branch: perl
43682            ! Makefile.SH
43683 ____________________________________________________________________________
43684 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
43685         Log: Update Changes.
43686      Branch: perl
43687            ! Changes patchlevel.h
43688 ____________________________________________________________________________
43689 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
43690         Log: Use Search::Dict 1.02 interface for charinfo().
43691      Branch: perl
43692            ! lib/UnicodeCD.pm
43693 ____________________________________________________________________________
43694 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
43695         Log: Now also allow transforming the read lines before comparing them.
43696              (This will help UnicodeCD.) 
43697      Branch: perl
43698            ! lib/Search/Dict.pm
43699 ____________________________________________________________________________
43700 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
43701         Log: Remove tiehandle code.
43702      Branch: perl
43703            ! lib/UnicodeCD.pm
43704 ____________________________________________________________________________
43705 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
43706         Log: Allow specifying a comparison function for Search::Dict::look().
43707      Branch: perl
43708            ! lib/Search/Dict.pm
43709 ____________________________________________________________________________
43710 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
43711         Log: Small UnicodeCD tweaks.
43712      Branch: perl
43713            ! lib/UnicodeCD.pm lib/UnicodeCD.t
43714 ____________________________________________________________________________
43715 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
43716         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
43717              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
43718              Date: Tue, 24 Jul 2001 01:51:32 +0900
43719              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
43720      Branch: perl
43721            ! lib/UnicodeCD.pm lib/UnicodeCD.t
43722 ____________________________________________________________________________
43723 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
43724         Log: Subject: [PATCH] installperl
43725              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
43726              Date: Fri, 27 Jul 2001 19:05:04 -0700
43727              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
43728      Branch: perl
43729            ! installperl
43730 ____________________________________________________________________________
43731 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
43732         Log: Subject: [PATCH] Set proper compatibility versions in core
43733              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
43734              Date: Fri, 27 Jul 2001 20:01:49 -0700
43735              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
43736      Branch: perl
43737            ! Makefile.SH
43738 ____________________________________________________________________________
43739 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
43740         Log: Metaconfig unit change for #11477.
43741      Branch: metaconfig/U/perl
43742            ! dlsrc.U
43743 ____________________________________________________________________________
43744 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
43745         Log: Subject: [PATCH] Darwin: -fpic not so good
43746              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
43747              Date: Fri, 27 Jul 2001 18:57:38 -0700
43748              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
43749      Branch: perl
43750            ! Configure
43751 ____________________________________________________________________________
43752 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
43753         Log: Subject: [PATCH] Clean up Darwin hints
43754              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
43755              Date: Fri, 27 Jul 2001 19:13:15 -0700
43756              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
43757      Branch: perl
43758            ! hints/darwin.sh
43759 ____________________________________________________________________________
43760 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
43761         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
43762              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
43763              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
43764              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
43765      Branch: perl
43766            ! pod/perlfunc.pod pp.c t/op/split.t
43767 ____________________________________________________________________________
43768 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
43769         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
43770              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
43771              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
43772              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
43773      Branch: perl
43774            ! pod/perlvar.pod
43775 ____________________________________________________________________________
43776 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
43777         Log: Subject: [PATCH] fixes to constant.pm documentation
43778              From: Ilmari Karonen <iltzu@sci.fi>
43779              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
43780              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
43781      Branch: perl
43782            ! lib/constant.pm
43783 ____________________________________________________________________________
43784 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
43785         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
43786              From: "Philip Newton" <Philip.Newton@gmx.net>
43787              Date: Fri, 27 Jul 2001 07:51:10 +0200
43788              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
43789      Branch: perl
43790            ! pod/perlport.pod
43791 ____________________________________________________________________________
43792 [ 11471] By: nick                                  on 2001/07/26  06:23:32
43793         Log: Subject:  [PATCH] Doc fix for perlguts / threading
43794              From:  Arthur Bergman <arthur@contiller.se>
43795              Date:  Wed, 25 Jul 2001 11:28:23 +0200
43796              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
43797      Branch: perl
43798            ! pod/perlguts.pod
43799 ____________________________________________________________________________
43800 [ 11470] By: nick                                  on 2001/07/26  06:21:06
43801         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
43802              From:  Philip Newton <Philip.Newton@gmx.net>
43803              Date:  Wed, 25 Jul 2001 08:19:47 +0200
43804              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
43805      Branch: perl
43806            ! INSTALL
43807 ____________________________________________________________________________
43808 [ 11469] By: nick                                  on 2001/07/26  06:20:25
43809         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
43810              From:  Philip Newton <Philip.Newton@gmx.net>
43811              Date:  Wed, 25 Jul 2001 08:12:48 +0200
43812              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
43813      Branch: perl
43814            ! INSTALL
43815 ____________________________________________________________________________
43816 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
43817         Log: More +x.
43818      Branch: perl
43819            ! Porting/makerel
43820 ____________________________________________________________________________
43821 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
43822         Log: Update Changes.
43823      Branch: perl
43824            ! Changes patchlevel.h
43825 ____________________________________________________________________________
43826 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
43827         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
43828              From: "Philip Newton" <Philip.Newton@gmx.net>
43829              Date: Tue, 24 Jul 2001 06:45:55 +0200
43830              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
43831      Branch: perl
43832            ! os2/perlrexx.c
43833 ____________________________________________________________________________
43834 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
43835         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
43836              From: Peter Prymmer <pvhp@forte.com>
43837              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
43838              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
43839      Branch: perl
43840            ! pod/perlport.pod t/io/fs.t vms/test.com
43841 ____________________________________________________________________________
43842 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
43843         Log: Workaround on Cwd bootstrap problem.
43844      Branch: perl
43845            ! lib/ExtUtils/MakeMaker.pm
43846 ____________________________________________________________________________
43847 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
43848         Log: When in Rome, quote like the Romans do.
43849      Branch: perl
43850            ! cflags.SH
43851 ____________________________________________________________________________
43852 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
43853         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
43854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43855              Date: Mon, 23 Jul 2001 19:29:49 -0400
43856              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
43857      Branch: perl
43858            + os2/perlrexx.c
43859            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
43860            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
43861            ! t/op/write.t
43862 ____________________________________________________________________________
43863 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
43864         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
43865              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43866              Date: Mon, 23 Jul 2001 18:43:42 -0400
43867              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
43868      Branch: perl
43869            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
43870 ____________________________________________________________________________
43871 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
43872         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
43873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43874              Date: Mon, 23 Jul 2001 18:33:16 -0400
43875              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
43876      Branch: perl
43877            ! lib/ExtUtils/MakeMaker.pm
43878 ____________________________________________________________________________
43879 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
43880         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
43881              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43882              Date: Mon, 23 Jul 2001 18:20:35 -0400
43883              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
43884      Branch: perl
43885            ! Makefile.SH cflags.SH
43886 ____________________________________________________________________________
43887 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
43888         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
43889              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
43890              Date: Mon, 23 Jul 2001 11:32:17 -0500
43891              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
43892      Branch: perl
43893            ! lib/ExtUtils/MakeMaker.pm
43894 ____________________________________________________________________________
43895 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
43896         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
43897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43898              Date: Mon, 23 Jul 2001 18:13:20 -0400
43899              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
43900      Branch: perl
43901            ! lib/perl5db.pl
43902 ____________________________________________________________________________
43903 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
43904         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
43905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43906              Date: Mon, 23 Jul 2001 18:07:40 -0400
43907              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
43908      Branch: perl
43909            ! op.c
43910 ____________________________________________________________________________
43911 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
43912         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
43913              From: "Craig A. Berry" <craigberry@mac.com>
43914              Date: Mon, 23 Jul 2001 15:35:06 -0500
43915              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
43916      Branch: perl
43917            ! util.c
43918 ____________________________________________________________________________
43919 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
43920         Log: Subject: [PATCH perlfaq9.pod typo]
43921              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
43922              Date: Mon, 23 Jul 2001 07:49:05 -0700
43923              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
43924      Branch: perl
43925            ! pod/perlfaq9.pod
43926 ____________________________________________________________________________
43927 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
43928         Log: Subject: win32\sncfnmcs.pl corrections
43929              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
43930              Date: Mon, 23 Jul 2001 12:56:54 +0200
43931              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
43932              
43933              Rename the script a little bit more sensibly.
43934      Branch: perl
43935            + win32/sync_ext.pl
43936            - win32/sncfnmcs.pl
43937            ! MANIFEST README.win32
43938 ____________________________________________________________________________
43939 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
43940         Log: Test tweak.
43941      Branch: perl
43942            ! ext/B/Deparse.t
43943 ____________________________________________________________________________
43944 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
43945         Log: Metaconfig unit tweak for #11450.
43946      Branch: metaconfig/U/perl
43947            ! Mksymlinks.U
43948 ____________________________________________________________________________
43949 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
43950         Log: Too volatile failsafe check.
43951      Branch: perl
43952            ! Configure
43953 ____________________________________________________________________________
43954 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
43955         Log: Further doc tweaks.
43956      Branch: perl
43957            ! lib/UnicodeCD.pm
43958 ____________________________________________________________________________
43959 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
43960         Log: Doc tweaks.
43961      Branch: perl
43962            ! lib/UnicodeCD.pm
43963 ____________________________________________________________________________
43964 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
43965         Log: Doc tweakery from Abhijit.
43966      Branch: perl
43967            ! Porting/repository.pod
43968 ____________________________________________________________________________
43969 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
43970         Log: An accidental empty line.
43971      Branch: perl
43972            ! MANIFEST
43973 ____________________________________________________________________________
43974 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
43975         Log: Missing MANIFESTations.
43976      Branch: perl
43977            ! MANIFEST
43978 ____________________________________________________________________________
43979 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
43980         Log: Update Changes.
43981      Branch: perl
43982            ! Changes patchlevel.h
43983 ____________________________________________________________________________
43984 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
43985         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
43986              From: Mike Guy <mjtg@cam.ac.uk>
43987              Date: Fri, 20 Jul 2001 16:12:49 +0100
43988              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
43989      Branch: perl
43990            ! Porting/pumpkin.pod
43991 ____________________________________________________________________________
43992 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
43993         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
43994              From: Peter Prymmer <pvhp@forte.com>
43995              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
43996              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
43997      Branch: perl
43998            ! pod/perlhack.pod
43999 ____________________________________________________________________________
44000 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
44001         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
44002              From: Michael G Schwern <schwern@pobox.com>
44003              Date: Fri, 20 Jul 2001 20:22:35 -0400
44004              Message-ID: <20010720202235.O4498@blackrider>
44005      Branch: perl
44006            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
44007            ! lib/Test/t/todo.t
44008 ____________________________________________________________________________
44009 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
44010         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
44011              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44012              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
44013              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
44014      Branch: perl
44015            ! ext/POSIX/POSIX.pod
44016 ____________________________________________________________________________
44017 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
44018         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
44019              From: Mark-Jason Dominus <mjd@plover.com>
44020              Date: Fri, 20 Jul 2001 23:16:54 -0400
44021              Message-ID: <20010721031654.21877.qmail@plover.com>
44022      Branch: perl
44023            ! ext/POSIX/POSIX.pod
44024 ____________________________________________________________________________
44025 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
44026         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
44027              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44028              Date: Sun, 22 Jul 2001 14:56:09 +0200
44029              Message-ID: <20010722145609.A766@rafael>
44030      Branch: perl
44031            ! ext/B/O.pm
44032 ____________________________________________________________________________
44033 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
44034         Log: Subject: regexec.c #define cleanup
44035              From: Mark-Jason Dominus <mjd@plover.com>
44036              Date: Sat, 21 Jul 2001 18:33:25 -0400
44037              Message-ID: <20010721223325.3069.qmail@plover.com>
44038      Branch: perl
44039            ! regexec.c
44040 ____________________________________________________________________________
44041 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
44042         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
44043              From: Prymmer/Kahn <pvhp@best.com>
44044              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
44045              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
44046      Branch: perl
44047            ! t/io/fs.t
44048 ____________________________________________________________________________
44049 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
44050         Log: Typo in #11432.
44051      Branch: perl
44052            ! ext/POSIX/POSIX.t
44053 ____________________________________________________________________________
44054 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
44055         Log: Integrate (manually) change #11424 from macperl.
44056      Branch: perl
44057            ! ext/Filter/t/call.t
44058 ____________________________________________________________________________
44059 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
44060         Log: Integrate change #11408 from macperl.
44061      Branch: perl
44062           !> README.macos pod/perlport.pod
44063 ____________________________________________________________________________
44064 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
44065         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
44066      Branch: perl
44067           +> macos/MacPerlTests.cmd macos/xsubpp.patch
44068            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
44069            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
44070            ! ext/POSIX/POSIX.t
44071 ____________________________________________________________________________
44072 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
44073         Log: pod/*.t tests not picked up by t/TEST either
44074      Branch: maint-5.6/perl
44075            ! t/TEST
44076 ____________________________________________________________________________
44077 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
44078         Log: better tweak for change#11429 (windows has both / and \ separated
44079              paths in @INC at that point)
44080      Branch: maint-5.6/perl
44081            ! t/pod/testp2pt.pl
44082 ____________________________________________________________________________
44083 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
44084         Log: MacOS pod test tweak needs \Escape
44085      Branch: maint-5.6/perl
44086            ! t/pod/testp2pt.pl
44087 ____________________________________________________________________________
44088 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
44089         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
44090              resulting duplicate output, but t/harness isn't)
44091      Branch: maint-5.6/perl
44092            ! t/run/runenv.t
44093 ____________________________________________________________________________
44094 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
44095         Log: t/harness wasn't picking up all the tests
44096      Branch: maint-5.6/perl
44097            ! t/harness
44098 ____________________________________________________________________________
44099 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
44100         Log: update MANIFEST for new file
44101      Branch: maint-5.6/perl
44102            ! MANIFEST
44103 ____________________________________________________________________________
44104 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
44105         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
44106              the exception of the macperl/macos/... tree
44107      Branch: maint-5.6/perl
44108           +> t/lib/filefind-taint.t
44109           !> (integrate 72 files)
44110 ____________________________________________________________________________
44111 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
44112         Log: Fix test.
44113      Branch: maint-5.6/macperl
44114            ! macos/bundled_ext/Filter/t/call.t
44115 ____________________________________________________________________________
44116 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
44117         Log: Make perl fork()-safe (in a slightly limited way) even on
44118              platforms that don't have pthread_atfork() (extension of
44119              the fix in change#11151).
44120              
44121              Note that this will not help extensions that call fork()
44122              directly in C, or that link to libraries that call fork()
44123              directly.  Such cases must be fixed to either call
44124              PerlProc_fork(), or call atfork_lock() in parent before the
44125              calling the function that forks and call atfork_unlock()
44126              in both parent and child immediately after the fork().
44127              (There are no worries if C code calls exec() in the child
44128              immediately after a fork().  Only cases where the child
44129              calls perl's API functions (including New()) after the
44130              fork() are problematic.)
44131              
44132              This change also eliminates the use of vfork() from perl,
44133              since all such uses were violating the severe restrictions
44134              on modifying the state of the process between the vfork()
44135              and the exec().
44136              
44137              This is a modified version of patches suggested by Abhijit
44138              Menon-Sen and Richard Soderberg.
44139      Branch: perl
44140            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
44141            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
44142 ____________________________________________________________________________
44143 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
44144         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
44145              Switch, and Text::Balanced.
44146      Branch: maint-5.6/macperl
44147            + macos/bundled_ext/Filter/Util/Call/Call.pm
44148            + macos/bundled_ext/Filter/Util/Call/Call.xs
44149            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
44150            + macos/bundled_ext/Filter/t/MyFilter.pm
44151            + macos/bundled_ext/Filter/t/call.t
44152            + macos/bundled_ext/Filter/t/filter-util.pl
44153            + macos/bundled_lib/blib/lib/Class/ISA.pm
44154            + macos/bundled_lib/blib/lib/Digest.pm
44155            + macos/bundled_lib/blib/lib/Filter/Simple.pm
44156            + macos/bundled_lib/blib/lib/Switch.pm
44157            + macos/bundled_lib/blib/lib/Text/Balanced.pm
44158            + macos/bundled_lib/blib/lib/Text/Balanced.pod
44159            + macos/bundled_lib/t/Class/ISA/test.pl
44160            + macos/bundled_lib/t/Digest/Digest.t
44161            + macos/bundled_lib/t/Filter/Simple/test.pl
44162            + macos/bundled_lib/t/Switch/test.pl
44163            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
44164            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
44165            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
44166            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
44167            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
44168            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
44169            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
44170            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
44171 ____________________________________________________________________________
44172 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
44173         Log: Add Filter::Util::Call to config/make files; edit utils
44174              to recognize the module (it was descended too far down).
44175              Bump version to 5.6.1a4.
44176      Branch: maint-5.6/macperl
44177            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
44178            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
44179            ! macos/macperl/Makefile.mk macos/xsubpp.patch
44180 ____________________________________________________________________________
44181 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
44182         Log: Make DB_File the default for MLDBM on MacOS.
44183      Branch: maint-5.6/macperl
44184            ! macos/bundled_lib/blib/lib/MLDBM.pm
44185 ____________________________________________________________________________
44186 [ 11419] By: nick                                  on 2001/07/20  14:51:03
44187         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
44188              From:  Simon Cozens <simon@netthink.co.uk>
44189              Date:  Fri, 20 Jul 2001 11:42:35 -0400
44190              Message-Id:  <20010720114235.A5235@netthink.co.uk>
44191      Branch: perl
44192            ! lib/UnicodeCD.pm
44193 ____________________________________________________________________________
44194 [ 11418] By: nick                                  on 2001/07/20  14:48:12
44195         Log: Subject:  [PATCH regcomp.h] adds a comment
44196              From:  Abhijit Menon-Sen <ams@wiw.org>
44197              Date:  Fri, 20 Jul 2001 21:05:37 +0530
44198              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
44199      Branch: perl
44200            ! regcomp.h
44201 ____________________________________________________________________________
44202 [ 11417] By: nick                                  on 2001/07/20  14:16:38
44203         Log: Subject:  [PATCH 5.7.2] INSTALL updates
44204              From:  Andy Dougherty <doughera@lafayette.edu>
44205              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
44206              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
44207      Branch: perl
44208            ! INSTALL
44209 ____________________________________________________________________________
44210 [ 11416] By: nick                                  on 2001/07/20  06:44:44
44211         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
44212              From:  Russ Allbery <rra@stanford.edu>
44213              Date:  19 Jul 2001 15:52:37 -0700
44214              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
44215      Branch: perl
44216            ! lib/Pod/Man.pm
44217 ____________________________________________________________________________
44218 [ 11415] By: nick                                  on 2001/07/20  06:35:11
44219         Log: Subject:  [PATCH] defer op_seq allocation
44220              From:  Abhijit Menon-Sen <ams@wiw.org>
44221              Date:  Thu, 19 Jul 2001 22:12:24 +0530
44222              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
44223      Branch: perl
44224            ! op.c
44225 ____________________________________________________________________________
44226 [ 11414] By: nick                                  on 2001/07/20  06:23:36
44227         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
44228              From:  Abhijit Menon-Sen <ams@wiw.org>
44229              Date:  Fri, 20 Jul 2001 01:18:50 +0530
44230              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
44231              (Private e-mail)
44232      Branch: perl
44233            ! ext/Time/HiRes/HiRes.xs
44234 ____________________________________________________________________________
44235 [ 11413] By: nick                                  on 2001/07/20  06:18:53
44236         Log: Integrate mainline
44237      Branch: perlio
44238           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
44239            - t/base/commonsense.t
44240           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
44241           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
44242           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
44243           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
44244           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
44245           !> win32/win32.c
44246 ____________________________________________________________________________
44247 [ 11412] By: nick                                  on 2001/07/19  06:44:27
44248         Log: Integrate win32/perlhost.h from maintenance branch.
44249              (Rest of $ENV{PATH} / system() fix.)
44250      Branch: perl
44251           !> win32/perlhost.h
44252 ____________________________________________________________________________
44253 [ 11411] By: nick                                  on 2001/07/19  06:41:34
44254         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
44255              From:  Philip Newton <Philip.Newton@gmx.net>
44256              Date:  Wed, 18 Jul 2001 21:43:57 +0200
44257              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
44258      Branch: perl
44259            ! pod/perlhack.pod
44260 ____________________________________________________________________________
44261 [ 11410] By: nick                                  on 2001/07/19  06:39:35
44262         Log: Subject:  Security hole in taint checking in open()
44263              From:  deekoo@tentacle.net
44264              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
44265              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
44266      Branch: perl
44267            ! doio.c
44268 ____________________________________________________________________________
44269 [ 11409] By: nick                                  on 2001/07/19  06:28:08
44270         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
44271              From:  Abhijit Menon-Sen <ams@wiw.org>
44272              Date:  Thu, 19 Jul 2001 04:30:43 +0530
44273              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
44274      Branch: perl
44275            ! ext/Time/HiRes/HiRes.xs
44276 ____________________________________________________________________________
44277 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
44278         Log: Update docs with latest implementation information and new URLs.
44279      Branch: maint-5.6/macperl
44280            ! README.macos pod/perlport.pod
44281 ____________________________________________________________________________
44282 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
44283         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
44284              Fix BuildRules to accept optimization variables.
44285      Branch: maint-5.6/macperl
44286            + macos/bundled_ext/Digest/MD5/Makefile.mk
44287            ! macos/BuildRules.mk macos/Makefile.mk
44288            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
44289            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
44290 ____________________________________________________________________________
44291 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
44292         Log: Integrate changes 11399,11401
44293      Branch: maint-5.6/macperl
44294           !> win32/perlhost.h win32/win32.c
44295 ____________________________________________________________________________
44296 [ 11405] By: nick                                  on 2001/07/18  06:50:33
44297         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
44298              from perl5.6*
44299      Branch: perl
44300           !> win32/perlhost.h win32/win32.c
44301 ____________________________________________________________________________
44302 [ 11404] By: nick                                  on 2001/07/18  06:43:59
44303         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
44304              From:  hv@crypt0.demon.co.uk
44305              Date:  Wed, 18 Jul 2001 05:58:46 +0100
44306              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
44307      Branch: perl
44308            ! ext/POSIX/POSIX.t
44309 ____________________________________________________________________________
44310 [ 11403] By: nick                                  on 2001/07/18  06:38:57
44311         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
44312              From:  hv@crypt0.demon.co.uk
44313              Date:  Wed, 18 Jul 2001 05:21:54 +0100
44314              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
44315      Branch: perl
44316            ! numeric.c t/op/arith.t
44317 ____________________________________________________________________________
44318 [ 11402] By: nick                                  on 2001/07/18  06:19:17
44319         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
44320              From:  mjd@plover.com
44321              Date:  17 Jul 2001 17:59:20 -0000
44322              Message-Id:  <20010717175920.8177.qmail@plover.com>
44323      Branch: perl
44324            ! pod/perlre.pod
44325 ____________________________________________________________________________
44326 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
44327         Log: thinko in change#11400 (duh)
44328      Branch: maint-5.6/perl
44329            ! win32/perlhost.h
44330 ____________________________________________________________________________
44331 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
44332         Log: change#11399 revealed another unrelated bug; this is just a temporary
44333              bandaid
44334      Branch: maint-5.6/perl
44335            ! win32/perlhost.h
44336 ____________________________________________________________________________
44337 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
44338         Log: fix bugs in handling of the virtualized environment under windows;
44339              there were bugs in propagating any changes to %ENV down to the real
44340              environment when such changes happened in the toplevel process
44341              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
44342              problem identification, and for a part of the fix)
44343      Branch: maint-5.6/perl
44344            ! win32/perlhost.h win32/win32.c
44345 ____________________________________________________________________________
44346 [ 11398] By: nick                                  on 2001/07/17  08:26:35
44347         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
44348              From: Peter Prymmer <pvhp@forte.com>
44349              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
44350              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
44351              
44352              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
44353              should not depend on existance of Config.pm
44354      Branch: perl
44355           +> t/lib/commonsense.t
44356            - t/base/commonsense.t
44357            ! MANIFEST t/README
44358 ____________________________________________________________________________
44359 [ 11397] By: nick                                  on 2001/07/17  08:09:58
44360         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
44361              From:  Michael G Schwern <schwern@pobox.com>
44362              Date:  Mon, 16 Jul 2001 18:20:31 -0400
44363              Message-Id:  <20010716182031.A1128@blackrider>
44364      Branch: perl
44365            ! pod/perlhack.pod
44366 ____________________________________________________________________________
44367 [ 11396] By: nick                                  on 2001/07/17  08:04:11
44368         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
44369              From:  Gwyn Judd <b.judd@xtra.co.nz>
44370              Date:  Tue, 17 Jul 2001 20:55:58 +1200
44371              Message-Id:  <20010717205558.A3107@thislove>
44372      Branch: perl
44373            ! pod/perlfunc.pod
44374 ____________________________________________________________________________
44375 [ 11395] By: nick                                  on 2001/07/17  08:02:22
44376         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
44377              From:  Peter Prymmer <pvhp@forte.com>
44378              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
44379              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
44380      Branch: perl
44381            ! t/op/sprintf.t
44382 ____________________________________________________________________________
44383 [ 11394] By: nick                                  on 2001/07/17  07:57:06
44384         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
44385              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
44386              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
44387              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
44388      Branch: perl
44389            ! gv.c
44390 ____________________________________________________________________________
44391 [ 11392] By: nick                                  on 2001/07/17  07:50:12
44392         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
44393              From:  Coral <coral@moonlight.crystalflame.net>
44394              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
44395              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
44396      Branch: perl
44397            ! pp_sys.c thread.h
44398 ____________________________________________________________________________
44399 [ 11391] By: nick                                  on 2001/07/17  07:34:28
44400         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
44401              From:  Jonathan Stowe <gellyfish@gellyfish.com>
44402              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
44403              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
44404      Branch: perl
44405            ! utils/h2xs.PL
44406 ____________________________________________________________________________
44407 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
44408         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
44409              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
44410              and Mac::Apps::Launch, which don't work, and Time::HiRes and
44411              Time::Piece, which don't yet work.
44412      Branch: maint-5.6/macperl
44413            + (add 154 files)
44414 ____________________________________________________________________________
44415 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
44416         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
44417              Also add hack to get around missing setenv for PERL5DB.
44418      Branch: maint-5.6/macperl
44419            ! macos/macish.c macos/macish.h
44420 ____________________________________________________________________________
44421 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
44422         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
44423      Branch: maint-5.6/macperl
44424            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
44425            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
44426 ____________________________________________________________________________
44427 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
44428         Log: Fix up some configuration and make options, add extra
44429              extensions.
44430      Branch: maint-5.6/macperl
44431            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
44432            ! macos/macperl/Makefile.mk
44433 ____________________________________________________________________________
44434 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
44435         Log: From Change 11374 in maintperl.
44436      Branch: maint-5.6/macperl
44437           !> utils/h2ph.PL
44438 ____________________________________________________________________________
44439 [ 11385] By: nick                                  on 2001/07/16  14:12:58
44440         Log: Back out change to h2xs till it passes its test.
44441      Branch: perl
44442            ! utils/h2xs.PL
44443 ____________________________________________________________________________
44444 [ 11384] By: nick                                  on 2001/07/16  14:00:10
44445         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
44446              From:  Jonathan Stowe <gellyfish@gellyfish.com>
44447              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
44448              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
44449      Branch: perl
44450            ! utils/h2xs.PL
44451 ____________________________________________________________________________
44452 [ 11383] By: nick                                  on 2001/07/16  13:53:12
44453         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
44454              From:  Robin Houston <robin@kitsite.com>
44455              Date:  Sun, 15 Jul 2001 18:22:31 +0100
44456              Message-Id:  <20010715182230.A11174@robin>
44457      Branch: perl
44458            ! hints/darwin.sh
44459 ____________________________________________________________________________
44460 [ 11382] By: nick                                  on 2001/07/16  13:52:49
44461         Log: Subject:  [PATCH perl@11372] re_dup
44462              From:  Radu Greab <radu@netsoft.ro>
44463              Date:  Sun, 15 Jul 2001 04:50:06 +0300
44464              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
44465      Branch: perl
44466            ! sv.c
44467 ____________________________________________________________________________
44468 [ 11379] By: nick                                  on 2001/07/16  13:35:39
44469         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
44470              From:  Robin Houston <robin@kitsite.com>
44471              Date:  Sat, 14 Jul 2001 14:28:50 +0100
44472              Message-Id:  <20010714142850.A10205@robin>
44473      Branch: perl
44474            ! ext/B/B/Deparse.pm
44475 ____________________________________________________________________________
44476 [ 11378] By: nick                                  on 2001/07/16  13:30:36
44477         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
44478              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
44479              Date:  Sat, 14 Jul 2001 22:17:42 +0900
44480              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
44481      Branch: perl
44482            + ext/Encode/Encode/euc-jp-0212.enc
44483            ! ext/Encode/Encode/Tcl.pm
44484 ____________________________________________________________________________
44485 [ 11377] By: nick                                  on 2001/07/16  13:17:28
44486         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
44487              From:  Andy Dougherty <doughera@lafayette.edu>
44488              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
44489              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
44490      Branch: perl
44491            ! hints/darwin.sh hints/rhapsody.sh
44492 ____________________________________________________________________________
44493 [ 11376] By: nick                                  on 2001/07/16  09:05:00
44494         Log: Integrate mainline
44495      Branch: perlio
44496           +> ext/Encode/Encode/7bit-greek.enc
44497           +> ext/Encode/Encode/7bit-latin1.enc
44498           +> ext/Encode/Encode/cns11643-1.enc
44499           +> ext/Encode/Encode/cns11643-2.enc
44500           +> ext/Encode/Encode/iso2022-cn.enc
44501           +> ext/Encode/Encode/iso2022-jp1.enc
44502           +> ext/Encode/Encode/iso2022-jp2.enc
44503           !> Changes Configure MANIFEST Makefile.SH
44504           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
44505           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
44506           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
44507           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
44508           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
44509 ____________________________________________________________________________
44510 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
44511         Log: integrate change#11374 from maint-5.6
44512              
44513              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
44514      Branch: perl
44515           !> utils/h2ph.PL
44516 ____________________________________________________________________________
44517 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
44518         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
44519      Branch: maint-5.6/perl
44520            ! utils/h2ph.PL
44521 ____________________________________________________________________________
44522 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
44523         Log: Update Changes.
44524      Branch: perl
44525            ! Changes patchlevel.h
44526 ____________________________________________________________________________
44527 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
44528         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
44529              From: Jonathan Stowe <gellyfish@gellyfish.com>
44530              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
44531              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
44532      Branch: perl
44533            ! utils/h2xs.PL
44534 ____________________________________________________________________________
44535 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
44536         Log: Subject: patch to add DEL to [:cntrl:]
44537              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44538              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
44539              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
44540      Branch: perl
44541            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
44542 ____________________________________________________________________________
44543 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
44544         Log: Metaconfig unit change for #11369; plus a dependency nit.
44545      Branch: metaconfig
44546            ! U/compline/nblock_io.U
44547      Branch: metaconfig/U/perl
44548            ! Extensions.U
44549 ____________________________________________________________________________
44550 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
44551         Log: #include <stdlib.h> so that exit() is prototyped,
44552              noticed by Hugo.
44553      Branch: perl
44554            ! Configure
44555 ____________________________________________________________________________
44556 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
44557         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
44558              From: Peter Prymmer <pvhp@forte.com>
44559              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
44560              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
44561      Branch: perl
44562            ! t/op/sprintf.t
44563 ____________________________________________________________________________
44564 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
44565         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
44566              From: Peter Prymmer <pvhp@forte.com>
44567              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
44568              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
44569      Branch: perl
44570            ! ext/Encode/Encode/Tcl.t
44571 ____________________________________________________________________________
44572 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
44573         Log: Add information about gcc 3.0 basic block profiling.
44574      Branch: perl
44575            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
44576 ____________________________________________________________________________
44577 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
44578         Log: Subject: Error in lib/PerlIO/Via.pm ?
44579              From: Mark-Jason Dominus <mjd@plover.com>
44580              Date: Fri, 13 Jul 2001 15:55:41 -0400
44581              Message-ID: <20010713195541.26751.qmail@plover.com>
44582      Branch: perl
44583            ! ext/PerlIO/Via/Via.pm
44584 ____________________________________________________________________________
44585 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
44586         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
44587              section from the Compiler section.
44588      Branch: perl
44589            ! myconfig.SH
44590 ____________________________________________________________________________
44591 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
44592         Log: Handle glibc style of constant definitions using enum
44593              with intervening #defines; from Brendan O'Dea.
44594      Branch: perl
44595            ! utils/h2ph.PL
44596 ____________________________________________________________________________
44597 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
44598         Log: Add LC_MESSAGES to the locale_h export tag (it already is
44599              in the Makefile.PL and thusly eligible for an XS constant)
44600              (see also maintperl #10543)
44601      Branch: perl
44602            ! ext/POSIX/POSIX.pm
44603 ____________________________________________________________________________
44604 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
44605         Log: Subject: Re: [patch] re_dup
44606              From: Abhijit Menon-Sen <ams@wiw.org>
44607              Date: Fri, 13 Jul 2001 21:41:09 +0530
44608              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
44609      Branch: perl
44610            ! sv.c
44611 ____________________________________________________________________________
44612 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
44613         Log: Subject: [patch] re_dup
44614              From: Doug MacEachern <dougm@covalent.net>
44615              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
44616              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
44617      Branch: perl
44618            ! sv.c
44619 ____________________________________________________________________________
44620 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
44621         Log: Update Changes.
44622      Branch: perl
44623            ! Changes patchlevel.h
44624 ____________________________________________________________________________
44625 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
44626         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
44627              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
44628              Date: Sat, 14 Jul 2001 00:06:30 +0900
44629              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
44630      Branch: perl
44631            + ext/Encode/Encode/7bit-greek.enc
44632            + ext/Encode/Encode/7bit-latin1.enc
44633            + ext/Encode/Encode/cns11643-1.enc
44634            + ext/Encode/Encode/cns11643-2.enc
44635            + ext/Encode/Encode/iso2022-cn.enc
44636            + ext/Encode/Encode/iso2022-jp1.enc
44637            + ext/Encode/Encode/iso2022-jp2.enc
44638            ! MANIFEST ext/Encode/Encode/Tcl.pm
44639            ! ext/Encode/Encode/iso2022-kr.enc
44640 ____________________________________________________________________________
44641 [ 11357] By: nick                                  on 2001/07/13  14:24:06
44642         Log: Blind integrate mainline (as of 5.7.2?)
44643      Branch: perlio
44644           !> AUTHORS Changes Porting/config.sh Porting/config_H
44645           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
44646           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
44647           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44648           !> win32/makefile.mk
44649 ____________________________________________________________________________
44650 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
44651         Log: Snip away the devel patchlevel.
44652      Branch: perl
44653            ! patchlevel.h
44654 ____________________________________________________________________________
44655 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
44656         Log: Bump the version to 5.7.2.
44657      Branch: perl
44658            ! Porting/config.sh Porting/config_H patchlevel.h
44659            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
44660            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44661            ! win32/makefile.mk
44662 ____________________________________________________________________________
44663 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
44664         Log: Update Changes.
44665      Branch: perl
44666            ! Changes
44667 ____________________________________________________________________________
44668 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
44669         Log: Reword.
44670      Branch: perl
44671            ! AUTHORS
44672 ____________________________________________________________________________
44673 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
44674         Log: AUTHORS update.
44675      Branch: perl
44676            ! AUTHORS
44677 ____________________________________________________________________________
44678 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
44679         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
44680              unless ithreads.
44681      Branch: perl
44682            ! makedef.pl
44683 ____________________________________________________________________________
44684 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
44685         Log: Integrate perlio:
44686              
44687              [ 11346]
44688              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
44689              to avoid /unicode vs /Unicode issues.
44690      Branch: perl
44691           !> win32/distclean.bat
44692 ____________________________________________________________________________
44693 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
44694         Log: Test the encoding transform only iff we have PerlIO,
44695              noticed by H. Merijn Brand.
44696      Branch: perl
44697            ! ext/PerlIO/t/encoding.t
44698 ____________________________________________________________________________
44699 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
44700         Log: README.netware tweaks from Ananth Kesari.
44701      Branch: perl
44702            ! README.netware
44703 ____________________________________________________________________________
44704 [ 11346] By: nick                                  on 2001/07/13  09:18:51
44705         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
44706              to avoid /unicode vs /Unicode issues.
44707      Branch: perlio
44708            ! win32/distclean.bat
44709 ____________________________________________________________________________
44710 [ 11345] By: nick                                  on 2001/07/13  06:24:18
44711         Log: Integrate mainline
44712      Branch: perlio
44713           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
44714            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
44715           !> (integrate 63 files)
44716 ____________________________________________________________________________
44717 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
44718         Log: Add d_bincompat5005 information to perl -V.
44719      Branch: perl
44720            ! myconfig.SH
44721 ____________________________________________________________________________
44722 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
44723         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
44724              From: Abhijit Menon-Sen <ams@wiw.org>
44725              Date: Fri, 13 Jul 2001 07:12:36 +0530
44726              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
44727      Branch: perl
44728            ! sv.c
44729 ____________________________________________________________________________
44730 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
44731         Log: Remove unicode::distinct, as per Inaba Hiroto.
44732      Branch: perl
44733            - lib/unicode/distinct.pm
44734            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
44735            ! t/lib/1_compile.t
44736 ____________________________________________________________________________
44737 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
44738         Log: Paging for Dr Octothorpe.
44739      Branch: perl
44740            ! pod/perlfaq4.pod
44741 ____________________________________________________________________________
44742 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
44743         Log: cut-n-paste error noticed by mjd.
44744      Branch: perl
44745            ! pod/perlfaq4.pod
44746 ____________________________________________________________________________
44747 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
44748         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
44749              From: Peter Prymmer <pvhp@forte.com>
44750              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
44751              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
44752      Branch: perl
44753            ! pod/perlfaq4.pod
44754 ____________________________________________________________________________
44755 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
44756         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
44757              From: Randall Gellens <randy@qualcomm.com>
44758              Date: Thu, 12 Jul 2001 16:56:23 -0700
44759              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
44760      Branch: perl
44761            ! Porting/repository.pod
44762 ____________________________________________________________________________
44763 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
44764         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
44765      Branch: perl
44766            ! thread.h
44767 ____________________________________________________________________________
44768 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
44769         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
44770              From: coral <coral@moonlight.crystalflame.net>
44771              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
44772              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
44773      Branch: perl
44774            ! thread.h
44775 ____________________________________________________________________________
44776 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
44777         Log: Metaconfig unit change for #11134.
44778      Branch: metaconfig
44779            + U/threads/d_pthread_atfork.U
44780 ____________________________________________________________________________
44781 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
44782         Log: Add HAS_PTHREAD_ATFORK.
44783      Branch: perl
44784            ! Configure NetWare/config.wc NetWare/config_H.wc
44785            ! Porting/Glossary Porting/config.sh Porting/config_H
44786            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
44787            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
44788            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44789            ! win32/config.gc win32/config.vc win32/config_H.bc
44790            ! win32/config_H.gc win32/config_H.vc
44791 ____________________________________________________________________________
44792 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
44793         Log: Subject: [PATCH] File::Copy fails on tied handles
44794              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
44795              Date: Thu, 12 Jul 2001 15:18:51 -0700
44796              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
44797      Branch: perl
44798            ! lib/File/Copy.pm
44799 ____________________________________________________________________________
44800 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
44801         Log: Subject: [PATCH] Langinfo.t
44802              From: Nicholas Clark <nick@ccl4.org>
44803              Date: Thu, 12 Jul 2001 23:55:38 +0100
44804              Message-ID: <20010712235538.M5827@plum.flirble.org>
44805      Branch: perl
44806            ! ext/I18N/Langinfo/Langinfo.t
44807 ____________________________________________________________________________
44808 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
44809         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
44810              From: Peter Prymmer <pvhp@forte.com>
44811              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
44812              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
44813      Branch: perl
44814            ! pod/perl572delta.pod
44815 ____________________________________________________________________________
44816 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
44817         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
44818              From: Abhijit Menon-Sen <ams@wiw.org>
44819              Date: Fri, 13 Jul 2001 05:21:16 +0530
44820              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
44821      Branch: perl
44822            ! sv.c
44823 ____________________________________________________________________________
44824 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
44825         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
44826              From: Abhijit Menon-Sen <ams@wiw.org>
44827              Date: Fri, 13 Jul 2001 03:04:25 +0530
44828              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
44829      Branch: perl
44830            ! av.c
44831 ____________________________________________________________________________
44832 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
44833         Log: s/^M$//g
44834      Branch: perl
44835            ! win32/Makefile win32/makefile.mk
44836 ____________________________________________________________________________
44837 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
44838         Log: Update Changes.
44839      Branch: perl
44840            ! Changes patchlevel.h
44841 ____________________________________________________________________________
44842 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
44843         Log: Typo spotted by Philip Newton.
44844      Branch: perl
44845            ! pod/perl572delta.pod
44846 ____________________________________________________________________________
44847 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
44848         Log: Subject: [PATCH] fixes perl_clone of perl_clone
44849              From: Artur Bergman <artur@contiller.se>
44850              Date: Thu, 12 Jul 2001 20:57:09 +0200
44851              Message-ID: <B773BFA4.236B%artur@contiller.se>
44852      Branch: perl
44853            ! sv.c
44854 ____________________________________________________________________________
44855 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
44856         Log: Add README.uts from Hal Morris.
44857      Branch: perl
44858            + README.uts
44859            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
44860            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44861 ____________________________________________________________________________
44862 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
44863         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
44864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44865              Date: Thu, 12 Jul 2001 20:32:37 +0200
44866              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
44867      Branch: perl
44868            ! hints/aix.sh
44869 ____________________________________________________________________________
44870 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
44871         Log: Subject: Patch: document reg_data.what member
44872              From: Mark-Jason Dominus <mjd@plover.com>
44873              Message-ID: <20010712182532.14821.qmail@plover.com>
44874              Date: Thu, 12 Jul 2001 14:25:32 -0400
44875      Branch: perl
44876            ! regcomp.c regcomp.h
44877 ____________________________________________________________________________
44878 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
44879         Log: Subject: [PATCH] Perl_re_dup()
44880              From: Abhijit Menon-Sen <ams@wiw.org>
44881              Date: Thu, 12 Jul 2001 23:54:32 +0530
44882              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
44883      Branch: perl
44884            ! embed.h embed.pl perlapi.c proto.h sv.c
44885 ____________________________________________________________________________
44886 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
44887         Log: Regen Configure, modlib, toc.
44888      Branch: perl
44889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44890            ! pod/perlmodlib.pod pod/perltoc.pod
44891 ____________________________________________________________________________
44892 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
44893         Log: The problem seems to be in PerlIO::Layer::->find() not
44894              accepting the ":encoding(blurflur)" arguments.
44895      Branch: perl
44896            ! lib/PerlIO.pm lib/open.pm
44897 ____________________________________________________________________________
44898 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
44899         Log: AIX doc update.
44900      Branch: perl
44901            ! README.aix pod/perl572delta.pod
44902 ____________________________________________________________________________
44903 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
44904         Log: Subject: AIX README update
44905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44906              Date: Thu, 12 Jul 2001 19:28:30 +0200
44907              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
44908      Branch: perl
44909            ! README.aix
44910 ____________________________________________________________________________
44911 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
44912         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
44913              From: Norton Allen <allen@huarp.harvard.edu>
44914              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
44915              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
44916      Branch: perl
44917            ! ext/IO/lib/IO/t/io_unix.t
44918 ____________________________________________________________________________
44919 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
44920         Log: Subject: [PATCH README.qnx hints/qnx.sh]
44921              From: Norton Allen <allen@huarp.harvard.edu>
44922              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
44923              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
44924      Branch: perl
44925            ! README.qnx hints/qnx.sh
44926 ____________________________________________________________________________
44927 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
44928         Log: Subject: [patch] faster PM_GETRE
44929              From: Doug MacEachern <dougm@covalent.net>
44930              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
44931              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
44932      Branch: perl
44933            ! op.h
44934 ____________________________________________________________________________
44935 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
44936         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
44937              From: Doug MacEachern <dougm@covalent.net>
44938              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
44939              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
44940      Branch: perl
44941            ! op.c
44942 ____________________________________________________________________________
44943 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
44944         Log: Tell where the nice Estonian database is.
44945      Branch: perl
44946            ! lib/open.pm
44947 ____________________________________________________________________________
44948 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
44949         Log: Retract #11309 since #11310 is a better fix.
44950      Branch: perl
44951            ! t/lib/1_compile.t
44952 ____________________________________________________________________________
44953 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
44954         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
44955              change#11300 needs to return the status of failed win32_spawnvp())
44956              
44957              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
44958              splitting correctly; remove unused variables; 'require' at run time
44959              rather than 'use' at compile time for I18N::Langinfo, since it
44960              isn't everyware
44961      Branch: perl
44962            ! lib/open.pm win32/win32.c
44963 ____________________________________________________________________________
44964 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
44965         Log: Temporary workaround.
44966      Branch: perl
44967            ! t/lib/1_compile.t
44968 ____________________________________________________________________________
44969 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
44970         Log: UCD typo in #11306 and add also more known-to-be-tested
44971              modules to the skip list.
44972      Branch: perl
44973            ! t/lib/1_compile.t
44974 ____________________________________________________________________________
44975 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
44976         Log: Rename Unicode::UCD to UnicodeCD to avoid
44977              messups with case-insensitive filesystems.
44978      Branch: perl
44979            + lib/UnicodeCD.pm lib/UnicodeCD.t
44980            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
44981            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
44982 ____________________________________________________________________________
44983 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
44984         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
44985              From: daniel@biz.bitpusher.com
44986              Date: Wed, 11 Jul 2001 23:25:47 -0700
44987              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
44988      Branch: perl
44989            ! lib/Tie/Array.pm t/op/splice.t
44990 ____________________________________________________________________________
44991 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
44992         Log: Subject: [PATCH] More accurate line numbers in messages
44993              From: Paul Johnson <paul@pjcj.net>
44994              Date: Thu, 12 Jul 2001 04:14:11 +0200
44995              Message-ID: <20010712041411.A3467@pjcj.net>
44996              
44997              (With prototyping and multiplicity tweaks.)
44998      Branch: perl
44999            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
45000 ____________________________________________________________________________
45001 [ 11304] By: nick                                  on 2001/07/12  12:53:40
45002         Log: Integrate mainline
45003      Branch: perlio
45004           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
45005           !> regexec.c thread.h
45006 ____________________________________________________________________________
45007 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
45008         Log: Cut-and-pasto in #11298.
45009      Branch: perl
45010            ! ext/ByteLoader/bytecode.h
45011 ____________________________________________________________________________
45012 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
45013         Log: Update the AIX known problems section.
45014      Branch: perl
45015            ! pod/perl572delta.pod
45016 ____________________________________________________________________________
45017 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
45018         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
45019              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45020              Date: Thu, 12 Jul 2001 12:16:16 +0200
45021              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
45022      Branch: perl
45023            ! hints/aix.sh
45024 ____________________________________________________________________________
45025 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
45026         Log: Integrate perlio:
45027              
45028              [ 11296]
45029              Exclude reentrant_buffer from .def file
45030              
45031              [ 11295]
45032              Honour void-ness of my_exit()
45033      Branch: perl
45034           !> makedef.pl win32/win32.c
45035 ____________________________________________________________________________
45036 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
45037         Log: Subject: [PATCH] fix for PMOP threadness failures
45038              From: Artur Bergman <artur@contiller.se>
45039              Date: Thu, 12 Jul 2001 09:48:06 +0200
45040              Message-ID: <B77322D6.22DD%artur@contiller.se>
45041      Branch: perl
45042            ! regexec.c
45043 ____________________________________________________________________________
45044 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
45045         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
45046              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45047              Date: Thu, 12 Jul 2001 09:09:48 +0200
45048              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
45049              
45050              More parentheses to keep bcc happy.
45051      Branch: perl
45052            ! ext/ByteLoader/bytecode.h
45053 ____________________________________________________________________________
45054 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
45055         Log: Subject: Re: [patch] pthread_atfork bandaid
45056              From: Doug MacEachern <dougm@covalent.net>
45057              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
45058              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
45059      Branch: perl
45060            ! thread.h
45061 ____________________________________________________________________________
45062 [ 11296] By: nick                                  on 2001/07/12  11:55:48
45063         Log: Exclude reentrant_buffer from .def file
45064      Branch: perlio
45065            ! makedef.pl
45066 ____________________________________________________________________________
45067 [ 11295] By: nick                                  on 2001/07/12  11:11:44
45068         Log: Honour void-ness of my_exit()
45069      Branch: perlio
45070            ! win32/win32.c
45071 ____________________________________________________________________________
45072 [ 11294] By: nick                                  on 2001/07/12  07:51:04
45073         Log: Integrate mainline
45074      Branch: perlio
45075           +> uts/sprintf_wrap.c
45076           !> (integrate 35 files)
45077 ____________________________________________________________________________
45078 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
45079         Log: Retract #11289.
45080      Branch: perl
45081            ! embed.h embed.pl perl.c proto.h thread.h
45082 ____________________________________________________________________________
45083 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
45084         Log: Now the :locale pseudolayer *almost* works...
45085      Branch: perl
45086            ! lib/open.pm
45087 ____________________________________________________________________________
45088 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
45089         Log: Locale encoding tweaks.
45090      Branch: perl
45091            ! lib/open.pm
45092 ____________________________________________________________________________
45093 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
45094         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
45095              From: Mark-Jason Dominus <mjd@plover.com>
45096              Date: Thu, 12 Jul 2001 00:59:31 -0400
45097              Message-ID: <20010712045931.8543.qmail@plover.com>
45098              
45099              Remove the chmod/umask leading zero warning.
45100      Branch: perl
45101            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
45102            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
45103 ____________________________________________________________________________
45104 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
45105         Log: (Retracted by #11289.)
45106      Branch: perl
45107            ! embed.h embed.pl perl.c proto.h thread.h
45108 ____________________________________________________________________________
45109 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
45110         Log: Needed by #11283.
45111      Branch: perl
45112            ! intrpvar.h
45113 ____________________________________________________________________________
45114 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
45115         Log: Metaconfig unit change for #11286.
45116      Branch: metaconfig/U/perl
45117            ! patchlevel.U
45118 ____________________________________________________________________________
45119 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
45120         Log: Subject: Re: [PATCH Configure] perl -V broken
45121              From: Andy Dougherty <doughera@lafayette.edu>
45122              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
45123              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
45124      Branch: perl
45125            ! Configure myconfig.SH
45126 ____________________________________________________________________________
45127 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
45128         Log: Retract #11166 (and #11237).
45129      Branch: perl
45130            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
45131            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
45132            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
45133 ____________________________________________________________________________
45134 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
45135         Log: UTS tweaks for Hal Morris.
45136      Branch: perl
45137            + uts/sprintf_wrap.c
45138            ! MANIFEST hints/uts.sh perl.h
45139 ____________________________________________________________________________
45140 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
45141         Log: Subject: [PATCH] Use reentrant API glibc
45142              From: Artur Bergman <artur@contiller.se>
45143              Date: Thu, 12 Jul 2001 00:58:21 +0200
45144              Message-ID: <B772A6AD.2288%artur@contiller.se>
45145      Branch: perl
45146            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
45147            ! sv.c
45148 ____________________________________________________________________________
45149 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
45150         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
45151              From: barries <barries@slaysys.com>
45152              Date: Wed, 11 Jul 2001 15:11:46 -0400
45153              Message-ID: <20010711151146.G24560@jester.slaysys.com>
45154      Branch: perl
45155            ! pp_sys.c t/lib/warnings/doio win32/win32.c
45156 ____________________________________________________________________________
45157 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
45158         Log: Subject: [patch] pthread_atfork bandaid
45159              From: Doug MacEachern <dougm@covalent.net>
45160              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
45161              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
45162      Branch: perl
45163            ! miniperlmain.c perl.c
45164 ____________________________________________________________________________
45165 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
45166         Log: Subject: [patch] perl_clone leaks
45167              From: Doug MacEachern <dougm@covalent.net>
45168              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
45169              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
45170      Branch: perl
45171            ! sv.c
45172 ____________________________________________________________________________
45173 [ 11279] By: nick                                  on 2001/07/11  15:49:38
45174         Log: Integrate mainline
45175      Branch: perlio
45176           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
45177           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
45178           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
45179           +> lib/Term/ANSIColor/README
45180           !> (integrate 54 files)
45181 ____________________________________________________________________________
45182 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
45183         Log: Update Changes.
45184      Branch: perl
45185            ! Changes patchlevel.h
45186 ____________________________________________________________________________
45187 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
45188         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
45189              From: Peter Prymmer <pvhp@forte.com>
45190              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
45191              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
45192              
45193              Backport of embed.pl to 5.003.
45194      Branch: perl
45195            ! embed.pl
45196 ____________________________________________________________________________
45197 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
45198         Log: Subject: Re: POSIX test #14 on UTS 
45199              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
45200              Date: Wed, 11 Jul 2001 03:02:14 +0100
45201              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
45202      Branch: perl
45203            ! ext/POSIX/POSIX.t
45204 ____________________________________________________________________________
45205 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
45206         Log: Make the I32 an IV to preserve structure alignment and size.
45207      Branch: perl
45208            ! op.h
45209 ____________________________________________________________________________
45210 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
45211         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
45212              From: "Artur Bergman" <artur@contiller.se>
45213              Date: Wed, 11 Jul 2001 14:23:37 +0200
45214              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
45215              
45216              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
45217      Branch: perl
45218            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
45219            ! pod/perlapi.pod sv.c
45220 ____________________________________________________________________________
45221 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
45222         Log: Tweak until Pod::Parser gets updated.
45223      Branch: perl
45224            ! t/pod/special_seqs.xr
45225 ____________________________________________________________________________
45226 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
45227         Log: File::Spec usage tweak.
45228      Branch: perl
45229            ! lib/ExtUtils.t
45230 ____________________________________________________________________________
45231 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
45232         Log: Integrate #11263 from macperl; macos and macosx updates.
45233      Branch: perl
45234           !> pod/perlport.pod
45235 ____________________________________________________________________________
45236 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
45237         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
45238              From: Peter Prymmer <pvhp@forte.com>
45239              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
45240              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
45241      Branch: perl
45242            + ext/Time/HiRes/hints/dynixptx.pl
45243            ! MANIFEST hints/dynixptx.sh
45244 ____________________________________________________________________________
45245 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
45246         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
45247              From: Nicholas Clark <nick@ccl4.org>
45248              Date: Tue, 10 Jul 2001 23:17:43 +0100
45249              Message-ID: <20010710231742.B59620@plum.flirble.org>
45250      Branch: perl
45251            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
45252 ____________________________________________________________________________
45253 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
45254         Log: Subject: [DOC PATCH] Pluggable runops
45255              From: Paul Johnson <paul@pjcj.net>
45256              Date: Tue, 10 Jul 2001 21:53:28 +0200
45257              Message-ID: <20010710215328.B26577@pjcj.net>
45258      Branch: perl
45259            ! pod/perlguts.pod
45260 ____________________________________________________________________________
45261 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
45262         Log: Subject: [PATCH] Authors
45263              From: Artur Bergman <artur@contiller.se>
45264              Date: Tue, 10 Jul 2001 20:39:12 +0200
45265              Message-ID: <B771186F.21CD%artur@contiller.se>
45266      Branch: perl
45267            ! AUTHORS
45268 ____________________________________________________________________________
45269 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
45270         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
45271              From: Doug MacEachern <dougm@covalent.net>
45272              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
45273              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
45274      Branch: perl
45275            ! pp_ctl.c
45276 ____________________________________________________________________________
45277 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
45278         Log: Subject: doc patch; times() in scalar context
45279              From: mjd@plover.com
45280              Date: 10 Jul 2001 18:01:17 -0000
45281              Message-ID: <20010710180117.12477.qmail@plover.com>
45282      Branch: perl
45283            ! pod/perlfunc.pod
45284 ____________________________________________________________________________
45285 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
45286         Log: Subject: [PATCH] Small fix to pp_gmtime
45287              From: Artur Bergman <artur@contiller.se>
45288              Date: Tue, 10 Jul 2001 19:54:52 +0200
45289              Message-ID: <B7710E0B.21C5%artur@contiller.se>
45290      Branch: perl
45291            ! pp_sys.c
45292 ____________________________________________________________________________
45293 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
45294         Log: Integrate changes from mainline perl, add notes about
45295              Mac OS X and Mac OS.
45296      Branch: maint-5.6/macperl
45297            ! pod/perlport.pod
45298 ____________________________________________________________________________
45299 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
45300         Log: A proof of the dangers of package; ?
45301      Branch: perl
45302            ! t/lib/warnings/op
45303 ____________________________________________________________________________
45304 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
45305         Log: Regen toc and modlib.
45306      Branch: perl
45307            ! pod/perlmodlib.pod pod/perltoc.pod
45308 ____________________________________________________________________________
45309 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
45310         Log: Add compexcl(), casefold(), and casespec() interfaces;
45311              and make all interfaces to return hash references instead
45312              of hashes. 
45313      Branch: perl
45314            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
45315 ____________________________________________________________________________
45316 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
45317         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
45318              From: "Philip Newton" <Philip.Newton@gmx.net>
45319              Date: Tue, 10 Jul 2001 09:55:59 +0200
45320              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
45321              
45322              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
45323              From: "Philip Newton" <Philip.Newton@gmx.net>
45324              Date: Tue, 10 Jul 2001 09:56:37 +0200
45325              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
45326      Branch: perl
45327            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
45328            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
45329 ____________________________________________________________________________
45330 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
45331         Log: Subject: [patch] undef &xsub for 1,2
45332              From: Doug MacEachern <dougm@covalent.net>
45333              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
45334              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
45335              
45336              (This version of the patch with a comment from Gisle.)
45337      Branch: perl
45338            ! op.c
45339 ____________________________________________________________________________
45340 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
45341         Log: Mention package; deprecation and the Win32 problems.
45342      Branch: perl
45343            ! pod/perl572delta.pod
45344 ____________________________________________________________________________
45345 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
45346         Log: Subject: [PATCH] deprecate package with no arguments
45347              From: Robin Houston <robin@kitsite.com>
45348              Date: Tue, 10 Jul 2001 13:33:40 +0100
45349              Message-ID: <20010710133340.A13452@robin.kitsite.com>
45350      Branch: perl
45351            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
45352 ____________________________________________________________________________
45353 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
45354         Log: Upgrade to podlators 1.10.
45355      Branch: perl
45356            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
45357            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
45358            ! pod/pod2man.PL pod/pod2text.PL
45359 ____________________________________________________________________________
45360 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
45361         Log: Upgrade to Term::ANSIColor 1.04.
45362      Branch: perl
45363            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
45364            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
45365 ____________________________________________________________________________
45366 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
45367         Log: Integrate perlio:
45368              
45369              [ 11252]
45370              Fix open(...,"...:layer(xxx)",...)
45371              - use memEQ not strEQ as there is '(' not '\0'
45372              
45373              [ 11063]
45374              Quick for for #ifdef mess
45375      Branch: perl
45376           !> perlio.c
45377 ____________________________________________________________________________
45378 [ 11252] By: nick                                  on 2001/07/10  06:58:14
45379         Log: Fix open(...,"...:layer(xxx)",...)
45380              - use memEQ not strEQ as there is '(' not '\0'
45381      Branch: perlio
45382            ! perlio.c
45383 ____________________________________________________________________________
45384 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
45385         Log: Telling the number of tests helps.
45386      Branch: perl
45387            ! ext/PerlIO/t/encoding.t
45388 ____________________________________________________________________________
45389 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
45390         Log: Require I18N::Langinfo, not use.
45391      Branch: perl
45392            ! lib/open.pm
45393 ____________________________________________________________________________
45394 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
45395         Log: Add a test for for PerlIO ":encoding(...)" layer.
45396      Branch: perl
45397            + ext/PerlIO/t/encoding.t
45398            ! MANIFEST ext/Encode/Encode.pm
45399 ____________________________________________________________________________
45400 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
45401         Log: PerlIO ":encoding(foobar)" temporary fix.
45402              Not really correct, I think, since the change means
45403              that prefixes match.
45404      Branch: perl
45405            ! perlio.c
45406 ____________________________________________________________________________
45407 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
45408         Log: Update to Math::BigInt 1.36.  The biggest news is
45409              the separation of the backend; now the pure Perl
45410              implementation is in Math::BigInt::Calc, but one
45411              can plugin, say, Math::BigInt::BitVect, and get
45412              considerable speedup.
45413      Branch: perl
45414            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
45415            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45416            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
45417            ! lib/Math/BigInt/t/mbimbf.t
45418 ____________________________________________________________________________
45419 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
45420         Log: Subject: Re: compatibility question
45421              From: Peter Prymmer <pvhp@forte.com>
45422              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
45423              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
45424      Branch: perl
45425            ! lib/ExtUtils/MM_VMS.pm
45426 ____________________________________________________________________________
45427 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
45428         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
45429              From: Norton Allen <allen@huarp.harvard.edu>
45430              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
45431              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
45432      Branch: perl
45433            ! ext/File/Glob/t/basic.t
45434 ____________________________________________________________________________
45435 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
45436         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
45437              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
45438              Date: Tue, 10 Jul 2001 00:29:55 +0900
45439              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
45440      Branch: perl
45441            + ext/Encode/Encode/HZ.enc
45442            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
45443            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
45444            ! ext/Encode/Encode/iso2022-jp.enc
45445            ! ext/Encode/Encode/iso2022-kr.enc
45446 ____________________________________________________________________________
45447 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
45448         Log: Add in all them there macos/ files.
45449      Branch: maint-5.6/macperl
45450            + (add 577 files)
45451 ____________________________________________________________________________
45452 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
45453         Log: Add the new modules to the list of having those own tests.
45454      Branch: perl
45455            ! t/lib/1_compile.t
45456 ____________________________________________________________________________
45457 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
45458         Log: Add INOUT to control both ways at the same time.
45459      Branch: perl
45460            ! lib/open.pm
45461 ____________________________________________________________________________
45462 [ 11240] By: nick                                  on 2001/07/09  16:33:50
45463         Log: Integrate mainline
45464      Branch: perlio
45465           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
45466           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
45467           !> (integrate 41 files)
45468 ____________________________________________________________________________
45469 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
45470         Log: More encoding mapping magic.
45471      Branch: perl
45472            ! lib/open.pm
45473 ____________________________________________________________________________
45474 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
45475         Log: Update Changes.
45476      Branch: perl
45477            ! Changes patchlevel.h
45478 ____________________________________________________________________________
45479 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
45480         Log: (Retracted by #11285).
45481              
45482              Subject: [PATCH] OPpCONST_OCTAL fixes
45483              From: Abhijit Menon-Sen <ams@wiw.org>
45484              Date: Mon, 9 Jul 2001 07:38:45 +0530
45485              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
45486      Branch: perl
45487            ! op.c
45488 ____________________________________________________________________________
45489 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
45490         Log: Add a pseudolayer ":locale" to the open pragma which
45491              will get the encoding from the locale.  Yet undocumented
45492              because I can't get the PerlIO :encoding(foobar) to work.
45493      Branch: perl
45494            ! ext/Encode/Encode.pm lib/open.pm
45495 ____________________________________________________________________________
45496 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
45497         Log: Add more encoding mappings.
45498      Branch: perl
45499            ! ext/Encode/Encode.pm
45500 ____________________________________________________________________________
45501 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
45502         Log: Document that using :encoding layer requires using Encode.
45503      Branch: perl
45504            ! ext/Encode/Encode.pm lib/PerlIO.pm
45505 ____________________________________________________________________________
45506 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
45507         Log: Netware tweak from Ananth Kesari.
45508      Branch: perl
45509            ! NetWare/netware.h
45510 ____________________________________________________________________________
45511 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
45512         Log: t/harness doesn't know about run/*.t
45513      Branch: perl
45514            ! t/harness
45515 ____________________________________________________________________________
45516 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
45517         Log: run/exit.t busted on windows
45518      Branch: perl
45519            ! t/run/exit.t
45520 ____________________________________________________________________________
45521 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
45522         Log: fix a couple of UCD.t tests that fail due to bad case
45523      Branch: perl
45524            ! lib/Unicode/UCD.t
45525 ____________________________________________________________________________
45526 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
45527         Log: test skip logic was broken
45528      Branch: perl
45529            ! ext/I18N/Langinfo/Langinfo.t
45530 ____________________________________________________________________________
45531 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
45532         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
45533              failure of ExtUtils.t#27 when built in debug mode)
45534      Branch: perl
45535            ! lib/ExtUtils/MM_Win32.pm
45536 ____________________________________________________________________________
45537 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
45538         Log: I18N::Langinfo is not available on windows
45539      Branch: perl
45540            ! win32/FindExt.pm
45541 ____________________________________________________________________________
45542 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
45543         Log: save a dTHX
45544      Branch: perl
45545            ! ext/POSIX/POSIX.xs
45546 ____________________________________________________________________________
45547 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
45548         Log: Update Changes.
45549      Branch: perl
45550            ! Changes patchlevel.h
45551 ____________________________________________________________________________
45552 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
45553         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
45554              as pointed out by Sarathy.
45555      Branch: perl
45556            ! ext/I18N/Langinfo/Langinfo.xs
45557 ____________________________________________________________________________
45558 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
45559         Log: Retract #11212.
45560      Branch: perl
45561            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
45562 ____________________________________________________________________________
45563 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
45564         Log: Bump up the VERSION of Cwd.xs.
45565      Branch: perl
45566            ! ext/Cwd/Makefile.PL
45567 ____________________________________________________________________________
45568 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
45569         Log: Retract #11220, the problem wasn't the missing leading zero.
45570              Here's the problem:
45571              $ ./perl -we 'chmod(oct("755"), ".")'
45572              Non-octal literal mode (493) specified at -e line 1.
45573              (Did you mean 0493 instead?)
45574      Branch: perl
45575            ! lib/ExtUtils/MM_Unix.pm
45576 ____________________________________________________________________________
45577 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
45578         Log: (Retracted by #11221)
45579              Change the PERM_RW and PERM_RWX to 0644 and 0755
45580              (add the leading zero).
45581      Branch: perl
45582            ! lib/ExtUtils/MM_Unix.pm
45583 ____________________________________________________________________________
45584 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
45585         Log: Integrate changes #11193, 11205, 11209 from macperl.
45586              
45587              Fix up AutoLoader to fudge for Mac paths in import().
45588              
45589              Allow symbols in try_symbol() to begin with "_".
45590              
45591              Small portability fix for Mac OS.
45592      Branch: perl
45593           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
45594 ____________________________________________________________________________
45595 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
45596         Log: Metaconfig unit change for #11217.
45597      Branch: metaconfig/U/perl
45598            ! Extensions.U
45599 ____________________________________________________________________________
45600 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
45601         Log: Detypo, problem noticed by Gerrit P. Haase.
45602      Branch: perl
45603            ! Configure config_h.SH
45604 ____________________________________________________________________________
45605 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
45606         Log: Cwd cleanups.
45607      Branch: perl
45608            ! ext/Cwd/Cwd.xs
45609 ____________________________________________________________________________
45610 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
45611         Log: Slight tweaks on #11213.
45612      Branch: perl
45613            ! toke.c
45614 ____________________________________________________________________________
45615 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
45616         Log: A missing dTHX noticed by Gerrit P. Haase.
45617      Branch: perl
45618            ! ext/POSIX/POSIX.xs
45619 ____________________________________________________________________________
45620 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
45621         Log: Subject: [PATCH toke.c] Simplify yytoke()
45622              From: Simon Cozens <simon@netthink.co.uk>
45623              Date: Sun, 8 Jul 2001 13:24:34 +0100
45624              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
45625              
45626              Split out pending_ident().
45627      Branch: perl
45628            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
45629 ____________________________________________________________________________
45630 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
45631         Log: (Retracted by #11223.)
45632              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
45633              Date: Wed, 05 Nov 1997 17:22:34 -0600
45634              From: Graham Barr <gbarr@ti.com>
45635              Message-Id: <3460FFBA.6DA51F46@ti.com>
45636      Branch: perl
45637            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
45638 ____________________________________________________________________________
45639 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
45640         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
45641      Branch: perl
45642            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
45643            ! pod/perllocale.pod
45644 ____________________________________________________________________________
45645 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
45646         Log: Really do the test under the C locale.
45647      Branch: perl
45648            ! ext/I18N/Langinfo/Langinfo.t
45649 ____________________________________________________________________________
45650 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
45651         Log: Small portability fix for Mac OS.
45652      Branch: maint-5.6/macperl
45653            ! lib/Cwd.pm
45654 ____________________________________________________________________________
45655 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
45656         Log: Metaconfig unit change for #11207.
45657      Branch: metaconfig/U/perl
45658            ! Extensions.U
45659 ____________________________________________________________________________
45660 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
45661         Log: Add I18N::Langinfo, which is basically a wrapper around
45662              nl_langinfo(), which is an additional way to query locale
45663              specific information.
45664      Branch: perl
45665            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
45666            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
45667            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
45668 ____________________________________________________________________________
45669 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
45670         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
45671              used in File::Find tests; replace with if.t.
45672      Branch: maint-5.6/macperl
45673            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
45674            ! t/pragma/warn/op
45675 ____________________________________________________________________________
45676 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
45677         Log: Allow symbols in try_symbol() to begin with "_".
45678      Branch: maint-5.6/macperl
45679            ! makedef.pl
45680 ____________________________________________________________________________
45681 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
45682         Log: Sync up the File::Find changes from the rewrite by
45683              Thomas Wegner, et al.
45684      Branch: maint-5.6/macperl
45685            + t/lib/filefind-taint.t
45686            ! lib/File/Find.pm t/lib/filefind.t
45687 ____________________________________________________________________________
45688 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
45689         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
45690              From: Thomas Wegner <wegner_thomas@yahoo.com>
45691              Date: Thu, 5 Jul 2001 20:31:25 +0200
45692              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
45693      Branch: maint-5.6/macperl
45694            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
45695 ____________________________________________________________________________
45696 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
45697         Log: Some more test portability fixes.
45698      Branch: maint-5.6/macperl
45699            ! t/lib/filecopy.t t/pragma/warn/pp_sys
45700 ____________________________________________________________________________
45701 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
45702         Log: The #11200 removed wrong (non-existent) target.  Duh.
45703      Branch: perl
45704            ! Makefile.SH
45705 ____________________________________________________________________________
45706 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
45707         Log: Zap the lib/re.pm before creating it.
45708      Branch: perl
45709            ! Makefile.SH
45710 ____________________________________________________________________________
45711 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
45712         Log: Another test.  Please ignore.
45713      Branch: maint-5.6/macperl
45714            ! README.macos
45715 ____________________________________________________________________________
45716 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
45717         Log: Portability fixes for a lot of tests, especially IO-related
45718              tests, and warnings, and the harness script.
45719      Branch: maint-5.6/macperl
45720            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
45721            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
45722            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
45723            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
45724            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
45725            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
45726            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
45727            ! t/pragma/warnings.t
45728 ____________________________________________________________________________
45729 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
45730         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
45731              From: Nicholas Clark <nick@ccl4.org>
45732              Date: Sat, 7 Jul 2001 21:00:17 +0100
45733              Message-ID: <20010707210017.H59620@plum.flirble.org>
45734      Branch: perl
45735            ! lib/h2xs.t
45736 ____________________________________________________________________________
45737 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
45738         Log: The UNICOS/mk SysV IPC problem has been fixed.
45739      Branch: perl
45740            ! pod/perl572delta.pod
45741 ____________________________________________________________________________
45742 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
45743         Log: Slight update tweaks on perlunicode.pod.
45744      Branch: perl
45745            ! pod/perlunicode.pod
45746 ____________________________________________________________________________
45747 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
45748         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
45749              From: Mark-Jason Dominus <mjd@plover.com>
45750              Date: Sat, 07 Jul 2001 13:04:04 -0400
45751              Message-ID: <20010707170404.32694.qmail@plover.com>
45752      Branch: perl
45753            ! ext/DB_File/DB_File.pm
45754 ____________________________________________________________________________
45755 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
45756         Log: Fix up AutoLoader to fudge for Mac paths in import().
45757      Branch: maint-5.6/macperl
45758            ! lib/AutoLoader.pm
45759 ____________________________________________________________________________
45760 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
45761         Log: Try to force the lib/re.pm to be there before entering
45762              the extensions builds, should help for parallel makes.
45763      Branch: perl
45764            ! Makefile.SH
45765 ____________________________________________________________________________
45766 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
45767         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
45768              From: Norton Allen <allen@huarp.harvard.edu>
45769              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
45770              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
45771      Branch: perl
45772            ! ext/POSIX/POSIX.xs
45773 ____________________________________________________________________________
45774 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
45775         Log: Subject: [PATCH] Re: op/arith.t
45776              From: Nicholas Clark <nick@ccl4.org>
45777              Date: Sat, 7 Jul 2001 13:04:54 +0100
45778              Message-ID: <20010707130454.D59620@plum.flirble.org>
45779      Branch: perl
45780            ! numeric.c toke.c
45781 ____________________________________________________________________________
45782 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
45783         Log: Subject: [PATCH] h2xs
45784              From: Nicholas Clark <nick@ccl4.org>
45785              Date: Fri, 6 Jul 2001 23:25:14 +0100
45786              Message-ID: <20010706232514.X59620@plum.flirble.org>
45787      Branch: perl
45788            ! utils/h2xs.PL
45789 ____________________________________________________________________________
45790 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
45791         Log: Subject: Re: bleedperl perl_alloc..free leakage
45792              From: Radu Greab <radu@netsoft.ro>
45793              Date: Fri, 6 Jul 2001 19:48:54 +0300
45794              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
45795              
45796              Leak-be-gone.
45797      Branch: perl
45798            ! op.c
45799 ____________________________________________________________________________
45800 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
45801         Log: Test again.  Please ignore.
45802      Branch: maint-5.6/macperl
45803            ! README.macos
45804 ____________________________________________________________________________
45805 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
45806         Log: Test.  Please ignore.
45807      Branch: maint-5.6/macperl
45808            ! README.macos
45809 ____________________________________________________________________________
45810 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
45811         Log: Include changes already sent in separately as patches,
45812              before branch was created.
45813      Branch: maint-5.6/macperl
45814            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
45815            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
45816            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
45817            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
45818            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
45819            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
45820            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
45821            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
45822            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
45823            ! t/pragma/strict.t
45824 ____________________________________________________________________________
45825 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
45826         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
45827              From: Norton Allen <allen@huarp.harvard.edu>
45828              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
45829              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
45830      Branch: perl
45831            ! utf8.h
45832 ____________________________________________________________________________
45833 [ 11183] By: nick                                  on 2001/07/06  16:27:40
45834         Log: Integrate mainline
45835      Branch: perlio
45836           +> (branch 42 files)
45837            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
45838            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
45839            - win32/bin/mdelete.bat
45840           !> (integrate 215 files)
45841 ____________________________________________________________________________
45842 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
45843         Log: The #11166 needed also these updated.
45844      Branch: perl
45845            ! lib/warnings.pm warnings.h
45846 ____________________________________________________________________________
45847 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
45848         Log: Update Changes.
45849      Branch: perl
45850            ! Changes patchlevel.h
45851 ____________________________________________________________________________
45852 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
45853         Log: Regen toc.
45854      Branch: perl
45855            ! pod/perltoc.pod
45856 ____________________________________________________________________________
45857 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
45858         Log: Nit from Abhijit.
45859      Branch: perl
45860            ! lib/CPAN.pm
45861 ____________________________________________________________________________
45862 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
45863         Log: Retract #11172.
45864      Branch: perl
45865            ! t/op/method.t
45866 ____________________________________________________________________________
45867 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
45868         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
45869              From: Norton Allen <allen@huarp.harvard.edu>
45870              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
45871              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
45872      Branch: perl
45873            ! lib/Cwd.pm
45874 ____________________________________________________________________________
45875 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
45876         Log: (Accidentally empty check-in.)
45877      Branch: perl
45878            ! utf8.h
45879 ____________________________________________________________________________
45880 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
45881         Log: Retract #11165 since Sarathy pointed out it'll not
45882              work properly under threads, the problem should be
45883              solved using "the savestack, either via SSNEW() or
45884              using a newSVpv()+SAVEFREESV() combo."
45885      Branch: perl
45886            ! ext/POSIX/POSIX.xs
45887 ____________________________________________________________________________
45888 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
45889         Log: Retract #11125 since NI-S pointed out it'll not work in
45890              cases where the extension has their own handcrafted INC
45891              et alia.
45892      Branch: perl
45893            ! lib/ExtUtils/MM_Unix.pm
45894 ____________________________________________________________________________
45895 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
45896         Log: Subject: RE: [PATCH] -I and MakeMaker again
45897              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45898              Date: Fri, 6 Jul 2001 09:18:29 +0200
45899              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
45900      Branch: perl
45901            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
45902            ! lib/ExtUtils/MM_Win32.pm
45903 ____________________________________________________________________________
45904 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
45905         Log: (Retracted by #11178)
45906              Subject: [PATCH t/op/method.t] SUPER:: strangeness
45907              From: Piers Cawley <pdcawley@iterative-software.com>
45908              Date: 06 Jul 2001 10:49:01 +0100
45909              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
45910      Branch: perl
45911            ! t/op/method.t
45912 ____________________________________________________________________________
45913 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
45914         Log: VOS README update from Paul Green.
45915      Branch: perl
45916            ! README.vos
45917 ____________________________________________________________________________
45918 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
45919         Log: Subject: [PATCH README.qnx hints/qnx.sh]
45920              From: Norton Allen <allen@huarp.harvard.edu>
45921              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
45922              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
45923      Branch: perl
45924            ! README.qnx hints/qnx.sh
45925 ____________________________________________________________________________
45926 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
45927         Log: Subject: [PATCH] Doc patch for Tie::Hash
45928              From: Artur Bergman <artur@contiller.se>
45929              Date: Thu, 05 Jul 2001 22:51:18 +0200
45930              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
45931      Branch: perl
45932            ! lib/Tie/Hash.pm
45933 ____________________________________________________________________________
45934 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
45935         Log: Subject: [PATCH] perlfaq4.pod
45936              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
45937              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
45938              Date: Thu, 5 Jul 2001 18:44:10 +0100 
45939      Branch: perl
45940            ! pod/perlfaq4.pod
45941 ____________________________________________________________________________
45942 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
45943         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
45944              From: Robin Houston <robin@kitsite.com>
45945              Date: Thu, 5 Jul 2001 18:33:21 +0100
45946              Message-ID: <20010705183321.A27345@robin.kitsite.com>
45947      Branch: perl
45948            ! ext/B/B/Deparse.pm
45949 ____________________________________________________________________________
45950 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
45951         Log: (Retracted by #11285.)
45952              
45953              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
45954              From: Abhijit Menon-Sen <ams@wiw.org>
45955              Date: Fri, 6 Jul 2001 01:26:32 +0530
45956              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
45957      Branch: perl
45958            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
45959            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
45960            ! warnings.pl
45961 ____________________________________________________________________________
45962 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
45963         Log: (Retracted by #11175)
45964              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
45965              From: Norton Allen <allen@huarp.harvard.edu>
45966              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
45967              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
45968      Branch: perl
45969            ! ext/POSIX/POSIX.xs
45970 ____________________________________________________________________________
45971 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
45972         Log: Unterminated C< (noticed by Richard Hatch), and few other
45973              small Unicode doc tweaks.
45974      Branch: perl
45975            ! pod/perlretut.pod
45976 ____________________________________________________________________________
45977 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
45978         Log: More flexible argument understanding; add charblocks() and
45979              charscripts(); make charblock() and charscript() two-way;
45980              add charinrange(); separate the $Unicode::UCD::VERSION and
45981              the version of the Unicode by adding UnicodeVersion().
45982      Branch: perl
45983            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
45984 ____________________________________________________________________________
45985 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
45986         Log: Update Unicode::UCD on \p{In...}.
45987      Branch: perl
45988            ! lib/Unicode/UCD.pm
45989 ____________________________________________________________________________
45990 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
45991         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
45992              From: Norton Allen <allen@huarp.harvard.edu>
45993              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
45994              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
45995      Branch: perl
45996            ! lib/ExtUtils/MM_Unix.pm
45997 ____________________________________________________________________________
45998 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
45999         Log: POSIX-BC tweaks from Thomas Dorner.
46000      Branch: perl
46001            ! hints/posix-bc.sh perlio.h
46002 ____________________________________________________________________________
46003 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
46004         Log: Module updates for the delta.
46005      Branch: perl
46006            ! pod/perl572delta.pod
46007 ____________________________________________________________________________
46008 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
46009         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
46010              From: Norton Allen <allen@huarp.harvard.edu>
46011              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
46012              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
46013      Branch: perl
46014            ! ext/IO/lib/IO/t/io_sock.t
46015 ____________________________________________________________________________
46016 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
46017         Log: Subject: [PATCH perldiag.pod] Quick fixes
46018              From: Simon Cozens <simon@netthink.co.uk>
46019              Date: Wed, 4 Jul 2001 20:22:12 +0100
46020              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
46021      Branch: perl
46022            ! pod/perldiag.pod
46023 ____________________________________________________________________________
46024 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
46025         Log: (retracted by #13533)
46026              
46027              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
46028              From: Radu Greab <radu@netsoft.ro>
46029              Date: Wed, 4 Jul 2001 22:13:31 +0300
46030              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
46031      Branch: perl
46032            ! op.c sv.c t/op/pos.t
46033 ____________________________________________________________________________
46034 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
46035         Log: Subject: [PATCH] -I and MakeMaker again
46036              From: Michael G Schwern <schwern@pobox.com>
46037              Date: Wed, 4 Jul 2001 15:03:07 -0400
46038              Message-ID: <20010704150307.I20340@blackrider>
46039              
46040              (and retract #11145)
46041      Branch: perl
46042            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
46043            ! lib/ExtUtils/MakeMaker.pm
46044 ____________________________________________________________________________
46045 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
46046         Log: Subject: Re: PERFORCE change 11142 for review
46047              From: "Philip Newton" <Philip.Newton@gmx.net>
46048              Date: Wed, 4 Jul 2001 20:46:26 +0200
46049              Message-Id: <200107041841.VAA25380@taas.iki.fi>
46050      Branch: perl
46051            ! lib/ExtUtils/MakeMaker.pm
46052 ____________________________________________________________________________
46053 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
46054         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
46055              From: Jonathan Stowe <gellyfish@gellyfish.com>
46056              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
46057              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
46058      Branch: perl
46059            ! utils/pl2pm.PL
46060 ____________________________________________________________________________
46061 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
46062         Log: fix the binary compatibility issue when building with/without
46063              usemymalloc by exporting Perl_malloc() et al as simple wrappers
46064              around the system functions (this allows most extensions built
46065              using one mode to coexist with perls built in the other mode)
46066              
46067              XXX the Perl_mfree() wrapper might need to do return(free()) on
46068              platforms where Free_t isn't "void"
46069      Branch: perl
46070            ! embed.h embed.pl makedef.pl proto.h util.c
46071 ____________________________________________________________________________
46072 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
46073         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
46074              since it doesn't ensure threads other than the one calling fork()
46075              aren't holding any locks; the fix is to use pthread_atfork() to
46076              hold global locks
46077              
46078              building perl with -Dusemymalloc exacerbates the problem since
46079              Perl_malloc() holds a mutex, and perl's exec() calls New()
46080              
46081              XXX the code in win32thread.h may be needed on platforms that have
46082              no pthread_atfork()
46083      Branch: perl
46084            ! perl.c thread.h win32/win32thread.h
46085 ____________________________________________________________________________
46086 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
46087         Log: Integrate #11009 from maintperl.
46088      Branch: maint-5.6/macperl
46089           !> lib/ExtUtils/Manifest.pm
46090 ____________________________________________________________________________
46091 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
46092         Log: Flexing my Perforce muscles.
46093      Branch: maint-5.6/macperl
46094            ! README.macos
46095 ____________________________________________________________________________
46096 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
46097         Log: Update Changes.
46098      Branch: perl
46099            ! Changes patchlevel.h
46100 ____________________________________________________________________________
46101 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
46102         Log: Metaconfig unit change for #11146.
46103      Branch: metaconfig/U/perl
46104            ! d_fcntl_can_lock.U
46105 ____________________________________________________________________________
46106 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
46107         Log: Somehow the #ifdefs of the added code (in #11093) made
46108              HP-UX to fail the fcntl locking test, without the ifdefs
46109              the test seems to be working again.  Reason unknown:
46110              HP-UX cc doesn't complain either way.
46111      Branch: perl
46112            ! Configure
46113 ____________________________________________________________________________
46114 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
46115         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
46116      Branch: perl
46117            ! lib/ExtUtils/MM_Unix.pm
46118 ____________________________________________________________________________
46119 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
46120         Log: gcc -Wall nit.
46121      Branch: perl
46122            ! pp_hot.c
46123 ____________________________________________________________________________
46124 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
46125         Log: When removing tests updating the test count is a good idea, too.
46126      Branch: perl
46127            ! lib/Net/t/require.t
46128 ____________________________________________________________________________
46129 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
46130         Log: Document #11134 and add the new symbols to the list of
46131              of MakeMaker known ones.
46132      Branch: perl
46133            ! lib/ExtUtils/MakeMaker.pm
46134 ____________________________________________________________________________
46135 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
46136         Log: Microperl update.
46137      Branch: perl
46138            ! uconfig.h
46139 ____________________________________________________________________________
46140 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
46141         Log: Update the libnet tests as per #11138.
46142      Branch: perl
46143            - lib/Net/t/ph.t
46144            ! MANIFEST lib/Net/t/require.t
46145 ____________________________________________________________________________
46146 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
46147         Log: Regen toc and modlib.
46148      Branch: perl
46149            ! pod/perlmodlib.pod pod/perltoc.pod
46150 ____________________________________________________________________________
46151 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
46152         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
46153              Graham's request.
46154      Branch: perl
46155            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
46156            ! MANIFEST
46157 ____________________________________________________________________________
46158 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
46159         Log: Add the OS/390 harness results to the delta.
46160      Branch: perl
46161            ! pod/perl572delta.pod
46162 ____________________________________________________________________________
46163 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
46164         Log: Avoid the two study tests in OS/390 until the bug has been solved.
46165      Branch: perl
46166            ! t/op/study.t
46167 ____________________________________________________________________________
46168 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
46169         Log: DOS/DJGPP tweaks from Laszlo Molnar.
46170      Branch: perl
46171            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
46172 ____________________________________________________________________________
46173 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
46174         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
46175              From: Michael G Schwern <schwern@pobox.com>
46176              Date: Wed, 4 Jul 2001 00:01:16 -0400
46177              Message-ID: <20010704000116.C591@blackrider>
46178      Branch: perl
46179            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
46180 ____________________________________________________________________________
46181 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
46182         Log: The #11132 missed singleton characters (not part
46183              of a unilo..unihi range) in Unicode scripts.
46184      Branch: perl
46185            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
46186            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
46187            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
46188            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
46189            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
46190            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
46191            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
46192            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
46193            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
46194            ! lib/unicode/mktables.PL t/op/pat.t
46195 ____________________________________________________________________________
46196 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
46197         Log: Support preferentially the Unicode 'scripts' definition
46198              in the \p{In...} notation since according to Unicode the
46199              scripts concept is more natural for matching than using
46200              the somewhat artificial block names.  The block names are
46201              still available, though, and if there's a name conflict,
46202              the scripts one wins and the blocks one has to do with
46203              'Block' appended to its name.  For more information see
46204              
46205              http://www.unicode.org/unicode/reports/tr24/
46206      Branch: perl
46207            + lib/unicode/In/100.pl lib/unicode/In/101.pl
46208            + lib/unicode/In/102.pl lib/unicode/In/103.pl
46209            + lib/unicode/In/104.pl lib/unicode/In/105.pl
46210            + lib/unicode/In/106.pl lib/unicode/In/107.pl
46211            + lib/unicode/In/108.pl lib/unicode/In/109.pl
46212            + lib/unicode/In/110.pl lib/unicode/In/111.pl
46213            + lib/unicode/In/112.pl lib/unicode/In/113.pl
46214            + lib/unicode/In/114.pl lib/unicode/In/115.pl
46215            + lib/unicode/In/116.pl lib/unicode/In/117.pl
46216            + lib/unicode/In/118.pl lib/unicode/In/119.pl
46217            + lib/unicode/In/120.pl lib/unicode/In/121.pl
46218            + lib/unicode/In/122.pl lib/unicode/In/123.pl
46219            + lib/unicode/In/124.pl lib/unicode/In/125.pl
46220            + lib/unicode/In/126.pl lib/unicode/In/127.pl
46221            + lib/unicode/In/128.pl lib/unicode/In/129.pl
46222            + lib/unicode/In/130.pl lib/unicode/In/131.pl
46223            + lib/unicode/In/132.pl lib/unicode/In/133.pl
46224            + lib/unicode/In/134.pl lib/unicode/In/135.pl
46225            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
46226            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
46227            ! (edit 106 files)
46228 ____________________________________________________________________________
46229 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
46230         Log: Better document the difference between a block and a script.
46231      Branch: perl
46232            ! lib/Unicode/UCD.pm
46233 ____________________________________________________________________________
46234 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
46235         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
46236              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46237              Date: Tue, 3 Jul 2001 15:04:23 -0500
46238              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
46239      Branch: perl
46240            ! lib/CPAN.pm
46241 ____________________________________________________________________________
46242 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
46243         Log: Add tests for charscript().
46244      Branch: perl
46245            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46246 ____________________________________________________________________________
46247 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
46248         Log: Add charscript() to get the UTR#24 script names of characters.
46249      Branch: perl
46250            ! lib/Unicode/UCD.pm
46251 ____________________________________________________________________________
46252 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
46253         Log: Todo updates.
46254      Branch: perl
46255            ! pod/perltodo.pod
46256 ____________________________________________________________________________
46257 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
46258         Log: Unicode::UCD updates.
46259      Branch: perl
46260            ! lib/Unicode/UCD.pm
46261 ____________________________________________________________________________
46262 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
46263         Log: (Retracted by #11174)
46264              Subject: MakeMaker should pass through DEFINE and INC to subdirs
46265              From: Alan Burlison <Alan.Burlison@sun.com>
46266              Date: Tue, 03 Jul 2001 15:20:13 +0100
46267              Message-ID: <3B41D49D.A923D4F9@sun.com>
46268      Branch: perl
46269            ! lib/ExtUtils/MM_Unix.pm
46270 ____________________________________________________________________________
46271 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
46272         Log: Subject: Patch needed for UTS
46273              From: hom00@utsglobal.com (Hal Morris)
46274              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
46275              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
46276              
46277              Replace #11113 with a better version.
46278      Branch: perl
46279            ! perl.h
46280 ____________________________________________________________________________
46281 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
46282         Log: Subject: Re: POINTERRIGOR
46283              From: Andy Dougherty <doughera@lafayette.edu>
46284              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
46285              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
46286      Branch: perl
46287            ! util.c
46288 ____________________________________________________________________________
46289 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
46290         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
46291              From: "Philip Newton" <pnewton@gmx.de>
46292              Date: Tue, 3 Jul 2001 17:03:34 +0200
46293              Message-ID: <3B41FAE6.29564.660E117@localhost>
46294      Branch: perl
46295            ! pp_hot.c
46296 ____________________________________________________________________________
46297 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
46298         Log: Typos.
46299      Branch: perl
46300            ! INSTALL
46301 ____________________________________________________________________________
46302 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
46303         Log: Subject: [PATCH 5.6.1] debugger fixes
46304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46305              Date: Tue, 3 Jul 2001 03:38:18 -0400
46306              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
46307              
46308              The $^S is working again.
46309      Branch: perl
46310            ! lib/perl5db.pl
46311 ____________________________________________________________________________
46312 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
46313         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
46314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46315              Date: Tue, 3 Jul 2001 03:34:06 -0400
46316              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
46317      Branch: perl
46318            ! os2/OS2/Process/Process.pm
46319 ____________________________________________________________________________
46320 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
46321         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
46322              From: "Philip Newton" <Philip.Newton@gmx.net>
46323              Date: Tue, 3 Jul 2001 09:11:27 +0200
46324              Message-Id: <200107030706.KAA04596@taas.iki.fi>
46325      Branch: perl
46326            ! lib/FindBin.pm
46327 ____________________________________________________________________________
46328 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
46329         Log: Delta delta.
46330      Branch: perl
46331            ! pod/perl572delta.pod
46332 ____________________________________________________________________________
46333 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
46334         Log: Metaconfig unit change for 11115.
46335      Branch: metaconfig
46336            ! U/modified/libc.U
46337 ____________________________________________________________________________
46338 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
46339         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
46340              (from Richard Hatch) (this was the cause of pipes() and
46341              times() mysteriously not being found)
46342      Branch: perl
46343            ! Configure
46344 ____________________________________________________________________________
46345 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
46346         Log: Retract #10142, the real culprit found by Richard Hatch,
46347              coming soon to Configure near you.
46348      Branch: perl
46349            ! hints/aix.sh
46350 ____________________________________________________________________________
46351 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
46352         Log: (Replaced by #11124) UTS workaround from Hal Morris.
46353      Branch: perl
46354            ! perl.h
46355 ____________________________________________________________________________
46356 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
46357         Log: Subject: [PATCH] grok not grocking correctly
46358              From: Nicholas Clark <nick@ccl4.org>
46359              Date: Tue, 3 Jul 2001 00:19:08 +0100
46360              Message-ID: <20010703001908.H59620@plum.flirble.org>
46361      Branch: perl
46362            ! numeric.c
46363 ____________________________________________________________________________
46364 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
46365         Log: Subject: [PATCH Deparse.t] test just-posted patches
46366              From: Robin Houston <robin@kitsite.com>
46367              Date: Mon, 2 Jul 2001 23:46:15 +0100
46368              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
46369      Branch: perl
46370            ! ext/B/Deparse.t
46371 ____________________________________________________________________________
46372 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
46373         Log: Subject: [PATCH toke.c] autosplit into @F
46374              From: Robin Houston <robin@kitsite.com>
46375              Date: Mon, 2 Jul 2001 23:18:20 +0100
46376              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
46377      Branch: perl
46378            ! perl.c toke.c
46379 ____________________________________________________________________________
46380 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
46381         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
46382              From: Robin Houston <robin@kitsite.com>
46383              Date: Mon, 2 Jul 2001 23:00:48 +0100
46384              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
46385      Branch: perl
46386            ! ext/B/B/Deparse.pm
46387 ____________________________________________________________________________
46388 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
46389         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
46390              From: "Philip Newton" <Philip.Newton@gmx.net>
46391              Date: Mon, 2 Jul 2001 22:06:22 +0200
46392              (no Message-Id)
46393      Branch: perl
46394            ! ext/NDBM_File/hints/linux.pl
46395 ____________________________________________________________________________
46396 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
46397         Log: Subject: Re: Fixed pack problem - sort of
46398              From: Nicholas Clark <nick@ccl4.org>
46399              Date: Mon, 2 Jul 2001 20:59:20 +0100
46400              Message-ID: <20010702205919.F59620@plum.flirble.org>
46401      Branch: perl
46402            ! pp_pack.c t/op/pack.t
46403 ____________________________________________________________________________
46404 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
46405         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
46406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46407              Date: Mon, 2 Jul 2001 15:45:41 -0400
46408              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
46409      Branch: perl
46410            ! os2/os2.c
46411 ____________________________________________________________________________
46412 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
46413         Log: (Mistaken retraction)
46414      Branch: perl
46415            ! utils/pl2pm.PL
46416 ____________________________________________________________________________
46417 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
46418         Log: Detypo in #11103.
46419      Branch: perl
46420            ! utils/pl2pm.PL
46421 ____________________________________________________________________________
46422 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
46423         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
46424              From: Jonathan Stowe <gellyfish@gellyfish.com>
46425              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
46426              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
46427      Branch: perl
46428            ! utils/pl2pm.PL
46429 ____________________________________________________________________________
46430 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
46431         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
46432              From: "Craig A. Berry" <craigberry@mac.com>
46433              Date: Mon, 02 Jul 2001 14:11:23 -0500
46434              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
46435      Branch: perl
46436            ! lib/Unicode/UCD.pm
46437 ____________________________________________________________________________
46438 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
46439         Log: Subject: [PATCH] Re: op/numconvert.t failures
46440              From: Nicholas Clark <nick@ccl4.org>
46441              Date: Mon, 2 Jul 2001 20:10:48 +0100
46442              Message-ID: <20010702201048.E59620@plum.flirble.org>
46443      Branch: perl
46444            ! t/op/numconvert.t
46445 ____________________________________________________________________________
46446 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
46447         Log: Update Changes.
46448      Branch: perl
46449            ! Changes patchlevel.h
46450 ____________________________________________________________________________
46451 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
46452         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
46453              The real fix must be more involved.  The line of code all the leaky
46454              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
46455              line of Perl_newPMOP().
46456      Branch: perl
46457            ! op.h
46458 ____________________________________________________________________________
46459 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
46460         Log: Based on
46461              
46462              Subject: Re: sizeof(struct sembuf)
46463              From: Nicholas Clark <nick@ccl4.org>
46464              Date: Sun, 1 Jul 2001 22:26:48 +0100
46465              Message-ID: <20010701222648.W59620@plum.flirble.org>
46466              
46467              but do semop() always the slow way.
46468      Branch: perl
46469            ! doio.c
46470 ____________________________________________________________________________
46471 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
46472         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
46473              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46474              Date: Tue, 03 Jul 2001 00:56:30 +0900
46475              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
46476      Branch: perl
46477            ! ext/Encode/Encode/Tcl.t
46478 ____________________________________________________________________________
46479 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
46480         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
46481              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46482              Date: Tue, 03 Jul 2001 00:55:46 +0900
46483              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
46484      Branch: perl
46485            ! ext/Encode/Encode/Tcl.pm
46486 ____________________________________________________________________________
46487 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
46488         Log: Regen api and toc.
46489      Branch: perl
46490            ! pod/perlapi.pod pod/perltoc.pod
46491 ____________________________________________________________________________
46492 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
46493         Log: Metaconfig unit change for #11093.
46494      Branch: metaconfig/U/perl
46495            ! d_fcntl_can_lock.U
46496 ____________________________________________________________________________
46497 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
46498         Log: The fcntl locking test may hang if NFS locking messed up;
46499              break out with alarm(10).
46500      Branch: perl
46501            ! Configure
46502 ____________________________________________________________________________
46503 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
46504         Log: Move the mdelete.bat from win32/bin to win32.
46505      Branch: perl
46506            ! MANIFEST
46507 ____________________________________________________________________________
46508 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
46509         Log: Typo in #11083.
46510      Branch: perl
46511            ! ext/Time/Piece/Piece.t
46512 ____________________________________________________________________________
46513 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
46514         Log: Netware tweaks from Guruprasad.
46515      Branch: perl
46516            - NetWare/perlsdio.h
46517            ! MANIFEST NetWare/Makefile NetWare/interface.c
46518            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
46519            ! perlsdio.h
46520 ____________________________________________________________________________
46521 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
46522         Log: Subject: Re: [PATH] shared -> unique;
46523              From: Abhijit Menon-Sen <ams@wiw.org>
46524              Date: Wed, 27 Jun 2001 03:51:27 +0530
46525              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
46526      Branch: perl
46527            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
46528 ____________________________________________________________________________
46529 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
46530         Log: Subject: Re: AIX / gcc-3.0
46531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46532              Date: Mon, 02 Jul 2001 15:20:21 +0200
46533              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
46534      Branch: perl
46535            ! hints/aix.sh
46536 ____________________________________________________________________________
46537 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
46538         Log: Subject: Re: Bug report: split splits on wrong pattern
46539              From: Abhijit Menon-Sen <ams@wiw.org>
46540              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
46541              Date: Mon, 2 Jul 2001 16:31:33 +0530
46542      Branch: perl
46543            ! pp_ctl.c
46544 ____________________________________________________________________________
46545 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
46546         Log: Subject: [PATCH 5.6.1] test harness
46547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46548              Date: Mon, 2 Jul 2001 06:29:21 -0400
46549              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
46550      Branch: perl
46551            ! lib/Test/Harness.pm
46552 ____________________________________________________________________________
46553 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
46554         Log: Subject: [PATCH 5.6.1] debugger goof
46555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46556              Date: Mon, 2 Jul 2001 06:27:22 -0400
46557              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
46558      Branch: perl
46559            ! lib/perl5db.pl
46560 ____________________________________________________________________________
46561 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
46562         Log: Subject: [PATCH 5.6.1] OS/2 cwd
46563              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46564              Date: Mon, 2 Jul 2001 06:21:17 -0400
46565              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
46566      Branch: perl
46567            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
46568 ____________________________________________________________________________
46569 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
46570         Log: Make #11082 more OS/2-specific.
46571      Branch: perl
46572            ! ext/Time/Piece/Piece.t
46573 ____________________________________________________________________________
46574 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
46575         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
46576              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46577              Date: Mon, 2 Jul 2001 06:06:34 -0400
46578              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
46579      Branch: perl
46580            ! ext/Time/Piece/Piece.t
46581 ____________________________________________________________________________
46582 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
46583         Log: Subject: [PATCH B::Deparse] version number & changes
46584              From: Robin Houston <robin@kitsite.com>  
46585              Date: Sun, 1 Jul 2001 17:17:29 +0100
46586              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
46587      Branch: perl
46588            ! ext/B/B/Deparse.pm
46589 ____________________________________________________________________________
46590 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
46591         Log: Subject: a small fix.
46592              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46593              Date: Mon, 2 Jul 2001 12:17:53 +0200
46594              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
46595      Branch: perl
46596            ! ext/Thread/Thread.xs
46597 ____________________________________________________________________________
46598 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
46599         Log: Subject: RE: perl@10907
46600              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46601              Date: Mon, 2 Jul 2001 12:06:16 +0200
46602              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
46603              
46604              Borland C vs PerlIO.
46605      Branch: perl
46606            ! win32/config.bc win32/config_H.bc
46607 ____________________________________________________________________________
46608 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
46609         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
46610              From: "H.M. Brand" <merijn@l1.procura.nl>
46611              Date: Mon, 02 Jul 2001 11:18:57 +0200
46612              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
46613      Branch: perl
46614            ! t/op/write.t
46615 ____________________________________________________________________________
46616 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
46617         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
46618              From: Michael G Schwern <schwern@pobox.com>
46619              Date: Mon, 2 Jul 2001 00:26:24 -0400
46620              Message-ID: <20010702002624.A18302@blackrider>
46621      Branch: perl
46622            - ext/util/mkbootstrap
46623 ____________________________________________________________________________
46624 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
46625         Log: Subject: [PATCH op.h] v minor comment tweak
46626              From: Robin Houston <robin@puffinry.freeserve.co.uk>
46627              Date: Mon, 2 Jul 2001 00:42:01 +0100
46628              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
46629      Branch: perl
46630            ! op.h
46631 ____________________________________________________________________________
46632 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
46633         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
46634      Branch: perl
46635            ! pod/perlfunc.pod
46636 ____________________________________________________________________________
46637 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
46638         Log: Subject: Re: sizeof(struct sembuf)
46639              From: Nicholas Clark <nick@ccl4.org>
46640              Date: Sun, 1 Jul 2001 19:23:16 +0100
46641              Message-ID: <20010701192316.V59620@plum.flirble.org>
46642              
46643              s/signaling/signalling/
46644      Branch: perl
46645            ! pod/perlfunc.pod
46646 ____________________________________________________________________________
46647 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
46648         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
46649              From: "Philip Newton" <Philip.Newton@gmx.net>
46650              Date: Sun, 1 Jul 2001 09:37:56 +0200
46651              Message-Id: <200107010733.KAA03920@taas.iki.fi>
46652      Branch: perl
46653            ! pod/perlvar.pod
46654 ____________________________________________________________________________
46655 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
46656         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
46657              From: "Philip Newton" <Philip.Newton@gmx.net>
46658              Date: Sun, 1 Jul 2001 09:37:56 +0200
46659              Message-Id: <200107010733.KAA03925@taas.iki.fi>
46660      Branch: perl
46661            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
46662 ____________________________________________________________________________
46663 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
46664         Log: Metaconfig unit change for #11070.
46665      Branch: metaconfig
46666            ! U/compline/randfunc.U
46667 ____________________________________________________________________________
46668 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
46669         Log: Subject: [PATCH perlsnap] its --> it's --> its
46670              From: "Philip Newton" <Philip.Newton@gmx.net>
46671              Date: Sun, 1 Jul 2001 09:37:56 +0200
46672              Message-Id: <200107010733.KAA03914@taas.iki.fi>
46673      Branch: perl
46674            ! Porting/config_H
46675 ____________________________________________________________________________
46676 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
46677         Log: Sync with Sarathy; integrate with perlio.
46678      Branch: perl
46679           !> gv.c
46680 ____________________________________________________________________________
46681 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
46682         Log: regenerate win32/config_H.?c files
46683      Branch: perl
46684            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46685 ____________________________________________________________________________
46686 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
46687         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
46688              naming discipline
46689              
46690              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
46691              because of this)
46692              
46693              fix a warning about "fd" being used without being set in Cwd.xs
46694      Branch: perl
46695            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
46696            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
46697            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
46698            ! win32/config.vc
46699 ____________________________________________________________________________
46700 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
46701         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
46702              within macro arguments") and warnings ("unary minus applied to
46703              unsigned type", among others)
46704      Branch: perl
46705            ! gv.c hv.c op.c pp.c sv.c toke.c
46706 ____________________________________________________________________________
46707 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
46708         Log: win32 fixes: more spurious CRs
46709      Branch: perl
46710            ! win32/mdelete.bat
46711 ____________________________________________________________________________
46712 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
46713         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
46714              from win32/bin (or it gets deleted by distclean); don't delete
46715              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
46716              NT (should be made Win9x specific, and added to makefile.mk)
46717      Branch: perl
46718           +> win32/mdelete.bat
46719            - win32/bin/mdelete.bat
46720            ! win32/Makefile win32/makefile.mk
46721 ____________________________________________________________________________
46722 [ 11063] By: nick                                  on 2001/07/01  18:54:09
46723         Log: Quick for for #ifdef mess
46724      Branch: perlio
46725            ! gv.c
46726 ____________________________________________________________________________
46727 [ 11062] By: nick                                  on 2001/07/01  18:47:42
46728         Log: Raw integrate - does not build #if mess in gv.c
46729      Branch: perlio
46730           !> (integrate 29 files)
46731 ____________________________________________________________________________
46732 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
46733         Log: Make 'compile' target a little less broken.
46734              Still very broken, though: -Wall warnings from
46735              the generated code, boot_Foo prototypes missing,
46736              can't autoload Fcntl::SEEK_CUR et alia, ...
46737      Branch: perl
46738            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
46739            ! utils/perlcc.PL x2p/Makefile.SH
46740 ____________________________________________________________________________
46741 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
46742         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
46743      Branch: perl
46744            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46745            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
46746 ____________________________________________________________________________
46747 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
46748         Log: Update Changes.
46749      Branch: perl
46750            ! Changes patchlevel.h
46751 ____________________________________________________________________________
46752 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
46753         Log: Still one typo, regen toc.
46754      Branch: perl
46755            ! lib/Unicode/UCD.pm pod/perltoc.pod
46756 ____________________________________________________________________________
46757 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
46758         Log: Detypos and regen toc.
46759      Branch: perl
46760            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
46761 ____________________________________________________________________________
46762 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
46763         Log: VERSION tweak.
46764      Branch: perl
46765            ! ext/List/Util/lib/List/Util.pm
46766 ____________________________________________________________________________
46767 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
46768         Log: Attempt at plugging the leak under ithreads detected by Doug.
46769      Branch: perl
46770            ! op.h
46771 ____________________________________________________________________________
46772 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
46773         Log: gcc -Wall lint after #11051.
46774      Branch: perl
46775            ! pp_sys.c
46776 ____________________________________________________________________________
46777 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
46778         Log: Integrate perlio:
46779              
46780              [ 11050]
46781              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
46782      Branch: perl
46783           !> lib/File/Find/taint.t
46784 ____________________________________________________________________________
46785 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
46786         Log: Don't use the v-strings for module VERSIONs.
46787      Branch: perl
46788            ! lib/Unicode/UCD.pm
46789 ____________________________________________________________________________
46790 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
46791         Log: Code cleanup based on turning off the -woffs in IRIX.
46792              Not all of the gripes cleaned up (hairy code in hv.c and
46793              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
46794              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
46795              to the IRIX hints)
46796      Branch: perl
46797            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
46798            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
46799            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
46800            ! regcomp.c sv.c
46801 ____________________________________________________________________________
46802 [ 11050] By: nick                                  on 2001/06/30  20:46:46
46803         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
46804      Branch: perlio
46805            ! lib/File/Find/taint.t
46806 ____________________________________________________________________________
46807 [ 11049] By: nick                                  on 2001/06/30  18:13:33
46808         Log: Integrate mainline
46809      Branch: perlio
46810           +> NetWare/nwstdio.h NetWare/perlsdio.h
46811           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
46812           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
46813           +> lib/Unicode/UCD.t t/run/exit.t
46814           !> (integrate 60 files)
46815 ____________________________________________________________________________
46816 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
46817         Log: Delta delta.
46818      Branch: perl
46819            ! pod/perl572delta.pod
46820 ____________________________________________________________________________
46821 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
46822         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
46823              by CPAN.pm, use rather _00.
46824      Branch: perl
46825            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
46826            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
46827            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
46828            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
46829            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
46830            ! lib/ExtUtils/Embed.pm lib/Test.pm
46831 ____________________________________________________________________________
46832 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
46833         Log: Add a simple Unicode character database interface, Unicode::UCD.
46834      Branch: perl
46835            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
46836            ! MANIFEST
46837 ____________________________________________________________________________
46838 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
46839         Log: Subject: [PATCH] op/numconver.t
46840              From: Nicholas Clark <nick@ccl4.org>
46841              Date: Sat, 30 Jun 2001 15:40:10 +0100
46842              Message-ID: <20010630154010.I59620@plum.flirble.org>
46843      Branch: perl
46844            ! t/op/numconvert.t
46845 ____________________________________________________________________________
46846 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
46847         Log: The $^N is now taken (by #11038).
46848      Branch: perl
46849            ! t/base/lex.t
46850 ____________________________________________________________________________
46851 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
46852         Log: The #11040 had slipped to a wrong function...
46853      Branch: perl
46854            ! sv.c
46855 ____________________________________________________________________________
46856 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
46857         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
46858              the Configure library symbol probe mysteriously finds all
46859              symbols but those of pipe() and times().
46860      Branch: perl
46861            ! hints/aix.sh
46862 ____________________________________________________________________________
46863 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
46864         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
46865              From: Nicholas Clark <nick@ccl4.org>
46866              Date: Fri, 29 Jun 2001 23:49:07 +0100
46867              Message-ID: <20010629234907.D59620@plum.flirble.org>
46868      Branch: perl
46869            ! lib/ExtUtils.t
46870 ____________________________________________________________________________
46871 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
46872         Log: Subject: [PATCH] weakref fix 2, not yet there
46873              From: Artur Bergman <artur@contiller.se>
46874              Date: Sat, 30 Jun 2001 01:18:16 +0200
46875              Message-ID: <B762D957.1CC9%artur@contiller.se>
46876      Branch: perl
46877            ! sv.c
46878 ____________________________________________________________________________
46879 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
46880         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
46881              From: Michael G Schwern <schwern@pobox.com>
46882              Date: Fri, 29 Jun 2001 19:39:11 -0400
46883              Message-ID: <20010629193910.D25304@blackrider>
46884      Branch: perl
46885            + t/run/exit.t
46886            ! MANIFEST
46887 ____________________________________________________________________________
46888 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
46889         Log: Add support for $^N, the most-recently closed group.
46890      Branch: perl
46891            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
46892            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
46893            ! thrdvar.h
46894 ____________________________________________________________________________
46895 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
46896         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
46897              From: lvirden@cas.org
46898              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
46899              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
46900              
46901              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
46902              From: lvirden@cas.org
46903              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
46904              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
46905      Branch: perl
46906            ! README.solaris
46907 ____________________________________________________________________________
46908 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
46909         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
46910              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46911              Date: Sat, 30 Jun 2001 07:33:37 +0900
46912              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
46913              
46914              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
46915              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46916              Date: Sat, 30 Jun 2001 21:38:14 +0900
46917              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
46918      Branch: perl
46919            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
46920            + ext/Encode/Encode/7bit-kr.enc
46921            ! MANIFEST ext/Encode/Encode/Tcl.pm
46922 ____________________________________________________________________________
46923 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
46924         Log: NetWare tweaks from Guruprasad.
46925      Branch: perl
46926            + NetWare/nwstdio.h NetWare/perlsdio.h
46927            ! MANIFEST NetWare/Makefile NetWare/config.wc
46928            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
46929            ! NetWare/t/Readme.txt
46930 ____________________________________________________________________________
46931 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
46932         Log: More module $VERSION bump-ups.
46933      Branch: perl
46934            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
46935            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
46936            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
46937 ____________________________________________________________________________
46938 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
46939         Log: Doc update due to #11032.
46940      Branch: perl
46941            ! pod/perl572delta.pod
46942 ____________________________________________________________________________
46943 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
46944         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
46945              From: Peter Prymmer <pvhp@forte.com>
46946              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
46947              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
46948      Branch: perl
46949            ! ext/Time/HiRes/HiRes.xs
46950 ____________________________________________________________________________
46951 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
46952         Log: -lpthreads missing in AIX.
46953      Branch: perl
46954            ! hints/aix.sh
46955 ____________________________________________________________________________
46956 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
46957         Log: Subject: [PATCH] CLONE && weakrefs
46958              From: Artur Bergman <artur@contiller.se>
46959              Date: Fri, 29 Jun 2001 17:02:00 +0200
46960              Message-ID: <B7626508.1CA0%artur@contiller.se>
46961      Branch: perl
46962            ! sv.c
46963 ____________________________________________________________________________
46964 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
46965         Log: Subject: Re: Bug report: split splits on wrong pattern
46966              From: Radu Greab <radu@netsoft.ro>
46967              Date: Wed, 27 Jun 2001 21:50:52 +0300
46968              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
46969      Branch: perl
46970            ! pp_ctl.c t/op/split.t
46971 ____________________________________________________________________________
46972 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
46973         Log: Metaconfig unit change for #11027.
46974      Branch: metaconfig/U/perl
46975            ! d_modfl.U
46976 ____________________________________________________________________________
46977 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
46978         Log: I thought this Configure glitch for AIX was just recently fixed?
46979      Branch: perl
46980            ! Configure
46981 ____________________________________________________________________________
46982 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
46983         Log: Update Changes.
46984      Branch: perl
46985            ! Changes patchlevel.h
46986 ____________________________________________________________________________
46987 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
46988         Log: Subject: Re: perl@10967, File::Find, and Cwd
46989              From: Mike Guy <mjtg@cam.ac.uk>
46990              Date: Fri, 29 Jun 2001 14:56:49 +0100
46991              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
46992      Branch: perl
46993            ! lib/File/Find/taint.t
46994 ____________________________________________________________________________
46995 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
46996         Log: Update the sv_pvprintify() spec.
46997      Branch: perl
46998            ! pod/perltodo.pod
46999 ____________________________________________________________________________
47000 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
47001         Log: Known test failures update.
47002      Branch: perl
47003            ! pod/perl572delta.pod
47004 ____________________________________________________________________________
47005 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
47006         Log: Based on
47007              
47008              Subject: [PATCH @11016] More );) fixes
47009              From: Richard Soderberg <rs@crystalflame.net>
47010              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
47011              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
47012      Branch: perl
47013            ! ext/Thread/Thread.xs ext/Thread/typemap
47014 ____________________________________________________________________________
47015 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
47016         Log: Subject: [PATCH @11016] Fixes compile errors in four files
47017              From: Richard Soderberg <rs@crystalflame.net>
47018              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
47019              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
47020      Branch: perl
47021            ! mg.c pp.c pp_hot.c util.c
47022 ____________________________________________________________________________
47023 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
47024         Log: AIX hints tweaking continues, from Merijn Brand.
47025      Branch: perl
47026            ! hints/aix.sh
47027 ____________________________________________________________________________
47028 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
47029         Log: HP-UX needs gccversion sooner, from Merijn Brand.
47030      Branch: perl
47031            ! hints/hpux.sh
47032 ____________________________________________________________________________
47033 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
47034         Log: Subject: [PATCH 5.6.1] OS/2 docs
47035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47036              Date: Fri, 29 Jun 2001 02:34:12 -0400
47037              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
47038      Branch: perl
47039            ! README.os2 os2/Changes
47040 ____________________________________________________________________________
47041 [ 11017] By: nick                                  on 2001/06/29  10:20:30
47042         Log: Integrate mainline
47043      Branch: perlio
47044           +> (branch 37 files)
47045            - ext/ODBM_File/sdbm.t
47046           !> (integrate 211 files)
47047 ____________________________________________________________________________
47048 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
47049         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
47050              the modules found using a script written by Larry Schatzer Jr.
47051      Branch: perl
47052            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
47053            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
47054            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
47055            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
47056            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
47057            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
47058            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
47059            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
47060            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
47061            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
47062            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
47063            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
47064            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
47065            ! lib/constant.pm lib/fields.pm lib/strict.pm
47066 ____________________________________________________________________________
47067 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
47068         Log: The latest JPL from the anoncvs.
47069      Branch: perl
47070            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
47071 ____________________________________________________________________________
47072 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
47073         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
47074      Branch: perl
47075            ! t/op/pat.t
47076 ____________________________________________________________________________
47077 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
47078         Log: Worrying about insecure directories now is a bit too late.
47079      Branch: perl
47080            ! lib/File/Find/taint.t
47081 ____________________________________________________________________________
47082 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
47083         Log: Cannot DIE() in a void function,
47084              from Richard Hatch <rhatch@austin.ibm.com>.
47085      Branch: perl
47086            ! ext/IPC/SysV/SysV.xs
47087 ____________________________________________________________________________
47088 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
47089         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
47090              From: Peter Prymmer <pvhp@forte.com>
47091              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
47092              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
47093              
47094              (unfinished: time/hires tests 3, 5, 14 failing, but better
47095              than wholesale failure)
47096      Branch: perl
47097            ! ext/Time/HiRes/HiRes.xs
47098 ____________________________________________________________________________
47099 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
47100         Log: Subject: [PATCH 5.6.1] OS/2 improvements
47101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47102              Date: Thu, 28 Jun 2001 16:03:14 -0400
47103              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
47104      Branch: perl
47105            + os2/os2_base.t
47106            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
47107            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
47108            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
47109            ! os2/os2ish.h
47110 ____________________________________________________________________________
47111 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
47112         Log: Subject: Incrementing Extutils::Manifest's $VERSION
47113              From: Michael G Schwern <schwern@pobox.com>
47114              Date: Thu, 28 Jun 2001 13:13:49 -0400
47115              Message-ID: <20010628131349.A14738@blackrider>
47116      Branch: maint-5.6/perl
47117            ! lib/ExtUtils/Manifest.pm
47118 ____________________________________________________________________________
47119 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
47120         Log: AIX tweak from Merijn Brand.
47121      Branch: perl
47122            ! hints/aix.sh
47123 ____________________________________________________________________________
47124 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
47125         Log: Create the macperl branch.
47126      Branch: maint-5.6/macperl
47127           +> (branch 1728 files)
47128 ____________________________________________________________________________
47129 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
47130         Log: Update Changes.
47131      Branch: perl
47132            ! Changes patchlevel.h
47133 ____________________________________________________________________________
47134 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
47135         Log: More Perforce lore.
47136      Branch: perl
47137            ! Porting/repository.pod
47138 ____________________________________________________________________________
47139 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
47140         Log: Metaconfig unit changes for #11003.
47141      Branch: metaconfig/U/perl
47142            + d_nl_langinfo.U i_langinfo.U
47143 ____________________________________________________________________________
47144 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
47145         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
47146              Expected not to exist in non-UNIX excepting in VMS, where
47147              according to a quick web survey they just might.
47148      Branch: perl
47149            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
47150            ! Porting/config_H config_h.SH configure.com epoc/config.sh
47151            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
47152            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47153            ! win32/config.bc win32/config.gc win32/config.vc
47154 ____________________________________________________________________________
47155 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
47156         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
47157              in AIX is one is doing a 64-bit build.
47158      Branch: perl
47159            ! hints/aix.sh
47160 ____________________________________________________________________________
47161 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
47162         Log: Metaconfig unit changes for #11000.
47163      Branch: metaconfig/U/perl
47164            ! use64bits.U uselfs.U
47165 ____________________________________________________________________________
47166 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
47167         Log: Move use64bitint and use64bitall before uselargefiles.
47168      Branch: perl
47169            ! Configure
47170 ____________________________________________________________________________
47171 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
47172         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
47173              From: Robert Spier <rspier@pobox.com>
47174              Message-ID: <15162.41164.618712.841415@rls.cx>
47175              Date: Wed, 27 Jun 2001 23:13:16 -0400
47176      Branch: perl
47177            ! doio.c
47178 ____________________________________________________________________________
47179 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
47180         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
47181              From: Peter Prymmer <pvhp@forte.com>
47182              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
47183              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
47184      Branch: perl
47185            ! numeric.c
47186 ____________________________________________________________________________
47187 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
47188         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
47189              From: Peter Prymmer <pvhp@forte.com>
47190              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
47191              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
47192      Branch: perl
47193            ! configure.com ext/Digest/MD5/Makefile.PL
47194 ____________________________________________________________________________
47195 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
47196         Log: Update Changes.
47197      Branch: perl
47198            ! Changes patchlevel.h
47199 ____________________________________________________________________________
47200 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
47201         Log: Tiny EPOC updates.
47202      Branch: perl
47203            ! epoc/config.sh
47204 ____________________________________________________________________________
47205 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
47206         Log: The Test::More and Test::Simple tests required help
47207              thanks to our schizophrenic test scheme.
47208      Branch: perl
47209            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
47210            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
47211            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
47212            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
47213            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
47214 ____________________________________________________________________________
47215 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
47216         Log: Upgrade to Test::Simple 0.09.
47217      Branch: perl
47218            + lib/Test/Simple/Changes
47219            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
47220            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
47221            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
47222            ! lib/Test/Simple/t/plan_is_noplan.t
47223 ____________________________________________________________________________
47224 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
47225         Log: Upgrade to Test::More 0.07.
47226      Branch: perl
47227            + lib/Test/More/Changes
47228            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
47229            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
47230            ! lib/Test/More/t/skipall.t
47231 ____________________________________________________________________________
47232 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
47233         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
47234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47235              Date: Wed, 27 Jun 2001 18:40:04 +0200
47236              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
47237      Branch: perl
47238            ! hints/hpux.sh
47239 ____________________________________________________________________________
47240 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
47241         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47242              From: Norton Allen <allen@huarp.harvard.edu>
47243              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
47244              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
47245      Branch: perl
47246            ! README.qnx hints/qnx.sh
47247 ____________________________________________________________________________
47248 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
47249         Log: Subject: [PATCH] two little documentation nits
47250              From: Abhijit Menon-Sen <ams@wiw.org>
47251              Date: Wed, 27 Jun 2001 20:07:50 +0530
47252              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
47253      Branch: perl
47254            ! sv.c sv.h
47255 ____________________________________________________________________________
47256 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
47257         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
47258              From: Norton Allen <allen@huarp.harvard.edu>
47259              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
47260              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
47261      Branch: perl
47262            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
47263 ____________________________________________________________________________
47264 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
47265         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
47266              From: Michael G Schwern <schwern@pobox.com>
47267              Date: Wed, 27 Jun 2001 02:34:58 -0400
47268              Message-ID: <20010627023458.K23874@blackrider>
47269      Branch: perl
47270            ! vms/test.com
47271 ____________________________________________________________________________
47272 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
47273         Log: Add perl_clone_host() for Netware.
47274      Branch: perl
47275            ! NetWare/nw5.c
47276 ____________________________________________________________________________
47277 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
47278         Log: GCC 3.0 hints for HP-UX.
47279      Branch: perl
47280            ! hints/hpux.sh
47281 ____________________________________________________________________________
47282 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
47283         Log: In some Linux distributions the libndbm is broken
47284              (no null key support), therefore link with libgdbm
47285              (if available), since it has a working ndbm emulation,
47286              from Jonathan Stowe.
47287      Branch: perl
47288            + ext/NDBM_File/hints/linux.pl
47289            ! MANIFEST
47290 ____________________________________________________________________________
47291 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
47292         Log: Subject: [PATCH perl@10930] find.t hack for VMS
47293              From: "Craig A. Berry" <craigberry@mac.com>
47294              Date: Tue, 26 Jun 2001 23:40:25 -0500
47295              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
47296      Branch: perl
47297            ! lib/File/Find/find.t
47298 ____________________________________________________________________________
47299 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
47300         Log: AUTHORS updates.
47301      Branch: perl
47302            ! AUTHORS
47303 ____________________________________________________________________________
47304 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
47305         Log: Metaconfig unit change like #10980.
47306      Branch: metaconfig
47307            ! U/compline/d_stdstdio.U
47308 ____________________________________________________________________________
47309 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
47310         Log: "lose the it's", from Abhijit Menon-Sen.
47311              ("It's" not searched, pods not searched.)
47312      Branch: perl
47313            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
47314            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
47315            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
47316            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
47317            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
47318            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
47319 ____________________________________________________________________________
47320 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
47321         Log: "lose the looses", from Abhijit Menon-Sen.
47322      Branch: perl
47323            ! ext/B/B/Assembler.pm gv.c
47324 ____________________________________________________________________________
47325 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
47326         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
47327      Branch: perl
47328            ! hints/os390.sh
47329 ____________________________________________________________________________
47330 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
47331         Log: DEC C 5.3 on the VAX simply doesn't seem to like
47332              compiling the MD5 extension, disable it there for now,
47333              from Peter Prymmer.
47334      Branch: perl
47335            ! configure.com
47336 ____________________________________________________________________________
47337 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
47338         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
47339              From: Jonathan Stowe <gellyfish@gellyfish.com>
47340              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
47341              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
47342      Branch: perl
47343            ! pod/perlfaq3.pod
47344 ____________________________________________________________________________
47345 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
47346         Log: Subject: [PATCH 5.6.1] perlxs misprints
47347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47348              Date: Tue, 26 Jun 2001 17:20:00 -0400
47349              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
47350      Branch: perl
47351            ! pod/perlxs.pod
47352 ____________________________________________________________________________
47353 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
47354         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
47355              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47356              Date: Tue, 26 Jun 2001 17:27:07 -0400
47357              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
47358      Branch: perl
47359            ! lib/ExtUtils/MM_Unix.pm
47360 ____________________________________________________________________________
47361 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
47362         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
47363              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47364              Date: Tue, 26 Jun 2001 17:23:24 -0400
47365              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
47366      Branch: perl
47367            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
47368 ____________________________________________________________________________
47369 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
47370         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
47371              by Olaf Flebbe.
47372      Branch: perl
47373            ! perl.h
47374 ____________________________________________________________________________
47375 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
47376         Log: Detypo.
47377      Branch: perl
47378            ! lib/Memoize/t/tie_sdbm.t
47379 ____________________________________________________________________________
47380 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
47381         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
47382      Branch: perl
47383            ! win32/perllib.c
47384 ____________________________________________________________________________
47385 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
47386         Log: Subject: [patch] perl_clone+CvFILE
47387              From: Doug MacEachern <dougm@covalent.net>
47388              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
47389              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
47390      Branch: perl
47391            ! sv.c
47392 ____________________________________________________________________________
47393 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
47394         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
47395              From: Mark-Jason Dominus <mjd@plover.com>
47396              Date: Tue, 26 Jun 2001 12:33:01 -0400
47397              Message-ID: <20010626163301.31298.qmail@plover.com>
47398      Branch: perl
47399            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
47400 ____________________________________________________________________________
47401 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
47402         Log: Update Changes.
47403      Branch: perl
47404            ! Changes patchlevel.h
47405 ____________________________________________________________________________
47406 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
47407         Log: Also catfile() needs now to explicitly exported.
47408      Branch: perl
47409            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
47410 ____________________________________________________________________________
47411 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
47412         Log: Regen toc.
47413      Branch: perl
47414            ! pod/perltoc.pod
47415 ____________________________________________________________________________
47416 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
47417         Log: Nonexistent pod command.
47418      Branch: perl
47419            ! pod/perl572delta.pod
47420 ____________________________________________________________________________
47421 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
47422         Log: Be more portable in the quest for tmpdir.
47423      Branch: perl
47424            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
47425 ____________________________________________________________________________
47426 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
47427         Log: Be more portable in finding out the home directory,
47428              and use File::Spec to do the concat.
47429              (Come to think of it, couldn't File::Spec provide
47430              for a ->homedir method?)
47431      Branch: perl
47432            ! lib/Net/Config.pm
47433 ____________________________________________________________________________
47434 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
47435         Log: Doc patch for #10959.
47436      Branch: perl
47437            ! pod/perlfunc.pod
47438 ____________________________________________________________________________
47439 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
47440         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
47441              From: "Philip Newton" <pnewton@gmx.de>
47442              Date: Tue, 26 Jun 2001 16:26:47 +0200
47443              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
47444      Branch: perl
47445            ! pod/perldata.pod
47446 ____________________________________________________________________________
47447 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
47448         Log: Subject: [PATH] shared -> unique;
47449              From: "Artur Bergman" <artur@contiller.se>
47450              Date: Tue, 26 Jun 2001 16:18:40 +0200
47451              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
47452              
47453              Because "shared" isn't: it's read-only.
47454      Branch: perl
47455            ! toke.c xsutils.c
47456 ____________________________________________________________________________
47457 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
47458         Log: Escape multiline croak messages.
47459      Branch: perl
47460            ! t/op/ver.t
47461 ____________________________________________________________________________
47462 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
47463         Log: No more pragma/*.t for minitest.
47464      Branch: perl
47465            ! Makefile.SH
47466 ____________________________________________________________________________
47467 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
47468         Log: AUTHORS updates.
47469      Branch: perl
47470            ! AUTHORS
47471 ____________________________________________________________________________
47472 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
47473         Log: delta updates.
47474      Branch: perl
47475            ! pod/perl572delta.pod
47476 ____________________________________________________________________________
47477 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
47478         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
47479              From: Artur Bergman <artur@contiller.se> 
47480              Date: Tue, 26 Jun 2001 15:32:53 +0200
47481              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
47482      Branch: perl
47483            ! makedef.pl sv.c sv.h win32/perllib.c
47484 ____________________________________________________________________________
47485 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
47486         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
47487              From: Jonathan Stowe <gellyfish@gellyfish.com>
47488              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
47489              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
47490              
47491              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
47492      Branch: perl
47493            + ext/Time/HiRes/hints/sco.pl
47494            ! MANIFEST
47495 ____________________________________________________________________________
47496 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
47497         Log: Subject: [PATCH 5.6.1] static build
47498              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47499              Date: Tue, 26 Jun 2001 04:22:25 -0400
47500              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
47501      Branch: perl
47502            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
47503            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
47504 ____________________________________________________________________________
47505 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
47506         Log: DJGPP patches from Laszlo Molnar.
47507      Branch: perl
47508            ! djgpp/djgpp.c perl.c util.c
47509 ____________________________________________________________________________
47510 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
47511         Log: Netware patches from Ananth Kesari.
47512      Branch: perl
47513            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
47514            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
47515            ! NetWare/nwtinfo.h
47516 ____________________________________________________________________________
47517 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
47518         Log: Detypo.
47519      Branch: perl
47520            ! ext/Errno/Errno_pm.PL
47521 ____________________________________________________________________________
47522 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
47523         Log: There seems to be two ways of spelling the $^O in *STEP.
47524      Branch: perl
47525            ! ext/Errno/Errno_pm.PL
47526 ____________________________________________________________________________
47527 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
47528         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
47529              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
47530      Branch: perl
47531            ! ext/Errno/Errno_pm.PL
47532 ____________________________________________________________________________
47533 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
47534         Log: Known bugs update.
47535      Branch: perl
47536            ! pod/perl572delta.pod
47537 ____________________________________________________________________________
47538 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
47539         Log: The default installation of Cygwin has 500 as root's uid.
47540      Branch: perl
47541            ! lib/User/pwent.t
47542 ____________________________________________________________________________
47543 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
47544         Log: Be even more relaxed (re-allow having only one entry).
47545      Branch: perl
47546            ! t/op/grent.t t/op/pwent.t
47547 ____________________________________________________________________________
47548 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
47549         Log: Test failure updates.
47550      Branch: perl
47551            ! pod/perl572delta.pod
47552 ____________________________________________________________________________
47553 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
47554         Log: MPE/iX test tweaks from Mark Bixby.
47555      Branch: perl
47556            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
47557            ! t/io/fs.t t/op/stat.t
47558 ____________________________________________________________________________
47559 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
47560         Log: Microperl findings.
47561      Branch: perl
47562            ! perl.h pp_sys.c
47563 ____________________________________________________________________________
47564 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
47565         Log: Touch uconfig.h.
47566      Branch: perl
47567            ! uconfig.h
47568 ____________________________________________________________________________
47569 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
47570         Log: Subject: [PATCH] Proposed fix for Pod::Man
47571              From: Rob Napier <rnapier@employees.org>
47572              Date: Mon, 25 Jun 2001 15:49:24 -0400
47573              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
47574              
47575              Cater for Solaris nroff brokenness (shortchanges daisywheel
47576              printers, but hey, we also no more support PDPs.)
47577      Branch: perl
47578            ! lib/Pod/Man.pm
47579 ____________________________________________________________________________
47580 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
47581         Log: Typo in #10937.
47582      Branch: perl
47583            ! ext/POSIX/sigaction.t
47584 ____________________________________________________________________________
47585 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
47586         Log: SIGCONT not trappable in VMS.
47587      Branch: perl
47588            ! ext/POSIX/sigaction.t
47589 ____________________________________________________________________________
47590 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
47591         Log: Subject: [DRAFT] Encode-Tcl.t
47592              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47593              Date: Tue, 26 Jun 2001 03:38:08 +0900
47594              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
47595      Branch: perl
47596            + ext/Encode/Encode/Tcl.t
47597            ! MANIFEST ext/Encode/Encode/Tcl.pm
47598 ____________________________________________________________________________
47599 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
47600         Log: Because of #10932 retract also the perlfunc hunk of #10910.
47601      Branch: perl
47602            ! pod/perlfunc.pod
47603 ____________________________________________________________________________
47604 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
47605         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
47606              by Ilya Zakharevich in
47607              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
47608      Branch: perl
47609            ! XSUB.h
47610 ____________________________________________________________________________
47611 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
47612         Log: Typo in #10889.
47613      Branch: perl
47614            ! hints/uts.sh
47615 ____________________________________________________________________________
47616 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
47617         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
47618              From: Abhijit Menon-Sen <ams@wiw.org>
47619              Date: Mon, 25 Jun 2001 23:45:45 +0530
47620              Message-ID: <20010625234545.A5022@lustre.linux.in>
47621      Branch: perl
47622            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
47623 ____________________________________________________________________________
47624 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
47625         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
47626              From: Michael G Schwern <schwern@pobox.com>
47627              Date: Mon, 25 Jun 2001 14:35:51 -0400
47628              Message-ID: <20010625143551.H13819@blackrider>
47629      Branch: perl
47630            ! lib/Test.pm
47631 ____________________________________________________________________________
47632 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
47633         Log: Update Changes.
47634      Branch: perl
47635            ! Changes patchlevel.h
47636 ____________________________________________________________________________
47637 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
47638         Log: Regen toc and modlib.
47639      Branch: perl
47640            ! pod/perlmodlib.pod pod/perltoc.pod
47641 ____________________________________________________________________________
47642 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
47643         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
47644              for the benefit of C++ compilers, as suggested by Guruprasad.
47645      Branch: perl
47646            ! embed.pl proto.h
47647 ____________________________________________________________________________
47648 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
47649         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
47650              From: Jonathan Stowe <gellyfish@gellyfish.com>
47651              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
47652              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
47653      Branch: perl
47654            ! pod/perlfaq5.pod
47655 ____________________________________________________________________________
47656 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
47657         Log: Missed from #10925.
47658      Branch: perl
47659            ! gv.c
47660 ____________________________________________________________________________
47661 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
47662         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
47663              From: Robin Houston <robin@kitsite.com>
47664              Date: Sat, 19 May 2001 16:19:34 +0100
47665              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
47666      Branch: perl
47667            ! cv.h gv.h op.c
47668 ____________________________________________________________________________
47669 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
47670         Log: Netware README tweak.
47671      Branch: perl
47672            ! README.netware
47673 ____________________________________________________________________________
47674 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
47675         Log: Subject: [PATCH] Re: overload.t fails
47676              From: Abhijit Menon-Sen <ams@wiw.org>
47677              Date: Mon, 25 Jun 2001 14:52:20 +0530
47678              Message-ID: <20010625145220.A24114@lustre.linux.in>
47679      Branch: perl
47680            ! lib/overload.t
47681 ____________________________________________________________________________
47682 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
47683         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
47684              From: Mike Guy <mjtg@cam.ac.uk>
47685              Date: Mon, 25 Jun 2001 11:43:23 +0100
47686              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
47687      Branch: perl
47688            ! lib/Carp.pm
47689 ____________________________________________________________________________
47690 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
47691         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
47692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47693              Date: Sun, 24 Jun 2001 05:17:05 -0400
47694              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
47695      Branch: perl
47696            ! os2/os2ish.h
47697 ____________________________________________________________________________
47698 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
47699         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
47700              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47701              Date: Mon, 25 Jun 2001 05:52:27 -0400
47702              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
47703      Branch: perl
47704            ! hints/os2.sh
47705 ____________________________________________________________________________
47706 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
47707         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
47708              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47709              Date: Mon, 25 Jun 2001 05:23:35 -0400
47710              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
47711      Branch: perl
47712            ! os2/os2.c
47713 ____________________________________________________________________________
47714 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
47715         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
47716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47717              Date: Mon, 25 Jun 2001 05:04:32 -0400
47718              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
47719      Branch: perl
47720            ! os2/OS2/REXX/DLL/DLL.pm
47721 ____________________________________________________________________________
47722 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
47723         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
47724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47725              Date: Mon, 25 Jun 2001 05:02:36 -0400
47726              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
47727      Branch: perl
47728            ! mg.c os2/dl_os2.c os2/os2.c
47729 ____________________________________________________________________________
47730 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
47731         Log: Subject: Re: [PATCH 5.6.1] misprints
47732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47733              Date: Mon, 25 Jun 2001 04:50:50 -0400
47734              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
47735      Branch: perl
47736            ! os2/os2.c pp_sys.c
47737 ____________________________________________________________________________
47738 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
47739         Log: Add Test::More and Test::Simple to the delta.
47740      Branch: perl
47741            ! pod/perl572delta.pod
47742 ____________________________________________________________________________
47743 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
47744         Log: Add Test::More, from Michael G Schwern.
47745      Branch: perl
47746            + lib/Test/More.pm lib/Test/More/t/More.t
47747            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
47748            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
47749            + t/lib/Test/More/Catch.pm
47750            ! MANIFEST
47751 ____________________________________________________________________________
47752 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
47753         Log: Add Test::Simple from Michael G Schwern.
47754      Branch: perl
47755            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
47756            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
47757            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
47758            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
47759            + t/lib/Test/Simple/Catch.pm
47760            + t/lib/Test/Simple/sample_tests/death.plx
47761            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
47762            + t/lib/Test/Simple/sample_tests/extras.plx
47763            + t/lib/Test/Simple/sample_tests/five_fail.plx
47764            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
47765            + t/lib/Test/Simple/sample_tests/one_fail.plx
47766            + t/lib/Test/Simple/sample_tests/require.plx
47767            + t/lib/Test/Simple/sample_tests/success.plx
47768            + t/lib/Test/Simple/sample_tests/too_few.plx
47769            + t/lib/Test/Simple/sample_tests/two_fail.plx
47770            ! MANIFEST
47771 ____________________________________________________________________________
47772 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
47773         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
47774              From: "Craig A. Berry" <craigberry@mac.com>
47775              Date: Sun, 24 Jun 2001 23:41:36 -0500
47776              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
47777      Branch: perl
47778            ! pp_sys.c
47779 ____________________________________________________________________________
47780 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
47781         Log: Upgrade to Attribute::Handlers 0.70.
47782      Branch: perl
47783            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
47784            ! MANIFEST lib/Attribute/Handlers.pm
47785 ____________________________________________________________________________
47786 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
47787         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
47788              From: Abhijit Menon-Sen <ams@wiw.org>
47789              Date: Sat, 23 Jun 2001 05:17:44 +0530
47790              Message-ID: <20010623051744.A18583@lustre.linux.in>
47791              
47792              (Can't think of a good place to put tests.)
47793      Branch: perl
47794            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
47795 ____________________________________________________________________________
47796 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
47797         Log: Subject: [PATCH] t/op/pat.t typo fix
47798              From: Richard Soderberg <rs@crystalflame.net>
47799              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
47800              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
47801      Branch: perl
47802            ! t/op/pat.t
47803 ____________________________________________________________________________
47804 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
47805         Log: Move the pack warnings to their own file, as pointed
47806              out by Spider.
47807      Branch: perl
47808            + t/lib/warnings/pp_pack
47809            ! MANIFEST t/lib/warnings/pp
47810 ____________________________________________________________________________
47811 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
47812         Log: Update Changes.
47813      Branch: perl
47814            ! Changes patchlevel.h
47815 ____________________________________________________________________________
47816 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
47817         Log: Partially fix a problem noticed by IRIX compiler:
47818              the initialization of parse_start was bypassed by
47819              several gotos.  Now initialized to zero, which may
47820              not be the best choice.
47821      Branch: perl
47822            ! regcomp.c
47823 ____________________________________________________________________________
47824 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
47825         Log: Relax the group and password tests back to moaning only
47826              if no matches at all are found.  (Even with a small sample
47827              I could find many sites where there are, umm, anomalies in
47828              the said databases.)       
47829      Branch: perl
47830            ! t/op/grent.t t/op/pwent.t
47831 ____________________________________________________________________________
47832 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
47833         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
47834      Branch: perl
47835            ! pp_ctl.c
47836 ____________________________________________________________________________
47837 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
47838         Log: De-cut-and-pasto in #10902.
47839      Branch: perl
47840            ! pp_ctl.c
47841 ____________________________________________________________________________
47842 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
47843         Log: The #10771 didn't take?
47844      Branch: perl
47845            ! pp_ctl.c
47846 ____________________________________________________________________________
47847 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
47848         Log: Undo the filetests part of #10900, under multiplicity
47849              weird errors take place.
47850      Branch: perl
47851            ! pp_sys.c
47852 ____________________________________________________________________________
47853 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
47854         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
47855      Branch: perl
47856            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
47857 ____________________________________________________________________________
47858 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
47859         Log: (Replaced by #10922)
47860              
47861              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
47862              From: Tony Bowden <tony@kasei.com>
47863              Date: Sun, 24 Jun 2001 17:32:40 +0100
47864              Message-ID: <20010624173240.A16293@blackstar.co.uk>
47865              
47866              Document (well, mention) shortmess() and longmess()
47867              to rob people of their fun of reinventing the wheel.
47868      Branch: perl
47869            ! lib/Carp.pm
47870 ____________________________________________________________________________
47871 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
47872         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
47873              From: Brian Jepson <bjepson@oreilly.com>
47874              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
47875              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
47876      Branch: perl
47877            ! pp_sys.c
47878 ____________________________________________________________________________
47879 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
47880         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
47881              From: Robin Barker <rmb1@cise.npl.co.uk> 
47882              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
47883              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
47884      Branch: perl
47885            ! lib/CPAN.pm
47886 ____________________________________________________________________________
47887 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
47888         Log: Memoize patch from mjd.
47889      Branch: perl
47890            ! lib/Memoize/t/tie_storable.t
47891 ____________________________________________________________________________
47892 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
47893         Log: Spec the sv_pvprintify() a bit more.
47894      Branch: perl
47895            ! pod/perltodo.pod
47896 ____________________________________________________________________________
47897 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
47898         Log: Upgrade to Memoize 0.65.
47899      Branch: perl
47900            + lib/Memoize/t/array_confusion.t
47901            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
47902            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
47903            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
47904            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
47905            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
47906            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
47907            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
47908            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
47909            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
47910            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
47911            ! lib/Memoize/t/tie_storable.t
47912 ____________________________________________________________________________
47913 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
47914         Log: Metaconfig unit change for #10892.
47915      Branch: metaconfig
47916            ! U/modified/Options.U
47917 ____________________________________________________________________________
47918 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
47919         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
47920              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47921              Date: Sun, 24 Jun 2001 05:24:40 -0400
47922              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
47923      Branch: perl
47924            ! Configure hints/os2.sh
47925 ____________________________________________________________________________
47926 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
47927         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
47928              From: Mike Guy <mjtg@cam.ac.uk>
47929              Date: Sun, 24 Jun 2001 15:28:39 +0100
47930              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
47931              
47932              Fix an ancient (5.002) bug.
47933      Branch: perl
47934            ! lib/Carp/Heavy.pm
47935 ____________________________________________________________________________
47936 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
47937         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
47938              variables.
47939      Branch: perl
47940            ! pp_sys.c
47941 ____________________________________________________________________________
47942 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
47943         Log: Make UTS as per #10888.
47944      Branch: perl
47945            ! hints/uts.sh
47946 ____________________________________________________________________________
47947 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
47948         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
47949      Branch: perl
47950            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
47951            ! mpeix/mpeixish.h perl.h unixish.h
47952 ____________________________________________________________________________
47953 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
47954         Log: AUTHORS update.
47955      Branch: perl
47956            ! AUTHORS
47957 ____________________________________________________________________________
47958 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
47959         Log: Subject: Encode::Tcl for multibyte doesnot work
47960              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47961              Date: Sun, 24 Jun 2001 22:48:21 +0900
47962              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
47963      Branch: perl
47964            ! ext/Encode/Encode/Tcl.pm
47965 ____________________________________________________________________________
47966 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
47967         Log: Subject: [PATCH] Remove tautology in error messages
47968              From: Mike Guy <mjtg@cam.ac.uk>
47969              Date: Sun, 24 Jun 2001 13:31:00 +0100
47970              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
47971      Branch: perl
47972            ! pp_sys.c
47973 ____________________________________________________________________________
47974 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
47975         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
47976      Branch: perl
47977            ! hints/darwin.sh
47978 ____________________________________________________________________________
47979 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
47980         Log: Subject: Re: [PATCH 5.6.1] test suite
47981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47982              Date: Sun, 24 Jun 2001 05:47:05 -0400
47983              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
47984              
47985              Test suite fixes.
47986      Branch: perl
47987            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
47988 ____________________________________________________________________________
47989 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
47990         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
47991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47992              Date: Sun, 24 Jun 2001 05:37:19 -0400
47993              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
47994      Branch: perl
47995            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
47996 ____________________________________________________________________________
47997 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
47998         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
47999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48000              Date: Sun, 24 Jun 2001 05:34:50 -0400
48001              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
48002              
48003              Pacify compiler warnings.
48004      Branch: perl
48005            ! pp_sys.c
48006 ____________________________________________________________________________
48007 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
48008         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
48009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48010              Date: Sun, 24 Jun 2001 05:21:18 -0400
48011              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
48012              
48013              Enable compression of executables during link time.
48014      Branch: perl
48015            ! hints/os2.sh
48016 ____________________________________________________________________________
48017 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
48018         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
48019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48020              Date: Sun, 24 Jun 2001 05:15:11 -0400
48021              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
48022              
48023              Add ordinals to the export list for Perl DLL.
48024              (Breaks intra-version DLL compatibility.)
48025      Branch: perl
48026            ! makedef.pl
48027 ____________________________________________________________________________
48028 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
48029         Log: Allow (displaying and) re-editing the Subject in perlbug.
48030              Also abstract the Subject quality control into a function.
48031      Branch: perl
48032            ! utils/perlbug.PL
48033 ____________________________________________________________________________
48034 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
48035         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
48036      Branch: perl
48037            ! utils/perlbug.PL
48038 ____________________________________________________________________________
48039 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
48040         Log: Regen toc and modlib.
48041      Branch: perl
48042            ! pod/perlmodlib.pod pod/perltoc.pod
48043 ____________________________________________________________________________
48044 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
48045         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
48046              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
48047              attribute semantics as much as possible, or 'ntsec' which uses
48048              native NTFS semantics.)  (See also #10877.)
48049      Branch: perl
48050            ! perl.c
48051 ____________________________________________________________________________
48052 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
48053         Log: (Retracted by #11586)
48054              
48055              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
48056      Branch: perl
48057            ! lib/Test/Harness.pm
48058 ____________________________________________________________________________
48059 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
48060         Log: Just zap the -uPerlio.
48061      Branch: perl
48062            ! ext/B/Stash.t
48063 ____________________________________________________________________________
48064 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
48065         Log: Do not test PerlIO if PerlIO not used.
48066      Branch: perl
48067            ! ext/PerlIO/PerlIO.t
48068 ____________________________________________________________________________
48069 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
48070         Log: Regen perlapi.
48071      Branch: perl
48072            ! pod/perlapi.pod
48073 ____________________________________________________________________________
48074 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
48075         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
48076              From: Nicholas Clark <nick@ccl4.org>
48077              Date: Sat, 23 Jun 2001 22:55:47 +0100
48078              Message-ID: <20010623225547.Z98663@plum.flirble.org>
48079      Branch: perl
48080            ! numeric.c
48081 ____________________________________________________________________________
48082 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
48083         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
48084              From: Prymmer/Kahn <pvhp@best.com>
48085              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
48086              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
48087      Branch: perl
48088            ! lib/h2xs.t
48089 ____________________________________________________________________________
48090 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
48091         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
48092              cygwin does not taint cwd, just like win32.
48093      Branch: perl
48094            ! lib/File/Find/taint.t t/op/taint.t
48095 ____________________________________________________________________________
48096 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
48097         Log: Retract #10865, the patch should be unnecessary.
48098              (But seemingly helpful in Cygwin?  Strange.)
48099      Branch: perl
48100            ! lib/Memoize/t/tie_ndbm.t
48101 ____________________________________________________________________________
48102 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
48103         Log: Misplaced test file; plus Cygwin filesystem semantics.
48104      Branch: perl
48105            + ext/SDBM_File/sdbm.t
48106            - ext/ODBM_File/sdbm.t
48107            ! MANIFEST
48108 ____________________________________________________________________________
48109 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
48110         Log: (Retracted by #10867.)
48111      Branch: perl
48112            ! lib/Memoize/t/tie_ndbm.t
48113 ____________________________________________________________________________
48114 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
48115         Log: Metaconfig unit change for #10863.
48116      Branch: metaconfig/U/perl
48117            ! Extensions.U
48118 ____________________________________________________________________________
48119 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
48120         Log: In Cygwin do not build NDBM_File and ODBM_File unless
48121              -lndbm and -ldbm are available.
48122      Branch: perl
48123            ! Configure config_h.SH
48124 ____________________________________________________________________________
48125 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
48126         Log: More Cygwin filesystem semantics.
48127      Branch: perl
48128            ! t/io/fs.t t/op/stat.t
48129 ____________________________________________________________________________
48130 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
48131         Log: More DOSish permission semantics for Cygwin.
48132      Branch: perl
48133            ! lib/AnyDBM_File.t
48134 ____________________________________________________________________________
48135 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
48136         Log: Cygwin too has different permission semantics.
48137      Branch: perl
48138            ! ext/GDBM_File/gdbm.t
48139 ____________________________________________________________________________
48140 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
48141         Log: The group (and assumedly passwd) databases can have
48142              only one entry (this is the case in cygwin).
48143      Branch: perl
48144            ! t/op/grent.t t/op/pwent.t
48145 ____________________________________________________________________________
48146 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
48147         Log: Also in Cygwin use Socket to figure out domainname
48148              (if any) (avoids trying to call external 'domainname',
48149              which doesn't at the moment exist in Cygwin)
48150      Branch: perl
48151            ! lib/Net/Domain.pm
48152 ____________________________________________________________________________
48153 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
48154         Log: Remove also the lib$Foo.def, not just $Foo.def.
48155      Branch: perl
48156            ! lib/ExtUtils/MM_Unix.pm
48157 ____________________________________________________________________________
48158 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
48159         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
48160      Branch: perl
48161            ! unixish.h
48162 ____________________________________________________________________________
48163 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
48164         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
48165              to match the whole isprint(), only the space character.
48166      Branch: perl
48167            ! handy.h pod/perlre.pod t/op/pat.t
48168 ____________________________________________________________________________
48169 [ 10854] By: nick                                  on 2001/06/23  08:09:33
48170         Log: Integrate mainline
48171      Branch: perlio
48172           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
48173           !> lib/ExtUtils.t lib/File/Find/taint.t
48174           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
48175           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
48176           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
48177 ____________________________________________________________________________
48178 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
48179         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
48180              with its floats    in os390 and s390 (UTS).
48181      Branch: perl
48182            ! lib/Math/BigInt/t/bigintpm.t
48183 ____________________________________________________________________________
48184 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
48185         Log: Add also UTS (s390) to the non-IEEE float platforms.
48186      Branch: perl
48187            ! t/op/sprintf.t
48188 ____________________________________________________________________________
48189 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
48190         Log: Subject: RFC: what are applicable standards for exponent sizes?
48191              From: Peter Prymmer <pvhp@forte.com>
48192              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
48193              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
48194      Branch: perl
48195            ! t/op/sprintf.t
48196 ____________________________________________________________________________
48197 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
48198         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
48199              From: Peter Prymmer <pvhp@forte.com>
48200              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
48201              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
48202      Branch: perl
48203            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
48204 ____________________________________________________________________________
48205 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
48206         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
48207              From: Peter Prymmer <pvhp@forte.com>
48208              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
48209              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
48210      Branch: perl
48211            ! lib/ExtUtils.t
48212 ____________________________________________________________________________
48213 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
48214         Log: Retract #10845.
48215      Branch: perl
48216            ! lib/File/Find/taint.t
48217 ____________________________________________________________________________
48218 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
48219         Log: Yet another error message.
48220      Branch: perl
48221            ! t/op/mkdir.t
48222 ____________________________________________________________________________
48223 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
48224         Log: The croak message for nonexistent socket functions may vary.
48225      Branch: perl
48226            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
48227 ____________________________________________________________________________
48228 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
48229         Log: (Retracted by #10848.)
48230      Branch: perl
48231            ! lib/File/Find/taint.t
48232 ____________________________________________________________________________
48233 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
48234         Log: Integrate perlio:
48235              
48236              [ 10843]
48237              Back out debug in taint.t
48238              
48239              [ 10841]
48240              Skip cwd test on Win32 ???
48241              
48242              [ 10836]
48243              Skip |- based op/write.t on Win32 as well as VMS
48244      Branch: perl
48245           !> lib/File/Find/taint.t t/op/write.t
48246 ____________________________________________________________________________
48247 [ 10843] By: nick                                  on 2001/06/22  21:24:51
48248         Log: Back out debug in taint.t
48249      Branch: perlio
48250            ! lib/File/Find/taint.t
48251 ____________________________________________________________________________
48252 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
48253         Log: setitimer() does not exist in Unicos, despite of what
48254              Configure thinks, from Mark P. Lutz.
48255      Branch: perl
48256            ! hints/unicos.sh
48257 ____________________________________________________________________________
48258 [ 10841] By: nick                                  on 2001/06/22  21:19:36
48259         Log: Skip cwd test on Win32 ???
48260      Branch: perlio
48261            ! lib/File/Find/taint.t
48262 ____________________________________________________________________________
48263 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
48264         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
48265              and Tru64 gcc -Wall happy.
48266      Branch: perl
48267            ! mg.c
48268 ____________________________________________________________________________
48269 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
48270         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
48271      Branch: perl
48272            ! ext/IPC/SysV/Semaphore.pm
48273 ____________________________________________________________________________
48274 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
48275         Log: Metaconfig unit change for #10837.
48276      Branch: metaconfig/U/perl
48277            ! Cross.U
48278 ____________________________________________________________________________
48279 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
48280         Log: Cleanup of the cross-compilation unit.
48281      Branch: perl
48282            ! Configure
48283 ____________________________________________________________________________
48284 [ 10836] By: nick                                  on 2001/06/22  20:45:12
48285         Log: Skip |- based op/write.t on Win32 as well as VMS
48286      Branch: perlio
48287            ! t/op/write.t
48288 ____________________________________________________________________________
48289 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
48290         Log: Integrate perlio:
48291              
48292              [ 10833]
48293              Patcho fix.
48294      Branch: perl
48295           !> util.c
48296 ____________________________________________________________________________
48297 [ 10834] By: nick                                  on 2001/06/22  20:41:54
48298         Log: Integrate mainline
48299      Branch: perlio
48300           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48301           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
48302           !> vos/config.ga.h
48303 ____________________________________________________________________________
48304 [ 10833] By: nick                                  on 2001/06/22  20:22:58
48305         Log: Patcho fix.
48306      Branch: perlio
48307            ! util.c
48308 ____________________________________________________________________________
48309 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
48310         Log: Metaconfig unit changes for #10831.
48311      Branch: metaconfig
48312            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
48313 ____________________________________________________________________________
48314 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
48315         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
48316              From: Andy Dougherty <doughera@lafayette.edu>
48317              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
48318              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
48319      Branch: perl
48320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48321            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
48322 ____________________________________________________________________________
48323 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
48324         Log: MPE/iX prototype nits from Mark Bixby.
48325      Branch: perl
48326            ! pp_sys.c
48327 ____________________________________________________________________________
48328 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
48329         Log: Detypo.
48330      Branch: perl
48331            ! util.c
48332 ____________________________________________________________________________
48333 [ 10828] By: nick                                  on 2001/06/22  15:33:37
48334         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
48335      Branch: perlio
48336           +> lib/h2xs.t
48337           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
48338           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
48339           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
48340           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
48341           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48342           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
48343           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
48344           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
48345           !> vms/vmsish.h
48346 ____________________________________________________________________________
48347 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
48348         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
48349              Date: Fri, 22 Jun 2001 10:08:35 -0500
48350              From: "Craig A. Berry" <craigberry@mac.com>
48351              Message-Id: <a05101001b75908704194@[192.168.56.145]>
48352      Branch: perl
48353            ! vms/vms.c vms/vmsish.h
48354 ____________________________________________________________________________
48355 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
48356         Log: NetWare scripts tweak from Ananth Kesari.
48357      Branch: perl
48358            ! NetWare/t/NWScripts.pl
48359 ____________________________________________________________________________
48360 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
48361         Log: Update Changes.
48362      Branch: perl
48363            ! Changes patchlevel.h
48364 ____________________________________________________________________________
48365 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
48366         Log: Add .i and .s targets.
48367      Branch: perl
48368            ! Makefile.SH
48369 ____________________________________________________________________________
48370 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
48371         Log: Upgrade to Locale::Maketext 1.03.
48372      Branch: perl
48373            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48374            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
48375 ____________________________________________________________________________
48376 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
48377         Log: Upgrade to I18N::LangTags 0.26.
48378      Branch: perl
48379            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
48380            ! lib/I18N/LangTags/test.pl
48381 ____________________________________________________________________________
48382 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
48383         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
48384              Philip Newton.
48385      Branch: perl
48386            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
48387            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48388 ____________________________________________________________________________
48389 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
48390         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
48391              From: Prymmer/Kahn <pvhp@best.com>
48392              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
48393              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
48394      Branch: perl
48395            + lib/h2xs.t
48396            ! MANIFEST utils/h2xs.PL
48397 ____________________________________________________________________________
48398 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
48399         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
48400              From: Prymmer/Kahn <pvhp@best.com>
48401              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
48402              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
48403      Branch: perl
48404            ! lib/ExtUtils.t
48405 ____________________________________________________________________________
48406 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
48407         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
48408              From: Prymmer/Kahn <pvhp@best.com>
48409              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
48410              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
48411      Branch: perl
48412            ! t/pod/plainer.t
48413 ____________________________________________________________________________
48414 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
48415         Log: AUTHORS update.
48416      Branch: perl
48417            ! AUTHORS
48418 ____________________________________________________________________________
48419 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
48420         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
48421              From: "Craig A. Berry" <craigberry@mac.com>
48422              Date: Thu, 21 Jun 2001 18:20:38 -0500
48423              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
48424      Branch: perl
48425            ! ext/POSIX/POSIX.xs
48426 ____________________________________________________________________________
48427 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
48428         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
48429              From: "Craig A. Berry" <craigberry@mac.com>
48430              Date: Thu, 21 Jun 2001 09:58:52 -0500
48431              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
48432      Branch: perl
48433            ! ext/B/Deparse.t t/op/write.t
48434 ____________________________________________________________________________
48435 [ 10814] By: nick                                  on 2001/06/22  08:13:09
48436         Log: Integrate mainline.
48437      Branch: perlio
48438           !> (integrate 46 files)
48439 ____________________________________________________________________________
48440 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
48441         Log: Change the prefixes only if $prefix is unset,
48442              as originally patched by Marcel Grunauer.
48443      Branch: perl
48444            ! hints/darwin.sh hints/rhapsody.sh
48445 ____________________________________________________________________________
48446 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
48447         Log: Subject: Re: Patch for hints/darwin.sh
48448              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
48449              Date: Thu, 21 Jun 2001 11:23:46 -0700
48450              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
48451      Branch: perl
48452            ! hints/darwin.sh hints/rhapsody.sh
48453 ____________________________________________________________________________
48454 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
48455         Log: Add .PHONY targets for non-file targets,
48456              from Wilfredo Sánchez.  Should help saying
48457              "make install" on case-insensitive filesystems.
48458      Branch: perl
48459            ! Makefile.SH
48460 ____________________________________________________________________________
48461 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
48462         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
48463              From: Doug MacEachern <dougm@covalent.net>
48464              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
48465              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
48466              
48467              plus reword the getcwd() comment, plus use getcwd() buffer
48468              size minus one.
48469      Branch: perl
48470            ! util.c
48471 ____________________________________________________________________________
48472 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
48473         Log: More gprofing from Doug MacEachern.
48474      Branch: perl
48475            ! Makefile.SH
48476 ____________________________________________________________________________
48477 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
48478         Log: Metaconfig unit change for #10807.
48479      Branch: metaconfig/U/perl
48480            ! d_sfio.U
48481 ____________________________________________________________________________
48482 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
48483         Log: Tell that you are removing the unneeded -lsfio.
48484      Branch: perl
48485            ! Configure
48486 ____________________________________________________________________________
48487 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
48488         Log: More MPE/iX tweaks from Mark Bixby.
48489      Branch: perl
48490            ! perl.c t/op/magic.t
48491 ____________________________________________________________________________
48492 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
48493         Log: The fchdir() proto is supposed to live in <unistd.h>.
48494      Branch: perl
48495            ! ext/Cwd/Cwd.xs
48496 ____________________________________________________________________________
48497 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
48498         Log: This town is too small for the Cwd extension and me,
48499              it would seem...
48500      Branch: perl
48501            ! ext/Cwd/Cwd.xs
48502 ____________________________________________________________________________
48503 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
48504         Log: Metaconfig unit change for #10802.
48505      Branch: metaconfig/U/perl
48506            ! d_modfl.U
48507 ____________________________________________________________________________
48508 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
48509         Log: More d'ohs.
48510      Branch: perl
48511            ! Configure
48512 ____________________________________________________________________________
48513 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
48514         Log: Off-by-one.  I'm so classic.
48515      Branch: perl
48516            ! util.c
48517 ____________________________________________________________________________
48518 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
48519         Log: Update Changes.
48520      Branch: perl
48521            ! Changes patchlevel.h
48522 ____________________________________________________________________________
48523 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
48524         Log: Subject: Documentation patch for Net::FTP
48525              From: Marcel Grunauer <marcel@codewerk.com>
48526              Date: Wed, 20 Jun 2001 23:03:26 +0200
48527              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
48528      Branch: perl
48529            ! lib/Net/FTP.pm
48530 ____________________________________________________________________________
48531 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
48532         Log: Retract the #10417 mg.c and embed.pl parts because of
48533              strange SEGVs in 64bit x86 FreeBSD observed by
48534              Nicholas Clark.
48535      Branch: perl
48536            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
48537 ____________________________________________________________________________
48538 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
48539         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
48540      Branch: perl
48541            ! Configure NetWare/config.wc NetWare/config_H.wc
48542            ! Porting/Glossary Porting/config.sh Porting/config_H
48543            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48544            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48545            ! vos/config.ga.h win32/config.bc win32/config.gc
48546            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48547            ! win32/config_H.vc
48548 ____________________________________________________________________________
48549 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
48550         Log: Cwd tweak from Doug MacEachern.
48551      Branch: perl
48552            ! ext/Cwd/Cwd.xs
48553 ____________________________________________________________________________
48554 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
48555         Log: Protect the fchdir() and lstat() with ifdefs.
48556              fchdir() needs a Configure probe.
48557      Branch: perl
48558            ! ext/Cwd/Cwd.xs
48559 ____________________________________________________________________________
48560 [ 10794] By: nick                                  on 2001/06/21  17:11:35
48561         Log: Integrate mainline
48562      Branch: perlio
48563           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
48564           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
48565           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
48566           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
48567           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
48568           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
48569           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
48570           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
48571            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
48572            - lib/File/Glob/case.t lib/File/Glob/global.t
48573            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
48574            - lib/File/Temp/posix.t lib/File/Temp/security.t
48575            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
48576            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
48577            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
48578            - lib/Text/Wrap/wrap.t
48579           !> (integrate 41 files)
48580 ____________________________________________________________________________
48581 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
48582         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
48583              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
48584              Date: Thu, 21 Jun 2001 13:04:54 -0500
48585              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
48586      Branch: perl
48587            ! ext/Cwd/Cwd.xs
48588 ____________________________________________________________________________
48589 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
48590         Log: Subject: [PATCH pod] overlong =item
48591              From: Robin Barker <rmb1@cise.npl.co.uk>
48592              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
48593              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
48594      Branch: perl
48595            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
48596            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48597 ____________________________________________________________________________
48598 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
48599         Log: Subject: [PATCH perlio.c] format 
48600              From: Robin Barker <rmb1@cise.npl.co.uk>
48601              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
48602              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
48603      Branch: perl
48604            ! perlio.c
48605 ____________________________________________________________________________
48606 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
48607         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
48608              From: Radu Greab <radu@netsoft.ro>
48609              Date: Thu, 21 Jun 2001 19:06:02 +0300
48610              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
48611      Branch: perl
48612            ! pod/perlapi.pod sv.c
48613 ____________________________________________________________________________
48614 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
48615         Log: The metaconfig unit changes for #10788.
48616      Branch: metaconfig/U/perl
48617            ! Cross.U fflushall.U
48618 ____________________________________________________________________________
48619 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
48620         Log: Cross-configuration changes: make $from to rm the files
48621              before copying them over (this means that he rm can be
48622              removed from the fflushall test), create $targetmkdir      
48623              (not documented in install since it is supposed to internal
48624              use only), make $run to copy over the executable only if
48625              a stamp file .xok doesn't already exist (to avoid unnecessary
48626              copying of the executable)
48627      Branch: perl
48628            ! Configure Makefile.SH
48629 ____________________________________________________________________________
48630 [ 10787] By: nick                                  on 2001/06/21  14:16:18
48631         Log: Integrate mainline
48632      Branch: perlio
48633           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
48634           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
48635           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
48636            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
48637           !> (integrate 34 files)
48638 ____________________________________________________________________________
48639 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
48640         Log: Re-add the files as text.
48641      Branch: perl
48642            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
48643 ____________________________________________________________________________
48644 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
48645         Log: Delete the binary files.
48646      Branch: perl
48647            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
48648 ____________________________________________________________________________
48649 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
48650         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
48651              From: Andy Dougherty <doughera@lafayette.edu>
48652              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
48653              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
48654      Branch: perl
48655            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
48656            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
48657            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
48658            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
48659 ____________________________________________________________________________
48660 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
48661         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
48662              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
48663              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
48664              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
48665              
48666              Setting umask to something friendlier.
48667      Branch: perl
48668            ! installman installperl
48669 ____________________________________________________________________________
48670 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
48671         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
48672              Resort MANIFEST with sort -f, looks much better.
48673      Branch: perl
48674            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
48675            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
48676            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
48677            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
48678            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
48679            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
48680            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
48681            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
48682            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
48683            - lib/File/Glob/case.t lib/File/Glob/global.t
48684            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
48685            - lib/File/Temp/posix.t lib/File/Temp/security.t
48686            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
48687            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
48688            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
48689            - lib/Text/Wrap/wrap.t
48690            ! MANIFEST
48691 ____________________________________________________________________________
48692 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
48693         Log: Upgrade to I18N::LangTags 0.25.
48694      Branch: perl
48695            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
48696            ! lib/I18N/LangTags/List.pm
48697 ____________________________________________________________________________
48698 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
48699         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
48700              From: Richard Soderberg <rs@crystalflame.net>
48701              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
48702              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
48703      Branch: perl
48704            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
48705            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
48706 ____________________________________________________________________________
48707 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
48708         Log: Test obsoleted by change #10777.
48709      Branch: perl
48710            ! t/op/sub_lval.t
48711 ____________________________________________________________________________
48712 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
48713         Log: Case of confused test numbering.
48714      Branch: perl
48715            ! t/op/pat.t
48716 ____________________________________________________________________________
48717 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
48718         Log: Subject: Re: Opinion on undef lvalue
48719              From: Abhijit Menon-Sen <ams@wiw.org>
48720              Date: Sun, 17 Jun 2001 13:04:46 +0530
48721              Message-ID: <20010617130446.B27925@lustre.linux.in>
48722              
48723              Allow lvalue subs to return undef in array context.
48724      Branch: perl
48725            ! pp_hot.c
48726 ____________________________________________________________________________
48727 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
48728         Log: Just a guess that using the same hack for cygwin as
48729              for win32 might help.
48730      Branch: perl
48731            ! lib/File/Find/find.t
48732 ____________________________________________________________________________
48733 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
48734         Log: NetWare tweaks from Guruprasad.
48735      Branch: perl
48736            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
48737            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
48738            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
48739            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
48740 ____________________________________________________________________________
48741 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
48742         Log: Subject: Re: perl@10722: Bogus warnings on REs 
48743              From: Hugo <hv@crypt.compulink.co.uk>
48744              Date: Thu, 21 Jun 2001 09:51:17 +0100
48745              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
48746              
48747              Unroll to avoid a UTS compiler bug.
48748      Branch: perl
48749            ! regcomp.c
48750 ____________________________________________________________________________
48751 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
48752         Log: Subject: Re: [PATCH] Make /o work under i?threads
48753              From: Artur Bergman <artur@contiller.se>
48754              Date: Thu, 21 Jun 2001 14:38:03 +0200
48755              Message-ID: <B757B74A.184D%artur@contiller.se>
48756      Branch: perl
48757            ! t/op/pat.t
48758 ____________________________________________________________________________
48759 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
48760         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
48761              From: Artur Bergman <artur@contiller.se> 
48762              Date: Thu, 21 Jun 2001 14:27:33 +0200
48763              Message-ID: <B757B4D4.1849%artur@contiller.se>
48764              
48765              Plus extra parentheses.
48766      Branch: perl
48767            ! op.h
48768 ____________________________________________________________________________
48769 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
48770         Log: Subject: [PATCH] Make /o work under i?threads
48771              From: Richard Soderberg <rs@crystalflame.net>
48772              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
48773              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
48774      Branch: perl
48775            ! pp_ctl.c
48776 ____________________________________________________________________________
48777 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
48778         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
48779              From: Artur Bergman <artur@contiller.se>
48780              Date: Thu, 21 Jun 2001 14:04:54 +0200
48781              Message-ID: <B757AF86.1842%artur@contiller.se>
48782      Branch: perl
48783            ! op.h
48784 ____________________________________________________________________________
48785 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
48786         Log: Subject: Re: perl@10765: sv.c not OK on win32
48787              From: Artur Bergman <artur@contiller.se>
48788              Date: Thu, 21 Jun 2001 10:31:06 +0200
48789              Message-ID: <B7577D69.182C%artur@contiller.se>
48790      Branch: perl
48791            ! sv.c
48792 ____________________________________________________________________________
48793 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
48794         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
48795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48796              Date: Thu, 21 Jun 2001 06:23:56 -0400
48797              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
48798              
48799              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
48800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48801              Date: Thu, 21 Jun 2001 06:32:21 -0400
48802              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
48803      Branch: perl
48804            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
48805 ____________________________________________________________________________
48806 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
48807         Log: Subject: [PATCH] make syslog test more verbose
48808              From: Robert Spier <rspier@pobox.com>
48809              Date: Thu, 21 Jun 2001 00:54:32 -0400
48810              Message-ID: <15153.32264.295807.333073@rls.cx>
48811      Branch: perl
48812            ! ext/Sys/Syslog/syslog.t
48813 ____________________________________________________________________________
48814 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
48815         Log: Subject: op/study.t refinements
48816              From: Hugo <hv@crypt.compulink.co.uk>
48817              Date: Thu, 21 Jun 2001 00:29:07 +0100
48818              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
48819      Branch: perl
48820            ! t/op/study.t
48821 ____________________________________________________________________________
48822 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
48823         Log: Update Changes.
48824      Branch: perl
48825            ! Changes patchlevel.h
48826 ____________________________________________________________________________
48827 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
48828         Log: Subject: Re: [PATCH] djgpp updates
48829              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
48830              Date: Wed, 20 Jun 2001 10:05:15 +0200
48831              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
48832      Branch: perl
48833            ! djgpp/config.over
48834 ____________________________________________________________________________
48835 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
48836         Log: Fix for ID 20010619.002 "When building hash, hash keys that
48837              are function calls are not being called", from Abhijit.
48838      Branch: perl
48839            ! t/base/lex.t toke.c
48840 ____________________________________________________________________________
48841 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
48842         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
48843      Branch: perl
48844            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
48845            + lib/Locale/Maketext/test.pl
48846            - lib/Locale/Maketext.t
48847            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48848            ! lib/Locale/Maketext/TPJ13.pod
48849 ____________________________________________________________________________
48850 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
48851         Log: Metaconfig unit change for #10760.
48852      Branch: metaconfig
48853            ! U/modified/Cppsym.U
48854 ____________________________________________________________________________
48855 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
48856         Log: Do not remove the ccsym* Cppsym* files since
48857              they are useful for metaconfig units coming after us.
48858              (This is the Configure nit mentioned in #10752.)
48859      Branch: perl
48860            ! Configure
48861 ____________________________________________________________________________
48862 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
48863         Log: Update to I18N::LangTags 0.24, from Sean Burke.
48864      Branch: perl
48865            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
48866            + lib/I18N/LangTags/README
48867            - lib/I18N/LangTags/List.pod
48868            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
48869 ____________________________________________________________________________
48870 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
48871         Log: Regen headers.
48872      Branch: perl
48873            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
48874            ! pod/perlapi.pod proto.h
48875 ____________________________________________________________________________
48876 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
48877         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
48878              From: Artur Bergman <artur@contiller.se>
48879              Date: Wed, 20 Jun 2001 11:31:32 +0200
48880              Message-ID: <B7563A14.17D8%artur@contiller.se>
48881      Branch: perl
48882            ! embed.pl hv.c intrpvar.h sv.c sv.h
48883 ____________________________________________________________________________
48884 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
48885         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
48886              From: Tim Sweetman <tim@aldigital.co.uk> 
48887              Date: Wed, 13 Jun 2001 14:25:17 +0100 
48888              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
48889      Branch: perl
48890            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
48891 ____________________________________________________________________________
48892 [ 10755] By: nick                                  on 2001/06/20  16:12:37
48893         Log: Integrate mainline
48894      Branch: perlio
48895           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
48896           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
48897           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
48898           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
48899           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
48900           !> t/op/study.t util.c
48901 ____________________________________________________________________________
48902 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
48903         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
48904              but not Makefile)
48905      Branch: maint-5.6/perl
48906            ! win32/Makefile
48907 ____________________________________________________________________________
48908 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
48909         Log: Security tweak on readlink().
48910      Branch: perl
48911            ! pp_sys.c
48912 ____________________________________________________________________________
48913 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
48914         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
48915      Branch: perl
48916            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
48917            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
48918            ! mpeix/relink t/op/pwent.t
48919 ____________________________________________________________________________
48920 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
48921         Log: Reinstate #10725 (with probe for alarm()).
48922      Branch: perl
48923            ! t/op/study.t
48924 ____________________________________________________________________________
48925 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
48926         Log: Replace our implementation of realpath() with OpenBSD's
48927              (src/lib/libc/stdlib/realpath.c 1.4).
48928      Branch: perl
48929            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
48930            ! pod/perldiag.pod proto.h util.c
48931 ____________________________________________________________________________
48932 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
48933         Log: Integrate perlio:
48934              
48935              [ 10747]
48936              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
48937      Branch: perl
48938           !> perlio.c
48939 ____________________________________________________________________________
48940 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
48941         Log: No point in going into memory-saving contortions
48942              with getcwd() since there's a danger of buffer overflow.
48943              Also make the POSIX extension to use sv_getcwd().
48944              Finally, a missed proto.h fragment.
48945      Branch: perl
48946            ! ext/POSIX/POSIX.xs proto.h util.c
48947 ____________________________________________________________________________
48948 [ 10747] By: nick                                  on 2001/06/20  12:38:26
48949         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
48950      Branch: perlio
48951            ! perlio.c
48952 ____________________________________________________________________________
48953 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
48954         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
48955              From: Graham Barr <gbarr@pobox.com>
48956              Date: Wed, 20 Jun 2001 11:05:49 +0100
48957              Message-ID: <20010620110549.I19188@pobox.com>
48958              
48959              reported in        
48960              
48961              Subject: Bug in IO::Socket::INET module (repeat)
48962              From: "Harmon S. Nine" <hnine@netarx.com>
48963              Date: Tue, 19 Jun 2001 09:41:35 -0400
48964              Message-ID: <3B2F568F.8080605@netarx.com>
48965              
48966              The bug was that the IO::Socket::INET constructor
48967              did not allow a 'LocalPort' of 0.
48968      Branch: perl
48969            ! ext/IO/lib/IO/Socket/INET.pm
48970 ____________________________________________________________________________
48971 [ 10745] By: nick                                  on 2001/06/20  08:56:39
48972         Log: Integrate mainline.
48973      Branch: perlio
48974           !> (integrate 37 files)
48975 ____________________________________________________________________________
48976 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
48977         Log: After some reading I don't think we can blindly
48978              use systems' realpath().  Too many security problems,
48979              too many buggy implementations.
48980              
48981              TODO: the realpath() emulation code in util.c doesn't
48982              seem fully operational?  (readlink(), for example?)
48983      Branch: perl
48984            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
48985            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
48986            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
48987            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
48988            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
48989            ! win32/config_H.gc win32/config_H.vc
48990 ____________________________________________________________________________
48991 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
48992         Log: Metaconfig unit change for #10738.
48993      Branch: metaconfig
48994            ! U/compline/d_gconvert.U
48995 ____________________________________________________________________________
48996 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
48997         Log: Integrate change #10739 from maintperl:
48998              
48999              C<eval "/x$\r\n/x"> fails to compile correctly 
49000      Branch: perl
49001           !> t/op/pat.t toke.c
49002 ____________________________________________________________________________
49003 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
49004         Log: Retract #10725 (Hugo asked NOT to apply the patch)
49005      Branch: perl
49006            ! t/op/study.t
49007 ____________________________________________________________________________
49008 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
49009         Log: The test.third results were funnily named because of the
49010              new test scheme.
49011      Branch: perl
49012            ! t/TEST
49013 ____________________________________________________________________________
49014 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
49015         Log: C<eval "/x$\r\n/x"> fails to compile correctly
49016      Branch: maint-5.6/perl
49017            ! t/op/pat.t toke.c
49018 ____________________________________________________________________________
49019 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
49020         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
49021              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49022              Date: Tue, 19 Jun 2001 19:15:40 -0400
49023              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
49024              
49025              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
49026              because "1e+129" being expected but "1.e+129" being returned.
49027              The culprit (at least in Tru64) is the use of gcvt().
49028      Branch: perl
49029            ! Configure
49030 ____________________________________________________________________________
49031 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
49032         Log: Subject: [PATCH perl@10722] test hunting on VMS
49033              From: "Craig A. Berry" <craigberry@mac.com>
49034              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
49035              Date: Tue, 19 Jun 2001 18:59:01 -0500
49036      Branch: perl
49037            ! vms/test.com
49038 ____________________________________________________________________________
49039 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
49040         Log: Subject: [PATCH] s/typos//
49041              From: Abhijit Menon-Sen <ams@wiw.org>
49042              Date: Wed, 20 Jun 2001 02:15:02 +0530
49043              Message-ID: <20010620021502.A14541@lustre.linux.in>
49044              
49045              Without the op.h s/bearword/bareword/ hunk, see
49046              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
49047      Branch: perl
49048            ! util.c
49049 ____________________________________________________________________________
49050 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
49051         Log: Metaconfig unit change for #10732 and #10733.
49052      Branch: metaconfig/U/perl
49053            ! fflushall.U
49054 ____________________________________________________________________________
49055 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
49056         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
49057              From: "Craig A. Berry" <craigberry@mac.com>
49058              Date: Tue, 19 Jun 2001 17:19:48 -0500
49059              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
49060      Branch: perl
49061            ! configure.com vms/descrip_mms.template
49062 ____________________________________________________________________________
49063 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
49064         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
49065              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49066              Date: Tue, 19 Jun 2001 16:48:07 -0400
49067              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
49068              
49069              Further fixes to fflush(NULL) detection.
49070      Branch: perl
49071            ! Configure
49072 ____________________________________________________________________________
49073 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
49074         Log: AIX test -s hangs with non-existent files?
49075              (A genuine logic bug in Configure, but AIX also broken?)
49076      Branch: perl
49077            ! Configure
49078 ____________________________________________________________________________
49079 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
49080         Log: AUTHORS updates.
49081      Branch: perl
49082            ! AUTHORS
49083 ____________________________________________________________________________
49084 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
49085         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
49086              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49087              Date: Tue, 19 Jun 2001 15:33:25 -0400
49088              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
49089      Branch: perl
49090            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
49091            ! t/lib/warnings/pp
49092 ____________________________________________________________________________
49093 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
49094         Log: Integrate perlio:
49095              
49096              [ 10728]
49097              Hack File/Find/find.t to use File::Spec::Unix on Win32.
49098      Branch: perl
49099           !> lib/File/Find/find.t win32/distclean.bat
49100 ____________________________________________________________________________
49101 [ 10728] By: nick                                  on 2001/06/19  18:24:53
49102         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
49103      Branch: perlio
49104            ! lib/File/Find/find.t win32/distclean.bat
49105 ____________________________________________________________________________
49106 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
49107         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
49108              also add information how to find out whether one has PerlIO.
49109      Branch: perl
49110            ! pod/perlfunc.pod
49111 ____________________________________________________________________________
49112 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
49113         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
49114              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
49115              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
49116              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
49117      Branch: perl
49118            ! pod/perlfunc.pod
49119 ____________________________________________________________________________
49120 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
49121         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
49122              From: Hugo <hv@crypt.compulink.co.uk>
49123              Date: Tue, 19 Jun 2001 12:37:30 +0100
49124              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
49125      Branch: perl
49126            ! t/op/study.t
49127 ____________________________________________________________________________
49128 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
49129         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
49130              From: Hugo <hv@crypt.compulink.co.uk>
49131              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
49132              Date: Tue, 19 Jun 2001 13:15:17 +0100
49133      Branch: perl
49134            ! util.c
49135 ____________________________________________________________________________
49136 [ 10723] By: nick                                  on 2001/06/19  14:46:15
49137         Log: Integrate mainline
49138      Branch: perlio
49139           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
49140           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
49141           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
49142           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
49143           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
49144           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
49145            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
49146            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
49147            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
49148            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
49149            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
49150            - ext/Thread/unsync4.t
49151           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
49152           !> djgpp/config.over djgpp/fixpmain
49153           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
49154           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
49155           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
49156 ____________________________________________________________________________
49157 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
49158         Log: Update Changes.
49159      Branch: perl
49160            ! Changes patchlevel.h
49161 ____________________________________________________________________________
49162 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
49163         Log: The existence shall be MANIFESted.
49164      Branch: perl
49165            ! MANIFEST
49166 ____________________________________________________________________________
49167 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
49168         Log: The old libnet.cfg is first searched from the current directory,
49169              only then from the module path.
49170      Branch: perl
49171            ! utils/libnetcfg.PL
49172 ____________________________________________________________________________
49173 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
49174         Log: NetWare tweaks from Guruprasad.
49175      Branch: perl
49176            ! NetWare/Makefile NetWare/config.wc
49177 ____________________________________________________________________________
49178 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
49179         Log: Subject: [PATCH] djgpp updates
49180              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
49181              Date: Tue, 19 Jun 2001 10:59:06 +0200
49182              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
49183      Branch: perl
49184            ! djgpp/config.over djgpp/fixpmain
49185 ____________________________________________________________________________
49186 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
49187         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
49188              From: Prymmer/Kahn <pvhp@best.com>
49189              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
49190              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
49191      Branch: perl
49192            ! win32/Makefile
49193 ____________________________________________________________________________
49194 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
49195         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
49196              to happen right after the inclusion of <inttypes.h>,
49197              from Edward Moy.
49198      Branch: perl
49199            ! handy.h perl.h
49200 ____________________________________________________________________________
49201 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
49202         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
49203              From: Doug MacEachern <dougm@covalent.net>
49204              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
49205              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
49206      Branch: perl
49207            ! ext/DynaLoader/DynaLoader_pm.PL
49208 ____________________________________________________________________________
49209 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
49210         Log: Revert #10656 for performance reasons but leave in the
49211              use of Hv*() macros -- in comments, so that grepping the
49212              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
49213              suggested by Sarathy, also by Abhijit.)
49214      Branch: perl
49215            ! hv.c
49216 ____________________________________________________________________________
49217 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
49218         Log: Subject: [patch] .s MakeMaker suffix
49219              From: Doug MacEachern <dougm@covalent.net>
49220              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
49221              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
49222      Branch: perl
49223            ! lib/ExtUtils/MM_Unix.pm
49224 ____________________________________________________________________________
49225 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
49226         Log: One test lost in the big shuffle restored.
49227      Branch: perl
49228            + ext/IPC/SysV/ipcsysv.t
49229            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
49230 ____________________________________________________________________________
49231 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
49232         Log: Rename the old non-standard threads tests so that
49233              they won't be invoked.
49234      Branch: perl
49235            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
49236            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
49237            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
49238            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
49239            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
49240            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
49241            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
49242            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
49243            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
49244            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
49245            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
49246            - ext/Thread/unsync4.t
49247            ! MANIFEST
49248 ____________________________________________________________________________
49249 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
49250         Log: Integrate perlio:
49251              
49252              [ 10708]
49253              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
49254              
49255              [ 10678]
49256              Integrate mainline (part2 - the deletes)
49257      Branch: perl
49258           !> win32/config_sh.PL
49259 ____________________________________________________________________________
49260 [ 10709] By: nick                                  on 2001/06/19  08:18:18
49261         Log: Integrate mainline
49262      Branch: perlio
49263           +> (branch 40 files)
49264            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
49265            - lib/strict/subs lib/strict/vars lib/warnings/1global
49266            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
49267            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
49268            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
49269            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
49270            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
49271            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
49272            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
49273            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
49274            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
49275            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
49276            - lib/warnings/utf8 lib/warnings/util
49277           !> (integrate 57 files)
49278 ____________________________________________________________________________
49279 [ 10708] By: nick                                  on 2001/06/19  07:57:10
49280         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
49281      Branch: perlio
49282            ! win32/config_sh.PL
49283 ____________________________________________________________________________
49284 [ 10707] By: nick                                  on 2001/06/19  07:05:07
49285         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
49286      Branch: perl
49287            ! perly.c perly.y perly_c.diff vms/perly_c.vms
49288 ____________________________________________________________________________
49289 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
49290         Log: More perl572delta tweaks.
49291      Branch: perl
49292            ! pod/perl572delta.pod
49293 ____________________________________________________________________________
49294 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
49295         Log: Update perl572delta.
49296      Branch: perl
49297            ! pod/perl572delta.pod
49298 ____________________________________________________________________________
49299 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
49300         Log: VOS updates from Paul Green.
49301      Branch: perl
49302            ! vos/Changes vos/build.cm vos/perl.bind
49303 ____________________________________________________________________________
49304 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
49305         Log: Update the vos/config.*.* files.
49306      Branch: perl
49307            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49308            ! vos/config.ga.h
49309 ____________________________________________________________________________
49310 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
49311         Log: Add a makefile for more painless adding of symbols to the
49312              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
49313              takes care of the adding)
49314      Branch: perl
49315            + vos/Makefile
49316 ____________________________________________________________________________
49317 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
49318         Log: Make libnetcfg by default display the libnet configuration,
49319              -c to change, add -i for old config, document all options,
49320              regen toc.
49321      Branch: perl
49322            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
49323 ____________________________________________________________________________
49324 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
49325         Log: gcc -Wall sweep.
49326      Branch: perl
49327            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
49328 ____________________________________________________________________________
49329 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
49330         Log: So there.
49331      Branch: perl
49332            ! universal.c
49333 ____________________________________________________________________________
49334 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
49335         Log: Document the need for sv_printify().
49336              
49337              Document that 'use utf8' has been considered.
49338              
49339              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
49340      Branch: perl
49341            ! pod/perltodo.pod universal.c
49342 ____________________________________________________________________________
49343 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
49344         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
49345              From: Nicholas Clark <nick@ccl4.org>
49346              Date: Mon, 18 Jun 2001 23:29:23 +0100
49347              Message-ID: <20010618232923.I98663@plum.flirble.org>
49348      Branch: perl
49349            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
49350            ! ext/Sys/Syslog/Makefile.PL
49351 ____________________________________________________________________________
49352 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
49353         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
49354              From: Scott.L.Miller@Compaq.com
49355              Date: Mon, 18 Jun 2001 10:12:27 -0500
49356              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
49357      Branch: perl
49358            ! lib/perl5db.pl pod/perldebug.pod
49359 ____________________________________________________________________________
49360 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
49361         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
49362              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
49363              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
49364              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
49365      Branch: perl
49366            ! lib/Carp/Heavy.pm
49367 ____________________________________________________________________________
49368 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
49369         Log: Subject: [PATCH] Documentation changes for CLONE
49370              From: Artur Bergman <artur@contiller.se>
49371              Date: Mon, 18 Jun 2001 22:06:37 +0200
49372              Message-ID: <B7542BEC.1719%artur@contiller.se>
49373      Branch: perl
49374            ! pod/perlmod.pod pod/perlsub.pod
49375 ____________________________________________________________________________
49376 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
49377         Log: Subject: Re: configure.com
49378              From: "Craig A. Berry" <craigberry@mac.com>
49379              Date: Mon, 18 Jun 2001 16:04:38 -0500
49380              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
49381      Branch: perl
49382            ! configure.com
49383 ____________________________________________________________________________
49384 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
49385         Log: Subject: PL_nullstash + perl_clone()
49386              From: Doug MacEachern <dougm@covalent.net>
49387              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
49388              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
49389      Branch: perl
49390            ! sv.c
49391 ____________________________________________________________________________
49392 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
49393         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49394              From: davem@fdgroup.co.uk
49395              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
49396              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
49397      Branch: perl
49398            ! embed.pl pod/perlapi.pod
49399 ____________________________________________________________________________
49400 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
49401         Log: More cross-compilation defaults gleaned from -Dcc
49402              if it is CPU-OS-gcc.
49403      Branch: metaconfig
49404            ! U/modified/libc.U
49405      Branch: metaconfig/U/perl
49406            ! Cross.U
49407      Branch: perl
49408            ! Configure INSTALL
49409 ____________________________________________________________________________
49410 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
49411         Log: Update Changes.
49412      Branch: perl
49413            ! Changes patchlevel.h
49414 ____________________________________________________________________________
49415 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
49416         Log: Subject: [PATCH 5.7.1] sv.c documentation
49417              From: davem@fdgroup.co.uk
49418              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
49419              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
49420      Branch: perl
49421            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
49422            ! sv.c sv.h
49423 ____________________________________________________________________________
49424 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
49425         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
49426              From: "Jon Gunnip" <jongunnip@hotmail.com>
49427              Date: Sun, 17 Jun 2001 18:24:29 -0400
49428              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
49429      Branch: perl
49430            ! pod/perlvar.pod
49431 ____________________________________________________________________________
49432 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
49433         Log: Move the locale/strict/warnings helper files back
49434              under the t/lib; this way the amount of non-installabled
49435              stuff under lib/ stays smaller.
49436      Branch: perl
49437            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
49438            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
49439            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
49440            + t/lib/warnings/5nolint t/lib/warnings/6default
49441            + t/lib/warnings/7fatal t/lib/warnings/8signal
49442            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
49443            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
49444            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
49445            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
49446            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
49447            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
49448            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
49449            + t/lib/warnings/taint t/lib/warnings/toke
49450            + t/lib/warnings/universal t/lib/warnings/utf8
49451            + t/lib/warnings/util
49452            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
49453            - lib/strict/subs lib/strict/vars lib/warnings/1global
49454            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
49455            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
49456            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
49457            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
49458            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
49459            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
49460            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
49461            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
49462            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
49463            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
49464            - lib/warnings/utf8 lib/warnings/util
49465            ! MANIFEST installperl lib/locale.t lib/strict.t
49466 ____________________________________________________________________________
49467 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
49468         Log: Split off the pack/unpack code, from Nicholas Clark.
49469      Branch: perl
49470            + pp_pack.c
49471            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
49472            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
49473            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
49474 ____________________________________________________________________________
49475 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
49476         Log: Guard the SysV IPC tests against being invoked in
49477              SysV-IPC-less places.
49478      Branch: perl
49479            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
49480 ____________________________________________________________________________
49481 [ 10683] By: nick                                  on 2001/06/18  12:24:42
49482         Log: Integrate mainline (new test scheme now ok on Linux).
49483      Branch: perlio
49484           +> lib/warnings.t
49485           !> dump.c sv.c
49486 ____________________________________________________________________________
49487 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
49488         Log: Add the locale.c and numeric.c to the microperl sources.
49489      Branch: perl
49490            ! Makefile.micro win32/Makefile
49491 ____________________________________________________________________________
49492 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
49493         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
49494              From: Abhijit Menon-Sen <ams@wiw.org>
49495              Date: Mon, 18 Jun 2001 14:23:44 +0530
49496              Message-ID: <20010618142344.A13136@lustre.linux.in>
49497      Branch: perl
49498            ! dump.c
49499 ____________________________________________________________________________
49500 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
49501         Log: Subject: Re: [PATCH] more anonymous stash cleanups
49502              From: Abhijit Menon-Sen <ams@wiw.org>
49503              Date: Mon, 18 Jun 2001 15:50:32 +0530
49504              Message-ID: <20010618155032.A13223@lustre.linux.in>
49505              
49506              Plus the comment left in as suggested by NI-S.
49507      Branch: perl
49508            ! sv.c
49509 ____________________________________________________________________________
49510 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
49511         Log: One missed file.
49512      Branch: perl
49513            + lib/warnings.t
49514 ____________________________________________________________________________
49515 [ 10678] By: nick                                  on 2001/06/18  08:05:29
49516         Log: Integrate mainline (part2 - the deletes)
49517      Branch: perlio
49518            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
49519            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
49520            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
49521            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
49522            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
49523            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
49524            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
49525            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
49526            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
49527            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
49528            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
49529 ____________________________________________________________________________
49530 [ 10677] By: nick                                  on 2001/06/18  08:04:44
49531         Log: Integrate mainline (part1)
49532      Branch: perlio
49533           +> (branch 376 files)
49534            - (delete 219 files)
49535           !> (integrate 151 files)
49536 ____________________________________________________________________________
49537 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
49538         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
49539              No doubt I made some mistakes like missed some files or
49540              misnamed some files.  The naming rules were more or less:
49541              (1) if the module is from CPAN, follows its ways, be it
49542              t/*.t or test.pl.
49543              (2) otherwise if there are multiple tests for a module
49544              put them in a t/
49545              (3) otherwise if there's only one test put it in Module.t
49546              (4) helper files go to module/ (locale, strict, warnings)
49547              (5) use longer filenames now that we can (but e.g. the
49548              compat-0.6.t and the Text::Balanced test files still
49549              were renamed to be more civil against the 8.3 people)
49550              installperl was updated appropriately not to install the
49551              *.t files or the help files from under lib.
49552              
49553              TODO: some helper files still remain under t/ that could
49554              follow their 'masters'.  UPDATE: On second thoughts, why
49555              should they.  They can continue to live under t/lib, and
49556              in fact the locale/strict/warnings helpers that were moved
49557              could be moved back.  This way the amount of non-installable
49558              stuff under lib/ stays smaller.
49559      Branch: perl
49560            + (add 253 files)
49561            - (delete 254 files)
49562            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
49563 ____________________________________________________________________________
49564 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
49565         Log: The warning no more comes from util.c, it comes from numeric.c.
49566      Branch: perl
49567            ! README.tru64
49568 ____________________________________________________________________________
49569 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
49570         Log: Subject: Re: anyone good at casting spells?
49571              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49572              Date: Sun, 17 Jun 2001 21:21:04 -0400
49573              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
49574      Branch: perl
49575            ! ext/POSIX/POSIX.xs hv.h
49576 ____________________________________________________________________________
49577 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
49578         Log: Protect the (original) thread tests against testing if no 5.005
49579              threads have been configured.
49580      Branch: perl
49581            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
49582            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
49583            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
49584            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
49585            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
49586            ! ext/Thread/unsync4.t
49587 ____________________________________________________________________________
49588 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
49589         Log: Try the new test scanning scheme on Text::Abbrev.
49590      Branch: perl
49591            + lib/Text/Abbrev.t
49592            - lib/Text/Abbrev/t/abbrev.t
49593            ! MANIFEST
49594 ____________________________________________________________________________
49595 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
49596         Log: Change the scan policy of the *.t and test.pl files,
49597              now the *.t do not need to live in a t/ directory.
49598      Branch: perl
49599            ! t/TEST t/harness
49600 ____________________________________________________________________________
49601 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
49602         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
49603              From: Ilmari Karonen <iltzu@sci.fi>
49604              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
49605              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
49606      Branch: perl
49607            ! pod/perlfaq7.pod
49608 ____________________________________________________________________________
49609 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
49610         Log: Quench the warnings from Tru64; the HP-UX is still
49611              broken because it really, REALLY, doesn't like the
49612              HvARRAY() being lvalue:
49613              
49614              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
49615              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
49616      Branch: perl
49617            ! hv.c
49618 ____________________________________________________________________________
49619 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
49620         Log: Integrate change #10667 from maintperl:
49621              
49622              change#10449 broke the special-case that makes lexicals inside the
49623              eval"" within DB::DB() visible
49624      Branch: perl
49625           !> op.c
49626 ____________________________________________________________________________
49627 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
49628         Log: change#10449 broke the special-case that makes lexicals inside the
49629              eval"" within DB::DB() visible
49630      Branch: maint-5.6/perl
49631            ! op.c
49632 ____________________________________________________________________________
49633 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
49634         Log: Still spurious output; indent the code a bit.
49635              
49636              TODO1: separate the utility functions like MkDir
49637              into a helper script?
49638              
49639              TODO2: I see a lot of repetition in the filepath()
49640              and dirpath() calls.
49641      Branch: perl
49642            ! t/lib/filefind.t t/lib/findtaint.t
49643 ____________________________________________________________________________
49644 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
49645         Log: Regen modlib, toc.
49646      Branch: perl
49647            ! pod/perlmodlib.pod pod/perltoc.pod
49648 ____________________________________________________________________________
49649 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
49650         Log: Add libnetcfg to perlutil.
49651      Branch: perl
49652            ! pod/perlutil.pod
49653 ____________________________________________________________________________
49654 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
49655         Log: Initial integration of libnet-1.0703.
49656              The Configure script renamed as libnetcfg, will be
49657              installed along other utilities.
49658      Branch: perl
49659            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
49660            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
49661            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
49662            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
49663            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
49664            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
49665            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
49666            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
49667            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
49668            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
49669            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
49670            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
49671            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
49672            + utils/libnetcfg.PL
49673            ! MANIFEST utils.lst utils/Makefile
49674 ____________________________________________________________________________
49675 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
49676         Log: Less potentially test-harness-confusing output.
49677      Branch: perl
49678            ! lib/Memoize/t/expire_module_t.t
49679 ____________________________________________________________________________
49680 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
49681         Log: The final print annoys make test.
49682      Branch: perl
49683            ! t/lib/filefind.t t/lib/findtaint.t
49684 ____________________________________________________________________________
49685 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
49686         Log: Add an option for handling dangling symbolic links.
49687      Branch: perl
49688            ! lib/File/Find.pm t/lib/filefind.t
49689 ____________________________________________________________________________
49690 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
49691         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
49692              From: Thomas Wegner <wegner_thomas@yahoo.com>
49693              Date: Sun, 17 Jun 2001 14:43:11 +0200
49694              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
49695      Branch: perl
49696            + t/lib/findtaint.t
49697            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
49698 ____________________________________________________________________________
49699 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
49700         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
49701              From: Jonathan Stowe <gellyfish@gellyfish.com>
49702              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
49703              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
49704      Branch: perl
49705            ! lib/ExtUtils/MM_Unix.pm
49706 ____________________________________________________________________________
49707 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
49708         Log: Subject: [PATCH] more anonymous stash cleanups
49709              From: Abhijit Menon-Sen <ams@wiw.org>
49710              Date: Sun, 17 Jun 2001 11:44:06 +0530
49711              Message-ID: <20010617114406.A25203@lustre.linux.in>
49712      Branch: perl
49713            ! op.c
49714 ____________________________________________________________________________
49715 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
49716         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
49717              From: Abhijit Menon-Sen <ams@wiw.org>
49718              Date: Sun, 17 Jun 2001 08:02:59 +0530
49719              Message-ID: <20010617080259.A28776@lustre.linux.in>
49720              
49721              Subject: [PATCH #2/7] xhv_eiter
49722              From: Abhijit Menon-Sen <ams@wiw.org>
49723              Date: Sun, 17 Jun 2001 08:13:18 +0530
49724              Message-ID: <20010617081318.B28776@lustre.linux.in>
49725              
49726              Subject: [PATCH #3/7] xhv_fill
49727              From: Abhijit Menon-Sen <ams@wiw.org>
49728              Date: Sun, 17 Jun 2001 08:25:16 +0530
49729              Message-ID: <20010617082516.C28776@lustre.linux.in>
49730              
49731              Subject: [PATCH #4/7] xhv_keys
49732              From: Abhijit Menon-Sen <ams@wiw.org>
49733              Date: Sun, 17 Jun 2001 08:36:17 +0530
49734              Message-ID: <20010617083617.D28776@lustre.linux.in>
49735              
49736              Subject: [PATCH #5/7] xhv_max
49737              From: Abhijit Menon-Sen <ams@wiw.org>
49738              Date: Sun, 17 Jun 2001 08:39:48 +0530
49739              Message-ID: <20010617083948.E28776@lustre.linux.in>
49740              
49741              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
49742              From: Abhijit Menon-Sen <ams@wiw.org>
49743              Date: Sun, 17 Jun 2001 08:51:11 +0530
49744              Message-ID: <20010617085111.F28776@lustre.linux.in>
49745      Branch: perl
49746            ! hv.c
49747 ____________________________________________________________________________
49748 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
49749         Log: Update Changes.
49750      Branch: perl
49751            ! Changes patchlevel.h
49752 ____________________________________________________________________________
49753 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
49754         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
49755              From: Abhijit Menon-Sen <ams@wiw.org>
49756              Date: Sat, 16 Jun 2001 07:41:19 +0530
49757              Message-ID: <20010616074119.A24720@lustre.linux.in>
49758      Branch: perl
49759            ! hv.c perl.c vms/vmsish.h win32/win32.h
49760 ____________________________________________________________________________
49761 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
49762         Log: Document tests failing when threaded, since we now have more.
49763      Branch: perl
49764            ! pod/perl572delta.pod
49765 ____________________________________________________________________________
49766 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
49767         Log: -Wall cleanup.
49768      Branch: perl
49769            ! ext/Thread/Thread.xs
49770 ____________________________________________________________________________
49771 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
49772         Log: pthread_attr_setstacksize() isn't absolutely necessary
49773              to call, only iff THREAD_CREATE_NEEDS_STACK.
49774      Branch: perl
49775            ! ext/Thread/Thread.xs
49776 ____________________________________________________________________________
49777 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
49778         Log: -Wall strays.
49779      Branch: perl
49780            ! perl.c util.c
49781 ____________________________________________________________________________
49782 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
49783         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
49784              (and INT64_MIN) brokenness.
49785      Branch: perl
49786            ! hints/darwin.sh perl.h
49787 ____________________________________________________________________________
49788 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
49789         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
49790              From: Nicholas Clark <nick@ccl4.org>
49791              Date: Sun, 17 Jun 2001 00:16:05 +0100
49792              Message-ID: <20010617001605.V98663@plum.flirble.org>
49793      Branch: perl
49794            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
49795            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
49796            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
49797 ____________________________________________________________________________
49798 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
49799         Log: Add perlnetware to docs; regen toc; supply skeleton
49800              docs for some Memoize submodules.
49801      Branch: perl
49802            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
49803            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49804            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
49805            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
49806            ! win32/Makefile win32/makefile.mk
49807 ____________________________________________________________________________
49808 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
49809         Log: pod cleanup.
49810      Branch: perl
49811            ! README.netware
49812 ____________________________________________________________________________
49813 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
49814         Log: Integrate Memoize 0.64.  Few tweaks were required in
49815              the test scripts.  Note that the speed and expire*
49816              tests take several dozen seconds to run.
49817      Branch: perl
49818            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49819            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49820            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49821            + lib/Memoize/README lib/Memoize/SDBM_File.pm
49822            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49823            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
49824            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49825            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49826            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
49827            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
49828            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
49829            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
49830            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
49831            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
49832            ! MANIFEST t/lib/1_compile.t
49833 ____________________________________________________________________________
49834 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
49835         Log: Document the cross-compilation options.
49836      Branch: perl
49837            ! Cross/README INSTALL
49838 ____________________________________________________________________________
49839 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
49840         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
49841      Branch: perl
49842            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
49843            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
49844            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
49845            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
49846            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
49847            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
49848            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
49849            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
49850            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
49851            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
49852            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
49853            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
49854            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
49855            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
49856            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
49857            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
49858            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
49859            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
49860            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
49861            + lib/ExtUtils/MM_NW5.pm
49862            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
49863            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
49864            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
49865            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
49866            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
49867            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
49868            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
49869            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
49870            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
49871            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
49872            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
49873            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
49874            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
49875            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
49876            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
49877            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
49878            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
49879            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
49880            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
49881            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
49882            ! util.h x2p/a2py.c
49883 ____________________________________________________________________________
49884 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
49885         Log: Resort MANIFEST.
49886      Branch: perl
49887            ! MANIFEST
49888 ____________________________________________________________________________
49889 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
49890         Log: Integrate perlio:
49891              
49892              [ 10640]
49893              Disable :win32 layer as default till I get it working
49894              
49895              [ 10632]
49896              Work-in-progress win32 layer semi-functional, checking 
49897              for UNIX breakage.
49898              
49899              [ 10627]
49900              Work in progress UNIX-side edit of win32 PerLIO layer
49901      Branch: perl
49902           +> win32/win32io.c
49903           !> MANIFEST perlio.c perliol.h win32/makefile.mk
49904 ____________________________________________________________________________
49905 [ 10640] By: nick                                  on 2001/06/16  18:38:31
49906         Log: Disable :win32 layer as default till I get it working
49907      Branch: perlio
49908            ! MANIFEST perlio.c
49909 ____________________________________________________________________________
49910 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
49911         Log: Try the new scheme by moving the Text::Abbrev test
49912              to a new place under lib.
49913      Branch: perl
49914            + lib/Text/Abbrev/t/abbrev.t
49915            - t/lib/abbrev.t
49916            ! MANIFEST
49917 ____________________________________________________________________________
49918 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
49919         Log: Make the code even more dynamical so that testname
49920              suffix length can change.
49921      Branch: perl
49922            ! lib/Test/Harness.pm t/TEST
49923 ____________________________________________________________________________
49924 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
49925         Log: Allow for deeper t/ and also a single test.pl.
49926      Branch: perl
49927            ! t/TEST t/harness
49928 ____________________________________________________________________________
49929 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
49930         Log: #define fix from Nicholas Clark.
49931      Branch: perl
49932            ! ext/POSIX/POSIX.xs
49933 ____________________________________________________________________________
49934 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
49935         Log: Initialization is nice.
49936      Branch: perl
49937            ! lib/Test/Harness.pm
49938 ____________________________________________________________________________
49939 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
49940         Log: Make t/TEST and t/harness to test also the t/ tests
49941              under the main lib/ and ext/ directories.  Fix Test::Harness
49942              to dynamically change the width of its "foo/bar....ok" output.
49943      Branch: perl
49944            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
49945 ____________________________________________________________________________
49946 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
49947         Log: Subject: [PATCH] Re: perl@10611 
49948              From: Nicholas Clark <nick@ccl4.org>
49949              Date: Sat, 16 Jun 2001 16:52:47 +0100
49950              Message-ID: <20010616165247.O98663@plum.flirble.org>
49951              
49952              The .xs parts, too.
49953      Branch: perl
49954            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
49955            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
49956 ____________________________________________________________________________
49957 [ 10632] By: nick                                  on 2001/06/16  16:44:35
49958         Log: Work-in-progress win32 layer semi-functional, checking 
49959              for UNIX breakage.
49960      Branch: perlio
49961            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
49962 ____________________________________________________________________________
49963 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
49964         Log: Subject: [PATCH] Re: perl@10611 
49965              From: Nicholas Clark <nick@ccl4.org>
49966              Date: Sat, 16 Jun 2001 16:52:47 +0100
49967              Message-ID: <20010616165247.O98663@plum.flirble.org>
49968      Branch: perl
49969            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
49970            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
49971            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
49972            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
49973            ! lib/ExtUtils/Constant.pm
49974 ____________________________________________________________________________
49975 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
49976         Log: Metaconfig unit change for #10629.
49977      Branch: metaconfig
49978            ! U/modified/Finish.U
49979 ____________________________________________________________________________
49980 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
49981         Log: The extraction changed directories.
49982      Branch: perl
49983            ! Configure
49984 ____________________________________________________________________________
49985 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
49986         Log: Math::BigInt 1.35 from Tels.
49987      Branch: perl
49988            + t/lib/mbimbf.t
49989            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49990            ! t/lib/bigfltpm.t t/lib/bigintpm.t
49991 ____________________________________________________________________________
49992 [ 10627] By: nick                                  on 2001/06/16  14:54:52
49993         Log: Work in progress UNIX-side edit of win32 PerLIO layer
49994      Branch: perlio
49995            + win32/win32io.c
49996            ! perlio.c win32/makefile.mk
49997 ____________________________________________________________________________
49998 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
49999         Log: Subject: [PATCH 5.6.1] os2/diff-configure
50000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50001              Date: Fri, 15 Jun 2001 01:19:36 -0400
50002              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
50003              
50004              Empty all of it because I think #10624 made even the
50005              last patch hunk unnecessary.
50006      Branch: perl
50007            ! os2/diff.configure
50008 ____________________________________________________________________________
50009 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
50010         Log: Metaconfig unit change for 10624.
50011      Branch: metaconfig
50012            ! U/modified/libc.U
50013      Branch: perl
50014            ! config_h.SH
50015 ____________________________________________________________________________
50016 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
50017         Log: Move the initialization of libnames to the beginning so
50018              that can one 'seed' it (as OS/2 does.)
50019      Branch: perl
50020            ! Configure
50021 ____________________________________________________________________________
50022 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
50023         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
50024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50025              Date: Fri, 15 Jun 2001 19:10:57 -0400
50026              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
50027      Branch: perl
50028            ! os2/OS2/REXX/DLL/DLL.pm
50029 ____________________________________________________________________________
50030 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
50031         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
50032              From: "Craig A. Berry" <craigberry@mac.com>
50033              Date: Fri, 15 Jun 2001 17:00:03 -0500
50034              Message-Id: <a05101007b750342599be@[172.16.52.1]>
50035      Branch: perl
50036            ! vms/descrip_mms.template
50037 ____________________________________________________________________________
50038 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
50039         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
50040              From: "Craig A. Berry" <craigberry@mac.com>
50041              Date: Fri, 15 Jun 2001 18:39:42 -0500
50042              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
50043      Branch: perl
50044            ! lib/File/Spec/VMS.pm t/lib/extutils.t
50045 ____________________________________________________________________________
50046 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
50047         Log: Integrate perlio:
50048              
50049              [ 10619]
50050              Generated files
50051              
50052              [ 10618]
50053              Fix open.pm to work via XS-implemented method calls rather
50054              than *open::layers variables which caused all the HV/AV hassle.
50055      Branch: perl
50056           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
50057           !> t/io/utf8.t t/lib/io_scalar.t
50058 ____________________________________________________________________________
50059 [ 10619] By: nick                                  on 2001/06/15  21:05:19
50060         Log: Generated files
50061      Branch: perlio
50062            ! embed.h proto.h
50063 ____________________________________________________________________________
50064 [ 10618] By: nick                                  on 2001/06/15  20:27:42
50065         Log: Fix open.pm to work via XS-implemented method calls rather
50066              than *open::layers variables which caused all the HV/AV hassle.
50067      Branch: perlio
50068            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
50069            ! t/lib/io_scalar.t
50070 ____________________________________________________________________________
50071 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
50072         Log: Integrate perlio:
50073              
50074              [ 10616]
50075              pTHX_ / aTHX_ for ExtUtils/Constant.pm
50076      Branch: perl
50077           !> lib/ExtUtils/Constant.pm
50078 ____________________________________________________________________________
50079 [ 10616] By: nick                                  on 2001/06/15  18:46:47
50080         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
50081      Branch: perlio
50082            ! lib/ExtUtils/Constant.pm
50083 ____________________________________________________________________________
50084 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
50085         Log: Integrate perlio:
50086              
50087              [ 10614]
50088              MULTIPLICITY fix for Socket.xs
50089      Branch: perl
50090           !> ext/Socket/Socket.xs
50091 ____________________________________________________________________________
50092 [ 10614] By: nick                                  on 2001/06/15  18:33:37
50093         Log: MULTIPLICITY fix for Socket.xs
50094      Branch: perlio
50095            ! ext/Socket/Socket.xs
50096 ____________________________________________________________________________
50097 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
50098         Log: Subject: Re: perl@10611
50099              From: Doug MacEachern <dougm@covalent.net>
50100              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
50101              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
50102      Branch: perl
50103            ! ext/Socket/Socket.xs
50104 ____________________________________________________________________________
50105 [ 10612] By: nick                                  on 2001/06/15  16:14:38
50106         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
50107      Branch: perlio
50108           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
50109           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
50110           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
50111           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
50112           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
50113           !> utils/h2ph.PL
50114 ____________________________________________________________________________
50115 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
50116         Log: Update Changes.
50117      Branch: perl
50118            ! Changes patchlevel.h
50119 ____________________________________________________________________________
50120 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
50121         Log: Upping the test count.
50122      Branch: perl
50123            ! t/lib/filefind.t
50124 ____________________________________________________________________________
50125 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
50126         Log: Integrate perlio:
50127              
50128              [ 10606]
50129              regen_config_h for Win32.
50130      Branch: perl
50131           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50132 ____________________________________________________________________________
50133 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
50134         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
50135              From: andreas.koenig@anima.de (Andreas J. Koenig)
50136              Date: 15 Jun 2001 13:30:39 +0200
50137              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
50138              
50139              Record the grim history.
50140      Branch: perl
50141            ! lib/File/Find.pm
50142 ____________________________________________________________________________
50143 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
50144         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
50145              From: Brian McCauley <nobull@mail.com>
50146              Date: 15 Jun 2001 07:51:26 +0100
50147              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
50148      Branch: perl
50149            ! lib/File/Find.pm t/lib/filefind.t
50150 ____________________________________________________________________________
50151 [ 10606] By: nick                                  on 2001/06/15  14:00:08
50152         Log: regen_config_h for Win32.
50153      Branch: perlio
50154            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50155 ____________________________________________________________________________
50156 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
50157         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
50158              From: Peter Prymmer <pvhp@forte.com>
50159              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
50160              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
50161      Branch: perl
50162            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
50163 ____________________________________________________________________________
50164 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
50165         Log: Some filesystems require writability for rename/unlink.
50166      Branch: perl
50167            ! opcode.pl
50168 ____________________________________________________________________________
50169 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
50170         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
50171              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50172              Date: Fri, 15 Jun 2001 12:08:53 +0200
50173              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
50174      Branch: perl
50175            ! perlio.c
50176 ____________________________________________________________________________
50177 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
50178         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
50179              From: Mike Guy <mjtg@cam.ac.uk>
50180              Date: Fri, 15 Jun 2001 14:11:49 +0100
50181              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
50182      Branch: perl
50183            ! opcode.pl
50184 ____________________________________________________________________________
50185 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
50186         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
50187              From: Nicholas Clark <nick@ccl4.org>
50188              Date: Thu, 14 Jun 2001 23:52:56 +0100
50189              Message-ID: <20010614235256.G98663@plum.flirble.org>
50190      Branch: perl
50191            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
50192            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50193 ____________________________________________________________________________
50194 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
50195         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
50196              From: Russ Allbery <rra@stanford.edu>
50197              Date: 14 Jun 2001 13:24:43 -0700
50198              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
50199      Branch: perl
50200            ! ext/GDBM_File/GDBM_File.pm
50201 ____________________________________________________________________________
50202 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
50203         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
50204              From: Nicholas Clark <nick@ccl4.org>
50205              Date: Thu, 14 Jun 2001 20:37:47 +0100
50206              Message-ID: <20010614203747.F98663@plum.flirble.org>
50207      Branch: perl
50208            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
50209            ! t/lib/gdbm.t
50210 ____________________________________________________________________________
50211 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
50212         Log: Integrate perlio:
50213              
50214              [ 10597]
50215              Check that HVs with HvNAME() != NULL are really stashes before
50216              treating them as such. Also be more defensive on the GvCV.
50217              Win32 fork and dprof now working again. 
50218              
50219              [ 10595]
50220              Skip Perl_my_bcopy in .def file as we do not provide it.
50221              - Win32 (VC++) now builds but fails:
50222              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
50223              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
50224              write.t    - open(...,"|-") not implemented on Win32 
50225      Branch: perl
50226           !> makedef.pl sv.c
50227 ____________________________________________________________________________
50228 [ 10597] By: nick                                  on 2001/06/15  11:08:13
50229         Log: Check that HVs with HvNAME() != NULL are really stashes before
50230              treating them as such. Also be more defensive on the GvCV.
50231              Win32 fork and dprof now working again. 
50232      Branch: perlio
50233            ! sv.c
50234 ____________________________________________________________________________
50235 [ 10596] By: nick                                  on 2001/06/15  10:11:20
50236         Log: Integrate mainline.
50237      Branch: perlio
50238           +> Cross/README
50239           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
50240           !> Porting/config_H config_h.SH configure.com epoc/config.sh
50241           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
50242           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50243           !> vos/config.ga.h win32/config.bc win32/config.gc
50244           !> win32/config.vc win32/config_H.bc win32/config_H.gc
50245           !> win32/config_H.vc
50246 ____________________________________________________________________________
50247 [ 10595] By: nick                                  on 2001/06/15  09:37:17
50248         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
50249              - Win32 (VC++) now builds but fails:
50250              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
50251              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
50252              write.t    - open(...,"|-") not implemented on Win32 
50253      Branch: perlio
50254            ! makedef.pl
50255 ____________________________________________________________________________
50256 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
50257         Log: Integrate perlio:
50258              
50259              [ 10591]
50260              Steps along the road toward Win32 building again.
50261      Branch: perl
50262           !> perlio.c win32/makefile.mk
50263 ____________________________________________________________________________
50264 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
50265         Log: Metaconfig unit changes for #10592.
50266      Branch: metaconfig
50267            + U/modified/i_varhdr.U U/modified/startsh.U
50268            - U/a_dvisory/crosscompile.U U/target/Target.U
50269            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
50270            ! U/compline/bitpbyte.U U/compline/byteorder.U
50271            ! U/compline/ccflags.U U/compline/charsize.U
50272            ! U/compline/d_casti32.U U/compline/d_castneg.U
50273            ! U/compline/d_closedir.U U/compline/d_fd_set.U
50274            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
50275            ! U/compline/d_keepsig.U U/compline/d_open3.U
50276            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
50277            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
50278            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
50279            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
50280            ! U/compline/doublesize.U U/compline/floatsize.U
50281            ! U/compline/nblock_io.U U/compline/orderlib.U
50282            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
50283            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
50284            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
50285            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
50286            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
50287            ! U/modified/spitshell.U U/threads/archname.U
50288            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
50289            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
50290            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
50291            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
50292            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
50293      Branch: metaconfig/U/perl
50294            + Cross.U
50295            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
50296            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
50297            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
50298            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
50299            ! stdio_streams.U uselfs.U
50300 ____________________________________________________________________________
50301 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
50302         Log: The first steps towards cross-compilation.
50303              
50304              Abstract execution of compiled test executables with $run,
50305              and abstract transfer of files with $to and $from.
50306              
50307              Under cross-compilation the $run, $to, and $from will point
50308              to appropriate wrapper scripts, by default ssh and scp,
50309              but also rsh, rcp, and cp are supported.  If not
50310              cross-compiling, they will be set to '', ':', and ':',
50311              respectively.
50312              
50313              With these patches I was able to get Configure for
50314              iPAQ ARM Linux on an Intel Linux about 95% right
50315              (only a few tests failed to execute or they produced
50316              incorrect results), and I was able to compile
50317              a functional miniperl.
50318              
50319              The symbol crosscompile renamed to be usecrosscompile,
50320              the corresponding C symbol from CROSSCOMPILE to
50321              USE_CROSS_COMPILE.
50322      Branch: perl
50323            ! Configure Cross/README Makefile.SH Porting/Glossary
50324            ! Porting/config.sh Porting/config_H config_h.SH configure.com
50325            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
50326            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50327            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50328            ! win32/config.gc win32/config.vc win32/config_H.bc
50329            ! win32/config_H.gc win32/config_H.vc
50330 ____________________________________________________________________________
50331 [ 10591] By: nick                                  on 2001/06/14  20:00:12
50332         Log: Steps along the road toward Win32 building again.
50333      Branch: perlio
50334            ! perlio.c win32/makefile.mk
50335 ____________________________________________________________________________
50336 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
50337         Log: Integrate perlio:
50338              
50339              [ 10589]
50340              Routine regen_config_h for Win32
50341      Branch: perl
50342           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50343 ____________________________________________________________________________
50344 [ 10589] By: nick                                  on 2001/06/14  13:54:07
50345         Log: Routine regen_config_h for Win32
50346      Branch: perlio
50347            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50348 ____________________________________________________________________________
50349 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
50350         Log: Integrate perlio:
50351              
50352              [ 10586]
50353              Add new step to run_byacc which:
50354              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
50355              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
50356              
50357              [ 10584]
50358              Hack to remove insecure directories from PATH so test will run.
50359      Branch: perl
50360           +> perlyline.pl
50361           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
50362 ____________________________________________________________________________
50363 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
50364         Log: A placeholder.
50365      Branch: perl
50366            + Cross/README
50367 ____________________________________________________________________________
50368 [ 10586] By: nick                                  on 2001/06/14  08:25:07
50369         Log: Add new step to run_byacc which:
50370              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
50371              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
50372      Branch: perlio
50373            + perlyline.pl
50374            ! MANIFEST Makefile.SH perly.c
50375 ____________________________________________________________________________
50376 [ 10585] By: nick                                  on 2001/06/14  08:22:29
50377         Log: Integrate mainline
50378      Branch: perlio
50379           +> locale.c numeric.c
50380           !> Changes cygwin/Makefile.SHs embed.h embed.pl
50381           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
50382           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
50383           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
50384           !> x2p/Makefile.SH
50385 ____________________________________________________________________________
50386 [ 10584] By: nick                                  on 2001/06/14  08:05:53
50387         Log: Hack to remove insecure directories from PATH so test will run.
50388      Branch: perlio
50389            ! t/lib/filefind.t
50390 ____________________________________________________________________________
50391 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
50392         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
50393      Branch: perl
50394            - t/lib/mbimbf.t
50395            ! MANIFEST
50396 ____________________________________________________________________________
50397 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
50398         Log: Detypo.
50399      Branch: perl
50400            ! x2p/Makefile.SH
50401 ____________________________________________________________________________
50402 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
50403         Log: de-$CONFIG continues.
50404      Branch: perl
50405            ! cygwin/Makefile.SHs x2p/Makefile.SH
50406 ____________________________________________________________________________
50407 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
50408         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
50409              From: Nicholas Clark <nick@ccl4.org>
50410              Date: Wed, 13 Jun 2001 21:20:13 +0100
50411              Message-ID: <20010613212013.D98663@plum.flirble.org>
50412      Branch: perl
50413            ! opcode.pl
50414 ____________________________________________________________________________
50415 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
50416         Log: Subject: splitting util.c
50417              From: Hugo <hv@crypt.compulink.co.uk>
50418              Date: Thu, 14 Jun 2001 00:41:08 +0100
50419              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
50420      Branch: perl
50421            + locale.c numeric.c
50422            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
50423            ! pod/perlapi.pod proto.h util.c
50424 ____________________________________________________________________________
50425 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
50426         Log: Upgrade to Math::BigInt 1.34 from Tels.
50427      Branch: perl
50428            + t/lib/mbimbf.t
50429            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
50430            ! t/lib/bigfltpm.t t/lib/bigintpm.t
50431 ____________________________________________________________________________
50432 [ 10577] By: nick                                  on 2001/06/13  19:02:48
50433         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
50434      Branch: perlio
50435           !> (integrate 125 files)
50436 ____________________________________________________________________________
50437 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
50438         Log: Update Changes.
50439      Branch: perl
50440            ! Changes patchlevel.h
50441 ____________________________________________________________________________
50442 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
50443         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
50444              From: "Craig A. Berry" <craigberry@mac.com>
50445              Date: Wed, 13 Jun 2001 13:24:28 -0500
50446              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
50447      Branch: perl
50448            ! ext/re/Makefile.PL
50449 ____________________________________________________________________________
50450 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
50451         Log: Mc.u.c. for #10573.
50452      Branch: metaconfig
50453            ! U/threads/usethreads.U
50454 ____________________________________________________________________________
50455 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
50456         Log: It would be also be good if I could type.
50457      Branch: perl
50458            ! Configure
50459 ____________________________________________________________________________
50460 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
50461         Log: Metaconfig unit change for #10571.
50462      Branch: metaconfig
50463            ! U/threads/usethreads.U
50464 ____________________________________________________________________________
50465 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
50466         Log: A non-empty default is a good thing.
50467      Branch: perl
50468            ! Configure
50469 ____________________________________________________________________________
50470 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
50471         Log: Metaconfig unit change for #10569.
50472      Branch: metaconfig
50473            ! U/threads/usethreads.U
50474 ____________________________________________________________________________
50475 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
50476         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
50477              extremely experimental, not even prompted for.
50478      Branch: perl
50479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50480            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
50481            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
50482            ! win32/config.bc win32/config.gc win32/config.vc
50483 ____________________________________________________________________________
50484 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
50485         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
50486      Branch: perl
50487            ! pod/perlfaq6.pod
50488 ____________________________________________________________________________
50489 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
50490         Log: Integrate perlio:
50491              
50492              [ 10564]
50493              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
50494              and using that instead (name lookups are sequential search for now).
50495      Branch: perl
50496           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
50497           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
50498 ____________________________________________________________________________
50499 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
50500         Log: Subject: Re: ext/ + -Wall
50501              From: Doug MacEachern <dougm@covalent.net>
50502              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
50503              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
50504      Branch: perl
50505            ! XSUB.h lib/ExtUtils/xsubpp perl.h
50506 ____________________________________________________________________________
50507 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
50508         Log: Similar logic as DB_File.xs, using the modern macros and
50509              defines them to older ones for older Perls where PERL_VERSION
50510              is not defined, from Doug MacEachern.
50511      Branch: perl
50512            ! ext/Storable/Storable.xs
50513 ____________________________________________________________________________
50514 [ 10564] By: nick                                  on 2001/06/13  15:22:01
50515         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
50516              and using that instead (name lookups are sequential search for now).
50517      Branch: perlio
50518            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
50519            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
50520 ____________________________________________________________________________
50521 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
50522         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
50523              From: "Richard Soderberg" <rs@crystalflame.net>
50524              Date: Sat, 26 May 2001 06:44:20 -0700
50525              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
50526      Branch: perl
50527            ! sv.c t/op/glob.t
50528 ____________________________________________________________________________
50529 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
50530         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
50531              From: "Craig A. Berry" <craigberry@mac.com>
50532              Date: Tue, 12 Jun 2001 23:55:26 -0500
50533              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
50534      Branch: perl
50535            ! ext/re/Makefile.PL ext/re/re.xs
50536 ____________________________________________________________________________
50537 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
50538         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
50539              suggested by NI-S.
50540      Branch: perl
50541            ! XSUB.h malloc.c perl.h
50542 ____________________________________________________________________________
50543 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
50544         Log: Regen toc.
50545      Branch: perl
50546            ! pod/perltoc.pod
50547 ____________________________________________________________________________
50548 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
50549         Log: Subject: [patch] perl.gprof control
50550              From: Doug MacEachern <dougm@covalent.net>
50551              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
50552              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
50553      Branch: perl
50554            ! miniperlmain.c perl.h
50555 ____________________________________________________________________________
50556 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
50557         Log: Subject: Re: ext/ + -Wall
50558              From: Doug MacEachern <dougm@covalent.net>
50559              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
50560              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
50561              
50562              Document ax and break up dXSARGS.
50563      Branch: perl
50564            ! XSUB.h pod/perlapi.pod
50565 ____________________________________________________________________________
50566 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
50567         Log: More AIX tweakage from Merijn.
50568      Branch: perl
50569            ! hints/aix.sh
50570 ____________________________________________________________________________
50571 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
50572         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
50573              From: "Craig A. Berry" <craigberry@mac.com>
50574              Date: Tue, 12 Jun 2001 22:57:45 -0500
50575              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
50576      Branch: perl
50577            ! vms/descrip_mms.template
50578 ____________________________________________________________________________
50579 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
50580         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
50581              From: "Craig A. Berry" <craigberry@mac.com>
50582              Date: Tue, 12 Jun 2001 22:21:39 -0500
50583              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
50584      Branch: perl
50585            ! configure.com util.c
50586 ____________________________________________________________________________
50587 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
50588         Log: New AIX dynaloading code from Jens-Uwe Mager.
50589              Does break binary compatibility.
50590      Branch: perl
50591            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
50592 ____________________________________________________________________________
50593 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
50594         Log: VMS DEC C compiler found nits by Peter Prymmer.
50595      Branch: perl
50596            ! util.c
50597 ____________________________________________________________________________
50598 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
50599         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
50600              From: Peter Prymmer <pvhp@forte.com>
50601              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
50602              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
50603      Branch: perl
50604            ! t/lib/filecomp.t
50605 ____________________________________________________________________________
50606 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
50607         Log: I wonder how many $CONFIGs still lurk in the shadows.
50608      Branch: perl
50609            ! pod/Makefile.SH x2p/cflags.SH
50610 ____________________________________________________________________________
50611 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
50612         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
50613      Branch: perl
50614            ! pod/checkpods.PL
50615 ____________________________________________________________________________
50616 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
50617         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
50618      Branch: perl
50619            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
50620 ____________________________________________________________________________
50621 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
50622         Log: Subject: [patch] rid local_patches warnings
50623              From: Doug MacEachern <dougm@covalent.net>
50624              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
50625              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
50626      Branch: perl
50627            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
50628 ____________________________________________________________________________
50629 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
50630         Log: Subject: Re: ext/ + -Wall
50631              From: Doug MacEachern <dougm@covalent.net>
50632              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
50633              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
50634      Branch: perl
50635            ! ext/attrs/attrs.xs
50636 ____________________________________________________________________________
50637 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
50638         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
50639              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
50640              Date: Tue, 12 Jun 2001 14:36:20 -0400
50641              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
50642      Branch: perl
50643            ! pod/perlretut.pod
50644 ____________________________________________________________________________
50645 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
50646         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
50647              From: Mike Guy <mjtg@cam.ac.uk>
50648              Date: Tue, 12 Jun 2001 19:10:31 +0100
50649              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
50650              
50651              Subject: Re: [ID 20010612.001] out of memory during regex compilation
50652              From: Mike Guy <mjtg@cam.ac.uk>
50653              Date: Tue, 12 Jun 2001 19:21:01 +0100
50654              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
50655      Branch: perl
50656            ! pod/perlop.pod
50657 ____________________________________________________________________________
50658 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
50659         Log: AIX tweaks from Merijn H. Brand.
50660      Branch: perl
50661            ! hints/aix.sh
50662 ____________________________________________________________________________
50663 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
50664         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
50665              From: "Brendan O'Dea" <bod@compusol.com.au>
50666              Date: Wed, 13 Jun 2001 05:16:47 +1000
50667              Message-ID: <20010613051647.A8945@compusol.com.au>
50668      Branch: maint-5.6/perl
50669            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
50670 ____________________________________________________________________________
50671 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
50672         Log: Subject: Small bcopy cleanup
50673              From: Andy Dougherty <doughera@lafayette.edu>
50674              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
50675              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
50676      Branch: perl
50677            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
50678 ____________________________________________________________________________
50679 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
50680         Log: Subject: [PATCH] Re: ext/ + -Wall
50681              From: Nicholas Clark <nick@ccl4.org>
50682              Date: Wed, 13 Jun 2001 00:04:30 +0100
50683              Message-ID: <20010613000430.M5901@plum.flirble.org>
50684      Branch: perl
50685            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
50686 ____________________________________________________________________________
50687 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
50688         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
50689              From: Nicholas Clark <nick@ccl4.org>
50690              Date: Tue, 12 Jun 2001 23:53:07 +0100
50691              Message-ID: <20010612235307.L5901@plum.flirble.org>
50692      Branch: perl
50693            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50694 ____________________________________________________________________________
50695 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
50696         Log: MPE/iX tweaks from Mark Bixby.
50697      Branch: perl
50698            ! hints/mpeix.sh mpeix/mpeixish.h util.c
50699 ____________________________________________________________________________
50700 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
50701         Log: Update Changes.
50702      Branch: perl
50703            ! Changes patchlevel.h
50704 ____________________________________________________________________________
50705 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
50706         Log: One less -Wall whine (found under DEBUGGING).
50707      Branch: perl
50708            ! x2p/Makefile.SH x2p/a2p.c
50709 ____________________________________________________________________________
50710 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
50711         Log: s/case-independent/case-insensitive/g
50712      Branch: perl
50713            ! pod/perldebug.pod
50714 ____________________________________________________________________________
50715 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
50716         Log: As suggested in    
50717              
50718              Subject: Re: ext/ + -Wall
50719              From: Gurusamy Sarathy <gsar@ActiveState.com>
50720              Date: Mon, 11 Jun 2001 23:34:31 -0700
50721              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
50722      Branch: perl
50723            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
50724            ! perl.h
50725 ____________________________________________________________________________
50726 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
50727         Log: Subject: ext/ + -Wall
50728              From: Doug MacEachern <dougm@covalent.net>
50729              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
50730              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
50731      Branch: perl
50732            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
50733            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
50734            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
50735            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
50736            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
50737            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
50738            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
50739            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
50740            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
50741            ! lib/ExtUtils/xsubpp
50742 ____________________________________________________________________________
50743 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
50744         Log: Subject: [PATCH] anonymous stashes
50745              From: Abhijit Menon-Sen <ams@wiw.org>
50746              Date: Tue, 12 Jun 2001 12:47:04 +0530
50747              Message-ID: <20010612124704.A29029@lustre.linux.in>
50748      Branch: perl
50749            ! dump.c gv.c sv.c xsutils.c
50750 ____________________________________________________________________________
50751 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
50752         Log: One more test for $^S.
50753      Branch: perl
50754            ! t/op/magic.t
50755 ____________________________________________________________________________
50756 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
50757         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
50758              From: Abhijit Menon-Sen <ams@wiw.org>
50759              Date: Tue, 12 Jun 2001 17:35:55 +0530
50760              Message-ID: <20010612173555.A32426@lustre.linux.in>
50761      Branch: perl
50762            ! mg.c t/op/magic.t
50763 ____________________________________________________________________________
50764 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
50765         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
50766              From: Mike Guy <mjtg@cam.ac.uk>
50767              Date: Tue, 12 Jun 2001 13:14:15 +0100
50768              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
50769      Branch: perl
50770            ! pod/perlop.pod
50771 ____________________________________________________________________________
50772 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
50773         Log: AUTHORS updates.
50774      Branch: perl
50775            ! AUTHORS
50776 ____________________________________________________________________________
50777 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
50778         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
50779              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
50780              Content-Transfer-Encoding: 7bit
50781              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
50782      Branch: perl
50783            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
50784 ____________________________________________________________________________
50785 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
50786         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
50787              From: "Philip Newton" <Philip.Newton@gmx.net>
50788              Date: Mon, 11 Jun 2001 07:08:03 +0200
50789              Message-Id: <200106120802.LAA08992@taas.iki.fi>
50790      Branch: perl
50791            ! t/base/term.t
50792 ____________________________________________________________________________
50793 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
50794         Log: Cleanup the a2p.c for -Wall.
50795      Branch: perl
50796            ! x2p/Makefile.SH x2p/a2p.c
50797 ____________________________________________________________________________
50798 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
50799         Log: File::Find update for MacOS from Chris Nandor.
50800      Branch: perl
50801            ! lib/File/Find.pm t/lib/filefind.t
50802 ____________________________________________________________________________
50803 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
50804         Log: gcc -Wall nits picked out by a non-UNIX system
50805              (courtesy of Mark Bixby)
50806      Branch: perl
50807            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
50808            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
50809            ! pp_sys.c util.c
50810 ____________________________________________________________________________
50811 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
50812         Log: Metaconfig unit change for #10522.  (The d_modfl changes
50813              placate metalint.)
50814      Branch: metaconfig/U/perl
50815            ! d_modfl.U d_u32align.U
50816 ____________________________________________________________________________
50817 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
50818         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
50819              be "./try 2>&1 >/dev/null".
50820      Branch: perl
50821            ! Configure
50822 ____________________________________________________________________________
50823 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
50824         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
50825              From: "Craig A. Berry" <craigberry@mac.com>
50826              Date: Mon, 11 Jun 2001 14:00:32 -0500
50827              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
50828      Branch: perl
50829            ! configure.com
50830 ____________________________________________________________________________
50831 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
50832         Log: Move the full \p\P lists to perlunicode.
50833      Branch: perl
50834            ! pod/perlretut.pod pod/perlunicode.pod
50835 ____________________________________________________________________________
50836 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
50837         Log: VOS build tweak for 5.6.1 from Paul Green.
50838      Branch: maint-5.6/perl
50839            ! vos/build.cm
50840 ____________________________________________________________________________
50841 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
50842         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
50843              From: "Craig A. Berry" <craigberry@mac.com>
50844              Date: Fri, 8 Jun 2001 18:08:18 -0500
50845              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
50846      Branch: perl
50847            ! vms/vms.c
50848 ____________________________________________________________________________
50849 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
50850         Log: Update Changes.
50851      Branch: perl
50852            ! Changes patchlevel.h
50853 ____________________________________________________________________________
50854 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
50855         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
50856      Branch: perl
50857            ! vos/config.alpha.h vos/config.ga.h
50858 ____________________________________________________________________________
50859 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
50860         Log: VOS updates from Paul Green for @10476.
50861      Branch: perl
50862            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
50863            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50864            ! vos/config.ga.h vos/configure_perl.cm
50865 ____________________________________________________________________________
50866 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
50867         Log: Subject: [PATCH] Not many people know this ...
50868              From: Mike Guy <mjtg@cam.ac.uk>
50869              Date: Mon, 11 Jun 2001 14:55:15 +0100
50870              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
50871      Branch: perl
50872            ! pod/perldebug.pod
50873 ____________________________________________________________________________
50874 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
50875         Log: Add final commas to lists as suggested by Philip Newton.
50876      Branch: perl
50877            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50878 ____________________________________________________________________________
50879 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
50880         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
50881              Date: Sun, 10 Jun 2001 23:35:38 -0400
50882              From: Chris Nandor <pudge@pobox.com>
50883              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
50884      Branch: perl
50885            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
50886            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
50887            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
50888            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
50889            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
50890            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
50891            ! t/op/write.t t/pragma/strict.t
50892 ____________________________________________________________________________
50893 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
50894         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
50895              From: Chris Nandor <pudge@pobox.com>
50896              Date: Mon, 11 Jun 2001 08:24:28 -0400
50897              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
50898      Branch: perl
50899            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
50900            ! t/lib/io_dir.t
50901 ____________________________________________________________________________
50902 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
50903         Log: One more run_byacc (a hand-tweaked version had slipped in).
50904      Branch: perl
50905            ! perly.c vms/perly_c.vms
50906 ____________________________________________________________________________
50907 [ 10509] By: nick                                  on 2001/06/11  07:49:15
50908         Log: Integrate mainline
50909      Branch: perlio
50910           !> Makefile.SH embed.h embed.pl global.sym
50911           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
50912           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
50913           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
50914           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
50915 ____________________________________________________________________________
50916 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
50917         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
50918              From: Mike Guy <mjtg@cam.ac.uk>
50919              Reply-To: mjtg@cam.ac.uk
50920              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
50921      Branch: perl
50922            ! lib/ExtUtils/Manifest.pm
50923 ____________________________________________________________________________
50924 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
50925         Log: Subject: [PATCH] ExtUtils::Constant
50926              From: Nicholas Clark <nick@ccl4.org>
50927              Date: Sun, 10 Jun 2001 23:25:41 +0100
50928              Message-ID: <20010610232540.C76396@plum.flirble.org>
50929      Branch: perl
50930            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
50931 ____________________________________________________________________________
50932 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
50933         Log: Integrate perlio:
50934              
50935              [ 10504]
50936              Fix (valid) -Wall warnings in perlio.c
50937      Branch: perl
50938           !> iperlsys.h
50939 ____________________________________________________________________________
50940 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
50941         Log: Move the grok_number and its lieutenant grok_numeric_radix
50942              from sv.c statics to util.c and public.
50943      Branch: perl
50944            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
50945            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
50946 ____________________________________________________________________________
50947 [ 10504] By: nick                                  on 2001/06/10  17:47:06
50948         Log: Fix (valid) -Wall warnings in perlio.c
50949      Branch: perlio
50950            ! iperlsys.h
50951 ____________________________________________________________________________
50952 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
50953         Log: Update perly_c.diff, update perly.fixer to edit away
50954              some of the -Wall noise.
50955      Branch: perl
50956            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
50957 ____________________________________________________________________________
50958 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
50959         Log: Check the version of byacc.
50960      Branch: perl
50961            ! Makefile.SH
50962 ____________________________________________________________________________
50963 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
50964         Log: Subject: [PATCH] perly.y overhaul
50965              From: Simon Cozens <simon@netthink.co.uk>
50966              Date: Sun, 10 Jun 2001 16:56:54 +0100
50967              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
50968              
50969              Plus make run_byacc.
50970      Branch: perl
50971            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
50972 ____________________________________________________________________________
50973 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
50974         Log: Integrate perlio:
50975              
50976              [ 10497]
50977              Paper over a crack or two with USE_SFIO
50978      Branch: perl
50979           !> perlio.c perlsfio.h
50980 ____________________________________________________________________________
50981 [ 10499] By: nick                                  on 2001/06/10  15:01:08
50982         Log: Integrate mainline
50983      Branch: perlio
50984           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
50985           !> t/pragma/locale.t util.c
50986 ____________________________________________________________________________
50987 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
50988         Log: Put some meat on the perl572delta bones.  The list of
50989              selected bug fixes needs more work, as does still the
50990              whole document.
50991      Branch: perl
50992            ! pod/perl572delta.pod
50993 ____________________________________________________________________________
50994 [ 10497] By: nick                                  on 2001/06/10  12:27:51
50995         Log: Paper over a crack or two with USE_SFIO
50996      Branch: perlio
50997            ! perlio.c perlsfio.h
50998 ____________________________________________________________________________
50999 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
51000         Log: Update Changes.
51001      Branch: perl
51002            ! Changes patchlevel.h
51003 ____________________________________________________________________________
51004 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
51005         Log: Subject: Re: pragma/locale.t #107
51006              From: Hugo <hv@crypt.compulink.co.uk>
51007              Date: Sun, 10 Jun 2001 11:23:30 +0100
51008              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
51009              
51010              Encapsulate the scan of the decimal radix separator.
51011      Branch: perl
51012            ! embed.h embed.pl proto.h sv.c
51013 ____________________________________________________________________________
51014 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
51015         Log: Try to grok numbers both with the locale specific separator
51016              and with the usual "." (if different from the lss); add a test
51017              to locale.t to do also a little bit of math in addition to just
51018              equalness testing; remove extraneous logic as suggested in
51019              
51020              Subject: Re: pragma/locale.t #107
51021              From: Nicholas Clark <nick@ccl4.org>
51022              Date: Sat, 9 Jun 2001 22:37:36 +0100
51023              Message-ID: <20010609223735.Y76396@plum.flirble.org>
51024      Branch: perl
51025            ! sv.c t/pragma/locale.t
51026 ____________________________________________________________________________
51027 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
51028         Log: Metaconfig unit change for #10492.
51029      Branch: metaconfig/U/perl
51030            ! Extensions.U
51031 ____________________________________________________________________________
51032 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
51033         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
51034              From: Artur Bergman <artur@contiller.se> 
51035              Date: Sat, 09 Jun 2001 21:03:51 +0200
51036              Message-ID: <B7483FB6.1398%artur@contiller.se>
51037      Branch: perl
51038            ! Configure
51039 ____________________________________________________________________________
51040 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
51041         Log: Integrate perlio:
51042              
51043              [ 10489]
51044              Make XS/Typemap compile (but fail) with sfio
51045      Branch: perl
51046           !> perlsfio.h
51047 ____________________________________________________________________________
51048 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
51049         Log: Do locale specific separator if only in locale.
51050      Branch: perl
51051            ! util.c
51052 ____________________________________________________________________________
51053 [ 10489] By: nick                                  on 2001/06/09  19:13:25
51054         Log: Make XS/Typemap compile (but fail) with sfio
51055      Branch: perlio
51056            ! perlsfio.h
51057 ____________________________________________________________________________
51058 [ 10488] By: nick                                  on 2001/06/09  19:12:51
51059         Log: Re-integrate mainline
51060      Branch: perlio
51061           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
51062           !> proto.h sv.c util.c
51063 ____________________________________________________________________________
51064 [ 10487] By: nick                                  on 2001/06/09  16:26:29
51065         Log: Integrate mainline
51066      Branch: perlio
51067           !> (integrate 31 files)
51068 ____________________________________________________________________________
51069 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
51070         Log: Subject: [PATCH] New attempt to clone callack
51071              From: Artur Bergman <artur@contiller.se> 
51072              Date: Thu, 07 Jun 2001 11:52:16 +0200
51073              Message-ID: <B7451B6F.12B7%artur@contiller.se>
51074      Branch: perl
51075            ! embedvar.h intrpvar.h perlapi.h sv.c
51076 ____________________________________________________________________________
51077 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
51078         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
51079      Branch: perl
51080            ! embed.h embed.pl perl.h proto.h sv.c util.c
51081 ____________________________________________________________________________
51082 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
51083         Log: Subject: Re: pragma/locale.t #107
51084              From: Nicholas Clark <nick@ccl4.org>
51085              Date: Sat, 9 Jun 2001 16:26:10 +0100
51086              Message-ID: <20010609162609.V76396@plum.flirble.org>
51087              
51088              A missing NVification.
51089      Branch: perl
51090            ! sv.c
51091 ____________________________________________________________________________
51092 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
51093         Log: Redo the #10482, there already was a test script for formats.
51094      Branch: perl
51095            - t/io/format.t
51096            ! MANIFEST t/op/write.t
51097 ____________________________________________________________________________
51098 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
51099         Log: Twisted format testing, from Merijn.
51100      Branch: perl
51101            + t/io/format.t
51102            ! MANIFEST
51103 ____________________________________________________________________________
51104 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
51105         Log: More \p{In...} testing, combined with \N{...}.
51106      Branch: perl
51107            ! lib/utf8_heavy.pl t/op/pat.t
51108 ____________________________________________________________________________
51109 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
51110         Log: Metaconfig changes for #10479.
51111      Branch: metaconfig
51112            ! U/Glossary.patch
51113      Branch: metaconfig/U/perl
51114            ! d_modfl.U
51115 ____________________________________________________________________________
51116 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
51117         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
51118      Branch: perl
51119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51120            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
51121            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51122            ! win32/config.bc win32/config.gc win32/config.vc
51123 ____________________________________________________________________________
51124 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
51125         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
51126              From: "Craig A. Berry" <craigberry@mac.com>
51127              Date: Thu, 7 Jun 2001 14:27:20 -0500
51128              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
51129      Branch: perl
51130            ! vms/perlvms.pod
51131 ____________________________________________________________________________
51132 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
51133         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
51134              From: Gisle Aas <gisle@ActiveState.com>
51135              Date: 07 Jun 2001 17:04:29 -0700
51136              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
51137      Branch: perl
51138            ! ext/re/re.xs
51139 ____________________________________________________________________________
51140 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
51141         Log: Update Changes.
51142      Branch: perl
51143            ! Changes patchlevel.h
51144 ____________________________________________________________________________
51145 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
51146         Log: Regen Glossary et alia.
51147      Branch: perl
51148            ! Porting/Glossary Porting/config.sh Porting/config_H
51149 ____________________________________________________________________________
51150 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
51151         Log: Metaconfig unit changes for #10473.
51152      Branch: metaconfig/U/perl
51153            ! d_modfl.U
51154 ____________________________________________________________________________
51155 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
51156         Log: Harumph, also AIX will spill its guts (i.e. dump core)
51157              if an executable contains modfl() but it hasn't been
51158              compiled right (in the case of AIX, with cc -qlongdouble).
51159      Branch: perl
51160            ! Configure
51161 ____________________________________________________________________________
51162 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
51163         Log: integrate change#10471 from mainline
51164              
51165              in change#10451, check that CvOUTSIDE is a CV before looking in
51166              (it can apparently be SVt_NULL during global destruction)
51167      Branch: maint-5.6/perl
51168           !> op.c
51169 ____________________________________________________________________________
51170 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
51171         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
51172              (it can apparently be SVt_NULL during global destruction)
51173      Branch: perl
51174            ! op.c
51175 ____________________________________________________________________________
51176 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
51177         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
51178              From: Robin Barker <rmb1@cise.npl.co.uk>
51179              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
51180              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
51181      Branch: perl
51182            ! lib/diagnostics.pm pod/perldiag.pod
51183 ____________________________________________________________________________
51184 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
51185         Log: Subject: [PATCH perl@10439] long =item
51186              From: Robin Barker <rmb1@cise.npl.co.uk>
51187              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
51188              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
51189      Branch: perl
51190            ! README.amiga lib/Attribute/Handlers.pm
51191            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
51192 ____________________________________________________________________________
51193 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
51194         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
51195              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
51196              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
51197              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
51198      Branch: perl
51199            ! pod/perlguts.pod
51200 ____________________________________________________________________________
51201 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
51202         Log: Integrate perlio:
51203              
51204              [ 10466]
51205              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
51206              whitespace tweaks.
51207              Still coredumps in pragma/overload.t - what a nice hard fail that is...
51208      Branch: perl
51209           !> sv.c
51210 ____________________________________________________________________________
51211 [ 10466] By: nick                                  on 2001/06/07  10:25:40
51212         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
51213              whitespace tweaks.
51214              Still coredumps in pragma/overload.t - what a nice hard fail that is...
51215      Branch: perlio
51216            ! sv.c
51217 ____________________________________________________________________________
51218 [ 10465] By: nick                                  on 2001/06/07  08:41:58
51219         Log: Raw integrate of mainline for S_grok_number debug
51220              (sv.c has MULTIPLICITY issues as well as whatever else ...)
51221      Branch: perlio
51222            - plan9/perlplan9.doc plan9/perlplan9.pod
51223           !> (integrate 46 files)
51224 ____________________________________________________________________________
51225 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
51226         Log: The proper prototyping for #10463.
51227      Branch: perl
51228            ! embed.h embed.pl proto.h sv.c
51229 ____________________________________________________________________________
51230 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
51231         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
51232              From: Nicholas Clark <nick@ccl4.org>
51233              Date: Thu, 7 Jun 2001 00:29:59 +0100
51234              Message-ID: <20010607002959.Z76396@plum.flirble.org>
51235      Branch: perl
51236            ! sv.c
51237 ____________________________________________________________________________
51238 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
51239         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
51240              From: "Craig A. Berry" <craigberry@mac.com>
51241              Date: Wed, 06 Jun 2001 17:54:30 -0500
51242              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
51243      Branch: perl
51244            ! vms/perlvms.pod
51245 ____________________________________________________________________________
51246 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
51247         Log: Podify the remaining README.platform files;
51248              merge README.plan9 and plan9/perlplan9.pod;
51249              delete plan9/perlplan9.* (the perlplan.doc needs to
51250              be regenerated in Plan 9); make the =head1 and =head2
51251              in the README.platform to be a little more verbose
51252              (skipped README.os2 not to anger Ilya) so that they
51253              look better in the toc; regen toc.
51254      Branch: perl
51255            - plan9/perlplan9.doc plan9/perlplan9.pod
51256            ! MANIFEST README.aix README.amiga README.apollo README.beos
51257            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
51258            ! README.hpux README.hurd README.machten README.macos
51259            ! README.micro README.mint README.mpeix README.os390
51260            ! README.plan9 README.qnx README.solaris README.threads
51261            ! README.tru64 README.vmesa README.vms README.vos README.win32
51262            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
51263            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
51264 ____________________________________________________________________________
51265 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
51266         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
51267              From: Mike Guy <mjtg@cam.ac.uk>
51268              Reply-To: mjtg@cam.ac.uk
51269              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
51270      Branch: perl
51271            ! pod/perlguts.pod
51272 ____________________________________________________________________________
51273 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
51274         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
51275              From: Mike Guy <mjtg@cam.ac.uk>
51276              Reply-To: mjtg@cam.ac.uk
51277              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
51278      Branch: perl
51279            ! pod/perlsec.pod
51280 ____________________________________________________________________________
51281 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
51282         Log: Disable long doubles from pre-5.0 Tru64s.
51283      Branch: perl
51284            ! README.tru64 hints/dec_osf.sh
51285 ____________________________________________________________________________
51286 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
51287         Log: The #10455 exposed that modfl() is fundamentally busted
51288              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
51289              testing it.
51290      Branch: perl
51291            ! hints/dec_osf.sh
51292 ____________________________________________________________________________
51293 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
51294         Log: Metaconfig unit change for #10455.
51295      Branch: metaconfig/U/perl
51296            ! d_modfl.U
51297 ____________________________________________________________________________
51298 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
51299         Log: Configure check for geborken modfl(), inspired by
51300              
51301              Subject: Re: [20010118.017] op/int.t failure 
51302              From: Hugo <hv@crypt.compulink.co.uk>
51303              Date: Tue, 05 Jun 2001 13:43:27 +0100
51304              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
51305      Branch: perl
51306            ! Configure
51307 ____________________________________________________________________________
51308 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
51309         Log: Integrate changes #10450 and #10451 from maintperl:
51310              
51311              optimize change#10448 slightly (don't repeat search in eval""s lexical
51312              scope, since that has already been searched)
51313              
51314              change#9108 needs subtler treatment for case of closures created
51315              within eval""
51316      Branch: perl
51317           !> op.c t/op/misc.t
51318 ____________________________________________________________________________
51319 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
51320         Log: MakeMaker magic to compile (when no dynamic loading)
51321              List/Util.xsc as (ListUtil.c and) ListUtil.o since
51322              POSIX-BC (BS2000) linker has an evil limitation of
51323              being unable to include in the same executable several
51324              object files with the same name - case-insensitively -
51325              because otherwise we conflict with util.c.
51326              Strictly speaking currently required only in POSIX-BC
51327              but probably will do no harm elsewhere where static
51328              linking is required.
51329      Branch: perl
51330            ! ext/List/Util/Makefile.PL
51331 ____________________________________________________________________________
51332 [ 10452] By: nick                                  on 2001/06/06  08:59:51
51333         Log: Integrate mainline.
51334      Branch: perlio
51335           +> lib/Attribute/Handlers/demo/Demo.pm
51336           +> lib/Attribute/Handlers/demo/Descriptions.pm
51337           +> lib/Attribute/Handlers/demo/MyClass.pm
51338           +> lib/Attribute/Handlers/demo/demo.pl
51339           +> lib/Attribute/Handlers/demo/demo2.pl
51340           +> lib/Attribute/Handlers/demo/demo3.pl
51341           +> lib/Attribute/Handlers/demo/demo4.pl
51342           +> lib/Attribute/Handlers/demo/demo_call.pl
51343           +> lib/Attribute/Handlers/demo/demo_chain.pl
51344           +> lib/Attribute/Handlers/demo/demo_cycle.pl
51345           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
51346           +> lib/Attribute/Handlers/demo/demo_phases.pl
51347           +> lib/Attribute/Handlers/demo/demo_range.pl
51348           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
51349           +> uts/strtol_wrap.c
51350           !> (integrate 91 files)
51351 ____________________________________________________________________________
51352 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
51353         Log: change#9108 needs subtler treatment for case of closures created
51354              within eval""
51355      Branch: maint-5.6/perl
51356            ! op.c t/op/misc.t
51357 ____________________________________________________________________________
51358 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
51359         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
51360              scope, since that has already been searched)
51361      Branch: maint-5.6/perl
51362            ! op.c
51363 ____________________________________________________________________________
51364 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
51365         Log: Integrate change #10448 from maintperl; lexicals
51366              outside an eval"" weren't resolved correctly inside a subroutine
51367              definition inside the eval"" if they were not already referenced
51368              in the toplevel of the eval""-ed code
51369      Branch: perl
51370           !> cop.h op.c pp_ctl.c t/op/misc.t
51371 ____________________________________________________________________________
51372 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
51373         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
51374              outside an eval"" weren't resolved correctly inside a subroutine
51375              definition inside the eval"" if they were not already referenced
51376              in the toplevel of the eval""-ed code
51377      Branch: maint-5.6/perl
51378            ! cop.h op.c pp_ctl.c t/op/misc.t
51379 ____________________________________________________________________________
51380 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
51381         Log: Subject: [PATCH] perl570delta.pod
51382              From: Peter Scott <Peter@PSDT.com> 
51383              Date: Tue, 05 Jun 2001 18:51:02 -0700
51384              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
51385      Branch: perl
51386            ! pod/perl570delta.pod
51387 ____________________________________________________________________________
51388 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
51389         Log: The fudge factor is no more needed.  I hope.
51390      Branch: perl
51391            ! t/lib/posix.t
51392 ____________________________________________________________________________
51393 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
51394         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
51395              From: Hugo <hv@crypt.compulink.co.uk>
51396              Date: Tue, 05 Jun 2001 12:58:19 +0100
51397              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
51398      Branch: perl
51399            ! util.c
51400 ____________________________________________________________________________
51401 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
51402         Log: Make up prototypes only for those who have the functions
51403              but not the prototypes.
51404      Branch: perl
51405            ! perl.h
51406 ____________________________________________________________________________
51407 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
51408         Log: Subject: Re: Not OK: perl@10439 on win32 
51409              From: Prymmer/Kahn <pvhp@best.com> 
51410              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
51411              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
51412      Branch: perl
51413            ! perl.h util.c
51414 ____________________________________________________________________________
51415 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
51416         Log: The metaconfig units changes for #10441.
51417      Branch: metaconfig
51418            ! U/modified/Extract.U U/modified/Extractall.U
51419            ! U/modified/Finish.U
51420 ____________________________________________________________________________
51421 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
51422         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
51423      Branch: perl
51424            ! Configure
51425 ____________________________________________________________________________
51426 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
51427         Log: Unnecessary fuzziness undone, noted by Mike Guy.
51428      Branch: perl
51429            ! t/op/tr.t
51430 ____________________________________________________________________________
51431 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
51432         Log: Update Changes.
51433      Branch: perl
51434            ! Changes patchlevel.h
51435 ____________________________________________________________________________
51436 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
51437         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
51438              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
51439              leakage patch.
51440      Branch: perl
51441            ! t/op/misc.t
51442 ____________________________________________________________________________
51443 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
51444         Log: Test case for #10433/#10424.
51445      Branch: perl
51446            ! t/op/misc.t
51447 ____________________________________________________________________________
51448 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
51449         Log: Subject: One fix for strtoul not setting errno
51450              From: hom00@utsglobal.com (Hal Morris)
51451              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
51452              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
51453      Branch: perl
51454            + uts/strtol_wrap.c
51455            ! MANIFEST hints/uts.sh
51456 ____________________________________________________________________________
51457 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
51458         Log: Metaconfig units changes for #10434.
51459      Branch: metaconfig
51460            ! U/modified/Cppsym.U
51461      Branch: metaconfig/U/perl
51462            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
51463            + d_syscallproto.U d_usleepproto.U
51464            ! longdblfio.U quadfio.U
51465 ____________________________________________________________________________
51466 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
51467         Log: Configure tweaks; add prototype probes, make the cpp symbols
51468              probe to cast, not whine; test for %Ld and %Lf before %lld and
51469              %llf because the L is the ANSI way.
51470      Branch: perl
51471            ! Configure config_h.SH configure.com epoc/config.sh
51472            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
51473            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51474            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
51475 ____________________________________________________________________________
51476 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
51477         Log: Sigh.  This is what #10424 was supposed to check in.
51478      Branch: perl
51479            ! op.c sv.c sv.h
51480 ____________________________________________________________________________
51481 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
51482         Log: More verbose failure.
51483      Branch: perl
51484            ! t/op/ver.t
51485 ____________________________________________________________________________
51486 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
51487         Log: The .pm changes to go with #10428.
51488      Branch: perl
51489            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
51490            ! ext/Sys/Syslog/Syslog.pm
51491 ____________________________________________________________________________
51492 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
51493         Log: On second thoughts show to utf8 skippage message only
51494              on failures, it's too confusing otherwise,
51495      Branch: perl
51496            ! t/pragma/locale.t
51497 ____________________________________________________________________________
51498 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
51499         Log: Do not import anything from Encode.
51500      Branch: perl
51501            ! ext/MIME/Base64/QuotedPrint.pm
51502 ____________________________________________________________________________
51503 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
51504         Log: The #10402 didn't take.  Weird.
51505      Branch: perl
51506            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
51507            ! ext/Sys/Syslog/Syslog.xs
51508 ____________________________________________________________________________
51509 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
51510         Log: Eradicate traces of 'asciirange' re subpragma.
51511      Branch: perl
51512            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
51513            ! pod/perldiag.pod
51514 ____________________________________________________________________________
51515 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
51516         Log: use is a compile-time thing.
51517      Branch: perl
51518            ! ext/MIME/Base64/QuotedPrint.pm
51519 ____________________________________________________________________________
51520 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
51521         Log: Subject: [PATCH perl@10419] -Wall casting patch
51522              From: Robin Barker <rmb1@cise.npl.co.uk>
51523              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
51524              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
51525      Branch: perl
51526            ! ext/Devel/DProf/DProf.xs mg.c
51527 ____________________________________________________________________________
51528 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
51529         Log: Subject: [PATCH #2] introducing SVpad_TYPED
51530              From: Abhijit Menon-Sen <ams@wiw.org>
51531              Date: Mon, 4 Jun 2001 12:26:02 +0530
51532              Message-ID: <20010604122602.A5775@lustre.linux.in>
51533      Branch: perl
51534            ! op.c sv.c sv.h
51535 ____________________________________________________________________________
51536 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
51537         Log: testsuite for change#10192 (from Gisle Aas)
51538      Branch: perl
51539            + t/op/override.t
51540            ! MANIFEST
51541 ____________________________________________________________________________
51542 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
51543         Log: integrate changes#10414-10416 from mainline
51544              
51545              Potential buffer overrun if the radix separator is more than
51546              one byte.  Also, under locales, prefer the locale-specific
51547              separator over the old boring ".".
51548              
51549              "10.", that is, decimal numbers can have no decimal part at all.
51550              
51551              The non-locale places need love, too.
51552      Branch: maint-5.6/perl
51553           !> perl.h sv.c
51554 ____________________________________________________________________________
51555 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
51556         Log: Missed from #10420.
51557      Branch: perl
51558            ! epoc/config.sh
51559 ____________________________________________________________________________
51560 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
51561         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
51562              often this prototype goes with HAS_SETRESUID_PROTO.
51563      Branch: perl
51564            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51565            ! config_h.SH configure.com perl.h uconfig.h
51566 ____________________________________________________________________________
51567 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
51568         Log: Update Changes.
51569      Branch: perl
51570            ! Changes patchlevel.h
51571 ____________________________________________________________________________
51572 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
51573         Log: -Wall "subscript has type `char'" cleanup.
51574      Branch: perl
51575            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
51576 ____________________________________________________________________________
51577 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
51578         Log: Various "cast to pointer from integer of different size"
51579              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
51580              wide but I32 (int) only 32 bits wide).
51581              
51582              WARNING: the classnum and tagnum changes in Storable.xs
51583              may not be wise, they may be breaking binary compatibility
51584              (in 64-bit platforms), asked Raphael Manfredi about the changes.
51585      Branch: perl
51586            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
51587            ! mg.c proto.h
51588 ____________________________________________________________________________
51589 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
51590         Log: The non-locale places need love, too.
51591      Branch: perl
51592            ! perl.h
51593 ____________________________________________________________________________
51594 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
51595         Log: "10.", that is, decimal numbers can have no decimal part at all.
51596      Branch: perl
51597            ! perl.h
51598 ____________________________________________________________________________
51599 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
51600         Log: Potential buffer overrun if the radix separator is more than
51601              one byte.  Also, under locales, prefer the locale-specific
51602              separator over the old boring ".".
51603      Branch: perl
51604            ! perl.h sv.c
51605 ____________________________________________________________________________
51606 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
51607         Log: Integrate change #10412 from maintperl; locale is now
51608              per-cop, not per-op; plus retweak the locale.t to always
51609              list the skipped utf8 locales.
51610      Branch: perl
51611            ! t/pragma/locale.t
51612           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
51613           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
51614 ____________________________________________________________________________
51615 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
51616         Log: rationalize locale handling to fix the bugs uncovered by change#10394
51617              
51618              the major issue was that the runtime was looking at PL_hints rather
51619              than op_private to notice whether locale was enabled
51620              
51621              the secondary issue was that many locale-sensitive numeric ops didn't
51622              have HINT_LOCALE propagated into their op_private
51623              
51624              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
51625              instead of per-op, just like HINT_BYTE and the hints for lexical
51626              warnings (this makes the hint available to every op via PL_curcop)
51627              
51628              pragma/locale.t may need to be reworked with these fixes in mind
51629              (it currently passes its tests)
51630      Branch: maint-5.6/perl
51631            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
51632            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
51633 ____________________________________________________________________________
51634 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
51635         Log: More verbose debugging.
51636      Branch: perl
51637            ! t/pragma/locale.t
51638 ____________________________________________________________________________
51639 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
51640         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
51641              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
51642              Date: Sat, 2 Jun 2001 22:53:33 +0100
51643              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
51644      Branch: perl
51645            ! regcomp.c t/pragma/warn/regcomp
51646 ____________________________________________________________________________
51647 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
51648         Log: Mention that lexicalizing $a or $b is a bad idea if one
51649              wants to use sort().
51650      Branch: perl
51651            ! pod/perlvar.pod
51652 ____________________________________________________________________________
51653 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
51654         Log: Tweak the test to be happy if the accuracy is 'good enough'.
51655      Branch: perl
51656            ! t/lib/posix.t
51657 ____________________________________________________________________________
51658 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
51659         Log: Upgrade to Attribute::Handlers 0.70.
51660              
51661              NOTE: this unearthed the "too late for CHECK block" bug,
51662              that's why the 1_compile.t change.
51663      Branch: perl
51664            + lib/Attribute/Handlers/demo/Demo.pm
51665            + lib/Attribute/Handlers/demo/Descriptions.pm
51666            + lib/Attribute/Handlers/demo/MyClass.pm
51667            + lib/Attribute/Handlers/demo/demo.pl
51668            + lib/Attribute/Handlers/demo/demo2.pl
51669            + lib/Attribute/Handlers/demo/demo3.pl
51670            + lib/Attribute/Handlers/demo/demo4.pl
51671            + lib/Attribute/Handlers/demo/demo_call.pl
51672            + lib/Attribute/Handlers/demo/demo_chain.pl
51673            + lib/Attribute/Handlers/demo/demo_cycle.pl
51674            + lib/Attribute/Handlers/demo/demo_hashdir.pl
51675            + lib/Attribute/Handlers/demo/demo_phases.pl
51676            + lib/Attribute/Handlers/demo/demo_range.pl
51677            + lib/Attribute/Handlers/demo/demo_rawdata.pl
51678            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
51679            ! t/lib/attrhand.t
51680 ____________________________________________________________________________
51681 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
51682         Log: One less -Wall whine.
51683      Branch: perl
51684            ! regcomp.c
51685 ____________________________________________________________________________
51686 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
51687         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
51688      Branch: perl
51689           !> t/op/eval.t
51690 ____________________________________________________________________________
51691 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
51692         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
51693              aren't "normally" visible inside eval""s contained in subs unless
51694              a cloned reference to them already exists)
51695              
51696              strangely enough, t/harness didn't show this up as a failure
51697              (harness needs fixing?)
51698      Branch: maint-5.6/perl
51699            ! t/op/eval.t
51700 ____________________________________________________________________________
51701 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
51702         Log: Update to Text::Balanced 1.85.
51703      Branch: perl
51704            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
51705 ____________________________________________________________________________
51706 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
51707         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
51708              From: Nicholas Clark <nick@ccl4.org>
51709              Date: Sun, 3 Jun 2001 17:54:36 +0100
51710              Message-ID: <20010603175436.E76396@plum.flirble.org> 
51711      Branch: perl
51712            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
51713            ! ext/Sys/Syslog/Syslog.xs
51714 ____________________________________________________________________________
51715 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
51716         Log: Unused variables.
51717      Branch: perl
51718            ! util.c
51719 ____________________________________________________________________________
51720 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
51721         Log: Subject: [PATCH] APIfy op_clear 
51722              From: Simon Cozens <simon@netthink.co.uk>
51723              Date: Sun, 3 Jun 2001 13:51:46 +0100
51724              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
51725              
51726              (despite the subject line, op_null is APIfied by the patch)
51727      Branch: perl
51728            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
51729 ____________________________________________________________________________
51730 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
51731         Log: Subject: [PATCH] t/lib/extutils.t
51732              From: Nicholas Clark <nick@ccl4.org>
51733              Date: Sat, 2 Jun 2001 23:57:05 +0100
51734              Message-ID: <20010602235705.Q12698@plum.flirble.org>
51735      Branch: perl
51736            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51737 ____________________________________________________________________________
51738 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
51739         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
51740              From: Prymmer/Kahn <pvhp@best.com>
51741              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
51742              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
51743      Branch: perl
51744            ! win32/Makefile win32/makefile.mk
51745 ____________________________________________________________________________
51746 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
51747         Log: Subject: Re: 'decimal digits' macro? 
51748              From: Hugo <hv@crypt.compulink.co.uk>
51749              Date: Sun, 03 Jun 2001 04:26:36 +0100
51750              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
51751      Branch: perl
51752            ! handy.h t/lib/posix.t t/op/tr.t
51753 ____________________________________________________________________________
51754 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
51755         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
51756              From: Hugo <hv@crypt.compulink.co.uk>
51757              Date: Sun, 03 Jun 2001 14:56:30 +0100
51758              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
51759      Branch: perl
51760            ! util.c
51761 ____________________________________________________________________________
51762 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
51763         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
51764      Branch: perl
51765           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
51766           !> vms/perly_c.vms
51767 ____________________________________________________________________________
51768 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
51769         Log: fix leakage of lexicals at file scope into subroutines that were
51770              declared before them; this appears to be a longstanding bug that
51771              meant that lexicals at file scope were never "deintroduced", meaning
51772              their scope range was never properly closed, and their visibility
51773              extended to all subsequent eval""s or requires
51774              
51775              added a test case
51776              
51777              seems to also fix a case of bogus duplicate warnings
51778      Branch: maint-5.6/perl
51779            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
51780            ! vms/perly_c.vms
51781 ____________________________________________________________________________
51782 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
51783         Log: More VMS tweaks from Craig A. Berry.
51784      Branch: perl
51785            ! configure.com t/lib/extutils.t
51786 ____________________________________________________________________________
51787 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
51788         Log: -Wall cleanup continues.
51789      Branch: perl
51790            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
51791            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
51792            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
51793            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
51794            ! run.c toke.c util.c
51795 ____________________________________________________________________________
51796 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
51797         Log: The metaconfig unit change for #10390.
51798      Branch: metaconfig/U/perl
51799            ! gccvers.U
51800 ____________________________________________________________________________
51801 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
51802         Log: Drop the -ansi from the default gcc flags.
51803              
51804              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
51805              that struct cannot be compared with a flat integer, such as STRLEN.
51806              The -ansi will also cause a lot of noise in Solaris because of:
51807              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
51808      Branch: perl
51809            ! Configure
51810 ____________________________________________________________________________
51811 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
51812         Log: Integrate perlio:
51813              
51814              [ 10387]
51815              Tweak util.c's atof2 for MULTIPLICITY
51816      Branch: perl
51817           !> pod/perlapi.pod util.c
51818 ____________________________________________________________________________
51819 [ 10388] By: nick                                  on 2001/06/02  08:01:12
51820         Log: Integrate mainline
51821      Branch: perlio
51822           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
51823           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
51824           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
51825           !> t/lib/1_compile.t t/lib/mimeqp.t
51826 ____________________________________________________________________________
51827 [ 10387] By: nick                                  on 2001/06/02  07:39:17
51828         Log: Tweak util.c's atof2 for MULTIPLICITY
51829      Branch: perlio
51830            ! util.c
51831 ____________________________________________________________________________
51832 [ 10386] By: nick                                  on 2001/06/02  07:38:33
51833         Log: Integrate mainline
51834      Branch: perlio
51835           !> (integrate 41 files)
51836 ____________________________________________________________________________
51837 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
51838         Log: Add Attribute::Handlers 0.61 from Damian Conway.
51839      Branch: perl
51840            + lib/Attribute/Handlers.pm t/lib/attrhand.t
51841            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
51842 ____________________________________________________________________________
51843 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
51844         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
51845              From: Peter Prymmer <pvhp@forte.com>
51846              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
51847              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
51848      Branch: perl
51849            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
51850 ____________________________________________________________________________
51851 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
51852         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
51853              From: Jeff Pinyan <jeffp@crusoe.net>
51854              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
51855              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
51856      Branch: perl
51857            ! lib/File/Find.pm
51858 ____________________________________________________________________________
51859 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
51860         Log: Subject: [PATCH perl@10381] configure.com tweaks
51861              From: "Craig A. Berry" <craigberry@mac.com>
51862              Date: Fri, 1 Jun 2001 13:55:43 -0500
51863              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
51864      Branch: perl
51865            ! configure.com
51866 ____________________________________________________________________________
51867 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
51868         Log: Update Changes.
51869      Branch: perl
51870            ! Changes patchlevel.h
51871 ____________________________________________________________________________
51872 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
51873         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
51874              From: Mike Guy <mjtg@cam.ac.uk>
51875              Date: Fri, 01 Jun 2001 18:17:02 +0100
51876              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
51877      Branch: perl
51878            ! lib/perl5db.pl
51879 ____________________________________________________________________________
51880 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
51881         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
51882              From: Hugo <hv@crypt.compulink.co.uk>
51883              Date: Thu, 31 May 2001 20:49:48 +0100
51884              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
51885      Branch: perl
51886            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
51887            ! util.c
51888 ____________________________________________________________________________
51889 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
51890         Log: Zero() is not available in x2p (or, rather, some of its
51891              implementations like memzero() might not be available.)
51892      Branch: perl
51893            ! x2p/hash.c
51894 ____________________________________________________________________________
51895 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
51896         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
51897              From: Michael G Schwern <schwern@pobox.com>
51898              Date: Fri, 1 Jun 2001 12:00:29 +0100
51899              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
51900              
51901              (But use Zero() instead of memset.)
51902      Branch: perl
51903            ! x2p/hash.c
51904 ____________________________________________________________________________
51905 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
51906         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
51907              From: Jeff Pinyan <jeffp@crusoe.net>
51908              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
51909              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
51910      Branch: perl
51911            ! pod/perldiag.pod regcomp.c t/op/pat.t
51912 ____________________________________________________________________________
51913 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
51914         Log: Retract #10324 and #10333; not needed.
51915      Branch: perl
51916            ! hints/irix_6.sh hints/linux.sh
51917 ____________________________________________________________________________
51918 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
51919         Log: The #10370 wasn't quite right.
51920      Branch: perl
51921            ! ext/XS/Typemap/Typemap.xs
51922 ____________________________________________________________________________
51923 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
51924         Log: The metaconfig units changes for #10372.
51925      Branch: metaconfig/U/perl
51926            + d_realpath.U d_sresgproto.U d_sresuproto.U
51927            ! gccvers.U i_db.U
51928 ____________________________________________________________________________
51929 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
51930         Log: Configure tweaks; record the Berkeley DB version,
51931              probe for realpath(), for setresuid() and setresgid()
51932              prototypes; use realpath() (try to be paranoid enough),
51933              use the setres[ug]id prototypes because glibc has the functions
51934              but not their prototypes; add -Wall -ansi to gcc ccflags;
51935              regen toc.
51936      Branch: perl
51937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51938            ! config_h.SH configure.com epoc/config.sh
51939            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
51940            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
51941            ! vos/config.ga.def win32/config.bc win32/config.gc
51942            ! win32/config.vc
51943 ____________________________________________________________________________
51944 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
51945         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
51946              From: Michael G Schwern <schwern@pobox.com>
51947              Date: Fri, 1 Jun 2001 11:28:14 +0100
51948              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
51949      Branch: perl
51950            ! lib/attributes.pm xsutils.c
51951 ____________________________________________________________________________
51952 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
51953         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
51954              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51955              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
51956              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
51957      Branch: perl
51958            ! ext/XS/Typemap/Typemap.xs
51959 ____________________________________________________________________________
51960 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
51961         Log: Subject: [patch] Cwd.xs optimizations/abstraction
51962              From: Doug MacEachern <dougm@covalent.net>
51963              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
51964              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
51965      Branch: perl
51966            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
51967            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
51968 ____________________________________________________________________________
51969 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
51970         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!])
51971              From: Nicholas Clark <nick@ccl4.org>
51972              Date: Thu, 31 May 2001 23:56:40 +0100
51973              Message-ID: <20010531235640.F12698@plum.flirble.org>
51974              
51975              Make the test work also under only static extensions
51976              (sh Configure -Uusedl fakes this nicely)
51977      Branch: perl
51978            ! t/lib/extutils.t
51979 ____________________________________________________________________________
51980 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
51981         Log: Subject: [PATCH hv.c] Eliminating trigraph
51982              From: Michael G Schwern <schwern@pobox.com>
51983              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
51984              Date: Fri, 1 Jun 2001 11:49:56 +0100
51985      Branch: perl
51986            ! hv.c
51987 ____________________________________________________________________________
51988 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
51989         Log: Subject: Re: [PATCH] Tests for File::Compare 
51990              From: "Philip Newton" <Philip.Newton@gmx.net>
51991              Date: Thu, 31 May 2001 19:44:05 +0200
51992              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
51993              
51994              Unnecessary "quotation marks".
51995      Branch: perl
51996            ! t/lib/filecomp.t
51997 ____________________________________________________________________________
51998 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
51999         Log: Integrate perlio:
52000              
52001              [ 10364]
52002              Cleanup dll.base and dll.exp created by GCC builds.
52003              
52004              [ 10363]
52005              Make filecomp test work on CRLF platforms by adding binmode.
52006      Branch: perl
52007           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
52008 ____________________________________________________________________________
52009 [ 10364] By: nick                                  on 2001/06/01  10:13:31
52010         Log: Cleanup dll.base and dll.exp created by GCC builds.
52011      Branch: perlio
52012            ! lib/ExtUtils/MM_Win32.pm
52013 ____________________________________________________________________________
52014 [ 10363] By: nick                                  on 2001/06/01  10:02:17
52015         Log: Make filecomp test work on CRLF platforms by adding binmode.
52016      Branch: perlio
52017            ! t/lib/filecomp.t
52018 ____________________________________________________________________________
52019 [ 10362] By: nick                                  on 2001/06/01  08:37:17
52020         Log: Integrate mainline
52021      Branch: perlio
52022           !> Changes Configure patchlevel.h perlio.c
52023 ____________________________________________________________________________
52024 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
52025         Log: panic:claustrophobia.
52026      Branch: perl
52027            ! perlio.c
52028 ____________________________________________________________________________
52029 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
52030         Log: Update Changes.
52031      Branch: perl
52032            ! Changes patchlevel.h
52033 ____________________________________________________________________________
52034 [ 10359] By: nick                                  on 2001/05/31  12:35:50
52035         Log: Integrate mainline.
52036      Branch: perlio
52037           +> t/lib/filecomp.t
52038           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
52039           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
52040 ____________________________________________________________________________
52041 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
52042         Log: Integrate perlio:
52043              
52044              [ 10350]
52045              win32 - dmake regen_config_h
52046              
52047              [ 10348]
52048              Tolerate Win32 numerics
52049      Branch: perl
52050           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
52051           !> win32/config_H.vc
52052 ____________________________________________________________________________
52053 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
52054         Log: Metaconfig unit change for #10356.
52055      Branch: metaconfig
52056            ! U/installdirs/inc_version_list.U
52057 ____________________________________________________________________________
52058 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
52059         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
52060              (idea from Sarathy; implementation from Andy)
52061      Branch: perl
52062            ! Configure
52063 ____________________________________________________________________________
52064 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
52065         Log: More AUTHORS.
52066      Branch: perl
52067            ! AUTHORS
52068 ____________________________________________________________________________
52069 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
52070         Log: Subject: Re: [PATCH] Tests for File::Compare
52071              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
52072              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
52073              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
52074      Branch: perl
52075            + t/lib/filecomp.t
52076            ! MANIFEST t/lib/1_compile.t
52077 ____________________________________________________________________________
52078 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
52079         Log: Subject: [PATCH] DEBUG_* macro cleanups
52080              From: Abhijit Menon-Sen <ams@wiw.org>
52081              Date: Thu, 31 May 2001 12:16:22 +0530
52082              Message-ID: <20010531121622.B4829@lustre.linux.in>
52083              
52084              Subject: Re: [PATCH] DEBUG_* macro cleanups
52085              From: Abhijit Menon-Sen <ams@wiw.org>
52086              Date: Thu, 31 May 2001 13:57:01 +0530
52087              Message-ID: <20010531135701.A21775@lustre.linux.in>
52088              
52089              (The DEBUG_ definitions in perl.h changed to use the
52090              STMT_START and STMT_END.)
52091      Branch: perl
52092            ! perl.h pp_ctl.c sv.c toke.c
52093 ____________________________________________________________________________
52094 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
52095         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
52096              From: Abhijit Menon-Sen <ams@wiw.org>
52097              Date: Thu, 31 May 2001 08:27:55 +0530
52098              Message-ID: <20010531082755.A10018@lustre.linux.in>
52099      Branch: perl
52100            ! ext/Storable/Storable.xs gv.c perl.c
52101 ____________________________________________________________________________
52102 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
52103         Log: Subject: [PATCH] AUTHORS
52104              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
52105              Date: Thu, 31 May 2001 01:27:59 -0500
52106              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
52107              
52108              Subject: Re: [PATCH] AUTHORS
52109              From: "Philip Newton" <Philip.Newton@gmx.net>
52110              Date: Thu, 31 May 2001 10:08:06 +0200
52111              (Message-Id missing?)
52112      Branch: perl
52113            ! AUTHORS
52114 ____________________________________________________________________________
52115 [ 10350] By: nick                                  on 2001/05/31  11:40:43
52116         Log: win32 - dmake regen_config_h
52117      Branch: perlio
52118            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52119 ____________________________________________________________________________
52120 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
52121         Log: Subject: Re: [PATCH util.c] More warning cleanups.
52122              From: "Philip Newton" <Philip.Newton@gmx.net>
52123              Date: Thu, 31 May 2001 07:41:36 +0200
52124              Message-Id: <200105310538.IAA25458@taku.hut.fi>
52125              
52126              Undo C++-ism that snekt in.
52127      Branch: perl
52128            ! util.c
52129 ____________________________________________________________________________
52130 [ 10348] By: nick                                  on 2001/05/31  11:36:46
52131         Log: Tolerate Win32 numerics
52132      Branch: perlio
52133            ! t/pragma/warn/toke
52134 ____________________________________________________________________________
52135 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
52136         Log: Integrate perlio:
52137              
52138              [ 10346]
52139              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
52140              perlio.c change 10255.
52141              
52142              [ 10345]
52143              Conditionally put back some "unused" dTHX which are used
52144              with PERL_IMPLICIT_SYS
52145              
52146              [ 10344]
52147              Fix Win32 for new spelling IN_BYTES 
52148              
52149              [ 10343]
52150              perlio.c -Wall cleaner under MULTIPLICITY
52151              - still minor noise with linux stdio
52152      Branch: perl
52153           !> perlio.c win32/win32.h
52154 ____________________________________________________________________________
52155 [ 10346] By: nick                                  on 2001/05/31  10:54:55
52156         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
52157              perlio.c change 10255.
52158      Branch: perlio
52159            ! perlio.c
52160 ____________________________________________________________________________
52161 [ 10345] By: nick                                  on 2001/05/31  10:01:57
52162         Log: Conditionally put back some "unused" dTHX which are used
52163              with PERL_IMPLICIT_SYS
52164      Branch: perlio
52165            ! perlio.c
52166 ____________________________________________________________________________
52167 [ 10344] By: nick                                  on 2001/05/31  10:00:59
52168         Log: Fix Win32 for new spelling IN_BYTES 
52169      Branch: perlio
52170            ! win32/win32.h
52171 ____________________________________________________________________________
52172 [ 10343] By: nick                                  on 2001/05/31  08:01:32
52173         Log: perlio.c -Wall cleaner under MULTIPLICITY
52174              - still minor noise with linux stdio
52175      Branch: perlio
52176            ! perlio.c
52177 ____________________________________________________________________________
52178 [ 10342] By: nick                                  on 2001/05/31  07:52:23
52179         Log: Integrate mainline.
52180      Branch: perlio
52181           !> (integrate 42 files)
52182 ____________________________________________________________________________
52183 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
52184         Log: AUTHORS updates.
52185      Branch: perl
52186            ! AUTHORS
52187 ____________________________________________________________________________
52188 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
52189         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
52190              From: Peter Prymmer <pvhp@forte.com>
52191              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
52192              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
52193      Branch: perl
52194            ! t/lib/md5-file.t
52195 ____________________________________________________________________________
52196 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
52197         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
52198              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
52199              to match the pragma name; various robustness cleanups.
52200      Branch: perl
52201            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
52202            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
52203 ____________________________________________________________________________
52204 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
52205         Log: More -Wall sweeping.
52206      Branch: perl
52207            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
52208            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
52209            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
52210            ! regcomp.c sv.c toke.c utf8.c
52211 ____________________________________________________________________________
52212 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
52213         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
52214              From: Nicholas Clark <nick@ccl4.org>
52215              Date: Wed, 30 May 2001 22:34:41 +0100
52216              Message-ID: <20010530223441.Y86445@plum.flirble.org>
52217      Branch: perl
52218            ! t/op/cmp.t
52219 ____________________________________________________________________________
52220 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
52221         Log: It's is not, it isn't ain't, and it's it's, not its,
52222              if you mean it is. If you don't, it's its. Then too,
52223              it's hers. It isn't her's. It isn't our's either.
52224              It's ours, and likewise yours and theirs.
52225              -- Oxford University Press, Edpress News
52226      Branch: perl
52227            ! lib/autouse.pm
52228 ____________________________________________________________________________
52229 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
52230         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
52231      Branch: perl
52232            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
52233            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
52234            ! x2p/str.c x2p/walk.c xsutils.c
52235 ____________________________________________________________________________
52236 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
52237         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
52238              From: Michael G Schwern <schwern@pobox.com>
52239              Date: Wed, 30 May 2001 17:10:38 +0100
52240              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
52241              
52242              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
52243              From: Abhijit Menon-Sen <ams@wiw.org>
52244              Date: Wed, 30 May 2001 23:16:13 +0530
52245              Message-ID: <20010530231613.A31933@lustre.linux.in>
52246      Branch: perl
52247            ! perl.c t/run/runenv.t
52248 ____________________________________________________________________________
52249 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
52250         Log: (Retracted by #10375.)
52251              
52252              IRIX hints patch from Merijn Broeren.
52253              
52254              TODO: (this and the earlier Linux hints patch) should be solved
52255              at Configure level.  Merijn: -ldb should not be used on any platform
52256              for perl, just when linking DBFile itself. Trying to be helpful here
52257              is counterproductive.
52258      Branch: perl
52259            ! hints/irix_6.sh
52260 ____________________________________________________________________________
52261 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
52262         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
52263              From: Nicholas Clark <nick@ccl4.org>
52264              Date: Wed, 30 May 2001 23:20:58 +0100
52265              Message-ID: <20010530232058.B86445@plum.flirble.org>
52266      Branch: perl
52267            ! doop.c
52268 ____________________________________________________________________________
52269 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
52270         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
52271              From: Michael G Schwern <schwern@pobox.com> 
52272              Date: Wed, 30 May 2001 15:24:20 +0100
52273              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
52274      Branch: perl
52275            ! t/pragma/autouse.t
52276 ____________________________________________________________________________
52277 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
52278         Log: The regex trick wasn't a good idea.
52279      Branch: perl
52280            ! pod/perlfaq4.pod
52281 ____________________________________________________________________________
52282 [ 10329] By: nick                                  on 2001/05/30  18:34:35
52283         Log: Integrate mainline
52284      Branch: perlio
52285           !> (integrate 40 files)
52286 ____________________________________________________________________________
52287 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
52288         Log: Update Changes.
52289      Branch: perl
52290            ! Changes patchlevel.h
52291 ____________________________________________________________________________
52292 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
52293         Log: The metaconfig unit change for #10325.
52294      Branch: metaconfig
52295            + U/modified/afs.U
52296 ____________________________________________________________________________
52297 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
52298         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
52299              is now wrong.
52300      Branch: perl
52301            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
52302 ____________________________________________________________________________
52303 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
52304         Log: Introduce $Config{afsroot}.
52305      Branch: perl
52306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52307            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
52308            ! win32/config.gc win32/config.vc
52309 ____________________________________________________________________________
52310 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
52311         Log: (Retracted by #10375.)
52312              
52313              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
52314      Branch: perl
52315            ! hints/linux.sh
52316 ____________________________________________________________________________
52317 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
52318         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
52319              (Also Configure tweaks needed; coming up soon.)
52320      Branch: perl
52321            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
52322 ____________________________________________________________________________
52323 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
52324         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
52325              From: Michael G Schwern <schwern@pobox.com>
52326              Date: Sun, 27 May 2001 10:29:43 +0100
52327              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
52328      Branch: perl
52329            ! lib/perl5db.pl
52330 ____________________________________________________________________________
52331 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
52332         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
52333              and Abhijit Menon-Sen.
52334      Branch: perl
52335            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
52336            ! perl.c pp_sys.c regcomp.c
52337 ____________________________________________________________________________
52338 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
52339         Log: Fix the BOOT section to call myU2time properly.
52340      Branch: perl
52341            ! ext/Time/HiRes/HiRes.xs
52342 ____________________________________________________________________________
52343 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
52344         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
52345              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
52346              Date: Wed, 30 May 2001 09:44:29 -0400
52347              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
52348              
52349              Detypo; plus add one more trick.
52350      Branch: perl
52351            ! pod/perlfaq4.pod
52352 ____________________________________________________________________________
52353 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
52354         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)
52355              From: Michael G Schwern <schwern@pobox.com>
52356              Date: Wed, 30 May 2001 14:39:06 +0100
52357              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
52358      Branch: perl
52359            ! lib/autouse.pm t/pragma/autouse.t
52360 ____________________________________________________________________________
52361 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
52362         Log: Subject: Re: AIX and gcc (moving targets)
52363              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52364              Date: Wed, 30 May 2001 15:25:08 +0200
52365              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
52366      Branch: perl
52367            ! ext/Time/HiRes/HiRes.xs
52368 ____________________________________________________________________________
52369 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
52370         Log: Subject: [PATCH t/TEST] sorting tests
52371              From: Michael G Schwern <schwern@pobox.com>
52372              Date: Wed, 30 May 2001 10:24:02 +0100
52373              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
52374      Branch: perl
52375            ! t/TEST
52376 ____________________________________________________________________________
52377 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
52378         Log: Subject: [ID 20010529.002] typos in man page perlre
52379              From: bart@cg681574-a.adubn1.nj.home.com 
52380              Date: Tue, 29 May 2001 13:58:59 -0500
52381              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
52382      Branch: perl
52383            ! pod/perlre.pod
52384 ____________________________________________________________________________
52385 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
52386         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
52387              From: "Craig A. Berry" <craigberry@mac.com>
52388              Date: Tue, 29 May 2001 23:23:45 -0500
52389              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
52390      Branch: perl
52391            ! t/lib/extutils.t t/pragma/autouse.t
52392 ____________________________________________________________________________
52393 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
52394         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)
52395              From: David Dyck <dcd@tc.fluke.com>
52396              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
52397              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
52398      Branch: perl
52399            ! t/lib/filefind.t
52400 ____________________________________________________________________________
52401 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
52402         Log: AIX hints update for gcc from Merijn H. Brand.
52403      Branch: perl
52404            ! hints/aix.sh
52405 ____________________________________________________________________________
52406 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
52407         Log: Retract #10295 and #10296: a more generic solution
52408              is needed (there's something funny with gcc on AIX).
52409      Branch: perl
52410            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
52411 ____________________________________________________________________________
52412 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
52413         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
52414              From: Hugo <hv@crypt.compulink.co.uk>
52415              Date: Wed, 30 May 2001 11:59:19 +0100
52416              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
52417              
52418              localizing $@ has unfortunate semantics - if you die past
52419              a local $@, the die message is lost.
52420      Branch: perl
52421            ! lib/utf8_heavy.pl
52422 ____________________________________________________________________________
52423 [ 10309] By: nick                                  on 2001/05/30  08:23:02
52424         Log: Integrate mainline (autouse works again.)
52425      Branch: perlio
52426           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
52427           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
52428           !> pod/perlvar.pod t/op/cmp.t
52429 ____________________________________________________________________________
52430 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
52431         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
52432              From: David Dyck <dcd@tc.fluke.com>
52433              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
52434              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
52435      Branch: perl
52436            ! lib/File/Find.pm
52437 ____________________________________________________________________________
52438 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
52439         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
52440              From: Nicholas Clark <nick@ccl4.org>
52441              Date: Tue, 29 May 2001 23:16:09 +0100
52442              Message-ID: <20010529231609.U86445@plum.flirble.org>
52443              
52444              Make the test output slightly clearer by distinguishing
52445              between '' and undef.
52446      Branch: perl
52447            ! t/op/cmp.t
52448 ____________________________________________________________________________
52449 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
52450         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
52451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52452              Date: Tue, 29 May 2001 19:15:19 -0400
52453              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
52454      Branch: perl
52455            ! hints/os2.sh
52456 ____________________________________________________________________________
52457 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
52458         Log: Subject: perlvar.pod addition
52459              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
52460              Date: Fri, 25 May 2001 20:23:12 +0200
52461              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
52462              
52463              Subject: Re: perlvar.pod addition
52464              From: "Abigail" <abigail@foad.org> 
52465              Date: Fri, 25 May 2001 22:00:39 +0200
52466              Message-ID: <20010525200039.28029.qmail@foad.org>
52467              
52468              Mention $a and $b in perlvar.
52469      Branch: perl
52470            ! pod/perlvar.pod
52471 ____________________________________________________________________________
52472 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
52473         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
52474              From: Jeff Pinyan <jeffp@crusoe.net>
52475              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
52476              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
52477      Branch: perl
52478            ! pod/perlvar.pod
52479 ____________________________________________________________________________
52480 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
52481         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
52482              From: Jeff Pinyan <jeffp@crusoe.net>
52483              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
52484              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
52485      Branch: perl
52486            ! pod/perlfaq6.pod
52487 ____________________________________________________________________________
52488 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
52489         Log: Mention Time::localtime and Time::gmtime.
52490      Branch: perl
52491            ! ext/Time/Piece/Piece.pm
52492 ____________________________________________________________________________
52493 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
52494         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
52495              From: Michael G Schwern <schwern@pobox.com>
52496              Date: Tue, 29 May 2001 18:51:32 +0100
52497              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
52498      Branch: perl
52499            ! pod/perlfaq4.pod
52500 ____________________________________________________________________________
52501 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
52502         Log: Retract #10243.
52503      Branch: perl
52504            ! lib/autouse.pm
52505 ____________________________________________________________________________
52506 [ 10299] By: nick                                  on 2001/05/29  18:41:19
52507         Log: Post weekend integrate mainline (fails one test pragma/autouse).
52508      Branch: perlio
52509           +> (branch 29 files)
52510           !> (integrate 91 files)
52511 ____________________________________________________________________________
52512 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
52513         Log: Update Changes.
52514      Branch: perl
52515            ! Changes patchlevel.h
52516 ____________________________________________________________________________
52517 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
52518         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
52519              before Perl_load_module/Perl_call_method and restore the value
52520              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
52521      Branch: perl
52522            ! utf8.c
52523 ____________________________________________________________________________
52524 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
52525         Log: Subject: Re: AIX and gcc (moving targets)
52526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52527              Date: Tue, 29 May 2001 17:59:40 +0200
52528              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
52529      Branch: perl
52530            ! ext/Storable/Makefile.PL
52531 ____________________________________________________________________________
52532 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
52533         Log: Subject: Re: AIX and gcc (moving targets)
52534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52535              Date: Tue, 29 May 2001 12:32:57 +0200
52536              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
52537      Branch: perl
52538            ! ext/POSIX/Makefile.PL
52539 ____________________________________________________________________________
52540 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
52541         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
52542              From: Michael G Schwern <schwern@pobox.com>
52543              Date: Tue, 29 May 2001 09:53:29 +0100
52544              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
52545              
52546              (#10280 retracted)
52547      Branch: perl
52548            ! lib/Test/Harness.pm t/lib/test-harness.t
52549 ____________________________________________________________________________
52550 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
52551         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
52552              From: Michael G Schwern <schwern@pobox.com>
52553              Date: Tue, 29 May 2001 09:19:52 +0100
52554              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
52555      Branch: perl
52556            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
52557            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
52558            + t/lib/Test/todo.t
52559            ! MANIFEST lib/Test.pm t/TEST
52560 ____________________________________________________________________________
52561 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
52562         Log: From: Michael G Schwern <schwern@pobox.com>
52563              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
52564              Date: Tue, 29 May 2001 08:26:09 +0100
52565              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
52566      Branch: perl
52567            ! t/TEST
52568 ____________________________________________________________________________
52569 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
52570         Log: Add tests for Time::gmtime and Time::localtime.
52571      Branch: perl
52572            + t/lib/time-gmtime.t t/lib/time-localtime.t
52573            ! MANIFEST t/lib/1_compile.t
52574 ____________________________________________________________________________
52575 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
52576         Log: Add test for File::stat.
52577      Branch: perl
52578            + t/lib/filestat.t
52579            ! MANIFEST t/lib/1_compile.t
52580 ____________________________________________________________________________
52581 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
52582         Log: Add test for Net::servent.
52583      Branch: perl
52584            + t/lib/net-sent.t
52585            ! MANIFEST t/lib/1_compile.t
52586 ____________________________________________________________________________
52587 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
52588         Log: Add test for Net::protoent.
52589      Branch: perl
52590            + t/lib/net-pent.t
52591            ! MANIFEST t/lib/1_compile.t
52592 ____________________________________________________________________________
52593 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
52594         Log: Add test for Net::netent.
52595      Branch: perl
52596            + t/lib/net-nent.t
52597            ! MANIFEST t/lib/1_compile.t
52598 ____________________________________________________________________________
52599 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
52600         Log: Add test for User::grent.  Portability doubtful.
52601      Branch: perl
52602            + t/lib/user-grent.t
52603            ! MANIFEST t/lib/1_compile.t
52604 ____________________________________________________________________________
52605 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
52606         Log: Add test for User::pwent.
52607              Probably will fall down somewhere for portability reasons.
52608      Branch: perl
52609            + t/lib/user-pwent.t
52610            ! MANIFEST t/lib/1_compile.t
52611 ____________________________________________________________________________
52612 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
52613         Log: Metaconfig units changes for #10283.
52614      Branch: metaconfig
52615            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
52616            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
52617            ! U/installdirs/sitescript.U U/modified/Signal.U
52618 ____________________________________________________________________________
52619 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
52620         Log: Subject: [PATCH 5.6.1] signal names in Configure
52621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52622              Date: Tue, 29 May 2001 03:52:25 -0400
52623              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
52624              
52625              Subject: [PATCH 5.6.1] older perl in Configure
52626              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52627              Date: Tue, 29 May 2001 03:55:40 -0400
52628              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
52629              
52630              Subject: [PATCH 5.6.1] goofs in Configure
52631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52632              Date: Tue, 29 May 2001 04:13:07 -0400
52633              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
52634              
52635              Configure portability tweaks.
52636      Branch: perl
52637            ! Configure
52638 ____________________________________________________________________________
52639 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
52640         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
52641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52642              Date: Tue, 29 May 2001 04:07:06 -0400
52643              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
52644      Branch: perl
52645            ! os2/os2.c
52646 ____________________________________________________________________________
52647 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
52648         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
52649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52650              Date: Tue, 29 May 2001 04:01:38 -0400
52651              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
52652      Branch: perl
52653            ! hints/os2.sh os2/Makefile.SHs
52654 ____________________________________________________________________________
52655 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
52656         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
52657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52658              Date: Tue, 29 May 2001 03:50:18 -0400
52659              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
52660      Branch: perl
52661            ! lib/Test/Harness.pm
52662 ____________________________________________________________________________
52663 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
52664         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
52665      Branch: perl
52666            ! lib/utf8_heavy.pl
52667 ____________________________________________________________________________
52668 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
52669         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
52670              From: Hugo <hv@crypt.compulink.co.uk>
52671              Date: Tue, 29 May 2001 03:03:45 +0100
52672              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
52673              
52674              Explanation why the $@ always gets the UTF8 flag when under use utf8--
52675              because we told it to have the flag when under use utf8.
52676      Branch: perl
52677            ! pp_ctl.c
52678 ____________________________________________________________________________
52679 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
52680         Log: At least a partial fix for 20010528.004.
52681      Branch: perl
52682            ! lib/utf8_heavy.pl
52683 ____________________________________________________________________________
52684 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
52685         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
52686              From: Nicholas Clark <nick@ccl4.org> 
52687              Date: Mon, 28 May 2001 23:39:38 +0100
52688              Message-ID: <20010528233938.M86445@plum.flirble.org>
52689              
52690              More portable non-zero UV.
52691      Branch: perl
52692            ! t/lib/extutils.t
52693 ____________________________________________________________________________
52694 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
52695         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
52696              From: Nicholas Clark <nick@ccl4.org>
52697              Date: Mon, 28 May 2001 22:46:09 +0100
52698              Message-ID: <20010528224608.L86445@plum.flirble.org>
52699              
52700              Test also "make clean".
52701      Branch: perl
52702            ! t/lib/extutils.t
52703 ____________________________________________________________________________
52704 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
52705         Log: Subject: Re: Would -Wno-unused -Wall be better?
52706              From: Michael G Schwern <schwern@pobox.com>
52707              Date: Tue, 29 May 2001 00:55:54 +0100
52708              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
52709      Branch: perl
52710            ! pp.h
52711 ____________________________________________________________________________
52712 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
52713         Log: Add a test for 20010528.007, fixed in #10272.
52714      Branch: perl
52715            ! t/op/misc.t toke.c
52716 ____________________________________________________________________________
52717 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
52718         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
52719              From: Hugo <hv@crypt.compulink.co.uk>
52720              Date: Tue, 29 May 2001 00:23:23 +0100
52721              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
52722      Branch: perl
52723            ! toke.c
52724 ____________________________________________________________________________
52725 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
52726         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
52727              From: Michael G Schwern <schwern@pobox.com>
52728              Date: Tue, 29 May 2001 00:42:59 +0100
52729              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
52730      Branch: perl
52731            ! t/pragma/autouse.t
52732 ____________________________________________________________________________
52733 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
52734         Log: Some shells seemingly arrange the signal handlers differently
52735              (bug id 20010521.004).
52736      Branch: perl
52737            ! t/lib/sigaction.t
52738 ____________________________________________________________________________
52739 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
52740         Log: Regen perlmodlib.
52741      Branch: perl
52742            ! pod/perlmodlib.pod
52743 ____________________________________________________________________________
52744 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
52745         Log: Update Changes.
52746      Branch: perl
52747            ! Changes patchlevel.h
52748 ____________________________________________________________________________
52749 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
52750         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
52751              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
52752              Date: Mon, 28 May 2001 14:56:35 -0500
52753              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
52754      Branch: perl
52755            ! pod/perlnewmod.pod
52756 ____________________________________________________________________________
52757 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
52758         Log: Regen toc.
52759      Branch: perl
52760            ! pod/perltoc.pod
52761 ____________________________________________________________________________
52762 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
52763         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
52764              From: "Richard Soderberg" <rs@crystalflame.net>
52765              Date: Mon, 28 May 2001 12:31:23 -0700
52766              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
52767      Branch: perl
52768            ! t/op/splice.t
52769 ____________________________________________________________________________
52770 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
52771         Log: The #10260 was too bold: locales and utf8 still do not mix.
52772      Branch: perl
52773            ! t/pragma/locale.t
52774 ____________________________________________________________________________
52775 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
52776         Log: Subject: [PATCH] Pod nitpicks
52777              From: "Richard Soderberg" <rs@crystalflame.net>
52778              Date: Mon, 28 May 2001 10:08:58 -0700
52779              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
52780      Branch: perl
52781            ! pod/perl571delta.pod pod/perlapi.pod sv.h
52782 ____________________________________________________________________________
52783 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
52784         Log: Upgrade to I18N::LangTags 0.22.
52785      Branch: perl
52786            + lib/I18N/LangTags/List.pod
52787            ! MANIFEST lib/I18N/LangTags.pm
52788 ____________________________________________________________________________
52789 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
52790         Log: A slightly more serious bug found by -Mutf8; op/misc and
52791              lib/complex dumped core.
52792      Branch: perl
52793            ! regexec.c
52794 ____________________________________________________________________________
52795 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
52796         Log: Various buglets shaken out by -Mutf8.
52797      Branch: perl
52798            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
52799            ! t/pragma/locale.t
52800 ____________________________________________________________________________
52801 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
52802         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
52803      Branch: perl
52804            ! t/lib/carp.t
52805 ____________________________________________________________________________
52806 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
52807         Log: Subject: [PATCH] todo patch
52808              From: Artur Bergman <artur@contiller.se> 
52809              Date: Mon, 28 May 2001 17:03:51 +0200
52810              Message-ID: <B7383577.F34%artur@contiller.se>
52811      Branch: perl
52812            ! pod/perltodo.pod
52813 ____________________________________________________________________________
52814 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
52815         Log: Subject: typo in perlguts.pod
52816              From: "John P. Linderman" <jpl@research.att.com>
52817              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
52818              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
52819      Branch: perl
52820            ! pod/perlguts.pod
52821 ____________________________________________________________________________
52822 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
52823         Log: Subject: AIX and gcc (moving targets)
52824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52825              Date: Mon, 28 May 2001 12:54:04 +0200
52826              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
52827      Branch: perl
52828            ! hints/aix.sh
52829 ____________________________________________________________________________
52830 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
52831         Log: Subject: Re: perlio + multiple perl_alloc..destruct
52832              From: Doug MacEachern <dougm@covalent.net>
52833              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
52834              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
52835      Branch: perl
52836            ! perlio.c
52837 ____________________________________________________________________________
52838 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
52839         Log: The #10251 wasn't quite up-to-the-code.
52840      Branch: perl
52841            ! t/op/misc.t
52842 ____________________________________________________________________________
52843 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
52844         Log: Test case for bug 20010526.004, fixed in #10252.
52845      Branch: perl
52846            ! t/op/taint.t
52847 ____________________________________________________________________________
52848 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
52849         Log: Subject: Re: [ID 20010526.004] Taint looses value
52850              From: Hugo <hv@crypt.compulink.co.uk>
52851              Date: Sun, 27 May 2001 20:39:32 +0100
52852              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
52853      Branch: perl
52854            ! sv.c
52855 ____________________________________________________________________________
52856 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
52857         Log: Test case for 20010422.005, fixed by #10250.
52858      Branch: perl
52859            ! t/op/misc.t
52860 ____________________________________________________________________________
52861 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
52862         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
52863              From: Spider Boardman <spider@Orb.Nashua.NH.US>
52864              Date: Mon, 28 May 2001 06:39:12 -0400
52865              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
52866      Branch: perl
52867            ! toke.c
52868 ____________________________________________________________________________
52869 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
52870         Log: Linerewrapping.
52871      Branch: perl
52872            ! lib/open.pm
52873 ____________________________________________________________________________
52874 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
52875         Log: Updates on the modules list.
52876      Branch: perl
52877            ! t/lib/1_compile.t
52878 ____________________________________________________________________________
52879 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
52880         Log: Add a test for PerlIO.
52881              
52882              (I probably got the crlf/raw thing wrong for clrfy platforms...)
52883      Branch: perl
52884            + t/lib/perlio.t
52885            ! MANIFEST lib/PerlIO.pm
52886 ____________________________________________________________________________
52887 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
52888         Log: Add a test for carp et alia.
52889      Branch: perl
52890            + t/lib/carp.t
52891            ! MANIFEST
52892 ____________________________________________________________________________
52893 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
52894         Log: Adding the new test would be swell.
52895      Branch: perl
52896            + t/pragma/autouse.t
52897 ____________________________________________________________________________
52898 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
52899         Log: Add a test for the autouse pragma.
52900      Branch: perl
52901            ! MANIFEST
52902 ____________________________________________________________________________
52903 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
52904         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
52905              From: dLux <dlux@spam.sch.bme.hu>
52906              Date: Sun, 27 May 2001 16:14:26 +0200
52907              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
52908      Branch: perl
52909            ! lib/autouse.pm
52910 ____________________________________________________________________________
52911 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
52912         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
52913              From: "Richard Soderberg" <rs@crystalflame.net>
52914              Date: Mon, 28 May 2001 03:56:36 -0700
52915              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
52916      Branch: perl
52917            ! utils/dprofpp.PL
52918 ____________________________________________________________________________
52919 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
52920         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
52921              From: "Stephen P. Potter" <spp@spotter.yi.org>
52922              Date: Tue, 22 May 2001 11:40:25 -0400
52923              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
52924              
52925              Subject: Re: [ID 20010522.003] Time::Local module bug
52926              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
52927              Date: Tue, 22 May 2001 11:50:19 -0400
52928              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
52929      Branch: perl
52930            ! lib/Time/Local.pm
52931 ____________________________________________________________________________
52932 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
52933         Log: The PERL_DL_NONLAZY can have whitespace in front.
52934      Branch: perl
52935            ! t/lib/extutils.t
52936 ____________________________________________________________________________
52937 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
52938         Log: Document strftime() and strptime().
52939      Branch: perl
52940            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
52941 ____________________________________________________________________________
52942 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
52943         Log: Make Time::Piece::strptime() to be a function, not a method.
52944      Branch: perl
52945            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
52946 ____________________________________________________________________________
52947 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
52948         Log: Tweak the test to be more portable.
52949      Branch: perl
52950            ! t/lib/extutils.t
52951 ____________________________________________________________________________
52952 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
52953         Log: Subject: PATCH: Re: Re: Attributes that tie
52954              From: Leon Brocard <acme@astray.com>
52955              Date: Sun, 27 May 2001 12:37:29 +0100
52956              Message-ID: <20010527123729.A22663@ns0.astray.com>
52957              
52958              Document that variable attributes are not currently usable
52959              for tieing.  (An ugly limitation that should be fixed.)
52960      Branch: perl
52961            ! lib/attributes.pm
52962 ____________________________________________________________________________
52963 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
52964         Log: Microperl tweaks.
52965      Branch: perl
52966            ! Makefile.micro uconfig.h uconfig.sh
52967 ____________________________________________________________________________
52968 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
52969         Log: Add make target for microperl (kind of silly, but convenient).
52970      Branch: perl
52971            ! Makefile.SH
52972 ____________________________________________________________________________
52973 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
52974         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
52975              for microperl.)
52976      Branch: perl
52977            ! doio.c
52978 ____________________________________________________________________________
52979 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
52980         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
52981              From: rspier@pobox.com (Robert Spier)
52982              Date: Sat, 26 May 2001 20:05:23 -0400
52983              Message-ID: <15120.17603.148648.12430@rls.cx>
52984              
52985              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
52986              From: rspier@pobox.com (Robert Spier)
52987              Date: Sun, 27 May 2001 00:23:12 -0400
52988              Message-ID: <15120.33072.511966.767230@rls.cx>
52989      Branch: perl
52990            ! doio.c pod/perlfunc.pod
52991 ____________________________________________________________________________
52992 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
52993         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
52994      Branch: perl
52995            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52996 ____________________________________________________________________________
52997 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
52998         Log: Add README.tru64.
52999      Branch: perl
53000            + README.tru64
53001 ____________________________________________________________________________
53002 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
53003         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
53004      Branch: perl
53005            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
53006            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
53007            ! MANIFEST
53008 ____________________________________________________________________________
53009 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
53010         Log: Integrate I18N::LangTags from Sean Burke.
53011              
53012              TODO: the language list from RFC 3066 needs to be integrated
53013              and made available somehow.  The list is included in the
53014              I18N-LangTags 0.21 distribution, but it is undocumented
53015              and unconnected to the module.
53016      Branch: perl
53017            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
53018            ! MANIFEST
53019 ____________________________________________________________________________
53020 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
53021         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
53022              envisioned by Sarathy.
53023      Branch: perl
53024            ! t/op/ver.t toke.c
53025 ____________________________________________________________________________
53026 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
53027         Log: Subject: [ID 20010525.001] Pod typo nits fixed
53028              From: lvirden@cas.org
53029              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
53030              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
53031              
53032              minus the perlsolaris decimation plus the
53033              
53034              Subject: Re: [ID 20010525.001] Pod typo nits fixed
53035              From: "Philip Newton" <Philip.Newton@gmx.net>
53036              Date: Fri, 25 May 2001 18:05:55 +0200
53037              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
53038      Branch: perl
53039            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
53040            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
53041            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
53042            ! pod/perlutil.pod pod/perlxstut.pod
53043 ____________________________________________________________________________
53044 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
53045         Log: return clauses are nice.
53046      Branch: perl
53047            ! sv.c
53048 ____________________________________________________________________________
53049 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
53050         Log: Subject: change 10199 backwards?
53051              From: Doug MacEachern <dougm@covalent.net>
53052              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
53053              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
53054      Branch: perl
53055            ! sv.c
53056 ____________________________________________________________________________
53057 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
53058         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
53059              From: Hugo <hv@crypt.compulink.co.uk>
53060              Date: Sat, 26 May 2001 17:05:12 +0100
53061              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
53062      Branch: perl
53063            + t/op/gmagic.t
53064            ! MANIFEST doop.c embed.h embed.pl global.sym
53065            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
53066            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
53067 ____________________________________________________________________________
53068 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
53069         Log: Regen headers for #10221.
53070      Branch: perl
53071            ! global.sym objXSUB.h perlapi.c
53072 ____________________________________________________________________________
53073 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
53074         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
53075              From: Juha Laiho <juha.laiho@Elma.Net>
53076              Date: Thu, 3 May 2001 09:51:30 +0300
53077              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
53078      Branch: perl
53079            ! embed.pl
53080 ____________________________________________________________________________
53081 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
53082         Log: Subject: Re: [PATCH] Re: stability of sort()?
53083              From: "John P. Linderman" <jpl@research.att.com>
53084              Date: Sat, 26 May 2001 13:27:19 -0400
53085              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
53086      Branch: perl
53087            ! pod/perlfunc.pod
53088 ____________________________________________________________________________
53089 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
53090         Log: Integrate perlio:
53091              
53092              [ 10212]
53093              Change perlguts docs to not suggest PUSHi etc. for multiple results,
53094              add a few more notes there on use of mortals on the stack.
53095      Branch: perl
53096           !> pod/perlguts.pod
53097 ____________________________________________________________________________
53098 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
53099         Log: Subject: [PATCH perl@10210] PerlIO for VMS
53100              From: "Craig A. Berry" <craigberry@mac.com>
53101              Date: Sat, 26 May 2001 09:34:11 -0500
53102              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
53103      Branch: perl
53104            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
53105            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
53106            ! vms/vmsish.h
53107 ____________________________________________________________________________
53108 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
53109         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
53110              From: David Dyck <dcd@tc.fluke.com>
53111              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
53112              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
53113      Branch: perl
53114            ! lib/perl5db.pl
53115 ____________________________________________________________________________
53116 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
53117         Log: Subject: utf8 regexp tests
53118              From: Hugo <hv@crypt.compulink.co.uk>
53119              Date: Fri, 25 May 2001 22:35:01 +0100
53120              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
53121      Branch: perl
53122            ! t/op/regexp.t
53123 ____________________________________________________________________________
53124 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
53125         Log: Subject: [PATCH] Re: stability of sort()?
53126              From: Nicholas Clark <nick@ccl4.org>
53127              Date: Fri, 25 May 2001 22:40:19 +0100
53128              Message-ID: <20010525224019.B86445@plum.flirble.org>
53129      Branch: perl
53130            ! pod/perlfunc.pod
53131 ____________________________________________________________________________
53132 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
53133         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
53134              From: John Peacock <jpeacock@rowman.com>
53135              Date: Thu, 24 May 2001 22:14:01 -0400
53136              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
53137      Branch: perl
53138            ! mg.c scope.c sv.c
53139 ____________________________________________________________________________
53140 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
53141         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
53142              From: Nicholas Clark <nick@ccl4.org>
53143              Date: Sun, 20 May 2001 19:24:13 +0100
53144              Message-ID: <20010520192413.G83222@plum.flirble.org>
53145      Branch: perl
53146            + lib/ExtUtils/Constant.pm t/lib/extutils.t
53147            ! MANIFEST utils/h2xs.PL
53148 ____________________________________________________________________________
53149 [ 10212] By: nick                                  on 2001/05/26  09:49:28
53150         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
53151              add a few more notes there on use of mortals on the stack.
53152      Branch: perlio
53153            ! pod/perlguts.pod
53154 ____________________________________________________________________________
53155 [ 10211] By: nick                                  on 2001/05/26  09:05:36
53156         Log: Integrate mainline
53157      Branch: perlio
53158           +> t/lib/fcntl.t t/pragma/vars.t
53159           !> (integrate 49 files)
53160 ____________________________________________________________________________
53161 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
53162         Log: Update Changes.
53163      Branch: perl
53164            ! Changes patchlevel.h
53165 ____________________________________________________________________________
53166 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
53167         Log: Based on
53168              
53169              Subject: [PATCH pp.c] Wrapping pack("C",256)
53170              From: Simon Cozens <simon@netthink.co.uk>
53171              Date: Sat, 12 May 2001 17:58:41 +0100
53172              Message-ID: <20010512175841.A6132@netthink.co.uk>
53173      Branch: perl
53174            ! pod/perldiag.pod pp.c t/pragma/warn/pp
53175 ____________________________________________________________________________
53176 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
53177         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
53178              From: "Brendan O'Dea" <bod@compusol.com.au>
53179              Date: Fri, 25 May 2001 11:18:29 +1000
53180              Message-ID: <20010525111829.A28411@compusol.com.au>
53181              
53182              (Slightly modified.)
53183      Branch: perl
53184            ! lib/Term/Cap.pm
53185 ____________________________________________________________________________
53186 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
53187         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
53188              From: Hugo <hv@crypt.compulink.co.uk>
53189              Date: Fri, 25 May 2001 02:13:25 +0100
53190              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
53191      Branch: perl
53192            ! t/op/misc.t
53193 ____________________________________________________________________________
53194 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
53195         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
53196              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
53197              Date: Fri, 25 May 2001 10:25:36 +0900
53198              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
53199      Branch: perl
53200            ! regcomp.c regexec.c
53201 ____________________________________________________________________________
53202 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
53203         Log: Subject: [PATCH #2] stash autovivification and method call error messages
53204              From: Ilmari Karonen <iltzu@sci.fi>
53205              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
53206              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
53207      Branch: perl
53208            ! gv.c pp_hot.c t/op/method.t
53209 ____________________________________________________________________________
53210 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
53211         Log: Add make target and documentation for gprof profiling.
53212      Branch: perl
53213            ! Makefile.SH pod/perlhack.pod
53214 ____________________________________________________________________________
53215 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
53216         Log: Subject: Don't think about UTF8 
53217              From: Mike Guy <mjtg@cam.ac.uk> 
53218              Date: Tue, 22 May 2001 14:35:39 +0100
53219              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
53220      Branch: perl
53221            ! sv.h
53222 ____________________________________________________________________________
53223 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
53224         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
53225              From: Geraint A Edwards <gedge@serf.org> 
53226              Date: Thu, 24 May 2001 22:51:24 +0100
53227              Message-Id: <20010524225124.A34981@cymru.serf.org>
53228      Branch: perl
53229            ! x2p/find2perl.PL
53230 ____________________________________________________________________________
53231 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
53232         Log: DB_File has its own attribute story.
53233      Branch: perl
53234            ! ext/DB_File/DB_File.xs
53235 ____________________________________________________________________________
53236 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
53237         Log: Subject: Re: Making perl with -Wall
53238              From: Andy Dougherty <doughera@lafayette.edu>
53239              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
53240              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
53241      Branch: perl
53242            ! perl.h
53243 ____________________________________________________________________________
53244 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
53245         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
53246              From: "Richard Soderberg" <rs@crystalflame.net>
53247              Date: Thu, 24 May 2001 08:58:16 -0700
53248              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
53249      Branch: perl
53250            ! sv.c
53251 ____________________________________________________________________________
53252 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
53253         Log: IV/UV casting fixes from Nicholas Clark.
53254      Branch: perl
53255            ! perl.h pp_sys.c util.c
53256 ____________________________________________________________________________
53257 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
53258         Log: Subject: Re: Making perl with -Wall
53259              From: Michael G Schwern <schwern@pobox.com>
53260              Date: Thu, 24 May 2001 15:40:28 +0100
53261              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
53262      Branch: perl
53263            ! malloc.c perl.h
53264 ____________________________________________________________________________
53265 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
53266         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
53267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53268              Date: Tue, 22 May 2001 11:49:37 +0200
53269              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
53270      Branch: metaconfig
53271            ! U/modified/Oldsym.U
53272      Branch: metaconfig/U/perl
53273            ! patchlevel.U
53274      Branch: perl
53275            ! Configure config_h.SH myconfig.SH
53276 ____________________________________________________________________________
53277 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
53278         Log: Under versiononly install also the scripts with the version suffix.
53279              (e.g. .../bin/h2xs5.7.1)
53280      Branch: perl
53281            ! installperl
53282 ____________________________________________________________________________
53283 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
53284         Log: Subject: [PATCH] Stop segfault in mg.c:636
53285              From: "Richard Soderberg" <rs@crystalflame.net>
53286              Date: Thu, 24 May 2001 05:51:52 -0700
53287              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
53288      Branch: perl
53289            ! mg.c
53290 ____________________________________________________________________________
53291 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
53292         Log: Iteration continues; hopefully convergently.
53293      Branch: perl
53294            ! t/lib/b-stash.t
53295 ____________________________________________________________________________
53296 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
53297         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
53298              From: Gisle Aas <gisle@ActiveState.com>
53299              Date: 23 May 2001 16:13:10 -0700
53300              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
53301      Branch: perl
53302            ! op.c toke.c
53303 ____________________________________________________________________________
53304 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
53305         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
53306              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53307              Date: Thu, 24 May 2001 05:05:22 -0500
53308              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
53309      Branch: perl
53310            ! lib/dumpvar.pl lib/perl5db.pl
53311 ____________________________________________________________________________
53312 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
53313         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
53314              From: David Dyck <dcd@tc.fluke.com>
53315              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
53316              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
53317      Branch: perl
53318            ! lib/perl5db.pl
53319 ____________________________________________________________________________
53320 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
53321         Log: Tiny pod nits on READMEs, mostly whitespace issues.
53322      Branch: perl
53323            ! README.amiga README.dos README.macos README.mpeix README.vmesa
53324            ! README.win32
53325 ____________________________________________________________________________
53326 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
53327         Log: The DG/UX part of the 20010521.005.
53328      Branch: perl
53329            ! README.dgux
53330 ____________________________________________________________________________
53331 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
53332         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
53333              From: Hugo <hv@crypt.compulink.co.uk>
53334              Date: Mon, 21 May 2001 16:32:02 +0100
53335              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
53336      Branch: perl
53337            ! regcomp.c t/op/misc.t
53338 ____________________________________________________________________________
53339 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
53340         Log: Subject: [PATCH] Extra UNIVERSAL tests
53341              From: Mike Guy <mjtg@cam.ac.uk>
53342              Date: Wed, 23 May 2001 12:29:20 +0100
53343              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
53344      Branch: perl
53345            ! t/op/universal.t
53346 ____________________________________________________________________________
53347 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
53348         Log: Subject: [PATCH] Remove EQ keyword
53349              From: Mike Guy <mjtg@cam.ac.uk>
53350              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
53351              Date: Wed, 23 May 2001 11:17:29 +0100
53352      Branch: perl
53353            ! keywords.h keywords.pl
53354 ____________________________________________________________________________
53355 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
53356         Log: Subject: [PATCH] lib/perl5db.pl
53357              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53358              Date: Wed, 23 May 2001 02:18:03 -0500
53359              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
53360      Branch: perl
53361            ! lib/perl5db.pl
53362 ____________________________________________________________________________
53363 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
53364         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
53365              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53366              Date: Tue, 22 May 2001 23:34:41 -0500
53367              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
53368      Branch: perl
53369            ! lib/Term/Cap.pm
53370 ____________________________________________________________________________
53371 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
53372         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
53373              From: davem@fdgroup.co.uk
53374              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
53375              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
53376      Branch: perl
53377            ! emacs/e2ctags.pl
53378 ____________________________________________________________________________
53379 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
53380         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
53381              From: Michael G Schwern <schwern@pobox.com>
53382              Date: Tue, 22 May 2001 14:15:09 +0100
53383              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
53384      Branch: perl
53385            ! lib/vars.pm
53386 ____________________________________________________________________________
53387 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
53388         Log: Subject: [PATCH lib/vars.pm] Odd code nit
53389              From: Michael G Schwern <schwern@pobox.com>
53390              Date: Tue, 22 May 2001 14:14:28 +0100
53391              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
53392      Branch: perl
53393            ! lib/vars.pm
53394 ____________________________________________________________________________
53395 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
53396         Log: Use the new use vars feature.
53397      Branch: perl
53398            ! t/lib/b-stash.t
53399 ____________________________________________________________________________
53400 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
53401         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
53402              From: Mike Guy <mjtg@cam.ac.uk>
53403              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
53404              Date: Tue, 22 May 2001 13:11:39 +0100
53405      Branch: perl
53406            + t/pragma/vars.t
53407            ! MANIFEST lib/vars.pm t/lib/1_compile.t
53408 ____________________________________________________________________________
53409 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
53410         Log: -qlongdouble considered harmful by Merijn.
53411      Branch: perl
53412            ! hints/aix.sh
53413 ____________________________________________________________________________
53414 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
53415         Log: Update Changes.
53416      Branch: perl
53417            ! Changes patchlevel.h
53418 ____________________________________________________________________________
53419 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
53420         Log: Add a test of its very own for Fcntl.  Hopefully portable.
53421      Branch: perl
53422            + t/lib/fcntl.t
53423            ! MANIFEST
53424 ____________________________________________________________________________
53425 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
53426         Log: Must be trickier for 'minitest' not to die.
53427      Branch: perl
53428            ! t/op/taint.t
53429 ____________________________________________________________________________
53430 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
53431         Log: Can't declare other people's variables.
53432      Branch: perl
53433            ! t/lib/b-stash.t
53434 ____________________________________________________________________________
53435 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
53436         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
53437      Branch: perl
53438            ! doio.c t/op/taint.t
53439 ____________________________________________________________________________
53440 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
53441         Log: The OS/2 variable needs to be declared.
53442      Branch: perl
53443            ! t/lib/b-stash.t
53444 ____________________________________________________________________________
53445 [ 10170] By: nick                                  on 2001/05/20  16:48:29
53446         Log: Integrate mainline
53447      Branch: perlio
53448           !> (integrate 41 files)
53449 ____________________________________________________________________________
53450 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
53451         Log: Small perlsec updates: clarify the taintedness of filename
53452              globbing; suggest using Scalar::Util::tainted().
53453      Branch: perl
53454            ! pod/perlsec.pod
53455 ____________________________________________________________________________
53456 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
53457         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
53458              From: Dave Mitchell <davem@fdgroup.co.uk>
53459              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
53460              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
53461      Branch: perl
53462            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
53463            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
53464            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
53465            ! xsutils.c
53466 ____________________________________________________________________________
53467 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
53468         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
53469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53470              Date: Sat, 19 May 2001 04:08:46 -0400
53471              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
53472      Branch: perl
53473            ! lib/ExtUtils/Mksymlists.pm makedef.pl
53474 ____________________________________________________________________________
53475 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
53476         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
53477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53478              Date: Sat, 19 May 2001 04:30:45 -0400
53479              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
53480      Branch: perl
53481            ! os2/os2.c
53482 ____________________________________________________________________________
53483 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
53484         Log: Subject: [PATCH 5.6.1] build bugs OS/2
53485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53486              Date: Sat, 19 May 2001 04:35:28 -0400
53487              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
53488      Branch: perl
53489            ! os2/Makefile.SHs os2/os2.c
53490 ____________________________________________________________________________
53491 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
53492         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
53493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53494              Date: Sat, 19 May 2001 04:04:23 -0400
53495              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
53496              
53497              (In bleadperl patched b-stash.t instead of b.t)
53498      Branch: perl
53499            ! t/lib/b-stash.t t/lib/bigfltpm.t
53500 ____________________________________________________________________________
53501 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
53502         Log: Subject: [PATCH 5.6.1] perl5db
53503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53504              Date: Sat, 19 May 2001 03:49:09 -0400
53505              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
53506      Branch: perl
53507            ! lib/perl5db.pl
53508 ____________________________________________________________________________
53509 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
53510         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
53511              From: Gisle Aas <gisle@ActiveState.com>
53512              Date: 18 May 2001 14:24:51 -0700
53513              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
53514      Branch: perl
53515            ! pp_ctl.c
53516 ____________________________________________________________________________
53517 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
53518         Log: Subject: [PATCH] Chomp should not always stringify
53519              From: Gisle Aas <gisle@ActiveState.com>
53520              Date: 18 May 2001 07:55:25 -0700
53521              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
53522      Branch: perl
53523            ! doop.c t/op/chop.t
53524 ____________________________________________________________________________
53525 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
53526         Log: Integrate perlio:
53527              
53528              [ 10159]
53529              Document some more of open's features.
53530      Branch: perl
53531           !> pod/perlfunc.pod
53532 ____________________________________________________________________________
53533 [ 10159] By: nick                                  on 2001/05/20  09:39:46
53534         Log: Document some more of open's features.
53535      Branch: perlio
53536            ! pod/perlfunc.pod
53537 ____________________________________________________________________________
53538 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
53539         Log: back out change#10153 (it has compatibility issues such as the
53540              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
53541              benefit for 5.6.x doesn't seem worth the risk)
53542      Branch: maint-5.6/perl
53543            ! toke.c
53544 ____________________________________________________________________________
53545 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
53546         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
53547      Branch: perl
53548            ! x2p/s2p.PL
53549 ____________________________________________________________________________
53550 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
53551         Log: Update Changes.
53552      Branch: perl
53553            ! Changes patchlevel.h
53554 ____________________________________________________________________________
53555 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
53556         Log: Integrate change #10144 from maintperl.
53557              
53558              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
53559      Branch: perl
53560           !> win32/config.bc win32/config.gc win32/config.vc
53561           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
53562 ____________________________________________________________________________
53563 [ 10154] By: nick                                  on 2001/05/18  07:23:03
53564         Log: Integrate mainline.
53565      Branch: perlio
53566           +> README.dgux t/lib/i18n-collate.t utils.lst
53567           !> (integrate 49 files)
53568 ____________________________________________________________________________
53569 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
53570         Log: Integrate change #7224 from mainline into maintperl.
53571              
53572              Allow @+ and @- to be doublequoted, from Simon Cozens. 
53573              (Approved by Larry, see Tom's comment in 20000830.005.)
53574      Branch: maint-5.6/perl
53575           !> toke.c
53576 ____________________________________________________________________________
53577 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
53578         Log: Subject: [PATCH bleadperl] small lookbehind fix
53579              From: Hugo <hv@crypt.compulink.co.uk>
53580              Date: Fri, 18 May 2001 00:07:19 +0100
53581              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
53582      Branch: perl
53583            ! regexec.c
53584 ____________________________________________________________________________
53585 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
53586         Log: Detypos.
53587      Branch: perl
53588            ! installman utils.lst
53589 ____________________________________________________________________________
53590 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
53591         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
53592              in 20001222.001.
53593      Branch: perl
53594            ! t/lib/glob-basic.t
53595 ____________________________________________________________________________
53596 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
53597         Log: Subject: [PATCH] Test for bug 20010515.004
53598              From: Benjamin Sugars <bsugars@canoe.ca>
53599              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
53600              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
53601      Branch: perl
53602            ! t/op/misc.t
53603 ____________________________________________________________________________
53604 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
53605         Log: Integrate #10145 from maintperl.
53606              
53607              fix for ID 20010515.004 (needs test)
53608      Branch: perl
53609           !> pp_hot.c
53610 ____________________________________________________________________________
53611 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
53612         Log: Thinko noticed by Doug MacEachern.
53613      Branch: perl
53614            ! thread.h
53615 ____________________________________________________________________________
53616 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
53617         Log: Subject: Re: [PATCH] HERE mark in regex
53618              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53619              Date: Thu, 17 May 2001 12:20:33 -0400
53620              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
53621      Branch: perl
53622            ! t/op/re_tests
53623 ____________________________________________________________________________
53624 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
53625         Log: fix for ID 20010515.004 (needs test)
53626      Branch: maint-5.6/perl
53627            ! pp_hot.c
53628 ____________________________________________________________________________
53629 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
53630         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
53631      Branch: maint-5.6/perl
53632            ! win32/config.bc win32/config.gc win32/config.vc
53633            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53634 ____________________________________________________________________________
53635 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
53636         Log: Macrofy the getspecific (and use it also in util.c)
53637      Branch: perl
53638            ! thread.h util.c
53639 ____________________________________________________________________________
53640 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
53641         Log: Use the unchecked thread-specific key fetch also in Tru64.
53642      Branch: perl
53643            ! thread.h
53644 ____________________________________________________________________________
53645 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
53646         Log: Subject: [PATCH 5.6.1]Quick thread speedup
53647              From: Dan Sugalski <dan@sidhe.org> 
53648              Date: Wed, 16 May 2001 18:05:19 -0400
53649              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
53650      Branch: perl
53651            ! thread.h util.c
53652 ____________________________________________________________________________
53653 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
53654         Log: I think this is quite enough testing for a deprecated feature.
53655      Branch: perl
53656            + t/lib/i18n-collate.t
53657            ! MANIFEST t/lib/1_compile.t
53658 ____________________________________________________________________________
53659 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
53660         Log: More HP-UX lore from Jeff Okamoto.
53661      Branch: perl
53662            ! README.hpux
53663 ____________________________________________________________________________
53664 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
53665         Log: Sort utils.lst for easier maintenance.
53666      Branch: perl
53667            ! utils.lst
53668 ____________________________________________________________________________
53669 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
53670         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
53671              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53672              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
53673              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
53674              
53675              Add pod2latex to utils.lst.
53676      Branch: perl
53677            ! MANIFEST utils.lst
53678 ____________________________________________________________________________
53679 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
53680         Log: Subject: Re: [PATCH] HERE mark in regex
53681              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53682              Date: Wed, 16 May 2001 13:04:43 -0400
53683              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
53684      Branch: perl
53685            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
53686            ! t/op/regmesg.t t/pragma/warn/regcomp
53687 ____________________________________________________________________________
53688 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
53689         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
53690              From: Simon Cozens <simon@netthink.co.uk>
53691              Date: Wed, 16 May 2001 18:02:08 +0100
53692              Message-ID: <20010516180208.A6458@netthink.co.uk>
53693      Branch: perl
53694            ! installman utils.lst
53695 ____________________________________________________________________________
53696 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
53697         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
53698              From: "Philip Newton" <pnewton@gmx.de>
53699              Date: Tue, 15 May 2001 15:09:30 +0200
53700              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
53701              
53702              Test case for #10128.
53703      Branch: perl
53704            ! t/pragma/warn/pp_hot
53705 ____________________________________________________________________________
53706 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
53707         Log: Update Changes.
53708      Branch: perl
53709            ! Changes patchlevel.h
53710 ____________________________________________________________________________
53711 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
53712         Log: Deprecate pseudo-hashes.
53713      Branch: perl
53714            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
53715 ____________________________________________________________________________
53716 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
53717         Log: HP-UX hints update from Merijn.
53718      Branch: perl
53719            ! hints/hpux.sh
53720 ____________________________________________________________________________
53721 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
53722         Log: README.hpux update from Merijn.
53723      Branch: perl
53724            ! README.hpux
53725 ____________________________________________________________________________
53726 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
53727         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
53728              From: Simon Cozens <simon@netthink.co.uk>
53729              Date: Wed, 16 May 2001 15:57:55 +0100
53730              Message-ID: <20010516155755.A4728@netthink.co.uk>
53731      Branch: perl
53732            + utils.lst
53733            ! MANIFEST installman installperl
53734 ____________________________________________________________________________
53735 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
53736         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
53737              From: "Philip Newton" <pnewton@gmx.de>
53738              Date: Tue, 15 May 2001 16:31:05 +0200
53739              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
53740              
53741              Fix PERL_Y2KWARN test to check before rather than after appending.
53742      Branch: perl
53743            ! pp_hot.c
53744 ____________________________________________________________________________
53745 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
53746         Log: Regen Porting stuff.
53747      Branch: perl
53748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53749            ! config_h.SH
53750 ____________________________________________________________________________
53751 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
53752         Log: Metaconfig unit change for #10125.
53753      Branch: metaconfig
53754            ! U/modified/Oldconfig.U
53755 ____________________________________________________________________________
53756 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
53757         Log: Use OSVERS.
53758      Branch: perl
53759            ! Configure config_h.SH perl.c
53760 ____________________________________________________________________________
53761 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
53762         Log: Regen toc.
53763      Branch: perl
53764            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53765 ____________________________________________________________________________
53766 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
53767         Log: Adding the README.dgux to the MANIFEST would be a good idea.
53768      Branch: perl
53769            ! MANIFEST
53770 ____________________________________________________________________________
53771 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
53772         Log: Move the stack desire definition to thread.h.
53773      Branch: perl
53774            ! ext/Thread/Thread.xs thread.h
53775 ____________________________________________________________________________
53776 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
53777         Log: DG-UX threading patches, including a README.dgux,
53778              from Takis Psarogiannakopoulos.
53779      Branch: perl
53780            + README.dgux
53781            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
53782 ____________________________________________________________________________
53783 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
53784         Log: Subject: [PATCH B::Deparse] More on /x regexes
53785              From: Robin Houston <robin@kitsite.com>
53786              Date: Tue, 15 May 2001 19:09:35 +0100
53787              Message-ID: <20010515190935.A27268@penderel>
53788      Branch: perl
53789            ! ext/B/B/Deparse.pm
53790 ____________________________________________________________________________
53791 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
53792         Log: Document that the core time() may be rounding rather
53793              than truncating, would have saved at least my confusion.
53794      Branch: perl
53795            ! ext/Time/HiRes/HiRes.pm
53796 ____________________________________________________________________________
53797 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
53798         Log: Subject: perl-current/t/time-hires.t
53799              From: John Peacock <jpeacock@rowman.com>
53800              Date: Fri, 11 May 2001 14:09:41 -0400
53801              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
53802      Branch: perl
53803            ! t/lib/time-hires.t
53804 ____________________________________________________________________________
53805 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
53806         Log: Subject: [PATCH dump.c] Op private flags
53807              From: Simon Cozens <simon@netthink.co.uk>
53808              Date: Sun, 13 May 2001 20:20:36 +0100
53809              Message-ID: <20010513202036.A21896@netthink.co.uk>
53810      Branch: perl
53811            ! dump.c
53812 ____________________________________________________________________________
53813 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
53814         Log: Upgrade to Switch 2.03.
53815      Branch: perl
53816            ! lib/Switch.pm
53817 ____________________________________________________________________________
53818 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
53819         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
53820              to PERL_CONFIG_SH and use it consistently.
53821      Branch: maint-5.6/perl
53822           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
53823           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
53824           !> myconfig.SH writemain.SH
53825 ____________________________________________________________________________
53826 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
53827         Log: Metaconfig units changes for #10113.
53828      Branch: metaconfig
53829            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
53830 ____________________________________________________________________________
53831 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
53832         Log: The problem described in 20010514.031 still wasn't
53833              fully cured, there were remnants of $CONFIG when
53834              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
53835              to avoid future conflicts.
53836      Branch: perl
53837            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
53838            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
53839            ! myconfig.SH writemain.SH
53840 ____________________________________________________________________________
53841 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
53842         Log: Half of #10107 got lost.
53843      Branch: perl
53844            ! ext/B/B/Deparse.pm
53845 ____________________________________________________________________________
53846 [ 10111] By: nick                                  on 2001/05/15  08:39:14
53847         Log: Integrate mainline.
53848      Branch: perlio
53849           +> ext/POSIX/hints/uts.pl
53850            - Todo Todo-5.6 t/camel-III/vstring.t
53851           !> (integrate 48 files)
53852 ____________________________________________________________________________
53853 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
53854         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
53855              From: Robin Houston <robin@kitsite.com>
53856              Date: Mon, 14 May 2001 22:27:08 +0100
53857              Message-ID: <20010514222708.A22963@penderel>
53858      Branch: perl
53859            ! t/TestInit.pm
53860 ____________________________________________________________________________
53861 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
53862         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
53863              From: Robin Houston <robin@kitsite.com>
53864              Date: Mon, 14 May 2001 22:16:43 +0100
53865              Message-ID: <20010514221643.A22437@penderel>
53866      Branch: perl
53867            ! ext/B/B/Deparse.pm
53868 ____________________________________________________________________________
53869 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
53870         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
53871              From: Robin Houston <robin@kitsite.com>
53872              Date: Mon, 14 May 2001 22:03:44 +0100
53873              Message-ID: <20010514220344.A20643@penderel>
53874      Branch: perl
53875            ! ext/B/B/Deparse.pm
53876 ____________________________________________________________________________
53877 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
53878         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
53879              From: Robin Houston <robin@kitsite.com>
53880              Date: Mon, 14 May 2001 22:10:07 +0100
53881              Message-ID: <20010514221007.A21118@penderel>
53882      Branch: perl
53883            ! ext/B/B/Deparse.pm
53884 ____________________________________________________________________________
53885 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
53886         Log: Fix for 20010514.037; substr() didn't invalidate the locale
53887              collation magic.
53888      Branch: perl
53889            ! pp.c
53890 ____________________________________________________________________________
53891 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
53892         Log: Update Changes.
53893      Branch: perl
53894            ! Changes patchlevel.h
53895 ____________________________________________________________________________
53896 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
53897         Log: Retract #10094.
53898      Branch: perl
53899            ! lib/Pod/Text.pm
53900 ____________________________________________________________________________
53901 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
53902         Log: Integrate change #10100 from maintperl.
53903              
53904              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
53905              bug ID 20010514.027)
53906      Branch: perl
53907           !> mg.c pp_ctl.c
53908 ____________________________________________________________________________
53909 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
53910         Log: Document the deprecatedness of suidperl.
53911      Branch: perl
53912            ! INSTALL pod/perlfaq1.pod
53913 ____________________________________________________________________________
53914 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
53915         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
53916              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
53917              Date: Mon, 14 May 2001 09:38:59 -0400
53918              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
53919      Branch: perl
53920            ! lib/ExtUtils/MM_Unix.pm
53921 ____________________________________________________________________________
53922 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
53923         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
53924              bug ID 20010514.027)
53925              
53926              TODO: this needs a testsuite addition
53927      Branch: maint-5.6/perl
53928            ! mg.c pp_ctl.c
53929 ____________________________________________________________________________
53930 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
53931         Log: More DWIMminess for Class::Struct: calling the array or hash
53932              accessors only with one argument, an array or a hash reference,
53933              sets the underlying array or hash.  This mirrors nicely also
53934              the usage in the constructor.
53935              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
53936      Branch: perl
53937            ! lib/Class/Struct.pm t/lib/class-struct.t
53938 ____________________________________________________________________________
53939 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
53940         Log: Reference cmp'ing should go through the whole stringification
53941              process shebang, as pointed out by Sarathy in #10091.
53942      Branch: perl
53943            ! pp.c
53944 ____________________________________________________________________________
53945 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
53946         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
53947              From: Simon Cozens <simon@netthink.co.uk>
53948              Date: Sat, 12 May 2001 16:36:27 +0100
53949              Message-ID: <20010512163627.A5522@netthink.co.uk>
53950              
53951              with some additions salvaged from Todo and Todo-5.6 before
53952              retiring them.
53953      Branch: perl
53954            - Todo Todo-5.6
53955            ! MANIFEST pod/perltodo.pod
53956 ____________________________________________________________________________
53957 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
53958         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
53959              From: "Golubev I. N." <gin@mo.msk.ru>
53960              Date: Mon, 07 May 2001 14:33:34 (GMT)
53961              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
53962      Branch: perl
53963            ! perl.h
53964 ____________________________________________________________________________
53965 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
53966         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
53967              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
53968              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
53969              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
53970      Branch: perl
53971            ! lib/ExtUtils/MM_Unix.pm
53972 ____________________________________________________________________________
53973 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
53974         Log: (Retracted by #10104.)
53975              
53976              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
53977              From: barries <barries@slaysys.com>
53978              Date: Sat, 12 May 2001 01:28:10 -0400
53979              Message-ID: <20010512012810.B26358@jester.slaysys.com>
53980      Branch: perl
53981            ! lib/Pod/Text.pm
53982 ____________________________________________________________________________
53983 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
53984         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
53985              From: Mike Guy <mjtg@cam.ac.uk>
53986              Date: Sat, 12 May 2001 19:24:33 +0100
53987              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
53988      Branch: perl
53989            ! lib/AutoSplit.pm
53990 ____________________________________________________________________________
53991 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
53992         Log: Yet another HP-UX hints tweak from Merijn.
53993      Branch: perl
53994            ! hints/hpux.sh
53995 ____________________________________________________________________________
53996 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
53997         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
53998              isn't defined (changes#9366,9368,9370 from mainline without the
53999              pp_scmp() change)
54000      Branch: maint-5.6/perl
54001            ! pp.c pp.h pp_hot.c
54002 ____________________________________________________________________________
54003 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
54004         Log: The sorting seems to happen now automatically.
54005      Branch: perl
54006            ! t/lib/glob-basic.t
54007 ____________________________________________________________________________
54008 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
54009         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
54010              From: Benjamin Sugars <bsugars@canoe.ca>
54011              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
54012              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
54013      Branch: perl
54014            ! pod/perlfunc.pod
54015 ____________________________________________________________________________
54016 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
54017         Log: Subject: Re: undef(&foo) does not work for XS functions
54018              From: Doug MacEachern <dougm@covalent.net>
54019              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
54020              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
54021      Branch: perl
54022            ! op.c
54023 ____________________________________________________________________________
54024 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
54025         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
54026              From: Peter Prymmer <pvhp@forte.com>
54027              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
54028              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
54029      Branch: perl
54030            ! t/op/append.t
54031 ____________________________________________________________________________
54032 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
54033         Log: Update Changes.
54034      Branch: perl
54035            ! Changes patchlevel.h
54036 ____________________________________________________________________________
54037 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
54038         Log: Remove the 'asciir' re subpragma.  Should instead implement
54039              the 'physical vs logical' range scheme:
54040              
54041              \xAA-\xCC is a native physical range, you want that range of
54042              codepoints in your native encoding.  In EBCDIC the codepoints
54043              in the gaps (between i-j and r-s) should be included.
54044              
54045              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
54046              codepoints in Unicode.
54047              
54048              a-z is a logical range, you want that range of 'logical' codepoints
54049              in your native encoding.  In EBCDIC the codepoints in the gaps
54050              (between i-j and r-s) should not be included.
54051              
54052              Mixed cases (a-\xAA, etc) should either be errors, or maybe
54053              the 'logical' endpoints should be converted to native/Unicode
54054              codepoints, and the range handled as a physical range.
54055              
54056              'Logical endpoints' are to be recognized only in the A-Z, a-z,
54057              and 0-9 ranges.  Probably a warning should be given for mixed
54058              cases like A-z or a-9 (since such expressions are encoding
54059              dependent), with a recommendation to use physical ranges.
54060      Branch: perl
54061            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
54062            ! t/op/regexp.t
54063 ____________________________________________________________________________
54064 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
54065         Log: Make the test to cleanup the test directory tree
54066              both before and after the testing so that we always
54067              have a clean slate to work with.
54068      Branch: perl
54069            ! t/lib/filefind.t
54070 ____________________________________________________________________________
54071 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
54072         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
54073              From: Jon Eveland <jweveland@yahoo.com>
54074              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
54075              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
54076      Branch: perl
54077            ! pod/perlfunc.pod
54078 ____________________________________________________________________________
54079 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
54080         Log: Merge the camel-III/vstring.t with op/ver.t.
54081      Branch: perl
54082            - t/camel-III/vstring.t
54083            ! MANIFEST t/TEST t/harness t/op/ver.t
54084 ____________________________________________________________________________
54085 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
54086         Log: Add test.deparse make target.
54087      Branch: perl
54088            ! Makefile.SH
54089 ____________________________________________________________________________
54090 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
54091         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
54092              From: Robin Houston <robin@kitsite.com>
54093              Date: Fri, 11 May 2001 12:02:22 +0100
54094              Message-ID: <20010511120222.A11529@penderel>
54095      Branch: perl
54096            ! ext/B/B/Deparse.pm t/op/method.t
54097 ____________________________________________________________________________
54098 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
54099         Log: A nicely working combination for UTS from Hal Morris.
54100      Branch: perl
54101            + ext/POSIX/hints/uts.pl
54102            ! MANIFEST hints/uts.sh
54103 ____________________________________________________________________________
54104 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
54105         Log: i_ieeefp=undef for UTS.
54106      Branch: perl
54107            ! hints/uts.sh
54108 ____________________________________________________________________________
54109 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
54110         Log: Subject: RE: rand(0) is rand(1)
54111              From: Larry Shatzer <lshatzer@islanddata.com>
54112              Date: Thu, 10 May 2001 11:09:27 -0700
54113              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
54114      Branch: perl
54115            ! pod/perlfunc.pod
54116 ____________________________________________________________________________
54117 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
54118         Log: Subject: [patch] make op_{clear,null} public
54119              From: Doug MacEachern <dougm@covalent.net>
54120              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
54121              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
54122      Branch: perl
54123            ! embed.h embed.pl op.c proto.h
54124 ____________________________________________________________________________
54125 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
54126         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
54127              From: Robin Houston <robin@kitsite.com>
54128              Date: Thu, 10 May 2001 18:54:59 +0100
54129              Message-ID: <20010510185459.A5995@penderel>
54130      Branch: perl
54131            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
54132 ____________________________________________________________________________
54133 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
54134         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
54135              From: Robin Houston <robin@kitsite.com>
54136              Date: Thu, 10 May 2001 12:56:39 +0100
54137              Message-ID: <20010510125639.A2119@penderel>
54138      Branch: perl
54139            ! ext/B/B/Deparse.pm
54140 ____________________________________________________________________________
54141 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
54142         Log: Retract #10070, not ready yet.
54143      Branch: perl
54144            ! ext/B/B/Deparse.pm
54145 ____________________________________________________________________________
54146 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
54147         Log: The metaconfig unit change for #10071.
54148      Branch: metaconfig
54149            ! U/modified/mallocsrc.U
54150 ____________________________________________________________________________
54151 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
54152         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
54153      Branch: perl
54154            ! Configure
54155 ____________________________________________________________________________
54156 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
54157         Log: (Retracted by #10073)
54158              
54159              Subject: Re: [PATCH t/TEST] B::Deparse tester 
54160              From: Hugo <hv@crypt.compulink.co.uk>
54161              Date: Thu, 10 May 2001 05:48:09 +0100
54162              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
54163      Branch: perl
54164            ! ext/B/B/Deparse.pm
54165 ____________________________________________________________________________
54166 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
54167         Log: Add a for(func()) test.
54168      Branch: perl
54169            ! t/cmd/for.t
54170 ____________________________________________________________________________
54171 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
54172         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
54173              From: Robin Houston <robin@kitsite.com>
54174              Date: Thu, 10 May 2001 13:50:08 +0100
54175              Message-ID: <20010510135008.A2454@penderel>
54176      Branch: perl
54177            ! ext/B/B/Deparse.pm
54178 ____________________________________________________________________________
54179 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
54180         Log: A thinko in #10065.
54181      Branch: perl
54182            ! hv.c
54183 ____________________________________________________________________________
54184 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
54185         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
54186              From: Robin Houston <robin@kitsite.com>
54187              Date: Thu, 10 May 2001 02:10:34 +0100
54188              Message-ID: <20010510021034.A19421@penderel>
54189      Branch: perl
54190            ! ext/B/B.xs ext/B/B/Deparse.pm
54191 ____________________________________________________________________________
54192 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
54193         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
54194              From: Doug MacEachern <dougm@covalent.net>
54195              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
54196              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
54197      Branch: perl
54198            ! hv.c
54199 ____________________________________________________________________________
54200 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
54201         Log: One more workaround for the UTS compiler from Hal Morris.
54202      Branch: perl
54203            ! perl.h
54204 ____________________________________________________________________________
54205 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
54206         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
54207              From: Robin Houston <robin@kitsite.com>
54208              Date: Thu, 10 May 2001 01:02:08 +0100
54209              Message-ID: <20010510010208.A18200@penderel>
54210      Branch: perl
54211            ! ext/B/B/Debug.pm
54212 ____________________________________________________________________________
54213 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
54214         Log: Subject: [PATCH] Simplify deb_curcv() a bit
54215              From: Benjamin Sugars <bsugars@canoe.ca>
54216              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
54217              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
54218      Branch: perl
54219            ! run.c
54220 ____________________________________________________________________________
54221 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
54222         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
54223              From: Benjamin Sugars <bsugars@canoe.ca>
54224              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
54225              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
54226      Branch: perl
54227            ! t/lib/io_scalar.t
54228 ____________________________________________________________________________
54229 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
54230         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
54231              From: Peter Prymmer <pvhp@forte.com>
54232              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
54233              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
54234      Branch: perl
54235            ! t/lib/md5-file.t
54236 ____________________________________________________________________________
54237 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
54238         Log: Subject: [PATCH t/TEST] B::Deparse tester
54239              From: Robin Houston <robin@kitsite.com>
54240              Date: Wed, 9 May 2001 19:17:50 +0100
54241              Message-ID: <20010509191750.A16940@penderel>
54242      Branch: perl
54243            ! ext/B/O.pm t/TEST
54244 ____________________________________________________________________________
54245 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
54246         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
54247              From: Jeff Pinyan <jeffp@crusoe.net>
54248              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
54249              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
54250      Branch: perl
54251            ! lib/Pod/Html.pm
54252 ____________________________________________________________________________
54253 [ 10057] By: nick                                  on 2001/05/09  18:37:56
54254         Log: Integrate mainline.
54255      Branch: perlio
54256           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
54257           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
54258 ____________________________________________________________________________
54259 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
54260         Log: Update Changes.
54261      Branch: perl
54262            ! Changes patchlevel.h
54263 ____________________________________________________________________________
54264 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
54265         Log: Integrate perlio:
54266              
54267              [ 10050]
54268              win32, regen_config_h
54269      Branch: perl
54270           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54271 ____________________________________________________________________________
54272 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
54273         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
54274              From: Benjamin Sugars <bsugars@canoe.ca>
54275              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
54276              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
54277      Branch: perl
54278            ! perlio.c
54279 ____________________________________________________________________________
54280 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
54281         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
54282              From: Benjamin Sugars <bsugars@canoe.ca>
54283              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
54284              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
54285      Branch: perl
54286            ! ext/PerlIO/Scalar/Scalar.xs
54287 ____________________________________________________________________________
54288 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
54289         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
54290              From: Jeff Pinyan <jeffp@crusoe.net>
54291              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
54292              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
54293      Branch: perl
54294            ! lib/Pod/Html.pm
54295 ____________________________________________________________________________
54296 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
54297         Log: EPOC tweak from Olaf Flebbe.
54298      Branch: perl
54299            ! epoc/epocish.h
54300 ____________________________________________________________________________
54301 [ 10050] By: nick                                  on 2001/05/09  14:37:57
54302         Log: win32, regen_config_h
54303      Branch: perlio
54304            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54305 ____________________________________________________________________________
54306 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
54307         Log: Integrate perlio:
54308              
54309              [ 10048]
54310              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
54311              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
54312      Branch: perl
54313           !> pp_sys.c
54314 ____________________________________________________________________________
54315 [ 10048] By: nick                                  on 2001/05/09  11:59:50
54316         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
54317              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
54318      Branch: perlio
54319            ! pp_sys.c
54320 ____________________________________________________________________________
54321 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
54322         Log: Integrate perlio:
54323              
54324              [ 10045]
54325              MULTIPLICITY/DEBUGGING build fix.
54326      Branch: perl
54327           !> run.c
54328 ____________________________________________________________________________
54329 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
54330         Log: Subject: Re: Less warnings during configure
54331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54332              Date: Wed, 09 May 2001 13:12:49 +0200
54333              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
54334      Branch: perl
54335            ! hints/hpux.sh
54336 ____________________________________________________________________________
54337 [ 10045] By: nick                                  on 2001/05/09  09:56:59
54338         Log: MULTIPLICITY/DEBUGGING build fix.
54339      Branch: perlio
54340            ! run.c
54341 ____________________________________________________________________________
54342 [ 10044] By: nick                                  on 2001/05/09  09:46:37
54343         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
54344      Branch: perlio
54345           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
54346            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54347           !> (integrate 65 files)
54348 ____________________________________________________________________________
54349 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
54350         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
54351              From: Robin Houston <robin@kitsite.com>
54352              Date: Tue, 8 May 2001 19:38:00 +0100
54353              Message-ID: <20010508193800.A4389@penderel>
54354              
54355              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
54356              From: Robin Houston <robin@kitsite.com>
54357              Date: Tue, 8 May 2001 20:03:57 +0100
54358              Message-ID: <20010508200357.A4614@penderel>
54359              
54360              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
54361              From: Robin Houston <robin@kitsite.com>
54362              Date: Wed, 9 May 2001 00:12:05 +0100
54363              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
54364      Branch: perl
54365            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
54366 ____________________________________________________________________________
54367 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
54368         Log: Retract #10031.
54369      Branch: perl
54370            ! pod/perlfunc.pod
54371 ____________________________________________________________________________
54372 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
54373         Log: The metaconfig unit changes for #10040.
54374      Branch: metaconfig/U/perl
54375            ! Checkcc.U d_dlsymun.U dlsrc.U
54376 ____________________________________________________________________________
54377 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
54378         Log: The Configure half of
54379              
54380              Subject: Less warnings during configure
54381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54382              Date: Tue, 08 May 2001 08:44:02 +0200
54383              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
54384      Branch: perl
54385            ! Configure
54386 ____________________________________________________________________________
54387 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
54388         Log: Subject: Less warnings during configure
54389              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54390              Date: Tue, 08 May 2001 08:44:02 +0200
54391              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
54392      Branch: perl
54393            ! hints/hpux.sh
54394 ____________________________________________________________________________
54395 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
54396         Log: Don't forget to whine about \d__\d.
54397      Branch: perl
54398            ! t/pragma/warn/toke toke.c
54399 ____________________________________________________________________________
54400 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
54401         Log: Allow underscores also in the exponent part.
54402      Branch: perl
54403            ! t/pragma/warn/toke toke.c
54404 ____________________________________________________________________________
54405 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
54406         Log: CodeMagicCD doesn't look like an *I*DE.
54407      Branch: perl
54408            ! pod/perlfaq3.pod
54409 ____________________________________________________________________________
54410 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
54411         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
54412              to be consistently down).
54413      Branch: perl
54414            ! pod/perlfaq3.pod
54415 ____________________________________________________________________________
54416 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
54417         Log: Upgrade to Text::Balanced 1.84.
54418      Branch: perl
54419            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
54420 ____________________________________________________________________________
54421 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
54422         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
54423              From: Benjamin Sugars <bsugars@canoe.ca>
54424              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
54425              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
54426      Branch: perl
54427            ! run.c
54428 ____________________________________________________________________________
54429 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
54430         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
54431              From: Peter Prymmer <pvhp@forte.com>
54432              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
54433              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
54434      Branch: perl
54435            ! t/pod/plainer.t
54436 ____________________________________________________________________________
54437 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
54438         Log: (Retracted by #10042)
54439              
54440              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
54441              From: "Philip Newton" <pnewton@gmx.de>
54442              Date: Tue, 8 May 2001 09:18:10 +0200
54443              Message-ID: <3AF7B9D2.28861.603732@localhost>
54444      Branch: perl
54445            ! pod/perlfunc.pod
54446 ____________________________________________________________________________
54447 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
54448         Log: Subject: [PATCH B::Deparse] Document known bugs
54449              From: Robin Houston <robin@kitsite.com>
54450              Date: Tue, 8 May 2001 01:53:34 +0100
54451              Message-ID: <20010508015334.A32394@penderel>
54452      Branch: perl
54453            ! ext/B/B/Deparse.pm
54454 ____________________________________________________________________________
54455 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
54456         Log: Subject: Re: Perl book, magazine and website updates.
54457              From: "Philip Newton" <pnewton@gmx.de>
54458              Date: Mon, 7 May 2001 17:03:58 +0200
54459              Message-ID: <3AF6D57E.5387.1E29930@localhost>
54460      Branch: perl
54461            ! pod/perlfaq2.pod
54462 ____________________________________________________________________________
54463 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
54464         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
54465              From: Peter Prymmer <pvhp@forte.com>
54466              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
54467              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
54468      Branch: perl
54469            ! t/io/fflush.t
54470 ____________________________________________________________________________
54471 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
54472         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
54473              From: Robin Houston <robin@kitsite.com>
54474              Date: Tue, 8 May 2001 01:14:55 +0100
54475              Message-ID: <20010508011455.A32162@penderel>
54476      Branch: perl
54477            ! ext/B/B/Deparse.pm
54478 ____________________________________________________________________________
54479 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
54480         Log: Typo in #10025.
54481      Branch: perl
54482            ! hints/uts.sh
54483 ____________________________________________________________________________
54484 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
54485         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
54486      Branch: perl
54487            ! hints/uts.sh
54488 ____________________________________________________________________________
54489 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
54490         Log: Subject: Re: [ID 20010506.045] question about hash syntax
54491              From: Peter Scott <Peter@PSDT.com>
54492              Date: Sun, 06 May 2001 13:10:40 -0700
54493              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
54494      Branch: perl
54495            ! pod/perl56delta.pod
54496 ____________________________________________________________________________
54497 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
54498         Log: Configure should figure out the list of dynamic extensions
54499              just fine in UTS-- and in fact it does, as reported by Hal Morris.
54500      Branch: perl
54501            ! hints/uts.sh
54502 ____________________________________________________________________________
54503 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
54504         Log: Update Changes.
54505      Branch: perl
54506            ! Changes patchlevel.h
54507 ____________________________________________________________________________
54508 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
54509         Log: Subject: [PATCH regcomp.c] Insecure regexes
54510              From: Robin Houston <robin@kitsite.com>
54511              Date: Mon, 7 May 2001 21:56:12 +0100
54512              Message-ID: <20010507215612.A31114@penderel>
54513      Branch: perl
54514            ! regcomp.c
54515 ____________________________________________________________________________
54516 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
54517         Log: Drop the foobar.perl.com references for now until Simon
54518              gets them sorted out.
54519      Branch: perl
54520            ! pod/perlfaq2.pod
54521 ____________________________________________________________________________
54522 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
54523         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
54524              From: Prymmer/Kahn <pvhp@best.com>
54525              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
54526              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
54527      Branch: perl
54528            ! lib/Devel/SelfStubber.pm
54529 ____________________________________________________________________________
54530 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
54531         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
54532              From: Prymmer/Kahn <pvhp@best.com>
54533              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
54534              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
54535      Branch: perl
54536            ! win32/Makefile
54537 ____________________________________________________________________________
54538 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
54539         Log: s/WebTechnique's/WebTechniques/
54540      Branch: perl
54541            ! pod/perlfaq2.pod
54542 ____________________________________________________________________________
54543 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
54544         Log: Llama 3 updates from Randal.
54545      Branch: perl
54546            ! pod/perlfaq2.pod
54547 ____________________________________________________________________________
54548 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
54549         Log: Subject: [PATCH] Help -Dt show correct pad variables
54550              From: Benjamin Sugars <ben.sugars@home.com>
54551              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
54552              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
54553      Branch: perl
54554            ! embed.h embed.pl proto.h run.c
54555 ____________________________________________________________________________
54556 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
54557         Log: Subject: [PATCH] Document C<our $foo : shared>
54558              From: Benjamin Sugars <ben.sugars@home.com>
54559              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
54560              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
54561      Branch: perl
54562            ! pod/perlfunc.pod
54563 ____________________________________________________________________________
54564 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
54565         Log: Subject: [PATCH B::Deparse] undefined folded constants
54566              From: Robin Houston <robin@kitsite.com>
54567              Date: Sun, 6 May 2001 17:19:09 +0100
54568              Message-ID: <20010506171909.A7046@penderel>
54569      Branch: perl
54570            ! ext/B/B/Deparse.pm
54571 ____________________________________________________________________________
54572 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
54573         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
54574              From: Robin Houston <robin@kitsite.com>
54575              Message-ID: <20010506164654.A6848@penderel>
54576              Date: Sun, 6 May 2001 16:46:54 +0100
54577      Branch: perl
54578            ! ext/B/B/Deparse.pm
54579 ____________________________________________________________________________
54580 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
54581         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
54582              From: Robin Houston <robin@kitsite.com>
54583              Date: Sun, 6 May 2001 14:47:02 +0100
54584              Message-ID: <20010506144702.A6308@penderel>
54585      Branch: perl
54586            ! t/op/my_stash.t
54587 ____________________________________________________________________________
54588 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
54589         Log: Subject: Perl book, magazine and website updates.
54590              From: Simon Cozens <simon@netthink.co.uk>
54591              Date: Sun, 6 May 2001 16:55:36 +0100
54592              Message-ID: <20010506165536.A1795@netthink.co.uk>
54593      Branch: perl
54594            ! pod/perlbook.pod pod/perlfaq2.pod
54595 ____________________________________________________________________________
54596 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
54597         Log: Tweaks on the Tru64 prof options.
54598      Branch: perl
54599            ! pod/perlhack.pod
54600 ____________________________________________________________________________
54601 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
54602         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
54603              From: Robin Houston <robin@kitsite.com>
54604              Date: Sun, 6 May 2001 14:40:51 +0100
54605              Message-ID: <20010506144051.A6279@penderel>
54606      Branch: perl
54607            ! t/pod/testp2pt.pl
54608 ____________________________________________________________________________
54609 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
54610         Log: Subject: [PATCH B::Deparse] scoping
54611              From: Robin Houston <robin@kitsite.com>
54612              Date: Sun, 6 May 2001 14:36:56 +0100
54613              Message-ID: <20010506143656.A4006@penderel>
54614      Branch: perl
54615            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
54616 ____________________________________________________________________________
54617 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
54618         Log: Document the undefinedness of bitshifting out of range.
54619      Branch: perl
54620            ! pod/perlop.pod
54621 ____________________________________________________________________________
54622 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
54623         Log: Retract #10003 and update the IDE descriptions a bit.
54624      Branch: perl
54625            ! pod/perlfaq3.pod
54626 ____________________________________________________________________________
54627 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
54628         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
54629              From: Prymmer/Kahn <pvhp@best.com>
54630              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
54631              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
54632      Branch: perl
54633            ! win32/Makefile win32/buildext.pl win32/config.bc
54634            ! win32/config.gc win32/config.vc
54635 ____________________________________________________________________________
54636 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
54637         Log: (Retracted by #10005.)
54638      Branch: perl
54639            ! pod/perlfaq3.pod
54640 ____________________________________________________________________________
54641 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
54642         Log: It's "psed", not "sed".
54643      Branch: perl
54644            ! x2p/s2p.PL
54645 ____________________________________________________________________________
54646 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
54647         Log: Update Changes.
54648      Branch: perl
54649            ! Changes patchlevel.h
54650 ____________________________________________________________________________
54651 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
54652         Log: Subject: Re: bleadperl make install fails due to "psed"
54653              From: andreas.koenig@anima.de (Andreas J. Koenig)
54654              Date: 05 May 2001 18:23:28 +0200
54655              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
54656      Branch: perl
54657            ! x2p/Makefile.SH x2p/s2p.PL
54658 ____________________________________________________________________________
54659 [  9999] By: jhi                                   on 2001/05/05  18:28:09
54660         Log: AUTHORS updates.
54661      Branch: perl
54662            ! AUTHORS
54663 ____________________________________________________________________________
54664 [  9998] By: jhi                                   on 2001/05/05  18:16:00
54665         Log: Updates on the pods related to the modules included since 5.6.
54666              
54667              TODO: perltodo really could use major updating.
54668      Branch: perl
54669            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
54670            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
54671            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
54672            ! pod/perlsyn.pod pod/perltodo.pod
54673 ____________________________________________________________________________
54674 [  9997] By: jhi                                   on 2001/05/05  17:35:17
54675         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
54676              from Kurt Skauen.
54677      Branch: perl
54678            + hints/atheos.sh
54679            ! MANIFEST
54680 ____________________________________________________________________________
54681 [  9996] By: jhi                                   on 2001/05/05  17:25:00
54682         Log: Add preemptive #undefs for some of the shorter and more prone
54683              to collision regcomp.h #defines.  (Background: the MASK collided
54684              with a system header #define in Rhapsody.)
54685      Branch: perl
54686            ! regcomp.h
54687 ____________________________________________________________________________
54688 [  9995] By: jhi                                   on 2001/05/05  13:24:21
54689         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54690              From: Nicholas Clark <nick@ccl4.org>
54691              Date: Sat, 5 May 2001 14:46:39 +0100
54692              Message-ID: <20010505144639.O53513@plum.flirble.org>
54693              
54694              Add a test for the constants (if any) being processed correctly.
54695      Branch: perl
54696            ! utils/h2xs.PL
54697 ____________________________________________________________________________
54698 [  9994] By: jhi                                   on 2001/05/05  02:11:03
54699         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
54700              From: Peter Prymmer <pvhp@forte.com>
54701              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
54702              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
54703      Branch: perl
54704            ! t/lib/b-stash.t
54705 ____________________________________________________________________________
54706 [  9993] By: jhi                                   on 2001/05/05  02:03:49
54707         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
54708              From: Peter Prymmer <pvhp@forte.com>
54709              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
54710              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
54711      Branch: perl
54712            ! perlio.c vms/vmsish.h
54713 ____________________________________________________________________________
54714 [  9992] By: jhi                                   on 2001/05/04  17:21:12
54715         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
54716              From: Robin Barker <rmb1@cise.npl.co.uk>
54717              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
54718              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
54719      Branch: perl
54720            + t/pod/plainer.t
54721            ! MANIFEST
54722 ____________________________________________________________________________
54723 [  9991] By: jhi                                   on 2001/05/04  16:47:45
54724         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
54725              From: Robin Barker <rmb1@cise.npl.co.uk>
54726              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
54727              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
54728      Branch: perl
54729            ! regcomp.c
54730 ____________________________________________________________________________
54731 [  9990] By: jhi                                   on 2001/05/04  14:37:20
54732         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
54733              From: Prymmer/Kahn <pvhp@best.com>
54734              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
54735              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
54736      Branch: perl
54737            ! t/lib/b-stash.t
54738 ____________________________________________________________________________
54739 [  9989] By: jhi                                   on 2001/05/04  14:03:58
54740         Log: Introduce perl572delta, update Todo, add the missing
54741              mention about signal safety since 5.7.1 (though this
54742              requires verification and more details.)
54743      Branch: perl
54744            + pod/perl572delta.pod
54745            ! MANIFEST Todo pod/perl571delta.pod
54746 ____________________________________________________________________________
54747 [  9988] By: jhi                                   on 2001/05/04  12:41:51
54748         Log: Subject: [PATCH perl@9944] long =item
54749              From: Robin Barker <rmb1@cise.npl.co.uk>
54750              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
54751              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
54752      Branch: perl
54753            ! ext/Time/HiRes/HiRes.pm
54754 ____________________________________________________________________________
54755 [  9987] By: jhi                                   on 2001/05/04  12:39:19
54756         Log: The #9901 had removed one line essential for EBCDIC.
54757      Branch: perl
54758            ! regcomp.c
54759 ____________________________________________________________________________
54760 [  9986] By: jhi                                   on 2001/05/04  12:30:23
54761         Log: Subject: cygwin/Makefile.SHs INSTALL patch
54762              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
54763              Date: Mon, 08 Jan 2001 04:59:21 +0200
54764              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
54765      Branch: perl
54766            ! cygwin/Makefile.SHs
54767 ____________________________________________________________________________
54768 [  9985] By: jhi                                   on 2001/05/04  03:51:39
54769         Log: Encode/IO doc tweaks.
54770      Branch: perl
54771            ! ext/Encode/Encode.pm
54772 ____________________________________________________________________________
54773 [  9984] By: jhi                                   on 2001/05/04  03:29:34
54774         Log: Remove GDBM_File from the dynamic extensions for UTS,
54775              GDBM is not a standard feature.
54776      Branch: perl
54777            ! hints/uts.sh
54778 ____________________________________________________________________________
54779 [  9983] By: jhi                                   on 2001/05/04  03:22:59
54780         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
54781      Branch: perl
54782            ! pod/perlretut.pod
54783 ____________________________________________________________________________
54784 [  9982] By: jhi                                   on 2001/05/03  23:21:03
54785         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
54786              From: Benjamin Sugars <bsugars@canoe.ca>
54787              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
54788              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
54789      Branch: perl
54790            ! dump.c
54791 ____________________________________________________________________________
54792 [  9981] By: jhi                                   on 2001/05/03  23:20:05
54793         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
54794              From: Benjamin Sugars <bsugars@canoe.ca>
54795              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
54796              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
54797      Branch: perl
54798            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54799 ____________________________________________________________________________
54800 [  9980] By: jhi                                   on 2001/05/03  23:15:29
54801         Log: Integrate perlio:
54802              
54803              [  9976]
54804              Allow $answer = encode($object,$text); like it says in docs.
54805              
54806              [  9975]
54807              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
54808              to be in scope (fair enough), and also a package variable (our) for eval to see it.
54809      Branch: perl
54810           !> ext/Encode/Encode.pm
54811 ____________________________________________________________________________
54812 [  9979] By: jhi                                   on 2001/05/03  16:54:59
54813         Log: Install psed man page.
54814      Branch: perl
54815            ! installman
54816 ____________________________________________________________________________
54817 [  9978] By: jhi                                   on 2001/05/03  16:45:58
54818         Log: Remove unused files; noted by Sarathy.
54819      Branch: perl
54820            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54821            ! MANIFEST
54822 ____________________________________________________________________________
54823 [  9977] By: jhi                                   on 2001/05/03  16:42:30
54824         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
54825              From: Andy Dougherty <doughera@lafayette.edu>
54826              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
54827              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
54828      Branch: perl
54829            ! INSTALL
54830 ____________________________________________________________________________
54831 [  9976] By: nick                                  on 2001/05/03  16:40:42
54832         Log: Allow $answer = encode($object,$text); like it says in docs.
54833      Branch: perlio
54834            ! ext/Encode/Encode.pm
54835 ____________________________________________________________________________
54836 [  9975] By: nick                                  on 2001/05/03  16:22:30
54837         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
54838              to be in scope (fair enough), and also a package variable (our) for eval to see it.
54839      Branch: perlio
54840            ! ext/Encode/Encode.pm
54841 ____________________________________________________________________________
54842 [  9974] By: nick                                  on 2001/05/03  15:48:17
54843         Log: Integrate mainline.
54844      Branch: perlio
54845           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
54846           +> t/lib/filter-simple.t t/lib/next.t
54847           !> (integrate 70 files)
54848 ____________________________________________________________________________
54849 [  9973] By: jhi                                   on 2001/05/03  13:09:09
54850         Log: Update Changes.
54851      Branch: perl
54852            ! Changes patchlevel.h
54853 ____________________________________________________________________________
54854 [  9972] By: jhi                                   on 2001/05/03  12:58:33
54855         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
54856              From: Prymmer/Kahn <pvhp@best.com>
54857              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
54858              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
54859      Branch: perl
54860            ! t/io/fflush.t
54861 ____________________________________________________________________________
54862 [  9971] By: jhi                                   on 2001/05/03  12:57:26
54863         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
54864              From: Prymmer/Kahn <pvhp@best.com>
54865              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
54866              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
54867      Branch: perl
54868            ! win32/FindExt.pm
54869 ____________________________________________________________________________
54870 [  9970] By: jhi                                   on 2001/05/03  02:42:46
54871         Log: Can't croak sans thread context, from Doug MacEachern.
54872      Branch: perl
54873            ! toke.c
54874 ____________________________________________________________________________
54875 [  9969] By: jhi                                   on 2001/05/03  01:23:48
54876         Log: Subject: Random input test and Perl
54877              From: Ilya Zakharevich <ilya@math.berkeley.edu>
54878              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
54879              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
54880      Branch: perl
54881            ! toke.c
54882 ____________________________________________________________________________
54883 [  9968] By: jhi                                   on 2001/05/02  22:17:21
54884         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
54885              From: Peter Prymmer <pvhp@forte.com>
54886              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
54887              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
54888      Branch: perl
54889            ! pod/perlfunc.pod pod/perlport.pod
54890 ____________________________________________________________________________
54891 [  9967] By: jhi                                   on 2001/05/02  20:12:45
54892         Log: Workaround for UTS compiler casting bug from Hal Morris.
54893      Branch: perl
54894            ! perl.h
54895 ____________________________________________________________________________
54896 [  9966] By: jhi                                   on 2001/05/02  18:31:37
54897         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
54898              From: Dan Sugalski <dan@sidhe.org>
54899              Date: Wed, 02 May 2001 15:23:22 -0400
54900              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
54901      Branch: perl
54902            ! perl.c vms/vms.c
54903 ____________________________________________________________________________
54904 [  9965] By: jhi                                   on 2001/05/02  18:21:29
54905         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
54906      Branch: perl
54907            ! pod/perlfunc.pod
54908 ____________________________________________________________________________
54909 [  9964] By: jhi                                   on 2001/05/02  18:15:01
54910         Log: Document large files in INSTALL, document also the %x
54911              limitation if not use64bitint, closes bug 20010326.007.
54912      Branch: perl
54913            ! INSTALL
54914 ____________________________________________________________________________
54915 [  9963] By: jhi                                   on 2001/05/02  17:24:47
54916         Log: perlmodlib tweaks; regen pods.
54917      Branch: perl
54918            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
54919            ! pod/perltoc.pod
54920 ____________________________________________________________________________
54921 [  9962] By: jhi                                   on 2001/05/02  17:14:00
54922         Log: Fix for a segfault, from Marc Lehmann.
54923      Branch: perl
54924            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
54925 ____________________________________________________________________________
54926 [  9961] By: jhi                                   on 2001/05/02  15:55:53
54927         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
54928              From: "Philip Newton" <pnewton@gmx.de>
54929              Date: Wed, 2 May 2001 18:39:03 +0200
54930              Message-ID: <3AF05447.15525.173B588@localhost>
54931      Branch: perl
54932            ! pod/perlop.pod
54933 ____________________________________________________________________________
54934 [  9960] By: jhi                                   on 2001/05/02  15:35:37
54935         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
54936              From: Dan Sugalski <dan@sidhe.org>
54937              Date: Wed, 02 May 2001 11:37:27 -0400
54938              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
54939      Branch: perl
54940            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
54941            ! thread.h vms/vms.c vms/vmsish.h
54942 ____________________________________________________________________________
54943 [  9959] By: jhi                                   on 2001/05/02  15:21:08
54944         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
54945              From: Benjamin Sugars <bsugars@canoe.ca>
54946              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
54947              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
54948      Branch: perl
54949            ! ext/PerlIO/Scalar/Scalar.xs
54950 ____________________________________________________________________________
54951 [  9958] By: jhi                                   on 2001/05/02  15:15:53
54952         Log: Bug in #9915, spotted by Mike Guy.
54953      Branch: perl
54954            ! installperl
54955 ____________________________________________________________________________
54956 [  9957] By: jhi                                   on 2001/05/02  13:26:01
54957         Log: Add a test for not griping about references as array
54958              indices if the reference has magic in it (overloaded
54959              methods).
54960      Branch: perl
54961            ! pod/perldiag.pod t/pragma/warn/pp_hot
54962 ____________________________________________________________________________
54963 [  9956] By: jhi                                   on 2001/05/02  13:07:01
54964         Log: Retracted a bit too much in #9952.
54965      Branch: perl
54966            ! t/pragma/sub_lval.t
54967 ____________________________________________________________________________
54968 [  9955] By: jhi                                   on 2001/05/02  13:05:38
54969         Log: Test for #9952.
54970      Branch: perl
54971            ! t/op/tie.t
54972 ____________________________________________________________________________
54973 [  9954] By: jhi                                   on 2001/05/02  11:48:18
54974         Log: Additional note on the encoding example: one cannot
54975              convert string constants in-place.
54976      Branch: perl
54977            ! ext/Encode/Encode.pm
54978 ____________________________________________________________________________
54979 [  9953] By: jhi                                   on 2001/05/02  11:43:51
54980         Log: Note that if you have recent enough Perl you already
54981              have Filter::Util::Call.
54982      Branch: perl
54983            ! lib/Filter/Simple.pm
54984 ____________________________________________________________________________
54985 [  9952] By: jhi                                   on 2001/05/02  11:31:53
54986         Log: Retract changes #8254 and #8255, causes coredump in
54987              'tie FH, "main"', reported by Abigail, culprit found by
54988              Benjamin Sugars.  Mirrors maintperl change #9950.
54989      Branch: perl
54990            ! op.c t/pragma/sub_lval.t
54991 ____________________________________________________________________________
54992 [  9951] By: jhi                                   on 2001/05/02  11:14:29
54993         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
54994      Branch: perl
54995            + t/lib/MyFilter.pm
54996 ____________________________________________________________________________
54997 [  9950] By: gsar                                  on 2001/05/02  03:17:11
54998         Log: revert integration of changes#8254,8255 in change#8620 (causes
54999              a coredump in C<tie FH, 'foo'>; the idea itself may need better
55000              rationalization)
55001      Branch: maint-5.6/perl
55002            ! op.c t/pragma/sub_lval.t
55003 ____________________________________________________________________________
55004 [  9949] By: gsar                                  on 2001/05/02  02:56:32
55005         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
55006              
55007              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55008              
55009              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
55010      Branch: maint-5.6/perl
55011           !> hints/svr5.sh
55012 ____________________________________________________________________________
55013 [  9948] By: gsar                                  on 2001/05/02  02:49:15
55014         Log: pod/find.t breaks on VMS (from Craig Berry)
55015      Branch: maint-5.6/perl
55016            ! t/pod/find.t
55017 ____________________________________________________________________________
55018 [  9947] By: jhi                                   on 2001/05/02  02:43:09
55019         Log: Add an encoding conversion example.
55020      Branch: perl
55021            ! ext/Encode/Encode.pm
55022 ____________________________________________________________________________
55023 [  9946] By: jhi                                   on 2001/05/02  01:34:22
55024         Log: Another coat of paint but still nowhere finished.
55025              Need to decide on the semantics of strptime(): should
55026              strptime() be a function instead of a method?  To do
55027              the week/monthname-strptiming the i18n/l10n bullet needs
55028              to be bitten with gusto.
55029      Branch: perl
55030            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
55031 ____________________________________________________________________________
55032 [  9945] By: jhi                                   on 2001/05/01  23:40:52
55033         Log: Update Changes.
55034      Branch: perl
55035            ! Changes patchlevel.h
55036 ____________________________________________________________________________
55037 [  9944] By: jhi                                   on 2001/05/01  23:33:37
55038         Log: Add known-to-be-tested modules to the list-to-be-skipped.
55039      Branch: perl
55040            ! t/lib/1_compile.t
55041 ____________________________________________________________________________
55042 [  9943] By: jhi                                   on 2001/05/01  23:24:40
55043         Log: Subject: BorlandC++ fix
55044              From: "Vadim Konovalov" <watman@inbox.ru>
55045              Date: Mon, 30 Apr 2001 20:12:26 -0700
55046              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
55047      Branch: perl
55048            ! win32/makefile.mk
55049 ____________________________________________________________________________
55050 [  9942] By: jhi                                   on 2001/05/01  23:18:02
55051         Log: Update to Filter::Simple 0.60, create a test for it.
55052      Branch: perl
55053            + t/lib/filter-simple.t
55054            ! MANIFEST lib/Filter/Simple.pm
55055 ____________________________________________________________________________
55056 [  9941] By: jhi                                   on 2001/05/01  19:47:24
55057         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
55058              From: Hugo <hv@crypt.compulink.co.uk>
55059              Date: Tue, 01 May 2001 20:12:20 +0100
55060              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
55061      Branch: perl
55062            ! pp_hot.c t/op/re_tests
55063 ____________________________________________________________________________
55064 [  9940] By: jhi                                   on 2001/05/01  19:42:16
55065         Log: Integrate perlio:
55066              
55067              [  9936]
55068              Fix for base.pm clobbering $VERSION
55069              
55070              [  9935]
55071              Test for base.pm clobbering $VERSION.
55072      Branch: perl
55073           !> lib/base.pm t/lib/fields.t
55074 ____________________________________________________________________________
55075 [  9939] By: jhi                                   on 2001/05/01  19:39:51
55076         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
55077              From: Benjamin Sugars <bsugars@canoe.ca>
55078              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
55079              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
55080      Branch: perl
55081            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55082 ____________________________________________________________________________
55083 [  9938] By: jhi                                   on 2001/05/01  19:34:09
55084         Log: Add NEXT, a pseudo-class for method redispatching.
55085              <Damian>NEXT.pm probably offers more bang-for-buck
55086              than anything else I've ever written.</Damian>
55087      Branch: perl
55088            + lib/NEXT.pm t/lib/next.t
55089            ! MANIFEST
55090 ____________________________________________________________________________
55091 [  9937] By: jhi                                   on 2001/05/01  19:21:41
55092         Log: Update to Switch 2.02.
55093      Branch: perl
55094            ! lib/Switch.pm t/lib/switch.t
55095 ____________________________________________________________________________
55096 [  9936] By: nick                                  on 2001/05/01  19:09:21
55097         Log: Fix for base.pm clobbering $VERSION
55098      Branch: perlio
55099            ! lib/base.pm
55100 ____________________________________________________________________________
55101 [  9935] By: nick                                  on 2001/05/01  18:54:38
55102         Log: Test for base.pm clobbering $VERSION.
55103      Branch: perlio
55104            ! t/lib/fields.t
55105 ____________________________________________________________________________
55106 [  9934] By: jhi                                   on 2001/05/01  18:39:10
55107         Log: Add information about Scalar::Util::blessed.
55108      Branch: perl
55109            ! pod/perlobj.pod
55110 ____________________________________________________________________________
55111 [  9933] By: jhi                                   on 2001/05/01  18:33:51
55112         Log: Subject: Extra UNIVERSAL documentation
55113              From: Mike Guy <mjtg@cam.ac.uk>
55114              Date: Tue, 01 May 2001 20:12:11 +0100
55115              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
55116      Branch: perl
55117            ! pod/perlobj.pod
55118 ____________________________________________________________________________
55119 [  9932] By: jhi                                   on 2001/05/01  18:26:54
55120         Log: Subject: Autoflush in tests as appropriate
55121              From: Mike Guy <mjtg@cam.ac.uk>
55122              Date: Tue, 01 May 2001 20:05:31 +0100
55123              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
55124      Branch: perl
55125            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
55126            ! t/op/taint.t
55127 ____________________________________________________________________________
55128 [  9931] By: jhi                                   on 2001/05/01  18:02:29
55129         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
55130              From: Benjamin Sugars <bsugars@canoe.ca>
55131              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
55132              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
55133      Branch: perl
55134            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
55135 ____________________________________________________________________________
55136 [  9930] By: jhi                                   on 2001/05/01  15:12:26
55137         Log: Subject: Re: Finally got a round tuit
55138              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55139              Date: Tue, 01 May 2001 14:14:10 +0200
55140              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
55141              
55142              The -DP part, slightly modified.
55143      Branch: perl
55144            ! perl.c
55145 ____________________________________________________________________________
55146 [  9929] By: jhi                                   on 2001/05/01  14:17:15
55147         Log: Subject: Re: Finally got a round tuit
55148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55149              Date: Tue, 01 May 2001 16:34:06 +0200
55150              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
55151              
55152              cpp and optimization tweaks for HP-UX.
55153      Branch: perl
55154            ! hints/hpux.sh
55155 ____________________________________________________________________________
55156 [  9928] By: jhi                                   on 2001/05/01  13:24:20
55157         Log: Tune the scan_num() comments to reality.
55158      Branch: perl
55159            ! toke.c
55160 ____________________________________________________________________________
55161 [  9927] By: jhi                                   on 2001/05/01  13:14:01
55162         Log: Subject: [PATCH B::Deparse] optimised sort
55163              From: Robin Houston <robin@kitsite.com>
55164              Date: Tue, 1 May 2001 14:07:12 +0100
55165              Message-ID: <20010501140712.A4266@penderel>
55166      Branch: perl
55167            ! ext/B/B/Deparse.pm
55168 ____________________________________________________________________________
55169 [  9926] By: jhi                                   on 2001/05/01  13:10:53
55170         Log: Subject: [PATCH t/lib/b-deparse.t] 
55171              From: Robin Houston <robin@kitsite.com>
55172              Date: Tue, 1 May 2001 13:37:42 +0100
55173              Message-ID: <20010501133742.A4082@penderel>
55174      Branch: perl
55175            ! t/lib/b-deparse.t
55176 ____________________________________________________________________________
55177 [  9925] By: jhi                                   on 2001/05/01  13:10:13
55178         Log: Subject: [PATCH B::Deparse] for(;;), sort
55179              From: Robin Houston <robin@kitsite.com>
55180              Date: Tue, 1 May 2001 13:35:00 +0100
55181              Message-ID: <20010501133500.A4061@penderel>
55182      Branch: perl
55183            ! ext/B/B/Deparse.pm
55184 ____________________________________________________________________________
55185 [  9924] By: jhi                                   on 2001/05/01  13:09:22
55186         Log: Subject: [PATCH B::Deparse] do, warn, use
55187              From: Robin Houston <robin@kitsite.com>
55188              Date: Tue, 1 May 2001 13:31:03 +0100
55189              Message-ID: <20010501133103.A4041@penderel>
55190      Branch: perl
55191            ! ext/B/B/Deparse.pm
55192 ____________________________________________________________________________
55193 [  9923] By: jhi                                   on 2001/05/01  11:45:36
55194         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
55195              From: Benjamin Sugars <ben.sugars@home.com>
55196              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
55197              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
55198      Branch: perl
55199            + t/io/fflush.t
55200            ! MANIFEST
55201 ____________________________________________________________________________
55202 [  9922] By: jhi                                   on 2001/05/01  11:35:42
55203         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
55204              From: Peter Prymmer <pvhp@forte.com>
55205              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
55206              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
55207      Branch: perl
55208            ! t/lib/selfstubber.t
55209 ____________________________________________________________________________
55210 [  9921] By: jhi                                   on 2001/04/30  16:34:33
55211         Log: Subject: [PATCH B::Concise] suppress warning
55212              From: Robin Houston <robin@kitsite.com>
55213              Date: Mon, 30 Apr 2001 16:09:49 +0100
55214              Message-ID: <20010430160949.A25086@penderel>
55215      Branch: perl
55216            ! ext/B/B/Concise.pm
55217 ____________________________________________________________________________
55218 [  9920] By: jhi                                   on 2001/04/30  13:56:04
55219         Log: Strip the *markers* from #9919.
55220      Branch: perl
55221            ! pod/perlfaq.pod pod/perlfaq5.pod
55222 ____________________________________________________________________________
55223 [  9919] By: jhi                                   on 2001/04/30  13:54:04
55224         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
55225              From: Gwyn Judd <b.judd@xtra.co.nz>
55226              Date: Sun, 29 Apr 2001 01:47:49 +1200
55227              Message-ID: <20010429014749.A4418@thislove>
55228      Branch: perl
55229            ! pod/perlfaq.pod pod/perlfaq5.pod
55230 ____________________________________________________________________________
55231 [  9918] By: jhi                                   on 2001/04/30  13:13:54
55232         Log: More_tweakage.
55233      Branch: perl
55234            ! pod/perldata.pod pod/perldiag.pod
55235 ____________________________________________________________________________
55236 [  9917] By: jhi                                   on 2001/04/30  13:01:27
55237         Log: Update Changes.
55238      Branch: perl
55239            ! Changes patchlevel.h
55240 ____________________________________________________________________________
55241 [  9916] By: jhi                                   on 2001/04/30  12:57:03
55242         Log: T_w_e_a_k_a_g_e.
55243      Branch: perl
55244            ! pod/perldata.pod pod/perldiag.pod
55245 ____________________________________________________________________________
55246 [  9915] By: jhi                                   on 2001/04/30  12:39:29
55247         Log: Install s2p also as psed.
55248              
55249              TODO: psed documentation?
55250      Branch: perl
55251            ! installperl
55252 ____________________________________________________________________________
55253 [  9914] By: jhi                                   on 2001/04/30  12:29:21
55254         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
55255              From: Jens Hamisch <jens@Strawberry.COM>
55256              Date: Fri, 27 Apr 2001 17:00:36 +0200
55257              Message-ID: <20010427170036.K1372@Strawberry.COM>
55258              
55259              SOCKS5_VERSION_NAME is the right symbol to detect
55260              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
55261              function called socks5_init() is available, and even that is
55262              not universal, most SOCKS5 installations use SOCKSinit()).
55263      Branch: perl
55264            ! perlio.c
55265 ____________________________________________________________________________
55266 [  9913] By: jhi                                   on 2001/04/30  12:22:15
55267         Log: Allow a zero timeout on IO::Socket accept and connect--
55268              though one really shouldn't do that.  Based on
55269              
55270              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
55271              From: "John Holdsworth" <coldwave@bigfoot.com>
55272              Date: Sun, 4 Feb 2001 12:48:18 +0100
55273              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
55274      Branch: perl
55275            ! ext/IO/lib/IO/Socket.pm
55276 ____________________________________________________________________________
55277 [  9912] By: jhi                                   on 2001/04/30  11:27:27
55278         Log: Save the spot of regprev (see #9911) for binary compatibility;
55279              regen API.
55280      Branch: perl
55281            ! embedvar.h perlapi.h thrdvar.h
55282 ____________________________________________________________________________
55283 [  9911] By: jhi                                   on 2001/04/30  11:22:03
55284         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
55285              From: Hugo <hv@crypt.compulink.co.uk>
55286              Date: Sun, 29 Apr 2001 17:09:30 +0100
55287              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
55288      Branch: perl
55289            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
55290 ____________________________________________________________________________
55291 [  9910] By: jhi                                   on 2001/04/30  11:15:12
55292         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
55293              a dummy for PL_numeric_radix); no pressing reason to break
55294              binary compatibility; regen API.
55295      Branch: perl
55296            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
55297            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
55298 ____________________________________________________________________________
55299 [  9909] By: jhi                                   on 2001/04/30  10:56:08
55300         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
55301              From: Walt Mankowski <waltman@netaxs.com>
55302              Date: Sun, 29 Apr 2001 21:53:48 -0400
55303              Message-ID: <20010429215348.A3971@netaxs.com>
55304      Branch: perl
55305            ! pod/perlfunc.pod
55306 ____________________________________________________________________________
55307 [  9908] By: jhi                                   on 2001/04/30  10:49:40
55308         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
55309      Branch: perl
55310            ! t/lib/selfstubber.t
55311 ____________________________________________________________________________
55312 [  9907] By: nick                                  on 2001/04/30  09:26:50
55313         Log: Integrate mainline.
55314      Branch: perlio
55315           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
55316 ____________________________________________________________________________
55317 [  9906] By: jhi                                   on 2001/04/29  23:24:20
55318         Log: Abigail spotted a thinko in #9905.
55319      Branch: perl
55320            ! pod/perldiag.pod
55321 ____________________________________________________________________________
55322 [  9905] By: jhi                                   on 2001/04/29  15:55:39
55323         Log: Changed the underscore/undebar syntax in numeric constants;
55324              now any grouping will do, as long as the underscores are not
55325              consecutive (so "zero-grouping" is out), and they do not begin
55326              or end the integer or fractional parts.
55327      Branch: perl
55328            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
55329 ____________________________________________________________________________
55330 [  9904] By: nick                                  on 2001/04/29  15:43:22
55331         Log: Integrate mainline.
55332      Branch: perlio
55333           +> (branch 98 files)
55334            - lib/unicode/Block.pl
55335            - lib/unicode/In/AlphabeticPresentationForms.pl
55336            - lib/unicode/In/Arabic.pl
55337            - lib/unicode/In/ArabicPresentationForms-A.pl
55338            - lib/unicode/In/ArabicPresentationForms-B.pl
55339            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
55340            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
55341            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
55342            - lib/unicode/In/BopomofoExtended.pl
55343            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
55344            - lib/unicode/In/CJKCompatibility.pl
55345            - lib/unicode/In/CJKCompatibilityForms.pl
55346            - lib/unicode/In/CJKCompatibilityIdeographs.pl
55347            - lib/unicode/In/CJKRadicalsSupplement.pl
55348            - lib/unicode/In/CJKSymbolsandPunctuation.pl
55349            - lib/unicode/In/CJKUnifiedIdeographs.pl
55350            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
55351            - lib/unicode/In/Cherokee.pl
55352            - lib/unicode/In/CombiningDiacriticalMarks.pl
55353            - lib/unicode/In/CombiningHalfMarks.pl
55354            - lib/unicode/In/CombiningMarksforSymbols.pl
55355            - lib/unicode/In/ControlPictures.pl
55356            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
55357            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
55358            - lib/unicode/In/EnclosedAlphanumerics.pl
55359            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
55360            - lib/unicode/In/Ethiopic.pl
55361            - lib/unicode/In/GeneralPunctuation.pl
55362            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
55363            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
55364            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
55365            - lib/unicode/In/HalfwidthandFullwidthForms.pl
55366            - lib/unicode/In/HangulCompatibilityJamo.pl
55367            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
55368            - lib/unicode/In/Hebrew.pl
55369            - lib/unicode/In/HighPrivateUseSurrogates.pl
55370            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
55371            - lib/unicode/In/IPAExtensions.pl
55372            - lib/unicode/In/IdeographicDescriptionCharacters.pl
55373            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
55374            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
55375            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
55376            - lib/unicode/In/Latin-1Supplement.pl
55377            - lib/unicode/In/LatinExtended-A.pl
55378            - lib/unicode/In/LatinExtended-B.pl
55379            - lib/unicode/In/LatinExtendedAdditional.pl
55380            - lib/unicode/In/LetterlikeSymbols.pl
55381            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
55382            - lib/unicode/In/MathematicalOperators.pl
55383            - lib/unicode/In/MiscellaneousSymbols.pl
55384            - lib/unicode/In/MiscellaneousTechnical.pl
55385            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
55386            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
55387            - lib/unicode/In/OpticalCharacterRecognition.pl
55388            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
55389            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
55390            - lib/unicode/In/SmallFormVariants.pl
55391            - lib/unicode/In/SpacingModifierLetters.pl
55392            - lib/unicode/In/Specials.pl
55393            - lib/unicode/In/SuperscriptsandSubscripts.pl
55394            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
55395            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
55396            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
55397            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
55398            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
55399           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
55400           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
55401           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
55402           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
55403           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
55404           !> utf8.c win32/Makefile
55405 ____________________________________________________________________________
55406 [  9903] By: jhi                                   on 2001/04/29  14:30:53
55407         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
55408              From: Prymmer/Kahn <pvhp@best.com>
55409              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
55410              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
55411      Branch: perl
55412            ! win32/Makefile
55413 ____________________________________________________________________________
55414 [  9902] By: jhi                                   on 2001/04/29  02:52:44
55415         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
55416              From: "Abigail" <abigail@foad.org>
55417              Date: Sun, 29 Apr 2001 03:14:25 +0200
55418              Message-ID: <20010429011425.24503.qmail@foad.org>
55419      Branch: perl
55420            ! ext/IO/lib/IO/Seekable.pm
55421 ____________________________________________________________________________
55422 [  9901] By: jhi                                   on 2001/04/29  02:04:46
55423         Log: In character classes one couldn't have 0x80..0xff characters
55424              at the left hand side if there were 0x100.. characters in the
55425              character class.
55426      Branch: perl
55427            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
55428            ! t/op/pat.t utf8.c
55429 ____________________________________________________________________________
55430 [  9900] By: jhi                                   on 2001/04/28  22:55:04
55431         Log: Forgot the latest mktables.PL from #9899.
55432      Branch: perl
55433            ! lib/unicode/mktables.PL
55434 ____________________________________________________________________________
55435 [  9899] By: jhi                                   on 2001/04/28  22:53:28
55436         Log: Explain the \p{} and \P{} error message better and
55437              have prettier prettyprint in In.pl.
55438      Branch: perl
55439            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
55440            ! pod/perldiag.pod
55441 ____________________________________________________________________________
55442 [  9898] By: jhi                                   on 2001/04/28  21:03:34
55443         Log: Add one possible explanation for the "Invalid [] range" error.
55444      Branch: perl
55445            ! pod/perldiag.pod
55446 ____________________________________________________________________________
55447 [  9897] By: jhi                                   on 2001/04/28  17:18:26
55448         Log: Add a level of indirection to the implementation of \p{InFoo}
55449              so that we don't have to have long filenames.  (Nothing changes
55450              in the user interface.)   The indirection is defined in
55451              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
55452              Also rename some the character classes by removing '-' from
55453              the classnames, and finally renamed Block.pl as Blocks.pl.
55454      Branch: perl
55455            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
55456            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
55457            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
55458            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
55459            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
55460            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
55461            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
55462            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
55463            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
55464            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
55465            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
55466            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
55467            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
55468            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
55469            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
55470            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
55471            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
55472            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
55473            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
55474            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
55475            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
55476            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
55477            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
55478            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
55479            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
55480            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
55481            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
55482            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
55483            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
55484            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
55485            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
55486            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
55487            + lib/unicode/In/94.pl lib/unicode/In/95.pl
55488            - lib/unicode/Block.pl
55489            - lib/unicode/In/AlphabeticPresentationForms.pl
55490            - lib/unicode/In/Arabic.pl
55491            - lib/unicode/In/ArabicPresentationForms-A.pl
55492            - lib/unicode/In/ArabicPresentationForms-B.pl
55493            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
55494            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
55495            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
55496            - lib/unicode/In/BopomofoExtended.pl
55497            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
55498            - lib/unicode/In/CJKCompatibility.pl
55499            - lib/unicode/In/CJKCompatibilityForms.pl
55500            - lib/unicode/In/CJKCompatibilityIdeographs.pl
55501            - lib/unicode/In/CJKRadicalsSupplement.pl
55502            - lib/unicode/In/CJKSymbolsandPunctuation.pl
55503            - lib/unicode/In/CJKUnifiedIdeographs.pl
55504            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
55505            - lib/unicode/In/Cherokee.pl
55506            - lib/unicode/In/CombiningDiacriticalMarks.pl
55507            - lib/unicode/In/CombiningHalfMarks.pl
55508            - lib/unicode/In/CombiningMarksforSymbols.pl
55509            - lib/unicode/In/ControlPictures.pl
55510            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
55511            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
55512            - lib/unicode/In/EnclosedAlphanumerics.pl
55513            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
55514            - lib/unicode/In/Ethiopic.pl
55515            - lib/unicode/In/GeneralPunctuation.pl
55516            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
55517            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
55518            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
55519            - lib/unicode/In/HalfwidthandFullwidthForms.pl
55520            - lib/unicode/In/HangulCompatibilityJamo.pl
55521            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
55522            - lib/unicode/In/Hebrew.pl
55523            - lib/unicode/In/HighPrivateUseSurrogates.pl
55524            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
55525            - lib/unicode/In/IPAExtensions.pl
55526            - lib/unicode/In/IdeographicDescriptionCharacters.pl
55527            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
55528            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
55529            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
55530            - lib/unicode/In/Latin-1Supplement.pl
55531            - lib/unicode/In/LatinExtended-A.pl
55532            - lib/unicode/In/LatinExtended-B.pl
55533            - lib/unicode/In/LatinExtendedAdditional.pl
55534            - lib/unicode/In/LetterlikeSymbols.pl
55535            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
55536            - lib/unicode/In/MathematicalOperators.pl
55537            - lib/unicode/In/MiscellaneousSymbols.pl
55538            - lib/unicode/In/MiscellaneousTechnical.pl
55539            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
55540            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
55541            - lib/unicode/In/OpticalCharacterRecognition.pl
55542            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
55543            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
55544            - lib/unicode/In/SmallFormVariants.pl
55545            - lib/unicode/In/SpacingModifierLetters.pl
55546            - lib/unicode/In/Specials.pl
55547            - lib/unicode/In/SuperscriptsandSubscripts.pl
55548            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
55549            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
55550            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
55551            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
55552            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
55553            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
55554            ! pod/perlunicode.pod
55555 ____________________________________________________________________________
55556 [  9896] By: jhi                                   on 2001/04/28  14:33:17
55557         Log: Update the information on shared library path on HP-UX.
55558      Branch: perl
55559            ! INSTALL
55560 ____________________________________________________________________________
55561 [  9895] By: jhi                                   on 2001/04/28  14:32:30
55562         Log: Because #9894 seems to do the trick, this workaround can be removed.
55563      Branch: perl
55564            ! t/lib/selfstubber.t
55565 ____________________________________________________________________________
55566 [  9894] By: jhi                                   on 2001/04/28  14:26:13
55567         Log: For PerlIO flush the children's file handles (on fork/exec/system).
55568      Branch: perl
55569            ! perl.h
55570 ____________________________________________________________________________
55571 [  9893] By: jhi                                   on 2001/04/28  14:23:15
55572         Log: Test tweak for #9891.
55573      Branch: perl
55574            ! t/lib/b-deparse.t
55575 ____________________________________________________________________________
55576 [  9892] By: jhi                                   on 2001/04/28  14:10:13
55577         Log: New HP-UX hints from Merijn.
55578      Branch: perl
55579            ! hints/hpux.sh
55580 ____________________________________________________________________________
55581 [  9891] By: jhi                                   on 2001/04/28  14:07:27
55582         Log: Subject: [PATCH B::Deparse] non-block scopes
55583              From: Robin Houston <robin@kitsite.com>
55584              Date: Fri, 27 Apr 2001 19:15:14 +0100
55585              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
55586      Branch: perl
55587            ! ext/B/B/Deparse.pm
55588 ____________________________________________________________________________
55589 [  9890] By: nick                                  on 2001/04/27  19:41:25
55590         Log: Integrate mainline
55591      Branch: perlio
55592           +> t/lib/selfstubber.t
55593           !> (integrate 50 files)
55594 ____________________________________________________________________________
55595 [  9889] By: jhi                                   on 2001/04/27  18:23:46
55596         Log: Subject: Re: selfstubber test fail on bleadperl
55597              From: Mike Guy <mjtg@cam.ac.uk>
55598              Date: Fri, 27 Apr 2001 19:31:18 +0100
55599              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
55600      Branch: perl
55601            ! t/lib/selfstubber.t
55602 ____________________________________________________________________________
55603 [  9888] By: jhi                                   on 2001/04/27  16:20:54
55604         Log: Test tweak for #9886.
55605      Branch: perl
55606            ! t/lib/b-deparse.t
55607 ____________________________________________________________________________
55608 [  9887] By: jhi                                   on 2001/04/27  16:16:33
55609         Log: Buffering issue at least in Solaris (even with perlio).
55610      Branch: perl
55611            ! t/lib/selfstubber.t
55612 ____________________________________________________________________________
55613 [  9886] By: jhi                                   on 2001/04/27  14:59:23
55614         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
55615              From: Robin Houston <robin@kitsite.com>
55616              Date: Fri, 27 Apr 2001 16:53:20 +0100
55617              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
55618      Branch: perl
55619            ! ext/B/B/Deparse.pm
55620 ____________________________________________________________________________
55621 [  9885] By: jhi                                   on 2001/04/27  14:23:51
55622         Log: Update Changes.
55623      Branch: perl
55624            ! Changes patchlevel.h
55625 ____________________________________________________________________________
55626 [  9884] By: jhi                                   on 2001/04/27  14:14:12
55627         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
55628              From: "Philip Newton" <pnewton@gmx.de>
55629              Date: Fri, 27 Apr 2001 16:40:13 +0200
55630              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
55631      Branch: perl
55632            ! pod/perldata.pod
55633 ____________________________________________________________________________
55634 [  9883] By: jhi                                   on 2001/04/27  13:28:19
55635         Log: Add LOG_PERROR; prettify the "removed".
55636      Branch: perl
55637            ! ext/Sys/Syslog/Syslog.xs
55638 ____________________________________________________________________________
55639 [  9882] By: jhi                                   on 2001/04/27  13:13:18
55640         Log: h2xs tweaks: use NV instead of double, "quote" the removed
55641              prefixes for clarity (especially when nothing is removed),
55642              slight pod reformats.
55643      Branch: perl
55644            ! utils/h2xs.PL
55645 ____________________________________________________________________________
55646 [  9881] By: jhi                                   on 2001/04/27  12:58:48
55647         Log: Don't bother creating existing directories.
55648      Branch: perl
55649            ! utils/h2xs.PL
55650 ____________________________________________________________________________
55651 [  9880] By: jhi                                   on 2001/04/27  12:45:39
55652         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
55653              From: Mike Schilli <m@perlmeister.com>
55654              Date: Wed, 25 Apr 2001 01:29:21 -0700
55655              Message-id: <3AE68AE1.6A981723@perlmeister.com>
55656      Branch: perl
55657            ! utils/h2xs.PL
55658 ____________________________________________________________________________
55659 [  9879] By: jhi                                   on 2001/04/27  12:40:55
55660         Log: break is not yet Perl.  Added the template license also to README.
55661      Branch: perl
55662            ! utils/h2xs.PL
55663 ____________________________________________________________________________
55664 [  9878] By: jhi                                   on 2001/04/27  03:08:20
55665         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
55666              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55667              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
55668              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
55669      Branch: perl
55670            ! t/lib/xs-typemap.t
55671 ____________________________________________________________________________
55672 [  9877] By: jhi                                   on 2001/04/26  23:54:40
55673         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
55674              From: "Abigail" <abigail@foad.org>
55675              Date: Fri, 27 Apr 2001 01:44:28 +0200
55676              Message-ID: <20010426234428.19786.qmail@foad.org>
55677      Branch: perl
55678            ! utils/h2xs.PL
55679 ____________________________________________________________________________
55680 [  9876] By: jhi                                   on 2001/04/26  23:52:06
55681         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
55682              From: Peter Prymmer <pvhp@forte.com>
55683              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
55684              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
55685      Branch: perl
55686            ! t/lib/selfstubber.t
55687 ____________________________________________________________________________
55688 [  9875] By: jhi                                   on 2001/04/26  23:48:10
55689         Log: Deparse nits.
55690      Branch: perl
55691            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
55692 ____________________________________________________________________________
55693 [  9874] By: jhi                                   on 2001/04/26  22:46:05
55694         Log: Document ANYOF_CLASS.
55695      Branch: perl
55696            ! regcomp.h
55697 ____________________________________________________________________________
55698 [  9873] By: jhi                                   on 2001/04/26  22:35:03
55699         Log: Subject: Re: [PATCH @9846] dumping ANYOF
55700              From: Hugo <hv@crypt.compulink.co.uk>
55701              Date: Thu, 26 Apr 2001 23:33:38 +0100
55702              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
55703      Branch: perl
55704            ! regcomp.c regcomp.h
55705 ____________________________________________________________________________
55706 [  9872] By: jhi                                   on 2001/04/26  22:34:31
55707         Log: Subject: [PATCH] more for Devel::SelfStubber
55708              From: Nicholas Clark <nick@ccl4.org>
55709              Date: Fri, 27 Apr 2001 00:13:52 +0100
55710              Message-ID: <20010427001351.K88186@plum.flirble.org>
55711      Branch: perl
55712            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
55713 ____________________________________________________________________________
55714 [  9871] By: jhi                                   on 2001/04/26  21:59:17
55715         Log: Subject: [PATCH B::Deparse] formats must be flush left
55716              From: Robin Houston <robin@kitsite.com>
55717              Date: Thu, 26 Apr 2001 23:54:29 +0100
55718              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
55719      Branch: perl
55720            ! ext/B/B/Deparse.pm
55721 ____________________________________________________________________________
55722 [  9870] By: jhi                                   on 2001/04/26  21:57:37
55723         Log: If some of the constants are prefixes of others,
55724              the prefixes may never get recognized.  (See 20010426.006.)
55725      Branch: perl
55726            ! utils/h2xs.PL
55727 ____________________________________________________________________________
55728 [  9869] By: jhi                                   on 2001/04/26  21:50:42
55729         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
55730              From: Chris Bongaarts <cab@tc.umn.edu>
55731              Date: Thu, 26 Apr 2001 17:10:31 -0500
55732              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
55733      Branch: perl
55734            ! ext/Sys/Syslog/Syslog.xs
55735 ____________________________________________________________________________
55736 [  9868] By: jhi                                   on 2001/04/26  21:35:12
55737         Log: Further cuts and more docs from Graham Barr.
55738      Branch: perl
55739            ! ext/List/Util/lib/List/Util.pm
55740            ! ext/List/Util/lib/Scalar/Util.pm
55741 ____________________________________________________________________________
55742 [  9867] By: jhi                                   on 2001/04/26  21:18:57
55743         Log: Subject: [PATCH 5.7.1] DB_File-1.77
55744              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
55745              Date: Thu, 26 Apr 2001 22:37:53 +0100
55746              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
55747      Branch: perl
55748            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55749            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
55750 ____________________________________________________________________________
55751 [  9866] By: jhi                                   on 2001/04/26  21:12:31
55752         Log: Subject: [PATCH B::Deparse] fix easy bugs
55753              From: Robin Houston <robin@kitsite.com>
55754              Date: Thu, 26 Apr 2001 23:03:33 +0100
55755              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
55756      Branch: perl
55757            ! ext/B/B/Deparse.pm
55758 ____________________________________________________________________________
55759 [  9865] By: jhi                                   on 2001/04/26  20:26:13
55760         Log: Update Changes.
55761      Branch: perl
55762            ! Changes patchlevel.h
55763 ____________________________________________________________________________
55764 [  9864] By: jhi                                   on 2001/04/26  19:27:48
55765         Log: Dethinko from Robin Houston.
55766      Branch: perl
55767            ! ext/B/B/Deparse.pm
55768 ____________________________________________________________________________
55769 [  9863] By: jhi                                   on 2001/04/26  19:10:35
55770         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
55771              From: Robin Houston <robin@kitsite.com>
55772              Date: Thu, 26 Apr 2001 21:08:32 +0100
55773              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
55774      Branch: perl
55775            ! ext/B/B/Deparse.pm
55776 ____________________________________________________________________________
55777 [  9862] By: jhi                                   on 2001/04/26  19:04:23
55778         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
55779              From: Robin Houston <robin@kitsite.com>
55780              Date: Thu, 26 Apr 2001 20:52:50 +0100
55781              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
55782      Branch: perl
55783            ! ext/B/B/Deparse.pm
55784 ____________________________________________________________________________
55785 [  9861] By: jhi                                   on 2001/04/26  18:56:14
55786         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
55787              From: Mike Guy <mjtg@cam.ac.uk>
55788              Date: Thu, 26 Apr 2001 14:22:40 +0100
55789              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
55790      Branch: perl
55791            ! pod/perlobj.pod
55792 ____________________________________________________________________________
55793 [  9860] By: jhi                                   on 2001/04/26  18:46:42
55794         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
55795              From: Robin Houston <robin@kitsite.com>
55796              Date: Thu, 26 Apr 2001 20:34:29 +0100
55797              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
55798              
55799              Hashes do not interpolate.
55800      Branch: perl
55801            ! ext/B/B/Deparse.pm
55802 ____________________________________________________________________________
55803 [  9859] By: jhi                                   on 2001/04/26  18:43:51
55804         Log: Subject: The Time::Piece conspiracy unmasked!!!
55805              From: Mike Guy <mjtg@cam.ac.uk>
55806              Date: Thu, 26 Apr 2001 19:02:50 +0100
55807              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
55808              
55809              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
55810              From: Mike Guy <mjtg@cam.ac.uk>
55811              Date: Thu, 26 Apr 2001 19:08:21 +0100
55812              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
55813              
55814              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
55815              From: Graham Barr <gbarr@pobox.com>
55816              Date: Thu, 26 Apr 2001 19:12:03 +0100
55817              Message-ID: <20010426191203.A70835@pobox.com>
55818              
55819              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
55820      Branch: perl
55821            ! ext/List/Util/lib/List/Util.pm
55822            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
55823 ____________________________________________________________________________
55824 [  9858] By: jhi                                   on 2001/04/26  18:17:42
55825         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
55826              From: Robin Houston <robin@kitsite.com>
55827              Date: Thu, 26 Apr 2001 16:09:35 +0100
55828              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
55829      Branch: perl
55830            ! t/comp/proto.t
55831 ____________________________________________________________________________
55832 [  9857] By: jhi                                   on 2001/04/26  18:04:59
55833         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
55834              From: barries <barries@slaysys.com>
55835              Date: Thu, 26 Apr 2001 12:01:10 -0400
55836              Message-ID: <20010426120110.E29698@jester.slaysys.com>
55837      Branch: perl
55838            ! pod/perldiag.pod
55839 ____________________________________________________________________________
55840 [  9856] By: jhi                                   on 2001/04/26  18:03:33
55841         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
55842              Date: Thu, 26 Apr 2001 17:13:41 +0100
55843              From: Robin Houston <robin@kitsite.com>
55844              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
55845              
55846              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
55847              From: Robin Houston <robin@kitsite.com>
55848              Date: Thu, 26 Apr 2001 18:44:29 +0100
55849              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
55850      Branch: perl
55851            ! ext/B/B/Deparse.pm
55852 ____________________________________________________________________________
55853 [  9855] By: jhi                                   on 2001/04/26  17:56:04
55854         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
55855              From: Robin Houston <robin@kitsite.com>
55856              Date: Thu, 26 Apr 2001 17:04:08 +0100
55857              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
55858      Branch: perl
55859            ! ext/B/B/Deparse.pm
55860 ____________________________________________________________________________
55861 [  9854] By: jhi                                   on 2001/04/26  17:47:26
55862         Log: Subject: Re: Short test case for undef %stash:: crash
55863              From: Benjamin Sugars <bsugars@canoe.ca> 
55864              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
55865              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
55866              Changed and moved the perldiag entry.
55867      Branch: perl
55868            ! gv.c pod/perldiag.pod
55869 ____________________________________________________________________________
55870 [  9853] By: jhi                                   on 2001/04/26  14:35:16
55871         Log: Beginnings of strptime().  Do not touch the wet paint.
55872      Branch: perl
55873            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
55874 ____________________________________________________________________________
55875 [  9852] By: jhi                                   on 2001/04/26  13:17:21
55876         Log: Retract #9851, core dumps from pod2man.
55877      Branch: perl
55878            ! regcomp.c
55879 ____________________________________________________________________________
55880 [  9851] By: jhi                                   on 2001/04/26  11:54:41
55881         Log: (Retracted by #9852.)
55882              
55883              Subject: [PATCH @9846] dumping ANYOF
55884              From: Hugo <hv@crypt.compulink.co.uk>
55885              Date: Thu, 26 Apr 2001 05:32:38 +0100
55886              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
55887      Branch: perl
55888            ! regcomp.c
55889 ____________________________________________________________________________
55890 [  9850] By: jhi                                   on 2001/04/26  02:34:44
55891         Log: If ccflags was empty the _previous_ $* containing all the
55892              environment variables and Configure variables was used,
55893              which lead, among other bad things, into $ccflags being your
55894              uname -a output, which lead into test compile with cc failing,
55895              which lead into gcc being selected, which didn't work that well
55896              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
55897              with large files, et cetera.
55898      Branch: perl
55899            ! hints/hpux.sh
55900 ____________________________________________________________________________
55901 [  9849] By: jhi                                   on 2001/04/26  01:44:57
55902         Log: Make selfstubber test more portable.
55903      Branch: perl
55904            ! t/lib/selfstubber.t
55905 ____________________________________________________________________________
55906 [  9848] By: jhi                                   on 2001/04/26  00:50:26
55907         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
55908              From: Benjamin Sugars <ben.sugars@home.com>
55909              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
55910              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
55911      Branch: perl
55912            ! ext/Cwd/Cwd.xs
55913 ____________________________________________________________________________
55914 [  9847] By: jhi                                   on 2001/04/26  00:46:58
55915         Log: Subject: [PATCH: perl@9841] VMS updates
55916              From: Peter Prymmer <pvhp@forte.com>
55917              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
55918              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
55919      Branch: perl
55920            ! README.vms configure.com vms/descrip_mms.template
55921            ! vms/ext/filespec.t
55922 ____________________________________________________________________________
55923 [  9846] By: jhi                                   on 2001/04/26  00:11:56
55924         Log: re 'debug' was broken by #9084.
55925      Branch: perl
55926            ! ext/re/re.xs
55927 ____________________________________________________________________________
55928 [  9845] By: jhi                                   on 2001/04/25  22:33:17
55929         Log: Subject: [PATCH] test for Devel::SelfStubber
55930              From: Nicholas Clark <nick@ccl4.org>
55931              Date: Thu, 26 Apr 2001 00:00:54 +0100
55932              Message-ID: <20010426000054.D89026@plum.flirble.org>
55933      Branch: perl
55934            + t/lib/selfstubber.t
55935            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
55936 ____________________________________________________________________________
55937 [  9844] By: jhi                                   on 2001/04/25  22:29:32
55938         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
55939              From: Paul Johnson <paul@pjcj.net>
55940              Date: Thu, 26 Apr 2001 00:46:08 +0200
55941              Message-ID: <20010426004608.H2338@pjcj.net>
55942      Branch: perl
55943            ! ext/B/B/Concise.pm
55944 ____________________________________________________________________________
55945 [  9843] By: jhi                                   on 2001/04/25  22:28:28
55946         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
55947              From: Peter Prymmer <pvhp@forte.com>
55948              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
55949              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
55950      Branch: perl
55951            ! ext/Cwd/Cwd.xs
55952 ____________________________________________________________________________
55953 [  9842] By: jhi                                   on 2001/04/25  20:58:12
55954         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
55955              From: John Peacock <jpeacock@rowman.com>
55956              Date: Wed, 25 Apr 2001 17:30:26 -0400
55957              Message-ID: <3AE741F2.B3217464@rowman.com>
55958      Branch: perl
55959            ! lib/Math/BigInt.pm t/lib/bigintpm.t
55960 ____________________________________________________________________________
55961 [  9841] By: jhi                                   on 2001/04/25  20:07:05
55962         Log: Update Changes.
55963      Branch: perl
55964            ! Changes patchlevel.h
55965 ____________________________________________________________________________
55966 [  9840] By: jhi                                   on 2001/04/25  19:56:51
55967         Log: Yet another HP-UX hints version from Merijn.
55968      Branch: perl
55969            ! hints/hpux.sh
55970 ____________________________________________________________________________
55971 [  9839] By: jhi                                   on 2001/04/25  19:53:04
55972         Log: abs_path() didn't terminate the filename correctly,
55973              in DIRNAMLENless systems like HP-UX this would fail.
55974      Branch: perl
55975            ! ext/Cwd/Cwd.xs
55976 ____________________________________________________________________________
55977 [  9838] By: jhi                                   on 2001/04/25  16:37:26
55978         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
55979              From: Mike Guy <mjtg@cam.ac.uk>
55980              Date: Wed, 25 Apr 2001 18:31:47 +0100
55981              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
55982      Branch: perl
55983            ! op.c
55984 ____________________________________________________________________________
55985 [  9837] By: jhi                                   on 2001/04/25  16:21:53
55986         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
55987              From: Jon Eveland <jweveland@yahoo.com>
55988              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
55989              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
55990      Branch: perl
55991            ! lib/perl5db.pl
55992 ____________________________________________________________________________
55993 [  9836] By: jhi                                   on 2001/04/25  14:17:50
55994         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
55995              From: "Philip Newton" <pnewton@gmx.de>
55996              Date: Wed, 25 Apr 2001 17:05:58 +0200
55997              Message-ID: <3AE703F6.3234.1833C45@localhost>
55998      Branch: perl
55999            ! Porting/patching.pod
56000 ____________________________________________________________________________
56001 [  9835] By: jhi                                   on 2001/04/25  13:58:07
56002         Log: It would seem that both ar and full_ar need to be overridden
56003              for HP-UX to avoid the GNU ar.
56004      Branch: perl
56005            ! hints/hpux.sh
56006 ____________________________________________________________________________
56007 [  9834] By: jhi                                   on 2001/04/25  13:50:40
56008         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
56009              From: "Philip Newton" <pnewton@gmx.de>
56010              Date: Wed, 25 Apr 2001 16:09:23 +0200
56011              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
56012              
56013              Detypo.
56014      Branch: perl
56015            ! t/op/misc.t
56016 ____________________________________________________________________________
56017 [  9833] By: jhi                                   on 2001/04/25  12:36:11
56018         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
56019      Branch: perl
56020            ! hints/hpux.sh
56021 ____________________________________________________________________________
56022 [  9832] By: jhi                                   on 2001/04/25  12:33:36
56023         Log: New version of HP-UX hints from Merijn.
56024      Branch: perl
56025            ! hints/hpux.sh
56026 ____________________________________________________________________________
56027 [  9831] By: jhi                                   on 2001/04/25  03:39:45
56028         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
56029      Branch: perl
56030            ! hints/hpux.sh
56031 ____________________________________________________________________________
56032 [  9830] By: jhi                                   on 2001/04/25  02:53:25
56033         Log: The tzname[] bit is not needed by util.c -- and causes
56034              heartburn in VMS (and it missing was probably the cause of
56035              the Mac OS X trouble).  Ouch.
56036      Branch: perl
56037            ! ext/POSIX/POSIX.xs util.c
56038 ____________________________________________________________________________
56039 [  9829] By: jhi                                   on 2001/04/25  00:10:06
56040         Log: Metaconfig unit change for #9828.
56041      Branch: metaconfig
56042            ! U/compline/ccflags.U
56043 ____________________________________________________________________________
56044 [  9828] By: jhi                                   on 2001/04/25  00:04:18
56045         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
56046              (which is actually the reason for the change, we need to pass
56047              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
56048              EP/IX, OS/2, and TitanOS, based on the hints files.
56049      Branch: perl
56050            ! Configure config_h.SH
56051 ____________________________________________________________________________
56052 [  9827] By: jhi                                   on 2001/04/24  23:49:20
56053         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
56054              the $cat must have an absolute path.
56055      Branch: perl
56056            ! makedepend.SH
56057 ____________________________________________________________________________
56058 [  9826] By: jhi                                   on 2001/04/24  23:40:53
56059         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
56060      Branch: perl
56061            ! README.amiga
56062 ____________________________________________________________________________
56063 [  9825] By: jhi                                   on 2001/04/24  23:35:35
56064         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
56065              From: "Philip Newton" <pnewton@gmx.de>
56066              Date: Tue, 24 Apr 2001 18:52:49 +0200
56067              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
56068      Branch: perl
56069            ! x2p/find2perl.PL
56070 ____________________________________________________________________________
56071 [  9824] By: jhi                                   on 2001/04/24  23:33:07
56072         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
56073              Some gcc specifics dropped out due to extensive rewriting;
56074              will be put back later as needed.
56075      Branch: perl
56076            ! hints/hpux.sh
56077 ____________________________________________________________________________
56078 [  9823] By: jhi                                   on 2001/04/24  23:27:57
56079         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
56080      Branch: perl
56081            ! ext/POSIX/POSIX.xs
56082 ____________________________________________________________________________
56083 [  9822] By: jhi                                   on 2001/04/24  23:25:21
56084         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
56085              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56086              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
56087              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
56088      Branch: perl
56089            ! ext/XS/Typemap/Typemap.xs
56090 ____________________________________________________________________________
56091 [  9821] By: jhi                                   on 2001/04/24  23:24:10
56092         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
56093              From: "Abigail" <abigail@foad.org>
56094              Date: Tue, 24 Apr 2001 23:12:03 +0200
56095              Message-ID: <20010424211203.7901.qmail@foad.org>
56096      Branch: perl
56097            ! pod/perlport.pod
56098 ____________________________________________________________________________
56099 [  9820] By: jhi                                   on 2001/04/24  23:23:15
56100         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
56101              From: Matt Sergeant <matt@sergeant.org>
56102              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
56103              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
56104      Branch: perl
56105            ! pod/perlfaq4.pod
56106 ____________________________________________________________________________
56107 [  9819] By: nick                                  on 2001/04/24  18:49:43
56108         Log: Integrate mainline.
56109      Branch: perlio
56110           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
56111           !> (integrate 37 files)
56112 ____________________________________________________________________________
56113 [  9818] By: jhi                                   on 2001/04/24  14:35:23
56114         Log: Update Changes.
56115      Branch: perl
56116            ! Changes patchlevel.h
56117 ____________________________________________________________________________
56118 [  9817] By: jhi                                   on 2001/04/24  14:09:17
56119         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
56120              From: "Philip Newton" <pnewton@gmx.de>
56121              Date: Tue, 24 Apr 2001 12:58:12 +0200
56122              Message-ID: <3AE57864.8304.B77A0A@localhost> 
56123              
56124              plus add CPAN to the list of modules that have their own tests.
56125      Branch: perl
56126            ! t/lib/1_compile.t
56127 ____________________________________________________________________________
56128 [  9816] By: jhi                                   on 2001/04/24  14:07:03
56129         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
56130              From: Michael G Schwern <schwern@pobox.com>
56131              Date: Sat, 21 Apr 2001 22:35:00 +0100
56132              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
56133      Branch: perl
56134            ! t/lib/1_compile.t
56135 ____________________________________________________________________________
56136 [  9815] By: jhi                                   on 2001/04/24  13:54:32
56137         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
56138              From: Robin Houston <robin@kitsite.com>
56139              Date: Tue, 24 Apr 2001 15:51:18 +0100
56140              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
56141      Branch: perl
56142            ! ext/B/B/Deparse.pm
56143 ____________________________________________________________________________
56144 [  9814] By: jhi                                   on 2001/04/24  13:17:34
56145         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56146              From: Bill Glicker <billg@burrelles.com>
56147              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
56148              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
56149      Branch: perl
56150            ! hints/svr5.sh
56151 ____________________________________________________________________________
56152 [  9813] By: jhi                                   on 2001/04/24  12:54:23
56153         Log: Prevent path disclosure (probing for existence of filenames)
56154              using suidperl; bug id 20010322.218.
56155      Branch: perl
56156            ! perl.c pod/perldiag.pod
56157 ____________________________________________________________________________
56158 [  9812] By: jhi                                   on 2001/04/24  12:08:36
56159         Log: Retract #9811.
56160      Branch: perl
56161            ! ext/POSIX/POSIX.xs
56162 ____________________________________________________________________________
56163 [  9811] By: jhi                                   on 2001/04/24  11:57:35
56164         Log: (Retracted by #9812.)
56165      Branch: perl
56166            ! ext/POSIX/POSIX.xs
56167 ____________________________________________________________________________
56168 [  9810] By: jhi                                   on 2001/04/24  03:32:35
56169         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
56170      Branch: perl
56171            ! util.c
56172 ____________________________________________________________________________
56173 [  9809] By: jhi                                   on 2001/04/24  03:16:13
56174         Log: The Math::BigFloat::import() was broken.
56175              (Fixes bug id 20010422.002.)
56176      Branch: perl
56177            ! lib/Math/BigFloat.pm
56178 ____________________________________________________________________________
56179 [  9808] By: jhi                                   on 2001/04/24  01:11:40
56180         Log: Additional dependencies; should help for parallel makes
56181              not to fail on missing lib/lib.pm or lib/re.pm.
56182      Branch: perl
56183            ! Makefile.SH
56184 ____________________________________________________________________________
56185 [  9807] By: jhi                                   on 2001/04/24  00:57:01
56186         Log: Update the test failure disclaimer.
56187      Branch: perl
56188            ! t/pragma/warn/pp_hot
56189 ____________________________________________________________________________
56190 [  9806] By: jhi                                   on 2001/04/24  00:54:04
56191         Log: Add make target "install-all" which is alias for "install"
56192              to cater for case-preserving filesystems like HFS+.
56193      Branch: perl
56194            ! INSTALL Makefile.SH
56195 ____________________________________________________________________________
56196 [  9805] By: jhi                                   on 2001/04/24  00:47:28
56197         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
56198              From: Peter Prymmer <pvhp@forte.com>
56199              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
56200              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
56201              
56202              (Ken William's message forwarded from macosx@perl.org)
56203      Branch: perl
56204            ! hints/darwin.sh
56205 ____________________________________________________________________________
56206 [  9804] By: jhi                                   on 2001/04/23  23:57:35
56207         Log: Cut-and-pasto.
56208      Branch: perl
56209            ! perlio.c
56210 ____________________________________________________________________________
56211 [  9803] By: jhi                                   on 2001/04/23  23:52:25
56212         Log: More PerlIO robustness.
56213      Branch: perl
56214            ! perlio.c
56215 ____________________________________________________________________________
56216 [  9802] By: jhi                                   on 2001/04/23  23:43:35
56217         Log: Make the "STD* opened only for ..." errors more consistent.
56218      Branch: perl
56219            ! doio.c
56220 ____________________________________________________________________________
56221 [  9801] By: jhi                                   on 2001/04/23  23:34:26
56222         Log: Test case for #9800.
56223      Branch: perl
56224            ! t/op/misc.t
56225 ____________________________________________________________________________
56226 [  9800] By: jhi                                   on 2001/04/23  23:14:43
56227         Log: Avoid coredump on 'close STDERR; die' by making
56228              the PerlIO calls more robust.  Also use SETERRNO()
56229              instead of errno = to be more VMS-ready.
56230      Branch: perl
56231            ! perlio.c
56232 ____________________________________________________________________________
56233 [  9799] By: jhi                                   on 2001/04/23  21:41:10
56234         Log: Subject: test for ID 20010423.002
56235              From: Robin Houston <robin@kitsite.com>
56236              Date: Mon, 23 Apr 2001 16:52:21 +0100
56237              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
56238      Branch: perl
56239            ! t/op/avhv.t
56240 ____________________________________________________________________________
56241 [  9798] By: jhi                                   on 2001/04/23  21:40:07
56242         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
56243              From: David Dyck <dcd@tc.fluke.com>
56244              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
56245              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
56246      Branch: perl
56247            ! installperl
56248 ____________________________________________________________________________
56249 [  9797] By: jhi                                   on 2001/04/23  21:37:56
56250         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
56251              From: Benjamin Sugars <bsugars@canoe.ca>
56252              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
56253              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
56254      Branch: perl
56255            ! ext/Cwd/Cwd.xs lib/Cwd.pm
56256 ____________________________________________________________________________
56257 [  9796] By: jhi                                   on 2001/04/23  21:29:24
56258         Log: Synchronize h2xs and pod2man some more on the documentation
56259              templates they propose.
56260      Branch: perl
56261            ! pod/pod2man.PL utils/h2xs.PL
56262 ____________________________________________________________________________
56263 [  9795] By: jhi                                   on 2001/04/23  17:30:40
56264         Log: Add one more naughty test for base64; make encoding logic cleaner.
56265      Branch: perl
56266            ! t/lib/mimeb64.t
56267 ____________________________________________________________________________
56268 [  9794] By: jhi                                   on 2001/04/23  13:51:32
56269         Log: Update Changes.
56270      Branch: perl
56271            ! Changes patchlevel.h
56272 ____________________________________________________________________________
56273 [  9793] By: jhi                                   on 2001/04/23  13:44:18
56274         Log: Duplicate lines.
56275      Branch: perl
56276            ! MANIFEST
56277 ____________________________________________________________________________
56278 [  9792] By: jhi                                   on 2001/04/23  13:39:13
56279         Log: Subject: Re: PATCH 5.7.1
56280              From: Mark-Jason Dominus <mjd@plover.com>
56281              Date: Mon, 23 Apr 2001 10:30:21 -0400
56282              Message-ID: <20010423143021.17335.qmail@plover.com>
56283      Branch: perl
56284            ! perl.h sv.c
56285 ____________________________________________________________________________
56286 [  9791] By: jhi                                   on 2001/04/23  13:32:40
56287         Log: Add the CPAN.pm 1.59_54 tests.
56288      Branch: perl
56289            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
56290            ! MANIFEST
56291 ____________________________________________________________________________
56292 [  9790] By: jhi                                   on 2001/04/23  13:21:55
56293         Log: Subject: Deparse nit
56294              From: Robin Houston <robin@kitsite.com>
56295              Date: Mon, 23 Apr 2001 12:38:20 +0100
56296              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
56297      Branch: perl
56298            ! ext/B/B/Deparse.pm
56299 ____________________________________________________________________________
56300 [  9789] By: jhi                                   on 2001/04/23  13:19:07
56301         Log: Subject: [PATCH] bug 20010423.002
56302              From: Robin Houston <robin@kitsite.com>
56303              Date: Mon, 23 Apr 2001 13:12:30 +0100
56304              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
56305      Branch: perl
56306            ! pp.c
56307 ____________________________________________________________________________
56308 [  9788] By: jhi                                   on 2001/04/23  13:02:49
56309         Log: Subject: PATCH [5.7.1] hv.c unused #define
56310              From: Mark-Jason Dominus <mjd@plover.com>
56311              Date: Sun, 22 Apr 2001 14:17:49 -0400
56312              Message-ID: <20010422181749.26976.qmail@plover.com>
56313      Branch: perl
56314            ! hv.c
56315 ____________________________________________________________________________
56316 [  9787] By: jhi                                   on 2001/04/23  13:02:02
56317         Log: Subject: PATCH 5.7.1
56318              From: Mark-Jason Dominus <mjd@plover.com>
56319              Date: Sun, 22 Apr 2001 15:12:57 -0400
56320              Message-ID: <20010422191258.6539.qmail@plover.com>
56321              
56322              plus Sarathy's STMT_START + STMT_END suggestion.
56323      Branch: perl
56324            ! perl.h
56325 ____________________________________________________________________________
56326 [  9786] By: jhi                                   on 2001/04/23  12:53:25
56327         Log: Fix for
56328              
56329              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
56330              From: dLux <dlux@spam.sch.bme.hu>
56331              Date: Mon, 23 Apr 2001 01:25:26 +0200
56332              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
56333              
56334              (SvGROW really does return a char *.)
56335      Branch: perl
56336            ! pod/perlapi.pod sv.h
56337 ____________________________________________________________________________
56338 [  9785] By: jhi                                   on 2001/04/23  04:34:04
56339         Log: Time::Piece work continues.  $t->day removed since
56340              I think it's too confusing.  Now has normal and
56341              abbreviated length weekday names and month names,
56342              the names change with _names(), not _list().
56343              Now has strftime() in Perl, _strftime() is
56344              the libc version (to which strftime() falls back
56345              if it doesn't know the format.  To do: the reverse
56346              of strftime, strptime(), and the localisation of both.
56347      Branch: perl
56348            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
56349            ! t/lib/time-piece.t
56350 ____________________________________________________________________________
56351 [  9784] By: jhi                                   on 2001/04/23  02:41:46
56352         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
56353              From: andreas.koenig@anima.de (Andreas J. Koenig)
56354              Date: 23 Apr 2001 05:20:55 +0200
56355              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
56356      Branch: perl
56357            ! t/pragma/overload.t
56358 ____________________________________________________________________________
56359 [  9783] By: jhi                                   on 2001/04/22  23:32:42
56360         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
56361              From: Robin Houston <robin@kitsite.com>
56362              Date: Mon, 23 Apr 2001 00:38:18 +0100
56363              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
56364      Branch: perl
56365            ! ext/B/B/Deparse.pm
56366 ____________________________________________________________________________
56367 [  9782] By: jhi                                   on 2001/04/22  20:55:43
56368         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
56369              From: Simon Cozens <simon@netthink.co.uk>
56370              Date: Sun, 22 Apr 2001 18:47:25 +0100
56371              Message-ID: <20010422184725.A14411@netthink.co.uk>
56372      Branch: perl
56373            ! sv.c t/pragma/overload.t
56374 ____________________________________________________________________________
56375 [  9781] By: jhi                                   on 2001/04/22  20:52:13
56376         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
56377              From: Robin Houston <robin@kitsite.com>
56378              Date: Sun, 22 Apr 2001 22:14:50 +0100
56379              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
56380      Branch: perl
56381            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
56382 ____________________________________________________________________________
56383 [  9780] By: nick                                  on 2001/04/22  20:40:31
56384         Log: Integrate mainline.
56385      Branch: perlio
56386           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
56387           +> t/lib/b-stash.t
56388           !> (integrate 38 files)
56389 ____________________________________________________________________________
56390 [  9779] By: jhi                                   on 2001/04/22  15:16:03
56391         Log: Subject: IO::Socket::INET patch
56392              From: andrew deryabin <djsf@technarchy.ru>
56393              Date: Sat, 21 Apr 2001 17:46:52 +0400
56394              Message-ID: <20010421174652.B1426@technarchy>
56395      Branch: perl
56396            ! ext/IO/lib/IO/Socket/INET.pm
56397 ____________________________________________________________________________
56398 [  9778] By: jhi                                   on 2001/04/22  15:14:33
56399         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
56400              From: Mark-Jason Dominus <mjd@plover.com>
56401              Date: Sat, 21 Apr 2001 21:27:49 -0400
56402              Message-ID: <20010422012749.27024.qmail@plover.com>
56403      Branch: perl
56404            ! regcomp.c
56405 ____________________________________________________________________________
56406 [  9777] By: jhi                                   on 2001/04/22  15:10:51
56407         Log: Subject: Re: Regex debugger patch 
56408              From: Mark-Jason Dominus <mjd@plover.com>
56409              Date: Sat, 21 Apr 2001 21:48:51 -0400
56410              Message-ID: <20010422014851.27165.qmail@plover.com>
56411      Branch: perl
56412            ! pod/perldebguts.pod
56413 ____________________________________________________________________________
56414 [  9776] By: jhi                                   on 2001/04/22  15:09:48
56415         Log: Subject: Re: Regex debugger patch
56416              From: Mark-Jason Dominus <mjd@plover.com>
56417              Date: Sat, 21 Apr 2001 14:24:39 -0400
56418              Message-ID: <20010421182439.16508.qmail@plover.com>
56419              
56420              Regex debugger backend.
56421      Branch: perl
56422            ! regcomp.c regexp.h
56423 ____________________________________________________________________________
56424 [  9775] By: jhi                                   on 2001/04/21  16:45:40
56425         Log: Subject: [PATCH] Typo in utf8.h
56426              From: Jesús Quiroga <jquiroga@pobox.com>
56427              Date: Sat, 21 Apr 2001 19:25:33 +0200
56428              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
56429      Branch: perl
56430            ! utf8.h
56431 ____________________________________________________________________________
56432 [  9774] By: jhi                                   on 2001/04/21  16:43:52
56433         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56434              From: Joe Orton <jorton@redhat.com>
56435              Date: Tue, 17 Apr 2001 15:50:43 +0100
56436              Message-Id: <20010417155043.D19132@eu.c2.net>
56437      Branch: perl
56438            ! hints/svr5.sh
56439 ____________________________________________________________________________
56440 [  9773] By: jhi                                   on 2001/04/21  15:30:15
56441         Log: Subject: Patch utils/h2xs.PL
56442              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56443              Date: Sat, 21 Apr 2001 10:32:16 -0500
56444              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
56445              
56446              Add MAILING list and LICENSE templates.
56447      Branch: perl
56448            ! utils/h2xs.PL
56449 ____________________________________________________________________________
56450 [  9772] By: jhi                                   on 2001/04/21  15:28:36
56451         Log: Subject: perlfaq2.patch for 5.7.1
56452              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56453              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
56454              Date: Fri, 20 Apr 2001 16:42:19 -0500
56455              
56456              rm an extra tab, a blurb about the xx.cpan to clarify
56457              which countries actually have that and dejanews is history
56458              as well as most of that nonsensical entry.
56459      Branch: perl
56460            ! pod/perlfaq2.pod
56461 ____________________________________________________________________________
56462 [  9771] By: jhi                                   on 2001/04/21  15:27:17
56463         Log: Subject: perlfaq1.patch for 5.7.1
56464              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
56465              Date: Fri, 20 Apr 2001 16:57:36 -0500
56466              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
56467              
56468              Evil URLs must die. Especially when they are broken.
56469      Branch: perl
56470            ! pod/perlfaq1.pod
56471 ____________________________________________________________________________
56472 [  9770] By: jhi                                   on 2001/04/21  15:23:38
56473         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
56474              From: Michael G Schwern <schwern@pobox.com>
56475              Date: Sat, 21 Apr 2001 16:11:12 +0100
56476              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
56477      Branch: perl
56478            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
56479            + t/lib/b-stash.t
56480            ! MANIFEST ext/B/B.pm t/lib/b.t
56481 ____________________________________________________________________________
56482 [  9769] By: jhi                                   on 2001/04/21  15:03:32
56483         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
56484              From: Michael G Schwern <schwern@pobox.com>
56485              Date: Sat, 21 Apr 2001 09:48:00 +0100
56486              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
56487      Branch: perl
56488            ! utils/h2ph.PL
56489 ____________________________________________________________________________
56490 [  9768] By: jhi                                   on 2001/04/21  14:33:49
56491         Log: PerlIO and Encode doc cleanup and tweaks.
56492      Branch: perl
56493            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
56494            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
56495 ____________________________________________________________________________
56496 [  9767] By: jhi                                   on 2001/04/21  12:40:16
56497         Log: Integrate perlio:
56498              
56499              [  9766]
56500              Avoid core dump on
56501              open(STDOUT,">",\$foo);
56502      Branch: perl
56503           !> doio.c
56504 ____________________________________________________________________________
56505 [  9766] By: nick                                  on 2001/04/20  18:28:35
56506         Log: Avoid core dump on
56507              open(STDOUT,">",\$foo);
56508      Branch: perlio
56509            ! doio.c
56510 ____________________________________________________________________________
56511 [  9765] By: jhi                                   on 2001/04/20  13:23:43
56512         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
56513              From: Robin Houston <robin@kitsite.com>
56514              Date: Fri, 20 Apr 2001 14:29:22 +0100
56515              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
56516      Branch: perl
56517            ! ext/B/B.pm ext/B/B/Deparse.pm
56518 ____________________________________________________________________________
56519 [  9764] By: jhi                                   on 2001/04/20  13:19:33
56520         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
56521              From: Peter Prymmer <pvhp@forte.com>
56522              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
56523              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
56524      Branch: perl
56525            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
56526            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
56527            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
56528            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
56529 ____________________________________________________________________________
56530 [  9763] By: jhi                                   on 2001/04/20  12:36:39
56531         Log: Subject: Re: A new PerlIO coredump
56532              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56533              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
56534              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
56535      Branch: perl
56536            ! doio.c
56537 ____________________________________________________________________________
56538 [  9762] By: jhi                                   on 2001/04/19  23:02:30
56539         Log: Update Changes.
56540      Branch: perl
56541            ! Changes patchlevel.h
56542 ____________________________________________________________________________
56543 [  9761] By: jhi                                   on 2001/04/19  22:59:19
56544         Log: More cleanup cleanup.
56545      Branch: perl
56546            ! Makefile.SH win32/Makefile win32/makefile.mk
56547 ____________________________________________________________________________
56548 [  9760] By: jhi                                   on 2001/04/19  22:50:31
56549         Log: lib/Time is non-empty, let's not rmdir it.
56550      Branch: perl
56551            ! Makefile.SH
56552 ____________________________________________________________________________
56553 [  9759] By: jhi                                   on 2001/04/19  22:36:51
56554         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
56555              From: Robin Houston <robin@kitsite.com>
56556              Date: Fri, 20 Apr 2001 00:18:53 +0100
56557              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
56558      Branch: perl
56559            ! ext/B/B/Deparse.pm
56560 ____________________________________________________________________________
56561 [  9758] By: jhi                                   on 2001/04/19  22:36:00
56562         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
56563              From: Peter Prymmer <pvhp@forte.com>
56564              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
56565              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
56566      Branch: perl
56567            ! ext/Cwd/Cwd.xs
56568 ____________________________________________________________________________
56569 [  9757] By: nick                                  on 2001/04/19  18:53:54
56570         Log: Blind (untested) integrate of mainline.
56571      Branch: perlio
56572           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
56573           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
56574           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
56575           !> (integrate 53 files)
56576 ____________________________________________________________________________
56577 [  9756] By: jhi                                   on 2001/04/19  16:59:23
56578         Log: Document and test Time::Piece.
56579      Branch: perl
56580            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
56581            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
56582 ____________________________________________________________________________
56583 [  9755] By: jhi                                   on 2001/04/19  12:13:29
56584         Log: A better fix for the \x{12345678} trouble from NI-S.
56585      Branch: perl
56586            ! utf8.c
56587 ____________________________________________________________________________
56588 [  9754] By: jhi                                   on 2001/04/19  11:56:07
56589         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
56590              From: Robin Houston <robin@kitsite.com>
56591              Date: Wed, 18 Apr 2001 17:58:33 +0100
56592              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
56593      Branch: perl
56594            ! ext/B/B/Deparse.pm op.c
56595 ____________________________________________________________________________
56596 [  9753] By: jhi                                   on 2001/04/19  04:21:52
56597         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
56598              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
56599              Date: Thu, 19 Apr 2001 01:11:41 -0400
56600              Message-ID: <20010419011141.A5798@cpan.org>
56601      Branch: perl
56602            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
56603 ____________________________________________________________________________
56604 [  9752] By: jhi                                   on 2001/04/19  02:41:10
56605         Log: The new time utils need to be thread-aware, too.
56606      Branch: perl
56607            ! util.c
56608 ____________________________________________________________________________
56609 [  9751] By: jhi                                   on 2001/04/19  02:26:47
56610         Log: Compilation nit noticed by AIX compiler.
56611      Branch: perl
56612            ! perlio.c
56613 ____________________________________________________________________________
56614 [  9750] By: jhi                                   on 2001/04/19  02:20:06
56615         Log: The new time utils need to be public.
56616      Branch: perl
56617            ! embed.pl
56618 ____________________________________________________________________________
56619 [  9749] By: jhi                                   on 2001/04/19  01:42:39
56620         Log: Regen toc.
56621      Branch: perl
56622            ! pod/perltoc.pod
56623 ____________________________________________________________________________
56624 [  9748] By: jhi                                   on 2001/04/19  01:41:10
56625         Log: Add Time::Piece, a slight rewrite of Time::Object,
56626              from Matt Sergeant.
56627      Branch: perl
56628            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
56629            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
56630            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
56631            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
56632            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
56633            ! win32/makefile.mk
56634 ____________________________________________________________________________
56635 [  9747] By: jhi                                   on 2001/04/19  00:55:35
56636         Log: The new metaconfig unit from strftime.
56637      Branch: metaconfig/U/perl
56638            + d_strftime.U
56639 ____________________________________________________________________________
56640 [  9746] By: jhi                                   on 2001/04/19  00:54:54
56641         Log: Move the strftime() wrapper from POSIX.xs to util.c
56642              as my_strftime(), requires HAS_STRFTIME.
56643      Branch: perl
56644            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56645            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
56646            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
56647            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56648            ! vos/config.ga.h win32/config.bc win32/config.gc
56649            ! win32/config.vc
56650 ____________________________________________________________________________
56651 [  9745] By: jhi                                   on 2001/04/18  23:11:03
56652         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
56653              in preparation of Time::Piece.
56654      Branch: perl
56655            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
56656 ____________________________________________________________________________
56657 [  9744] By: jhi                                   on 2001/04/18  22:33:12
56658         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
56659              From: Peter Prymmer <pvhp@forte.com>
56660              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
56661              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
56662      Branch: perl
56663            ! t/lib/exporter.t
56664 ____________________________________________________________________________
56665 [  9743] By: jhi                                   on 2001/04/18  22:32:23
56666         Log: Subject: Fwd: pod2html leaves cache files lying around?
56667              From: Rajesh Vaidheeswarran <rv@gnu.org>
56668              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
56669              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
56670      Branch: perl
56671            ! lib/Pod/Html.pm
56672 ____________________________________________________________________________
56673 [  9742] By: jhi                                   on 2001/04/18  20:31:49
56674         Log: Update Changes.
56675      Branch: perl
56676            ! Changes patchlevel.h
56677 ____________________________________________________________________________
56678 [  9741] By: jhi                                   on 2001/04/18  20:23:02
56679         Log: Declare hints only if needed.
56680      Branch: perl
56681            ! ext/B/B/Deparse.pm
56682 ____________________________________________________________________________
56683 [  9740] By: jhi                                   on 2001/04/18  19:06:05
56684         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
56685              bug noticed by Robin Houston; basically the code of detecting
56686              value wraparound was acting differently under different compilers
56687              and platforms.  The workaround is to remove the overflow check
56688              for now, a real fix would be to do the overflow (portably) right.
56689      Branch: perl
56690            ! t/op/pat.t utf8.c
56691 ____________________________________________________________________________
56692 [  9739] By: jhi                                   on 2001/04/18  19:01:23
56693         Log: Subject: [PATCH B::Deparse] some pragma support
56694              From: Robin Houston <robin@kitsite.com>
56695              Date: Wed, 18 Apr 2001 19:32:12 +0100
56696              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
56697      Branch: perl
56698            ! ext/B/B/Deparse.pm
56699 ____________________________________________________________________________
56700 [  9738] By: jhi                                   on 2001/04/18  15:16:37
56701         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
56702              From: Benjamin Sugars <bsugars@canoe.ca>
56703              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
56704              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
56705      Branch: perl
56706            ! t/op/glob.t
56707 ____________________________________________________________________________
56708 [  9737] By: jhi                                   on 2001/04/18  13:24:50
56709         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
56710              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56711              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
56712              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
56713      Branch: perl
56714            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
56715            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
56716 ____________________________________________________________________________
56717 [  9736] By: jhi                                   on 2001/04/18  04:15:14
56718         Log: The #9735 also changes the subtest 12.
56719      Branch: perl
56720            ! t/lib/b.t
56721 ____________________________________________________________________________
56722 [  9735] By: jhi                                   on 2001/04/18  03:55:17
56723         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
56724              From: David Dyck <dcd@tc.fluke.com>
56725              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
56726              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
56727      Branch: perl
56728            ! ext/B/B/Deparse.pm
56729 ____________________________________________________________________________
56730 [  9734] By: jhi                                   on 2001/04/18  03:54:11
56731         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
56732              From: Gisle Aas <gisle@ActiveState.com>
56733              Date: 17 Apr 2001 19:06:45 -0700
56734              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
56735      Branch: perl
56736            ! pp_hot.c t/op/misc.t
56737 ____________________________________________________________________________
56738 [  9733] By: jhi                                   on 2001/04/17  22:25:22
56739         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
56740              From: "Abigail" <abigail@foad.org>
56741              Date: Wed, 18 Apr 2001 01:17:46 +0200
56742              Message-ID: <20010417231746.21657.qmail@foad.org>
56743      Branch: perl
56744            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
56745 ____________________________________________________________________________
56746 [  9732] By: jhi                                   on 2001/04/17  20:47:56
56747         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
56748              From: Robin Houston <robin@kitsite.com>
56749              Date: Tue, 17 Apr 2001 22:37:42 +0100
56750              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
56751      Branch: perl
56752            ! ext/B/B/Deparse.pm
56753 ____________________________________________________________________________
56754 [  9731] By: nick                                  on 2001/04/17  20:46:35
56755         Log: Re-sync for t/lib/b.t fix
56756      Branch: perlio
56757           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
56758 ____________________________________________________________________________
56759 [  9730] By: jhi                                   on 2001/04/17  20:45:29
56760         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
56761              From: Robin Houston <robin@kitsite.com>
56762              Date: Tue, 17 Apr 2001 22:29:36 +0100
56763              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
56764      Branch: perl
56765            ! ext/B/B.xs ext/B/B/Deparse.pm
56766 ____________________________________________________________________________
56767 [  9729] By: jhi                                   on 2001/04/17  20:43:11
56768         Log: Subject: Deparse - parenthesise args to undeclared subs
56769              From: Robin Houston <robin@kitsite.com>
56770              Date: Tue, 17 Apr 2001 21:31:05 +0100
56771              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
56772      Branch: perl
56773            ! ext/B/B/Deparse.pm
56774 ____________________________________________________________________________
56775 [  9728] By: jhi                                   on 2001/04/17  18:57:30
56776         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
56777              From: Benjamin Sugars <ben.sugars@home.com>
56778              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
56779              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
56780      Branch: perl
56781            ! t/lib/cwd.t
56782 ____________________________________________________________________________
56783 [  9727] By: jhi                                   on 2001/04/17  18:20:20
56784         Log: Subject: [PATCH B::Deparse] ambient pragmas
56785              From: Robin Houston <robin@kitsite.com>
56786              Date: Tue, 17 Apr 2001 20:01:59 +0100
56787              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
56788      Branch: perl
56789            ! ext/B/B/Deparse.pm t/lib/b.t
56790 ____________________________________________________________________________
56791 [  9726] By: nick                                  on 2001/04/17  16:33:51
56792         Log: Integrate mainline (t/lib/b.t fails test 2...)
56793      Branch: perlio
56794           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
56795           +> ext/List/Util/README ext/List/Util/Util.xs
56796           +> ext/List/Util/lib/List/Util.pm
56797           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
56798           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
56799           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
56800           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
56801           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
56802           !> (integrate 31 files)
56803 ____________________________________________________________________________
56804 [  9725] By: jhi                                   on 2001/04/17  12:14:24
56805         Log: Subject: multiple B::* changes
56806              From: Robin Houston <robin@kitsite.com>
56807              Date: Thu, 12 Apr 2001 20:12:27 +0100
56808              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
56809      Branch: perl
56810            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
56811 ____________________________________________________________________________
56812 [  9724] By: jhi                                   on 2001/04/17  11:59:05
56813         Log: Thread-awareness from Doug MacEachern.
56814      Branch: perl
56815            ! ext/List/Util/Util.xs
56816 ____________________________________________________________________________
56817 [  9723] By: jhi                                   on 2001/04/17  11:57:41
56818         Log: Make the test more portable.
56819      Branch: perl
56820            ! t/lib/cwd.t
56821 ____________________________________________________________________________
56822 [  9722] By: jhi                                   on 2001/04/17  11:53:50
56823         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
56824              From: Benjamin Sugars <ben.sugars@home.com>
56825              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
56826              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
56827      Branch: perl
56828            ! t/lib/cwd.t
56829 ____________________________________________________________________________
56830 [  9721] By: jhi                                   on 2001/04/17  11:52:17
56831         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
56832              From: Benjamin Sugars <bsugars@canoe.ca>
56833              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
56834              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
56835      Branch: perl
56836            ! op.c
56837 ____________________________________________________________________________
56838 [  9720] By: jhi                                   on 2001/04/17  11:35:42
56839         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
56840              From: Chris Nandor <pudge@pobox.com>
56841              Date: Tue, 17 Apr 2001 00:30:49 -0400
56842              Message-Id: <p05100207b701768712de@[10.0.1.177]>
56843      Branch: perl
56844            ! ext/File/Glob/bsd_glob.c gv.c
56845 ____________________________________________________________________________
56846 [  9719] By: jhi                                   on 2001/04/17  11:32:13
56847         Log: Subject: [PATCH] Tweten->West
56848              From: Casey West <casey@geeknest.com>
56849              Date: Mon, 16 Apr 2001 12:11:22 -0400
56850              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
56851      Branch: perl
56852            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
56853            ! pod/perltie.pod
56854 ____________________________________________________________________________
56855 [  9718] By: jhi                                   on 2001/04/16  03:22:52
56856         Log: Update Changes.
56857      Branch: perl
56858            ! Changes patchlevel.h
56859 ____________________________________________________________________________
56860 [  9717] By: jhi                                   on 2001/04/16  03:06:28
56861         Log: Regen toc.
56862      Branch: perl
56863            ! pod/perltoc.pod
56864 ____________________________________________________________________________
56865 [  9716] By: jhi                                   on 2001/04/16  02:58:42
56866         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
56867              From: Prymmer/Kahn <pvhp@best.com>
56868              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
56869              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
56870      Branch: perl
56871            ! utf8.c
56872 ____________________________________________________________________________
56873 [  9715] By: jhi                                   on 2001/04/15  23:40:35
56874         Log: Subject: Re: Net::Ping patch, adds stream protocol
56875              From: bronson@rinspin.com (Scott Bronson)
56876              Date: Tue, 10 Apr 2001 23:58:33 -0700
56877              Message-ID: <20010410235833.N29719@rinspin.com>
56878      Branch: perl
56879            ! lib/Net/Ping.pm
56880 ____________________________________________________________________________
56881 [  9714] By: jhi                                   on 2001/04/15  23:31:46
56882         Log: Printing out the ok messages helps successful testing.
56883      Branch: perl
56884            ! t/lib/time-hires.t
56885 ____________________________________________________________________________
56886 [  9713] By: jhi                                   on 2001/04/15  21:43:24
56887         Log: Update Douglas Wegscheid's email.
56888      Branch: perl
56889            ! AUTHORS
56890 ____________________________________________________________________________
56891 [  9712] By: jhi                                   on 2001/04/15  21:40:41
56892         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
56893              From: Michael G Schwern <schwern@pobox.com>
56894              Date: Sat, 14 Apr 2001 22:40:50 +0100
56895              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
56896      Branch: perl
56897            + t/lib/exporter.t
56898            ! MANIFEST lib/Exporter/Heavy.pm
56899 ____________________________________________________________________________
56900 [  9711] By: jhi                                   on 2001/04/15  21:39:21
56901         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
56902              From: Michael G Schwern <schwern@pobox.com>
56903              Date: Sat, 14 Apr 2001 22:13:59 +0100
56904              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
56905      Branch: perl
56906            ! t/op/loopctl.t
56907 ____________________________________________________________________________
56908 [  9710] By: jhi                                   on 2001/04/15  21:30:19
56909         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
56910              From: Michael G Schwern <schwern@pobox.com>
56911              Date: Sat, 14 Apr 2001 22:05:32 +0100
56912              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
56913      Branch: perl
56914            ! t/pragma/warnings.t
56915 ____________________________________________________________________________
56916 [  9709] By: jhi                                   on 2001/04/15  19:34:09
56917         Log: Integrate changes #9706,9707 from maintperl into mainline.
56918              
56919              change#7210 broke .packlist generation
56920              
56921              ExtUtils::Installed doesn't quote regex metacharacters in paths
56922              before using them in match; also make it work for dosish platforms
56923      Branch: perl
56924           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
56925 ____________________________________________________________________________
56926 [  9708] By: jhi                                   on 2001/04/15  19:31:01
56927         Log: Test also the scalar aspect of getitimer().
56928      Branch: perl
56929            ! t/lib/time-hires.t
56930 ____________________________________________________________________________
56931 [  9707] By: gsar                                  on 2001/04/15  17:24:20
56932         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
56933              before using them in match; also make it work for dosish platforms
56934      Branch: maint-5.6/perl
56935            ! lib/ExtUtils/Installed.pm
56936 ____________________________________________________________________________
56937 [  9706] By: gsar                                  on 2001/04/15  17:21:59
56938         Log: change#7210 broke .packlist generation (listed only filename
56939              rather than fully qualified path name)
56940      Branch: maint-5.6/perl
56941            ! lib/ExtUtils/Install.pm
56942 ____________________________________________________________________________
56943 [  9705] By: jhi                                   on 2001/04/15  12:36:33
56944         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
56945      Branch: perl
56946            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
56947            ! t/lib/time-hires.t
56948 ____________________________________________________________________________
56949 [  9704] By: jhi                                   on 2001/04/15  10:49:08
56950         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
56951              From: Prymmer/Kahn <pvhp@best.com>
56952              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
56953              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
56954      Branch: perl
56955            ! lib/utf8.pm pod/perlebcdic.pod
56956 ____________________________________________________________________________
56957 [  9703] By: jhi                                   on 2001/04/15  02:26:26
56958         Log: I keep forgetting to sort MANIFEST.
56959      Branch: perl
56960            ! MANIFEST
56961 ____________________________________________________________________________
56962 [  9702] By: jhi                                   on 2001/04/15  02:07:47
56963         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
56964              Now we have blessed, reftype, tainted, first, reduce, ...
56965      Branch: perl
56966            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
56967            + ext/List/Util/README ext/List/Util/Util.xs
56968            + ext/List/Util/lib/List/Util.pm
56969            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
56970            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
56971            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
56972            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
56973            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
56974            ! MANIFEST
56975 ____________________________________________________________________________
56976 [  9701] By: jhi                                   on 2001/04/14  15:05:25
56977         Log: Subject: RE: dprofpp.pl updates 
56978              From: Carl Eklof <CEklof@endeca.com>
56979              Date: Thu, 12 Apr 2001 18:45:46 -0400
56980              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
56981      Branch: perl
56982            ! utils/dprofpp.PL
56983 ____________________________________________________________________________
56984 [  9700] By: jhi                                   on 2001/04/14  14:44:55
56985         Log: Do not just blindly add CR.
56986      Branch: perl
56987            ! Porting/makerel
56988 ____________________________________________________________________________
56989 [  9699] By: jhi                                   on 2001/04/13  13:17:01
56990         Log: Update Changes.
56991      Branch: perl
56992            ! Changes patchlevel.h
56993 ____________________________________________________________________________
56994 [  9698] By: jhi                                   on 2001/04/13  12:44:48
56995         Log: Integrate perlio:
56996              
56997              [  9696]
56998              Fix core dump on binmode($fh,'Scalar')
56999      Branch: perl
57000           !> ext/PerlIO/Scalar/Scalar.xs
57001 ____________________________________________________________________________
57002 [  9697] By: jhi                                   on 2001/04/13  12:29:15
57003         Log: Add more debug output to the test.
57004      Branch: perl
57005            ! t/lib/cwd.t
57006 ____________________________________________________________________________
57007 [  9696] By: nick                                  on 2001/04/13  10:14:29
57008         Log: Fix core dump on binmode($fh,'Scalar')
57009      Branch: perlio
57010            ! ext/PerlIO/Scalar/Scalar.xs
57011 ____________________________________________________________________________
57012 [  9695] By: nick                                  on 2001/04/13  09:05:42
57013         Log: Integrate mainline
57014      Branch: perlio
57015           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57016           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57017           +> t/lib/time-hires.t
57018           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
57019           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
57020           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
57021           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
57022           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
57023           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
57024           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
57025 ____________________________________________________________________________
57026 [  9694] By: jhi                                   on 2001/04/12  22:23:35
57027         Log: Integrate change #9693 from maintperl into mainline.
57028              
57029              $VERSION and Version() on the same line provokes a warning from
57030              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
57031      Branch: perl
57032           !> lib/Devel/SelfStubber.pm
57033 ____________________________________________________________________________
57034 [  9693] By: gsar                                  on 2001/04/12  21:55:56
57035         Log: $VERSION and Version() on the same line provokes a warning from
57036              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
57037      Branch: maint-5.6/perl
57038            ! lib/Devel/SelfStubber.pm
57039 ____________________________________________________________________________
57040 [  9692] By: jhi                                   on 2001/04/12  13:54:00
57041         Log: This is at least 5.005.
57042      Branch: perl
57043            ! ext/Time/HiRes/HiRes.xs
57044 ____________________________________________________________________________
57045 [  9691] By: jhi                                   on 2001/04/12  13:37:20
57046         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
57047      Branch: perl
57048            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
57049            ! win32/Makefile win32/makefile.mk
57050 ____________________________________________________________________________
57051 [  9690] By: jhi                                   on 2001/04/12  01:34:46
57052         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
57053      Branch: perl
57054            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57055            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57056            + t/lib/time-hires.t
57057            ! MANIFEST
57058 ____________________________________________________________________________
57059 [  9689] By: jhi                                   on 2001/04/12  00:28:39
57060         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
57061              From: Gisle Aas <gisle@ActiveState.com>
57062              Date: 11 Apr 2001 16:36:11 -0700
57063              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
57064      Branch: perl
57065            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
57066 ____________________________________________________________________________
57067 [  9688] By: jhi                                   on 2001/04/12  00:27:39
57068         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
57069              From: Gisle Aas <gisle@ActiveState.com>
57070              Date: 11 Apr 2001 11:13:24 -0700
57071              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
57072      Branch: perl
57073            ! ext/MIME/Base64/Base64.xs
57074 ____________________________________________________________________________
57075 [  9687] By: jhi                                   on 2001/04/11  19:51:47
57076         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
57077      Branch: perl
57078            ! Todo-5.6
57079 ____________________________________________________________________________
57080 [  9686] By: jhi                                   on 2001/04/11  16:54:25
57081         Log: Subject: [PATCH opcode.pl] Documentation of table format
57082              From: Simon Cozens <simon@netthink.co.uk>
57083              Date: Wed, 11 Apr 2001 12:59:31 +0100
57084              Message-ID: <20010411125931.A25681@netthink.co.uk>
57085      Branch: perl
57086            ! opcode.pl
57087 ____________________________________________________________________________
57088 [  9685] By: jhi                                   on 2001/04/11  16:53:15
57089         Log: Subject: [PATCH] prototype("CORE::recv")
57090              From: Simon Cozens <simon@netthink.co.uk>
57091              Date: Wed, 11 Apr 2001 13:24:35 +0100
57092              Message-ID: <20010411132435.A26169@netthink.co.uk>
57093      Branch: perl
57094            ! pp.c t/comp/proto.t
57095 ____________________________________________________________________________
57096 [  9684] By: jhi                                   on 2001/04/11  16:47:13
57097         Log: FAQ (and AUTHORS) update from Dan Carson: the information
57098              was several years obsolete, Term::Readkey has been updated
57099              to have the functionality.
57100      Branch: perl
57101            ! AUTHORS pod/perlfaq5.pod
57102 ____________________________________________________________________________
57103 [  9683] By: jhi                                   on 2001/04/11  12:15:46
57104         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
57105              From: Calle Dybedahl <calle@lysator.liu.se>
57106              Date: 10 Apr 2001 16:44:16 +0200
57107              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
57108      Branch: perl
57109            ! ext/MIME/Base64/Base64.xs
57110 ____________________________________________________________________________
57111 [  9682] By: jhi                                   on 2001/04/11  12:12:26
57112         Log: A more minimal fix for 20010410.006 from Hugo.
57113      Branch: perl
57114            ! regexec.c
57115 ____________________________________________________________________________
57116 [  9681] By: jhi                                   on 2001/04/11  11:34:23
57117         Log: Integrate changes #9678,9679 from maintline into mainperl.
57118              
57119              addendum to change#9676
57120              
57121              up $File::Glob::VERSION; add a note pointing out the version of
57122              the OpenBSD glob bsd_glob.c resembles
57123      Branch: perl
57124           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
57125           !> ext/File/Glob/bsd_glob.h
57126 ____________________________________________________________________________
57127 [  9680] By: jhi                                   on 2001/04/11  11:30:38
57128         Log: Bad test numbering in integrate in #9677.
57129              Fixes ID 20010411.001.
57130      Branch: perl
57131            ! t/op/pat.t
57132 ____________________________________________________________________________
57133 [  9679] By: gsar                                  on 2001/04/11  03:38:40
57134         Log: up $File::Glob::VERSION; add a note pointing out the version of
57135              the OpenBSD glob bsd_glob.c resembles
57136      Branch: maint-5.6/perl
57137            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
57138            ! ext/File/Glob/bsd_glob.h
57139 ____________________________________________________________________________
57140 [  9678] By: gsar                                  on 2001/04/11  03:09:48
57141         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
57142              revision 1.8.10.1 found here:
57143              
57144              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
57145      Branch: maint-5.6/perl
57146            ! ext/File/Glob/bsd_glob.c
57147 ____________________________________________________________________________
57148 [  9677] By: jhi                                   on 2001/04/11  02:54:39
57149         Log: Integrate changes #9675,9676 from maintperl into mainline.
57150              
57151              fix for bug 20010410.006, undo change#7115
57152              
57153              port the OpenBSD glob() security patch
57154      Branch: perl
57155           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
57156           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
57157           !> t/op/pat.t
57158 ____________________________________________________________________________
57159 [  9676] By: gsar                                  on 2001/04/11  02:19:02
57160         Log: port the glob() security patch found at:
57161              
57162              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
57163              
57164              CERT advisory for the issue is here:
57165              
57166              http://www.cert.org/advisories/CA-2001-07.html
57167              
57168              Note that the security scare is only relevant for those who are
57169              foolish enough to build suidperl (which is now officially discouraged)
57170      Branch: maint-5.6/perl
57171            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
57172            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
57173 ____________________________________________________________________________
57174 [  9675] By: gsar                                  on 2001/04/10  23:52:11
57175         Log: fix for bug 20010410.006
57176              
57177              undo change#7115 (came into maint-5.6 as change#8156)
57178              
57179              add tests to keep it from coming back
57180      Branch: maint-5.6/perl
57181            ! regexec.c t/op/pat.t
57182 ____________________________________________________________________________
57183 [  9674] By: nick                                  on 2001/04/10  20:39:31
57184         Log: Integrate mainline
57185      Branch: perlio
57186           +> Porting/testall.atom
57187           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
57188           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
57189           !> t/lib/lc-uk.t t/pod/find.t
57190 ____________________________________________________________________________
57191 [  9673] By: nick                                  on 2001/04/10  18:46:14
57192         Log: Integrate against change 9670 aka perl-5.7.1
57193      Branch: perlio
57194           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
57195           !> (integrate 53 files)
57196 ____________________________________________________________________________
57197 [  9672] By: jhi                                   on 2001/04/10  13:45:01
57198         Log: Add a script for doing cumulative profile of the test suite.
57199              (Requires ATOM, that is, Tru64.)
57200      Branch: perl
57201            + Porting/testall.atom
57202            ! MANIFEST
57203 ____________________________________________________________________________
57204 [  9671] By: jhi                                   on 2001/04/10  12:38:53
57205         Log: Missing std block.
57206      Branch: perl
57207            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
57208            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
57209            ! t/pod/find.t
57210 ____________________________________________________________________________
57211 [  9670] By: jhi                                   on 2001/04/10  01:25:58
57212         Log: This is 5.7.1.
57213      Branch: perl
57214            ! patchlevel.h
57215 ____________________________________________________________________________
57216 [  9669] By: jhi                                   on 2001/04/10  01:09:14
57217         Log: Update Changes.
57218      Branch: perl
57219            ! Changes patchlevel.h
57220 ____________________________________________________________________________
57221 [  9668] By: jhi                                   on 2001/04/10  01:00:38
57222         Log: Regen toc.
57223      Branch: perl
57224            ! pod/perltoc.pod
57225 ____________________________________________________________________________
57226 [  9667] By: jhi                                   on 2001/04/10  00:52:16
57227         Log: Update perlhist.
57228      Branch: perl
57229            ! pod/perlhist.pod
57230 ____________________________________________________________________________
57231 [  9666] By: jhi                                   on 2001/04/09  23:38:59
57232         Log: Slight wording tweaks from Damian to #9658.
57233      Branch: perl
57234            ! pod/perlobj.pod
57235 ____________________________________________________________________________
57236 [  9665] By: jhi                                   on 2001/04/09  19:56:06
57237         Log: Subject: [PATCH perlutil.pod] Nit
57238              From: Simon Cozens <simon@netthink.co.uk>
57239              Date: Mon, 9 Apr 2001 20:29:44 +0100
57240              Message-ID: <20010409202944.A14796@the.earth.li>
57241      Branch: perl
57242            ! pod/perlutil.pod
57243 ____________________________________________________________________________
57244 [  9664] By: jhi                                   on 2001/04/09  19:54:42
57245         Log: Subject: Re: perl571delta.pod@9631
57246              From: Mike Guy <mjtg@cam.ac.uk>
57247              Date: Mon, 09 Apr 2001 18:09:14 +0100
57248              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
57249      Branch: perl
57250            ! pod/perl571delta.pod
57251 ____________________________________________________________________________
57252 [  9663] By: jhi                                   on 2001/04/09  13:43:35
57253         Log: Update Changes.
57254      Branch: perl
57255            ! Changes patchlevel.h
57256 ____________________________________________________________________________
57257 [  9662] By: jhi                                   on 2001/04/09  13:24:46
57258         Log: tweak tweak.
57259      Branch: perl
57260            ! AUTHORS pod/perl571delta.pod
57261 ____________________________________________________________________________
57262 [  9661] By: jhi                                   on 2001/04/09  13:15:13
57263         Log: Thinko in manual patch applying.
57264      Branch: perl
57265            ! sv.c
57266 ____________________________________________________________________________
57267 [  9660] By: jhi                                   on 2001/04/09  13:07:53
57268         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
57269              From: Robin Barker <rmb1@cise.npl.co.uk> 
57270              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
57271              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
57272              
57273              (This corrects the case where the "isn't numeric" string contains \0s
57274              and is longer than the temporary buffer, and contains \0 at the point
57275              the string would be truncated by "...".) 
57276      Branch: perl
57277            ! sv.c
57278 ____________________________________________________________________________
57279 [  9659] By: jhi                                   on 2001/04/09  12:57:41
57280         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
57281      Branch: perl
57282            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
57283            ! t/lib/cgi-function.t t/lib/cgi-html.t
57284 ____________________________________________________________________________
57285 [  9658] By: jhi                                   on 2001/04/09  12:48:47
57286         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
57287              From: Ilmari Karonen <iltzu@sci.fi>
57288              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
57289              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
57290              
57291              Rearrange and rewrite the Method Invocation section
57292              to explain the concepts in nicer order.
57293      Branch: perl
57294            ! pod/perlobj.pod
57295 ____________________________________________________________________________
57296 [  9657] By: jhi                                   on 2001/04/09  12:35:58
57297         Log: Upgrade to podlators 1.09, from Russ Allbery.
57298      Branch: perl
57299            ! lib/Pod/Man.pm lib/Pod/Text.pm
57300 ____________________________________________________________________________
57301 [  9656] By: jhi                                   on 2001/04/09  12:31:53
57302         Log: perl571delta.
57303      Branch: perl
57304            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
57305 ____________________________________________________________________________
57306 [  9655] By: jhi                                   on 2001/04/09  12:20:09
57307         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
57308              From: Prymmer/Kahn <pvhp@best.com>
57309              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
57310              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
57311      Branch: perl
57312            ! lib/utf8.pm pod/perlunicode.pod
57313 ____________________________________________________________________________
57314 [  9654] By: gsar                                  on 2001/04/09  03:38:33
57315         Log: here lies 5.6.1
57316      Branch: maint-5.6/perl
57317            ! Changes
57318 ____________________________________________________________________________
57319 [  9653] By: jhi                                   on 2001/04/09  03:25:24
57320         Log: Update perlhist.
57321      Branch: perl
57322            ! pod/perlhist.pod
57323 ____________________________________________________________________________
57324 [  9652] By: jhi                                   on 2001/04/09  03:18:49
57325         Log: perl571delta tweaking continues.
57326      Branch: perl
57327            ! pod/perl571delta.pod
57328 ____________________________________________________________________________
57329 [  9651] By: gsar                                  on 2001/04/09  03:11:19
57330         Log: update Changes, patchlevel.h &c.
57331      Branch: maint-5.6/perl
57332            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
57333            ! pod/perltoc.pod
57334 ____________________________________________________________________________
57335 [  9650] By: jhi                                   on 2001/04/09  02:40:24
57336         Log: Integrate the perlfork half of #9513 from maintperl into mainline
57337              (the perlunicode half is obsolete)
57338      Branch: perl
57339            ! pod/perlfork.pod
57340 ____________________________________________________________________________
57341 [  9649] By: gsar                                  on 2001/04/09  02:35:43
57342         Log: tweak perldelta as suggested by Jarkko
57343      Branch: maint-5.6/perl
57344            ! pod/perldelta.pod
57345 ____________________________________________________________________________
57346 [  9648] By: jhi                                   on 2001/04/09  02:13:04
57347         Log: Integrate change #9646 from maintperl into mainline.
57348              
57349              add note about ithreads and Thread.pm
57350      Branch: perl
57351           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
57352 ____________________________________________________________________________
57353 [  9647] By: jhi                                   on 2001/04/09  02:10:18
57354         Log: Bad assumption that shortsize == 2.
57355      Branch: perl
57356            ! t/lib/xs-typemap.t
57357 ____________________________________________________________________________
57358 [  9646] By: gsar                                  on 2001/04/09  00:48:04
57359         Log: add note about ithreads and Thread.pm (too many people are
57360              confused by the fact that Thread.pm is built and installed
57361              under non-5005threads but doesn't work)
57362      Branch: maint-5.6/perl
57363            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
57364 ____________________________________________________________________________
57365 [  9645] By: gsar                                  on 2001/04/09  00:19:03
57366         Log: update perldelta.pod for changes in 5.6.1
57367      Branch: maint-5.6/perl
57368            ! Changes pod/perldelta.pod
57369 ____________________________________________________________________________
57370 [  9644] By: jhi                                   on 2001/04/08  20:37:00
57371         Log: Integrate change #9639 from maintperl into mainline:
57372              on windows, many of the README.* pods were being copied to
57373              the wrong location
57374      Branch: perl
57375           !> win32/Makefile win32/makefile.mk
57376 ____________________________________________________________________________
57377 [  9643] By: jhi                                   on 2001/04/08  20:07:11
57378         Log: Integrate change #9624 from maintperl into mainline:
57379              the pod tests were not okay.  (t/pod/find.t changes ignored)
57380      Branch: perl
57381           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
57382           !> t/pod/include.t t/pod/included.t t/pod/lref.t
57383           !> t/pod/multiline_items.t t/pod/nested_items.t
57384           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57385           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
57386 ____________________________________________________________________________
57387 [  9642] By: jhi                                   on 2001/04/08  19:57:17
57388         Log: Integrate change #9638 from maintperl into mainline:
57389              update to latest JPL from the anoncvs repository
57390      Branch: perl
57391           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
57392           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
57393           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
57394 ____________________________________________________________________________
57395 [  9641] By: jhi                                   on 2001/04/08  19:53:30
57396         Log: perl571delta updates.
57397      Branch: perl
57398            ! lib/Filter/Simple.pm pod/perl571delta.pod
57399 ____________________________________________________________________________
57400 [  9640] By: gsar                                  on 2001/04/08  19:20:46
57401         Log: integrate change#9634 from mainline
57402              
57403              Fix the perlmodlib generation (didn't understand separate .pod
57404              files; didn't understand -- as the name-thing separator).
57405              Update the CPAN mirrors list.
57406      Branch: maint-5.6/perl
57407            ! pod/perlmodlib.pod
57408           !> pod/perlmodlib.PL
57409 ____________________________________________________________________________
57410 [  9639] By: gsar                                  on 2001/04/08  18:57:31
57411         Log: on windows, many of the README.* pods were being copied to the wrong
57412              location
57413      Branch: maint-5.6/perl
57414            ! win32/Makefile win32/makefile.mk
57415 ____________________________________________________________________________
57416 [  9638] By: gsar                                  on 2001/04/08  18:38:25
57417         Log: update to latest JPL from the anoncvs repository
57418      Branch: maint-5.6/perl
57419            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
57420            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
57421            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
57422 ____________________________________________________________________________
57423 [  9637] By: jhi                                   on 2001/04/08  17:53:53
57424         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
57425      Branch: perl
57426            ! pod/perl571delta.pod
57427 ____________________________________________________________________________
57428 [  9636] By: jhi                                   on 2001/04/08  17:18:32
57429         Log: Regen toc.
57430      Branch: perl
57431            ! pod/perltoc.pod
57432 ____________________________________________________________________________
57433 [  9635] By: jhi                                   on 2001/04/08  17:16:33
57434         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
57435              From: "Craig A. Berry" <craigberry@mac.com>
57436              Date: Sun, 08 Apr 2001 12:30:16 -0500
57437              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
57438      Branch: perl
57439            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
57440 ____________________________________________________________________________
57441 [  9634] By: jhi                                   on 2001/04/08  17:09:19
57442         Log: Fix the perlmodlib generation (didn't understand separate .pod
57443              files; didn't understand -- as the name-thing separator).
57444              
57445              Update the CPAN mirrors list.
57446      Branch: perl
57447            ! pod/perlmodlib.PL pod/perlmodlib.pod
57448 ____________________________________________________________________________
57449 [  9633] By: jhi                                   on 2001/04/08  16:49:17
57450         Log: Sort MANIFEST.
57451      Branch: perl
57452            ! MANIFEST
57453 ____________________________________________________________________________
57454 [  9632] By: gsar                                  on 2001/04/08  16:36:06
57455         Log: add $Tie::RefHash::VERSION
57456      Branch: maint-5.6/perl
57457            ! lib/Tie/RefHash.pm
57458 ____________________________________________________________________________
57459 [  9631] By: jhi                                   on 2001/04/08  16:10:15
57460         Log: perl571delta updates based on p5p feedback; still needs
57461              lots of examples.
57462      Branch: perl
57463            ! pod/perl571delta.pod
57464 ____________________________________________________________________________
57465 [  9630] By: jhi                                   on 2001/04/08  15:59:13
57466         Log: Update the list of supported platforms to talk about 5.7.1
57467              (and 5.6.1)
57468      Branch: perl
57469            ! pod/perlport.pod
57470 ____________________________________________________________________________
57471 [  9629] By: jhi                                   on 2001/04/08  15:55:41
57472         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
57473              from maintperl into mainline: perlport updates.
57474      Branch: perl
57475            ! pod/perlport.pod
57476 ____________________________________________________________________________
57477 [  9628] By: jhi                                   on 2001/04/08  15:53:17
57478         Log: perlsolaris.pod copied to wrong directory.
57479      Branch: perl
57480            ! win32/makefile.mk
57481 ____________________________________________________________________________
57482 [  9627] By: jhi                                   on 2001/04/08  14:48:18
57483         Log: Subject: Typos in perl571delta.pod
57484              From: "Stephen P. Potter" <spp@spotter.yi.org>
57485              Date: Sat, 07 Apr 2001 20:37:05 -0400
57486              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
57487      Branch: perl
57488            ! pod/perl571delta.pod
57489 ____________________________________________________________________________
57490 [  9626] By: jhi                                   on 2001/04/08  14:39:04
57491         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
57492      Branch: perl
57493            ! gv.c
57494 ____________________________________________________________________________
57495 [  9625] By: nick                                  on 2001/04/08  10:14:23
57496         Log: Integrate mainline
57497      Branch: perlio
57498           +> pod/perl570delta.pod pod/perl571delta.pod
57499           !> (integrate 27 files)
57500 ____________________________________________________________________________
57501 [  9624] By: gsar                                  on 2001/04/08  06:08:17
57502         Log: test in t/pod/* were busted
57503              
57504              these tests are still not enabled in t/{harness,TEST}
57505      Branch: maint-5.6/perl
57506            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
57507            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
57508            ! t/pod/multiline_items.t t/pod/nested_items.t
57509            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57510            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
57511 ____________________________________________________________________________
57512 [  9623] By: gsar                                  on 2001/04/08  03:37:01
57513         Log: integrate change#9470 from mainline
57514              
57515              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
57516      Branch: maint-5.6/perl
57517           !> ext/Socket/Socket.xs
57518 ____________________________________________________________________________
57519 [  9622] By: jhi                                   on 2001/04/07  22:40:47
57520         Log: Update Changes.
57521      Branch: perl
57522            ! Changes patchlevel.h
57523 ____________________________________________________________________________
57524 [  9621] By: jhi                                   on 2001/04/07  22:34:16
57525         Log: Update AUTHORS.
57526      Branch: perl
57527            ! AUTHORS
57528 ____________________________________________________________________________
57529 [  9620] By: jhi                                   on 2001/04/07  22:12:47
57530         Log: Forgot to bump the number of tests in #9164.
57531      Branch: perl
57532            ! t/op/array.t
57533 ____________________________________________________________________________
57534 [  9619] By: jhi                                   on 2001/04/07  22:09:50
57535         Log: Bump patchlevel to 5.7.1.
57536      Branch: perl
57537            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57538            ! config_h.SH patchlevel.h
57539 ____________________________________________________________________________
57540 [  9618] By: jhi                                   on 2001/04/07  22:02:41
57541         Log: Populate perl571delta.
57542      Branch: perl
57543            ! pod/perl571delta.pod
57544 ____________________________________________________________________________
57545 [  9617] By: jhi                                   on 2001/04/07  22:01:23
57546         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
57547              to forget it later; do not change patchlevel.h yet or regenerate
57548              Configure yet.
57549      Branch: perl
57550            ! epoc/config.sh win32/Makefile win32/config_H.bc
57551            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
57552 ____________________________________________________________________________
57553 [  9616] By: jhi                                   on 2001/04/07  17:46:33
57554         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
57555      Branch: perl
57556            ! pod/perl571delta.pod
57557 ____________________________________________________________________________
57558 [  9615] By: jhi                                   on 2001/04/07  17:33:21
57559         Log: Change the toc configuration.
57560      Branch: perl
57561            ! pod/buildtoc.PL pod/perl.pod
57562 ____________________________________________________________________________
57563 [  9614] By: jhi                                   on 2001/04/07  17:29:47
57564         Log: Subject: PATCH: $[
57565              From: Robin Houston <robin@kitsite.com>
57566              Date: Fri, 6 Apr 2001 18:10:14 +0100
57567              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
57568      Branch: perl
57569            ! op.c t/op/array.t
57570 ____________________________________________________________________________
57571 [  9613] By: jhi                                   on 2001/04/07  17:28:26
57572         Log: Subject: [PATCH perl@9424] isn't numeric warning
57573              From: Robin Barker <rmb1@cise.npl.co.uk>
57574              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
57575              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
57576      Branch: perl
57577            ! sv.c t/pragma/warn/sv
57578 ____________________________________________________________________________
57579 [  9612] By: jhi                                   on 2001/04/07  17:26:45
57580         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
57581              From: Mike Guy <mjtg@cam.ac.uk>
57582              Date: Fri, 06 Apr 2001 12:47:06 +0100
57583              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
57584      Branch: perl
57585            ! dump.c t/lib/peek.t
57586 ____________________________________________________________________________
57587 [  9611] By: jhi                                   on 2001/04/07  17:21:35
57588         Log: Create perl571delta and seed it off with the perldelta changes
57589              since 5.7.0; remove those changes from perldelta and rename it
57590              as perl570delta; recreate perldelta but leave it almost empty.
57591      Branch: perl
57592            + pod/perl570delta.pod pod/perl571delta.pod
57593            ! MANIFEST pod/perldelta.pod
57594 ____________________________________________________________________________
57595 [  9610] By: jhi                                   on 2001/04/07  16:56:32
57596         Log: Denit.
57597      Branch: perl
57598            ! pod/perldelta.pod
57599 ____________________________________________________________________________
57600 [  9609] By: jhi                                   on 2001/04/07  16:38:32
57601         Log: Retract #9523: needs more thought.
57602      Branch: perl
57603            ! Makefile.SH
57604 ____________________________________________________________________________
57605 [  9608] By: jhi                                   on 2001/04/07  14:59:20
57606         Log: atmark() code cleanaup.
57607      Branch: perl
57608            ! ext/IO/IO.xs
57609 ____________________________________________________________________________
57610 [  9607] By: jhi                                   on 2001/04/07  14:48:14
57611         Log: Integrate change #9605 from maintperl into mainline.
57612              
57613              can't optimize away scope entry if tr/// is present
57614      Branch: perl
57615           !> op.c t/op/tr.t
57616 ____________________________________________________________________________
57617 [  9606] By: jhi                                   on 2001/04/07  14:43:59
57618         Log: Integrate perlio:
57619              
57620              [  9604]
57621              Split out extension finding code from buildext.pl into FindExt.pm
57622              Use it to get Config.pm's idea of available extensions in line
57623              with what is built.
57624              
57625              [  9603]
57626              Cleanup correction for failed :Via() layer, also set an error code.
57627              
57628              [  9602]
57629              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
57630              style. So don't use binmode() on the handles so that Win32 etc. see
57631              same sequence and produce same digests.
57632              
57633              [  9601]
57634              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
57635              Else it complains and so crlf layer (say) does not get pushed.
57636              
57637              [  9599]
57638              Quote $VERSION in Encode.pm.
57639              regen_config_h as requested.
57640      Branch: perl
57641           +> win32/FindExt.pm
57642           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
57643           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
57644 ____________________________________________________________________________
57645 [  9605] By: gsar                                  on 2001/04/07  11:52:40
57646         Log: can't optimize away scope entry if tr/// is present
57647      Branch: maint-5.6/perl
57648            ! op.c t/op/tr.t
57649 ____________________________________________________________________________
57650 [  9604] By: nick                                  on 2001/04/07  11:39:45
57651         Log: Split out extension finding code from buildext.pl into FindExt.pm
57652              Use it to get Config.pm's idea of available extensions in line
57653              with what is built.
57654      Branch: perlio
57655            + win32/FindExt.pm
57656            ! MANIFEST win32/buildext.pl win32/config_sh.PL
57657            ! win32/makefile.mk
57658 ____________________________________________________________________________
57659 [  9603] By: nick                                  on 2001/04/07  09:11:38
57660         Log: Cleanup correction for failed :Via() layer, also set an error code.
57661      Branch: perlio
57662            ! ext/PerlIO/Via/Via.xs
57663 ____________________________________________________________________________
57664 [  9602] By: nick                                  on 2001/04/07  08:38:04
57665         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
57666              style. So don't use binmode() on the handles so that Win32 etc. see
57667              same sequence and produce same digests.
57668      Branch: perlio
57669            ! t/lib/md5-file.t
57670 ____________________________________________________________________________
57671 [  9601] By: nick                                  on 2001/04/07  08:36:26
57672         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
57673              Else it complains and so crlf layer (say) does not get pushed.
57674      Branch: perlio
57675            ! perlio.c
57676 ____________________________________________________________________________
57677 [  9600] By: jhi                                   on 2001/04/06  23:00:09
57678         Log: Integrate change #9599 from perlio into mainline.
57679      Branch: perl
57680           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
57681           !> win32/config_H.vc
57682 ____________________________________________________________________________
57683 [  9599] By: nick                                  on 2001/04/06  21:42:43
57684         Log: Quote $VERSION in Encode.pm.
57685              regen_config_h as requested.
57686      Branch: perlio
57687            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
57688            ! win32/config_H.vc
57689 ____________________________________________________________________________
57690 [  9598] By: nick                                  on 2001/04/06  20:34:59
57691         Log: Integrate mainline
57692      Branch: perlio
57693           +> README.macos
57694           !> (integrate 39 files)
57695 ____________________________________________________________________________
57696 [  9597] By: gsar                                  on 2001/04/06  18:06:35
57697         Log: integrate change#9464 from mainline (addendum to change#8313)
57698              
57699              Subject: [PATCH @9452] Better peep()ing for foreach() loops
57700      Branch: maint-5.6/perl
57701           !> op.c
57702 ____________________________________________________________________________
57703 [  9596] By: jhi                                   on 2001/04/06  17:26:03
57704         Log: The d_casti32=undef is good for you even when not use64bitall.
57705      Branch: perl
57706            ! hints/hpux.sh
57707 ____________________________________________________________________________
57708 [  9595] By: gsar                                  on 2001/04/06  14:57:17
57709         Log: add a low-impact fix to accommodate darwin-ism
57710      Branch: maint-5.6/perl
57711            ! ext/Errno/Errno_pm.PL
57712 ____________________________________________________________________________
57713 [  9594] By: jhi                                   on 2001/04/06  14:55:14
57714         Log: Integrate changes #9528,9593 from mainline into maintperl;
57715              tweaking the editor/IDE/shell list.
57716      Branch: maint-5.6/perl
57717           !> pod/perlfaq3.pod
57718 ____________________________________________________________________________
57719 [  9593] By: jhi                                   on 2001/04/06  14:51:39
57720         Log: Make the editor/IDE/shell list a little bit airier.
57721      Branch: perl
57722            ! pod/perlfaq3.pod
57723 ____________________________________________________________________________
57724 [  9592] By: gsar                                  on 2001/04/06  14:45:18
57725         Log: integrate change#9477 from mainline (base.pm doc tweak)
57726              
57727              missing doc entry for fmod()
57728      Branch: maint-5.6/perl
57729            ! lib/Math/BigFloat.pm
57730           !> lib/base.pm
57731 ____________________________________________________________________________
57732 [  9591] By: jhi                                   on 2001/04/06  13:55:48
57733         Log: Regen toc.
57734      Branch: perl
57735            ! pod/perltoc.pod
57736 ____________________________________________________________________________
57737 [  9590] By: jhi                                   on 2001/04/06  13:54:52
57738         Log: Math::BigFloat patches from John Peacock.  The equivalent
57739              of #9586 from maintperl but reworked by John to work with
57740              the bleadperl.
57741      Branch: perl
57742            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
57743 ____________________________________________________________________________
57744 [  9589] By: jhi                                   on 2001/04/06  13:42:23
57745         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
57746      Branch: perl
57747            ! ext/Digest/MD5/Makefile.PL
57748 ____________________________________________________________________________
57749 [  9588] By: jhi                                   on 2001/04/06  13:31:45
57750         Log: Integrate changes #9584,9587 from maintperl into mainline.
57751              
57752              keep eval"" CVs alive until the end of the statement in which
57753              they're called
57754              
57755              add README.macos (from Chris Nandor)
57756              
57757              tyop in change#9555
57758      Branch: perl
57759           +> README.macos
57760           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
57761           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
57762           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
57763           !> win32/makefile.mk
57764 ____________________________________________________________________________
57765 [  9587] By: gsar                                  on 2001/04/06  07:31:30
57766         Log: add README.macos (from Chris Nandor)
57767              
57768              tyop in change#9555
57769      Branch: maint-5.6/perl
57770            + README.macos
57771            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
57772            ! win32/Makefile win32/makefile.mk
57773 ____________________________________________________________________________
57774 [  9586] By: gsar                                  on 2001/04/06  07:08:54
57775         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
57776      Branch: maint-5.6/perl
57777            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
57778 ____________________________________________________________________________
57779 [  9585] By: gsar                                  on 2001/04/06  06:58:44
57780         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
57781              from mainline
57782              
57783              Subject: [PATCH] Base64 update to perlfaq9.pod
57784              
57785              Subject: [PATCH AUTHORS] Housekeeping
57786              
57787              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
57788              Mac OS X (Darwin) has extra pwent fields.
57789              
57790              Subject: [PATCH B::*] print control-character vars readably
57791              Needs EBCDICification.
57792              
57793              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
57794              
57795              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
57796              
57797              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
57798              
57799              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
57800              
57801              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
57802              
57803              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
57804              
57805              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
57806              
57807              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
57808              
57809              FreeBSD hints tweak from Anton Berezin.
57810              
57811              Subject: [PATCH foolperl & bleadperl] README.vms update
57812              
57813              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
57814      Branch: maint-5.6/perl
57815           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
57816           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
57817           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
57818 ____________________________________________________________________________
57819 [  9584] By: gsar                                  on 2001/04/06  04:09:00
57820         Log: keep eval"" CVs alive until the end of the statement in which
57821              they're called; this avoids a coredump ensuing from search for
57822              lexicals in code such as:
57823              
57824              sub bug {
57825              my $s = @_;
57826              eval q[sub { eval 'sub { &$s }' }];
57827              }
57828              bug("x")->()->();
57829              
57830              this code still doesn't work as intended (as it has remained
57831              since time immemorial), but it doesn't provoke a coredump anymore
57832      Branch: maint-5.6/perl
57833            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57834            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
57835 ____________________________________________________________________________
57836 [  9583] By: jhi                                   on 2001/04/05  23:52:51
57837         Log: Update Changes.
57838      Branch: perl
57839            ! Changes patchlevel.h
57840 ____________________________________________________________________________
57841 [  9582] By: jhi                                   on 2001/04/05  23:11:23
57842         Log: Slight doc tweak.
57843      Branch: perl
57844            ! pod/perlunicode.pod
57845 ____________________________________________________________________________
57846 [  9581] By: jhi                                   on 2001/04/05  23:04:11
57847         Log: Integrate perlio:
57848              
57849              [  9569]
57850              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
57851              
57852              [  9549]
57853              Downgrade "Wide character in print" to a warning.
57854      Branch: perl
57855           !> pod/perlunicode.pod
57856 ____________________________________________________________________________
57857 [  9580] By: jhi                                   on 2001/04/05  23:03:29
57858         Log: Test for #9579.
57859      Branch: perl
57860            ! t/op/do.t
57861 ____________________________________________________________________________
57862 [  9579] By: jhi                                   on 2001/04/05  22:54:17
57863         Log: Subject: [PATCH] Propagate calling context for do '...'
57864              From: Gisle Aas <gisle@ActiveState.com>
57865              Date: 04 Apr 2001 20:17:29 -0700
57866              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
57867      Branch: perl
57868            ! pod/perlfunc.pod pp_ctl.c
57869 ____________________________________________________________________________
57870 [  9578] By: jhi                                   on 2001/04/05  22:52:51
57871         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
57872              From: Peter Prymmer <pvhp@forte.com>
57873              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
57874              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
57875      Branch: perl
57876            ! README.vms
57877 ____________________________________________________________________________
57878 [  9577] By: jhi                                   on 2001/04/05  22:48:22
57879         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
57880              From: "Craig A. Berry" <craigberry@mac.com>
57881              Date: Thu, 5 Apr 2001 13:43:28 -0500
57882              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
57883      Branch: perl
57884            ! README.vms
57885 ____________________________________________________________________________
57886 [  9576] By: jhi                                   on 2001/04/05  22:31:38
57887         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
57888              From: Michael G Schwern <schwern@pobox.com>
57889              Date: Thu, 5 Apr 2001 21:53:21 +0100
57890              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
57891      Branch: perl
57892            ! lib/base.pm t/lib/fields.t
57893 ____________________________________________________________________________
57894 [  9575] By: jhi                                   on 2001/04/05  22:26:10
57895         Log: FreeBSD hints tweak from Anton Berezin.
57896      Branch: perl
57897            ! hints/freebsd.sh
57898 ____________________________________________________________________________
57899 [  9574] By: jhi                                   on 2001/04/05  22:24:03
57900         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
57901              From: David Dyck <dcd@tc.fluke.com>
57902              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
57903              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
57904      Branch: perl
57905            ! t/op/oct.t
57906 ____________________________________________________________________________
57907 [  9573] By: jhi                                   on 2001/04/05  22:23:06
57908         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
57909              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
57910              From: David Dyck <dcd@tc.fluke.com>
57911              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
57912      Branch: perl
57913            ! pp.c
57914 ____________________________________________________________________________
57915 [  9572] By: jhi                                   on 2001/04/05  22:14:47
57916         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
57917              From: Robin Houston <robin@kitsite.com>
57918              Date: Thu, 5 Apr 2001 20:56:48 +0100
57919              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
57920      Branch: perl
57921            ! ext/B/B/Deparse.pm
57922 ____________________________________________________________________________
57923 [  9571] By: jhi                                   on 2001/04/05  22:12:53
57924         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
57925              From: Robin Houston <robin@kitsite.com>
57926              Date: Thu, 5 Apr 2001 19:55:51 +0100
57927              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
57928      Branch: perl
57929            ! ext/B/B/Deparse.pm
57930 ____________________________________________________________________________
57931 [  9570] By: jhi                                   on 2001/04/05  22:11:06
57932         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
57933              From: Robin Houston <robin@kitsite.com>
57934              Date: Thu, 5 Apr 2001 20:16:29 +0100
57935              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
57936      Branch: perl
57937            ! ext/B/B/Deparse.pm
57938 ____________________________________________________________________________
57939 [  9569] By: nick                                  on 2001/04/05  21:32:26
57940         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
57941      Branch: perlio
57942            ! pod/perlunicode.pod
57943 ____________________________________________________________________________
57944 [  9568] By: nick                                  on 2001/04/05  19:38:09
57945         Log: Integrate mainline
57946      Branch: perlio
57947           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
57948           !> (integrate 35 files)
57949 ____________________________________________________________________________
57950 [  9567] By: jhi                                   on 2001/04/05  18:31:45
57951         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
57952              From: Robin Houston <robin@kitsite.com>
57953              Date: Thu, 5 Apr 2001 18:03:23 +0100
57954              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
57955      Branch: perl
57956            ! ext/B/B/Deparse.pm
57957 ____________________________________________________________________________
57958 [  9566] By: jhi                                   on 2001/04/05  18:29:35
57959         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
57960              From: Robin Houston <robin@kitsite.com>
57961              Date: Thu, 5 Apr 2001 16:45:18 +0100
57962              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
57963      Branch: perl
57964            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
57965 ____________________________________________________________________________
57966 [  9565] By: jhi                                   on 2001/04/05  18:24:23
57967         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
57968              From: Robin Houston <robin@kitsite.com>
57969              Date: Thu, 5 Apr 2001 14:50:09 +0100
57970              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
57971      Branch: perl
57972            ! ext/B/B/Deparse.pm
57973 ____________________________________________________________________________
57974 [  9564] By: jhi                                   on 2001/04/05  18:23:03
57975         Log: Subject: [PATCH B::*] print control-character vars readably
57976              From: Robin Houston <robin@kitsite.com>
57977              Date: Thu, 5 Apr 2001 14:27:38 +0100
57978              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
57979              
57980              Needs EBCDICification.
57981      Branch: perl
57982            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
57983            ! ext/B/B/Terse.pm
57984 ____________________________________________________________________________
57985 [  9563] By: jhi                                   on 2001/04/05  18:20:32
57986         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
57987              Date: Thu, 5 Apr 2001 13:21:42 -0400
57988              From: Paul Schinder <schinder@pobox.com>
57989              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
57990              
57991              Mac OS X (Darwin) has extra pwent fields.
57992      Branch: perl
57993            ! t/op/pwent.t
57994 ____________________________________________________________________________
57995 [  9562] By: jhi                                   on 2001/04/05  17:57:51
57996         Log: Regen toc.
57997      Branch: perl
57998            ! pod/perltoc.pod
57999 ____________________________________________________________________________
58000 [  9561] By: jhi                                   on 2001/04/05  17:47:33
58001         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
58002      Branch: metaconfig
58003            ! U/Glossary.patch
58004      Branch: metaconfig/U/perl
58005            + d_u32align.U
58006            ! d_cmsghdr_s.U d_msghdr_s.U
58007 ____________________________________________________________________________
58008 [  9560] By: jhi                                   on 2001/04/05  17:47:01
58009         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
58010              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
58011              Introduce probes for struct msghdr, struct cmsghdr,
58012              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
58013              ualarm, usleep, for possible later extension work.
58014      Branch: perl
58015            + t/lib/md5-align.t
58016            ! Configure MANIFEST Porting/Glossary Porting/config.sh
58017            ! Porting/config_H config_h.SH configure.com epoc/config.sh
58018            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
58019            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58020            ! vos/config.ga.h win32/config.bc win32/config.gc
58021            ! win32/config.vc
58022 ____________________________________________________________________________
58023 [  9559] By: jhi                                   on 2001/04/05  13:03:04
58024         Log: Be traditional in your cpp (for the Errno extension).
58025      Branch: perl
58026            ! hints/darwin.sh
58027 ____________________________________________________________________________
58028 [  9558] By: jhi                                   on 2001/04/05  13:00:05
58029         Log: Add $Config{cppflags} to the gcc incantation.
58030      Branch: perl
58031            ! ext/Errno/Errno_pm.PL
58032 ____________________________________________________________________________
58033 [  9557] By: jhi                                   on 2001/04/05  04:22:39
58034         Log: Introduce Sean Burke's Class::ISA 0.32.
58035      Branch: perl
58036            + lib/Class/ISA.pm t/lib/class-isa.t
58037            ! MANIFEST
58038 ____________________________________________________________________________
58039 [  9556] By: jhi                                   on 2001/04/05  04:09:50
58040         Log: Subject: [PATCH AUTHORS] Housekeeping
58041              From: Paul Johnson <paul@pjcj.net> 
58042              Date: Wed, 4 Apr 2001 22:45:47 +0200
58043              Message-ID: <20010404224547.D9548@pjcj.net>
58044      Branch: perl
58045            ! AUTHORS
58046 ____________________________________________________________________________
58047 [  9555] By: jhi                                   on 2001/04/05  04:06:33
58048         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
58049              From: Gisle Aas <gisle@ActiveState.com>
58050              Date: 04 Apr 2001 14:23:04 -0700
58051              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
58052      Branch: perl
58053            ! pod/perlfaq9.pod
58054 ____________________________________________________________________________
58055 [  9554] By: jhi                                   on 2001/04/05  04:05:49
58056         Log: Downgrade also the "Wide character" diagnostic.
58057      Branch: perl
58058            ! pod/perldiag.pod
58059 ____________________________________________________________________________
58060 [  9553] By: jhi                                   on 2001/04/05  04:00:33
58061         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
58062              maintperl into mainline.
58063              
58064              "double" should be "NV"; standard typemap is missing entry
58065              for NV
58066              
58067              s/djSP/dSP/
58068              
58069              Downgrade "Wide character in print" to a warning.
58070              
58071              B::Deparse fix for ${^FOO} and documentation for PVX() method
58072              (from Robin Houston)
58073              
58074              tr/// doesn't null-terminate the result in some situations
58075              (from Gisle Aas)
58076      Branch: perl
58077           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
58078           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
58079           !> t/io/utf8.t t/op/tr.t
58080 ____________________________________________________________________________
58081 [  9552] By: jhi                                   on 2001/04/05  03:52:50
58082         Log: Retract changes #9542 and #9538 (from maintperl, integrated
58083              at #9540), shouldn't be needed because of the perlio changes.
58084      Branch: perl
58085            ! util.c
58086 ____________________________________________________________________________
58087 [  9551] By: gsar                                  on 2001/04/05  00:18:34
58088         Log: tr/// doesn't null-terminate the result in some situations
58089              (from Gisle Aas)
58090      Branch: maint-5.6/perl
58091            ! doop.c t/op/tr.t
58092 ____________________________________________________________________________
58093 [  9550] By: gsar                                  on 2001/04/04  20:04:17
58094         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
58095              (from Robin Houston)
58096      Branch: maint-5.6/perl
58097            ! ext/B/B.pm ext/B/B/Deparse.pm
58098 ____________________________________________________________________________
58099 [  9549] By: nick                                  on 2001/04/04  18:56:15
58100         Log: Downgrade "Wide character in print" to a warning.
58101      Branch: perlio
58102            ! doio.c t/io/utf8.t
58103 ____________________________________________________________________________
58104 [  9548] By: gsar                                  on 2001/04/04  18:51:49
58105         Log: integrate changes#9460,9462,9482,9521,9522
58106              
58107              Subject: PATCH: B::Debug should show LOOP-specific fields
58108              
58109              Subject: B::Deparse precedence bug. (Patch included.)
58110              
58111              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
58112              
58113              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
58114              
58115              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
58116      Branch: maint-5.6/perl
58117           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
58118           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
58119 ____________________________________________________________________________
58120 [  9547] By: gsar                                  on 2001/04/04  18:49:16
58121         Log: s/djSP/dSP/
58122      Branch: maint-5.6/perl
58123            ! ext/Thread/Thread.xs
58124 ____________________________________________________________________________
58125 [  9546] By: nick                                  on 2001/04/04  18:44:00
58126         Log: Integrate mainline.
58127      Branch: perlio
58128           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
58129           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
58130 ____________________________________________________________________________
58131 [  9545] By: gsar                                  on 2001/04/04  18:38:52
58132         Log: integrate change#8837 from mainline
58133              
58134              Subject: [patch] -Wall cleanup round 2
58135      Branch: maint-5.6/perl
58136           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
58137           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
58138           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
58139           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
58140           !> ext/SDBM_File/SDBM_File.xs
58141 ____________________________________________________________________________
58142 [  9544] By: gsar                                  on 2001/04/04  17:49:57
58143         Log: "double" should be "NV"; standard typemap is missing entry
58144              for NV
58145      Branch: maint-5.6/perl
58146            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
58147 ____________________________________________________________________________
58148 [  9543] By: jhi                                   on 2001/04/04  14:13:18
58149         Log: Thou shalt not (just) match for English error messages.
58150      Branch: perl
58151            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
58152            ! os2/OS2/Process/Process.pm
58153 ____________________________________________________________________________
58154 [  9542] By: jhi                                   on 2001/04/04  13:20:39
58155         Log: Make the stdio tricks of fflush_all() to exist only if
58156              stdio is being used.
58157      Branch: perl
58158            ! util.c
58159 ____________________________________________________________________________
58160 [  9541] By: jhi                                   on 2001/04/04  04:20:24
58161         Log: Subject: Re: [PATCH] Lighten up glob
58162              From: Benjamin Sugars <bsugars@canoe.ca>
58163              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
58164              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
58165      Branch: perl
58166            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
58167            ! util.c
58168 ____________________________________________________________________________
58169 [  9540] By: jhi                                   on 2001/04/04  04:03:57
58170         Log: Integrate changes #9538,9539 from maintperl into mainline.
58171              
58172              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
58173              for use with _fwalk() (fix for change#7705)
58174              
58175              another tweak needed for SunOS 4.1.x build (from Mike Guy)
58176              (cp -f is not portable)
58177      Branch: perl
58178           !> Makefile.SH util.c
58179 ____________________________________________________________________________
58180 [  9539] By: gsar                                  on 2001/04/04  03:01:14
58181         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
58182      Branch: maint-5.6/perl
58183            ! Makefile.SH
58184 ____________________________________________________________________________
58185 [  9538] By: gsar                                  on 2001/04/04  01:00:38
58186         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
58187              for use with _fwalk() (fix for change#7705)
58188      Branch: maint-5.6/perl
58189            ! util.c
58190 ____________________________________________________________________________
58191 [  9537] By: nick                                  on 2001/04/03  19:24:55
58192         Log: Integrate mainline
58193      Branch: perlio
58194           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
58195           +> lib/unicode/PropList.html
58196            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
58197           !> (integrate 69 files)
58198 ____________________________________________________________________________
58199 [  9536] By: jhi                                   on 2001/04/03  18:02:31
58200         Log: Integrate change #9533 from maintperl into mainline.
58201              
58202              better fix for change#9517 to accomodate UNC paths like
58203              \\server\share\foo, and paths with trailing backslash
58204              like c:\this\
58205      Branch: perl
58206           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
58207 ____________________________________________________________________________
58208 [  9535] By: jhi                                   on 2001/04/03  17:58:07
58209         Log: Change the push/unshift warning to be of class syntax, not misc.
58210      Branch: perl
58211            ! op.c pod/perldiag.pod t/pragma/warn/op
58212 ____________________________________________________________________________
58213 [  9534] By: jhi                                   on 2001/04/03  15:03:46
58214         Log: Change the push/unshift warning (#9532) to talk about "no values"
58215              instead of "no arguments".
58216      Branch: perl
58217            ! op.c pod/perldiag.pod t/pragma/warn/op
58218 ____________________________________________________________________________
58219 [  9533] By: gsar                                  on 2001/04/03  14:30:07
58220         Log: better fix for change#9517 to accomodate UNC paths like
58221              \\server\share\foo, and paths with trailing backslash
58222              like c:\this\
58223      Branch: maint-5.6/perl
58224            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
58225 ____________________________________________________________________________
58226 [  9532] By: jhi                                   on 2001/04/03  13:11:46
58227         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
58228              From: Robin Houston <robin@kitsite.com>
58229              Date: Mon, 2 Apr 2001 15:03:29 +0100
58230              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
58231      Branch: perl
58232            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
58233 ____________________________________________________________________________
58234 [  9531] By: jhi                                   on 2001/04/03  13:06:34
58235         Log: Integrate change #9530 from maintperl into mainline.
58236              
58237              accomodate VMS "mailbox overflow" quirk in testsuite (from
58238              Craig Berry)
58239      Branch: perl
58240           !> t/lib/socket.t
58241 ____________________________________________________________________________
58242 [  9530] By: gsar                                  on 2001/04/03  04:56:41
58243         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
58244              Craig Berry)
58245      Branch: maint-5.6/perl
58246            ! t/lib/socket.t
58247 ____________________________________________________________________________
58248 [  9529] By: jhi                                   on 2001/04/03  02:34:34
58249         Log: Update Changes.
58250      Branch: perl
58251            ! Changes patchlevel.h
58252 ____________________________________________________________________________
58253 [  9528] By: jhi                                   on 2001/04/03  01:27:57
58254         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
58255              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
58256              To: perl5-porters@perl.org
58257              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
58258      Branch: perl
58259            ! pod/perlfaq3.pod
58260 ____________________________________________________________________________
58261 [  9527] By: jhi                                   on 2001/04/03  01:22:09
58262         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
58263              From: Peter Prymmer <pvhp@forte.com>
58264              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
58265              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
58266      Branch: perl
58267            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
58268 ____________________________________________________________________________
58269 [  9526] By: jhi                                   on 2001/04/03  01:18:25
58270         Log: The metaconfig unit changes for #9525.
58271      Branch: metaconfig
58272            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
58273      Branch: metaconfig/U/perl
58274            ! use64bits.U
58275 ____________________________________________________________________________
58276 [  9525] By: jhi                                   on 2001/04/03  01:17:30
58277         Log: Configure sanity checks:
58278              * if use64bitall is attempted but pointers are only 32-bit,
58279              'downgrade' to use64bitint
58280              * if use64bitint is attempted but there's no quad type,
58281              forget about use64bitint (well, the default for it is 'n',
58282              the user can still override this)
58283              * if pointers are 64 bits, do not try to use Perl's malloc
58284      Branch: perl
58285            ! Configure
58286 ____________________________________________________________________________
58287 [  9524] By: gsar                                  on 2001/04/03  01:09:12
58288         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
58289      Branch: maint-5.6/perl
58290            ! pp_sys.c
58291 ____________________________________________________________________________
58292 [  9523] By: jhi                                   on 2001/04/03  00:02:31
58293         Log: (Retracted by #9609)
58294              
58295              Make it harder for parallel makes to enter 'test' before
58296              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
58297              should be unhappy enough, but sometimes parallel makes seem
58298              to sneak past both in Tru64 and AIX.)
58299      Branch: perl
58300            ! Makefile.SH
58301 ____________________________________________________________________________
58302 [  9522] By: jhi                                   on 2001/04/02  22:35:31
58303         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
58304              Date: Mon, 2 Apr 2001 22:54:10 +0100
58305              From: Robin Houston <robin@kitsite.com>
58306              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
58307      Branch: perl
58308            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
58309 ____________________________________________________________________________
58310 [  9521] By: jhi                                   on 2001/04/02  22:32:23
58311         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
58312              From: Robin Houston <robin@kitsite.com>
58313              Date: Mon, 2 Apr 2001 20:24:03 +0100
58314              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
58315      Branch: perl
58316            ! ext/B/B/Concise.pm
58317 ____________________________________________________________________________
58318 [  9520] By: jhi                                   on 2001/04/02  22:30:43
58319         Log: Subject: [PATCH] REALLY pedantic hv.h nit
58320              From: Simon Cozens <simon@netthink.co.uk>
58321              Date: Mon, 2 Apr 2001 15:43:06 +0100
58322              Message-ID: <20010402154306.A21711@netthink.co.uk>
58323      Branch: perl
58324            ! hv.h
58325 ____________________________________________________________________________
58326 [  9519] By: jhi                                   on 2001/04/02  22:28:04
58327         Log: Based on
58328              
58329              Subject: [foolperl] EPOC fix
58330              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58331              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
58332              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
58333      Branch: perl
58334            ! pp_sys.c
58335 ____________________________________________________________________________
58336 [  9518] By: jhi                                   on 2001/04/02  22:22:34
58337         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
58338              
58339              README.win32 tweaks; add a note about alternative location for
58340              getting a gcc-2.95.2 that will build perl properly on windows
58341              
58342              add some notes about gutsy threading matters
58343              
58344              many of the utilities interpolate literal paths within doublequotes
58345              (fails on dosish platforms where path contains backslashes)
58346      Branch: perl
58347           !> README.win32 pod/perlguts.pod utils/perldoc.PL
58348           !> x2p/find2perl.PL x2p/s2p.PL
58349 ____________________________________________________________________________
58350 [  9517] By: gsar                                  on 2001/04/02  19:52:21
58351         Log: many of the utilities interpolate literal paths within doublequotes
58352              (fails on dosish platforms where path contains backslashes)
58353      Branch: maint-5.6/perl
58354            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
58355 ____________________________________________________________________________
58356 [  9516] By: gsar                                  on 2001/04/02  05:49:37
58357         Log: a foolish release
58358      Branch: maint-5.6/perl
58359            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58360            ! pod/perltoc.pod
58361 ____________________________________________________________________________
58362 [  9515] By: gsar                                  on 2001/04/02  05:04:29
58363         Log: add missing changelog summaries
58364      Branch: maint-5.6/perl
58365            ! Changes
58366 ____________________________________________________________________________
58367 [  9514] By: gsar                                  on 2001/04/02  04:07:13
58368         Log: add some notes about gutsy threading matters
58369      Branch: maint-5.6/perl
58370            ! pod/perlguts.pod
58371 ____________________________________________________________________________
58372 [  9513] By: gsar                                  on 2001/04/02  03:25:21
58373         Log: add more prominent caveat notices about experimental features
58374      Branch: maint-5.6/perl
58375            ! pod/perlfork.pod pod/perlunicode.pod
58376 ____________________________________________________________________________
58377 [  9512] By: gsar                                  on 2001/04/02  02:54:33
58378         Log: integrate changes#9479,9509 from mainline
58379              
58380              [PATCH] File::Glob stuff for Mac OS
58381              
58382              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
58383      Branch: maint-5.6/perl
58384           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58385           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
58386           !> t/lib/glob-taint.t
58387 ____________________________________________________________________________
58388 [  9511] By: gsar                                  on 2001/04/02  02:38:24
58389         Log: README.win32 tweaks; add a note about alternative location for
58390              getting a gcc-2.95.2 that will build perl properly on windows
58391      Branch: maint-5.6/perl
58392            ! README.win32
58393 ____________________________________________________________________________
58394 [  9510] By: jhi                                   on 2001/04/01  20:45:10
58395         Log: An ambiguousity warning.
58396      Branch: perl
58397            ! t/lib/trig.t
58398 ____________________________________________________________________________
58399 [  9509] By: jhi                                   on 2001/04/01  19:53:47
58400         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
58401              From: Jonathan Stowe <gellyfish@gellyfish.com>
58402              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
58403              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
58404      Branch: perl
58405            ! ext/File/Glob/bsd_glob.c
58406 ____________________________________________________________________________
58407 [  9508] By: jhi                                   on 2001/04/01  19:35:03
58408         Log: Update Changes.
58409      Branch: perl
58410            ! Changes patchlevel.h
58411 ____________________________________________________________________________
58412 [  9507] By: jhi                                   on 2001/04/01  19:24:01
58413         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
58414              from mainline to maintperl: pod tweaks.
58415      Branch: maint-5.6/perl
58416           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
58417           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
58418           !> pod/perlvar.pod
58419 ____________________________________________________________________________
58420 [  9506] By: jhi                                   on 2001/04/01  19:11:53
58421         Log: Commit Sarathy to April release of 5.6.1 :-)
58422      Branch: perl
58423            ! pod/perlfaq1.pod
58424 ____________________________________________________________________________
58425 [  9505] By: jhi                                   on 2001/04/01  19:03:15
58426         Log: Subject: PATCH 5.6.0 (perldebug.pod)
58427              From: Mark-Jason Dominus <mjd@plover.com>
58428              Date: Sun, 01 Apr 2001 14:25:11 -0400
58429              Message-ID: <20010401182511.9247.qmail@plover.com>
58430      Branch: perl
58431            ! pod/perldebug.pod
58432 ____________________________________________________________________________
58433 [  9504] By: jhi                                   on 2001/04/01  18:43:09
58434         Log: Add great_circle_direction().
58435      Branch: perl
58436            ! lib/Math/Trig.pm t/lib/trig.t
58437 ____________________________________________________________________________
58438 [  9503] By: jhi                                   on 2001/04/01  17:29:12
58439         Log: Unicode ReadMe update for Unicode 3.1.
58440      Branch: perl
58441            ! lib/unicode/ReadMe.txt
58442 ____________________________________________________________________________
58443 [  9502] By: jhi                                   on 2001/04/01  17:18:40
58444         Log: Integrate change #9501 from maintperl into mainline.
58445              
58446              fix the perlembed notes on multiple interpreters
58447              
58448              fix ExtUtils::Embed to work passably on Windows
58449      Branch: perl
58450           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
58451 ____________________________________________________________________________
58452 [  9501] By: gsar                                  on 2001/04/01  07:21:57
58453         Log: fix the perlembed notes on multiple interpreters
58454              
58455              fix ExtUtils::Embed to work passably on Windows
58456      Branch: maint-5.6/perl
58457            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
58458 ____________________________________________________________________________
58459 [  9500] By: jhi                                   on 2001/04/01  05:58:23
58460         Log: Test for #9499.
58461      Branch: perl
58462            ! t/op/tr.t
58463 ____________________________________________________________________________
58464 [  9499] By: jhi                                   on 2001/04/01  05:55:46
58465         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
58466      Branch: perl
58467            ! embed.h embed.pl op.c proto.h
58468 ____________________________________________________________________________
58469 [  9498] By: jhi                                   on 2001/04/01  05:44:34
58470         Log: Protect the workaround hunk more.
58471      Branch: perl
58472            ! toke.c
58473 ____________________________________________________________________________
58474 [  9497] By: jhi                                   on 2001/04/01  00:24:25
58475         Log: Integrate changes #9493,9494,9495,9496 from maintperl
58476              into mainline.
58477              
58478              fix a broken workaround for Borland compiler in change#4739
58479              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
58480              
58481              nits spotted by Borland compiler
58482              
58483              avoid redefinition warnings under Borland 5.02
58484              
58485              various nits identified by the Borland 5.5 compiler; remove suppression
58486              of a few warnings
58487      Branch: perl
58488           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
58489           !> win32/win32.h
58490 ____________________________________________________________________________
58491 [  9496] By: gsar                                  on 2001/03/31  23:22:28
58492         Log: various nits identified by the Borland 5.5 compiler; remove suppression
58493              of a few warnings
58494      Branch: maint-5.6/perl
58495            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
58496 ____________________________________________________________________________
58497 [  9495] By: gsar                                  on 2001/03/31  21:03:08
58498         Log: avoid redefinition warnings under Borland 5.02
58499      Branch: maint-5.6/perl
58500            ! win32/makefile.mk
58501 ____________________________________________________________________________
58502 [  9494] By: gsar                                  on 2001/03/31  20:18:59
58503         Log: nits spotted by Borland compiler
58504      Branch: maint-5.6/perl
58505            ! utf8.h win32/win32.h
58506 ____________________________________________________________________________
58507 [  9493] By: gsar                                  on 2001/03/31  20:18:05
58508         Log: fix a broken workaround for Borland compiler in change#4739
58509              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
58510      Branch: maint-5.6/perl
58511            ! toke.c
58512 ____________________________________________________________________________
58513 [  9492] By: jhi                                   on 2001/03/31  18:36:24
58514         Log: Integrate change #9491 from maintperl into mainline.
58515              
58516              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
58517              directory is relative (need to fetch the full path name *before*
58518              the chdir!)
58519      Branch: perl
58520           !> lib/Cwd.pm
58521 ____________________________________________________________________________
58522 [  9491] By: gsar                                  on 2001/03/31  17:01:56
58523         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
58524              directory is relative (need to fetch the full path name *before*
58525              the chdir!)
58526              
58527              this is a followup patch for change#6749
58528      Branch: maint-5.6/perl
58529            ! lib/Cwd.pm
58530 ____________________________________________________________________________
58531 [  9490] By: jhi                                   on 2001/03/31  15:50:18
58532         Log: Subject: Re: [PATCH] av.h cosmetics
58533              From: Simon Cozens <simon@netthink.co.uk>
58534              Date: Sat, 31 Mar 2001 13:09:59 +0100
58535              Message-ID: <20010331130959.A22000@netthink.co.uk>
58536              
58537              Document AvALLOC.
58538      Branch: perl
58539            ! pod/perlguts.pod
58540 ____________________________________________________________________________
58541 [  9489] By: jhi                                   on 2001/03/31  15:48:44
58542         Log: Subject: [PATCH] Re: Math::Big* v1.21
58543              From: Tels <perl_dummy@bloodgate.com>
58544              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
58545              Message-Id: <200103311125.GAA377738@www08.hway.net>
58546      Branch: perl
58547            ! pod/perlop.pod
58548 ____________________________________________________________________________
58549 [  9488] By: jhi                                   on 2001/03/31  03:39:51
58550         Log: Debug output tweak.
58551      Branch: perl
58552            ! t/lib/cwd.t
58553 ____________________________________________________________________________
58554 [  9487] By: jhi                                   on 2001/03/31  03:33:02
58555         Log: OverVMSification.
58556      Branch: perl
58557            ! t/lib/cwd.t
58558 ____________________________________________________________________________
58559 [  9486] By: jhi                                   on 2001/03/31  03:01:40
58560         Log: Missed MANIFESTations in #9483.
58561      Branch: perl
58562            ! MANIFEST
58563 ____________________________________________________________________________
58564 [  9485] By: jhi                                   on 2001/03/31  02:58:17
58565         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
58566              From: Peter Prymmer <pvhp@forte.com>
58567              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
58568              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
58569      Branch: perl
58570            ! regexec.c t/lib/cwd.t
58571 ____________________________________________________________________________
58572 [  9484] By: jhi                                   on 2001/03/31  01:04:41
58573         Log: Obsolete file (see #3938)
58574      Branch: perl
58575            - lib/unicode/README.Ethiopic
58576            ! MANIFEST
58577 ____________________________________________________________________________
58578 [  9483] By: jhi                                   on 2001/03/31  00:52:42
58579         Log: Update to Unicode 3.1.
58580              (Rename Names.txt to NamesList.txt.)
58581      Branch: perl
58582            + lib/unicode/NamesList.txt lib/unicode/PropList.html
58583            - lib/unicode/Names.txt
58584            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
58585            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
58586            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
58587            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
58588            ! lib/unicode/UCD.html lib/unicode/Unicode.html
58589            ! lib/unicode/rename lib/unicode/version
58590 ____________________________________________________________________________
58591 [  9482] By: jhi                                   on 2001/03/30  23:33:44
58592         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
58593              From: Robin Houston <robin@kitsite.com>
58594              Date: Fri, 30 Mar 2001 20:07:22 +0100
58595              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
58596      Branch: perl
58597            ! ext/B/B/Deparse.pm
58598 ____________________________________________________________________________
58599 [  9481] By: jhi                                   on 2001/03/30  23:20:25
58600         Log: Subject: Re: [PATCH] CwdXS, Take 2
58601              From: Benjamin Sugars <bsugars@canoe.ca>
58602              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
58603              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
58604      Branch: perl
58605            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
58606            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
58607 ____________________________________________________________________________
58608 [  9480] By: jhi                                   on 2001/03/30  22:52:38
58609         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
58610              From: David Dyck <dcd@tc.fluke.com>
58611              Date: Fri, 30 Mar 2001 14:44:13 -0800
58612              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
58613              
58614              The t/rantests flags file creation was accidentally
58615              removed by #9217.
58616      Branch: perl
58617            ! Makefile.SH
58618 ____________________________________________________________________________
58619 [  9479] By: jhi                                   on 2001/03/30  22:45:45
58620         Log: Subject: [PATCH] File::Glob stuff for Mac OS
58621              From: Chris Nandor <pudge@pobox.com>
58622              Date: Fri, 30 Mar 2001 16:51:00 -0500
58623              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
58624      Branch: perl
58625            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58626            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
58627            ! t/lib/glob-taint.t
58628 ____________________________________________________________________________
58629 [  9478] By: jhi                                   on 2001/03/30  22:43:12
58630         Log: Subject: fix for win32/buildext.pl
58631              From: "Vadim Konovalov" <watman@inbox.ru>
58632              Date: Sat, 31 Mar 2001 00:50:36 +0400
58633              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
58634      Branch: perl
58635            ! win32/buildext.pl
58636 ____________________________________________________________________________
58637 [  9477] By: jhi                                   on 2001/03/30  22:41:16
58638         Log: Subject: small base.pm doc patch
58639              From: Leon Brocard <acme@astray.com>
58640              Date: Fri, 30 Mar 2001 21:49:57 +0100
58641              Message-ID: <20010330214957.B8733@ns0.astray.com>
58642      Branch: perl
58643            ! lib/base.pm
58644 ____________________________________________________________________________
58645 [  9476] By: jhi                                   on 2001/03/30  18:16:57
58646         Log: Subject: [PATCH] av.h cosmetics
58647              From: Simon Cozens <simon@netthink.co.uk>
58648              Date: Fri, 30 Mar 2001 18:12:28 +0100
58649              Message-ID: <20010330181228.A9319@netthink.co.uk>
58650      Branch: perl
58651            ! av.h
58652 ____________________________________________________________________________
58653 [  9475] By: jhi                                   on 2001/03/30  18:15:50
58654         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
58655              From: "Philip Newton" <pnewton@gmx.de>
58656              Date: Fri, 30 Mar 2001 19:06:57 +0200
58657              Message-ID: <3AC4D951.14815.1AC7068@localhost>
58658      Branch: perl
58659            ! pod/perlhack.pod
58660 ____________________________________________________________________________
58661 [  9474] By: jhi                                   on 2001/03/30  18:14:02
58662         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
58663              From: Benjamin Sugars <bsugars@canoe.ca>
58664              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
58665              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
58666      Branch: perl
58667            ! t/lib/glob-basic.t
58668 ____________________________________________________________________________
58669 [  9473] By: jhi                                   on 2001/03/30  16:09:24
58670         Log: Update Changes.
58671      Branch: perl
58672            ! Changes patchlevel.h
58673 ____________________________________________________________________________
58674 [  9472] By: jhi                                   on 2001/03/30  15:16:08
58675         Log: Integrate perlio:
58676              
58677              [  9471]
58678              Should be (^O eq 'MSWin32') not 'Win32'
58679              Fail #12 seems real - chdir is in wrong dir.
58680              
58681              [  9467]
58682              Skip order test of glob if case-ignoring system cannot 
58683              create a.test and A.test
58684      Branch: perl
58685           !> t/lib/cwd.t t/lib/glob-basic.t
58686 ____________________________________________________________________________
58687 [  9471] By: nick                                  on 2001/03/30  14:47:10
58688         Log: Should be (^O eq 'MSWin32') not 'Win32'
58689              Fail #12 seems real - chdir is in wrong dir.
58690      Branch: perlio
58691            ! t/lib/cwd.t
58692 ____________________________________________________________________________
58693 [  9470] By: jhi                                   on 2001/03/30  14:41:11
58694         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58695              From: Radu Greab <radu@netsoft.ro>
58696              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
58697              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
58698              
58699              Replace #9352.
58700      Branch: perl
58701            ! ext/Socket/Socket.xs pp_sys.c
58702 ____________________________________________________________________________
58703 [  9469] By: jhi                                   on 2001/03/30  14:37:51
58704         Log: Subject: PATCH pod/perldiag.pod
58705              From: Robin Houston <robin@kitsite.com>
58706              Date: Fri, 30 Mar 2001 14:10:36 +0100
58707              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
58708      Branch: perl
58709            ! pod/perldiag.pod t/lib/glob-basic.t
58710 ____________________________________________________________________________
58711 [  9468] By: jhi                                   on 2001/03/30  14:36:36
58712         Log: Subject: Better diagnostic in io/fs.t
58713              From: andreas.koenig@anima.de (Andreas J. Koenig)
58714              Date: 30 Mar 2001 10:11:43 +0200
58715              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
58716      Branch: perl
58717            ! t/io/fs.t
58718 ____________________________________________________________________________
58719 [  9467] By: nick                                  on 2001/03/30  14:25:43
58720         Log: Skip order test of glob if case-ignoring system cannot 
58721              create a.test and A.test
58722      Branch: perlio
58723            ! t/lib/glob-basic.t
58724 ____________________________________________________________________________
58725 [  9466] By: nick                                  on 2001/03/30  13:03:12
58726         Log: Integrate mainline.
58727      Branch: perlio
58728            - ext/re/hints/aix.pl
58729           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
58730           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
58731           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
58732           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
58733 ____________________________________________________________________________
58734 [  9465] By: jhi                                   on 2001/03/30  03:53:37
58735         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
58736              the tests sometimes hang, sometimes not.)
58737      Branch: perl
58738            ! t/lib/io_multihomed.t t/lib/io_sock.t
58739 ____________________________________________________________________________
58740 [  9464] By: jhi                                   on 2001/03/30  02:56:04
58741         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
58742              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58743              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
58744              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
58745      Branch: perl
58746            ! op.c
58747 ____________________________________________________________________________
58748 [  9463] By: jhi                                   on 2001/03/30  02:34:48
58749         Log: Test for #9462.
58750      Branch: perl
58751            ! t/lib/b.t
58752 ____________________________________________________________________________
58753 [  9462] By: jhi                                   on 2001/03/30  02:29:37
58754         Log: Subject: B::Deparse precedence bug. (Patch included.)
58755              From: Jeremy Madea <jmadea@inktomi.com>
58756              Date: Thu, 29 Mar 2001 12:05:02 -0800
58757              Message-ID: <20010329120502.A24881@dr.inktomi.com>
58758      Branch: perl
58759            ! ext/B/B/Deparse.pm
58760 ____________________________________________________________________________
58761 [  9461] By: jhi                                   on 2001/03/30  02:18:41
58762         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
58763              From: Peter Prymmer <pvhp@forte.com>
58764              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
58765              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
58766      Branch: perl
58767            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
58768            ! t/lib/md5-file.t
58769 ____________________________________________________________________________
58770 [  9460] By: jhi                                   on 2001/03/30  02:17:07
58771         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
58772              From: Robin Houston <robin@kitsite.com>
58773              Date: Thu, 29 Mar 2001 20:47:56 +0100
58774              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
58775      Branch: perl
58776            ! ext/B/B/Debug.pm
58777 ____________________________________________________________________________
58778 [  9459] By: jhi                                   on 2001/03/30  02:16:05
58779         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
58780              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
58781              Date: Wed, 28 Mar 2001 18:02:20 -0600
58782              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
58783      Branch: perl
58784            ! lib/ExtUtils/MM_VMS.pm
58785 ____________________________________________________________________________
58786 [  9458] By: jhi                                   on 2001/03/30  02:07:58
58787         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
58788              From: "Joshua E. Rodd" <jrodd@pbs.org>
58789              Date: Wed, 28 Mar 2001 17:29:12 -0500
58790              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
58791      Branch: perl
58792            ! pod/perlop.pod
58793 ____________________________________________________________________________
58794 [  9457] By: jhi                                   on 2001/03/30  02:04:33
58795         Log: Subject: ext/re/aix.pl can go
58796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58797              Date: Thu, 29 Mar 2001 12:03:28 +0200
58798              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
58799      Branch: perl
58800            - ext/re/hints/aix.pl
58801            ! MANIFEST
58802 ____________________________________________________________________________
58803 [  9456] By: jhi                                   on 2001/03/30  02:03:32
58804         Log: Integrate perlio:
58805              
58806              [  9455]
58807              DLL name has changed so installperl needs to know
58808              (Why isn't it working it out or passed it?)
58809              
58810              [  9454]
58811              Change Encode's check arguments to 'bool' so SvTRUE gets used
58812              and we don't get undef warnings.
58813      Branch: perl
58814           !> ext/Encode/Encode.xs installperl
58815 ____________________________________________________________________________
58816 [  9455] By: nick                                  on 2001/03/29  21:11:46
58817         Log: DLL name has changed so installperl needs to know
58818              (Why isn't it working it out or passed it?)
58819      Branch: perlio
58820            ! installperl
58821 ____________________________________________________________________________
58822 [  9454] By: nick                                  on 2001/03/29  20:56:12
58823         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
58824              and we don't get undef warnings.
58825      Branch: perlio
58826            ! ext/Encode/Encode.xs
58827 ____________________________________________________________________________
58828 [  9453] By: nick                                  on 2001/03/29  17:58:48
58829         Log: Integrate mainline
58830      Branch: perlio
58831           !> Changes patchlevel.h
58832 ____________________________________________________________________________
58833 [  9452] By: jhi                                   on 2001/03/29  16:44:55
58834         Log: Update Changes.
58835      Branch: perl
58836            ! Changes patchlevel.h
58837 ____________________________________________________________________________
58838 [  9451] By: nick                                  on 2001/03/29  16:31:38
58839         Log: Integrate mainline
58840      Branch: perlio
58841           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
58842           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
58843           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
58844           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
58845           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
58846 ____________________________________________________________________________
58847 [  9450] By: jhi                                   on 2001/03/29  16:29:17
58848         Log: Integrate perlio:
58849              
58850              [  9448]
58851              Make sure buildext.pl finds Errno.pm
58852      Branch: perl
58853           !> win32/buildext.pl
58854 ____________________________________________________________________________
58855 [  9449] By: jhi                                   on 2001/03/29  15:50:01
58856         Log: Update Changes.
58857      Branch: perl
58858            ! Changes patchlevel.h
58859 ____________________________________________________________________________
58860 [  9448] By: nick                                  on 2001/03/29  15:47:15
58861         Log: Make sure buildext.pl finds Errno.pm
58862      Branch: perlio
58863            ! win32/buildext.pl
58864 ____________________________________________________________________________
58865 [  9447] By: jhi                                   on 2001/03/29  15:39:34
58866         Log: Integrate perlio:
58867              
58868              [  9445]
58869              Fix breakage ... 
58870      Branch: perl
58871           !> win32/makefile.mk
58872 ____________________________________________________________________________
58873 [  9446] By: nick                                  on 2001/03/29  15:30:03
58874         Log: Integrate win32/makefile.mk with mainline.
58875      Branch: perlio
58876           !> win32/makefile.mk
58877 ____________________________________________________________________________
58878 [  9445] By: nick                                  on 2001/03/29  15:27:32
58879         Log: Fix breakage ... 
58880      Branch: perlio
58881            ! win32/makefile.mk
58882 ____________________________________________________________________________
58883 [  9444] By: jhi                                   on 2001/03/29  15:03:08
58884         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
58885              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
58886              Date: Thu, 29 Mar 2001 10:32:59 +0400
58887              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
58888      Branch: perl
58889            ! win32/makefile.mk
58890 ____________________________________________________________________________
58891 [  9443] By: jhi                                   on 2001/03/29  15:02:12
58892         Log: Integrate perlio:
58893              
58894              [  9442]
58895              Work in progress - determine win32 extensions to build via script.
58896              
58897              [  9435]
58898              Win32 has name conflict with ERROR
58899              
58900              [  9432]
58901              Make as-shipped compiler default to MSVC6 
58902              
58903              [  9431]
58904              Allow someone to write PerlIO::Array, PerlIO::Code, ...
58905              akin to PerlIO::Scalar.
58906              
58907              [  9429]
58908              Noticed that two tests were skipped as perlio:: package
58909              isn't there any more. Changed the skip condition.
58910              Avoid core-dump if sv_utf8_upgrade() called on something
58911              that does not become SvPOK after SvPV() (e.g. a ref).
58912      Branch: perl
58913           +> win32/buildext.pl
58914           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
58915           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
58916 ____________________________________________________________________________
58917 [  9442] By: nick                                  on 2001/03/29  14:59:11
58918         Log: Work in progress - determine win32 extensions to build via script.
58919      Branch: perlio
58920            + win32/buildext.pl
58921            ! MANIFEST win32/makefile.mk
58922 ____________________________________________________________________________
58923 [  9441] By: jhi                                   on 2001/03/29  14:51:47
58924         Log: Reintroduce the use of external pwd.
58925      Branch: perl
58926            ! t/lib/cwd.t
58927 ____________________________________________________________________________
58928 [  9440] By: jhi                                   on 2001/03/29  14:42:58
58929         Log: use warnings instead of -w.
58930      Branch: perl
58931            ! utils/h2xs.PL
58932 ____________________________________________________________________________
58933 [  9439] By: jhi                                   on 2001/03/29  14:41:52
58934         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
58935              From: Jonathan Stowe <gellyfish@gellyfish.com>
58936              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
58937              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
58938      Branch: perl
58939            ! utils/h2xs.PL
58940 ____________________________________________________________________________
58941 [  9438] By: jhi                                   on 2001/03/29  14:39:38
58942         Log: Subject: [PATCH perl@9424] minor pod nits
58943              From: Robin Barker <rmb1@cise.npl.co.uk>
58944              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
58945              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
58946      Branch: perl
58947            ! pod/perlhack.pod pod/perliol.pod
58948 ____________________________________________________________________________
58949 [  9437] By: jhi                                   on 2001/03/29  14:29:16
58950         Log: Subject: [PATCH perl@9424] typemap cast warning
58951              From: Robin Barker <rmb1@cise.npl.co.uk>
58952              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
58953              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
58954      Branch: perl
58955            ! lib/ExtUtils/typemap
58956 ____________________________________________________________________________
58957 [  9436] By: jhi                                   on 2001/03/29  14:26:03
58958         Log: Subject: [PATCH perl@9424] printf warning
58959              From: Robin Barker <rmb1@cise.npl.co.uk>
58960              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
58961              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
58962      Branch: perl
58963            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
58964            ! ext/Storable/Storable.xs toke.c
58965 ____________________________________________________________________________
58966 [  9435] By: nick                                  on 2001/03/29  14:23:31
58967         Log: Win32 has name conflict with ERROR
58968      Branch: perlio
58969            ! ext/PerlIO/Via/Via.xs
58970 ____________________________________________________________________________
58971 [  9434] By: jhi                                   on 2001/03/29  14:17:48
58972         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
58973              From: Peter Prymmer <pvhp@forte.com>
58974              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
58975              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
58976      Branch: perl
58977            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
58978 ____________________________________________________________________________
58979 [  9433] By: jhi                                   on 2001/03/29  13:52:44
58980         Log: test-prep target was missing.
58981      Branch: perl
58982            ! Makefile.SH
58983 ____________________________________________________________________________
58984 [  9432] By: nick                                  on 2001/03/29  12:40:03
58985         Log: Make as-shipped compiler default to MSVC6 
58986      Branch: perlio
58987            ! win32/makefile.mk
58988 ____________________________________________________________________________
58989 [  9431] By: nick                                  on 2001/03/29  12:12:16
58990         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
58991              akin to PerlIO::Scalar.
58992      Branch: perlio
58993            ! perlio.c perlio.h
58994 ____________________________________________________________________________
58995 [  9430] By: nick                                  on 2001/03/29  10:56:35
58996         Log: Integrate mainline.
58997      Branch: perlio
58998           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
58999           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
59000           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
59001           !> win32/makefile.mk win32/win32sck.c
59002 ____________________________________________________________________________
59003 [  9429] By: nick                                  on 2001/03/29  09:03:43
59004         Log: Noticed that two tests were skipped as perlio:: package
59005              isn't there any more. Changed the skip condition.
59006              Avoid core-dump if sv_utf8_upgrade() called on something
59007              that does not become SvPOK after SvPV() (e.g. a ref).
59008      Branch: perlio
59009            ! sv.c t/io/utf8.t t/lib/io_scalar.t
59010 ____________________________________________________________________________
59011 [  9428] By: jhi                                   on 2001/03/29  01:31:47
59012         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
59013              From: Benjamin Sugars <bsugars@canoe.ca> 
59014              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
59015              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
59016      Branch: perl
59017            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
59018            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
59019            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
59020 ____________________________________________________________________________
59021 [  9427] By: jhi                                   on 2001/03/29  00:49:30
59022         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
59023              From: "Vadim Konovalov" <watman@inbox.ru>
59024              Date: Thu, 29 Mar 2001 01:50:12 +0400
59025              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
59026      Branch: perl
59027            ! win32/makefile.mk win32/win32sck.c
59028 ____________________________________________________________________________
59029 [  9426] By: gsar                                  on 2001/03/29  00:28:04
59030         Log: dmake can only handle == and != in comparisons; support building
59031              with Borland's VCL libraries (from Vadim Konovalov)
59032      Branch: maint-5.6/perl
59033            ! win32/makefile.mk
59034 ____________________________________________________________________________
59035 [  9425] By: nick                                  on 2001/03/28  19:29:56
59036         Log: Integrate (@snapshot)
59037      Branch: perlio
59038           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
59039 ____________________________________________________________________________
59040 [  9424] By: jhi                                   on 2001/03/28  19:03:16
59041         Log: Update Changes.
59042      Branch: perl
59043            ! Changes patchlevel.h
59044 ____________________________________________________________________________
59045 [  9423] By: jhi                                   on 2001/03/28  18:52:09
59046         Log: Rmdir lib/XS on cleanup.
59047      Branch: perl
59048            ! Makefile.SH
59049 ____________________________________________________________________________
59050 [  9422] By: jhi                                   on 2001/03/28  18:49:34
59051         Log: Integrate perlio:
59052              
59053              [  9421]
59054              Loose duplicate chunk.
59055      Branch: perl
59056           !> t/op/utf8decode.t
59057 ____________________________________________________________________________
59058 [  9421] By: nick                                  on 2001/03/28  18:46:44
59059         Log: Loose duplicate chunk.
59060      Branch: perlio
59061            ! t/op/utf8decode.t
59062 ____________________________________________________________________________
59063 [  9420] By: nick                                  on 2001/03/28  18:44:11
59064         Log: Integrate mainline.
59065      Branch: perlio
59066           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
59067           !> vms/vmsish.h
59068 ____________________________________________________________________________
59069 [  9419] By: jhi                                   on 2001/03/28  18:42:05
59070         Log: Can't trust external pwds
59071              (either shell builtins or external programs)
59072      Branch: perl
59073            ! t/lib/cwd.t
59074 ____________________________________________________________________________
59075 [  9418] By: jhi                                   on 2001/03/28  18:34:05
59076         Log: Integrate perlio:
59077              
59078              [  9417]
59079              PerlIO.pm / perlio.pm conflict.
59080              Update some pods.
59081              Make t/op/utf8decode.t a text file.
59082      Branch: perl
59083            - lib/perlio.pm
59084           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
59085           !> t/op/utf8decode.t
59086 ____________________________________________________________________________
59087 [  9417] By: nick                                  on 2001/03/28  18:24:02
59088         Log: PerlIO.pm / perlio.pm conflict.
59089              Update some pods.
59090              Make t/op/utf8decode.t a text file.
59091      Branch: perlio
59092            - lib/perlio.pm
59093            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
59094            ! t/op/utf8decode.t
59095 ____________________________________________________________________________
59096 [  9416] By: jhi                                   on 2001/03/28  18:06:07
59097         Log: Integrate change #9409 from mainline to maintperl.
59098              
59099              Yet another tweak on AIX dynaloading.
59100      Branch: maint-5.6/perl
59101           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59102 ____________________________________________________________________________
59103 [  9415] By: gsar                                  on 2001/03/28  17:13:01
59104         Log: integrate changes#9377,9385,9401 from mainline
59105              
59106              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
59107              
59108              If directory entries compare equal case-insensitively,
59109              retry case-sensitively.
59110              
59111              Subject: [PATCH] B::Terse and warnings
59112      Branch: maint-5.6/perl
59113           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
59114           !> t/pragma/warn/perl
59115 ____________________________________________________________________________
59116 [  9414] By: jhi                                   on 2001/03/28  17:11:12
59117         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
59118              From: "Craig A. Berry" <craigberry@mac.com>
59119              Date: Wed, 28 Mar 2001 10:55:20 -0600
59120              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
59121      Branch: perl
59122            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
59123 ____________________________________________________________________________
59124 [  9413] By: jhi                                   on 2001/03/28  17:03:12
59125         Log: Dup hunk.
59126      Branch: perl
59127            ! t/op/utf8decode.t
59128 ____________________________________________________________________________
59129 [  9412] By: jhi                                   on 2001/03/28  17:02:36
59130         Log: Forced integrate from perlio.
59131      Branch: perl
59132           !> t/op/utf8decode.t
59133 ____________________________________________________________________________
59134 [  9411] By: nick                                  on 2001/03/28  16:50:03
59135         Log: Integrate mainline.
59136      Branch: perlio
59137           +> t/lib/cwd.t
59138           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59139           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
59140           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
59141           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
59142           !> t/pragma/warn/perl
59143 ____________________________________________________________________________
59144 [  9410] By: jhi                                   on 2001/03/28  16:44:23
59145         Log: Subject: Re: [PATCH] 9403 cannot be tested
59146              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59147              Date: Wed, 28 Mar 2001 18:33:56 +0200
59148              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
59149      Branch: perl
59150            ! makedef.pl
59151 ____________________________________________________________________________
59152 [  9409] By: jhi                                   on 2001/03/28  16:12:45
59153         Log: Yet another tweak on AIX dynaloading.
59154      Branch: perl
59155            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
59156 ____________________________________________________________________________
59157 [  9408] By: jhi                                   on 2001/03/28  15:52:55
59158         Log: Subject: [PATCH] 9403 cannot be tested
59159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
59160              Date: Wed, 28 Mar 2001 17:23:00 +0200
59161              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
59162              
59163              A missing symbol.
59164      Branch: perl
59165            ! makedef.pl
59166 ____________________________________________________________________________
59167 [  9407] By: jhi                                   on 2001/03/28  15:47:43
59168         Log: Integrate perlio:
59169              
59170              [  9400]
59171              More EBCDIC tweaks:
59172              - one more swash issue &~(0xA0-1) did not do the right thing,
59173              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
59174              - add "use re 'asciirange'" to make [!-~] etc. work
59175              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
59176              - Choose a key for t/op/each.t test which gets encoded.
59177              - Skip utf8decode if this is UTF-EBCDIC.
59178      Branch: perl
59179            ! t/op/utf8decode.t
59180           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
59181           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
59182 ____________________________________________________________________________
59183 [  9406] By: jhi                                   on 2001/03/28  15:37:08
59184         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
59185              From: Benjamin Sugars <bsugars@canoe.ca> 
59186              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
59187              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
59188      Branch: perl
59189            + t/lib/cwd.t
59190            ! MANIFEST
59191 ____________________________________________________________________________
59192 [  9405] By: jhi                                   on 2001/03/28  15:13:18
59193         Log: pp_ne() needs a CORRECT boolean.
59194      Branch: perl
59195            ! pp.c
59196 ____________________________________________________________________________
59197 [  9404] By: jhi                                   on 2001/03/28  15:09:23
59198         Log: pp_ne() needs a boolean, not an integer.
59199      Branch: perl
59200            ! pp.c
59201 ____________________________________________________________________________
59202 [  9403] By: jhi                                   on 2001/03/28  14:47:43
59203         Log: (Retracted by #9404.)
59204      Branch: perl
59205            ! pp.c
59206 ____________________________________________________________________________
59207 [  9402] By: jhi                                   on 2001/03/28  14:43:59
59208         Log: Subject: Re: [PATCH] Typemap testing
59209              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
59210              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
59211              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
59212      Branch: perl
59213            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
59214            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
59215 ____________________________________________________________________________
59216 [  9401] By: jhi                                   on 2001/03/28  14:42:14
59217         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
59218              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
59219              Date: Sun, 25 Mar 2001 21:59:15 +0100
59220              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
59221              
59222              A variable will be checked for the "use once" warnings if:
59223              
59224              1. It is in the scope of a use warnings 'once'
59225              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
59226              
59227              Otherwise it won't be checked at all.
59228              
59229              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
59230              
59231              The enclosed patch partially fixes this issue. What I didn't
59232              get to work was the case where the "used once" warning is enabled
59233              in any file other than the main file.
59234      Branch: perl
59235            ! gv.c t/pragma/warn/perl
59236 ____________________________________________________________________________
59237 [  9400] By: nick                                  on 2001/03/28  14:38:24
59238         Log: More EBCDIC tweaks:
59239              - one more swash issue &~(0xA0-1) did not do the right thing,
59240              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
59241              - add "use re 'asciirange'" to make [!-~] etc. work
59242              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
59243              - Choose a key for t/op/each.t test which gets encoded.
59244              - Skip utf8decode if this is UTF-EBCDIC.
59245      Branch: perlio
59246            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
59247            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
59248 ____________________________________________________________________________
59249 [  9399] By: jhi                                   on 2001/03/28  14:21:00
59250         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
59251              Andreas Schwab.
59252      Branch: perl
59253            ! pp.c
59254 ____________________________________________________________________________
59255 [  9398] By: jhi                                   on 2001/03/28  00:55:56
59256         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
59257              From: David Dyck <dcd@tc.fluke.com>
59258              Date: Tue, 27 Mar 2001 15:16:24 -0800
59259              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
59260      Branch: perl
59261            ! ext/IO/lib/IO/Socket.pm
59262 ____________________________________________________________________________
59263 [  9397] By: jhi                                   on 2001/03/27  21:52:49
59264         Log: Integrate perlio:
59265              
59266              [  9395]
59267              Outline docs for PerlIO and PerlIO::Scalar
59268              
59269              [  9394]
59270              PerlIO::Via layer (alpha-ish).
59271      Branch: perl
59272           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
59273           +> ext/PerlIO/Via/Via.xs
59274           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
59275 ____________________________________________________________________________
59276 [  9396] By: nick                                  on 2001/03/27  21:45:13
59277         Log: Integrate mainline.
59278      Branch: perlio
59279           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
59280           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
59281 ____________________________________________________________________________
59282 [  9395] By: nick                                  on 2001/03/27  21:18:58
59283         Log: Outline docs for PerlIO and PerlIO::Scalar
59284      Branch: perlio
59285            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
59286 ____________________________________________________________________________
59287 [  9394] By: nick                                  on 2001/03/27  20:50:13
59288         Log: PerlIO::Via layer (alpha-ish).
59289      Branch: perlio
59290            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
59291            + ext/PerlIO/Via/Via.xs
59292            ! MANIFEST
59293 ____________________________________________________________________________
59294 [  9393] By: jhi                                   on 2001/03/27  20:49:55
59295         Log: Retract #9329 now that 9390 should take care of the matter.
59296      Branch: perl
59297            ! utils/h2xs.PL
59298 ____________________________________________________________________________
59299 [  9390] By: jhi                                   on 2001/03/27  20:47:50
59300         Log: Subject: Autoloading Errno.pm when %! is encountered
59301              From: Robin Houston <robin@kitsite.com>
59302              Date: Tue, 27 Mar 2001 20:57:11 +0100
59303              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
59304      Branch: perl
59305            ! embed.h embed.pl gv.c proto.h t/op/magic.t
59306 ____________________________________________________________________________
59307 [  9389] By: jhi                                   on 2001/03/27  20:24:31
59308         Log: Integrate perlio:
59309              
59310              [  9384]
59311              Various EBCDIC fixes:
59312              - major revelation that swash code is encoding aware,
59313              (or thought it was) - now it is ;-)
59314              - With that out of the way fix a slab of tr/// cases.
59315              - Fix Encode 'Unicode' to be true Unicode so tests pass.
59316              - As anticipated Base64.xs needed tweaks.
59317              - Until tr/// works right avoid old_encode64 in MIME tests.
59318      Branch: perl
59319           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
59320           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
59321           !> utf8.c
59322 ____________________________________________________________________________
59323 [  9388] By: jhi                                   on 2001/03/27  20:21:38
59324         Log: Better have a three-element array if one is going to assign
59325              to the third element of that array. (from Tim Jenness)
59326      Branch: perl
59327            ! ext/XS/Typemap/Typemap.xs
59328 ____________________________________________________________________________
59329 [  9387] By: nick                                  on 2001/03/27  20:15:43
59330         Log: Integrate mainline.
59331      Branch: perlio
59332           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
59333           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
59334           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
59335           +> t/lib/xs-typemap.t
59336           !> (integrate 34 files)
59337 ____________________________________________________________________________
59338 [  9386] By: jhi                                   on 2001/03/27  20:04:18
59339         Log: Subject: Re: perl@9359 breaks HTML::Parser
59340              From: Gisle Aas <gisle@ActiveState.com>
59341              Date: 27 Mar 2001 11:30:24 -0800
59342              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
59343              
59344              Clarify the UTF-8 issues of the API docs.
59345              (Slightly reworded and expanded.)
59346      Branch: perl
59347            ! pod/perlapi.pod sv.c sv.h
59348 ____________________________________________________________________________
59349 [  9385] By: jhi                                   on 2001/03/27  19:44:25
59350         Log: If directory entries compare equal case-insensitively,
59351              retry case-sensitively.
59352      Branch: perl
59353            ! ext/File/Glob/bsd_glob.c
59354 ____________________________________________________________________________
59355 [  9384] By: nick                                  on 2001/03/27  19:38:50
59356         Log: Various EBCDIC fixes:
59357              - major revelation that swash code is encoding aware,
59358              (or thought it was) - now it is ;-)
59359              - With that out of the way fix a slab of tr/// cases.
59360              - Fix Encode 'Unicode' to be true Unicode so tests pass.
59361              - As anticipated Base64.xs needed tweaks.
59362              - Until tr/// works right avoid old_encode64 in MIME tests.
59363      Branch: perlio
59364            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
59365            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
59366 ____________________________________________________________________________
59367 [  9383] By: jhi                                   on 2001/03/27  18:34:41
59368         Log: Add the std test suite BEGIN block.
59369      Branch: perl
59370            ! t/lib/xs-typemap.t
59371 ____________________________________________________________________________
59372 [  9382] By: jhi                                   on 2001/03/27  15:16:07
59373         Log: Add debugging output to the test.
59374      Branch: perl
59375            ! t/lib/glob-basic.t
59376 ____________________________________________________________________________
59377 [  9381] By: jhi                                   on 2001/03/27  15:08:10
59378         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
59379      Branch: perl
59380            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
59381            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
59382            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
59383            + t/lib/xs-typemap.t
59384            ! MANIFEST
59385 ____________________________________________________________________________
59386 [  9380] By: jhi                                   on 2001/03/27  14:48:34
59387         Log: Subject: [PATCH] Typemap testing
59388              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
59389              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
59390              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
59391              
59392              (The first part of the patch.)
59393      Branch: perl
59394            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
59395 ____________________________________________________________________________
59396 [  9379] By: jhi                                   on 2001/03/27  14:44:56
59397         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
59398              From: Benjamin Sugars <bsugars@canoe.ca> 
59399              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
59400              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
59401      Branch: perl
59402            ! t/lib/glob-basic.t
59403 ____________________________________________________________________________
59404 [  9378] By: jhi                                   on 2001/03/27  14:42:30
59405         Log: Subject: [PATCH] perlvar nit
59406              From: Simon Cozens <simon@netthink.co.uk>
59407              Date: Tue, 27 Mar 2001 01:12:01 +0100
59408              Message-ID: <20010327011201.A19179@netthink.co.uk>
59409      Branch: perl
59410            ! pod/perlvar.pod
59411 ____________________________________________________________________________
59412 [  9377] By: jhi                                   on 2001/03/27  14:36:26
59413         Log: Subject: [PATCH] B::Terse and warnings
59414              From: Benjamin Sugars <ben.sugars@home.com>
59415              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
59416              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
59417      Branch: perl
59418            ! ext/B/B.pm ext/B/B/Terse.pm
59419 ____________________________________________________________________________
59420 [  9376] By: jhi                                   on 2001/03/27  14:31:31
59421         Log: Document sockatmark() some.
59422      Branch: perl
59423            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
59424            ! pod/perltoc.pod
59425 ____________________________________________________________________________
59426 [  9375] By: jhi                                   on 2001/03/27  14:00:24
59427         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
59428              noted by Gisle and fixed by NI-S.
59429      Branch: perl
59430            ! sv.c
59431 ____________________________________________________________________________
59432 [  9374] By: jhi                                   on 2001/03/27  05:50:01
59433         Log: Regen toc.
59434      Branch: perl
59435            ! pod/perltoc.pod
59436 ____________________________________________________________________________
59437 [  9373] By: jhi                                   on 2001/03/27  05:43:51
59438         Log: Pixie documenting.
59439      Branch: perl
59440            ! Makefile.SH pod/perlhack.pod
59441 ____________________________________________________________________________
59442 [  9372] By: jhi                                   on 2001/03/27  05:29:34
59443         Log: Metaconfig unit changes for #9371.
59444      Branch: metaconfig
59445            ! U/modified/myhostname.U
59446      Branch: metaconfig/U/perl
59447            + d_sockatmark.U
59448            ! gccvers.U
59449 ____________________________________________________________________________
59450 [  9371] By: jhi                                   on 2001/03/27  05:29:07
59451         Log: Add sockatmark() probing.
59452      Branch: perl
59453            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59454            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
59455            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59456            ! vos/config.ga.h win32/config.bc win32/config.gc
59457            ! win32/config.vc
59458 ____________________________________________________________________________
59459 [  9370] By: jhi                                   on 2001/03/26  22:01:18
59460         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
59461              Really need to benchmark this.
59462      Branch: perl
59463            ! pp.c
59464 ____________________________________________________________________________
59465 [  9369] By: nick                                  on 2001/03/26  21:59:30
59466         Log: Integrate mainline.
59467      Branch: perlio
59468            ! ext/MIME/Base64/QuotedPrint.pm
59469           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
59470           !> patchlevel.h pod/perlhack.pod pp_sys.c
59471 ____________________________________________________________________________
59472 [  9368] By: jhi                                   on 2001/03/26  21:47:03
59473         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
59474              
59475              TODO1: perlbench.
59476              TODO2: le, lt, ge, gt?  Yech.
59477      Branch: perl
59478            ! pp.c
59479 ____________________________________________________________________________
59480 [  9367] By: jhi                                   on 2001/03/26  21:34:57
59481         Log: Too much cut-and-paste in #9363.
59482      Branch: perl
59483            ! pp_sys.c
59484 ____________________________________________________________________________
59485 [  9366] By: jhi                                   on 2001/03/26  21:20:53
59486         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
59487              From: Andreas Schwab <schwab@suse.de>
59488              Date: 26 Mar 2001 17:29:04 +0200
59489              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
59490              
59491              (The patch for 5.6.0 or so, this is a guess for bleadperl)
59492      Branch: perl
59493            ! pp_hot.c
59494 ____________________________________________________________________________
59495 [  9365] By: jhi                                   on 2001/03/26  21:07:54
59496         Log: Integrate perlio:
59497              
59498              [  9364]
59499              REFCNT botch in layer name cache hash.
59500      Branch: perl
59501           !> perlio.c
59502 ____________________________________________________________________________
59503 [  9364] By: nick                                  on 2001/03/26  20:30:48
59504         Log: REFCNT botch in layer name cache hash.
59505      Branch: perlio
59506            ! perlio.c
59507 ____________________________________________________________________________
59508 [  9363] By: jhi                                   on 2001/03/26  18:44:32
59509         Log: Subject: [PATCH] socket() leaks file descriptors
59510              From: Benjamin Sugars <bsugars@canoe.ca>
59511              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
59512              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
59513              
59514              Also sockpair() fixed similarly.
59515      Branch: perl
59516            ! pp_sys.c
59517 ____________________________________________________________________________
59518 [  9362] By: jhi                                   on 2001/03/26  18:37:52
59519         Log: Integrate perlio:
59520              
59521              [  9361]
59522              Implement flush of linebuffered streams on read of a tty.
59523              
59524              [  9360]
59525              Memory tweaks and notes for OEMVS.
59526      Branch: perl
59527           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
59528 ____________________________________________________________________________
59529 [  9361] By: nick                                  on 2001/03/26  17:32:06
59530         Log: Implement flush of linebuffered streams on read of a tty.
59531      Branch: perlio
59532            ! perlio.c perliol.h
59533 ____________________________________________________________________________
59534 [  9360] By: nick                                  on 2001/03/26  17:12:32
59535         Log: Memory tweaks and notes for OEMVS.
59536      Branch: perlio
59537            ! README.os390 miniperlmain.c t/op/pat.t
59538 ____________________________________________________________________________
59539 [  9359] By: jhi                                   on 2001/03/26  02:12:54
59540         Log: Update Changes.
59541      Branch: perl
59542            ! Changes patchlevel.h
59543 ____________________________________________________________________________
59544 [  9358] By: jhi                                   on 2001/03/26  02:05:32
59545         Log: Document the most common pixie options.
59546      Branch: perl
59547            ! pod/perlhack.pod
59548 ____________________________________________________________________________
59549 [  9357] By: jhi                                   on 2001/03/26  01:25:28
59550         Log: For perl.pixie check *before* compiling that optimize is -g,
59551              as for perl.third.
59552      Branch: perl
59553            ! Makefile.SH
59554 ____________________________________________________________________________
59555 [  9356] By: jhi                                   on 2001/03/26  01:13:41
59556         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
59557      Branch: perl
59558            ! Makefile.SH
59559 ____________________________________________________________________________
59560 [  9355] By: jhi                                   on 2001/03/26  01:11:19
59561         Log: Remove t/perl.third.
59562      Branch: perl
59563            ! Makefile.SH
59564 ____________________________________________________________________________
59565 [  9354] By: jhi                                   on 2001/03/26  00:23:38
59566         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
59567              IO::Sockatmark().
59568      Branch: perl
59569            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
59570 ____________________________________________________________________________
59571 [  9353] By: jhi                                   on 2001/03/25  22:25:04
59572         Log: Integrate perlio:
59573              
59574              [  9351]
59575              Fix readline in list mode to tell rest of world that it has
59576              things on the stack. Otherwise if perl code gets invoked
59577              underneath it it scribbles over results-so-far.
59578              (Why TIEHANDLE has not tripped on this is a mystery.)
59579              
59580              [  9350]
59581              win32/makefile.mk typos
59582              
59583              [  9348]
59584              Make it text
59585              
59586              [  9346]
59587              Add destruct time hook to PerlIO (for work-in-process implementing
59588              layers in perl code. In such cases layers need to be popped before
59589              we loose the ability to run perl code.)
59590              Also back-out "PerlIO::object" hook - it isn't going to work like that...
59591              
59592              [  9345]
59593              Avoid at leasy one of undefined warnings in Encode.
59594              
59595              [  9343]
59596              Missing return value.
59597      Branch: perl
59598           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
59599           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
59600           !> pp_hot.c win32/makefile.mk
59601 ____________________________________________________________________________
59602 [  9352] By: jhi                                   on 2001/03/25  22:21:41
59603         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
59604              From: Radu Greab <radu@netsoft.ro>
59605              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
59606              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
59607      Branch: perl
59608            ! pp_sys.c
59609 ____________________________________________________________________________
59610 [  9351] By: nick                                  on 2001/03/25  22:15:02
59611         Log: Fix readline in list mode to tell rest of world that it has
59612              things on the stack. Otherwise if perl code gets invoked
59613              underneath it it scribbles over results-so-far.
59614              (Why TIEHANDLE has not tripped on this is a mystery.)
59615      Branch: perlio
59616            ! pp_hot.c
59617 ____________________________________________________________________________
59618 [  9350] By: nick                                  on 2001/03/25  22:10:13
59619         Log: win32/makefile.mk typos
59620      Branch: perlio
59621            ! win32/makefile.mk
59622 ____________________________________________________________________________
59623 [  9349] By: nick                                  on 2001/03/25  21:31:14
59624         Log: Integrate now-non-binary file.
59625      Branch: perlio
59626           !> t/lib/mimeqp.t
59627 ____________________________________________________________________________
59628 [  9348] By: nick                                  on 2001/03/25  21:27:24
59629         Log: Make it text
59630      Branch: perlio
59631            ! t/lib/mimeqp.t
59632 ____________________________________________________________________________
59633 [  9347] By: nick                                  on 2001/03/25  21:25:37
59634         Log: Integrate mainline.
59635      Branch: perlio
59636           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
59637           !> lib/Term/ReadLine.pm t/lib/md5-file.t
59638 ____________________________________________________________________________
59639 [  9346] By: nick                                  on 2001/03/25  20:58:15
59640         Log: Add destruct time hook to PerlIO (for work-in-process implementing
59641              layers in perl code. In such cases layers need to be popped before
59642              we loose the ability to run perl code.)
59643              Also back-out "PerlIO::object" hook - it isn't going to work like that...
59644      Branch: perlio
59645            ! perl.c perlio.c perlio.h perliol.h
59646 ____________________________________________________________________________
59647 [  9345] By: nick                                  on 2001/03/25  20:49:11
59648         Log: Avoid at leasy one of undefined warnings in Encode.
59649      Branch: perlio
59650            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
59651 ____________________________________________________________________________
59652 [  9344] By: jhi                                   on 2001/03/25  20:37:43
59653         Log: A workaround for using Term::ReadLine in emacs minibuffer
59654              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
59655              additional tweaks from Ilya Zakharevich.
59656      Branch: perl
59657            ! lib/Term/ReadLine.pm
59658 ____________________________________________________________________________
59659 [  9343] By: nick                                  on 2001/03/25  20:21:14
59660         Log: Missing return value.
59661      Branch: perlio
59662            ! ext/PerlIO/Scalar/Scalar.xs
59663 ____________________________________________________________________________
59664 [  9342] By: jhi                                   on 2001/03/25  16:21:00
59665         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
59666              to equal the CPAN versions since no code changes have been made.
59667      Branch: perl
59668            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
59669            ! t/lib/md5-file.t
59670 ____________________________________________________________________________
59671 [  9341] By: jhi                                   on 2001/03/25  16:01:48
59672         Log: Escape 8-bit characters.
59673      Branch: perl
59674            ! t/lib/mimeqp.t
59675 ____________________________________________________________________________
59676 [  9340] By: gsar                                  on 2001/03/25  15:50:53
59677         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
59678              chars)
59679      Branch: perl
59680            + t/lib/mimeqp.t
59681 ____________________________________________________________________________
59682 [  9339] By: gsar                                  on 2001/03/25  15:48:50
59683         Log: delete mimeqp.t for later add with text mode set
59684      Branch: perl
59685            - t/lib/mimeqp.t
59686 ____________________________________________________________________________
59687 [  9338] By: nick                                  on 2001/03/25  09:01:57
59688         Log: Integrate mainline.
59689      Branch: perlio
59690           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
59691           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
59692           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
59693           +> t/lib/mimeb64u.t t/lib/mimeqp.t
59694           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
59695           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
59696           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
59697 ____________________________________________________________________________
59698 [  9337] By: jhi                                   on 2001/03/25  04:23:24
59699         Log: Add MIME::Base64 here and there.  Again, a lot of
59700              optimism is in the air.
59701      Branch: perl
59702            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
59703            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
59704 ____________________________________________________________________________
59705 [  9336] By: jhi                                   on 2001/03/25  04:12:43
59706         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
59707              this by ear as I do not do Win32 programming.)
59708      Branch: perl
59709            ! win32/Makefile win32/makefile.mk
59710 ____________________________________________________________________________
59711 [  9335] By: jhi                                   on 2001/03/25  04:03:50
59712         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
59713      Branch: perl
59714            ! t/lib/md5-file.t
59715 ____________________________________________________________________________
59716 [  9334] By: jhi                                   on 2001/03/25  03:58:53
59717         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
59718      Branch: perl
59719            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
59720            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
59721            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
59722            + t/lib/mimeb64u.t t/lib/mimeqp.t
59723            ! MANIFEST
59724 ____________________________________________________________________________
59725 [  9333] By: jhi                                   on 2001/03/24  20:14:37
59726         Log: Integrate perlio:
59727              
59728              [  9332]
59729              Fix un-init variable leading to spurious "Out of Memory!"
59730              
59731              [  9331]
59732              Tweak docs for C<open> (boy does that need wholesale revision...)
59733              and update layers internals doc.
59734      Branch: perl
59735           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
59736 ____________________________________________________________________________
59737 [  9332] By: nick                                  on 2001/03/24  19:40:34
59738         Log: Fix un-init variable leading to spurious "Out of Memory!"
59739      Branch: perlio
59740            ! doio.c
59741 ____________________________________________________________________________
59742 [  9331] By: nick                                  on 2001/03/24  19:09:59
59743         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
59744              and update layers internals doc.
59745      Branch: perlio
59746            ! pod/perlfunc.pod pod/perliol.pod
59747 ____________________________________________________________________________
59748 [  9330] By: jhi                                   on 2001/03/24  18:42:11
59749         Log: The length might be uninitialized garbage if the *svp is the undef.
59750      Branch: perl
59751            ! doio.c
59752 ____________________________________________________________________________
59753 [  9329] By: jhi                                   on 2001/03/24  18:26:57
59754         Log: (Retracted by #9393)
59755              
59756              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
59757              From: Simon Cozens <simon@netthink.co.uk>
59758              Date: Sat, 24 Mar 2001 17:13:17 +0000
59759              Message-ID: <20010324171317.A13406@netthink.co.uk>
59760      Branch: perl
59761            ! utils/h2xs.PL
59762 ____________________________________________________________________________
59763 [  9328] By: nick                                  on 2001/03/24  17:22:02
59764         Log: Integrate mainline.
59765      Branch: perlio
59766           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
59767           !> lib/unicode/version
59768 ____________________________________________________________________________
59769 [  9327] By: nick                                  on 2001/03/24  17:16:02
59770         Log: Integrate mainline.
59771      Branch: perlio
59772           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
59773           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
59774           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
59775           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
59776           +> t/lib/md5-file.t
59777           !> MANIFEST Makefile.SH configure.com djgpp/config.over
59778           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
59779           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
59780           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
59781           !> win32/makefile.mk
59782 ____________________________________________________________________________
59783 [  9326] By: jhi                                   on 2001/03/24  17:00:42
59784         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
59785      Branch: perl
59786            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
59787            ! lib/unicode/version
59788 ____________________________________________________________________________
59789 [  9325] By: jhi                                   on 2001/03/24  16:22:33
59790         Log: Subject: Re: B::Deparse bug (5.6.0)
59791              From: Robin Houston <robin@kitsite.com>
59792              Date: Sat, 24 Mar 2001 14:33:09 +0000
59793              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
59794      Branch: perl
59795            ! op.c pp.c t/lib/b.t t/op/repeat.t
59796 ____________________________________________________________________________
59797 [  9324] By: jhi                                   on 2001/03/24  16:21:56
59798         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
59799              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
59800              these additions may be too optimistic.
59801      Branch: perl
59802            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
59803            ! hints/uwin.sh hints/vmesa.sh
59804 ____________________________________________________________________________
59805 [  9323] By: jhi                                   on 2001/03/24  16:06:01
59806         Log: Integrate perlio:
59807              
59808              [  9322]
59809              Routine Win32 regen_config_h - no real changes.
59810              
59811              [  9321]
59812              PerlIO fixups for Win32:
59813              - provide win33_popenlist() - non-functional as yet.
59814              - avoid need for aTHX in PerlIO_debug calls - even if not 
59815              enabled args are still evaluated so Win32 has trouble during fork().
59816              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
59817              - Fixup makedef.pl for latest set of symbols.
59818              
59819              [  9320]
59820              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
59821              was gibberish - broke it on WIn32 at least.
59822              
59823              [  9319]
59824              Generated files.
59825              
59826              [  9318]
59827              Implement:
59828              1.  open($fh,"+<",undef);  # add test to t/io/open.t
59829              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
59830      Branch: perl
59831           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
59832           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
59833            ! Makefile.SH
59834           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
59835           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
59836           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
59837           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
59838           !> win32/makefile.mk win32/perlhost.h win32/win32.c
59839           !> win32/win32iop.h
59840 ____________________________________________________________________________
59841 [  9322] By: nick                                  on 2001/03/24  14:39:12
59842         Log: Routine Win32 regen_config_h - no real changes.
59843      Branch: perlio
59844            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59845 ____________________________________________________________________________
59846 [  9321] By: nick                                  on 2001/03/24  14:31:49
59847         Log: PerlIO fixups for Win32:
59848              - provide win33_popenlist() - non-functional as yet.
59849              - avoid need for aTHX in PerlIO_debug calls - even if not 
59850              enabled args are still evaluated so Win32 has trouble during fork().
59851              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
59852              - Fixup makedef.pl for latest set of symbols.
59853      Branch: perlio
59854            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
59855            ! win32/perlhost.h win32/win32.c win32/win32iop.h
59856 ____________________________________________________________________________
59857 [  9320] By: nick                                  on 2001/03/24  14:26:58
59858         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
59859              was gibberish - broke it on WIn32 at least.
59860      Branch: perlio
59861            ! ext/POSIX/POSIX.xs
59862 ____________________________________________________________________________
59863 [  9319] By: nick                                  on 2001/03/24  11:29:41
59864         Log: Generated files.
59865      Branch: perlio
59866            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59867 ____________________________________________________________________________
59868 [  9318] By: nick                                  on 2001/03/24  10:29:37
59869         Log: Implement:
59870              1.  open($fh,"+<",undef);  # add test to t/io/open.t
59871              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
59872      Branch: perlio
59873            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
59874            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
59875            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
59876            ! t/io/open.t t/io/utf8.t
59877 ____________________________________________________________________________
59878 [  9317] By: jhi                                   on 2001/03/23  23:41:25
59879         Log: AIX does seems to have optimization problems with its C compilers.
59880      Branch: perl
59881            ! hints/aix.sh
59882 ____________________________________________________________________________
59883 [  9316] By: jhi                                   on 2001/03/23  23:40:46
59884         Log: Integrate perlio:
59885              
59886              [  9314]
59887              Perlio internals re-organized.
59888              - open process creates AV of layer/arg pairs
59889              (appends layers from open() or open.pm to default list).
59890              - push arg is now an SV.
59891              - layer ->Open get passed the AV
59892              - open is no longer mandatory method.
59893              - topmost layer that has ->Open method does the open
59894              - any layers above are pushed once that returns.
59895              - vtable re-ordered so dummy layers need only provide push/pop methods.
59896              
59897              [  9313]
59898              Check in a stable (working) version before next round of tweaks.
59899              Changes include:
59900              - Move default layers code out of doio.c and into perlio.c
59901              - Single routine for parsing layer specification strings.
59902              - Skeleton support for demand loading of layers
59903              - Core-dump avoidance if PERLIO environment specifies loadable layer
59904              (does not _work_ as need IO to load and need load to do IO ...)
59905              
59906              [  9305]
59907              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
59908              
59909              [  9304]
59910              Render -Duseperlio functional again.
59911              - this is "quick fix" which calls PerlIO_apply_layers after opening,
59912              which is what old scheme did. New scheme needs to change that
59913              to make open(...,\$scalar) etc. work but this will do for now.
59914              
59915              [  9303]
59916              Avoid "reopen" semantics for time being. Fix bug in dup logic.
59917              -Uuseperlio now works again.
59918              -Duseperlio is still poorly. Don't merge yet...
59919              
59920              [  9302]
59921              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
59922              type code.
59923              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
59924              is its main caller. In particular now has access to "extra" args, and
59925              can tell when an open handle is "reopened" (or duped?).
59926              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
59927              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
59928              PerlIO_open() et. al. (i.e. other way round).
59929              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
59930              with args close to PerlIO_openn().
59931      Branch: perl
59932           +> lib/PerlIO.pm
59933           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
59934           !> perliol.h
59935 ____________________________________________________________________________
59936 [  9315] By: jhi                                   on 2001/03/23  22:16:30
59937         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
59938      Branch: perl
59939            ! t/lib/md5-file.t
59940 ____________________________________________________________________________
59941 [  9314] By: nick                                  on 2001/03/23  20:49:02
59942         Log: Perlio internals re-organized.
59943              - open process creates AV of layer/arg pairs
59944              (appends layers from open() or open.pm to default list).
59945              - push arg is now an SV.
59946              - layer ->Open get passed the AV
59947              - open is no longer mandatory method.
59948              - topmost layer that has ->Open method does the open
59949              - any layers above are pushed once that returns.
59950              - vtable re-ordered so dummy layers need only provide push/pop methods.
59951      Branch: perlio
59952            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
59953 ____________________________________________________________________________
59954 [  9313] By: nick                                  on 2001/03/23  16:27:41
59955         Log: Check in a stable (working) version before next round of tweaks.
59956              Changes include:
59957              - Move default layers code out of doio.c and into perlio.c
59958              - Single routine for parsing layer specification strings.
59959              - Skeleton support for demand loading of layers
59960              - Core-dump avoidance if PERLIO environment specifies loadable layer
59961              (does not _work_ as need IO to load and need load to do IO ...)
59962      Branch: perlio
59963            + lib/PerlIO.pm
59964            ! MANIFEST doio.c perlio.c
59965 ____________________________________________________________________________
59966 [  9312] By: gsar                                  on 2001/03/23  16:25:25
59967         Log: add execute bit to files with shebang lines in the repository;
59968              avoid clobbering execute bit in Porting/makerel 
59969      Branch: maint-5.6/perl
59970            ! (edit 144 files)
59971 ____________________________________________________________________________
59972 [  9311] By: jhi                                   on 2001/03/23  14:25:35
59973         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
59974      Branch: perl
59975            ! MANIFEST
59976 ____________________________________________________________________________
59977 [  9310] By: jhi                                   on 2001/03/23  13:45:04
59978         Log: Subject: [PATCH] Net::Ping
59979              From: Colin McMillen <mcmi0037@tc.umn.edu>
59980              Date: Thu, 22 Mar 2001 19:30:31 -0600
59981              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
59982      Branch: perl
59983            ! lib/Net/Ping.pm
59984 ____________________________________________________________________________
59985 [  9309] By: jhi                                   on 2001/03/23  13:39:13
59986         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
59987      Branch: perl
59988            ! t/lib/md5-aaa.t t/lib/md5-file.t
59989 ____________________________________________________________________________
59990 [  9308] By: jhi                                   on 2001/03/23  13:20:34
59991         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
59992              - bump the version to 2.14
59993              - drop the base64 tests since they require MIME::Base64
59994              - drop the rfc1321.txt
59995              - drop the hints/dec_osf.pl since it's only needed for
59996              pre-5.005_03 Perls
59997              Todo:
59998              - the U32 alignment testing is now removed; it needs to
59999              be reintroduced as as a Config variable (meaning also
60000              as a Configure test)
60001              - get the new EBCDIC md5sum for MD5.pm
60002              - test in Win32 to see how badly I botched the makefiles
60003      Branch: perl
60004            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60005            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
60006            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
60007            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
60008            + t/lib/md5-file.t
60009            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
60010            ! win32/Makefile win32/makefile.mk
60011 ____________________________________________________________________________
60012 [  9307] By: jhi                                   on 2001/03/23  12:56:14
60013         Log: Integrate change #9306 from maintperl into mainline,
60014              AIX dynaloader for AIXes without <load.h>.
60015      Branch: perl
60016           !> ext/DynaLoader/hints/aix.pl
60017 ____________________________________________________________________________
60018 [  9306] By: jhi                                   on 2001/03/23  12:51:36
60019         Log: There are AIXes without /usr/include/load.h,
60020              patch from H.Merijn Brand.
60021      Branch: maint-5.6/perl
60022            ! ext/DynaLoader/hints/aix.pl
60023 ____________________________________________________________________________
60024 [  9305] By: nick                                  on 2001/03/23  11:00:42
60025         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
60026      Branch: perlio
60027            ! ext/Encode/Encode.xs perlio.c perlio.h
60028 ____________________________________________________________________________
60029 [  9304] By: nick                                  on 2001/03/23  10:20:46
60030         Log: Render -Duseperlio functional again.
60031              - this is "quick fix" which calls PerlIO_apply_layers after opening,
60032              which is what old scheme did. New scheme needs to change that
60033              to make open(...,\$scalar) etc. work but this will do for now.
60034      Branch: perlio
60035            ! perlio.c
60036 ____________________________________________________________________________
60037 [  9303] By: nick                                  on 2001/03/23  09:53:20
60038         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
60039              -Uuseperlio now works again.
60040              -Duseperlio is still poorly. Don't merge yet...
60041      Branch: perlio
60042            ! doio.c perlio.h
60043 ____________________________________________________________________________
60044 [  9302] By: nick                                  on 2001/03/22  22:26:51
60045         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
60046              type code.
60047              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
60048              is its main caller. In particular now has access to "extra" args, and
60049              can tell when an open handle is "reopened" (or duped?).
60050              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
60051              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
60052              PerlIO_open() et. al. (i.e. other way round).
60053              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
60054              with args close to PerlIO_openn().
60055      Branch: perlio
60056            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60057 ____________________________________________________________________________
60058 [  9301] By: jhi                                   on 2001/03/22  20:58:04
60059         Log: Integrate perlio:
60060              
60061              [  9300]
60062              Don't include $@ in not ok message.
60063              
60064              [  9298]
60065              Give a meaning to '&' in n-arg open case:
60066              open($fh,"<&",$scalar);
60067              $scalar can be:
60068              - an integer which does "fdopen"
60069              open($fh,"<&",2); # like open($fh,"<&2")
60070              - something that will yield a file handle via sv_2io()
60071              useful for dup'ing anonymous handles.
60072              e.g.:
60073              open(my $fh,"<&",\*STDIN);
60074              open(my $dup,"<&",$fh);
60075              
60076              [  9297]
60077              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
60078              
60079              [  9296]
60080              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
60081              
60082              [  9295]
60083              If stdin, stdout or stderr get opened in unexpected read/write state
60084              then warn at time of open not at time of use.
60085              
60086              [  9294]
60087              Die on n-arg open(...,"",xxx,yyy,...)
60088              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
60089              - die on read/write cases so we can decide what it means later.
60090              
60091              [  9293]
60092              perlio tweaks (reported by Nick Clark)
60093              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
60094              error check in Pendinf_read().
60095      Branch: perl
60096           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
60097           !> t/io/open.t util.c
60098 ____________________________________________________________________________
60099 [  9300] By: nick                                  on 2001/03/22  17:36:32
60100         Log: Don't include $@ in not ok message.
60101      Branch: perlio
60102            ! t/io/open.t
60103 ____________________________________________________________________________
60104 [  9299] By: gsar                                  on 2001/03/22  16:53:45
60105         Log: back out changes#7532,7521 for now (appears to have problems
60106              on IRIX)
60107      Branch: maint-5.6/perl
60108            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60109            ! ext/POSIX/typemap pod/perlvar.pod
60110 ____________________________________________________________________________
60111 [  9298] By: nick                                  on 2001/03/22  14:35:46
60112         Log: Give a meaning to '&' in n-arg open case:
60113              open($fh,"<&",$scalar);
60114              $scalar can be:
60115              - an integer which does "fdopen"
60116              open($fh,"<&",2); # like open($fh,"<&2")
60117              - something that will yield a file handle via sv_2io()
60118              useful for dup'ing anonymous handles.
60119              e.g.:
60120              open(my $fh,"<&",\*STDIN);
60121              open(my $dup,"<&",$fh);
60122      Branch: perlio
60123            ! doio.c t/io/open.t
60124 ____________________________________________________________________________
60125 [  9297] By: nick                                  on 2001/03/22  13:34:35
60126         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
60127      Branch: perlio
60128            ! util.c
60129 ____________________________________________________________________________
60130 [  9296] By: nick                                  on 2001/03/22  12:51:20
60131         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
60132      Branch: perlio
60133            ! perl.c
60134 ____________________________________________________________________________
60135 [  9295] By: nick                                  on 2001/03/22  11:59:44
60136         Log: If stdin, stdout or stderr get opened in unexpected read/write state
60137              then warn at time of open not at time of use.
60138      Branch: perlio
60139            ! doio.c pp_hot.c pp_sys.c
60140 ____________________________________________________________________________
60141 [  9294] By: nick                                  on 2001/03/22  10:54:35
60142         Log: Die on n-arg open(...,"",xxx,yyy,...)
60143              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
60144              - die on read/write cases so we can decide what it means later.
60145      Branch: perlio
60146            ! doio.c embed.pl iperlsys.h util.c
60147 ____________________________________________________________________________
60148 [  9293] By: nick                                  on 2001/03/22  09:02:45
60149         Log: perlio tweaks (reported by Nick Clark)
60150              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
60151              error check in Pendinf_read().
60152      Branch: perlio
60153            ! perlio.c
60154 ____________________________________________________________________________
60155 [  9292] By: gsar                                  on 2001/03/22  07:12:00
60156         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
60157              fixes)
60158      Branch: maint-5.6/perl
60159           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
60160 ____________________________________________________________________________
60161 [  9291] By: jhi                                   on 2001/03/22  06:06:44
60162         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
60163      Branch: perl
60164            ! t/op/re_tests
60165 ____________________________________________________________________________
60166 [  9290] By: jhi                                   on 2001/03/22  05:57:01
60167         Log: Move MacOS Classic higher in the list of supported platforms.
60168      Branch: maint-5.6/perl
60169            ! pod/perlport.pod
60170 ____________________________________________________________________________
60171 [  9289] By: gsar                                  on 2001/03/22  05:35:04
60172         Log: revert part of change#6438 for compatibility (av_reify()
60173              appears to be needed to implement av_splice()ish things
60174              in XS)
60175      Branch: maint-5.6/perl
60176            ! embed.pl global.sym objXSUB.h perlapi.c
60177 ____________________________________________________________________________
60178 [  9288] By: gsar                                  on 2001/03/22  03:09:19
60179         Log: update copyright year
60180      Branch: maint-5.6/perl
60181            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
60182            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
60183            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
60184            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
60185            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
60186            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
60187            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
60188            ! x2p/walk.c
60189 ____________________________________________________________________________
60190 [  9287] By: jhi                                   on 2001/03/21  20:30:54
60191         Log: Integrate perlio:
60192              
60193              [  9285]
60194              Multiplicity fix for Dumper.
60195      Branch: perl
60196           !> ext/Data/Dumper/Dumper.xs
60197 ____________________________________________________________________________
60198 [  9286] By: gsar                                  on 2001/03/21  19:49:54
60199         Log: makefile.mk tweak
60200      Branch: maint-5.6/perl
60201            ! win32/Makefile win32/makefile.mk
60202 ____________________________________________________________________________
60203 [  9285] By: nick                                  on 2001/03/21  19:07:13
60204         Log: Multiplicity fix for Dumper.
60205      Branch: perlio
60206            ! ext/Data/Dumper/Dumper.xs
60207 ____________________________________________________________________________
60208 [  9284] By: nick                                  on 2001/03/21  19:01:07
60209         Log: Integrate mainline - (does not build xTHX issue in Dumper).
60210      Branch: perlio
60211           !> (integrate 27 files)
60212 ____________________________________________________________________________
60213 [  9283] By: jhi                                   on 2001/03/21  17:17:35
60214         Log: Integrate change #9282 from mainline into maintperl,
60215              4-arg UTF-8 substr().
60216      Branch: maint-5.6/perl
60217           !> pp.c
60218 ____________________________________________________________________________
60219 [  9282] By: jhi                                   on 2001/03/21  17:15:43
60220         Log: The #9270 would have leaked a scalar if pp_substr()
60221              returned early.
60222      Branch: perl
60223            ! pp.c
60224 ____________________________________________________________________________
60225 [  9281] By: gsar                                  on 2001/03/21  17:03:14
60226         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
60227      Branch: maint-5.6/perl
60228            ! win32/makefile.mk
60229 ____________________________________________________________________________
60230 [  9280] By: gsar                                  on 2001/03/21  17:01:20
60231         Log: some tweaks to change#9278 (fork() emulation should be enabled
60232              by setting BUILD_FLAVOR instead of changing the defaults)
60233      Branch: maint-5.6/perl
60234            ! win32/makefile.mk
60235 ____________________________________________________________________________
60236 [  9279] By: gsar                                  on 2001/03/21  16:47:19
60237         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
60238      Branch: maint-5.6/perl
60239            ! ext/File/Glob/Glob.pm
60240           !> lib/Cwd.pm
60241 ____________________________________________________________________________
60242 [  9278] By: jhi                                   on 2001/03/21  14:35:10
60243         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
60244              From: "Vadim Konovalov" <watman@inbox.ru>
60245              Date: Wed, 21 Mar 2001 01:53:51 +0300
60246              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
60247      Branch: maint-5.6/perl
60248            ! win32/makefile.mk win32/win32sck.c
60249 ____________________________________________________________________________
60250 [  9277] By: jhi                                   on 2001/03/21  13:58:28
60251         Log: Integrate change #9270 from mainline to maintperl:
60252              continued 4-arg UTF-8 substr() fixing.
60253      Branch: maint-5.6/perl
60254           !> pp.c t/op/substr.t
60255 ____________________________________________________________________________
60256 [  9276] By: jhi                                   on 2001/03/21  13:33:00
60257         Log: More pixie cleaning.
60258      Branch: perl
60259            ! Makefile.SH
60260 ____________________________________________________________________________
60261 [  9275] By: jhi                                   on 2001/03/21  03:54:17
60262         Log: Update Changes.
60263      Branch: perl
60264            ! Changes patchlevel.h
60265 ____________________________________________________________________________
60266 [  9274] By: jhi                                   on 2001/03/21  03:48:24
60267         Log: First stab at making Data::Dumper to grok Unicode.
60268              
60269              TODO: tests, EBCDICify.
60270      Branch: perl
60271            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
60272 ____________________________________________________________________________
60273 [  9273] By: jhi                                   on 2001/03/21  02:23:00
60274         Log: Fix for
60275              
60276              Subject: Memory leak in unquoted print   
60277              From: Benjamin Sugars <bsugars@canoe.ca> 
60278              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
60279              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
60280      Branch: perl
60281            ! perlio.c
60282 ____________________________________________________________________________
60283 [  9272] By: jhi                                   on 2001/03/21  01:33:17
60284         Log: Subject: Re: [PATCH] POSIX::getcwd()
60285              From: Benjamin Sugars <bsugars@canoe.ca> 
60286              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
60287              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
60288      Branch: perl
60289            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
60290 ____________________________________________________________________________
60291 [  9271] By: jhi                                   on 2001/03/21  01:22:52
60292         Log: Subject: [PATCH] Cwd.pm docs
60293              From: Benjamin Sugars <bsugars@canoe.ca>
60294              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
60295              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
60296      Branch: perl
60297            ! lib/Cwd.pm
60298 ____________________________________________________________________________
60299 [  9270] By: jhi                                   on 2001/03/21  01:16:29
60300         Log: Continue 4-arg substr() UTF-8 fixage.
60301      Branch: perl
60302            ! pp.c t/op/substr.t
60303 ____________________________________________________________________________
60304 [  9269] By: jhi                                   on 2001/03/21  00:46:14
60305         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
60306              
60307              revert the leak fix in change#9142 (problem needs a more experimental
60308              fix unsuitable for 5.6.1)
60309              
60310              do alphabetical sorting by default (for csh compatibility)
60311              
60312              cut-n-paste goof in change#9264
60313              
60314              VMS piping fixes (from Charles Lane)
60315      Branch: perl
60316           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
60317           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
60318           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
60319 ____________________________________________________________________________
60320 [  9268] By: jhi                                   on 2001/03/21  00:37:04
60321         Log: Integrate perlio:
60322              
60323              [  9267]
60324              More EBCDIC stuff:
60325              - Loose the extra level of function on ASCII.
60326              - spotted a chr(0) issue in sv.c
60327              - re-work of UTF-X tr/// ranges to work in Unicode
60328              space. Still issues with the "0xff is illegal UTF-8" hack.
60329              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
60330              (why do it once when you can do it all over the place :-(
60331              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
60332              need utf8.pm for swashes.
60333              - Simplified and commented scan_const() in toke.c
60334              Still something wrong regexp and tr (swashes?).
60335      Branch: perl
60336           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
60337           !> utf8.c utf8.h utfebcdic.h
60338 ____________________________________________________________________________
60339 [  9267] By: nick                                  on 2001/03/20  20:04:39
60340         Log: More EBCDIC stuff:
60341              - Loose the extra level of function on ASCII.
60342              - spotted a chr(0) issue in sv.c
60343              - re-work of UTF-X tr/// ranges to work in Unicode
60344              space. Still issues with the "0xff is illegal UTF-8" hack.
60345              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
60346              (why do it once when you can do it all over the place :-(
60347              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
60348              need utf8.pm for swashes.
60349              - Simplified and commented scan_const() in toke.c
60350              Still something wrong regexp and tr (swashes?).
60351      Branch: perlio
60352            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
60353            ! utf8.c utf8.h utfebcdic.h
60354 ____________________________________________________________________________
60355 [  9266] By: gsar                                  on 2001/03/20  19:16:43
60356         Log: VMS piping fixes (from Charles Lane)
60357      Branch: maint-5.6/perl
60358            ! vms/vms.c vms/vmspipe.com
60359 ____________________________________________________________________________
60360 [  9265] By: gsar                                  on 2001/03/20  17:53:52
60361         Log: cut-n-paste goof in change#9264
60362      Branch: maint-5.6/perl
60363            ! ext/File/Glob/Glob.xs
60364 ____________________________________________________________________________
60365 [  9264] By: gsar                                  on 2001/03/20  17:43:47
60366         Log: do alphabetical sorting by default (for csh compatibility);
60367              bsd_glob() does ASCII sort by default as usual, unless
60368              GLOB_ALPHASORT was specified
60369      Branch: maint-5.6/perl
60370            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
60371            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
60372            ! ext/File/Glob/bsd_glob.h
60373 ____________________________________________________________________________
60374 [  9263] By: gsar                                  on 2001/03/20  16:40:08
60375         Log: integrate change#9255 from mainline (unicode fix)
60376              
60377              substr($bytestr, i, n, $charstr)
60378      Branch: maint-5.6/perl
60379           !> Todo-5.6 pp.c t/op/substr.t
60380 ____________________________________________________________________________
60381 [  9262] By: gsar                                  on 2001/03/20  15:57:41
60382         Log: revert the leak fix in change#9142 (problem needs a more experimental
60383              fix unsuitable for 5.6.1)
60384      Branch: maint-5.6/perl
60385            ! scope.c
60386 ____________________________________________________________________________
60387 [  9261] By: jhi                                   on 2001/03/20  14:26:25
60388         Log: Integrate changes #9259,9260 from maintperl into mainline.
60389              
60390              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
60391              
60392              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
60393      Branch: perl
60394           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
60395 ____________________________________________________________________________
60396 [  9260] By: jhi                                   on 2001/03/20  14:05:46
60397         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
60398              From: Robin Barker <rmb1@cise.npl.co.uk>
60399              Date: Tue, 20 Mar 2001 10:12:04 GMT
60400              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
60401      Branch: maint-5.6/perl
60402            ! run.c
60403 ____________________________________________________________________________
60404 [  9259] By: jhi                                   on 2001/03/20  14:04:39
60405         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
60406              From: Chris Nandor <pudge@pobox.com>
60407              Date: Tue, 20 Mar 2001 00:40:56 -0500
60408              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
60409      Branch: maint-5.6/perl
60410            ! ext/POSIX/POSIX.xs lib/File/Path.pm
60411 ____________________________________________________________________________
60412 [  9258] By: jhi                                   on 2001/03/20  05:09:34
60413         Log: Update Changes.
60414      Branch: perl
60415            ! Changes patchlevel.h
60416 ____________________________________________________________________________
60417 [  9257] By: jhi                                   on 2001/03/20  05:04:25
60418         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
60419      Branch: perl
60420            ! t/op/tr.t
60421 ____________________________________________________________________________
60422 [  9256] By: jhi                                   on 2001/03/20  04:43:12
60423         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
60424              From: Peter Prymmer <pvhp@forte.com>
60425              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
60426              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
60427      Branch: maint-5.6/perl
60428            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
60429 ____________________________________________________________________________
60430 [  9255] By: jhi                                   on 2001/03/19  23:17:17
60431         Log: substr($bytestr, i, n, $charstr)
60432              
60433              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
60434      Branch: perl
60435            ! Todo-5.6 pp.c t/op/substr.t
60436 ____________________________________________________________________________
60437 [  9254] By: jhi                                   on 2001/03/19  22:25:09
60438         Log: Rearrange the make test target prerequisites so that
60439              in a parallel make 'all' is finished before 'test'.
60440      Branch: perl
60441            ! Makefile.SH
60442 ____________________________________________________________________________
60443 [  9253] By: jhi                                   on 2001/03/19  21:48:07
60444         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
60445              From: Robin Houston <robin@kitsite.com>
60446              Date: Mon, 19 Mar 2001 15:48:41 +0000
60447              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
60448      Branch: perl
60449            ! pp_ctl.c
60450 ____________________________________________________________________________
60451 [  9252] By: jhi                                   on 2001/03/19  21:42:27
60452         Log: Integrate perlio:
60453              
60454              [  9248]
60455              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
60456              (Building on OS390 uses native YACC and YYDEBUG has other
60457              side effects.)
60458              
60459              [  9246]
60460              More EBCDIC fixes.
60461      Branch: perl
60462           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
60463           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
60464           !> utfebcdic.h vms/perly_c.vms
60465 ____________________________________________________________________________
60466 [  9251] By: jhi                                   on 2001/03/19  21:31:28
60467         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
60468              
60469              Dynaloading in 64-bit AIX with vac.
60470      Branch: perl
60471           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60472           !> hints/aix.sh
60473 ____________________________________________________________________________
60474 [  9250] By: jhi                                   on 2001/03/19  21:18:00
60475         Log: A more robust solution for the 64bitall AIX dynaloading
60476              problem, from Jens-Uwe Mager.
60477      Branch: maint-5.6/perl
60478            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60479 ____________________________________________________________________________
60480 [  9249] By: nick                                  on 2001/03/19  20:59:37
60481         Log: Integrate mainline.
60482      Branch: perlio
60483           !> (integrate 42 files)
60484 ____________________________________________________________________________
60485 [  9248] By: nick                                  on 2001/03/19  20:22:07
60486         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
60487              (Building on OS390 uses native YACC and YYDEBUG has other
60488              side effects.)
60489      Branch: perlio
60490            ! perly.c perly.y vms/perly_c.vms
60491 ____________________________________________________________________________
60492 [  9247] By: jhi                                   on 2001/03/19  19:59:53
60493         Log: 64-bit AIX dynaloading problem (see #9244) idea
60494              from Jens-Uwe Mager.
60495      Branch: maint-5.6/perl
60496            ! ext/DynaLoader/dl_aix.xs
60497 ____________________________________________________________________________
60498 [  9246] By: nick                                  on 2001/03/19  19:27:57
60499         Log: More EBCDIC fixes.
60500      Branch: perlio
60501            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
60502            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
60503 ____________________________________________________________________________
60504 [  9245] By: jhi                                   on 2001/03/19  19:05:19
60505         Log: Integrate change #9243 from mainline into maintperl.
60506              
60507              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
60508      Branch: maint-5.6/perl
60509           !> README.vmesa
60510 ____________________________________________________________________________
60511 [  9244] By: jhi                                   on 2001/03/19  19:03:15
60512         Log: Get 64bitall AIX building, but still does not test okay:
60513              dynaloading anything fails, for example for op/defins:
60514              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
60515              (update: fixed by #9247,9250)
60516      Branch: maint-5.6/perl
60517            ! hints/aix.sh
60518 ____________________________________________________________________________
60519 [  9243] By: jhi                                   on 2001/03/19  19:00:16
60520         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
60521              From: Robin Barker <rmb1@cise.npl.co.uk>
60522              Date: Mon, 19 Mar 2001 18:01:57 GMT
60523              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
60524      Branch: perl
60525            ! README.vmesa
60526 ____________________________________________________________________________
60527 [  9242] By: jhi                                   on 2001/03/19  18:58:43
60528         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
60529              
60530              TODO: tests.
60531      Branch: perl
60532            ! doop.c op.c
60533 ____________________________________________________________________________
60534 [  9241] By: gsar                                  on 2001/03/19  17:34:46
60535         Log: VMSify tests (from Charles Lane)
60536      Branch: maint-5.6/perl
60537            ! t/lib/filehand.t t/lib/texttabs.t
60538 ____________________________________________________________________________
60539 [  9240] By: jhi                                   on 2001/03/19  14:24:26
60540         Log: Integrate change #9233 from maintperl into mainline.
60541              
60542              some refcounts were incorrect in perl_clone()
60543      Branch: perl
60544           !> sv.c
60545 ____________________________________________________________________________
60546 [  9239] By: gsar                                  on 2001/03/19  09:23:17
60547         Log: this is 5.6.1-trial3
60548      Branch: maint-5.6/perl
60549            ! Changes
60550 ____________________________________________________________________________
60551 [  9238] By: gsar                                  on 2001/03/19  08:47:04
60552         Log: some new symbols are only available under ithreads
60553      Branch: maint-5.6/perl
60554            ! makedef.pl
60555 ____________________________________________________________________________
60556 [  9237] By: gsar                                  on 2001/03/19  08:42:28
60557         Log: update patchlevel.h, Changes, &c.
60558      Branch: maint-5.6/perl
60559            ! Changes patchlevel.h pod/perlhist.pod
60560           !> AUTHORS
60561 ____________________________________________________________________________
60562 [  9236] By: gsar                                  on 2001/03/19  08:17:49
60563         Log: integrate changes#8068,8717 from mainline
60564              
60565              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
60566              
60567              [PATCH CPAN 1.59_51] warning message (not!)
60568      Branch: maint-5.6/perl
60569           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
60570           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
60571           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
60572           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
60573           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
60574 ____________________________________________________________________________
60575 [  9235] By: gsar                                  on 2001/03/19  08:07:09
60576         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
60577              
60578              [PATCH] Add missing CV flags to dump.c
60579              
60580              Re: [patch] Re: PL_ptr_table
60581              
60582              Fixup non-ithread build after 8713
60583              
60584              Generated files form 8713 etc.
60585              
60586              Correct the correction :-(
60587              
60588              Documenting coderef @INC (Re: CPAN "make this script work" feature)
60589              
60590              Subject: Re: sync sync sync: have I missed any patches?
60591              Replace djSP with dSP.
60592      Branch: maint-5.6/perl
60593           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
60594           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
60595           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
60596           !> sv.c sv.h win32/perlhost.h
60597 ____________________________________________________________________________
60598 [  9234] By: gsar                                  on 2001/03/19  07:22:05
60599         Log: revert the change#9090 integrate for now (change looks somewhat
60600              incomplete in that [ha]v_exists() need something similar; lacks
60601              tests; &c.)
60602      Branch: maint-5.6/perl
60603            ! hv.c
60604 ____________________________________________________________________________
60605 [  9233] By: gsar                                  on 2001/03/19  07:10:01
60606         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
60607              destruction when there are unreferenced scalars (SvREFCNT==0)
60608      Branch: maint-5.6/perl
60609            ! sv.c
60610 ____________________________________________________________________________
60611 [  9232] By: jhi                                   on 2001/03/19  05:11:02
60612         Log: Regen api and toc.
60613      Branch: maint-5.6/perl
60614            ! pod/perlapi.pod pod/perltoc.pod
60615 ____________________________________________________________________________
60616 [  9231] By: jhi                                   on 2001/03/19  04:06:03
60617         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
60618              add a lost line in pp.c:pp_chop(), update to new op/chop.
60619              
60620              Clarify the description differentiating for and while; inspired by
60621              
60622              Subject: [ID 20010306.004] || != named unary operator
60623              
60624              The $Is_MacOS needs to be declared.
60625      Branch: maint-5.6/perl
60626            ! pp.c t/op/chop.t
60627           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
60628 ____________________________________________________________________________
60629 [  9230] By: jhi                                   on 2001/03/19  03:48:16
60630         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
60631              9079,9083,9089,9090,9091 from mainline to maintperl.
60632              
60633              Quieten some noise in Win32 builds
60634              
60635              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
60636              
60637              The perlretut was still talking about the old \p and \P
60638              definitions.
60639              
60640              More tweakage on the Unicode character class descriptions.
60641              
60642              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
60643              
60644              Subject: 'no *POSIX' Patch speeding up make on BS2000 
60645              
60646              Subject: [PATCH] perldata.pod here-doc docs
60647              
60648              Add /sbin and /usr/sbin to the list of directories scanned
60649              for setuid programs.  Takes care of bug id 20010309.003.
60650              
60651              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
60652              
60653              In op/stat #35 better to scan all the potential directories
60654              for setuids, not just the first one.
60655      Branch: maint-5.6/perl
60656            ! Makefile.SH
60657           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
60658           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
60659           !> t/op/stat.t toke.c win32/win32.h
60660 ____________________________________________________________________________
60661 [  9229] By: jhi                                   on 2001/03/19  02:31:50
60662         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
60663              From: Chris Nandor <pudge@pobox.com>
60664              Date: Sat, 10 Mar 2001 14:22:19 -0500
60665              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
60666      Branch: maint-5.6/perl
60667            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
60668            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
60669            ! t/lib/b.t t/lib/errno.t
60670 ____________________________________________________________________________
60671 [  9228] By: jhi                                   on 2001/03/19  02:29:59
60672         Log: Integrate changes #9113,9122 from mainline into maintperl.
60673              
60674              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?)
60675      Branch: maint-5.6/perl
60676           !> Configure README.os390 hints/os390.sh
60677 ____________________________________________________________________________
60678 [  9227] By: jhi                                   on 2001/03/19  02:22:35
60679         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
60680              into maintperl.
60681              
60682              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
60683              
60684              Forgot to check-in the larger part of #9120, duh.
60685              
60686              Subject: Another patch for integer.pm POD 
60687              
60688              h2ph strictness and cleanliness from Kurt Starsinic.
60689              
60690              Borland filename case problem.
60691              
60692              h2ph strictness and cleanliness from Kurt Starsinic.
60693              
60694              Subject: [PATCH] the uncontroversial doc patches
60695      Branch: maint-5.6/perl
60696           +> win32/sncfnmcs.pl
60697           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
60698           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
60699           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
60700           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
60701           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
60702           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
60703           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
60704 ____________________________________________________________________________
60705 [  9226] By: jhi                                   on 2001/03/19  02:10:21
60706         Log: Integrate changes #9207,9214 from mainline into maintperl.
60707              
60708              podchecker relaxations: =over has an *optional* number after it,
60709              and whitespace in L<> is okay.
60710      Branch: maint-5.6/perl
60711           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
60712           !> t/pod/poderrs.xr
60713 ____________________________________________________________________________
60714 [  9225] By: jhi                                   on 2001/03/19  02:07:38
60715         Log: Integrate change #9219 from maintperl into mainline.
60716              
60717              remove duplicated tests
60718      Branch: perl
60719           !> t/op/re_tests
60720 ____________________________________________________________________________
60721 [  9224] By: jhi                                   on 2001/03/19  02:06:11
60722         Log: Integrate change #9223 from mainline to maintperl.
60723              
60724              Document -Dmksymlinks.
60725      Branch: maint-5.6/perl
60726           !> INSTALL
60727 ____________________________________________________________________________
60728 [  9223] By: jhi                                   on 2001/03/19  02:01:25
60729         Log: Document -Dmksymlinks.
60730      Branch: perl
60731            ! INSTALL
60732 ____________________________________________________________________________
60733 [  9222] By: jhi                                   on 2001/03/19  01:15:35
60734         Log: The -Dmksymlinks wasn't working for maintperl.
60735      Branch: maint-5.6/perl
60736            ! Configure
60737 ____________________________________________________________________________
60738 [  9221] By: jhi                                   on 2001/03/19  00:49:43
60739         Log: Cleanup pixie residue.
60740      Branch: perl
60741            ! Makefile.SH
60742 ____________________________________________________________________________
60743 [  9220] By: jhi                                   on 2001/03/19  00:44:47
60744         Log: Document the use of pixie/prof; create make targets for it.
60745              
60746              TODO: make t/TEST pixie-aware.
60747      Branch: perl
60748            ! Makefile.SH pod/perlhack.pod
60749 ____________________________________________________________________________
60750 [  9219] By: gsar                                  on 2001/03/19  00:16:55
60751         Log: remove duplicated tests
60752      Branch: maint-5.6/perl
60753            ! t/op/re_tests
60754 ____________________________________________________________________________
60755 [  9218] By: jhi                                   on 2001/03/18  23:59:31
60756         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
60757      Branch: perl
60758            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
60759 ____________________________________________________________________________
60760 [  9217] By: jhi                                   on 2001/03/18  23:25:20
60761         Log: Rewrite the tests section of Makefile to be less redundant
60762              and to allow for more flexible test targets, many recursive
60763              make calls introduced.
60764      Branch: perl
60765            ! Makefile.SH
60766 ____________________________________________________________________________
60767 [  9216] By: jhi                                   on 2001/03/18  22:30:04
60768         Log: Document the use of Third Degree (sparsely).
60769      Branch: perl
60770            ! pod/perlhack.pod t/TEST
60771 ____________________________________________________________________________
60772 [  9215] By: jhi                                   on 2001/03/18  22:10:30
60773         Log: Make targets for testing with Third Degree.
60774      Branch: perl
60775            ! Makefile.SH
60776 ____________________________________________________________________________
60777 [  9214] By: jhi                                   on 2001/03/18  21:08:53
60778         Log: The podchecker relaxations need to mirrored also at the tests.
60779      Branch: perl
60780            ! t/pod/poderrs.xr
60781 ____________________________________________________________________________
60782 [  9213] By: jhi                                   on 2001/03/18  20:56:21
60783         Log: Update Changes.
60784      Branch: perl
60785            ! Changes patchlevel.h
60786 ____________________________________________________________________________
60787 [  9212] By: jhi                                   on 2001/03/18  20:36:59
60788         Log: Looking for config.sh in parent directories isn't
60789              very useful for the toplevel Makefile.
60790      Branch: perl
60791            ! Makefile.SH
60792 ____________________________________________________________________________
60793 [  9211] By: jhi                                   on 2001/03/18  20:33:37
60794         Log: On "make clean" take care of Third Degree droppings.
60795      Branch: perl
60796            ! Makefile.SH
60797 ____________________________________________________________________________
60798 [  9210] By: jhi                                   on 2001/03/18  20:21:34
60799         Log: Add a hook for running the tests under the Third Degree
60800              debugging tool (set $ENV{PERL_3LOG} to non-zero)
60801              
60802              TODO: Document the use of Third Degree.
60803      Branch: perl
60804            ! t/TEST
60805 ____________________________________________________________________________
60806 [  9209] By: jhi                                   on 2001/03/18  20:19:07
60807         Log: Regen toc and api pods.
60808      Branch: perl
60809            ! pod/perlapi.pod pod/perltoc.pod
60810 ____________________________________________________________________________
60811 [  9208] By: jhi                                   on 2001/03/18  20:12:12
60812         Log: Integrate changes #8128,9132 from mainline into maintperl,
60813              Tie::SubstrHash fixes.
60814      Branch: maint-5.6/perl
60815           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
60816 ____________________________________________________________________________
60817 [  9207] By: jhi                                   on 2001/03/18  20:07:43
60818         Log: podchecker relaxations from Michael Stevens.
60819      Branch: perl
60820            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
60821 ____________________________________________________________________________
60822 [  9206] By: jhi                                   on 2001/03/18  20:04:24
60823         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
60824      Branch: perl
60825            ! lib/Locale/Constants.pm lib/Locale/Country.pm
60826            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
60827            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
60828 ____________________________________________________________________________
60829 [  9205] By: jhi                                   on 2001/03/18  19:54:45
60830         Log: Integrate changes #9161,9162 from maintperl to mainline.
60831              
60832              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
60833              results
60834      Branch: perl
60835           !> t/op/magic.t
60836 ____________________________________________________________________________
60837 [  9204] By: jhi                                   on 2001/03/18  19:37:46
60838         Log: Make perl.third checks more understandable to the builder.
60839      Branch: perl
60840            ! Makefile.SH
60841 ____________________________________________________________________________
60842 [  9203] By: jhi                                   on 2001/03/18  19:20:54
60843         Log: Re-integrate #9138 from maintperl to mainline,
60844              the squelching of the unneeded "Scalars leaked" messages.
60845      Branch: perl
60846           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
60847           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
60848           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
60849 ____________________________________________________________________________
60850 [  9202] By: jhi                                   on 2001/03/18  18:48:36
60851         Log: More robust and more paranoid perl.third target.
60852      Branch: perl
60853            ! Makefile.SH
60854 ____________________________________________________________________________
60855 [  9201] By: jhi                                   on 2001/03/18  18:39:21
60856         Log: Integrate change #9197 from maintperl to mainline.
60857              
60858              more thorough cleaning of arenas.
60859      Branch: perl
60860           !> embed.pl perl.c proto.h sv.c t/op/sort.t
60861 ____________________________________________________________________________
60862 [  9200] By: jhi                                   on 2001/03/18  18:25:17
60863         Log: Integrate perlio:
60864              
60865              [  9199]
60866              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
60867              is the sense of the test being done. Avoid some magical 127 and 128 values
60868              by using macros.
60869              
60870              [  9198]
60871              UTF-X encoding invariance for Encode:
60872              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
60873              - move the XS code for those to universal.c (so in miniperl)
60874              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
60875              - change ext/Encode/compile to use above.
60876              - Fix t/lib/encode.t for above
60877              - Teach t/lib/b.t to expect -uutf8
60878              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
60879              utf8.pm is needed.
60880              
60881              [  9196]
60882              Fix pragma/utf8.t # 15
60883              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
60884              are SvUTF8 as well.
60885      Branch: perl
60886           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
60887           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
60888           !> t/lib/encode.t toke.c universal.c utf8.c
60889 ____________________________________________________________________________
60890 [  9199] By: nick                                  on 2001/03/18  15:23:51
60891         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
60892              is the sense of the test being done. Avoid some magical 127 and 128 values
60893              by using macros.
60894      Branch: perlio
60895            ! doop.c pp_ctl.c sv.c toke.c
60896 ____________________________________________________________________________
60897 [  9198] By: nick                                  on 2001/03/18  14:18:12
60898         Log: UTF-X encoding invariance for Encode:
60899              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
60900              - move the XS code for those to universal.c (so in miniperl)
60901              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
60902              - change ext/Encode/compile to use above.
60903              - Fix t/lib/encode.t for above
60904              - Teach t/lib/b.t to expect -uutf8
60905              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
60906              utf8.pm is needed.
60907      Branch: perlio
60908            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
60909            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
60910 ____________________________________________________________________________
60911 [  9197] By: gsar                                  on 2001/03/18  12:15:57
60912         Log: more thorough cleaning of arenas--keep going until no more
60913              SvREFCNT_dec()s occur (this fixes the problem that causes the
60914              pesky "Scalars leaked" warnings)
60915      Branch: maint-5.6/perl
60916            ! embed.pl perl.c proto.h sv.c t/op/sort.t
60917 ____________________________________________________________________________
60918 [  9196] By: nick                                  on 2001/03/18  10:57:29
60919         Log: Fix pragma/utf8.t # 15
60920              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
60921              are SvUTF8 as well.
60922      Branch: perlio
60923            ! toke.c
60924 ____________________________________________________________________________
60925 [  9195] By: nick                                  on 2001/03/18  09:27:06
60926         Log: Integrate mainline
60927      Branch: perlio
60928           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
60929           !> t/op/pat.t
60930 ____________________________________________________________________________
60931 [  9194] By: jhi                                   on 2001/03/18  05:29:59
60932         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
60933              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
60934      Branch: perl
60935            ! op.c op.h t/op/misc.t t/op/pat.t
60936 ____________________________________________________________________________
60937 [  9193] By: jhi                                   on 2001/03/18  05:15:06
60938         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
60939      Branch: perl
60940            ! mg.c t/op/pat.t
60941 ____________________________________________________________________________
60942 [  9192] By: jhi                                   on 2001/03/18  04:22:43
60943         Log: tr/// UTF-8 patches from Inaba Hiroto.
60944      Branch: perl
60945            ! doop.c op.c
60946 ____________________________________________________________________________
60947 [  9191] By: jhi                                   on 2001/03/18  04:21:17
60948         Log: Integrate perlio:
60949              
60950              [  9190]
60951              Correct #if EBCDIC side typos.
60952              Builds and passes many tests on OS390.
60953      Branch: perl
60954           !> utf8.c utfebcdic.h
60955 ____________________________________________________________________________
60956 [  9190] By: nick                                  on 2001/03/17  20:32:01
60957         Log: Correct #if EBCDIC side typos.
60958              Builds and passes many tests on OS390.
60959      Branch: perlio
60960            ! utf8.c utfebcdic.h
60961 ____________________________________________________________________________
60962 [  9189] By: jhi                                   on 2001/03/17  18:55:49
60963         Log: Add prerequisites for the perl.third target.
60964      Branch: perl
60965            ! Makefile.SH
60966 ____________________________________________________________________________
60967 [  9188] By: jhi                                   on 2001/03/17  18:46:00
60968         Log: Integrate perlio:
60969              
60970              [  9186]
60971              MANIFEST addition :-(
60972              
60973              [  9185]
60974              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
60975              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
60976              a superset of ASCII are invariant under the encoding. This is EBCDIC
60977              friendly as an encoded string can be looked at as being EBCDIC by lexer
60978              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
60979              ASCII on ASCII machines.
60980              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
60981              seperate.
60982              - Add some more macros to comprehend different shift amounts and
60983              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
60984              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
60985              and conditionally #include it.
60986              EBCDIC build as yet untested.  ASCII still fails the one test.
60987              
60988              [  9184]
60989              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
60990      Branch: perl
60991           +> utfebcdic.h
60992           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
60993 ____________________________________________________________________________
60994 [  9187] By: jhi                                   on 2001/03/17  18:38:47
60995         Log: Add a make rule for perl.third (the Third Degree memory debugging
60996              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
60997      Branch: perl
60998            ! Makefile.SH
60999 ____________________________________________________________________________
61000 [  9186] By: nick                                  on 2001/03/17  18:34:48
61001         Log: MANIFEST addition :-(
61002      Branch: perlio
61003            ! MANIFEST
61004 ____________________________________________________________________________
61005 [  9185] By: nick                                  on 2001/03/17  18:29:50
61006         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
61007              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
61008              a superset of ASCII are invariant under the encoding. This is EBCDIC
61009              friendly as an encoded string can be looked at as being EBCDIC by lexer
61010              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
61011              ASCII on ASCII machines.
61012              
61013              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
61014              seperate.
61015              - Add some more macros to comprehend different shift amounts and
61016              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
61017              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
61018              and conditionally #include it.
61019              
61020              EBCDIC build as yet untested.  ASCII still fails the one test.
61021      Branch: perlio
61022            + utfebcdic.h
61023            ! utf8.c utf8.h
61024 ____________________________________________________________________________
61025 [  9184] By: nick                                  on 2001/03/17  17:44:16
61026         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
61027      Branch: perlio
61028            ! doop.c perl.h pp.c utf8.h
61029 ____________________________________________________________________________
61030 [  9183] By: jhi                                   on 2001/03/17  15:55:42
61031         Log: Integrate perlio:
61032              
61033              [  9182]
61034              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
61035              
61036              [  9180]
61037              EBCDIC Fixes.
61038              
61039              [  9173]
61040              1st day's EBCDIC fixes:
61041              - toke.c's parsing of strings needed attention
61042              needed to conditionally e2a if string was already UTF-8
61043              - e2a/a2e tables where wrong way round.
61044              - new macros in utf8.h
61045      Branch: perl
61046            ! MANIFEST
61047           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
61048 ____________________________________________________________________________
61049 [  9182] By: nick                                  on 2001/03/17  09:16:06
61050         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
61051      Branch: perlio
61052            ! t/op/pat.t
61053 ____________________________________________________________________________
61054 [  9181] By: nick                                  on 2001/03/17  09:15:11
61055         Log: Integrate mainline.
61056      Branch: perlio
61057           +> lib/Locale/Constants.pm lib/Locale/Country.pm
61058           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
61059           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
61060           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
61061           !> (integrate 83 files)
61062 ____________________________________________________________________________
61063 [  9180] By: nick                                  on 2001/03/16  17:23:21
61064         Log: EBCDIC Fixes.
61065      Branch: perlio
61066            ! perl.h sv.c toke.c utf8.c utf8.h
61067 ____________________________________________________________________________
61068 [  9179] By: jhi                                   on 2001/03/16  14:10:12
61069         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
61070              a change needed to work around an AIX compiler bug.
61071      Branch: perl
61072            ! ext/Storable/Storable.xs
61073 ____________________________________________________________________________
61074 [  9178] By: jhi                                   on 2001/03/16  03:19:59
61075         Log: With Damian's approval synchronize damian's modules'
61076              licensing with Perl's standard module licensing.
61077      Branch: perl
61078            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
61079 ____________________________________________________________________________
61080 [  9177] By: jhi                                   on 2001/03/16  03:15:34
61081         Log: Make the Filter::Util:Call files have their own copies
61082              of the Perl standard module licensing, from Paul Marquess.
61083      Branch: perl
61084            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
61085 ____________________________________________________________________________
61086 [  9176] By: jhi                                   on 2001/03/16  02:56:04
61087         Log: Subject: [PATCH] more pod patches
61088              From: Michael Stevens <michael@etla.org>
61089              Date: Thu, 15 Mar 2001 21:25:18 +0000
61090              Message-ID: <20010315212518.A18870@firedrake.org>
61091      Branch: perl
61092            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
61093            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
61094            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
61095            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
61096            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
61097            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
61098            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
61099            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
61100            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
61101            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
61102            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
61103            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
61104            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
61105            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
61106            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
61107            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
61108            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
61109            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
61110            ! lib/Locale/Country.pm lib/Locale/Language.pm
61111            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
61112            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
61113            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
61114            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
61115            ! os2/OS2/Process/Process.pm
61116 ____________________________________________________________________________
61117 [  9175] By: jhi                                   on 2001/03/16  02:53:32
61118         Log: Subject: [PATCH] the uncontroversial doc patches
61119              From: Michael Stevens <michael@etla.org>
61120              Date: Thu, 15 Mar 2001 20:01:12 +0000
61121              Message-ID: <20010315200112.A7636@firedrake.org>
61122      Branch: perl
61123            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
61124            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
61125            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
61126            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
61127            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
61128 ____________________________________________________________________________
61129 [  9174] By: jhi                                   on 2001/03/16  02:50:49
61130         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
61131              From: Paul Lindner <lindner@inuus.com>
61132              Date: Fri, 16 Mar 2001 11:28:03 -0800
61133              Message-ID: <20010316112803.A7577@inuus.com>
61134      Branch: perl
61135            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
61136 ____________________________________________________________________________
61137 [  9173] By: nick                                  on 2001/03/15  20:21:03
61138         Log: 1st day's EBCDIC fixes:
61139              - toke.c's parsing of strings needed attention
61140              needed to conditionally e2a if string was already UTF-8
61141              - e2a/a2e tables where wrong way round.
61142              - new macros in utf8.h
61143      Branch: perlio
61144            ! perl.h toke.c utf8.h
61145 ____________________________________________________________________________
61146 [  9172] By: jhi                                   on 2001/03/15  15:17:17
61147         Log: Update Changes.
61148      Branch: perl
61149            ! Changes patchlevel.h
61150 ____________________________________________________________________________
61151 [  9171] By: jhi                                   on 2001/03/15  15:09:32
61152         Log: Subject: Re: Another Borland C++ problem.
61153              From: "Vadim Konovalov" <watman@inbox.ru>
61154              Date: Sat, 10 Mar 2001 19:26:07 +0300
61155              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
61156              
61157              Borland filename case problem.
61158      Branch: perl
61159            + win32/sncfnmcs.pl
61160            ! MANIFEST README.win32
61161 ____________________________________________________________________________
61162 [  9170] By: jhi                                   on 2001/03/15  14:54:23
61163         Log: Add Locale::Codes 1.06, from Neil Bowers.
61164      Branch: perl
61165            + lib/Locale/Constants.pm lib/Locale/Country.pm
61166            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
61167            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
61168            + t/lib/lc-language.t t/lib/lc-uk.t
61169            ! MANIFEST
61170 ____________________________________________________________________________
61171 [  9169] By: jhi                                   on 2001/03/15  14:19:01
61172         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
61173      Branch: perl
61174            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
61175            ! ext/Storable/Storable.xs
61176 ____________________________________________________________________________
61177 [  9168] By: jhi                                   on 2001/03/15  14:13:22
61178         Log: Integrate changes #9120,9167 from mainline to maintperl.
61179              
61180              Subject: [PATCH 5.6.1] OS/2 docs
61181              
61182              Subject: [PATCH 5.6.1] perldoc
61183      Branch: maint-5.6/perl
61184           !> os2/Changes utils/perldoc.PL
61185 ____________________________________________________________________________
61186 [  9167] By: jhi                                   on 2001/03/15  14:07:42
61187         Log: Subject: [PATCH 5.6.1] perldoc
61188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61189              Date: Wed, 14 Mar 2001 23:46:52 -0500
61190              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
61191      Branch: perl
61192            ! utils/perldoc.PL
61193 ____________________________________________________________________________
61194 [  9166] By: jhi                                   on 2001/03/15  13:53:15
61195         Log: sigaction test condition tweakage.
61196      Branch: perl
61197            ! t/lib/sigaction.t
61198 ____________________________________________________________________________
61199 [  9165] By: alanbur                               on 2001/03/15  03:49:17
61200         Log: Resynchronised with parent
61201      Branch: maint-5.6/pureperl
61202           +> os2/os2add.sym t/op/anonsub.t
61203           !> (integrate 72 files)
61204 ____________________________________________________________________________
61205 [  9164] By: jhi                                   on 2001/03/15  01:05:01
61206         Log: Avoid stomping off the beginning of an array in tr///.
61207      Branch: perl
61208            ! op.c
61209 ____________________________________________________________________________
61210 [  9163] By: jhi                                   on 2001/03/15  00:58:57
61211         Log: h2ph strictness and cleanliness from Kurt Starsinic.
61212      Branch: perl
61213            ! utils/h2ph.PL
61214 ____________________________________________________________________________
61215 [  9162] By: gsar                                  on 2001/03/15  00:56:53
61216         Log: avoid warnings
61217      Branch: maint-5.6/perl
61218            ! t/op/magic.t
61219 ____________________________________________________________________________
61220 [  9161] By: gsar                                  on 2001/03/15  00:52:09
61221         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
61222              results
61223      Branch: maint-5.6/perl
61224            ! t/op/magic.t
61225 ____________________________________________________________________________
61226 [  9160] By: jhi                                   on 2001/03/14  22:02:10
61227         Log: Do not use the Perl malloc in IRIX, suggested by
61228              Helmus Jarausch.
61229      Branch: perl
61230            ! hints/irix_6.sh
61231 ____________________________________________________________________________
61232 [  9159] By: nick                                  on 2001/03/14  21:45:59
61233         Log: Integrate mainline
61234      Branch: perlio
61235           +> t/op/loopctl.t
61236           !> (integrate 41 files)
61237 ____________________________________________________________________________
61238 [  9158] By: jhi                                   on 2001/03/14  21:10:09
61239         Log: The Day of the Retractions continues: the #9138
61240              (integrated in #9144) doesn't work well in mainline.
61241      Branch: perl
61242            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
61243            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
61244            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
61245 ____________________________________________________________________________
61246 [  9157] By: jhi                                   on 2001/03/14  20:58:12
61247         Log: The #9145 CANNOT be enabled: the clear_pmop code still
61248              dumps core all over in Tru64.
61249      Branch: perl
61250            ! op.c op.h t/op/pat.t
61251 ____________________________________________________________________________
61252 [  9156] By: jhi                                   on 2001/03/14  20:48:06
61253         Log: Integrate change #9154 from maintperl to mainline.
61254              
61255              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
61256              (caused Storable 1.0.10 to break on windows)
61257      Branch: perl
61258           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
61259           !> perlapi.c proto.h
61260 ____________________________________________________________________________
61261 [  9155] By: jhi                                   on 2001/03/14  20:23:53
61262         Log: Retract #9136: breaks threading (and binary compatibility).
61263      Branch: perl
61264            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
61265 ____________________________________________________________________________
61266 [  9154] By: gsar                                  on 2001/03/14  17:48:18
61267         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
61268              (caused Storable 1.0.10 to break on windows)
61269      Branch: maint-5.6/perl
61270            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
61271            ! perlapi.c proto.h
61272 ____________________________________________________________________________
61273 [  9153] By: jhi                                   on 2001/03/14  13:35:21
61274         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
61275      Branch: perl
61276            ! t/lib/sigaction.t
61277 ____________________________________________________________________________
61278 [  9152] By: gsar                                  on 2001/03/14  07:29:40
61279         Log: back out changes#9012,9010,9009 and parts of change#9016
61280              (causes ABRs under purify, and some prerequisites don't
61281              seem to be there in 5.6.x)
61282      Branch: maint-5.6/perl
61283            ! doop.c op.c t/op/tr.t toke.c
61284 ____________________________________________________________________________
61285 [  9151] By: gsar                                  on 2001/03/14  07:01:29
61286         Log: reenable change#9145 (the test was busted due to a missing
61287              C<print "ok 27\n">)
61288      Branch: perl
61289            ! op.c op.h t/op/pat.t
61290 ____________________________________________________________________________
61291 [  9150] By: jhi                                   on 2001/03/14  06:38:36
61292         Log: Retract #9145.
61293      Branch: perl
61294            ! op.c op.h t/op/pat.t
61295 ____________________________________________________________________________
61296 [  9149] By: jhi                                   on 2001/03/14  06:14:56
61297         Log: Retract #9143.
61298      Branch: perl
61299            ! op.c
61300 ____________________________________________________________________________
61301 [  9148] By: gsar                                  on 2001/03/14  06:13:02
61302         Log: Uninitialized Memory Read in regexec.c
61303      Branch: perl
61304            ! regexec.c
61305 ____________________________________________________________________________
61306 [  9147] By: jhi                                   on 2001/03/14  04:59:54
61307         Log: Subject: PATCH: make goto work in nested eval ""
61308              From: Robin Houston <robin@kitsite.com>
61309              Date: Wed, 14 Mar 2001 04:16:10 +0000
61310              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
61311      Branch: perl
61312            ! pp_ctl.c t/op/goto.t
61313 ____________________________________________________________________________
61314 [  9146] By: jhi                                   on 2001/03/14  04:42:54
61315         Log: Preserve the #ifdef PERL_CORE in perly.h.
61316      Branch: perl
61317            ! perly.fixer
61318 ____________________________________________________________________________
61319 [  9145] By: jhi                                   on 2001/03/14  03:57:41
61320         Log: (Retracted by #9150.)
61321      Branch: perl
61322            ! op.c op.h t/op/pat.t
61323 ____________________________________________________________________________
61324 [  9144] By: jhi                                   on 2001/03/14  03:50:38
61325         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
61326              
61327              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
61328              
61329              remove squelch controls for "Scalars leaked" messages in most places
61330              (these are now cured)
61331              
61332              fix another memory leak reported by purify (tie callbacks that
61333              croak can leak when wiping out magic)
61334      Branch: perl
61335           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
61336           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
61337           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
61338           !> t/pragma/warnings.t
61339 ____________________________________________________________________________
61340 [  9143] By: jhi                                   on 2001/03/14  03:37:53
61341         Log: (Retracted by #9149.)
61342      Branch: perl
61343            ! op.c
61344 ____________________________________________________________________________
61345 [  9142] By: gsar                                  on 2001/03/14  03:20:48
61346         Log: fix another memory leak reported by purify (tie callbacks that
61347              croak can leak when wiping out magic)
61348      Branch: maint-5.6/perl
61349            ! scope.c
61350 ____________________________________________________________________________
61351 [  9141] By: jhi                                   on 2001/03/14  02:55:00
61352         Log: Subject: PATCH for [ID 20010305.003]
61353              From: Robin Houston <robin@kitsite.com>
61354              Date: Wed, 14 Mar 2001 02:45:51 +0000
61355              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
61356      Branch: perl
61357            ! pp_ctl.c t/op/eval.t
61358 ____________________________________________________________________________
61359 [  9140] By: jhi                                   on 2001/03/14  02:41:54
61360         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
61361              Date: Wed, 14 Mar 2001 01:52:51 +0000
61362              From: Robin Houston <robin@kitsite.com>
61363              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
61364              
61365              Fix for 2000313.004.
61366      Branch: perl
61367            ! pp_ctl.c t/op/goto.t
61368 ____________________________________________________________________________
61369 [  9139] By: jhi                                   on 2001/03/14  02:40:50
61370         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
61371              From: Robin Houston <robin@kitsite.com>
61372              Date: Wed, 14 Mar 2001 00:43:45 +0000
61373              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
61374      Branch: perl
61375            + t/op/loopctl.t
61376            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
61377            ! vms/perly_c.vms
61378 ____________________________________________________________________________
61379 [  9138] By: gsar                                  on 2001/03/14  01:18:00
61380         Log: remove squelch controls for "Scalars leaked" messages in most places
61381              (these are now cured)
61382      Branch: maint-5.6/perl
61383            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
61384            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
61385            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
61386 ____________________________________________________________________________
61387 [  9137] By: gsar                                  on 2001/03/14  00:57:04
61388         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
61389      Branch: maint-5.6/perl
61390            ! regcomp.c
61391 ____________________________________________________________________________
61392 [  9136] By: jhi                                   on 2001/03/13  23:12:24
61393         Log: (Retracted by #9155)
61394              
61395              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
61396              From: Jens-Uwe Mager <jum@helios.de>
61397              Date: Wed, 21 Feb 2001 21:32:04 +0100
61398              Message-ID: <20010221213203.A18340@ans.helios.de>
61399      Branch: perl
61400            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
61401 ____________________________________________________________________________
61402 [  9135] By: jhi                                   on 2001/03/13  22:50:05
61403         Log: Integrate perlio:
61404              
61405              [  9126]
61406              #ifdef'ed out code to make packed side of pack/unpack
61407              octets. (i.e. pack('U') => encode_utf8).
61408      Branch: perl
61409           !> pp.c
61410 ____________________________________________________________________________
61411 [  9134] By: jhi                                   on 2001/03/13  22:49:05
61412         Log: Integrate change #9131 from maintperl into mainline.
61413              
61414              make the error text look more consistent in hints/hpux.sh
61415      Branch: perl
61416           !> hints/hpux.sh
61417 ____________________________________________________________________________
61418 [  9133] By: gsar                                  on 2001/03/13  22:46:20
61419         Log: integrate change#9067 from mainline
61420              
61421              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
61422      Branch: maint-5.6/perl
61423           !> lib/ExtUtils/MM_Unix.pm
61424 ____________________________________________________________________________
61425 [  9132] By: jhi                                   on 2001/03/13  22:41:21
61426         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
61427              From: "John P. Linderman" <jpl@research.att.com>
61428              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
61429              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
61430              
61431              A more correct prime finder.
61432      Branch: perl
61433            ! lib/Tie/SubstrHash.pm
61434 ____________________________________________________________________________
61435 [  9131] By: gsar                                  on 2001/03/13  22:30:42
61436         Log: make the error text look more consistent in hints/hpux.sh
61437      Branch: maint-5.6/perl
61438            ! hints/hpux.sh
61439 ____________________________________________________________________________
61440 [  9130] By: jhi                                   on 2001/03/13  22:23:44
61441         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
61442              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61443              Date: Tue, 13 Mar 2001 18:41:26 +0100
61444              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
61445              
61446              If the test is run non-interactively the default handler
61447              is different.
61448      Branch: perl
61449            ! t/lib/sigaction.t
61450 ____________________________________________________________________________
61451 [  9129] By: jhi                                   on 2001/03/13  22:20:21
61452         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
61453              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61454              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
61455              Date:     Tue, 13 Mar 2001 16:44:32 EST
61456      Branch: perl
61457            ! t/lib/1_compile.t
61458 ____________________________________________________________________________
61459 [  9128] By: jhi                                   on 2001/03/13  22:18:34
61460         Log: Subject: Another patch for integer.pm POD 
61461              From: "John L. Allen" <allen@grumman.com>
61462              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
61463              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
61464      Branch: perl
61465            ! lib/integer.pm
61466 ____________________________________________________________________________
61467 [  9127] By: nick                                  on 2001/03/13  21:26:30
61468         Log: Integrate mainline.
61469      Branch: perlio
61470           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
61471           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
61472           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
61473           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
61474           !> Changes Configure MANIFEST README.os2 README.os390
61475           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
61476           !> os2/Changes patchlevel.h win32/perlhost.h
61477 ____________________________________________________________________________
61478 [  9126] By: nick                                  on 2001/03/13  20:39:51
61479         Log: #ifdef'ed out code to make packed side of pack/unpack
61480              octets. (i.e. pack('U') => encode_utf8).
61481      Branch: perlio
61482            ! pp.c
61483 ____________________________________________________________________________
61484 [  9125] By: jhi                                   on 2001/03/13  15:07:16
61485         Log: Update Changes.
61486      Branch: perl
61487            ! Changes patchlevel.h
61488 ____________________________________________________________________________
61489 [  9124] By: jhi                                   on 2001/03/13  14:22:45
61490         Log: Workaround for the buggy ("internal compiler error")
61491              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
61492              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
61493              of Andreas König.
61494      Branch: perl
61495            ! ext/re/Makefile.PL hints/aix.sh
61496 ____________________________________________________________________________
61497 [  9123] By: jhi                                   on 2001/03/13  03:24:34
61498         Log: Typo in #9114.
61499      Branch: metaconfig
61500            ! U/modified/myhostname.U
61501 ____________________________________________________________________________
61502 [  9122] By: jhi                                   on 2001/03/13  03:24:06
61503         Log: Typo in #9113.
61504      Branch: perl
61505            ! Configure
61506 ____________________________________________________________________________
61507 [  9121] By: jhi                                   on 2001/03/13  01:53:05
61508         Log: Forgot to check-in the larger part of #9120, duh.
61509      Branch: perl
61510            ! README.os2
61511 ____________________________________________________________________________
61512 [  9120] By: jhi                                   on 2001/03/13  01:51:31
61513         Log: Subject: [PATCH 5.6.1] OS/2 docs
61514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61515              Date: Mon, 12 Mar 2001 03:27:32 -0500
61516              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
61517      Branch: perl
61518            ! os2/Changes
61519 ____________________________________________________________________________
61520 [  9119] By: jhi                                   on 2001/03/13  01:49:41
61521         Log: Integrate change #9116 from maintperl into mainline.
61522              
61523              Win32::GetCwd() returns C: instead of C:\ in the root directory
61524              under ithreads
61525      Branch: perl
61526           !> win32/perlhost.h
61527 ____________________________________________________________________________
61528 [  9118] By: jhi                                   on 2001/03/13  01:13:39
61529         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
61530      Branch: perl
61531            + lib/Switch.pm t/lib/switch.t
61532            ! MANIFEST
61533 ____________________________________________________________________________
61534 [  9117] By: jhi                                   on 2001/03/13  01:03:17
61535         Log: Add Text::Balanced 1.83.
61536      Branch: perl
61537            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
61538            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
61539            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
61540            + t/lib/tb-xvari.t
61541            ! MANIFEST
61542 ____________________________________________________________________________
61543 [  9116] By: gsar                                  on 2001/03/13  00:55:53
61544         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
61545              under ithreads
61546      Branch: maint-5.6/perl
61547            ! win32/perlhost.h
61548 ____________________________________________________________________________
61549 [  9115] By: jhi                                   on 2001/03/13  00:54:09
61550         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
61551              From: "John L. Allen" <allen@grumman.com>
61552              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
61553              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
61554              
61555              use integer document clarification.
61556      Branch: perl
61557            ! lib/integer.pm
61558 ____________________________________________________________________________
61559 [  9114] By: jhi                                   on 2001/03/13  00:38:54
61560         Log: Metaconfig unit change for #9113.
61561      Branch: metaconfig
61562            ! U/modified/myhostname.U
61563 ____________________________________________________________________________
61564 [  9113] By: jhi                                   on 2001/03/13  00:38:35
61565         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?)
61566              From: Peter Prymmer <pvhp@forte.com>
61567              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
61568              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
61569      Branch: perl
61570            ! Configure README.os390 hints/os390.sh
61571 ____________________________________________________________________________
61572 [  9112] By: jhi                                   on 2001/03/13  00:29:00
61573         Log: Integrate perlio:
61574              
61575              [  9110]
61576              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
61577      Branch: perl
61578           !> sv.c utf8.h
61579 ____________________________________________________________________________
61580 [  9111] By: nick                                  on 2001/03/12  21:16:33
61581         Log: Integrate mainline.
61582      Branch: perlio
61583           +> t/op/anonsub.t
61584           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
61585           !> proto.h sv.c
61586 ____________________________________________________________________________
61587 [  9110] By: nick                                  on 2001/03/12  21:00:13
61588         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
61589      Branch: perlio
61590            ! sv.c utf8.h
61591 ____________________________________________________________________________
61592 [  9109] By: jhi                                   on 2001/03/12  16:04:47
61593         Log: Integrate change #9108 from maintperl to mainline.
61594              
61595              fix memory leak in C<sub X { sub {} }> arising from a refcount
61596              loop between the outer sub and the inner prototype anonsub
61597              
61598              this also enables closures returned by subroutines that
61599              subsequently get redefined to work without generating coredumps :)
61600              
61601              completely removed the free_closures() hack--it shouldn't be
61602              needed anymore
61603      Branch: perl
61604           +> t/op/anonsub.t
61605           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
61606           !> proto.h sv.c
61607 ____________________________________________________________________________
61608 [  9108] By: gsar                                  on 2001/03/12  10:21:31
61609         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
61610              loop between the outer sub and the inner prototype anonsub
61611              
61612              this also enables closures returned by subroutines that
61613              subsequently get redefined to work without generating coredumps :)
61614              
61615              completely removed the free_closures() hack--it shouldn't be
61616              needed anymore
61617      Branch: maint-5.6/perl
61618            + t/op/anonsub.t
61619            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
61620            ! proto.h sv.c
61621 ____________________________________________________________________________
61622 [  9107] By: jhi                                   on 2001/03/12  05:15:31
61623         Log: Integrate perlio:
61624              
61625              [  9106]
61626              regcomp.c is working in native space, not Unicode space (if different)
61627              as it is doing compare against 'W' in \W etc.
61628              
61629              [  9105]
61630              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
61631              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
61632              
61633              [  9104]
61634              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
61635              
61636              [  9102]
61637              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
61638              - exclude layer syms in makedef.pl for sfio
61639              - also inhibit Encode from trying to build ":encode()" layer.
61640      Branch: perl
61641           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
61642 ____________________________________________________________________________
61643 [  9106] By: nick                                  on 2001/03/11  20:10:12
61644         Log: regcomp.c is working in native space, not Unicode space (if different)
61645              as it is doing compare against 'W' in \W etc.
61646      Branch: perlio
61647            ! regcomp.c
61648 ____________________________________________________________________________
61649 [  9105] By: nick                                  on 2001/03/11  19:39:34
61650         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
61651              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
61652      Branch: perlio
61653            ! regcomp.c toke.c utf8.c
61654 ____________________________________________________________________________
61655 [  9104] By: nick                                  on 2001/03/11  18:15:44
61656         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
61657      Branch: perlio
61658            ! sv.c
61659 ____________________________________________________________________________
61660 [  9103] By: nick                                  on 2001/03/11  18:03:28
61661         Log: Integrate mainline (for regexp stuff).
61662      Branch: perlio
61663           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61664           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
61665           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
61666           !> t/lib/errno.t t/op/pat.t
61667 ____________________________________________________________________________
61668 [  9102] By: nick                                  on 2001/03/11  17:44:20
61669         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
61670              - exclude layer syms in makedef.pl for sfio
61671              - also inhibit Encode from trying to build ":encode()" layer.
61672      Branch: perlio
61673            ! ext/Encode/Encode.xs makedef.pl
61674 ____________________________________________________________________________
61675 [  9101] By: jhi                                   on 2001/03/10  22:38:13
61676         Log: The $Is_MacOS needs to be declared.
61677      Branch: perl
61678            ! lib/ExtUtils/Manifest.pm
61679 ____________________________________________________________________________
61680 [  9100] By: jhi                                   on 2001/03/10  22:14:29
61681         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
61682              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
61683              pollute the symbolspace if using sfio.
61684      Branch: perl
61685            ! ext/Encode/Encode.xs
61686 ____________________________________________________________________________
61687 [  9099] By: jhi                                   on 2001/03/10  21:58:48
61688         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
61689              Date: Sat, 10 Mar 2001 14:23:55 -0500
61690              From: Chris Nandor <pudge@pobox.com>
61691              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
61692      Branch: perl
61693            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61694            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
61695            ! t/lib/errno.t
61696 ____________________________________________________________________________
61697 [  9098] By: jhi                                   on 2001/03/10  21:38:30
61698         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
61699      Branch: perl
61700            ! regcomp.c regexec.c t/op/pat.t
61701 ____________________________________________________________________________
61702 [  9097] By: jhi                                   on 2001/03/10  14:38:07
61703         Log: Integrate perlio:
61704              
61705              [  9096]
61706              EBCDIC sanity - phase I
61707              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
61708              - use utf8n_xxxx (c.f. pvn) for forms which take length.
61709              - back out vN.N and $^V exceptions to e2a/a2e
61710              - make "locale" isxxx macros be uvchr (may be redundant?)
61711              Not clear yet that toUPPER_uni et. al. return being handled correctly.
61712              The tr// and rexexp stuff still needs an audit, assumption is they are working
61713              in Unicode space.
61714              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
61715      Branch: perl
61716           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
61717           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
61718           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
61719 ____________________________________________________________________________
61720 [  9096] By: nick                                  on 2001/03/10  11:55:43
61721         Log: EBCDIC sanity - phase I
61722              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
61723              - use utf8n_xxxx (c.f. pvn) for forms which take length.
61724              - back out vN.N and $^V exceptions to e2a/a2e
61725              - make "locale" isxxx macros be uvchr (may be redundant?)
61726              
61727              Not clear yet that toUPPER_uni et. al. return being handled correctly.
61728              The tr// and rexexp stuff still needs an audit, assumption is they are working
61729              in Unicode space.
61730              
61731              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
61732      Branch: perlio
61733            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
61734            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
61735            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
61736 ____________________________________________________________________________
61737 [  9095] By: jhi                                   on 2001/03/09  22:10:01
61738         Log: Integrate perlio:
61739              
61740              [  9094]
61741              Builds an passes all tests after integrate and this tweak.
61742      Branch: perl
61743           !> dump.c
61744 ____________________________________________________________________________
61745 [  9094] By: nick                                  on 2001/03/09  17:36:38
61746         Log: Builds an passes all tests after integrate and this tweak.
61747      Branch: perlio
61748            ! dump.c
61749 ____________________________________________________________________________
61750 [  9093] By: nick                                  on 2001/03/09  17:16:03
61751         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
61752      Branch: perlio
61753           +> lib/unicode/Scripts.txt t/lib/sigaction.t
61754           !> (integrate 79 files)
61755 ____________________________________________________________________________
61756 [  9092] By: jhi                                   on 2001/03/09  15:28:26
61757         Log: Update Changes.
61758      Branch: perl
61759            ! Changes patchlevel.h
61760 ____________________________________________________________________________
61761 [  9091] By: jhi                                   on 2001/03/09  15:25:05
61762         Log: In op/stat #35 better to scan all the potential directories
61763              for setuids, not just the first one.
61764      Branch: perl
61765            ! t/op/stat.t
61766 ____________________________________________________________________________
61767 [  9090] By: jhi                                   on 2001/03/09  15:01:27
61768         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
61769              From: rspier@pobox.com (Robert Spier)
61770              Date: Fri, 9 Mar 2001 03:30:20 -0500
61771              Message-ID: <15016.38044.381174.160189@rls.cx>
61772              
61773              EXISTS() returning undef mistakenly triggered a FETCH().
61774      Branch: perl
61775            ! hv.c
61776 ____________________________________________________________________________
61777 [  9089] By: jhi                                   on 2001/03/09  14:59:02
61778         Log: Add /sbin and /usr/sbin to the list of directories scanned
61779              for setuid programs.  Takes care of bug id 20010309.003.
61780      Branch: perl
61781            ! t/op/stat.t
61782 ____________________________________________________________________________
61783 [  9088] By: jhi                                   on 2001/03/09  14:48:32
61784         Log: Regen perlapi, perltoc.
61785      Branch: perl
61786            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
61787 ____________________________________________________________________________
61788 [  9087] By: jhi                                   on 2001/03/09  14:38:56
61789         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
61790              From: David Mitchell <davem@fdgroup.co.uk>
61791              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
61792              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
61793      Branch: perl
61794            ! dump.c perl.c perl.h pod/perlrun.pod
61795 ____________________________________________________________________________
61796 [  9086] By: jhi                                   on 2001/03/09  01:47:16
61797         Log: A modified version of
61798              
61799              Subject: [ID 20010307.005] POSIX::sigaction has various problems
61800              From: anders@broadcom.com
61801              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
61802              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
61803              
61804              Currently the sigaction.t test #6 fails (and is fudged to look
61805              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
61806              This may well be a genuine bug in Linux sigaction() (since at
61807              least Tru64, Solaris, and HP-UX disagree with Linux).
61808              Anyone with POSIX / SUSv2 tome handy?  The problem is that
61809              the flags of the oldaction don't match with the flags in
61810              the previously installed disposition.
61811      Branch: perl
61812            + t/lib/sigaction.t
61813            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61814 ____________________________________________________________________________
61815 [  9085] By: jhi                                   on 2001/03/09  01:30:13
61816         Log: Subject: Re: mission impossible for the day
61817              From: Alex Gough <alex@rcon.org>
61818              Date: Thu, 08 Mar 2001 17:18:19 +0000
61819              Message-ID: <3AA7BEDB.8070409@rcon.org>
61820              
61821              If references (are overloaded) and can be directly stringified,
61822              show that instead of "stringified".
61823              
61824              (The problem, infinite mutual recursion caused by overloaded bool
61825              in Switch.pm, tracked by David Mitchell)
61826      Branch: perl
61827            ! lib/Carp/Heavy.pm
61828 ____________________________________________________________________________
61829 [  9084] By: jhi                                   on 2001/03/09  01:20:39
61830         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
61831              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
61832              From: David Mitchell <davem@fdgroup.co.uk>
61833              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
61834      Branch: perl
61835            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
61836            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
61837 ____________________________________________________________________________
61838 [  9083] By: jhi                                   on 2001/03/09  01:16:51
61839         Log: Subject: [PATCH] perldata.pod here-doc docs
61840              From: Jeff Pinyan <jeffp@crusoe.net>
61841              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
61842              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
61843      Branch: perl
61844            ! pod/perldata.pod
61845 ____________________________________________________________________________
61846 [  9082] By: jhi                                   on 2001/03/09  01:01:27
61847         Log: Subject: Re: Unicode/EBCDIC
61848              From: Peter Prymmer <pvhp@forte.com>
61849              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
61850              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
61851      Branch: perl
61852            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
61853 ____________________________________________________________________________
61854 [  9081] By: jhi                                   on 2001/03/08  13:41:30
61855         Log: Subject: Ooops, wrong 'no *POSIX' Patch
61856              From: Dorner Thomas <Thomas.Dorner@start.de>
61857              Date: Thu, 8 Mar 2001 08:43:28 +0100
61858              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
61859      Branch: perl
61860            ! hints/posix-bc.sh
61861 ____________________________________________________________________________
61862 [  9080] By: jhi                                   on 2001/03/08  13:11:42
61863         Log: It's Scripts.txt, not Script.txt.
61864      Branch: perl
61865            ! MANIFEST
61866 ____________________________________________________________________________
61867 [  9079] By: jhi                                   on 2001/03/08  12:59:05
61868         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
61869              From: Dorner Thomas <Thomas.Dorner@start.de>
61870              Date: Wed, 7 Mar 2001 14:13:31 +0100
61871              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
61872      Branch: perl
61873            ! makedepend.SH
61874 ____________________________________________________________________________
61875 [  9078] By: jhi                                   on 2001/03/08  12:57:43
61876         Log: Retract #9069, wrong patch.
61877      Branch: perl
61878            ! Makefile.SH
61879 ____________________________________________________________________________
61880 [  9077] By: jhi                                   on 2001/03/08  01:06:13
61881         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
61882      Branch: perl
61883            + lib/unicode/Scripts.txt
61884            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
61885            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
61886            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
61887            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
61888            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
61889            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
61890            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
61891            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
61892            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
61893            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
61894            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
61895            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
61896            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
61897            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
61898            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
61899            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
61900            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
61901            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
61902            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
61903            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
61904            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
61905            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
61906            ! lib/unicode/version
61907 ____________________________________________________________________________
61908 [  9076] By: jhi                                   on 2001/03/07  22:59:39
61909         Log: Integrate change #7784 from mainline into maintperl.
61910              
61911              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
61912      Branch: maint-5.6/perl
61913           !> pp_ctl.c t/op/pat.t
61914 ____________________________________________________________________________
61915 [  9075] By: jhi                                   on 2001/03/07  22:05:11
61916         Log: More UTF-8 test tweaks.
61917      Branch: perl
61918            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
61919 ____________________________________________________________________________
61920 [  9074] By: nick                                  on 2001/03/07  21:39:29
61921         Log: Integrate mainline.
61922      Branch: perlio
61923           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
61924           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
61925           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
61926           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
61927           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
61928 ____________________________________________________________________________
61929 [  9073] By: jhi                                   on 2001/03/07  16:37:09
61930         Log: Update Changes.
61931      Branch: perl
61932            ! Changes patchlevel.h
61933 ____________________________________________________________________________
61934 [  9072] By: jhi                                   on 2001/03/07  16:32:30
61935         Log: Subject: [ID 20010306.004] || != named unary operator
61936              From: abela@geneanet.org
61937              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
61938              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
61939      Branch: perl
61940            ! pod/perlop.pod
61941 ____________________________________________________________________________
61942 [  9071] By: jhi                                   on 2001/03/07  15:14:11
61943         Log: Subject: downgrading to bytes for common functions
61944              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
61945              Date: Wed, 7 Mar 2001 02:36:55 -0500
61946              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
61947      Branch: perl
61948            ! pp_sys.c
61949 ____________________________________________________________________________
61950 [  9070] By: jhi                                   on 2001/03/07  15:04:58
61951         Log: Clarify the description differentiating for and while; inspired by
61952              
61953              Subject: [ID 20010306.002] for/while difference in for definition
61954              From: abela@geneanet.org
61955              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
61956              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
61957      Branch: perl
61958            ! pod/perlsyn.pod
61959 ____________________________________________________________________________
61960 [  9069] By: jhi                                   on 2001/03/07  14:55:30
61961         Log: (Retracted by #9078.)
61962      Branch: perl
61963            ! Makefile.SH
61964 ____________________________________________________________________________
61965 [  9068] By: jhi                                   on 2001/03/07  14:51:17
61966         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61967              From: Radu Greab <radu@netsoft.ro>
61968              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
61969              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
61970      Branch: perl
61971            ! pp.c t/op/chop.t
61972 ____________________________________________________________________________
61973 [  9067] By: jhi                                   on 2001/03/07  14:48:57
61974         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
61975              From: Simon Cozens <simon@netthink.co.uk>
61976              Date: Wed, 7 Mar 2001 13:59:28 +0000
61977              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
61978              
61979              In order to allow MakeMaker to build correct Makefiles,
61980              you need to change the order of the arguments in MM_Unix.pm
61981              as well. (Unless you have C89_CCMODE set, but we're trying
61982              to be POSIXly correct)
61983              
61984              Thanks to Merijn Broeren for tracking this down.
61985      Branch: perl
61986            ! lib/ExtUtils/MM_Unix.pm
61987 ____________________________________________________________________________
61988 [  9066] By: jhi                                   on 2001/03/07  14:30:02
61989         Log: Floating point too messy.
61990      Branch: perl
61991            ! t/camel-III/vstring.t
61992 ____________________________________________________________________________
61993 [  9065] By: jhi                                   on 2001/03/07  14:17:44
61994         Log: Integrate change #9064 from maintperl into mainline.
61995              
61996              fix memory leak in pack("Bb",...)
61997      Branch: perl
61998           !> perl.c
61999 ____________________________________________________________________________
62000 [  9064] By: gsar                                  on 2001/03/07  06:29:24
62001         Log: fix memory leak in pack("Bb",...)
62002      Branch: maint-5.6/perl
62003            ! perl.c
62004 ____________________________________________________________________________
62005 [  9063] By: jhi                                   on 2001/03/07  00:55:04
62006         Log: Major utf8 test reorganisation and rewrite.
62007              Hopefully no tests were lost in the shuffle.
62008              (The beginning of pragma/utf8 was lost intentionally,
62009              the tests were rather bogus and incomplete.)
62010      Branch: perl
62011            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
62012            ! t/pragma/utf8.t
62013 ____________________________________________________________________________
62014 [  9062] By: jhi                                   on 2001/03/07  00:41:16
62015         Log: More tweakage on the Unicode character class descriptions.
62016      Branch: perl
62017            ! lib/unicode/mktables.PL pod/perlretut.pod
62018 ____________________________________________________________________________
62019 [  9061] By: jhi                                   on 2001/03/06  23:12:38
62020         Log: The perlretut was still talking about the old \p and \P
62021              definitions.
62022      Branch: perl
62023            ! pod/perlretut.pod
62024 ____________________________________________________________________________
62025 [  9060] By: nick                                  on 2001/03/06  20:52:37
62026         Log: Integrate mainline (make test works again now).
62027      Branch: perlio
62028           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
62029 ____________________________________________________________________________
62030 [  9059] By: jhi                                   on 2001/03/06  15:36:14
62031         Log: 0.999... does equal 1.0, doesn't it?
62032      Branch: perl
62033            ! t/camel-III/vstring.t
62034 ____________________________________________________________________________
62035 [  9058] By: jhi                                   on 2001/03/06  15:34:00
62036         Log: Make /x{abcd}/ to work without use utf8.
62037      Branch: perl
62038            ! regcomp.c
62039 ____________________________________________________________________________
62040 [  9057] By: jhi                                   on 2001/03/06  03:02:36
62041         Log: Easier to outcomment all the three reset() tests for now.
62042      Branch: perl
62043            ! t/op/pat.t
62044 ____________________________________________________________________________
62045 [  9056] By: jhi                                   on 2001/03/06  02:30:02
62046         Log: Comment out the deadly reset; until the 20010301.005
62047              is finally fixed.
62048      Branch: perl
62049            ! t/op/pat.t
62050 ____________________________________________________________________________
62051 [  9055] By: jhi                                   on 2001/03/06  02:21:26
62052         Log: Integrate the change #9054 from mainline:
62053              retract the PMOP cleanup patch pending further investigation.
62054      Branch: maint-5.6/perl
62055           !> op.c op.h
62056 ____________________________________________________________________________
62057 [  9054] By: jhi                                   on 2001/03/06  02:19:57
62058         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
62059              with oddly familiar stack traces.
62060      Branch: perl
62061            ! op.c op.h
62062 ____________________________________________________________________________
62063 [  9053] By: jhi                                   on 2001/03/05  23:20:28
62064         Log: Integrate perlio:
62065              
62066              [  9052]
62067              skipping USE_PERLIO symbols correction.
62068              
62069              [  9051]
62070              More Encode alias tidying.
62071      Branch: perl
62072           +> ext/Encode/Encode/koi8-r.ucm
62073           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
62074           !> makedef.pl
62075 ____________________________________________________________________________
62076 [  9052] By: nick                                  on 2001/03/05  23:08:17
62077         Log: skipping USE_PERLIO symbols correction.
62078      Branch: perlio
62079            ! makedef.pl
62080 ____________________________________________________________________________
62081 [  9051] By: nick                                  on 2001/03/05  22:35:07
62082         Log: More Encode alias tidying.
62083      Branch: perlio
62084            + ext/Encode/Encode/koi8-r.ucm
62085            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
62086 ____________________________________________________________________________
62087 [  9050] By: jhi                                   on 2001/03/05  21:44:29
62088         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
62089              Sarathy's fix for ID 20010301.005.
62090      Branch: maint-5.6/perl
62091           !> op.c op.h
62092 ____________________________________________________________________________
62093 [  9049] By: nick                                  on 2001/03/05  19:54:04
62094         Log: Integrate Jarkko's Encode.pm tweak.
62095      Branch: perlio
62096           !> ext/Encode/Encode.pm
62097 ____________________________________________________________________________
62098 [  9048] By: nick                                  on 2001/03/05  19:47:57
62099         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
62100      Branch: perlio
62101           +> os2/os2add.sym
62102           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
62103           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
62104           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
62105           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
62106           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
62107 ____________________________________________________________________________
62108 [  9047] By: jhi                                   on 2001/03/05  19:25:26
62109         Log: Regen perlapi.
62110      Branch: perl
62111            ! pod/perlapi.pod
62112 ____________________________________________________________________________
62113 [  9046] By: jhi                                   on 2001/03/05  19:12:14
62114         Log: Integrate perlio:
62115              
62116              [  9043]
62117              Update MANIFEST for new test.
62118              
62119              [  9042]
62120              Some tests for Camel 3rd edition features.
62121              Make gethostbyaddr() test in above work.
62122      Branch: perl
62123           +> t/camel-III/vstring.t
62124           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
62125 ____________________________________________________________________________
62126 [  9045] By: jhi                                   on 2001/03/05  19:10:36
62127         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
62128      Branch: perl
62129            ! ext/Encode/Encode.pm
62130 ____________________________________________________________________________
62131 [  9044] By: jhi                                   on 2001/03/05  18:49:12
62132         Log: Forgot the other half of the PMOP patch (#9033).
62133      Branch: perl
62134            ! op.h
62135 ____________________________________________________________________________
62136 [  9043] By: nick                                  on 2001/03/05  18:14:47
62137         Log: Update MANIFEST for new test.
62138      Branch: perlio
62139            ! MANIFEST
62140 ____________________________________________________________________________
62141 [  9042] By: nick                                  on 2001/03/05  18:12:41
62142         Log: Some tests for Camel 3rd edition features.
62143              Make gethostbyaddr() test in above work.
62144      Branch: perlio
62145            + t/camel-III/vstring.t
62146            ! pp.h pp_sys.c t/TEST t/harness
62147 ____________________________________________________________________________
62148 [  9041] By: jhi                                   on 2001/03/05  17:41:48
62149         Log: Add more ISO 8859 encoding aliases.
62150      Branch: perl
62151            ! ext/Encode/Encode.pm
62152 ____________________________________________________________________________
62153 [  9040] By: jhi                                   on 2001/03/05  17:30:43
62154         Log: Integrate perlio:
62155              
62156              [  9039]
62157              Missed added file.
62158              
62159              [  9037]
62160              Long-standing "defined but not used" SvPVbyte*() are about to get used
62161              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
62162              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
62163              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
62164              - uses SvPV() rather than sv_2pv() in case it isn't a string.
62165      Branch: perl
62166           !> MANIFEST sv.c
62167 ____________________________________________________________________________
62168 [  9039] By: nick                                  on 2001/03/05  17:11:36
62169         Log: Missed added file.
62170      Branch: perlio
62171            ! MANIFEST
62172 ____________________________________________________________________________
62173 [  9038] By: jhi                                   on 2001/03/05  15:58:01
62174         Log: Add tr tests for EBCDIC, from Karsten Sperling.
62175      Branch: perl
62176            ! t/op/tr.t
62177 ____________________________________________________________________________
62178 [  9037] By: nick                                  on 2001/03/05  15:56:35
62179         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
62180              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
62181              
62182              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
62183              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
62184              - uses SvPV() rather than sv_2pv() in case it isn't a string.
62185      Branch: perlio
62186            ! sv.c
62187 ____________________________________________________________________________
62188 [  9036] By: jhi                                   on 2001/03/05  15:49:15
62189         Log: Add matching tests currently failing in EBCDIC,
62190              suggested by Karsten Sperling.
62191      Branch: perl
62192            ! t/op/pat.t
62193 ____________________________________________________________________________
62194 [  9035] By: jhi                                   on 2001/03/05  15:36:55
62195         Log: The #9034 needs a MANIFESTation.
62196      Branch: perl
62197            ! MANIFEST
62198 ____________________________________________________________________________
62199 [  9034] By: jhi                                   on 2001/03/05  15:35:14
62200         Log: Integrate perlio:
62201              
62202              [  9032]
62203              Encode implementation "completion"
62204              Implement and document define_encoding()
62205              Implement and document encoding aliases including define_alias()
62206              Make Encode::XS use define_encoding() rather than back-door.
62207              Move run-time *.enc to separate Encode::Tcl module.
62208              Make 'compile' honour <codeset_name>
62209              Change canonical names of to iso-8859-* and US-ascii.
62210      Branch: perl
62211           +> ext/Encode/Encode/Tcl.pm
62212           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
62213           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
62214           !> ext/Encode/Encode/iso8859-1.ucm
62215           !> ext/Encode/Encode/iso8859-10.ucm
62216           !> ext/Encode/Encode/iso8859-13.ucm
62217           !> ext/Encode/Encode/iso8859-14.ucm
62218           !> ext/Encode/Encode/iso8859-15.ucm
62219           !> ext/Encode/Encode/iso8859-16.ucm
62220           !> ext/Encode/Encode/iso8859-2.ucm
62221           !> ext/Encode/Encode/iso8859-3.ucm
62222           !> ext/Encode/Encode/iso8859-4.ucm
62223           !> ext/Encode/Encode/iso8859-5.ucm
62224           !> ext/Encode/Encode/iso8859-6.ucm
62225           !> ext/Encode/Encode/iso8859-7.ucm
62226           !> ext/Encode/Encode/iso8859-8.ucm
62227           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
62228           !> t/lib/encode.t
62229 ____________________________________________________________________________
62230 [  9033] By: jhi                                   on 2001/03/05  15:33:18
62231         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
62232              From: Gurusamy Sarathy <gsar@ActiveState.com>
62233              Date: Sun, 04 Mar 2001 22:33:15 -0800
62234              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
62235              
62236              PMOPs need to remember their own stash so that they can
62237              gracefully remove themselves from their linked list.
62238      Branch: perl
62239            ! op.c
62240 ____________________________________________________________________________
62241 [  9032] By: nick                                  on 2001/03/05  14:51:50
62242         Log: Encode implementation "completion"
62243              Implement and document define_encoding()
62244              Implement and document encoding aliases including define_alias()
62245              Make Encode::XS use define_encoding() rather than back-door.
62246              Move run-time *.enc to separate Encode::Tcl module.
62247              Make 'compile' honour <codeset_name>
62248              Change canonical names of to iso-8859-* and US-ascii.
62249      Branch: perlio
62250            + ext/Encode/Encode/Tcl.pm
62251            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
62252            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
62253            ! ext/Encode/Encode/iso8859-1.ucm
62254            ! ext/Encode/Encode/iso8859-10.ucm
62255            ! ext/Encode/Encode/iso8859-13.ucm
62256            ! ext/Encode/Encode/iso8859-14.ucm
62257            ! ext/Encode/Encode/iso8859-15.ucm
62258            ! ext/Encode/Encode/iso8859-16.ucm
62259            ! ext/Encode/Encode/iso8859-2.ucm
62260            ! ext/Encode/Encode/iso8859-3.ucm
62261            ! ext/Encode/Encode/iso8859-4.ucm
62262            ! ext/Encode/Encode/iso8859-5.ucm
62263            ! ext/Encode/Encode/iso8859-6.ucm
62264            ! ext/Encode/Encode/iso8859-7.ucm
62265            ! ext/Encode/Encode/iso8859-8.ucm
62266            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
62267            ! t/lib/encode.t
62268 ____________________________________________________________________________
62269 [  9031] By: jhi                                   on 2001/03/05  13:51:17
62270         Log: Integrate change #9030 from maintperl into mainline.
62271              
62272              Subject: [PATCH 5.6.1] OS/2 cleanup
62273      Branch: perl
62274           +> os2/os2add.sym
62275           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
62276           !> makedef.pl os2/Changes os2/Makefile.SHs
62277           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
62278           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
62279           !> os2/os2.sym os2/os2ish.h
62280 ____________________________________________________________________________
62281 [  9030] By: jhi                                   on 2001/03/05  13:46:49
62282         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
62283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62284              Date: Mon, 5 Mar 2001 02:29:44 -0500
62285              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
62286      Branch: maint-5.6/perl
62287            + os2/os2add.sym
62288            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
62289            ! makedef.pl os2/Changes os2/Makefile.SHs
62290            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
62291            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
62292            ! os2/os2.sym os2/os2ish.h
62293 ____________________________________________________________________________
62294 [  9029] By: jhi                                   on 2001/03/05  13:40:35
62295         Log: Integrate change #9028 from maintperl into mainline.
62296              
62297              various nits in MM_Unix.pm found by disabling SelfLoader
62298      Branch: perl
62299           !> lib/ExtUtils/MM_Unix.pm
62300 ____________________________________________________________________________
62301 [  9028] By: gsar                                  on 2001/03/05  09:58:38
62302         Log: various nits in MM_Unix.pm found by disabling SelfLoader
62303      Branch: maint-5.6/perl
62304            ! lib/ExtUtils/MM_Unix.pm
62305 ____________________________________________________________________________
62306 [  9027] By: nick                                  on 2001/03/05  08:35:22
62307         Log: Integrate mainline
62308      Branch: perlio
62309           !> (integrate 28 files)
62310 ____________________________________________________________________________
62311 [  9026] By: jhi                                   on 2001/03/05  02:14:59
62312         Log: Integrate change #9025 from mainline to maintperl,
62313              retract \N{U+HHHH}.
62314      Branch: maint-5.6/perl
62315           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
62316           !> t/lib/charnames.t toke.c
62317 ____________________________________________________________________________
62318 [  9025] By: jhi                                   on 2001/03/05  02:13:09
62319         Log: Retracting \N{U+HHHH}.
62320      Branch: perl
62321            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
62322            ! t/lib/charnames.t toke.c
62323 ____________________________________________________________________________
62324 [  9024] By: jhi                                   on 2001/03/04  20:51:07
62325         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
62326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
62327              Date: Fri, 02 Mar 2001 18:25:26 +0100
62328              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
62329              
62330              Casting problem.
62331      Branch: perl
62332            ! ext/Storable/Storable.xs
62333 ____________________________________________________________________________
62334 [  9023] By: jhi                                   on 2001/03/04  19:46:45
62335         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
62336              From: nick@talking.bollo.cx
62337              Date: Sat, 03 Mar 2001 21:41:33 +0000
62338              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
62339              
62340              Revert the workaround.
62341      Branch: perl
62342            ! perlio.c
62343 ____________________________________________________________________________
62344 [  9022] By: jhi                                   on 2001/03/04  19:36:28
62345         Log: Update Changes.
62346      Branch: perl
62347            ! Changes patchlevel.h
62348 ____________________________________________________________________________
62349 [  9021] By: jhi                                   on 2001/03/04  18:41:00
62350         Log: makedef.pl updates suggested by Chris Nandor; double-checking
62351              the changes in AIX, OS/2 Win32 would be nice.
62352      Branch: perl
62353            ! makedef.pl
62354 ____________________________________________________________________________
62355 [  9020] By: jhi                                   on 2001/03/04  18:23:58
62356         Log: Integrate change #9012 from maintperl into mainline,
62357              quench a compiler warning.
62358      Branch: perl
62359           !> toke.c
62360 ____________________________________________________________________________
62361 [  9019] By: jhi                                   on 2001/03/04  18:18:43
62362         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
62363              
62364              \N{U+HHHH} fix.
62365              
62366              pattern in G_ARRAY context
62367      Branch: maint-5.6/perl
62368           !> pp_hot.c t/op/pat.t toke.c
62369 ____________________________________________________________________________
62370 [  9018] By: jhi                                   on 2001/03/04  18:07:48
62371         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
62372              From: Jeff Pinyan <jeffp@crusoe.net>
62373              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
62374              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
62375      Branch: perl
62376            ! pp_hot.c t/op/pat.t
62377 ____________________________________________________________________________
62378 [  9017] By: jhi                                   on 2001/03/04  18:06:21
62379         Log: I thought I tested the #9014.
62380      Branch: perl
62381            ! toke.c
62382 ____________________________________________________________________________
62383 [  9016] By: jhi                                   on 2001/03/04  17:41:22
62384         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
62385              
62386              Tweak the get*ent() OS/2 prototypes.
62387              
62388              Add the \N{U+HHHH} syntax.
62389              
62390              More tr/// UTF-8 fixes from Inaba Hiroto.
62391      Branch: maint-5.6/perl
62392           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
62393           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
62394 ____________________________________________________________________________
62395 [  9015] By: jhi                                   on 2001/03/04  17:36:04
62396         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
62397      Branch: perl
62398            ! doop.c t/op/tr.t
62399 ____________________________________________________________________________
62400 [  9014] By: jhi                                   on 2001/03/04  17:24:49
62401         Log: Add the \N{U+HHHH} syntax.
62402      Branch: perl
62403            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
62404            ! t/lib/charnames.t toke.c
62405 ____________________________________________________________________________
62406 [  9013] By: jhi                                   on 2001/03/04  17:20:45
62407         Log: Tweak the get*ent() OS/2 prototypes.
62408      Branch: perl
62409            ! os2/os2.c
62410 ____________________________________________________________________________
62411 [  9012] By: gsar                                  on 2001/03/04  06:26:14
62412         Log: avoid warning (nit in change#9009)
62413      Branch: maint-5.6/perl
62414            ! toke.c
62415 ____________________________________________________________________________
62416 [  9011] By: gsar                                  on 2001/03/04  06:15:24
62417         Log: lib/charnames.t fails in 5.6.x because of older Unicode
62418              data
62419              
62420              TODO: need to revisit this after updating lib/unicode/...
62421      Branch: maint-5.6/perl
62422            ! t/lib/charnames.t
62423 ____________________________________________________________________________
62424 [  9010] By: gsar                                  on 2001/03/04  06:08:36
62425         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
62426      Branch: maint-5.6/perl
62427            ! toke.c
62428 ____________________________________________________________________________
62429 [  9009] By: jhi                                   on 2001/03/03  19:27:20
62430         Log: Integrate change #9008 from mainline to maintperl,
62431              UTF-8 tr/// fixes from Inaba Hiroto.
62432      Branch: maint-5.6/perl
62433           !> doop.c op.c t/op/tr.t toke.c
62434 ____________________________________________________________________________
62435 [  9008] By: jhi                                   on 2001/03/03  19:19:42
62436         Log: UTF8 tr/// fixes from Inaba Hiroto.
62437      Branch: perl
62438            ! doop.c op.c t/op/tr.t toke.c
62439 ____________________________________________________________________________
62440 [  9007] By: jhi                                   on 2001/03/03  19:00:30
62441         Log: Integrate change #9006 from maintperl to mainline,
62442              more robust quest for the infinite.
62443      Branch: perl
62444           !> lib/Math/Complex.pm
62445 ____________________________________________________________________________
62446 [  9006] By: jhi                                   on 2001/03/03  18:58:06
62447         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
62448              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62449              Date: Sat, 3 Mar 2001 12:51:50 -0500
62450              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
62451              
62452              Be more robust in our quest for the infinite.
62453      Branch: maint-5.6/perl
62454            ! lib/Math/Complex.pm
62455 ____________________________________________________________________________
62456 [  9005] By: jhi                                   on 2001/03/03  17:55:50
62457         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
62458      Branch: maint-5.6/perl
62459            ! doio.c
62460 ____________________________________________________________________________
62461 [  9004] By: jhi                                   on 2001/03/03  17:40:14
62462         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
62463              so that picky compilers like IRIX won't get huffy about
62464              "statements without effect" (like 1;).
62465      Branch: perl
62466            ! toke.c
62467 ____________________________________________________________________________
62468 [  9003] By: jhi                                   on 2001/03/03  17:15:52
62469         Log: Integrate change #9002 from mainline to maintperl.
62470              
62471              Subject: [perl-5.6.x, perl-current] accept for EPOC
62472      Branch: maint-5.6/perl
62473           !> pp_sys.c
62474 ____________________________________________________________________________
62475 [  9002] By: jhi                                   on 2001/03/03  17:14:30
62476         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
62477              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62478              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
62479              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
62480      Branch: perl
62481            ! pp_sys.c
62482 ____________________________________________________________________________
62483 [  9001] By: jhi                                   on 2001/03/03  17:13:13
62484         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
62485              From: "Craig A. Berry" <craigberry@mac.com>
62486              Date: Fri, 02 Mar 2001 17:44:40 -0600
62487              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
62488      Branch: perl
62489            ! t/pod/find.t
62490 ____________________________________________________________________________
62491 [  9000] By: jhi                                   on 2001/03/03  17:11:55
62492         Log: Integrate changes #8997,8999 from maintperl.
62493              
62494              Subject: [PATCH 5.6.1] compiling on OS/2
62495              (Better error message from hints/os2.sh)
62496              
62497              Subject: [PATCH 5.6.1] syslog.t
62498      Branch: perl
62499           !> hints/os2.sh t/lib/syslog.t
62500 ____________________________________________________________________________
62501 [  8999] By: jhi                                   on 2001/03/03  17:09:28
62502         Log: Subject: [PATCH 5.6.1] syslog.t
62503              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62504              Date: Sat, 3 Mar 2001 02:11:17 -0500
62505              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
62506      Branch: maint-5.6/perl
62507            ! t/lib/syslog.t
62508 ____________________________________________________________________________
62509 [  8998] By: jhi                                   on 2001/03/03  17:07:50
62510         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
62511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62512              Date: Sat, 3 Mar 2001 01:53:52 -0500
62513              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
62514      Branch: maint-5.6/perl
62515            ! opcode.pl os2/os2.c
62516 ____________________________________________________________________________
62517 [  8997] By: jhi                                   on 2001/03/03  17:03:30
62518         Log: Subject: [PATCH 5.6.1] compiling on OS/2
62519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62520              Date: Sat, 3 Mar 2001 01:59:59 -0500
62521              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
62522      Branch: maint-5.6/perl
62523            ! hints/os2.sh
62524 ____________________________________________________________________________
62525 [  8996] By: jhi                                   on 2001/03/03  00:55:58
62526         Log: Regen files for mainline.
62527      Branch: perl
62528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62529            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
62530 ____________________________________________________________________________
62531 [  8995] By: jhi                                   on 2001/03/03  00:35:22
62532         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
62533              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
62534              to maintperl.
62535              
62536              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
62537              
62538              Add Configure option -Dmksymlinks which will create a symlink
62539              forest if the current/build differs from the source directory.
62540              (8218,8220,8221,8317,8318,8971)
62541              
62542              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
62543              (Document APPLLIB_EXP in INSTALL.)
62544              
62545              If running byacc write-enable also perly.h.
62546              
62547              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
62548              
62549              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
62550              
62551              Sanity check for conflicting thread flavours.
62552              
62553              Fix the sys/fcntl.h problem reported by Peter Prymmer.
62554              
62555              Add few CPUs/architectures to the Cppsym scan,
62556              add -perlio to archname if so selected (modified 8890)
62557              
62558              Be more helpful for devel builders, suggested by John L. Allen.
62559              (admittedly pointless change for maintperl, but the usedevel
62560              code is there already)
62561      Branch: maint-5.6/perl
62562           !> Configure INSTALL Makefile.SH Porting/Glossary
62563           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
62564           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
62565           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
62566           !> win32/config.bc win32/config.gc win32/config.vc
62567 ____________________________________________________________________________
62568 [  8994] By: jhi                                   on 2001/03/02  23:31:41
62569         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
62570      Branch: metaconfig/U/perl
62571            ! gccvers.U
62572 ____________________________________________________________________________
62573 [  8993] By: jhi                                   on 2001/03/02  23:22:12
62574         Log: Regenerate various files for maint.
62575      Branch: maint-5.6/perl
62576            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
62577            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
62578 ____________________________________________________________________________
62579 [  8992] By: alanbur                               on 2001/03/02  22:48:34
62580         Log: Resync wuth parent
62581      Branch: maint-5.6/pureperl
62582           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
62583           !> (integrate 60 files)
62584 ____________________________________________________________________________
62585 [  8991] By: jhi                                   on 2001/03/02  21:00:08
62586         Log: Retract the #8742 part of #8986, backward compat.
62587      Branch: maint-5.6/perl
62588            ! embed.pl
62589 ____________________________________________________________________________
62590 [  8990] By: jhi                                   on 2001/03/02  20:40:07
62591         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
62592      Branch: maint-5.6/perl
62593            ! hv.c
62594 ____________________________________________________________________________
62595 [  8989] By: jhi                                   on 2001/03/02  19:59:56
62596         Log: Update Changes.
62597      Branch: perl
62598            ! Changes patchlevel.h
62599 ____________________________________________________________________________
62600 [  8988] By: jhi                                   on 2001/03/02  19:57:08
62601         Log: Integrate perlio:
62602              
62603              [  8969]
62604              Add charname comments to .ucm files writen by 'compile',
62605              also order charmaps in those files by source encoding.
62606              regenerate distrubuted .ucm files
62607      Branch: perl
62608           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
62609           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
62610           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
62611           !> ext/Encode/Encode/iso8859-10.ucm
62612           !> ext/Encode/Encode/iso8859-13.ucm
62613           !> ext/Encode/Encode/iso8859-14.ucm
62614           !> ext/Encode/Encode/iso8859-15.ucm
62615           !> ext/Encode/Encode/iso8859-16.ucm
62616           !> ext/Encode/Encode/iso8859-2.ucm
62617           !> ext/Encode/Encode/iso8859-3.ucm
62618           !> ext/Encode/Encode/iso8859-4.ucm
62619           !> ext/Encode/Encode/iso8859-5.ucm
62620           !> ext/Encode/Encode/iso8859-6.ucm
62621           !> ext/Encode/Encode/iso8859-7.ucm
62622           !> ext/Encode/Encode/iso8859-8.ucm
62623           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
62624           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
62625 ____________________________________________________________________________
62626 [  8987] By: jhi                                   on 2001/03/02  19:43:40
62627         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
62628              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
62629              8950,8952,8955 from mainline to maintperl.
62630              
62631              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
62632              
62633              Put to rest the 20010205.001, the email address checking (not) regex.
62634              
62635              fork() not everywhere, cleanup temp files.
62636              
62637              The #8843 wasn't quite right: %Config needs to imported.
62638              
62639              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
62640              (#8849: the glob-basic hunk needed massaging as it depended
62641              on Schwern's large-scale (unintegrated) patches)
62642              
62643              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
62644              
62645              Upgrade to CGI.pm 2.752, from Lincoln Stein.
62646              (Note: there were some conflicts due to EBCDIC and EPOC
62647              patches, in general I preferred the repository code.)
62648              (When 2.753 comes out, we need to synchronize.)
62649              
62650              Subject: [PATCH] fix for charnames above FFFF
62651              
62652              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
62653              
62654              If no sfio, no -lsfio.
62655              
62656              Run run/*.t also in minitest.
62657              
62658              Subject:  [PATCH perl 5.7.0] malloc message address offset
62659              
62660              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
62661              
62662              Subject: fix for parameter -Dm (for perl@8867)
62663              
62664              Subject: [PATCH: perl@8892] was Re: hashing order difference?
62665              (make the test more portable)
62666              
62667              Subject: Re: [PATCH] fix for charnames above FFFF
62668              
62669              Subject: Re: I'm losing the war...
62670              (hv_store() not working correctly in ENV_IS_CASELESS case.)
62671              
62672              Subject: Modified README.bs2000 
62673              
62674              Subject: [PATCH: perl@8935] -Dt padsv($var)
62675              
62676              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
62677              
62678              Subject: PATCH: extra tests to check on negative float to unsigned cast
62679              
62680              Subject: [PATCH] XPUSH[insp] was Re: progress
62681              
62682              Subject: Re: Compile with perlcc..
62683      Branch: maint-5.6/perl
62684           !> (integrate 36 files)
62685 ____________________________________________________________________________
62686 [  8986] By: jhi                                   on 2001/03/02  18:51:25
62687         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
62688              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
62689              to maintperl.
62690              
62691              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
62692              
62693              Subject: [DOC PATCH] overload.pm nits
62694              
62695              Add header for LIB$ prototypes (C. Berry)
62696              
62697              Convert fwrite()s to sockets to write()s, since some socket stacks
62698              don't take kindly to stdio.
62699              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
62700              (for often optional LNMs)
62701              Correct a few typos
62702              (C. Bailey)
62703              
62704              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
62705              
62706              De-cut-and-pasto.
62707              
62708              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
62709              
62710              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
62711              
62712              Upgrade to CPAN 1.59_54, from Andreas König.
62713              
62714              Bogus shebang.
62715              
62716              Subject: [PATCH] Document makepatch in Porting/patching
62717              
62718              UTF-8 documentation.
62719              
62720              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
62721              
62722              Sort the MANIFEST.
62723              
62724              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
62725              
62726              Subject: [PATCH @8807] toke.c cleanup: scan_str()
62727              
62728              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
62729              
62730              Add run/*.t to testables.
62731              
62732              TODO: integrate #8784.
62733      Branch: maint-5.6/perl
62734           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
62735           !> (integrate 28 files)
62736 ____________________________________________________________________________
62737 [  8985] By: nick                                  on 2001/03/02  18:15:45
62738         Log: Integrate mainline
62739      Branch: perlio
62740           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
62741           !> vms/vms.c
62742 ____________________________________________________________________________
62743 [  8984] By: jhi                                   on 2001/03/02  16:00:17
62744         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
62745              
62746              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
62747              5.004_05, and mention the suidperl August 2000 security problem.
62748              (#8978,#8981)
62749              
62750              Subject: [ID 20010301.004] Technically speaking in perldata
62751              
62752              Subject: [PATCH] File::Copy for bleadperl, maintperl
62753              
62754              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
62755              
62756              (The #8982, fix for 20010221.005 and 20010221.008,
62757              would be nice too but it didn't integrate cleanly.)
62758      Branch: maint-5.6/perl
62759           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
62760 ____________________________________________________________________________
62761 [  8983] By: jhi                                   on 2001/03/02  15:51:16
62762         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
62763              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62764              Date:     Thu, 1 Mar 2001 15:54:09 EST
62765              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
62766      Branch: perl
62767            ! vms/vms.c
62768 ____________________________________________________________________________
62769 [  8982] By: jhi                                   on 2001/03/02  15:43:31
62770         Log: Subject: Re: sync sync sync: have I missed any patches?
62771              From: Radu Greab <radu@netsoft.ro> 
62772              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
62773              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
62774              
62775              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
62776              was checking argv[0] regardless of whether a different pathname
62777              will actually be executed."  Test case not supplied because 
62778              drafting that, ironically enough, revealed another bug
62779              (or a feature).
62780      Branch: perl
62781            ! doio.c
62782 ____________________________________________________________________________
62783 [  8981] By: jhi                                   on 2001/03/02  15:28:03
62784         Log: Misdate in #8978.
62785      Branch: perl
62786            ! pod/perlfaq1.pod
62787 ____________________________________________________________________________
62788 [  8980] By: jhi                                   on 2001/03/02  15:24:20
62789         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
62790              From: Chris Nandor <pudge@pobox.com>
62791              Date: Wed, 28 Feb 2001 22:10:15 -0500
62792              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
62793      Branch: perl
62794            ! lib/File/Copy.pm
62795 ____________________________________________________________________________
62796 [  8979] By: jhi                                   on 2001/03/02  15:17:16
62797         Log: Subject: [ID 20010301.004] Technically speaking in perldata
62798              From: abela@geneanet.org
62799              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
62800              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
62801      Branch: perl
62802            ! pod/perldata.pod
62803 ____________________________________________________________________________
62804 [  8978] By: jhi                                   on 2001/03/02  15:15:27
62805         Log: Subject: [ID 20010301.003] ref to 5.004
62806              From: abela@geneanet.org
62807              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
62808              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
62809              
62810              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
62811              and mention the suidperl August 2000 security problem.
62812      Branch: perl
62813            ! pod/perlfaq1.pod
62814 ____________________________________________________________________________
62815 [  8977] By: alanbur                               on 2001/03/02  14:17:45
62816         Log: Resynchronised with parent
62817      Branch: maint-5.6/pureperl
62818           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
62819           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
62820           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
62821           !> vms/descrip_mms.template win32/win32.c win32/win32.h
62822           !> win32/win32iop.h
62823 ____________________________________________________________________________
62824 [  8976] By: nick                                  on 2001/03/01  23:25:30
62825         Log: Integrate mainline.
62826      Branch: perlio
62827            - t/op/qu.t
62828           !> (integrate 55 files)
62829 ____________________________________________________________________________
62830 [  8975] By: jhi                                   on 2001/03/01  16:51:34
62831         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
62832      Branch: perl
62833           !> toke.c
62834 ____________________________________________________________________________
62835 [  8974] By: gsar                                  on 2001/03/01  16:28:21
62836         Log: fix for bugid 20010226.008
62837              
62838              the problem was that some of the pointers (PL_last_lop and
62839              PL_last_uni specifically) into the lex buffers weren't correctly
62840              being invalidated when the buffer changed; this would leave the
62841              pointers pointing at an arbitrary location in the buffer if
62842              the buffer didn't need to be reallocated, or point into freed
62843              memory if the buffer had to be realloced
62844              
62845              TODO item for bugdb maintainers: check other seemingly random
62846              parser-related bugs--they might be cured by this
62847      Branch: maint-5.6/perl
62848            ! toke.c
62849 ____________________________________________________________________________
62850 [  8973] By: jhi                                   on 2001/03/01  02:23:25
62851         Log: Retract #8970 because of a completely mysterious core dump:
62852              adding the tests 241..244 causes op/pat dump core at test #25.
62853              The test needs a lot of whittling down before the bug can be solved.
62854      Branch: perl
62855            ! t/op/pat.t
62856 ____________________________________________________________________________
62857 [  8972] By: jhi                                   on 2001/03/01  01:58:38
62858         Log: Regen perlapi.
62859      Branch: perl
62860            ! pod/perlapi.pod
62861 ____________________________________________________________________________
62862 [  8971] By: jhi                                   on 2001/03/01  01:34:09
62863         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))
62864              From: Nicholas Clark <nick@ccl4.org>
62865              Date: Wed, 28 Feb 2001 23:28:49 +0000
62866              Message-ID: <20010228232849.A55187@plum.flirble.org>
62867              
62868              Allow a completely write protected source code tree
62869              when using the Configure -Dmksymlinks.
62870      Branch: perl
62871            ! embed.pl warnings.pl
62872 ____________________________________________________________________________
62873 [  8970] By: jhi                                   on 2001/03/01  01:32:04
62874         Log: Add back the EBCDIC character range tests (for matching).
62875      Branch: perl
62876            ! t/op/pat.t
62877 ____________________________________________________________________________
62878 [  8969] By: nick                                  on 2001/02/28  18:18:01
62879         Log: Add charname comments to .ucm files writen by 'compile',
62880              also order charmaps in those files by source encoding.
62881              regenerate distrubuted .ucm files
62882      Branch: perlio
62883            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
62884            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
62885            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
62886            ! ext/Encode/Encode/iso8859-10.ucm
62887            ! ext/Encode/Encode/iso8859-13.ucm
62888            ! ext/Encode/Encode/iso8859-14.ucm
62889            ! ext/Encode/Encode/iso8859-15.ucm
62890            ! ext/Encode/Encode/iso8859-16.ucm
62891            ! ext/Encode/Encode/iso8859-2.ucm
62892            ! ext/Encode/Encode/iso8859-3.ucm
62893            ! ext/Encode/Encode/iso8859-4.ucm
62894            ! ext/Encode/Encode/iso8859-5.ucm
62895            ! ext/Encode/Encode/iso8859-6.ucm
62896            ! ext/Encode/Encode/iso8859-7.ucm
62897            ! ext/Encode/Encode/iso8859-8.ucm
62898            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
62899            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
62900 ____________________________________________________________________________
62901 [  8968] By: jhi                                   on 2001/02/28  16:26:37
62902         Log: Expand usemorebits early if d_casti32 needs to be undefined.
62903      Branch: perl
62904            ! hints/hpux.sh hints/irix_6.sh
62905 ____________________________________________________________________________
62906 [  8967] By: jhi                                   on 2001/02/28  16:22:26
62907         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
62908              retract toke.c/qu parts of #8583, retract #8485, retract
62909              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
62910              op/length.t, and MANIFEST, and delete t/op/qu.t.
62911      Branch: perl
62912            - t/op/qu.t
62913            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
62914            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
62915            ! t/op/length.t toke.c
62916 ____________________________________________________________________________
62917 [  8966] By: jhi                                   on 2001/02/28  15:00:27
62918         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
62919              by not changing from pre-Unicode days into being Unicode-aware.
62920              Sniff.
62921      Branch: perl
62922            ! pp.c t/op/pack.t t/op/qu.t
62923 ____________________________________________________________________________
62924 [  8965] By: jhi                                   on 2001/02/28  14:37:55
62925         Log: Subject: Re: Errors in core PODs
62926              From: Michael Stevens <michael@etla.org> 
62927              Date: Fri, 23 Feb 2001 15:47:56 +0000
62928              Message-ID: <20010223154756.A7723@firedrake.org> 
62929      Branch: perl
62930            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
62931            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
62932            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
62933            ! x2p/a2p.pod
62934 ____________________________________________________________________________
62935 [  8964] By: jhi                                   on 2001/02/28  14:35:35
62936         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
62937              (The #8961 was too bold.)
62938      Branch: perl
62939            ! hints/hpux.sh hints/irix_6.sh
62940 ____________________________________________________________________________
62941 [  8963] By: jhi                                   on 2001/02/28  14:33:39
62942         Log: Subject: Re: sync sync sync: have I missed any patches?
62943              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62944              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
62945              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
62946              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
62947              
62948              Replace djSP with dSP.
62949      Branch: perl
62950            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
62951            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
62952            ! win32/perlhost.h
62953 ____________________________________________________________________________
62954 [  8962] By: jhi                                   on 2001/02/27  23:21:14
62955         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
62956      Branch: perl
62957            ! lib/Filter/Simple.pm
62958 ____________________________________________________________________________
62959 [  8961] By: jhi                                   on 2001/02/27  22:55:26
62960         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
62961              and this would be it.
62962      Branch: perl
62963            ! hints/hpux.sh hints/irix_6.sh
62964 ____________________________________________________________________________
62965 [  8960] By: jhi                                   on 2001/02/27  22:51:33
62966         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
62967              From: "Craig A. Berry" <craigberry@mac.com>
62968              Date: Tue, 27 Feb 2001 16:11:44 -0600
62969              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
62970      Branch: maint-5.6/perl
62971            ! configure.com vms/descrip_mms.template
62972 ____________________________________________________________________________
62973 [  8959] By: jhi                                   on 2001/02/27  22:47:23
62974         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
62975              From: "Craig A. Berry" <craigberry@mac.com>
62976              Date: Tue, 27 Feb 2001 16:11:44 -0600
62977              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
62978      Branch: perl
62979            ! configure.com vms/descrip_mms.template
62980 ____________________________________________________________________________
62981 [  8958] By: jhi                                   on 2001/02/27  15:16:42
62982         Log: Update Changes.
62983      Branch: perl
62984            ! Changes patchlevel.h
62985 ____________________________________________________________________________
62986 [  8957] By: jhi                                   on 2001/02/27  06:15:07
62987         Log: Subject: [5.6.x] EPOC additions
62988              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62989              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
62990              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
62991      Branch: maint-5.6/perl
62992            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
62993 ____________________________________________________________________________
62994 [  8956] By: jhi                                   on 2001/02/27  06:12:11
62995         Log: Subject: [perl-current] EPOC 
62996              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62997              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
62998              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
62999      Branch: perl
63000            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
63001            ! epoc/epocish.c epoc/epocish.h pp_sys.c
63002 ____________________________________________________________________________
63003 [  8955] By: jhi                                   on 2001/02/27  05:59:50
63004         Log: Subject: Re: Compile with perlcc..
63005              From: Edward Peschko <edwardp@excitehome.net>
63006              Date: Mon, 26 Feb 2001 18:51:58 -0800
63007              Message-ID: <20010226185158.A9871@excitehome.net>
63008              
63009              plus add a simple usage message if no arguments given.
63010      Branch: perl
63011            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
63012            ! utils/Makefile utils/perlcc.PL win32/pod.mak
63013 ____________________________________________________________________________
63014 [  8954] By: nick                                  on 2001/02/26  21:02:59
63015         Log: Integrate mainline
63016      Branch: perlio
63017           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
63018           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
63019           !> t/op/sprintf.t
63020 ____________________________________________________________________________
63021 [  8953] By: jhi                                   on 2001/02/26  14:43:54
63022         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
63023              From: Nicholas Clark <nick@ccl4.org>
63024              Date: Mon, 26 Feb 2001 00:42:07 +0000
63025              Message-ID: <20010226004207.F23333@plum.flirble.org>
63026      Branch: perl
63027            ! pp_ctl.c
63028 ____________________________________________________________________________
63029 [  8952] By: jhi                                   on 2001/02/26  14:42:13
63030         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
63031              From: Simon Cozens <simon@netthink.co.uk>
63032              Date: Mon, 26 Feb 2001 12:23:48 +0000
63033              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
63034      Branch: perl
63035            ! pod/perlguts.pod
63036 ____________________________________________________________________________
63037 [  8951] By: jhi                                   on 2001/02/26  14:39:15
63038         Log: Subject: [PATCH] perlio - unknown layer
63039              From: Nicholas Clark <nick@ccl4.org>
63040              Date: Mon, 26 Feb 2001 00:27:19 +0000
63041              Message-ID: <20010226002719.E23333@plum.flirble.org>
63042      Branch: perl
63043            ! perlio.c
63044 ____________________________________________________________________________
63045 [  8950] By: jhi                                   on 2001/02/26  14:38:04
63046         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
63047              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
63048              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
63049              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
63050      Branch: perl
63051            ! t/op/bop.t
63052 ____________________________________________________________________________
63053 [  8949] By: jhi                                   on 2001/02/26  14:37:07
63054         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
63055              From: Peter Prymmer <pvhp@forte.com>
63056              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
63057              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
63058      Branch: perl
63059            ! lib/Test.pm
63060 ____________________________________________________________________________
63061 [  8948] By: jhi                                   on 2001/02/26  14:35:53
63062         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63063              From: Radu Greab <radu@netsoft.ro>
63064              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
63065              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
63066      Branch: perl
63067            ! pod/perlop.pod
63068 ____________________________________________________________________________
63069 [  8947] By: jhi                                   on 2001/02/26  14:34:46
63070         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
63071              From: David Mitchell <davem@fdgroup.co.uk>
63072              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
63073              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
63074      Branch: perl
63075            ! run.c
63076 ____________________________________________________________________________
63077 [  8946] By: jhi                                   on 2001/02/26  14:32:37
63078         Log: Subject: Modified README.bs2000 
63079              From: Dorner Thomas <Thomas.Dorner@start.de>
63080              Date: Mon, 26 Feb 2001 09:22:17 +0100
63081              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
63082      Branch: perl
63083            ! README.bs2000
63084 ____________________________________________________________________________
63085 [  8945] By: jhi                                   on 2001/02/26  14:19:53
63086         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
63087              to maintperl, listing the known failures on the tests 129 and 130.
63088      Branch: maint-5.6/perl
63089           !> t/op/sprintf.t
63090 ____________________________________________________________________________
63091 [  8944] By: jhi                                   on 2001/02/26  14:14:15
63092         Log: Add more known sprintf failures.
63093      Branch: perl
63094            ! t/op/sprintf.t
63095 ____________________________________________________________________________
63096 [  8943] By: jhi                                   on 2001/02/26  13:56:22
63097         Log: perlglob.exe needs to be found in Win32, patch from
63098              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
63099              which needs external glob at mini-perl time."
63100      Branch: perl
63101            ! ext/Encode/compile
63102 ____________________________________________________________________________
63103 [  8942] By: jhi                                   on 2001/02/26  13:52:19
63104         Log: A missing dTHX from Vadim Konovalov.
63105      Branch: perl
63106            ! perlio.c
63107 ____________________________________________________________________________
63108 [  8941] By: jhi                                   on 2001/02/26  13:37:05
63109         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
63110      Branch: perl
63111            ! op.c
63112 ____________________________________________________________________________
63113 [  8940] By: jhi                                   on 2001/02/26  13:35:40
63114         Log: Integrate perlio:
63115              
63116              [  8938]
63117              Encode implementations docs.
63118      Branch: perl
63119           !> ext/Encode/Encode.pm
63120 ____________________________________________________________________________
63121 [  8939] By: nick                                  on 2001/02/25  23:47:09
63122         Log: Integrate mainline.
63123      Branch: perlio
63124           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
63125           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
63126 ____________________________________________________________________________
63127 [  8938] By: nick                                  on 2001/02/25  19:36:28
63128         Log: Encode implementations docs.
63129      Branch: perlio
63130            ! ext/Encode/Encode.pm
63131 ____________________________________________________________________________
63132 [  8937] By: jhi                                   on 2001/02/25  19:26:16
63133         Log: Script wasn't aligned with reality.
63134      Branch: perl
63135            ! t/pod/find.t
63136 ____________________________________________________________________________
63137 [  8936] By: jhi                                   on 2001/02/25  18:54:55
63138         Log: Update Changes.
63139      Branch: perl
63140            ! Changes patchlevel.h
63141 ____________________________________________________________________________
63142 [  8935] By: jhi                                   on 2001/02/25  18:46:36
63143         Log: Retract #8929,8930,8932,8933 for now.
63144      Branch: perl
63145            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
63146 ____________________________________________________________________________
63147 [  8934] By: jhi                                   on 2001/02/25  17:34:35
63148         Log: Integrate perlio:
63149              
63150              [  8927]
63151              Change method names in Encode implementation classes to something
63152              less confusing (preparing to "go public").
63153              
63154              [  8926]
63155              GCC __atribute__ / printf fix
63156              
63157              [  8925]
63158              Checked in the wrong one ...
63159              
63160              [  8923]
63161              Encode API documentation nd tidy up.
63162              Minor additions to test.
63163              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
63164              Adds STRLEN to standard typemap.
63165      Branch: perl
63166           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
63167           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
63168           !> t/lib/encode.t
63169 ____________________________________________________________________________
63170 [  8933] By: jhi                                   on 2001/02/25  17:33:12
63171         Log: (Retracted by #8395.)
63172              
63173              Slight tweaks in scan_const(), not fixes yet, it seems like
63174              lots of work remains to be done...
63175      Branch: perl
63176            ! toke.c
63177 ____________________________________________________________________________
63178 [  8932] By: jhi                                   on 2001/02/25  17:27:11
63179         Log: (Retracted by #8395.)
63180              
63181              Missing from #8930.
63182      Branch: perl
63183            ! perl.h
63184 ____________________________________________________________________________
63185 [  8931] By: jhi                                   on 2001/02/25  17:26:19
63186         Log: A comment tweak.
63187      Branch: perl
63188            ! utf8.c
63189 ____________________________________________________________________________
63190 [  8930] By: jhi                                   on 2001/02/25  17:25:47
63191         Log: (Retracted by #8395.)
63192              
63193              Attempt to fix the EBCDIC character range problem with //.
63194      Branch: perl
63195            ! regcomp.c
63196 ____________________________________________________________________________
63197 [  8929] By: jhi                                   on 2001/02/25  17:23:45
63198         Log: (Retracted by #8395.)
63199              
63200              Expand the EBCDIC character range tests, and add few nasty
63201              tr tests from Karsten Sperling.
63202      Branch: perl
63203            ! t/op/pat.t t/op/tr.t
63204 ____________________________________________________________________________
63205 [  8928] By: jhi                                   on 2001/02/25  17:18:49
63206         Log: Missing check-in.
63207      Branch: perl
63208            ! lib/Pod/Find.pm
63209 ____________________________________________________________________________
63210 [  8927] By: nick                                  on 2001/02/25  11:30:22
63211         Log: Change method names in Encode implementation classes to something
63212              less confusing (preparing to "go public").
63213      Branch: perlio
63214            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
63215 ____________________________________________________________________________
63216 [  8926] By: nick                                  on 2001/02/25  10:53:24
63217         Log: GCC __atribute__ / printf fix
63218      Branch: perlio
63219            ! perl.h
63220 ____________________________________________________________________________
63221 [  8925] By: nick                                  on 2001/02/25  10:52:25
63222         Log: Checked in the wrong one ...
63223      Branch: perlio
63224            ! ext/Encode/Encode.pm
63225 ____________________________________________________________________________
63226 [  8924] By: nick                                  on 2001/02/24  18:46:51
63227         Log: Integrate mainline - to see what Jarkko has in ...
63228      Branch: perlio
63229           +> t/pod/testpods/lib/Pod/Stuff.pm
63230           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
63231 ____________________________________________________________________________
63232 [  8923] By: nick                                  on 2001/02/24  17:05:23
63233         Log: Encode API documentation nd tidy up.
63234              Minor additions to test.
63235              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
63236              Adds STRLEN to standard typemap.
63237      Branch: perlio
63238            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
63239            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
63240 ____________________________________________________________________________
63241 [  8922] By: jhi                                   on 2001/02/24  16:38:12
63242         Log: Add a test for the "character range should match in EBCDIC
63243              if specified using explicit numerics" bug found by Karsten
63244              Sperling.
63245      Branch: perl
63246            ! t/op/pat.t
63247 ____________________________________________________________________________
63248 [  8921] By: jhi                                   on 2001/02/24  16:30:16
63249         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
63250              From: schwern@pobox.com
63251              Date: Fri, 23 Feb 2001 03:21:37 -0500
63252              Message-ID: <20010223032137.A26022@magnonel.guild.net>
63253              
63254              plus Charles Lane's fixes, plus tweaks.
63255      Branch: perl
63256            + t/pod/testpods/lib/Pod/Stuff.pm
63257            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
63258 ____________________________________________________________________________
63259 [  8920] By: nick                                  on 2001/02/24  10:30:11
63260         Log: Integrate mainline
63261      Branch: perlio
63262           !> (integrate 33 files)
63263 ____________________________________________________________________________
63264 [  8919] By: jhi                                   on 2001/02/24  00:23:35
63265         Log: Subject: Re: I'm losing the war...
63266              From: "Vadim Konovalov" <watman@inbox.ru>
63267              Date: Sat, 24 Feb 2001 00:10:14 +0300
63268              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
63269              
63270              hv_store() not working correctly in ENV_IS_CASELESS case.
63271      Branch: perl
63272            ! hv.c
63273 ____________________________________________________________________________
63274 [  8918] By: jhi                                   on 2001/02/24  00:20:09
63275         Log: Subject: Re: [PATCH] fix for charnames above FFFF
63276              From: andreas.koenig@anima.de (Andreas J. Koenig)
63277              Date: 23 Feb 2001 02:39:03 +0100
63278              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
63279              
63280              A further efficiency tweak.
63281      Branch: perl
63282            ! lib/charnames.pm
63283 ____________________________________________________________________________
63284 [  8917] By: jhi                                   on 2001/02/23  20:27:51
63285         Log: Integrate change #8916 from mainline,
63286              do away with USE_WIN32_RTL_ENV.
63287      Branch: maint-5.6/perl
63288           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
63289 ____________________________________________________________________________
63290 [  8916] By: jhi                                   on 2001/02/23  20:02:25
63291         Log: Abolish USE_WIN32_RTL_ENV.
63292      Branch: perl
63293            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
63294 ____________________________________________________________________________
63295 [  8915] By: jhi                                   on 2001/02/23  19:36:00
63296         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
63297              later protected by some #define.
63298      Branch: perl
63299            ! gv.c
63300 ____________________________________________________________________________
63301 [  8914] By: jhi                                   on 2001/02/23  19:31:38
63302         Log: Retract #8902 for now, requested by Charles Lane, the correct
63303              fix will be something else.
63304      Branch: perl
63305            ! op.c
63306 ____________________________________________________________________________
63307 [  8913] By: jhi                                   on 2001/02/23  19:11:36
63308         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
63309              From: Peter Prymmer <pvhp@forte.com>
63310              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
63311              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
63312      Branch: perl
63313            ! t/op/lex_assign.t
63314 ____________________________________________________________________________
63315 [  8912] By: jhi                                   on 2001/02/23  18:38:20
63316         Log: Subject: [patch] perlio + useithreads
63317              From: Doug MacEachern <dougm@covalent.net>
63318              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
63319              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
63320              
63321              Gets things running but not complete.
63322      Branch: perl
63323            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
63324 ____________________________________________________________________________
63325 [  8911] By: jhi                                   on 2001/02/23  04:20:02
63326         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
63327              
63328              Duplicated environment freeing, File::Temp 0.12,
63329              op/append portability (EBCDIC) tweak.
63330      Branch: maint-5.6/perl
63331           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63332           !> t/op/append.t
63333 ____________________________________________________________________________
63334 [  8910] By: jhi                                   on 2001/02/23  02:07:33
63335         Log: Integrate change #8909 from mainline, a better Borland
63336              putenv() workaround.
63337      Branch: maint-5.6/perl
63338           !> perl.c
63339 ____________________________________________________________________________
63340 [  8909] By: jhi                                   on 2001/02/23  02:05:46
63341         Log: A better workaround for Borland putenv() brokenness from Sarathy.
63342      Branch: perl
63343            ! perl.c
63344 ____________________________________________________________________________
63345 [  8908] By: jhi                                   on 2001/02/23  02:04:14
63346         Log: Subject: fix for parameter -Dm (for perl@8867)
63347              From: "Vadim Konovalov" <watman@inbox.ru>
63348              Date: Thu, 22 Feb 2001 17:30:12 +0300
63349              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
63350      Branch: perl
63351            ! perl.h
63352 ____________________________________________________________________________
63353 [  8907] By: jhi                                   on 2001/02/23  01:58:20
63354         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
63355              From: Peter Prymmer <pvhp@forte.com>
63356              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
63357              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
63358      Branch: perl
63359            ! t/op/append.t
63360 ____________________________________________________________________________
63361 [  8906] By: jhi                                   on 2001/02/23  01:48:34
63362         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
63363      Branch: perl
63364            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63365 ____________________________________________________________________________
63366 [  8905] By: jhi                                   on 2001/02/23  01:43:30
63367         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
63368              From: Peter Prymmer <pvhp@forte.com>
63369              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
63370              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
63371      Branch: perl
63372            ! t/lib/st-06compat.t
63373 ____________________________________________________________________________
63374 [  8904] By: jhi                                   on 2001/02/23  01:42:39
63375         Log: Metaconfig unit change for #8903.
63376      Branch: metaconfig/U/perl
63377            ! Devel.U
63378 ____________________________________________________________________________
63379 [  8903] By: jhi                                   on 2001/02/23  01:42:12
63380         Log: Be more helpful for devel builders, suggested by John L. Allen.
63381      Branch: perl
63382            ! Configure
63383 ____________________________________________________________________________
63384 [  8902] By: jhi                                   on 2001/02/23  01:37:41
63385         Log: (Retracted by #8914)
63386              (Wrongly, reinstated by #8941)
63387              
63388              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
63389              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63390              Date:     Thu, 22 Feb 2001 09:43:57 EST
63391              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
63392      Branch: perl
63393            ! op.c
63394 ____________________________________________________________________________
63395 [  8901] By: jhi                                   on 2001/02/23  01:20:32
63396         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
63397              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63398              Date:     Thu, 22 Feb 2001 08:01:35 EST
63399              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
63400      Branch: perl
63401            ! malloc.c
63402 ____________________________________________________________________________
63403 [  8900] By: jhi                                   on 2001/02/23  01:18:02
63404         Log: Integrate changes #8898,8899 from mainline, environ handling.
63405      Branch: maint-5.6/perl
63406           !> perl.c
63407 ____________________________________________________________________________
63408 [  8899] By: jhi                                   on 2001/02/23  01:16:25
63409         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
63410              putenv() is not to be relied on, they are either broken or leaky
63411              or both.)
63412      Branch: perl
63413            ! perl.c
63414 ____________________________________________________________________________
63415 [  8898] By: jhi                                   on 2001/02/22  23:36:59
63416         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
63417              and safesysfree() must be used.
63418      Branch: perl
63419            ! perl.c
63420 ____________________________________________________________________________
63421 [  8897] By: jhi                                   on 2001/02/22  23:25:45
63422         Log: With environ one must use safesysmalloc()/safesysfree().
63423      Branch: perl
63424            ! perl.c
63425 ____________________________________________________________________________
63426 [  8896] By: jhi                                   on 2001/02/22  22:13:18
63427         Log: If we have a duplicated environment free it
63428              if PERL_DESTRUCT_LEVEL.
63429      Branch: perl
63430            ! perl.c
63431 ____________________________________________________________________________
63432 [  8895] By: alanbur                               on 2001/02/22  19:31:57
63433         Log: Synchronised with parent
63434      Branch: maint-5.6/pureperl
63435           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
63436 ____________________________________________________________________________
63437 [  8894] By: gsar                                  on 2001/02/22  19:06:18
63438         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
63439              
63440              fix memory leak in method call optimization (change#3768);
63441              made C<eval "$x->foo()"> leak
63442              
63443              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
63444      Branch: maint-5.6/perl
63445           !> op.c
63446 ____________________________________________________________________________
63447 [  8893] By: jhi                                   on 2001/02/22  18:35:27
63448         Log: (Retracted by #8915.)
63449              
63450              Third Degree finding:
63451              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
63452      Branch: perl
63453            ! gv.c
63454 ____________________________________________________________________________
63455 [  8892] By: jhi                                   on 2001/02/22  14:28:32
63456         Log: Update Changes.
63457      Branch: perl
63458            ! Changes patchlevel.h
63459 ____________________________________________________________________________
63460 [  8891] By: jhi                                   on 2001/02/22  13:22:45
63461         Log: Metaconfig unit changes for #8890.
63462      Branch: metaconfig
63463            ! U/modified/Cppsym.U U/threads/archname.U
63464 ____________________________________________________________________________
63465 [  8890] By: jhi                                   on 2001/02/22  13:22:12
63466         Log: Add -stdio to the archname if no perlio selected,
63467              no -perlio added since that is now the default.
63468              
63469              Add few CPUs/architectures to the Cppsym scan.
63470      Branch: perl
63471            ! Configure config_h.SH
63472 ____________________________________________________________________________
63473 [  8889] By: jhi                                   on 2001/02/22  13:05:59
63474         Log: Metaconfig unit change for #8888.
63475      Branch: metaconfig/U/perl
63476            ! useperlio.U
63477 ____________________________________________________________________________
63478 [  8888] By: jhi                                   on 2001/02/22  13:05:28
63479         Log: *drum roll*  Make perlio the default.
63480      Branch: perl
63481            ! Configure config_h.SH
63482 ____________________________________________________________________________
63483 [  8887] By: jhi                                   on 2001/02/22  12:50:52
63484         Log: Integrate change #8665 from maintperl to mainline,
63485              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
63486      Branch: perl
63487           !> ext/POSIX/POSIX.xs
63488 ____________________________________________________________________________
63489 [  8886] By: jhi                                   on 2001/02/22  12:49:24
63490         Log: Integrate changes #8883,8884 from mainline to maintperl.
63491              
63492              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
63493              Subject: Re: File::Temp::_gettemp warning
63494      Branch: maint-5.6/perl
63495           !> embed.h embed.pl lib/File/Temp.pm
63496 ____________________________________________________________________________
63497 [  8885] By: jhi                                   on 2001/02/22  12:43:59
63498         Log: Based on
63499              
63500              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
63501              From: schwab@suse.de
63502              Date: Thu, 22 Feb 2001 13:08:09 +0100
63503              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
63504              
63505              but the fix done slightly differently because the other
63506              half was already done in #8664.
63507      Branch: maint-5.6/perl
63508            ! ext/POSIX/POSIX.xs
63509 ____________________________________________________________________________
63510 [  8884] By: jhi                                   on 2001/02/22  12:37:15
63511         Log: Subject: Re: File::Temp::_gettemp warning
63512              From: Tim Jenness <t.jenness@jach.hawaii.edu>
63513              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
63514              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
63515              
63516              This patch to File::Temp does two things:
63517              
63518              1. Fixes the problem with CGI::Carp when determining
63519              the Fcntl constants
63520              
63521              2. Removes most of the carps and consolidates them so that all the
63522              reasons are included in a single die that is caught by the test. This
63523              means that the correct skipping behaviour is displayed by the test.
63524      Branch: perl
63525            ! lib/File/Temp.pm
63526 ____________________________________________________________________________
63527 [  8883] By: jhi                                   on 2001/02/22  12:29:19
63528         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
63529              From: Peter Prymmer <pvhp@forte.com>
63530              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
63531              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
63532      Branch: perl
63533            ! embed.h embed.pl
63534 ____________________________________________________________________________
63535 [  8882] By: jhi                                   on 2001/02/21  19:41:33
63536         Log: Integrate change #8881 from mainlin to maintperl.
63537              
63538              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
63539      Branch: maint-5.6/perl
63540           !> op.c
63541 ____________________________________________________________________________
63542 [  8881] By: jhi                                   on 2001/02/21  19:38:57
63543         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
63544              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63545              Date:     Wed, 21 Feb 2001 13:08:03 EST
63546              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
63547      Branch: perl
63548            ! op.c
63549 ____________________________________________________________________________
63550 [  8880] By: jhi                                   on 2001/02/21  19:34:34
63551         Log: Retract #8875, cannot let go of the old semantics of unpack U
63552              without rethinking utf8decode.t.
63553      Branch: perl
63554            ! pp.c t/op/pack.t
63555 ____________________________________________________________________________
63556 [  8879] By: jhi                                   on 2001/02/21  19:08:02
63557         Log: Run run/*.t also in minitest.
63558      Branch: perl
63559            ! Makefile.SH
63560 ____________________________________________________________________________
63561 [  8878] By: nick                                  on 2001/02/21  18:55:37
63562         Log: Integrate mainline
63563      Branch: perlio
63564           !> (integrate 76 files)
63565 ____________________________________________________________________________
63566 [  8877] By: jhi                                   on 2001/02/21  15:09:33
63567         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
63568      Branch: metaconfig
63569            ! U/compline/nblock_io.U
63570      Branch: perl
63571            ! Configure config_h.SH
63572 ____________________________________________________________________________
63573 [  8876] By: jhi                                   on 2001/02/21  14:54:45
63574         Log: If no sfio, no -lsfio.
63575      Branch: metaconfig/U/perl
63576            ! d_sfio.U
63577      Branch: perl
63578            ! Configure config_h.SH
63579 ____________________________________________________________________________
63580 [  8875] By: jhi                                   on 2001/02/21  14:54:00
63581         Log: Make unpack C and unpack U truly equivalent.
63582      Branch: perl
63583            ! pp.c t/op/pack.t
63584 ____________________________________________________________________________
63585 [  8874] By: jhi                                   on 2001/02/21  14:26:02
63586         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63587              From: Peter Prymmer <pvhp@forte.com>
63588              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
63589              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
63590      Branch: perl
63591            ! pod/perlport.pod
63592 ____________________________________________________________________________
63593 [  8873] By: jhi                                   on 2001/02/21  14:24:31
63594         Log: Subject: [PATCH] fix for charnames above FFFF
63595              From: andreas.koenig@anima.de (Andreas J. Koenig)
63596              Date: 21 Feb 2001 07:05:45 +0100
63597              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
63598      Branch: perl
63599            ! lib/charnames.pm t/lib/charnames.t
63600 ____________________________________________________________________________
63601 [  8872] By: jhi                                   on 2001/02/21  14:15:25
63602         Log: Integrate change #8868 from pureperl to mainline.
63603              
63604              Fixed reference count loop caused by sv_magic.
63605      Branch: perl
63606           !> sv.c
63607 ____________________________________________________________________________
63608 [  8871] By: jhi                                   on 2001/02/21  14:07:29
63609         Log: Integrate change #8868 from pureperl to maintperl.
63610              
63611              Fixed reference count loop caused by sv_magic.
63612      Branch: maint-5.6/perl
63613           !> sv.c
63614 ____________________________________________________________________________
63615 [  8870] By: jhi                                   on 2001/02/21  14:04:41
63616         Log: Put back the #8840, it was innocent.
63617      Branch: perl
63618            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
63619            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
63620 ____________________________________________________________________________
63621 [  8869] By: jhi                                   on 2001/02/21  14:00:03
63622         Log: unpack("C", ...) was left slightly unfinished by #8865.
63623      Branch: perl
63624            ! pp.c t/op/pack.t
63625 ____________________________________________________________________________
63626 [  8868] By: alanbur                               on 2001/02/21  01:33:45
63627         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
63628              from gv_fetchpv to create single-character magic variables (e.g. $!),
63629              and it is passed a sv and the gv that contains the sv as the mg_obj
63630              value.  When sv_magic stores the mg_obj pointer it increments the gv
63631              refcount, thus causing a sv-gv pair that can't be freed.  There is
63632              already a check for sv == obj which is used to prevent such reference
63633              loops.  This change extends the check to cover the case described above.
63634      Branch: maint-5.6/pureperl
63635            ! sv.c
63636 ____________________________________________________________________________
63637 [  8867] By: jhi                                   on 2001/02/21  00:52:39
63638         Log: Update Changes.
63639      Branch: perl
63640            ! Changes patchlevel.h
63641 ____________________________________________________________________________
63642 [  8866] By: jhi                                   on 2001/02/21  00:34:20
63643         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
63644              (Note: there were some conflicts due to EBCDIC and EPOC
63645              patches, in general I preferred the repository code.)
63646              (When 2.753 comes out, we need to synchronize.)
63647      Branch: perl
63648            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
63649            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
63650            ! t/lib/cgi-html.t
63651 ____________________________________________________________________________
63652 [  8865] By: jhi                                   on 2001/02/21  00:24:22
63653         Log: Make pack("C", 0x100) to create Unicode, unless under the
63654              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
63655              will understand Unicode, unless you under know what.
63656      Branch: perl
63657            ! pp.c t/op/pack.t t/op/qu.t
63658 ____________________________________________________________________________
63659 [  8864] By: alanbur                               on 2001/02/20  22:35:34
63660         Log: Resynchronised with parent
63661      Branch: maint-5.6/pureperl
63662           !> README.win32 ext/GDBM_File/GDBM_File.pm
63663           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
63664           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
63665           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
63666           !> t/lib/sdbm.t util.c
63667 ____________________________________________________________________________
63668 [  8863] By: jhi                                   on 2001/02/20  20:55:11
63669         Log: Integrate change #8860,8861 from mainline into maintperl.
63670              
63671              "pseudo-literal j"
63672              
63673              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
63674      Branch: maint-5.6/perl
63675           !> lib/Test.pm pod/perlop.pod
63676 ____________________________________________________________________________
63677 [  8862] By: jhi                                   on 2001/02/20  20:30:07
63678         Log: Don't do casting between pointers pointing to differently sized
63679              integers.
63680      Branch: perl
63681            ! hv.c sv.c
63682 ____________________________________________________________________________
63683 [  8861] By: jhi                                   on 2001/02/20  19:53:44
63684         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
63685              From: Peter Prymmer <pvhp@forte.com>
63686              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
63687              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
63688      Branch: perl
63689            ! lib/Test.pm
63690 ____________________________________________________________________________
63691 [  8860] By: jhi                                   on 2001/02/20  19:48:02
63692         Log: "pseudo-literal j", a documentation glitch reported to Debian.
63693              The text recovered from Perl 5.005_03, and pseudo-literal replaced
63694              by "backtick string".
63695      Branch: perl
63696            ! pod/perlop.pod
63697 ____________________________________________________________________________
63698 [  8859] By: jhi                                   on 2001/02/20  19:15:46
63699         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
63700              from Chris Nandor.
63701      Branch: perl
63702            ! makedef.pl
63703 ____________________________________________________________________________
63704 [  8858] By: jhi                                   on 2001/02/20  17:36:53
63705         Log: Integrate pureperl changes #8844,8845,8850 to mainline
63706              (via maintperl #8855).
63707              
63708              Fixed %^H scoping bug
63709              
63710              Removed GV <-> CV refcount loop
63711              
63712              Removed %ENV refcount loop
63713      Branch: perl
63714           !> gv.c op.c perl.c pp.c scope.c
63715 ____________________________________________________________________________
63716 [  8857] By: jhi                                   on 2001/02/20  17:34:32
63717         Log: Integrate changes #8853,8854 from maintperl to mainline.
63718              
63719              EBDIC fixes, README.win32 Borland update.
63720      Branch: perl
63721           !> README.win32 handy.h util.c
63722 ____________________________________________________________________________
63723 [  8856] By: jhi                                   on 2001/02/20  17:33:16
63724         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
63725      Branch: maint-5.6/perl
63726           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
63727           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
63728           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
63729 ____________________________________________________________________________
63730 [  8855] By: jhi                                   on 2001/02/20  17:32:13
63731         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
63732              
63733              Fixed %^H scoping bug
63734              
63735              Removed GV <-> CV refcount loop
63736              
63737              Removed %ENV refcount loop
63738      Branch: maint-5.6/perl
63739           !> gv.c op.c perl.c pp.c scope.c
63740 ____________________________________________________________________________
63741 [  8854] By: jhi                                   on 2001/02/20  17:25:06
63742         Log: Subject: Addition to readme.win32 for Borland C++ compilers
63743              Date: Tue, 20 Feb 2001 02:15:25 +0300
63744              From: "Vadim Konovalov" <watman@inbox.ru>
63745              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
63746              
63747              Document Borland compiler misbehaviour.
63748      Branch: maint-5.6/perl
63749            ! README.win32
63750 ____________________________________________________________________________
63751 [  8853] By: jhi                                   on 2001/02/20  17:22:25
63752         Log: The assimilation of ebcdic.c didn't quite work at the first try,
63753              patches from Thomas Dorner.
63754      Branch: maint-5.6/perl
63755            ! handy.h util.c
63756 ____________________________________________________________________________
63757 [  8852] By: jhi                                   on 2001/02/20  17:20:15
63758         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
63759              From: Chris Nandor <pudge@pobox.com>
63760              Date: Tue, 20 Feb 2001 08:32:45 -0500
63761              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
63762      Branch: maint-5.6/perl
63763            ! makedef.pl mg.c
63764 ____________________________________________________________________________
63765 [  8851] By: jhi                                   on 2001/02/20  17:15:52
63766         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
63767      Branch: perl
63768            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
63769            ! t/lib/filter-util.t
63770 ____________________________________________________________________________
63771 [  8850] By: alanbur                               on 2001/02/20  17:12:40
63772         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
63773              and the magic pointer points back to the GV that contains the
63774              %ENV hash.  This creates a refcount loop that prevents members
63775              of %ENV from being freed correctly.  This change removes the
63776              refcount loop - the magic pointer was never used anyway, the
63777              only use of the magic was to check the type ('E') so that the
63778              appropriate environment manipulation code is called when %ENV
63779              is modified.
63780      Branch: maint-5.6/pureperl
63781            ! perl.c
63782 ____________________________________________________________________________
63783 [  8849] By: jhi                                   on 2001/02/20  17:12:20
63784         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63785              From: "Craig A. Berry" <craigberry@mac.com>
63786              Date: Mon, 19 Feb 2001 23:36:12 -0600
63787              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
63788              
63789              Case-forgiving systems match TestInit.pm with TES*.
63790      Branch: perl
63791            ! t/lib/glob-basic.t
63792 ____________________________________________________________________________
63793 [  8848] By: jhi                                   on 2001/02/20  17:10:02
63794         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
63795      Branch: perl
63796            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
63797            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
63798            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
63799 ____________________________________________________________________________
63800 [  8847] By: jhi                                   on 2001/02/20  15:34:41
63801         Log: The #8843 wasn't quite right: %Config needs to imported.
63802      Branch: perl
63803            ! t/run/runenv.t
63804 ____________________________________________________________________________
63805 [  8846] By: jhi                                   on 2001/02/20  15:31:50
63806         Log: Retract the #8838 and #8840 for now because of
63807              the DB_File tie problem.
63808      Branch: perl
63809            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
63810            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
63811            ! proto.h sv.c
63812 ____________________________________________________________________________
63813 [  8845] By: alanbur                               on 2001/02/20  14:25:41
63814         Log: Removed GV <-> CV refcount loop
63815              CvGV(mycv) points to the parent GV of the CV, and was previously
63816              refcounted.  The pointer remains, but the refcounting has been removed
63817              as it causes a refcount loop between the CV and GV that means the CV
63818              can't ever be deleted.
63819      Branch: maint-5.6/pureperl
63820            ! gv.c op.c pp.c
63821 ____________________________________________________________________________
63822 [  8844] By: alanbur                               on 2001/02/20  14:23:13
63823         Log: Fixed %^H scoping bug
63824      Branch: maint-5.6/pureperl
63825            ! scope.c
63826 ____________________________________________________________________________
63827 [  8843] By: jhi                                   on 2001/02/19  13:38:08
63828         Log: fork() not everywhere, cleanup temp files.
63829      Branch: perl
63830            ! t/run/runenv.t
63831 ____________________________________________________________________________
63832 [  8842] By: alanbur                               on 2001/02/19  12:42:07
63833         Log: Resynchronised with parent
63834      Branch: maint-5.6/pureperl
63835           !> pod/perlfaq4.pod sv.c utf8.c
63836 ____________________________________________________________________________
63837 [  8841] By: jhi                                   on 2001/02/19  03:35:51
63838         Log: Update Changes.
63839      Branch: perl
63840            ! Changes patchlevel.h
63841 ____________________________________________________________________________
63842 [  8840] By: jhi                                   on 2001/02/19  00:23:41
63843         Log: Subject: [patch] add sv_setref_uv
63844              From: Doug MacEachern <dougm@covalent.net>
63845              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
63846              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
63847      Branch: perl
63848            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
63849            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
63850 ____________________________________________________________________________
63851 [  8839] By: jhi                                   on 2001/02/19  00:01:38
63852         Log: Put to rest the 20010205.001, the email address checking (not) regex.
63853      Branch: perl
63854            ! pod/perlfaq9.pod
63855 ____________________________________________________________________________
63856 [  8838] By: jhi                                   on 2001/02/18  22:17:54
63857         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
63858              From: Doug MacEachern <dougm@covalent.net>
63859              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
63860              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
63861      Branch: perl
63862            ! lib/ExtUtils/xsubpp
63863 ____________________________________________________________________________
63864 [  8837] By: jhi                                   on 2001/02/18  22:16:50
63865         Log: Subject: [patch] -Wall cleanup round 2
63866              From: Doug MacEachern <dougm@covalent.net>
63867              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
63868              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
63869      Branch: perl
63870            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
63871            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
63872            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
63873            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
63874            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
63875            ! ext/SDBM_File/SDBM_File.xs
63876 ____________________________________________________________________________
63877 [  8836] By: jhi                                   on 2001/02/18  22:11:20
63878         Log: Misapplied regex optimizations when \C is present.
63879              Fixes 20001230.002.
63880              
63881              What still remains broken is that the submatches that
63882              have \C in them get their UTF8 flag on because their
63883              parent SV has it on.  This will result in malformed
63884              UTF8 if a \C happened to match a non-ASCII byte.
63885      Branch: perl
63886            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
63887            ! t/pragma/utf8.t
63888 ____________________________________________________________________________
63889 [  8835] By: jhi                                   on 2001/02/18  20:12:02
63890         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
63891              
63892              The hash key got wrongly UTF8fied.
63893      Branch: perl
63894            ! pod/perlapi.pod toke.c utf8.c
63895 ____________________________________________________________________________
63896 [  8834] By: jhi                                   on 2001/02/18  19:44:25
63897         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
63898              don't warn on magical or overloaded things.
63899      Branch: perl
63900            ! pp_hot.c
63901 ____________________________________________________________________________
63902 [  8833] By: nick                                  on 2001/02/18  19:31:22
63903         Log: Integrate mainline
63904      Branch: perlio
63905           +> t/TestInit.pm t/run/runenv.t
63906            - t/UTEST
63907           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
63908           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
63909           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
63910           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
63911           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
63912           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
63913           !> utf8.c
63914 ____________________________________________________________________________
63915 [  8832] By: jhi                                   on 2001/02/18  19:21:18
63916         Log: Integrate perlio:
63917              
63918              [  8830]
63919              Apply the spirit of patch from Nick Clark:
63920              Subject: [PATCH] Re: extensions that provide layers
63921              From: Nicholas Clark <nick@ccl4.org>
63922              Date: Mon, 12 Feb 2001 16:43:51 +0000
63923              Message-Id: <20010212164350.Q3652@plum.flirble.org>
63924      Branch: perl
63925           !> perlio.c pod/perldiag.pod
63926 ____________________________________________________________________________
63927 [  8831] By: jhi                                   on 2001/02/18  19:14:20
63928         Log: Integrate change #8827 from mainline.
63929              
63930              UTF8 tweaks.
63931      Branch: maint-5.6/perl
63932           !> sv.c utf8.c
63933 ____________________________________________________________________________
63934 [  8830] By: nick                                  on 2001/02/18  19:10:34
63935         Log: Apply the spirit of patch from Nick Clark:
63936              Subject: [PATCH] Re: extensions that provide layers
63937              From: Nicholas Clark <nick@ccl4.org>
63938              Date: Mon, 12 Feb 2001 16:43:51 +0000
63939              Message-Id: <20010212164350.Q3652@plum.flirble.org>
63940      Branch: perlio
63941            ! perlio.c pod/perldiag.pod
63942 ____________________________________________________________________________
63943 [  8829] By: jhi                                   on 2001/02/18  19:03:25
63944         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
63945              From: schwern@pobox.com 
63946              Date: Sun, 18 Feb 2001 13:44:35 -0500
63947              Message-ID: <20010218134435.A17544@magnonel.guild.net>
63948              
63949              Applied, but as t/TestInit.pm.
63950      Branch: perl
63951            + t/TestInit.pm
63952            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
63953            ! t/op/subst_wamp.t
63954 ____________________________________________________________________________
63955 [  8828] By: jhi                                   on 2001/02/18  18:43:52
63956         Log: Integrate perlio:
63957              
63958              [  8826]
63959              Fix [ID 20010217.002]
63960              open FOO, "<:raw:perlio", ...
63961              :raw now inserts default base layer below itself.
63962              Also
63963              open FOO, "<:unix", ...
63964              works as well - but leaves buffer layer on stack under the unix layer.
63965      Branch: perl
63966           !> perlio.c
63967 ____________________________________________________________________________
63968 [  8827] By: jhi                                   on 2001/02/18  18:41:33
63969         Log: UTF-8 tweaks.
63970      Branch: perl
63971            ! sv.c utf8.c
63972 ____________________________________________________________________________
63973 [  8826] By: nick                                  on 2001/02/18  17:40:59
63974         Log: Fix [ID 20010217.002]
63975              open FOO, "<:raw:perlio", ...
63976              :raw now inserts default base layer below itself.
63977              Also
63978              open FOO, "<:unix", ...
63979              works as well - but leaves buffer layer on stack under the unix layer.
63980      Branch: perlio
63981            ! perlio.c
63982 ____________________________________________________________________________
63983 [  8825] By: jhi                                   on 2001/02/18  17:15:39
63984         Log: Integrate perlio:
63985              
63986              [  8820]
63987              Clean up a few core dumps when layers are used in unexpected ways.
63988              (Still not "right"...)
63989      Branch: perl
63990           !> perlio.c perliol.h
63991 ____________________________________________________________________________
63992 [  8824] By: jhi                                   on 2001/02/18  17:10:53
63993         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
63994              From: schwern@pobox.com
63995              Date: Sun, 18 Feb 2001 01:48:50 -0500
63996              Message-ID: <20010218014850.C19957@magnonel.guild.net>
63997      Branch: perl
63998            ! lib/Test/Harness.pm t/TEST t/op/chop.t
63999 ____________________________________________________________________________
64000 [  8823] By: jhi                                   on 2001/02/18  17:01:06
64001         Log: Add run/*.t to testables.
64002      Branch: perl
64003            ! t/TEST
64004 ____________________________________________________________________________
64005 [  8822] By: jhi                                   on 2001/02/18  16:58:58
64006         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
64007              From: schwern@pobox.com
64008              Date: Sun, 18 Feb 2001 01:11:35 -0500
64009              Message-ID: <20010218011135.A19957@magnonel.guild.net>
64010              
64011              Revive mjd's and Simon's PERL5OPT fix.
64012      Branch: perl
64013            + t/run/runenv.t
64014            ! MANIFEST perl.c
64015 ____________________________________________________________________________
64016 [  8821] By: jhi                                   on 2001/02/18  16:53:46
64017         Log: Subject: Re: Why t/TEST and not Test::Harness?
64018              From: schwern@pobox.com
64019              Date: Sat, 17 Feb 2001 22:44:44 -0500
64020              Message-ID: <20010217224444.A6679@magnonel.guild.net>
64021              
64022              Replace UTEST with TEST -utf8.
64023      Branch: perl
64024            - t/UTEST
64025            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
64026            ! t/lib/glob-basic.t
64027 ____________________________________________________________________________
64028 [  8820] By: nick                                  on 2001/02/18  13:06:16
64029         Log: Clean up a few core dumps when layers are used in unexpected ways.
64030              (Still not "right"...)
64031      Branch: perlio
64032            ! perlio.c perliol.h
64033 ____________________________________________________________________________
64034 [  8819] By: jhi                                   on 2001/02/18  02:25:55
64035         Log: Integrate change #8818 from maintperl, a FAQ nit.
64036      Branch: perl
64037           !> pod/perlfaq4.pod
64038 ____________________________________________________________________________
64039 [  8818] By: jhi                                   on 2001/02/18  02:24:50
64040         Log: FAQ nit from Chris Fedde.
64041      Branch: maint-5.6/perl
64042            ! pod/perlfaq4.pod
64043 ____________________________________________________________________________
64044 [  8817] By: nick                                  on 2001/02/17  18:20:14
64045         Log: Integrate mainline
64046      Branch: perlio
64047           +> lib/unicode/UCD.html lib/unicode/Unicode.html
64048           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
64049           +> pod/perlclib.pod
64050            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64051            - lib/unicode/Unicode.301
64052           !> (integrate 324 files)
64053 ____________________________________________________________________________
64054 [  8816] By: jhi                                   on 2001/02/17  16:56:58
64055         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
64056      Branch: perl
64057            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
64058            ! ext/Storable/Storable.xs t/lib/st-06compat.t
64059            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
64060 ____________________________________________________________________________
64061 [  8815] By: jhi                                   on 2001/02/17  16:40:07
64062         Log: Subject: [patch] -Wall
64063              From: Doug MacEachern <dougm@covalent.net>
64064              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
64065              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
64066      Branch: perl
64067            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
64068            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
64069 ____________________________________________________________________________
64070 [  8814] By: jhi                                   on 2001/02/16  19:27:18
64071         Log: Document qu better.
64072      Branch: perl
64073            ! pod/perlop.pod
64074 ____________________________________________________________________________
64075 [  8813] By: jhi                                   on 2001/02/15  13:54:37
64076         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
64077              From: Hugo <hv@crypt.compulink.co.uk>
64078              Date: Thu, 15 Feb 2001 13:39:49 +0000
64079              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
64080      Branch: perl
64081            ! toke.c
64082 ____________________________________________________________________________
64083 [  8812] By: alanbur                               on 2001/02/15  13:52:16
64084         Log: Resynchronised with parent
64085      Branch: maint-5.6/pureperl
64086            - ebcdic.c
64087           !> (integrate 36 files)
64088 ____________________________________________________________________________
64089 [  8811] By: jhi                                   on 2001/02/15  13:51:16
64090         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
64091              
64092              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
64093              From: Jan Dubois <JanD@ActiveState.com>
64094              Date: Wed, 31 Jan 2001 21:17:03 -0800
64095              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
64096              
64097              tweak change#8659 to keep it simple
64098              
64099              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
64100              From: Russ Allbery <rra@stanford.edu>
64101              Date: 14 Feb 2001 10:15:41 -0800
64102              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
64103              
64104              (8809 empty)
64105              
64106              Upgrade to podlators 1.08, from Russ Allbery.
64107      Branch: perl
64108           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
64109           !> utils/perldoc.PL
64110 ____________________________________________________________________________
64111 [  8810] By: jhi                                   on 2001/02/15  13:35:08
64112         Log: Upgrade to podlators 1.08, from Russ Allbery.
64113      Branch: maint-5.6/perl
64114            ! lib/Pod/Man.pm lib/Pod/Text.pm
64115 ____________________________________________________________________________
64116 [  8809] By: jhi                                   on 2001/02/15  13:26:38
64117         Log: (accidentally empty check-in)
64118      Branch: maint-5.6/perl
64119            ! lib/Test/Harness.pm
64120 ____________________________________________________________________________
64121 [  8808] By: jhi                                   on 2001/02/15  13:23:47
64122         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
64123              From: Russ Allbery <rra@stanford.edu>
64124              Date: 14 Feb 2001 10:15:41 -0800
64125              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
64126              
64127              perldoc was hardcoding $Config{installscript}, which breaks
64128              when install* isn't where Perl ends up (such as with AFS).
64129              
64130              Use $Config{scriptdir} instead.
64131      Branch: maint-5.6/perl
64132            ! utils/perldoc.PL
64133 ____________________________________________________________________________
64134 [  8807] By: jhi                                   on 2001/02/14  14:37:27
64135         Log: Update Changes.
64136      Branch: perl
64137            ! Changes patchlevel.h
64138 ____________________________________________________________________________
64139 [  8806] By: jhi                                   on 2001/02/14  14:25:31
64140         Log: Integrate changes #8803,8804,8805 from mainline.
64141              
64142              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
64143              
64144              Don't skip too much of the locale error message if no environ array,
64145              from Chris Nandor.
64146              
64147              More MacOS Classic fixes from Chris Nandor.
64148      Branch: maint-5.6/perl
64149           !> doop.c lib/Cwd.pm perl.c perl.h util.c
64150 ____________________________________________________________________________
64151 [  8805] By: jhi                                   on 2001/02/14  03:29:01
64152         Log: More MacOS Classic fixes from Chris Nandor.
64153      Branch: perl
64154            ! doop.c lib/Cwd.pm
64155 ____________________________________________________________________________
64156 [  8804] By: jhi                                   on 2001/02/14  03:18:35
64157         Log: Don't skip too much of the locale error message if no environ array,
64158              from Chris Nandor.
64159      Branch: perl
64160            ! util.c
64161 ____________________________________________________________________________
64162 [  8803] By: jhi                                   on 2001/02/14  03:14:14
64163         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
64164      Branch: perl
64165            ! perl.c perl.h
64166 ____________________________________________________________________________
64167 [  8802] By: jhi                                   on 2001/02/13  18:31:33
64168         Log: AUTHORS update.
64169      Branch: perl
64170            ! AUTHORS
64171 ____________________________________________________________________________
64172 [  8801] By: jhi                                   on 2001/02/13  17:55:19
64173         Log: Integrate change #8792 from mainline.
64174              
64175              Subject: buncha MacPerl patches for bleadperl
64176              From: Chris Nandor <pudge@pobox.com>
64177              Date: Tue, 13 Feb 2001 00:02:43 -0500
64178              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
64179      Branch: maint-5.6/perl
64180           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
64181           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
64182           !> t/lib/basename.t toke.c util.h
64183 ____________________________________________________________________________
64184 [  8800] By: jhi                                   on 2001/02/13  17:46:43
64185         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
64186              to be forced to Off_t.
64187              
64188              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
64189              From: nick@ccl4.org
64190              Date: Thu, 1 Feb 2001 12:01:04 +0000
64191              Message-Id: <20010201120103.E11401@plum.flirble.org>
64192      Branch: maint-5.6/perl
64193            ! iperlsys.h perlio.c
64194 ____________________________________________________________________________
64195 [  8799] By: jhi                                   on 2001/02/13  16:52:51
64196         Log: Duplex duplex hunk hunk.
64197      Branch: maint-5.6/perl
64198            ! Makefile.SH
64199 ____________________________________________________________________________
64200 [  8797] By: jhi                                   on 2001/02/13  14:52:04
64201         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
64202              From: "Craig A. Berry" <craigberry@mac.com>
64203              Date: Mon, 12 Feb 2001 11:05:25 -0600
64204              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
64205      Branch: perl
64206            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
64207 ____________________________________________________________________________
64208 [  8796] By: jhi                                   on 2001/02/13  14:36:47
64209         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
64210              From: simon.cozens@pembroke.oxford.ac.uk 
64211              Date: Sat, 10 Feb 2001 17:57:02 +0000
64212              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
64213              
64214              Now it does include.
64215      Branch: perl
64216            ! pod/perldiag.pod
64217 ____________________________________________________________________________
64218 [  8795] By: jhi                                   on 2001/02/13  14:30:11
64219         Log: Sort the MANIFEST.
64220      Branch: perl
64221            ! MANIFEST
64222 ____________________________________________________________________________
64223 [  8794] By: jhi                                   on 2001/02/13  14:26:51
64224         Log: Integrate change #8793 from mainline, FAQ updates.
64225      Branch: maint-5.6/perl
64226           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
64227 ____________________________________________________________________________
64228 [  8793] By: jhi                                   on 2001/02/13  14:25:13
64229         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
64230      Branch: perl
64231            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
64232 ____________________________________________________________________________
64233 [  8792] By: jhi                                   on 2001/02/13  14:22:50
64234         Log: Subject: buncha MacPerl patches for bleadperl
64235              From: Chris Nandor <pudge@pobox.com>
64236              Date: Tue, 13 Feb 2001 00:02:43 -0500
64237              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
64238      Branch: perl
64239            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
64240            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
64241            ! t/lib/basename.t toke.c util.h
64242 ____________________________________________________________________________
64243 [  8791] By: jhi                                   on 2001/02/13  14:10:39
64244         Log: Integrate change #8790 from mainline.
64245              
64246              environ array wrongly assumed in Perl_init_i18nl10n(),
64247      Branch: maint-5.6/perl
64248           !> util.c
64249 ____________________________________________________________________________
64250 [  8790] By: jhi                                   on 2001/02/13  14:06:15
64251         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
64252              noticed by Chris Nandor in MacOS Classic.
64253      Branch: perl
64254            ! util.c
64255 ____________________________________________________________________________
64256 [  8789] By: jhi                                   on 2001/02/13  13:58:07
64257         Log: Integrate changes #8373,8487,8544,8783 from mainline.
64258              
64259              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
64260              hints files, the dynaloading, assimilate ebcdic into util.c.
64261      Branch: maint-5.6/perl
64262            - ebcdic.c
64263            ! MANIFEST hints/posix-bc.sh
64264           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
64265           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
64266           !> perlapi.c proto.h util.c
64267 ____________________________________________________________________________
64268 [  8788] By: alanbur                               on 2001/02/13  10:33:13
64269         Log: Integrated changes from maint-5.6
64270      Branch: maint-5.6/pureperl
64271           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
64272           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
64273           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64274           !> vos/config.ga.h vos/configure_perl.cm
64275 ____________________________________________________________________________
64276 [  8787] By: jhi                                   on 2001/02/13  05:56:36
64277         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
64278      Branch: perl
64279           !> Makefile.SH
64280 ____________________________________________________________________________
64281 [  8786] By: jhi                                   on 2001/02/13  05:54:34
64282         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
64283              From: Dorner Thomas <Thomas.Dorner@start.de>
64284              Date: Mon, 12 Feb 2001 15:06:26 +0100
64285              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
64286      Branch: maint-5.6/perl
64287            ! Makefile.SH
64288 ____________________________________________________________________________
64289 [  8785] By: jhi                                   on 2001/02/13  05:29:04
64290         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
64291      Branch: perl
64292           !> hints/openbsd.sh
64293 ____________________________________________________________________________
64294 [  8784] By: jhi                                   on 2001/02/13  02:25:24
64295         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
64296              From: Peter Prymmer <pvhp@forte.com>
64297              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
64298              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
64299      Branch: perl
64300            ! pod/perlclib.pod
64301 ____________________________________________________________________________
64302 [  8783] By: jhi                                   on 2001/02/13  02:22:36
64303         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
64304      Branch: perl
64305            - ebcdic.c
64306            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
64307            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
64308            ! util.c
64309 ____________________________________________________________________________
64310 [  8782] By: jhi                                   on 2001/02/13  02:00:07
64311         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
64312      Branch: maint-5.6/perl
64313            ! pod/perlport.pod
64314 ____________________________________________________________________________
64315 [  8781] By: jhi                                   on 2001/02/13  01:58:44
64316         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
64317      Branch: maint-5.6/perl
64318            ! hints/openbsd.sh
64319 ____________________________________________________________________________
64320 [  8780] By: jhi                                   on 2001/02/13  01:57:33
64321         Log: Synchronize the regexp tests between maintperl and mainline.
64322      Branch: maint-5.6/perl
64323           !> t/op/re_tests
64324 ____________________________________________________________________________
64325 [  8779] By: jhi                                   on 2001/02/13  01:49:35
64326         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
64327              From: Hugo <hv@crypt.compulink.co.uk>
64328              Date: Tue, 13 Feb 2001 00:11:11 +0000
64329              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
64330      Branch: perl
64331            ! regcomp.c t/op/re_tests
64332 ____________________________________________________________________________
64333 [  8778] By: jhi                                   on 2001/02/13  00:23:10
64334         Log: Comments do not nest.
64335      Branch: perl
64336            ! perl.h
64337 ____________________________________________________________________________
64338 [  8777] By: jhi                                   on 2001/02/13  00:17:54
64339         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
64340              From: Hugo <hv@crypt.compulink.co.uk>
64341              Date: Tue, 13 Feb 2001 00:11:11 +0000
64342              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
64343      Branch: maint-5.6/perl
64344            ! regcomp.c t/op/re_tests
64345 ____________________________________________________________________________
64346 [  8776] By: jhi                                   on 2001/02/12  23:25:52
64347         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
64348      Branch: maint-5.6/perl
64349            ! pod/perlport.pod
64350 ____________________________________________________________________________
64351 [  8775] By: jhi                                   on 2001/02/12  23:04:28
64352         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
64353      Branch: maint-5.6/perl
64354            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
64355            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64356            ! vos/configure_perl.cm
64357 ____________________________________________________________________________
64358 [  8774] By: jhi                                   on 2001/02/12  22:59:11
64359         Log: Subject: Re: [patch] context for 'U' magic functions
64360              From: Doug MacEachern <dougm@covalent.net>
64361              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
64362              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
64363              
64364              plus the suggestion by Nick Ing-Simmons to name the macro
64365              as PERL_MG_UFUNC to avoid namespace pollution, plus add
64366              the advice by Doug for XS writers to perl.h
64367      Branch: perl
64368            ! mg.c perl.h
64369 ____________________________________________________________________________
64370 [  8773] By: jhi                                   on 2001/02/11  20:14:12
64371         Log: Update Changes.
64372      Branch: perl
64373            ! Changes patchlevel.h
64374 ____________________________________________________________________________
64375 [  8772] By: jhi                                   on 2001/02/11  18:47:52
64376         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
64377              From: Simon Cozens <simon@cozens.net>
64378              Date: Wed, 31 Jan 2001 16:31:43 +0000
64379              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
64380      Branch: perl
64381            + pod/perlclib.pod
64382            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
64383            ! pod/perltoc.pod
64384 ____________________________________________________________________________
64385 [  8771] By: jhi                                   on 2001/02/11  18:36:48
64386         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
64387              
64388              Blocks-4d3.beta.txt
64389              CaseFolding-3d4.beta.txt
64390              CompositionExclusions-3d6.beta.txt
64391              EastAsianWidth-4d4.beta.txt
64392              LineBreak-6d3.beta.txt
64393              NamesList-3.1.0d1.beta.txt
64394              PropList-3.1.0d4.beta.txt
64395              SpecialCasing-4d1.beta.txt
64396              UnicodeData-3.1.0d6.beta.txt
64397      Branch: perl
64398            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
64399           +> lib/unicode/UCD.html lib/unicode/Unicode.html
64400            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64401            - lib/unicode/Unicode.301
64402            ! (edit 257 files)
64403 ____________________________________________________________________________
64404 [  8770] By: jhi                                   on 2001/02/11  17:26:22
64405         Log: UTF-8 documentation.
64406      Branch: perl
64407            ! utf8.h
64408 ____________________________________________________________________________
64409 [  8769] By: jhi                                   on 2001/02/11  17:12:49
64410         Log: Retract #8762.
64411      Branch: perl
64412            ! regexec.c
64413 ____________________________________________________________________________
64414 [  8768] By: jhi                                   on 2001/02/11  16:54:45
64415         Log: Subject: [PATCH] Test::Harness
64416              From: andreas.koenig@anima.de (Andreas J. Koenig)
64417              Date: 11 Feb 2001 14:37:00 +0100
64418              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
64419      Branch: perl
64420            ! lib/Test/Harness.pm
64421 ____________________________________________________________________________
64422 [  8767] By: jhi                                   on 2001/02/11  16:53:52
64423         Log: Subject: [PATCH] Document makepatch in Porting/patching
64424              From: andreas.koenig@anima.de (Andreas J. Koenig)
64425              Date: 11 Feb 2001 16:46:28 +0100
64426              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
64427      Branch: perl
64428            ! Porting/patching.pod
64429 ____________________________________________________________________________
64430 [  8766] By: jhi                                   on 2001/02/11  06:30:23
64431         Log: Subject: Re: [patch] GvSHARED
64432              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
64433              From: Doug MacEachern <dougm@covalent.net>
64434              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
64435              
64436              Subject: Re: [patch] GvSHARED
64437              From: Doug MacEachern <dougm@covalent.net>
64438              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
64439              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
64440              
64441              Subject: [patch] attributes.pm support for `shared'
64442              From: Doug MacEachern <dougm@covalent.net>
64443              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
64444              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
64445              
64446              our() attributes were ignored, our :shared pieces missing,
64447              allow attributes.pm to turn on shared.
64448      Branch: perl
64449            ! op.c t/op/attrs.t toke.c xsutils.c
64450 ____________________________________________________________________________
64451 [  8765] By: alanbur                               on 2001/02/10  23:11:19
64452         Log: Resync with parent (hopefully sucessfully this time)
64453      Branch: maint-5.6/pureperl
64454           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
64455           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
64456           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64457           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
64458           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
64459           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
64460           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
64461 ____________________________________________________________________________
64462 [  8764] By: jhi                                   on 2001/02/10  22:54:38
64463         Log: Make TEST and UTEST more verbose in case something goes
64464              wrong in running/compiling a script, suggested by Doug
64465              MacEachern.
64466      Branch: perl
64467            ! t/TEST t/UTEST
64468 ____________________________________________________________________________
64469 [  8763] By: jhi                                   on 2001/02/10  22:11:34
64470         Log: Bogus shebang.
64471      Branch: perl
64472            ! t/lib/texttabs.t
64473 ____________________________________________________________________________
64474 [  8762] By: jhi                                   on 2001/02/10  21:56:02
64475         Log: (Retracted by #8769)
64476      Branch: perl
64477            ! regexec.c
64478 ____________________________________________________________________________
64479 [  8761] By: jhi                                   on 2001/02/10  21:26:15
64480         Log: Subject: Re: [patch] GvSHARED 
64481              From: Doug MacEachern <dougm@covalent.net>
64482              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
64483              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
64484              
64485              our @EXPORT : shared = (...);
64486      Branch: perl
64487            ! toke.c
64488 ____________________________________________________________________________
64489 [  8760] By: jhi                                   on 2001/02/10  21:25:07
64490         Log: Subject: [patch] GvSHARED
64491              From: Doug MacEachern <dougm@covalent.net>
64492              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
64493              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
64494      Branch: perl
64495            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
64496 ____________________________________________________________________________
64497 [  8759] By: alanbur                               on 2001/02/10  21:24:27
64498         Log: Backed out mismerge.
64499      Branch: maint-5.6/pureperl
64500            ! MANIFEST README.hpux README.vmesa gv.c installhtml
64501            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
64502            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64503            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
64504            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
64505            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
64506            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
64507 ____________________________________________________________________________
64508 [  8758] By: jhi                                   on 2001/02/10  18:01:17
64509         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
64510              
64511              Fixed UMRs and leak in Perl_pmtrans()
64512              
64513              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
64514              associated UTFied tr/// code.  Also fixed scoping leak of
64515              PL_reg_start_tmp.
64516              
64517              newATTRSUB leaks when an attempt to redefine the active sort sub is
64518              made.
64519      Branch: maint-5.6/perl
64520           !> op.c regcomp.c
64521 ____________________________________________________________________________
64522 [  8757] By: alanbur                               on 2001/02/10  17:56:46
64523         Log: Resynchronised with parent
64524      Branch: maint-5.6/pureperl
64525           +> README.bs2000
64526            - README.posix-bc
64527            ! gv.c perl.c sv.c
64528           !> MANIFEST README.hpux README.vmesa installhtml
64529           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
64530           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64531           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
64532           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
64533           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
64534           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
64535 ____________________________________________________________________________
64536 [  8756] By: alanbur                               on 2001/02/10  17:51:15
64537         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
64538              made.
64539      Branch: maint-5.6/pureperl
64540            ! op.c
64541 ____________________________________________________________________________
64542 [  8755] By: jhi                                   on 2001/02/09  22:41:35
64543         Log: Upgrade to CPAN 1.59_54, from Andreas König.
64544      Branch: perl
64545            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64546 ____________________________________________________________________________
64547 [  8754] By: jhi                                   on 2001/02/09  22:29:20
64548         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
64549              
64550              Didn't upgrade the fill.t since it has a dependency to File::Slurp
64551              purely for debugging purposes, the actual test hasn't changed.
64552      Branch: perl
64553            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
64554            ! t/lib/textwrap.t
64555 ____________________________________________________________________________
64556 [  8753] By: jhi                                   on 2001/02/09  20:17:50
64557         Log: Integrate change #8682 from maintperl.
64558              
64559              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
64560              to work correctly.
64561      Branch: perl
64562           !> hints/irix_6.sh
64563 ____________________________________________________________________________
64564 [  8752] By: jhi                                   on 2001/02/09  20:00:46
64565         Log: Update Changes.
64566      Branch: perl
64567            ! Changes patchlevel.h
64568 ____________________________________________________________________________
64569 [  8751] By: nick                                  on 2001/02/09  19:48:37
64570         Log: Integrate mainline
64571      Branch: perlio
64572           +> README.bs2000 t/lib/cgi-esc.t
64573            - README.posix-bc
64574           !> (integrate 53 files)
64575 ____________________________________________________________________________
64576 [  8750] By: nick                                  on 2001/02/09  19:25:16
64577         Log: Subject: RE: Biannual Competition to Improve Hashing Function
64578              From: Fisher Mark <fisherm@tce.com>
64579              Date: Thu, 8 Feb 2001 10:44:00 -0500
64580              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
64581              Date: Thu, 8 Feb 2001 15:02:47 -0500
64582              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
64583      Branch: perl
64584            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
64585 ____________________________________________________________________________
64586 [  8749] By: jhi                                   on 2001/02/09  19:02:35
64587         Log: Forgotten fragment.
64588      Branch: perl
64589            ! pod/perlapi.pod
64590 ____________________________________________________________________________
64591 [  8748] By: jhi                                   on 2001/02/09  18:31:34
64592         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
64593              plus manual tweakage.
64594              
64595              Sync the perlfaq2 between mainline and maintperl.
64596      Branch: maint-5.6/perl
64597            ! pod/perlfaq2.pod
64598      Branch: perl
64599           !> pod/perlfaq2.pod
64600 ____________________________________________________________________________
64601 [  8747] By: jhi                                   on 2001/02/09  18:12:04
64602         Log: Subject: versiononly and installperl
64603              From: abigail@foad.org
64604              Date: Wed, 7 Feb 2001 22:43:12 +0100
64605              Message-ID: <20010207214312.7045.qmail@foad.org>    
64606              
64607              Add +v flag to force a normal install of the perl binary
64608              and the utilities.
64609              
64610              Subject: [PATCH] installperl
64611              From: Nicholas Clark <nick@ccl4.org>
64612              Date: Fri, 9 Feb 2001 16:28:57 +0000
64613              Message-ID: <20010209162857.B10931@plum.flirble.org>
64614              
64615              Add -A flag which also hardlinks the binary with
64616              the full architecture name.
64617      Branch: perl
64618            ! installperl
64619 ____________________________________________________________________________
64620 [  8746] By: jhi                                   on 2001/02/09  18:03:43
64621         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
64622              
64623              Subject: perlfaq2, re: perlmongers
64624              
64625              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
64626              
64627              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
64628              
64629              Subject: [ID 20010205.001] typo in perlfaq9
64630              
64631              Subject: [ID 20010208.002] unordered explanation in perlcall
64632      Branch: maint-5.6/perl
64633           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
64634           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
64635           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
64636 ____________________________________________________________________________
64637 [  8745] By: jhi                                   on 2001/02/09  17:59:09
64638         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
64639              From: abela@geneanet.org
64640              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
64641              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
64642      Branch: perl
64643            ! pod/perlcall.pod
64644 ____________________________________________________________________________
64645 [  8744] By: jhi                                   on 2001/02/09  17:48:16
64646         Log: Subject: [ID 20010205.001] typo in perlfaq9
64647              From: eserte@vran.herceg.de
64648              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
64649              Message-Id: <200102042244.XAA21926@vran.herceg.de>
64650      Branch: perl
64651            ! pod/perlfaq9.pod
64652 ____________________________________________________________________________
64653 [  8743] By: jhi                                   on 2001/02/09  17:25:12
64654         Log: Integrate change #8695 from maintperl.
64655              
64656              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
64657      Branch: perl
64658           !> thread.h
64659 ____________________________________________________________________________
64660 [  8742] By: jhi                                   on 2001/02/09  17:21:22
64661         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
64662              From: Andy Dougherty <doughera@lafayette.edu>
64663              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
64664              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
64665      Branch: perl
64666            ! embed.pl
64667 ____________________________________________________________________________
64668 [  8741] By: jhi                                   on 2001/02/09  17:05:19
64669         Log: Integrate changes #8738,8739,8740 from maintperl.
64670              
64671              Html files will be installed in a more logical and easier to
64672              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
64673              
64674              Html files will be generated with a header to make them look
64675              a little less bare.
64676              
64677              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
64678      Branch: perl
64679           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
64680 ____________________________________________________________________________
64681 [  8740] By: jhi                                   on 2001/02/09  17:03:46
64682         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
64683              From: "Brendan O'Dea" <bod@compusol.com.au>
64684              Date: Sun, 4 Feb 2001 11:17:56 +1100
64685              Message-ID: <20010204111756.A16301@compusol.com.au>
64686      Branch: maint-5.6/perl
64687            ! pod/perlfaq3.pod
64688 ____________________________________________________________________________
64689 [  8739] By: jhi                                   on 2001/02/09  17:01:59
64690         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
64691              From: "Indy Singh" <indy@nusphere.com>
64692              Date: Fri, 2 Feb 2001 15:09:59 -0500
64693              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
64694              
64695              Html files will be generated with a header to make them look
64696              a little less bare.
64697      Branch: maint-5.6/perl
64698            ! installhtml
64699 ____________________________________________________________________________
64700 [  8738] By: jhi                                   on 2001/02/09  16:58:48
64701         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
64702              From: "Indy Singh" <indy@nusphere.com>
64703              Date: Fri, 2 Feb 2001 15:08:23 -0500
64704              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
64705              
64706              Html files will be installed in a more logical and easier to
64707              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
64708      Branch: maint-5.6/perl
64709            ! win32/Makefile win32/makefile.mk
64710 ____________________________________________________________________________
64711 [  8737] By: jhi                                   on 2001/02/09  16:46:54
64712         Log: Integrate changes #8687,8736 from maintperl.
64713              
64714              HP-UX thread patches from Merijn H. Brand.
64715              
64716              Latin nit from Philip Newton.
64717      Branch: perl
64718           !> README.hpux hints/hpux.sh
64719 ____________________________________________________________________________
64720 [  8736] By: jhi                                   on 2001/02/09  16:42:31
64721         Log: Latin nit from Philip Newton.
64722      Branch: maint-5.6/perl
64723            ! README.hpux
64724 ____________________________________________________________________________
64725 [  8735] By: jhi                                   on 2001/02/09  16:24:03
64726         Log: Integrate changes #8704,8710 from pureperl.
64727              
64728              Fixed UMRs and leak in Perl_pmtrans()
64729              
64730              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
64731              associated UTFied tr/// code.  Also fixed scoping leak of
64732              PL_reg_start_tmp.
64733      Branch: perl
64734           !> op.c regcomp.c
64735 ____________________________________________________________________________
64736 [  8734] By: jhi                                   on 2001/02/09  15:40:21
64737         Log: Integrate change #8733 from maintperl.
64738              
64739              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
64740      Branch: perl
64741           !> pod/perlre.pod
64742 ____________________________________________________________________________
64743 [  8733] By: jhi                                   on 2001/02/09  15:35:47
64744         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
64745              From: Prymmer/Kahn <pvhp@best.com>
64746              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
64747              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
64748      Branch: maint-5.6/perl
64749            ! pod/perlre.pod
64750 ____________________________________________________________________________
64751 [  8732] By: jhi                                   on 2001/02/09  15:26:17
64752         Log: Rename README.posix-bc to README.bs2000 (to avoid the
64753              confusion of a "perlposix-bc.pod"), add a few missing
64754              arch pods, regen toc.
64755      Branch: maint-5.6/perl
64756           +> README.bs2000
64757            - README.posix-bc
64758            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
64759            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
64760 ____________________________________________________________________________
64761 [  8731] By: jhi                                   on 2001/02/09  15:23:39
64762         Log: De-cut-and-pasto.
64763      Branch: perl
64764            ! pod/perl.pod
64765 ____________________________________________________________________________
64766 [  8730] By: jhi                                   on 2001/02/09  15:11:13
64767         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
64768              when people think that perlposix-bc.pod tells anything about
64769              Perl and POSIX.  Regen toc.
64770      Branch: perl
64771           +> README.bs2000
64772            - README.posix-bc
64773            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
64774            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
64775 ____________________________________________________________________________
64776 [  8729] By: jhi                                   on 2001/02/09  14:52:28
64777         Log: The README.vmesa part of #8712 from maintperl.
64778      Branch: perl
64779            ! README.vmesa
64780 ____________________________________________________________________________
64781 [  8728] By: jhi                                   on 2001/02/09  14:46:06
64782         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
64783              From: Peter Prymmer <pvhp@forte.com>
64784              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
64785              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
64786      Branch: maint-5.6/perl
64787            ! README.vmesa win32/Makefile win32/makefile.mk
64788 ____________________________________________________________________________
64789 [  8727] By: jhi                                   on 2001/02/09  14:33:25
64790         Log: Integrate change #8712 from mainline.
64791              
64792              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
64793      Branch: maint-5.6/perl
64794           !> lib/Pod/Find.pm
64795 ____________________________________________________________________________
64796 [  8726] By: jhi                                   on 2001/02/09  14:30:28
64797         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
64798              From: Peter Prymmer <pvhp@forte.com>
64799              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
64800              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
64801      Branch: perl
64802            + t/lib/cgi-esc.t
64803            ! MANIFEST lib/CGI/Util.pm
64804 ____________________________________________________________________________
64805 [  8725] By: jhi                                   on 2001/02/09  04:56:47
64806         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
64807      Branch: maint-5.6/perl
64808            ! pod/perlport.pod
64809 ____________________________________________________________________________
64810 [  8724] By: jhi                                   on 2001/02/09  04:40:59
64811         Log: Integrate changes 7819,7820 from vmsperl into mainline.
64812              
64813              Add header for LIB$ prototypes (C. Berry)
64814              
64815              Convert fwrite()s to sockets to write()s, since some socket stacks
64816              don't take kindly to stdio.
64817              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64818              (for often optional LNMs)
64819              Correct a few typos
64820              (C. Bailey)
64821      Branch: perl
64822           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
64823 ____________________________________________________________________________
64824 [  8723] By: jhi                                   on 2001/02/09  03:29:29
64825         Log: Integrate change #8722 from mainline.
64826              
64827              The Im() function wasn't returning zero for non-Math::Complex
64828              arguments.  The bug reported by John Gamble.
64829      Branch: maint-5.6/perl
64830           !> lib/Math/Complex.pm
64831 ____________________________________________________________________________
64832 [  8722] By: jhi                                   on 2001/02/09  03:28:33
64833         Log: The Im() function wasn't returning zero for non-Math::Complex
64834              arguments.  The bug reported by John Gamble.
64835      Branch: perl
64836            ! lib/Math/Complex.pm
64837 ____________________________________________________________________________
64838 [  8721] By: nick                                  on 2001/02/08  22:11:35
64839         Log: Correct the correction :-(
64840      Branch: perl
64841            ! perl.c
64842 ____________________________________________________________________________
64843 [  8720] By: bailey                                on 2001/02/08  20:59:22
64844         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
64845              don't take kindly to stdio.
64846              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
64847              (for often optional LNMs)
64848              Correct a few typos
64849              (C. Bailey)
64850      Branch: vmsperl
64851            ! vms/vms.c vms/vmsish.h
64852 ____________________________________________________________________________
64853 [  8719] By: bailey                                on 2001/02/08  20:51:02
64854         Log: Add header for LIB$ prototypes (C. Berry)
64855      Branch: vmsperl
64856            ! ext/Devel/DProf/DProf.xs
64857 ____________________________________________________________________________
64858 [  8718] By: bailey                                on 2001/02/08  20:49:00
64859         Log: SYN SYN
64860      Branch: vmsperl
64861           +> pod/perliol.pod t/lib/sample-tests/bailout
64862           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
64863           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
64864           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
64865           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
64866           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
64867           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
64868            - lib/unicode/Is/DCinital.pl
64869           !> (integrate 101 files)
64870 ____________________________________________________________________________
64871 [  8717] By: nick                                  on 2001/02/08  19:38:48
64872         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
64873              From: Robin Barker <rmb1@cise.npl.co.uk>
64874              Date: Thu, 8 Feb 2001 14:38:07 GMT
64875              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
64876      Branch: perl
64877            ! lib/CPAN.pm
64878 ____________________________________________________________________________
64879 [  8716] By: nick                                  on 2001/02/08  19:29:07
64880         Log: Generated files form 8713 etc.
64881      Branch: perl
64882            ! embed.h global.sym objXSUB.h perlapi.c proto.h
64883 ____________________________________________________________________________
64884 [  8715] By: nick                                  on 2001/02/08  19:26:08
64885         Log: Fixup non-ithread build after 8713
64886      Branch: perl
64887            ! perl.c
64888 ____________________________________________________________________________
64889 [  8714] By: nick                                  on 2001/02/08  19:17:45
64890         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
64891              From: nick@ccl4.org
64892              Date: Wed, 7 Feb 2001 00:27:47 +0000
64893              Message-Id: <20010207002747.B63724@plum.flirble.org>
64894      Branch: perl
64895            ! sv.c toke.c
64896 ____________________________________________________________________________
64897 [  8713] By: nick                                  on 2001/02/08  19:15:58
64898         Log: Subject: Re: [patch] Re: PL_ptr_table
64899              From: Doug Maceachern <dougm@covalent.net>
64900              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
64901              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
64902      Branch: perl
64903            ! embed.pl perl.c sv.c sv.h
64904 ____________________________________________________________________________
64905 [  8712] By: nick                                  on 2001/02/08  19:12:47
64906         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
64907              From: Peter Prymmer <pvhp@forte.com>
64908              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
64909              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
64910      Branch: perl
64911            ! lib/Pod/Find.pm
64912 ____________________________________________________________________________
64913 [  8711] By: nick                                  on 2001/02/07  21:06:11
64914         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
64915              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
64916              From: Alan Burlison <Alan.Burlison@uk.sun.com>
64917              Date: Tue, 06 Feb 2001 23:37:01 +0000
64918              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
64919      Branch: perl
64920            ! regcomp.c
64921 ____________________________________________________________________________
64922 [  8710] By: alanbur                               on 2001/02/07  00:22:04
64923         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
64924              associated UTFied tr/// code.  Also fixed scoping leak of
64925              PL_reg_start_tmp.
64926      Branch: maint-5.6/pureperl
64927            ! op.c regcomp.c
64928 ____________________________________________________________________________
64929 [  8709] By: nick                                  on 2001/02/06  21:16:49
64930         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
64931              From: Michael G Schwern <schwern@pobox.com>
64932              Date: Sun, 4 Feb 2001 19:47:14 -0500
64933              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
64934      Branch: perl
64935            ! pod/perlapi.pod pod/perlmodlib.PL
64936 ____________________________________________________________________________
64937 [  8708] By: nick                                  on 2001/02/06  20:41:20
64938         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
64939              From: Michael G Schwern <schwern@pobox.com>
64940              Date: Sun, 4 Feb 2001 21:17:49 -0500
64941              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
64942      Branch: perl
64943            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
64944            ! pod/perltootc.pod
64945 ____________________________________________________________________________
64946 [  8707] By: nick                                  on 2001/02/06  20:29:11
64947         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
64948              From: Michael G Schwern <schwern@pobox.com>
64949              Date: Tue, 6 Feb 2001 05:54:30 -0500
64950              Message-Id: <20010206055430.A951@blackrider.aocn.com>
64951      Branch: perl
64952            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
64953 ____________________________________________________________________________
64954 [  8706] By: nick                                  on 2001/02/06  20:21:40
64955         Log: Subject: RE: some win32 fixes
64956              Date: Tue, 6 Feb 2001 09:23:20 +0300
64957              From: Vadim Konovalov <vkonovalov@lucent.com>
64958              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
64959      Branch: perl
64960            ! toke.c win32/Makefile win32/config.bc win32/config.gc
64961            ! win32/config.vc win32/config_H.bc win32/makefile.mk
64962 ____________________________________________________________________________
64963 [  8705] By: alanbur                               on 2001/02/06  15:00:03
64964         Log: Synchronised with parent
64965      Branch: maint-5.6/pureperl
64966            ! regexec.c
64967           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
64968           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
64969 ____________________________________________________________________________
64970 [  8704] By: alanbur                               on 2001/02/06  14:55:24
64971         Log: Fixed UMRs and leak in Perl_pmtrans()
64972      Branch: maint-5.6/pureperl
64973            ! op.c
64974 ____________________________________________________________________________
64975 [  8703] By: gsar                                  on 2001/02/06  02:29:37
64976         Log: $(MAKE) distclean doesn't clean up properly on windows
64977      Branch: maint-5.6/perl
64978            ! win32/Makefile win32/makefile.mk
64979 ____________________________________________________________________________
64980 [  8702] By: gsar                                  on 2001/02/06  01:00:46
64981         Log: tweak change#8659 to keep it simple
64982      Branch: maint-5.6/perl
64983            ! utils/perldoc.PL
64984 ____________________________________________________________________________
64985 [  8701] By: gsar                                  on 2001/02/05  22:45:41
64986         Log: change#8693 was missing testsuite changes
64987      Branch: maint-5.6/perl
64988           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
64989 ____________________________________________________________________________
64990 [  8700] By: nick                                  on 2001/02/05  20:32:52
64991         Log: Integrate mainline
64992      Branch: perlio
64993           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
64994           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
64995           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
64996           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
64997           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
64998           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
64999           +> t/lib/test-harness.t
65000           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
65001           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
65002           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
65003           !> pod/perlutil.pod t/TEST utils/h2xs.PL
65004 ____________________________________________________________________________
65005 [  8699] By: nick                                  on 2001/02/05  19:41:07
65006         Log: Subject: perlfaq2, re: perlmongers
65007              From: David H. Adler <dha@panix.com>
65008              Date: Sun, 4 Feb 2001 23:48:23 -0500
65009              Message-Id: <20010204234823.A13429@panix.com>
65010      Branch: perl
65011            ! pod/perlfaq2.pod
65012 ____________________________________________________________________________
65013 [  8698] By: nick                                  on 2001/02/05  19:39:31
65014         Log: Missed file f#rom the testharness mess.
65015      Branch: perl
65016            + t/lib/test-harness.t
65017 ____________________________________________________________________________
65018 [  8697] By: nick                                  on 2001/02/05  19:37:21
65019         Log: Subject: [DOC PATCH] overload.pm nits
65020              From: John Tobey <jtobey@john-edwin-tobey.org>
65021              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
65022              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
65023      Branch: perl
65024            ! lib/overload.pm
65025 ____________________________________________________________________________
65026 [  8696] By: alanbur                               on 2001/02/05  11:56:00
65027         Log: Sync with parent
65028      Branch: maint-5.6/pureperl
65029           !> thread.h
65030 ____________________________________________________________________________
65031 [  8695] By: gsar                                  on 2001/02/05  03:27:34
65032         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65033      Branch: maint-5.6/perl
65034            ! thread.h
65035 ____________________________________________________________________________
65036 [  8694] By: alanbur                               on 2001/02/05  00:07:47
65037         Log: Initial branch creation from //depot/maint-5.6/perl
65038      Branch: maint-5.6/pureperl
65039           +> (branch 1719 files)
65040 ____________________________________________________________________________
65041 [  8693] By: gsar                                  on 2001/02/04  22:38:49
65042         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
65043              changes)
65044      Branch: maint-5.6/perl
65045           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
65046           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65047           !> ext/DB_File/version.c
65048 ____________________________________________________________________________
65049 [  8692] By: nick                                  on 2001/02/04  18:15:57
65050         Log: The missed t/TEST part of the grand testharness upgrade.
65051      Branch: perl
65052            ! t/TEST
65053 ____________________________________________________________________________
65054 [  8691] By: nick                                  on 2001/02/04  18:05:17
65055         Log: New improved test harness
65056              Subject: Re: [PATCH Test::Harness] Third time's a charm?
65057              From: Michael G Schwern <schwern@pobox.com>
65058              Date: Sun, 4 Feb 2001 08:01:20 -0500
65059              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
65060      Branch: perl
65061            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
65062            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
65063            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
65064            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
65065            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
65066            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
65067            ! MANIFEST lib/Test/Harness.pm
65068 ____________________________________________________________________________
65069 [  8690] By: nick                                  on 2001/02/04  17:57:51
65070         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
65071              From: Jonathan Stowe <gellyfish@gellyfish.com>
65072              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
65073              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
65074      Branch: perl
65075            ! utils/h2xs.PL
65076 ____________________________________________________________________________
65077 [  8689] By: nick                                  on 2001/02/04  17:55:24
65078         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
65079              From: Michael G Schwern <schwern@pobox.com>
65080              Date: Sat, 3 Feb 2001 22:46:38 -0500
65081              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
65082      Branch: perl
65083            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
65084            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
65085 ____________________________________________________________________________
65086 [  8688] By: nick                                  on 2001/02/04  17:43:55
65087         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
65088              length byfailing to spot lack of closing )
65089              From: nick@talking.bollo.cx
65090              Date: Sat, 03 Feb 2001 23:53:16 +0000
65091              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
65092      Branch: perl
65093            ! perlio.c pod/perldiag.pod
65094 ____________________________________________________________________________
65095 [  8687] By: jhi                                   on 2001/02/03  17:11:42
65096         Log: HP-UX thread patches from Merijn H. Brand.
65097      Branch: maint-5.6/perl
65098            ! README.hpux hints/hpux.sh
65099 ____________________________________________________________________________
65100 [  8686] By: jhi                                   on 2001/02/03  16:40:12
65101         Log: Metaconfig changes for #8685.
65102      Branch: metaconfig
65103            ! U/installdirs/instubperl.U
65104      Branch: metaconfig/U/perl
65105            ! Devel.U versiononly.U
65106 ____________________________________________________________________________
65107 [  8685] By: jhi                                   on 2001/02/03  16:39:49
65108         Log: For -Dusedevel builds turn off installusrbinperl and turn on
65109              versiononly, a combined idea of Richard Soderberg and Merijn
65110              H. Brand.  You can still override both of these from the command
65111              line if you need to, -Dinstallusrbinperl and -Uversiononly.
65112      Branch: perl
65113            ! Configure
65114 ____________________________________________________________________________
65115 [  8684] By: jhi                                   on 2001/02/03  16:16:34
65116         Log: Metaconfig unit fix for #8683.
65117      Branch: metaconfig
65118            ! U/compline/nblock_io.U
65119 ____________________________________________________________________________
65120 [  8683] By: jhi                                   on 2001/02/03  16:16:12
65121         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
65122              reported by Peter Prymmer for 5.6-TRIAL1.
65123      Branch: perl
65124            ! Configure
65125 ____________________________________________________________________________
65126 [  8682] By: jhi                                   on 2001/02/03  05:52:11
65127         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65128              to work correctly.
65129      Branch: maint-5.6/perl
65130            ! hints/irix_6.sh
65131 ____________________________________________________________________________
65132 [  8681] By: jhi                                   on 2001/02/03  05:47:33
65133         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
65134      Branch: maint-5.6/perl
65135            ! pod/perlport.pod
65136 ____________________________________________________________________________
65137 [  8680] By: jhi                                   on 2001/02/02  21:39:49
65138         Log: perlport update from Peter Prymmer.
65139      Branch: maint-5.6/perl
65140            ! pod/perlport.pod
65141 ____________________________________________________________________________
65142 [  8679] By: nick                                  on 2001/02/02  20:50:48
65143         Log: Integrate mainline
65144      Branch: perlio
65145           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
65146           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
65147           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
65148 ____________________________________________________________________________
65149 [  8678] By: gsar                                  on 2001/02/02  16:02:12
65150         Log: note about bincompat, slightly modified (from Lupe Christoph)
65151      Branch: maint-5.6/perl
65152            ! README.solaris
65153 ____________________________________________________________________________
65154 [  8677] By: jhi                                   on 2001/02/02  15:46:20
65155         Log: Supported platforms updates.
65156      Branch: maint-5.6/perl
65157            ! pod/perlport.pod
65158 ____________________________________________________________________________
65159 [  8676] By: jhi                                   on 2001/02/02  03:41:26
65160         Log: A couple more perlfaq2 tweaks.
65161      Branch: maint-5.6/perl
65162            ! pod/perlfaq2.pod
65163 ____________________________________________________________________________
65164 [  8675] By: jhi                                   on 2001/02/02  03:17:44
65165         Log: Misedit in #8661.
65166      Branch: maint-5.6/perl
65167            ! Configure
65168 ____________________________________________________________________________
65169 [  8674] By: jhi                                   on 2001/02/02  03:14:38
65170         Log: Damien again.
65171      Branch: maint-5.6/perl
65172            ! pod/perlfaq2.pod
65173 ____________________________________________________________________________
65174 [  8673] By: jhi                                   on 2001/02/02  03:12:40
65175         Log: perlfaq update from Elaine Ashton.
65176      Branch: maint-5.6/perl
65177            ! pod/perlfaq2.pod
65178 ____________________________________________________________________________
65179 [  8672] By: jhi                                   on 2001/02/02  03:07:08
65180         Log: UTF-8 s/// patch from Inaba Hiroto.
65181      Branch: maint-5.6/perl
65182            ! pp_ctl.c pp_hot.c
65183 ____________________________________________________________________________
65184 [  8671] By: jhi                                   on 2001/02/01  22:34:31
65185         Log: Update Changes.
65186      Branch: perl
65187            ! Changes patchlevel.h
65188 ____________________________________________________________________________
65189 [  8670] By: jhi                                   on 2001/02/01  22:15:29
65190         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
65191              from maintperl.
65192              
65193              Upgrade to Getopt::Long 2.25, from Johan Vromans.
65194              
65195              more files need to be writable in the source distribution
65196              
65197              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
65198              
65199              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
65200              
65201              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
65202              
65203              Allow the float to be fuzzier.
65204              
65205              need to use INT2PTR instead of a straight cast or ia64 fails
65206              
65207              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
65208              
65209              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
65210      Branch: perl
65211           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
65212           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
65213           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
65214 ____________________________________________________________________________
65215 [  8669] By: jhi                                   on 2001/02/01  21:57:02
65216         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
65217              From: Robin Barker <rmb1@cise.npl.co.uk>
65218              Date: Thu, 1 Feb 2001 16:59:05 GMT
65219              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
65220      Branch: maint-5.6/perl
65221            ! pod/perlmodlib.PL
65222 ____________________________________________________________________________
65223 [  8668] By: nick                                  on 2001/02/01  19:41:40
65224         Log: Integrate mainline
65225      Branch: perlio
65226           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
65227           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
65228           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
65229 ____________________________________________________________________________
65230 [  8667] By: gsar                                  on 2001/02/01  16:59:11
65231         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
65232      Branch: maint-5.6/perl
65233            ! embed.pl embedvar.h
65234 ____________________________________________________________________________
65235 [  8666] By: gsar                                  on 2001/02/01  16:34:51
65236         Log: add missing entries to win32/config.?c
65237      Branch: maint-5.6/perl
65238            ! win32/config.bc win32/config.gc win32/config.vc
65239            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65240 ____________________________________________________________________________
65241 [  8665] By: jhi                                   on 2001/02/01  14:58:51
65242         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
65243              From: "Stephen P. Potter" <spp@spotter.yi.org>
65244              Date: Thu, 01 Feb 2001 10:45:46 -0500
65245              Message-Id: <200102011545.KAA31479@spotter.yi.org>
65246      Branch: maint-5.6/perl
65247            ! pod/perlfunc.pod
65248 ____________________________________________________________________________
65249 [  8664] By: gsar                                  on 2001/02/01  14:52:37
65250         Log: need to use INT2PTR instead of a straight cast or ia64 fails
65251              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
65252      Branch: maint-5.6/perl
65253            ! ext/POSIX/POSIX.xs
65254 ____________________________________________________________________________
65255 [  8663] By: jhi                                   on 2001/02/01  14:09:13
65256         Log: Allow the float to be fuzzier.
65257      Branch: maint-5.6/perl
65258            ! t/lib/peek.t
65259 ____________________________________________________________________________
65260 [  8662] By: jhi                                   on 2001/02/01  13:59:00
65261         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
65262              From: Robin Barker <rmb1@cise.npl.co.uk>
65263              Date: Thu, 1 Feb 2001 13:05:39 GMT
65264              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
65265      Branch: maint-5.6/perl
65266            ! pod/perlmodlib.pod
65267 ____________________________________________________________________________
65268 [  8661] By: jhi                                   on 2001/02/01  13:57:38
65269         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
65270              Date: Thu, 01 Feb 2001 14:15:41 +0100
65271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65272              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
65273              
65274              Have the $ccflags in the gcc version test (strange, this change
65275              is claimed to be have been integrated already)
65276      Branch: maint-5.6/perl
65277            ! Configure
65278 ____________________________________________________________________________
65279 [  8660] By: jhi                                   on 2001/02/01  13:44:10
65280         Log: Integrate changes #7950,7964,7962 from mainline.
65281              
65282              Find the stdchar signedness using cpp, should fix some of
65283              the Solaris compiler warnings reported by Alan Burlison.
65284      Branch: maint-5.6/perl
65285           !> Configure config_h.SH
65286 ____________________________________________________________________________
65287 [  8659] By: jhi                                   on 2001/02/01  05:35:32
65288         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65289              From: Jan Dubois <JanD@ActiveState.com>
65290              Date: Wed, 31 Jan 2001 21:17:03 -0800
65291              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65292      Branch: maint-5.6/perl
65293            ! utils/perldoc.PL
65294 ____________________________________________________________________________
65295 [  8658] By: jhi                                   on 2001/02/01  04:33:17
65296         Log: Integrate the README.os390 and README.posix-bc parts of mainline
65297              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
65298              installperl parts were taken care of by #8657.)
65299      Branch: maint-5.6/perl
65300           !> README.os390 README.posix-bc
65301 ____________________________________________________________________________
65302 [  8657] By: jhi                                   on 2001/02/01  04:29:21
65303         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
65304              From: Peter Prymmer <pvhp@forte.com>
65305              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
65306              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
65307      Branch: maint-5.6/perl
65308            + ext/DynaLoader/dl_dllload.xs
65309            ! MANIFEST Makefile.SH hints/os390.sh installperl
65310 ____________________________________________________________________________
65311 [  8656] By: jhi                                   on 2001/02/01  04:25:45
65312         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
65313              From: Peter Prymmer <pvhp@forte.com>
65314              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
65315              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
65316      Branch: maint-5.6/perl
65317            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
65318 ____________________________________________________________________________
65319 [  8655] By: jhi                                   on 2001/02/01  04:14:47
65320         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
65321              From: troc@netrus.net
65322              Date: Wed, 31 Jan 2001 22:31:26 -0500
65323              Message-Id: <200102010331.WAA117.85@rocco.homenet>
65324      Branch: maint-5.6/perl
65325            ! os2/os2.c
65326 ____________________________________________________________________________
65327 [  8654] By: jhi                                   on 2001/02/01  04:12:52
65328         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
65329              as reported by Alan Burlison.
65330      Branch: maint-5.6/perl
65331            ! pp.h
65332 ____________________________________________________________________________
65333 [  8653] By: jhi                                   on 2001/02/01  04:05:12
65334         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
65335              From: dsugalski@northernlight.com
65336              Date: Wed, 31 Jan 2001 18:54:11 -0500
65337              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
65338      Branch: maint-5.6/perl
65339            ! configure.com
65340 ____________________________________________________________________________
65341 [  8652] By: jhi                                   on 2001/02/01  04:03:11
65342         Log: Misplaced #endif.
65343              
65344              Subject: [perl-5-6-1-trial2] patches for EPOC
65345              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65346              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
65347              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
65348      Branch: maint-5.6/perl
65349            ! epoc/epocish.c
65350 ____________________________________________________________________________
65351 [  8651] By: jhi                                   on 2001/02/01  04:00:25
65352         Log: Integrate changes #8647,8648,8650 from mainline.
65353              
65354              Macrofy a magic UTF-8 test.
65355              
65356              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
65357              
65358              Watch out for cross compiling for EPOC (usually done on linux).
65359      Branch: maint-5.6/perl
65360           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
65361 ____________________________________________________________________________
65362 [  8650] By: jhi                                   on 2001/02/01  03:56:20
65363         Log: Watch out for cross compiling for EPOC (usually done on linux)
65364              
65365              Subject: [perl-5-6-1-trial2] patches for EPOC
65366              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65367              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
65368              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
65369      Branch: perl
65370            ! ext/Errno/Errno_pm.PL
65371 ____________________________________________________________________________
65372 [  8649] By: gsar                                  on 2001/02/01  00:46:00
65373         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
65374      Branch: maint-5.6/perl
65375            ! sv.c
65376 ____________________________________________________________________________
65377 [  8648] By: jhi                                   on 2001/01/31  23:35:36
65378         Log: All the uses of PL_numeric_radix must be protected by
65379              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
65380              
65381              Subject: [perl-5-6-1-trial2] patches for EPOC
65382              From: Olaf Flebbe <O.Flebbe@science-computing.de>
65383              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
65384              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
65385      Branch: perl
65386            ! sv.c
65387 ____________________________________________________________________________
65388 [  8647] By: jhi                                   on 2001/01/31  22:56:16
65389         Log: Macrofy a magic UTF-8 test.
65390      Branch: perl
65391            ! utf8.c utf8.h
65392 ____________________________________________________________________________
65393 [  8646] By: gsar                                  on 2001/01/31  15:55:12
65394         Log: update Changes
65395      Branch: maint-5.6/perl
65396            ! Changes
65397 ____________________________________________________________________________
65398 [  8645] By: gsar                                  on 2001/01/31  15:10:14
65399         Log: Configure tweak suggested by Peter Prymmer
65400      Branch: maint-5.6/perl
65401            ! Configure
65402 ____________________________________________________________________________
65403 [  8644] By: gsar                                  on 2001/01/31  15:06:32
65404         Log: more files need to be writable in the source distribution
65405      Branch: maint-5.6/perl
65406            ! Porting/makerel
65407 ____________________________________________________________________________
65408 [  8643] By: jhi                                   on 2001/01/31  14:59:46
65409         Log: Integrate changes #8258,8278,8279 from mainline.
65410              
65411              Make the large file tests more robust/talkative.
65412      Branch: maint-5.6/perl
65413           !> t/lib/syslfs.t t/op/lfs.t
65414 ____________________________________________________________________________
65415 [  8642] By: gsar                                  on 2001/01/31  14:53:48
65416         Log: integrate changes#8311,8334 from mainline
65417              
65418              Add a new MakeMaker variable PM_FILTER that defines a Unix
65419              filter to be run on each .pm during the pm_to_blib() phase,
65420              a fixed version of
65421              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
65422              
65423              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
65424              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
65425              accurate reading of the "atime".  
65426      Branch: maint-5.6/perl
65427           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
65428           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
65429           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
65430 ____________________________________________________________________________
65431 [  8641] By: jhi                                   on 2001/01/31  14:46:37
65432         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
65433      Branch: maint-5.6/perl
65434            ! lib/Getopt/Long.pm
65435 ____________________________________________________________________________
65436 [  8640] By: gsar                                  on 2001/01/31  14:40:24
65437         Log: make regen_all
65438      Branch: maint-5.6/perl
65439            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
65440 ____________________________________________________________________________
65441 [  8639] By: gsar                                  on 2001/01/31  14:37:25
65442         Log: refresh windows config files
65443      Branch: maint-5.6/perl
65444            ! win32/Makefile win32/config_H.bc win32/config_H.gc
65445            ! win32/config_H.vc win32/makefile.mk
65446 ____________________________________________________________________________
65447 [  8638] By: gsar                                  on 2001/01/31  14:28:10
65448         Log: makefile tweaks for windows: introduce a bulk-switch to enable
65449              same options as ActivePerl; sync changes with makefile.mk
65450      Branch: maint-5.6/perl
65451            ! win32/Makefile win32/makefile.mk
65452 ____________________________________________________________________________
65453 [  8637] By: jhi                                   on 2001/01/31  04:41:30
65454         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
65455              From: Nicholas Clark <nick@ccl4.org>
65456              Date: Tue, 30 Jan 2001 19:51:05 +0000
65457              Message-ID: <20010130195105.R76607@plum.flirble.org> 
65458              
65459              op/inc cure.
65460      Branch: perl
65461            ! pp.c pp.h pp_hot.c t/op/arith.t
65462 ____________________________________________________________________________
65463 [  8636] By: jhi                                   on 2001/01/31  02:38:32
65464         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
65465              no perlio],8257,8380,8479,8515 from mainline.
65466              
65467              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
65468              
65469              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
65470              Subject: [PATCH perl@8133] fix-up for VMS extensions
65471              
65472              In VMS embedded perls couldn't access the statically built Socket.
65473              
65474              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
65475              
65476              Further VMS piping fixes from Charles Lane.
65477              
65478              Subject:  [PATCH] make t/op/misc.t work on VMS
65479              
65480              Add tracing for debugging extensions builds in VMS.
65481              
65482              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
65483      Branch: maint-5.6/perl
65484           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
65485           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
65486           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
65487 ____________________________________________________________________________
65488 [  8635] By: jhi                                   on 2001/01/31  01:46:41
65489         Log: Integrate change #7732 from mainline.
65490              
65491              Sparc 64-bit pack() fix from Jens Hamisch.
65492      Branch: maint-5.6/perl
65493           !> pp.c
65494 ____________________________________________________________________________
65495 [  8634] By: jhi                                   on 2001/01/31  01:41:16
65496         Log: One spot missing from #8626.
65497      Branch: maint-5.6/perl
65498            ! sv.c
65499 ____________________________________________________________________________
65500 [  8633] By: jhi                                   on 2001/01/31  00:49:17
65501         Log: Integrate change #7495 from mainline.
65502              
65503              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
65504      Branch: maint-5.6/perl
65505           !> MANIFEST ext/re/Makefile.PL
65506 ____________________________________________________________________________
65507 [  8632] By: jhi                                   on 2001/01/30  23:38:49
65508         Log: Integrate change #8396 from mainline.
65509              
65510              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
65511              better multicast support (resend)
65512      Branch: maint-5.6/perl
65513           !> ext/Socket/Socket.pm
65514 ____________________________________________________________________________
65515 [  8631] By: jhi                                   on 2001/01/30  23:28:03
65516         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
65517              
65518              More AIX lore. (7514, ext/re/hints/aix.pl)
65519              
65520              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
65521              
65522              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)
65523              
65524              Subject: [ID 20001214.002] Net::Ping patch
65525              
65526              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
65527              
65528              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
65529              
65530              Add ReuseAddr as a (preferred) alias for Reuse as we now
65531              also have ReusePort.
65532              
65533              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
65534      Branch: maint-5.6/perl
65535           +> ext/re/hints/aix.pl
65536           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
65537           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
65538 ____________________________________________________________________________
65539 [  8630] By: jhi                                   on 2001/01/30  23:03:59
65540         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
65541              
65542              read() documentation tweak for 20001121.004.
65543              
65544              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
65545      Branch: maint-5.6/perl
65546           !> pod/perlfunc.pod pod/perlre.pod
65547 ____________________________________________________________________________
65548 [  8629] By: jhi                                   on 2001/01/30  22:41:57
65549         Log: Integrate change #8098 from mainline.
65550              
65551              fastgetcwd is defined using a glob alias on a $^O dependent basis
65552              and there was no default assignment or perl subroutine.
65553      Branch: maint-5.6/perl
65554           !> lib/Cwd.pm
65555 ____________________________________________________________________________
65556 [  8628] By: jhi                                   on 2001/01/30  21:58:52
65557         Log: Integrate change #7866 from mainline.
65558              
65559              File::Temp 0.11.
65560      Branch: maint-5.6/perl
65561           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
65562 ____________________________________________________________________________
65563 [  8627] By: jhi                                   on 2001/01/30  21:39:44
65564         Log: Integrate changes #8075,8086,8228 from mainline.  
65565              
65566              Darwin is not Windows. (8075,8086)
65567              
65568              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
65569      Branch: maint-5.6/perl
65570           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
65571           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
65572           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
65573           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
65574 ____________________________________________________________________________
65575 [  8626] By: jhi                                   on 2001/01/30  21:22:11
65576         Log: Integrate with tweakery the change #8625 from mainline,
65577              the multibyte decimal separator fix ("fa_IR locale failure").
65578      Branch: maint-5.6/perl
65579            ! embedvar.h perlapi.h
65580           !> intrpvar.h perl.c perl.h sv.c util.c
65581 ____________________________________________________________________________
65582 [  8625] By: jhi                                   on 2001/01/30  20:26:33
65583         Log: Fix for the fa_IR locale failure.  The reason for the failure
65584              was that Perl was assuming the decimal separator aka the radix
65585              separator is one character.  The Farsi-Iranian locale crushed
65586              that bad assumption since there the separator is 'Momayyez',
65587              glyphwise looking somewhat like a slash, and in Unicode UTF-8
65588              encoded in two bytes, 0xd9 0xab.
65589      Branch: perl
65590            ! intrpvar.h perl.c perl.h sv.c util.c
65591 ____________________________________________________________________________
65592 [  8624] By: gsar                                  on 2001/01/30  20:17:03
65593         Log: regen_headers
65594      Branch: maint-5.6/perl
65595            ! Makefile.SH pod/perlintern.pod
65596 ____________________________________________________________________________
65597 [  8623] By: gsar                                  on 2001/01/30  19:42:34
65598         Log: backout change#7431 and its dependents (causes spurious rebuilds
65599              of autogenerated files)
65600              
65601              fix benign b.t failure
65602      Branch: maint-5.6/perl
65603            ! Makefile.SH t/lib/b.t
65604 ____________________________________________________________________________
65605 [  8622] By: jhi                                   on 2001/01/30  19:41:41
65606         Log: Microperl sync.
65607      Branch: perl
65608            ! mg.c perl.h
65609 ____________________________________________________________________________
65610 [  8621] By: gsar                                  on 2001/01/30  19:24:47
65611         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
65612              from mainline
65613              
65614              Subject: podlators 1.06 released
65615              
65616              Subject: [PATCH @8436] Eliminate op_children
65617              
65618              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
65619              
65620              (Replaced by #8448)  More op_children traces (cleanup of #8442).
65621              
65622              Subject: [PATCH #3 @8436] Re: Eliminate op_children
65623              Replace #8444 and #8445.
65624              
65625              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
65626              at the setting of the ofs_sv in new_struct_thread() as the
65627              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
65628              uninitialized fields are, uh, initialized with),
65629              SvREFCNT_inc()ing that invited a core dump.
65630              
65631              podlators 1.07, from Russ Allbery.
65632              
65633              Subject: [PATCH] regcomp.c old feature removal
65634              From: mjd@plover.com
65635              Date: 16 Jan 2001 14:43:18 -0000 
65636              Message-ID: <20010116144318.7140.qmail@plover.com> 
65637      Branch: maint-5.6/perl
65638           +> lib/Pod/Text/Overstrike.pm
65639           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
65640           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
65641           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
65642           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
65643           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
65644           !> util.c
65645 ____________________________________________________________________________
65646 [  8620] By: gsar                                  on 2001/01/30  18:48:32
65647         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
65648              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
65649              now fails one test)
65650              
65651              Subject: [PATCH] lvalue AUTOLOAD. No, really.
65652              
65653              Subject: [PATCH] Interesting syntax idea
65654              Make opens + bareword assigns do typeglob assigns.
65655              
65656              Tests for #8254.
65657              
65658              Subject: [PATCH @8269] Continue blocks and B::Deparse
65659              Make the peephole optimizer to bypass more null ops and
65660              and rewrite the deparse handling of continue blocks.
65661              
65662              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
65663              Doc tweak on #8313.
65664              
65665              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
65666              
65667              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
65668              
65669              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
65670              
65671              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
65672              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
65673              according to the platform.
65674              
65675              Subject: [PATCH @8404] Consolidated lvalue sub changes
65676              
65677              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
65678              
65679              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
65680              
65681              Subject: B::Concise -- an improved replacement for B::Terse 
65682              
65683              The B::Terse drop-in replacement wasn't quite drop-in.
65684              
65685              The LVRET macro needed an aTHX.
65686              
65687              Use the /^Perl_/-less form of is_lvalue_sub().
65688              
65689              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
65690      Branch: maint-5.6/perl
65691           +> ext/B/B/Concise.pm
65692           !> (integrate 27 files)
65693 ____________________________________________________________________________
65694 [  8619] By: nick                                  on 2001/01/30  18:40:28
65695         Log: Integrate mainline
65696      Branch: perlio
65697           !> (integrate 40 files)
65698 ____________________________________________________________________________
65699 [  8618] By: jhi                                   on 2001/01/30  18:37:18
65700         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
65701              Date: Mon, 29 Jan 2001 22:51:29 -0600
65702              From: "Craig A. Berry" <craigberry@mac.com>
65703              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
65704      Branch: perl
65705            ! vms/test.com
65706 ____________________________________________________________________________
65707 [  8617] By: jhi                                   on 2001/01/30  18:34:53
65708         Log: Subject: [PATCH] Add missing CV flags to dump.c
65709              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65710              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
65711              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
65712      Branch: perl
65713            ! dump.c
65714 ____________________________________________________________________________
65715 [  8616] By: jhi                                   on 2001/01/30  18:20:58
65716         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
65717              part isn't applicable to maintperl.
65718              
65719              UTF-8 nit from Inaba Hiroto.
65720      Branch: maint-5.6/perl
65721           !> pod/perlapi.pod utf8.c
65722 ____________________________________________________________________________
65723 [  8615] By: jhi                                   on 2001/01/30  18:18:51
65724         Log: UTF-8 nit from Inaba Hiroto.
65725      Branch: perl
65726            ! pod/perlapi.pod t/op/each.t utf8.c
65727 ____________________________________________________________________________
65728 [  8614] By: jhi                                   on 2001/01/30  18:13:38
65729         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
65730              
65731              perl's internal variables are not for public consumption,
65732              move their docs from perlapi.pod to perlintern.pod
65733              
65734              support for -Dusethreads build under HP-UX 10.20 and DCE threads
65735              library (11.0 and later have pthreads but 10.x don't)
65736              
65737              avoid uninitialized value warnings
65738              
65739              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
65740              gets weird results)
65741              
65742              perldoc nit on windows
65743              
65744              make it possible to run the tests outside the source tree
65745              (there's still a dependency on ../lib being the library
65746              location)
65747      Branch: perl
65748           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
65749           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
65750           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
65751           !> win32/bin/search.pl win32/vdir.h
65752 ____________________________________________________________________________
65753 [  8613] By: gsar                                  on 2001/01/30  16:39:59
65754         Log: make it possible to run the tests outside the source tree
65755              (there's still a dependency on ../lib being the library
65756              location)
65757      Branch: maint-5.6/perl
65758            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
65759 ____________________________________________________________________________
65760 [  8612] By: gsar                                  on 2001/01/30  16:31:12
65761         Log: perldoc nit on windows
65762      Branch: maint-5.6/perl
65763            ! utils/perldoc.PL
65764 ____________________________________________________________________________
65765 [  8611] By: gsar                                  on 2001/01/30  16:22:54
65766         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
65767              gets weird results)
65768      Branch: maint-5.6/perl
65769            ! win32/vdir.h
65770 ____________________________________________________________________________
65771 [  8610] By: gsar                                  on 2001/01/30  16:12:45
65772         Log: avoid uninitialized value warnings
65773      Branch: maint-5.6/perl
65774            ! win32/bin/search.pl
65775 ____________________________________________________________________________
65776 [  8609] By: gsar                                  on 2001/01/30  16:08:01
65777         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
65778              library (11.0 and later have pthreads but 10.x don't)
65779      Branch: maint-5.6/perl
65780            ! hints/hpux.sh thread.h
65781 ____________________________________________________________________________
65782 [  8608] By: gsar                                  on 2001/01/30  15:48:55
65783         Log: perl's internal variables are not for public consumption,
65784              move their docs from perlapi.pod to perlintern.pod
65785      Branch: maint-5.6/perl
65786            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
65787            ! thrdvar.h
65788 ____________________________________________________________________________
65789 [  8607] By: gsar                                  on 2001/01/30  15:44:27
65790         Log: mistakenly branched perl56delta.pod, revert
65791      Branch: maint-5.6/perl
65792            - pod/perl56delta.pod
65793           !> pod/perldelta.pod
65794 ____________________________________________________________________________
65795 [  8606] By: gsar                                  on 2001/01/30  14:20:24
65796         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
65797              dTHR which has been a noop for a while now, except for the
65798              compatibility definition in thread.h)
65799      Branch: maint-5.6/perl
65800           !> (integrate 45 files)
65801 ____________________________________________________________________________
65802 [  8605] By: jhi                                   on 2001/01/30  05:43:58
65803         Log: Mark the UTF-8 APIs as experimental.
65804      Branch: maint-5.6/perl
65805            ! embed.pl pod/perlapi.pod
65806 ____________________________________________________________________________
65807 [  8604] By: jhi                                   on 2001/01/30  05:38:40
65808         Log: Nits from earlier integrates.
65809      Branch: maint-5.6/perl
65810            ! lib/Carp/Heavy.pm
65811           !> sv.c
65812 ____________________________________________________________________________
65813 [  8603] By: jhi                                   on 2001/01/30  05:27:26
65814         Log: Regenerate Porting files.
65815      Branch: maint-5.6/perl
65816            ! Porting/Glossary Porting/config.sh Porting/config_H
65817 ____________________________________________________________________________
65818 [  8602] By: jhi                                   on 2001/01/30  05:14:59
65819         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
65820              8310,8339,8447,8492,8493,8505,8525: documentation changes.
65821              
65822              Subject: Re: perlfaq style changes
65823              
65824              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
65825              
65826              Subject: [PATCH] docs on NaN
65827              
65828              Subject: [patch] perlfaq7
65829              
65830              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
65831              
65832              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
65833              
65834              Subject: [PATCH] open() example in perlfunc.pod
65835              
65836              Podify README.mpeix (a new version from the web)
65837              
65838              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
65839              
65840              Subject: [PATCH] format and rewording in perlfaq.pod
65841              
65842              Subject: [PATCH] API Variable documentation   
65843              
65844              Memory management calls documentation.
65845              
65846              Subject: [PATCH: perl@8482] README.vms URL updates
65847              
65848              Subject: Minor typos in perlfaq2.pod
65849              
65850              Subject: [PATCH] pod/perlvar.pod
65851      Branch: maint-5.6/perl
65852           +> pod/perl56delta.pod
65853            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
65854           !> README.amiga README.epoc README.mpeix README.vms
65855           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
65856           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
65857           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
65858           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
65859           !> pod/perlvar.pod thrdvar.h
65860 ____________________________________________________________________________
65861 [  8601] By: jhi                                   on 2001/01/30  04:38:35
65862         Log: Integrate changes #8036,8096,8253 from mainline:
65863              hints changes.
65864              
65865              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
65866              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
65867              
65868              Output the (apparent) version of gcc in Tru64.
65869      Branch: maint-5.6/perl
65870           +> ext/POSIX/hints/svr4.pl
65871           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
65872           !> hints/svr4.sh t/lib/bigfltpm.t
65873 ____________________________________________________________________________
65874 [  8600] By: jhi                                   on 2001/01/30  04:04:01
65875         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
65876              locale fixes.
65877              
65878              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
65879              
65880              Debian allows /usr/bin/locale to exist without any locales. (7868)
65881              
65882              Allow the locale test needing POSIX and the taint test
65883              needing IPC::SysV to run under 'minitest' (basically,
65884              bail out if loading the extension fails). (8384)
65885              
65886              Cleanup the locale.t output  (8480)
65887      Branch: maint-5.6/perl
65888           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
65889           !> t/pragma/locale.t
65890 ____________________________________________________________________________
65891 [  8599] By: jhi                                   on 2001/01/30  03:51:04
65892         Log: Missing generated files from #8598.
65893      Branch: maint-5.6/perl
65894            ! embed.h global.sym objXSUB.h perlapi.c proto.h
65895 ____________________________________________________________________________
65896 [  8598] By: jhi                                   on 2001/01/30  03:41:54
65897         Log: Integrate change #8555 from mainline, manually integrate parts
65898              of changes 8452 and 8583.
65899              
65900              Subject: [PATCH] utf8.c documentation (8452)
65901              
65902              No point in checking the length if the pointer is bogus. (8555)
65903              
65904              Introduce bytes_from_utf8() and implement sv_eq() using it,
65905              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
65906              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
65907              was malformed. (8583)
65908      Branch: maint-5.6/perl
65909            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
65910           !> pod/perlapi.pod sv.c utf8.c
65911 ____________________________________________________________________________
65912 [  8597] By: gsar                                  on 2001/01/30  02:37:26
65913         Log: get PERL_OBJECT build going again on windows
65914      Branch: maint-5.6/perl
65915            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65916            ! pod/perlapi.pod proto.h sv.c
65917 ____________________________________________________________________________
65918 [  8596] By: jhi                                   on 2001/01/30  02:16:17
65919         Log: Signedness nit.
65920      Branch: perl
65921            ! sv.c
65922 ____________________________________________________________________________
65923 [  8595] By: jhi                                   on 2001/01/30  02:11:07
65924         Log: EBCDIC patch for Storable, from Peter Prymmer.
65925      Branch: perl
65926            ! t/lib/st-06compat.t
65927 ____________________________________________________________________________
65928 [  8594] By: jhi                                   on 2001/01/30  01:04:48
65929         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
65930              From: Peter Prymmer <pvhp@forte.com>
65931              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
65932              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
65933      Branch: perl
65934            ! t/lib/b.t
65935 ____________________________________________________________________________
65936 [  8593] By: jhi                                   on 2001/01/30  00:56:47
65937         Log: Subject: [PATCH: perl@8585] pod problems in io
65938              From: Peter Prymmer <pvhp@forte.com>
65939              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
65940              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
65941      Branch: perl
65942            ! pod/perlapio.pod pod/perliol.pod
65943 ____________________________________________________________________________
65944 [  8592] By: jhi                                   on 2001/01/30  00:48:20
65945         Log: Integrate perlio:
65946              
65947              [  8591]
65948              GNU 'merge' Simon's copy of perliol.pod with version
65949              patched by Craig's patch.
65950              
65951              [  8590]
65952              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
65953      Branch: perl
65954           !> pod/perlapio.pod pod/perliol.pod
65955 ____________________________________________________________________________
65956 [  8591] By: nick                                  on 2001/01/29  22:02:28
65957         Log: GNU 'merge' Simon's copy of perliol.pod with version
65958              patched by Craig's patch.
65959      Branch: perlio
65960            ! pod/perliol.pod
65961 ____________________________________________________________________________
65962 [  8590] By: nick                                  on 2001/01/29  21:55:10
65963         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
65964      Branch: perlio
65965            ! pod/perlapio.pod pod/perliol.pod
65966 ____________________________________________________________________________
65967 [  8589] By: jhi                                   on 2001/01/29  15:35:33
65968         Log: Integrate change #8586 from maint-5.6/perl.
65969              
65970              make the BOM detection code not call tell() until it has to
65971              (meant to fix esoteric compatibility issues where PL_rsfp
65972              is overridden)
65973      Branch: perl
65974           !> toke.c
65975 ____________________________________________________________________________
65976 [  8588] By: jhi                                   on 2001/01/29  15:29:11
65977         Log: Subject: MAking Solaris malloc() the default
65978              From: Lupe Christoph <lupe@lupe-christoph.de>
65979              Date: Mon, 29 Jan 2001 12:59:36 +0100
65980              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
65981              
65982              The README.solaris part slightly tweaked.
65983      Branch: perl
65984            ! README.solaris hints/solaris_2.sh
65985 ____________________________________________________________________________
65986 [  8587] By: jhi                                   on 2001/01/29  15:17:34
65987         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
65988              From: root@ak-75.mind.de
65989              Date: Sun, 28 Jan 2001 20:32:29 +0100
65990              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
65991      Branch: perl
65992            ! pod/perlre.pod
65993 ____________________________________________________________________________
65994 [  8586] By: gsar                                  on 2001/01/29  13:43:44
65995         Log: make the BOM detection code not call tell() until it has to
65996              (meant to fix esoteric compatibility issues where PL_rsfp
65997              is overridden)
65998      Branch: maint-5.6/perl
65999            ! toke.c
66000 ____________________________________________________________________________
66001 [  8585] By: jhi                                   on 2001/01/28  20:05:45
66002         Log: Update Changes.
66003      Branch: perl
66004            ! Changes patchlevel.h
66005 ____________________________________________________________________________
66006 [  8584] By: jhi                                   on 2001/01/28  19:30:02
66007         Log: Integrate perlio:
66008              
66009              [  8582]
66010              Add pod/perliol.pod to MANIFEST :-(
66011              
66012              [  8581]
66013              PerlIO documentation. Proofing and sub-editing requested.
66014      Branch: perl
66015           +> pod/perliol.pod
66016           !> MANIFEST pod/perlapio.pod
66017 ____________________________________________________________________________
66018 [  8583] By: jhi                                   on 2001/01/28  19:28:40
66019         Log: Patch from Inaba Hiroto:
66020              - canonical UTF-8 hash keys: if a key string for a hash is
66021              UTF8-on, try downgrade the string and use it if
66022              unicode::distinct is not in effect.
66023              For the task, I added a function bytes_from_utf8() to utf8.c.
66024              It might resemble utf8_to_bytes() but it is not convenient
66025              to the task.
66026              Made a test for it and added to t/op/each.t
66027              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
66028              the mortal copy of the argument SV.
66029              And changed t/io/utf8.t test 18 which expects print() to
66030              upgrade its argument.
66031              - re-implement sv_eq with bytes_from_utf8()
66032              - some bug fixes
66033              - tr/// does not handle UTF8 range (\x{}-\x{})
66034              - \ before raw UTF8 character produced
66035              "Malformed UTF-8 character" warning.
66036              - "\x{100}\N{CENT SIGN}" is Malformed.
66037              Added tests for these 3.
66038              - and one silly bug (by me) with qu operator.
66039      Branch: perl
66040            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
66041            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
66042            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
66043 ____________________________________________________________________________
66044 [  8582] By: nick                                  on 2001/01/28  19:25:04
66045         Log: Add pod/perliol.pod to MANIFEST :-(
66046      Branch: perlio
66047            ! MANIFEST
66048 ____________________________________________________________________________
66049 [  8581] By: nick                                  on 2001/01/28  19:22:40
66050         Log: PerlIO documentation. Proofing and sub-editing requested.
66051      Branch: perlio
66052            + pod/perliol.pod
66053            ! pod/perlapio.pod
66054 ____________________________________________________________________________
66055 [  8580] By: jhi                                   on 2001/01/28  05:16:25
66056         Log: Revert the change to sv_2pv() done by #8054: Someone who
66057              did SvNV_set() on a scalar that also happened to be POK,
66058              followed by sv_2pv() won't get the right coercion anymore.
66059              [Sarathy]
66060      Branch: maint-5.6/perl
66061            ! sv.c
66062 ____________________________________________________________________________
66063 [  8579] By: jhi                                   on 2001/01/28  05:15:04
66064         Log: Remove the #8084 effect: do not allow -Q to be interpreted
66065              as -&Q(), this is too much wiggle room.
66066      Branch: maint-5.6/perl
66067            ! toke.c
66068 ____________________________________________________________________________
66069 [  8578] By: jhi                                   on 2001/01/28  05:12:45
66070         Log: Needed bits of #8439 (should have been in #8576),
66071              mainly for lval substr().
66072      Branch: maint-5.6/perl
66073            ! mg.c pp.c pp_hot.c
66074 ____________________________________________________________________________
66075 [  8577] By: jhi                                   on 2001/01/28  05:02:46
66076         Log: A missing check-in.
66077      Branch: maint-5.6/perl
66078            ! utf8.c
66079 ____________________________________________________________________________
66080 [  8576] By: jhi                                   on 2001/01/28  04:26:18
66081         Log: Integrate changes #8425,8436,8439,8517 from mainline.
66082              The 8439 was not truly integrated because it had too many
66083              dependencies on the development branch and because it introduced
66084              concepts too bold for a maintenance branch (such as the qu operator).
66085              
66086              Subject: [PATCH perl@8342] -Wformat
66087              
66088              Tighten some of the UTF-8 tests a bit.
66089              
66090              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
66091              - The substr lval was still not okay.
66092              - Now pp_stringify and sv_setsv copies source's UTF8 flag
66093              even if IN_BYTE.  pp_stringify is called from fold_constants
66094              at optimization phase and "\x{100}" was made SvUTF8_off under
66095              use bytes (the bytes pragma is for "byte semantics" and not
66096              for "do not produce UTF8 data")
66097      Branch: maint-5.6/perl
66098            ! t/lib/charnames.t t/op/substr.t toke.c
66099           !> sv.c t/pragma/utf8.t
66100 ____________________________________________________________________________
66101 [  8575] By: jhi                                   on 2001/01/28  04:01:51
66102         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
66103              
66104              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
66105              
66106              Subject: [ID 20001230.003] UTF-8 tr still hurts
66107              
66108              Test cases for #8385 (from Simon's "torture.pl")
66109              
66110              Start fixing UTF-8 lval substr() (8405)
66111      Branch: maint-5.6/perl
66112           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
66113           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
66114 ____________________________________________________________________________
66115 [  8574] By: jhi                                   on 2001/01/28  03:09:06
66116         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
66117              from mainline.
66118              
66119              UTF-8 cleanup.
66120              
66121              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
66122              
66123              "\x{FF}\xFF" was broken.
66124              
66125              Tests for #8329 and #8330.
66126              
66127              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
66128              
66129              IRIX compiler noticed that the bof initialization might be
66130              bypassed by control flow.
66131              
66132              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
66133      Branch: maint-5.6/perl
66134           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
66135           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
66136 ____________________________________________________________________________
66137 [  8573] By: jhi                                   on 2001/01/28  02:06:12
66138         Log: Retract #8552.
66139      Branch: perl
66140            ! lib/Text/Wrap.pm t/lib/textwrap.t
66141 ____________________________________________________________________________
66142 [  8572] By: jhi                                   on 2001/01/28  02:04:49
66143         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
66144              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
66145              not really integrated but instead salvaged by hand
66146              (they had too many dependencies on the development release
66147              to be cleanly integratable).
66148              
66149              Subject: more UTF8 test suites and an UTF8 patch
66150              
66151              Tweak for MULTIPLICITY/USE_PERLIO
66152              
66153              Signedness nit.
66154              
66155              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
66156              
66157              Use the UTF8_XXX macros in is_utf8_char().
66158              
66159              Rewrite pp_concat() in terms of sv_catsv().  The . operator
66160              should now be UTF-8-proof.
66161              
66162              Subject: [PATCH perl@8269] scanning two hex-constants
66163              fails on EBCDIC environment (script length.t)
66164              
66165              Add some Unicode chop() tests.
66166      Branch: maint-5.6/perl
66167            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
66168           !> sv.c t/op/chop.t utf8.h
66169 ____________________________________________________________________________
66170 [  8571] By: jhi                                   on 2001/01/28  00:35:59
66171         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
66172              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
66173              
66174              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
66175              
66176              The maxiters upper limit sanity check (guarding against
66177              non-progress) assumed bytes instead of characters in s///
66178              and split().
66179              
66180              Signedness nit.
66181              
66182              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
66183              join() should now be UTF-8-proof.
66184              
66185              More split // UTF-8 tests. (8250)
66186      Branch: maint-5.6/perl
66187           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
66188           !> util.c
66189 ____________________________________________________________________________
66190 [  8570] By: jhi                                   on 2001/01/27  22:15:46
66191         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
66192              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
66193              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
66194              8084,8204,8244,8333 from mainline.
66195              
66196              For -Q where Q might be a one-letter sub name one does no more
66197              get a warning about an unknown filetest (7941,7943,7944,8084).
66198              
66199              Subject: Re: [ID 20001130.011] expression parsing bug ?
66200              
66201              Make uv_to_utf8() to zero-terminate its output buffer.
66202              
66203              Split off t/op/length.t (7995)
66204              
66205              Split off t/op/utf8decode.t (7996)
66206              
66207              Remove an unnecessary 'use utf8' from the utf8.t (7998)
66208              
66209              Split off t/op/concat.t (8004)
66210              
66211              Split off t/op/ver.t (8005)
66212              
66213              Document utf8_length(), utf8_distance(), and utf8_hop().
66214              
66215              Document utf8_to_uv() better.
66216              
66217              Introduce macros for UTF8 decoding (8028,8033).
66218              
66219              Add test for reverse() (8030,8031).
66220              
66221              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
66222              
66223              Do not return the Unicode replacement character    on UTF-8
66224              decoding failure.
66225              
66226              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
66227              not this_utf8 i.e. the output string has one, but don't mess
66228              with source assumption. (8052,8053)
66229              
66230              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
66231              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
66232              was not expecting to be called with something that was already
66233              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
66234              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
66235              (8054)
66236              
66237              Recode the naughty binary bytes in utf8decode.t using the \xHH.
66238              
66239              Make some panic messages a bit more logical.
66240      Branch: maint-5.6/perl
66241           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
66242           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
66243           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
66244           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
66245           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
66246           !> utf8.c utf8.h
66247 ____________________________________________________________________________
66248 [  8569] By: jhi                                   on 2001/01/27  19:16:43
66249         Log: Integrate changes #7750 from perlio and #8566 from mainline.
66250      Branch: maint-5.6/perl
66251           !> regexec.c sv.c
66252 ____________________________________________________________________________
66253 [  8568] By: jhi                                   on 2001/01/27  18:06:51
66254         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
66255              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
66256              7935[-perlio.c],7936,7959,7965 from mainline.
66257              
66258              Change the "big byte" error message to "Wide character".
66259              (7355, the croak-if-wide-chars-in-print part ignored)
66260              
66261              Use UINT64_C().
66262              
66263              Introduce Perl_utf8_length().
66264              
66265              diff -se shows these as different (7753, forgotten check-ins)
66266              
66267              Subject: [PATCH] doop.c - UTF8 tr///
66268              
66269              If we use (aTHX_ ...) then put Perl_ on the front.
66270              
66271              Make utf8_length() and utf8_distance() to be less forgiving
66272              about bad UTF-8.
66273              
66274              Test line numbers are different with utf8.
66275              
66276              No need to scan till infinity, 13 is enough. (7872,7911)
66277              
66278              Subject: [PATCH] Tokeniser debugging
66279              
66280              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
66281              
66282              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
66283              
66284              Be more careful in Perl_sv_utf8_downgrade().
66285              
66286              Use DO_UTF8().
66287              
66288              Raw zero bytes in text files confuse at least GNU patch 2.1.
66289      Branch: maint-5.6/perl
66290           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
66291           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
66292           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
66293           !> t/pragma/utf8.t toke.c utf8.c utf8.h
66294 ____________________________________________________________________________
66295 [  8567] By: nick                                  on 2001/01/27  11:10:38
66296         Log: Integrate mainline
66297      Branch: perlio
66298           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
66299           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
66300           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
66301           !> toke.c
66302 ____________________________________________________________________________
66303 [  8566] By: jhi                                   on 2001/01/27  06:22:48
66304         Log: More documentation for the regexp context stack.
66305      Branch: perl
66306            ! regexec.c
66307 ____________________________________________________________________________
66308 [  8565] By: jhi                                   on 2001/01/27  05:21:57
66309         Log: Update Changes.
66310      Branch: perl
66311            ! Changes patchlevel.h
66312 ____________________________________________________________________________
66313 [  8564] By: jhi                                   on 2001/01/27  04:44:04
66314         Log: Threadedness patch for #8562 from Doug MacEachern.
66315      Branch: perl
66316            ! toke.c
66317 ____________________________________________________________________________
66318 [  8563] By: jhi                                   on 2001/01/27  04:26:24
66319         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
66320              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
66321              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
66322              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
66323      Branch: perl
66324            ! op.c
66325 ____________________________________________________________________________
66326 [  8562] By: jhi                                   on 2001/01/27  04:20:30
66327         Log: Subject: Re: Announce : Tokener reporting patch
66328              From: Simon Cozens <simon@cozens.net>
66329              Date: Mon, 22 Jan 2001 02:17:22 +0000
66330              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
66331      Branch: perl
66332            ! embed.h embed.pl proto.h toke.c
66333 ____________________________________________________________________________
66334 [  8561] By: jhi                                   on 2001/01/27  04:17:24
66335         Log: Forgot from #8545.  Oops.
66336      Branch: perl
66337            ! pp.c t/pragma/overload.t
66338 ____________________________________________________________________________
66339 [  8560] By: jhi                                   on 2001/01/27  03:01:47
66340         Log: A better module compilation test, use MANIFEST as suggested
66341              by Spider.
66342      Branch: perl
66343            ! t/lib/1_compile.t
66344 ____________________________________________________________________________
66345 [  8559] By: jhi                                   on 2001/01/27  02:50:48
66346         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
66347              From: Peter Prymmer <pvhp@forte.com>
66348              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
66349              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
66350      Branch: perl
66351            ! t/lib/b.t
66352 ____________________________________________________________________________
66353 [  8558] By: jhi                                   on 2001/01/27  02:27:05
66354         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
66355              From: Peter Prymmer <pvhp@forte.com>
66356              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
66357              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
66358      Branch: perl
66359            ! t/pragma/sub_lval.t
66360 ____________________________________________________________________________
66361 [  8557] By: jhi                                   on 2001/01/27  02:26:03
66362         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
66363              From: Peter Prymmer <pvhp@forte.com>
66364              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
66365              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
66366      Branch: perl
66367            ! t/lib/st-06compat.t
66368 ____________________________________________________________________________
66369 [  8556] By: jhi                                   on 2001/01/27  02:24:33
66370         Log: Subject: [PATCH: perl@8531] minor update to README.os390
66371              From: Peter Prymmer <pvhp@forte.com>
66372              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
66373              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
66374      Branch: perl
66375            ! README.os390
66376 ____________________________________________________________________________
66377 [  8555] By: jhi                                   on 2001/01/27  00:35:47
66378         Log: No point in checking the length before we know whether the pointer
66379              is bogus or not, fixes Abigail's odbm failures in Linux.
66380      Branch: perl
66381            ! sv.c
66382 ____________________________________________________________________________
66383 [  8554] By: nick                                  on 2001/01/26  19:01:31
66384         Log: Integrate mainline
66385      Branch: perlio
66386           !> lib/Text/Wrap.pm t/lib/textwrap.t
66387 ____________________________________________________________________________
66388 [  8553] By: jhi                                   on 2001/01/26  15:19:39
66389         Log: Integrate change #7792 from perlio (multiplicity fix),
66390              fix the AV leak in regex DEBUGGING (tiny part of the
66391              polymorphic regexp patch #8143).
66392      Branch: maint-5.6/perl
66393            ! regcomp.c
66394           !> scope.h
66395 ____________________________________________________________________________
66396 [  8552] By: jhi                                   on 2001/01/26  15:03:23
66397         Log: (Retracted by #8573)
66398              
66399              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
66400              From: Michael G Schwern <schwern@pobox.com>
66401              Date: Fri, 26 Jan 2001 09:28:31 -0500
66402              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
66403      Branch: perl
66404            ! lib/Text/Wrap.pm t/lib/textwrap.t
66405 ____________________________________________________________________________
66406 [  8551] By: jhi                                   on 2001/01/26  02:33:19
66407         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
66408              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
66409              
66410              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
66411              
66412              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
66413              
66414              Message nit.
66415              
66416              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
66417              
66418              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
66419              
66420              (the cleanup of unused submatches in regtry() and regcppop())
66421              
66422              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
66423              stored and restored, and thusly was trounced by the utf8 swash
66424              routines.
66425              
66426              use utf8 not required to use \x{}.
66427              
66428              Removed two more tests that make no sense in UTF-8 since the test
66429              data is not in UTF-8.
66430              
66431              Get the three different space character classes right under utf8.
66432              
66433              Implement ANYOFUTF8 regprop() dumping.
66434              
66435              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
66436              
66437              Document the regex context pushing/popping a bit better.
66438      Branch: maint-5.6/perl
66439           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
66440           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
66441           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
66442           !> t/op/regmesg.t utf8.c
66443 ____________________________________________________________________________
66444 [  8550] By: nick                                  on 2001/01/25  19:42:30
66445         Log: Integrate mainline
66446      Branch: perlio
66447           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
66448           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
66449           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
66450           !> t/lib/bigint.t t/lib/bigintpm.t
66451 ____________________________________________________________________________
66452 [  8549] By: jhi                                   on 2001/01/25  15:22:28
66453         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
66454      Branch: maint-5.6/perl
66455            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
66456 ____________________________________________________________________________
66457 [  8548] By: jhi                                   on 2001/01/25  15:02:55
66458         Log: Integrate changes #7997,8063,8492,8547 from mainline.
66459              
66460              Subject: Re: STRLEN - what?
66461              
66462              Subject: [PATCH] perlguts.pod
66463              
66464              Memory management calls documentation.
66465              
66466              Layout using tabulator is not a good idea in a pod.
66467      Branch: maint-5.6/perl
66468           !> pod/perlguts.pod
66469 ____________________________________________________________________________
66470 [  8547] By: jhi                                   on 2001/01/25  14:49:05
66471         Log: Layout using tabulator is not a good idea in a pod.
66472      Branch: perl
66473            ! pod/perlguts.pod
66474 ____________________________________________________________________________
66475 [  8546] By: jhi                                   on 2001/01/25  14:31:12
66476         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
66477              from mainline.
66478              
66479              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
66480              
66481              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
66482              
66483              More Win32 editor/IDE/shell hints.
66484              
66485              More Win32 Perling.
66486              
66487              Yet another editor edit.
66488              
66489              Edit edit edit.
66490              
66491              IDE/editor section tweaking.
66492              
66493              Few more IDE/editor nits from p5p.
66494      Branch: maint-5.6/perl
66495           !> pod/perlfaq3.pod
66496 ____________________________________________________________________________
66497 [  8545] By: jhi                                   on 2001/01/25  04:16:32
66498         Log: Subject: [PATCH 5.7.0] overload int()
66499              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66500              Date: Wed, 24 Jan 2001 19:06:57 -0500
66501              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
66502      Branch: perl
66503            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
66504            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
66505            ! t/lib/bigintpm.t
66506 ____________________________________________________________________________
66507 [  8544] By: jhi                                   on 2001/01/25  04:15:11
66508         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
66509              From: Peter Prymmer <pvhp@forte.com>
66510              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
66511              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
66512      Branch: perl
66513            ! Makefile.SH README.os390 hints/os390.sh installperl
66514 ____________________________________________________________________________
66515 [  8543] By: jhi                                   on 2001/01/25  03:52:08
66516         Log: Integrate change #8462,8469 from mainline.
66517              
66518              In VMS Perl subversion (perl -V) is undef.
66519      Branch: maint-5.6/perl
66520           !> configure.com
66521 ____________________________________________________________________________
66522 [  8542] By: jhi                                   on 2001/01/25  03:44:55
66523         Log: Integrate changes #7835,7850,8315,8316 from mainline.
66524              
66525              Solaris hints.
66526      Branch: maint-5.6/perl
66527           !> hints/solaris_2.sh
66528 ____________________________________________________________________________
66529 [  8541] By: jhi                                   on 2001/01/25  03:39:28
66530         Log: Integrate #8336 from mainline.
66531      Branch: maint-5.6/perl
66532           !> hv.c
66533 ____________________________________________________________________________
66534 [  8540] By: jhi                                   on 2001/01/25  03:23:50
66535         Log: Retract #8539.
66536      Branch: maint-5.6/perl
66537            ! pod/perlfaq3.pod
66538 ____________________________________________________________________________
66539 [  8539] By: jhi                                   on 2001/01/25  03:21:55
66540         Log: (Retracted by #8540.)
66541      Branch: maint-5.6/perl
66542            ! pod/perlfaq3.pod
66543 ____________________________________________________________________________
66544 [  8538] By: jhi                                   on 2001/01/25  03:14:07
66545         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
66546              From: Peter Prymmer <pvhp@forte.com>
66547              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
66548              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
66549              
66550              The VMS bits.
66551      Branch: maint-5.6/perl
66552            ! configure.com vms/descrip_mms.template
66553 ____________________________________________________________________________
66554 [  8537] By: jhi                                   on 2001/01/25  03:06:09
66555         Log: Integrate #7710,7824,7973 from mainline.
66556      Branch: maint-5.6/perl
66557           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66558           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
66559           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
66560           !> vos/config.ga.def vos/config.ga.h win32/config.bc
66561           !> win32/config.gc win32/config.vc
66562 ____________________________________________________________________________
66563 [  8536] By: jhi                                   on 2001/01/24  13:50:20
66564         Log: Revert the edits made by me so far to the 5.6 branch since
66565              the TRIAL1 since I did edits when I should have been using
66566              integrates.  Bad programmer.   (Will integrate them properly later.)
66567              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
66568              The #8353 will not be reapplied at least for now since
66569              the UTF-8 hash keys need more thinking.
66570              (The patches #8347, #8354, #8454, #8473 were okay since they
66571              were original edits made specifically for the 5.6.1-TRIAL1.)
66572      Branch: maint-5.6/perl
66573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66574            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
66575            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
66576            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
66577            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
66578            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66579            ! win32/config.bc win32/config.gc win32/config.vc
66580 ____________________________________________________________________________
66581 [  8535] By: bailey                                on 2001/01/24  06:37:02
66582         Log: SYN SYN
66583      Branch: vmsperl
66584           +> (branch 26 files)
66585           !> (integrate 130 files)
66586 ____________________________________________________________________________
66587 [  8534] By: nick                                  on 2001/01/23  19:30:57
66588         Log: Integrate mainline.
66589      Branch: perlio
66590           !> Changes Configure Porting/Glossary Porting/config.sh
66591           !> Porting/config_H embed.h embed.pl ext/Encode/compile
66592           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
66593           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
66594           !> pod/perlvar.pod proto.h t/lib/1_compile.t
66595 ____________________________________________________________________________
66596 [  8533] By: jhi                                   on 2001/01/23  16:15:46
66597         Log: Forgotten from #8501.
66598      Branch: perl
66599            ! Porting/Glossary Porting/config.sh Porting/config_H
66600 ____________________________________________________________________________
66601 [  8532] By: jhi                                   on 2001/01/23  16:13:27
66602         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
66603              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
66604              Date: Mon, 22 Jan 2001 17:51:58 +0100
66605              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
66606      Branch: perl
66607            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
66608 ____________________________________________________________________________
66609 [  8531] By: jhi                                   on 2001/01/23  15:46:01
66610         Log: Update Changes.
66611      Branch: perl
66612            ! Changes patchlevel.h
66613 ____________________________________________________________________________
66614 [  8530] By: jhi                                   on 2001/01/23  15:38:39
66615         Log: De-cut-and-pasto.
66616      Branch: perl
66617            ! t/lib/1_compile.t
66618 ____________________________________________________________________________
66619 [  8529] By: jhi                                   on 2001/01/23  15:11:04
66620         Log: Document the mkdir trailing slashes case.
66621      Branch: perl
66622            ! pod/perlfunc.pod
66623 ____________________________________________________________________________
66624 [  8528] By: jhi                                   on 2001/01/23  15:08:28
66625         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
66626              get installed:
66627              
66628              Subject: lib/lib.pm
66629              From: <abigail@foad.org>
66630              Date: Mon, 28 Aug 2000 20:35:08 -0400
66631              Message-ID: <20000829003508.21281.qmail@foad.org>
66632      Branch: perl
66633            ! installperl
66634 ____________________________________________________________________________
66635 [  8527] By: jhi                                   on 2001/01/23  14:44:04
66636         Log: Metaconfig unit change for #8526.
66637      Branch: metaconfig
66638            ! U/threads/archname.U
66639 ____________________________________________________________________________
66640 [  8526] By: jhi                                   on 2001/01/23  14:43:19
66641         Log: Attach -perlio to the archname if so selected.
66642      Branch: perl
66643            ! Configure
66644 ____________________________________________________________________________
66645 [  8525] By: jhi                                   on 2001/01/23  14:24:01
66646         Log: Subject: [PATCH] pod/perlvar.pod
66647              From: abigail@foad.org
66648              Date: Tue, 23 Jan 2001 01:41:10 +0100
66649              Message-ID: <20010123004110.22259.qmail@foad.org>
66650      Branch: perl
66651            ! pod/perlvar.pod
66652 ____________________________________________________________________________
66653 [  8524] By: jhi                                   on 2001/01/23  14:22:32
66654         Log: A bug introduced in #8217 (the undefined variable in the
66655              lib/safe1_t #3) fixed, by Charles Lane:
66656              
66657              The earlier patch made it so that stuff running in Safe
66658              compartments could do a "caller" and see "main".  That
66659              little change in name is done right before the code in
66660              the compartment is run, and apparantly the parser
66661              was picking up the stash name before it got changed.
66662              
66663              (why it was threaded vs. unthreaded Perl that was sensitive to this
66664              I still don't know...and it probably doesn't matter).
66665              
66666              I tryed removing the stash name-change and saw that threaded Perl
66667              did indeed pass the lib/safe1.t tests.
66668              
66669              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
66670              do the name change (and to connect _ in the compartment to the global
66671              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
66672              to call _safe_pkg_prep when creating a new compartment.
66673              
66674              Passes all tests with threaded perl on linux; passes all tests
66675              with unthreaded perl on VMS.
66676              
66677              At some point I'll probably want to revisit Safe and Opcode to
66678              provide more sensible handling of global variables...and to get
66679              formats working in Safe compartments, which they don't do currently.
66680      Branch: perl
66681            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
66682 ____________________________________________________________________________
66683 [  8523] By: jhi                                   on 2001/01/23  14:11:58
66684         Log: Also the lib/Thread.pm itself needs to be ignored if
66685              the Thread extension hasn't been built.
66686      Branch: perl
66687            ! t/lib/1_compile.t
66688 ____________________________________________________________________________
66689 [  8522] By: jhi                                   on 2001/01/23  13:51:28
66690         Log: print() instead of warn() so that stderr doesn't get
66691              unnecessarily polluted.
66692      Branch: perl
66693            ! ext/Encode/compile
66694 ____________________________________________________________________________
66695 [  8521] By: jhi                                   on 2001/01/23  13:49:48
66696         Log: Integrate perlio:
66697              
66698              [  8520]
66699              More messing with Encode:
66700              Extra fields in header to allow multiple names and to record
66701              other things "compile" knows.
66702              Re-organise compile to factor out common output routines.
66703              
66704              [  8519]
66705              Change file-of-files command line from -F to -f to avoid case issues on VMS.
66706      Branch: perl
66707           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
66708           !> ext/Encode/encode.h
66709 ____________________________________________________________________________
66710 [  8520] By: nick                                  on 2001/01/22  21:44:00
66711         Log: More messing with Encode:
66712              Extra fields in header to allow multiple names and to record
66713              other things "compile" knows.
66714              Re-organise compile to factor out common output routines.
66715      Branch: perlio
66716            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
66717 ____________________________________________________________________________
66718 [  8519] By: nick                                  on 2001/01/22  20:33:50
66719         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
66720      Branch: perlio
66721            ! ext/Encode/Makefile.PL ext/Encode/compile
66722 ____________________________________________________________________________
66723 [  8518] By: nick                                  on 2001/01/22  20:28:13
66724         Log: Integrate mainline
66725      Branch: perlio
66726           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
66727           !> vos/config.alpha.def vos/config.alpha.h
66728 ____________________________________________________________________________
66729 [  8517] By: jhi                                   on 2001/01/22  15:37:17
66730         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
66731              by Inaba Hiroto.
66732      Branch: perl
66733            ! sv.c
66734 ____________________________________________________________________________
66735 [  8516] By: jhi                                   on 2001/01/22  14:55:15
66736         Log: More SIG_SIZE fixes.
66737      Branch: perl
66738            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
66739 ____________________________________________________________________________
66740 [  8515] By: jhi                                   on 2001/01/22  14:50:27
66741         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
66742              From: "Craig A. Berry" <craigberry@mac.com>
66743              Date: Mon, 22 Jan 2001 00:42:24 -0600
66744              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
66745      Branch: perl
66746            ! configure.com
66747 ____________________________________________________________________________
66748 [  8514] By: jhi                                   on 2001/01/22  14:31:17
66749         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
66750              From: "Craig A. Berry" <craigberry@mac.com>
66751              Date: Sun, 21 Jan 2001 23:03:25 -0600
66752              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
66753      Branch: perl
66754            ! configure.com
66755 ____________________________________________________________________________
66756 [  8513] By: jhi                                   on 2001/01/22  14:14:00
66757         Log: Add the .ucm encoding tables to the MANIFEST.
66758      Branch: perl
66759            ! MANIFEST
66760 ____________________________________________________________________________
66761 [  8512] By: jhi                                   on 2001/01/22  13:43:33
66762         Log: Integrate perlio:
66763              
66764              [  8511]
66765              Make "real" layers of ":utf8" and ":raw".
66766              So now PERLIO=utf8 perl ...
66767              does what Andreas wanted.
66768              Fix arg passing in open.pm (still have a Carp issue).
66769              
66770              [  8508]
66771              Switch "compiled in" encodings to .ucm format.
66772              (Leave others as .enc till we can run-time load .ucm,
66773              or find some other way to load them.)
66774      Branch: perl
66775           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
66776           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
66777           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
66778           +> ext/Encode/Encode/iso8859-10.ucm
66779           +> ext/Encode/Encode/iso8859-13.ucm
66780           +> ext/Encode/Encode/iso8859-14.ucm
66781           +> ext/Encode/Encode/iso8859-15.ucm
66782           +> ext/Encode/Encode/iso8859-16.ucm
66783           +> ext/Encode/Encode/iso8859-2.ucm
66784           +> ext/Encode/Encode/iso8859-3.ucm
66785           +> ext/Encode/Encode/iso8859-4.ucm
66786           +> ext/Encode/Encode/iso8859-5.ucm
66787           +> ext/Encode/Encode/iso8859-6.ucm
66788           +> ext/Encode/Encode/iso8859-7.ucm
66789           +> ext/Encode/Encode/iso8859-8.ucm
66790           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
66791           +> ext/Encode/Encode/symbol.ucm
66792           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
66793           !> perliol.h
66794 ____________________________________________________________________________
66795 [  8511] By: nick                                  on 2001/01/21  23:44:47
66796         Log: Make "real" layers of ":utf8" and ":raw".
66797              So now PERLIO=utf8 perl ...
66798              does what Andreas wanted.
66799              Fix arg passing in open.pm (still have a Carp issue).
66800      Branch: perlio
66801            ! lib/open.pm perlio.c perliol.h
66802 ____________________________________________________________________________
66803 [  8510] By: jhi                                   on 2001/01/21  22:56:53
66804         Log: Document the regex content pushing/popping a bit better.
66805      Branch: perl
66806            ! regexec.c
66807 ____________________________________________________________________________
66808 [  8509] By: jhi                                   on 2001/01/21  22:55:44
66809         Log: Tweak the mkdir trailing slash code some more.
66810              
66811              TO DO: the same handling should probably be done for
66812              all the other filesystem functions that can have directories
66813              as their arguments.
66814      Branch: perl
66815            ! pp_sys.c
66816 ____________________________________________________________________________
66817 [  8508] By: nick                                  on 2001/01/21  21:37:43
66818         Log: Switch "compiled in" encodings to .ucm format.
66819              (Leave others as .enc till we can run-time load .ucm,
66820              or find some other way to load them.)
66821      Branch: perlio
66822            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
66823            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
66824            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
66825            + ext/Encode/Encode/iso8859-10.ucm
66826            + ext/Encode/Encode/iso8859-13.ucm
66827            + ext/Encode/Encode/iso8859-14.ucm
66828            + ext/Encode/Encode/iso8859-15.ucm
66829            + ext/Encode/Encode/iso8859-16.ucm
66830            + ext/Encode/Encode/iso8859-2.ucm
66831            + ext/Encode/Encode/iso8859-3.ucm
66832            + ext/Encode/Encode/iso8859-4.ucm
66833            + ext/Encode/Encode/iso8859-5.ucm
66834            + ext/Encode/Encode/iso8859-6.ucm
66835            + ext/Encode/Encode/iso8859-7.ucm
66836            + ext/Encode/Encode/iso8859-8.ucm
66837            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
66838            + ext/Encode/Encode/symbol.ucm
66839            ! ext/Encode/Makefile.PL ext/Encode/compile
66840 ____________________________________________________________________________
66841 [  8507] By: nick                                  on 2001/01/21  21:02:03
66842         Log: Integrate (partial) mainline.
66843      Branch: perlio
66844           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
66845           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
66846           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
66847 ____________________________________________________________________________
66848 [  8506] By: jhi                                   on 2001/01/21  20:09:30
66849         Log: Update Changes.
66850      Branch: perl
66851            ! Changes patchlevel.h
66852 ____________________________________________________________________________
66853 [  8505] By: jhi                                   on 2001/01/21  19:39:59
66854         Log: Subject: Minor typos in perlfaq2.pod
66855              From: "Stephen P. Potter" <spp@spotter.yi.org>
66856              Message-Id: <200101192101.QAA11911@spotter.yi.org>
66857              Date: Fri, 19 Jan 2001 16:01:13 -0500
66858              
66859              with a nit from Philip Newton.
66860      Branch: perl
66861            ! pod/perlfaq2.pod
66862 ____________________________________________________________________________
66863 [  8504] By: jhi                                   on 2001/01/21  19:33:05
66864         Log: Metaconfig change for #8503.
66865      Branch: metaconfig
66866            ! U/threads/usethreads.U
66867 ____________________________________________________________________________
66868 [  8503] By: jhi                                   on 2001/01/21  19:32:21
66869         Log: Sanity check for conflicting thread flavours.
66870      Branch: perl
66871            ! Configure config_h.SH
66872 ____________________________________________________________________________
66873 [  8502] By: jhi                                   on 2001/01/21  19:23:00
66874         Log: Metaconfig change for #8501.
66875      Branch: metaconfig
66876            ! U/modified/sig_name.U
66877 ____________________________________________________________________________
66878 [  8501] By: jhi                                   on 2001/01/21  19:22:26
66879         Log: The SIG_SIZE is the number of the elements *excluding*
66880              the terminating NULL.
66881      Branch: perl
66882            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
66883            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
66884            ! win32/config_H.vc
66885 ____________________________________________________________________________
66886 [  8500] By: jhi                                   on 2001/01/21  18:31:31
66887         Log: Integrate perlio:
66888              
66889              [  8498]
66890              Encode cleanup.
66891              Add command line control over "compile" so that Makefile.PL
66892              needs can be combined with other uses.
66893              Use command line options in Makefile.PL.
66894              Fix multi-byte parsing in .ucm files.
66895              
66896              [  8497]
66897              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
66898              
66899              [  8496]
66900              Fixup after integrate:
66901              missed the .sym files that are changed by regen_headers
66902              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
66903              
66904              [  8484]
66905              Infrastructure to allow:
66906              open($fh,"|-",@array);
66907              to be implemented
66908              i.e. mark pp_open as needing a stack mark, and make pp_open
66909              process its args in that style (and pass them _all_ to tied handles OPEN).
66910              Invent do_openn() which takes SV ** at allow it to see multiple args.
66911              Note this does not _do_ anything yet.
66912      Branch: perl
66913           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
66914           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
66915           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
66916           !> pp_sys.c proto.h sv.c
66917 ____________________________________________________________________________
66918 [  8499] By: jhi                                   on 2001/01/21  17:43:57
66919         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
66920              From: Hugo <hv@crypt.compulink.co.uk>
66921              Date: Sun, 21 Jan 2001 13:34:05 +0000
66922              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
66923              
66924              In sprintf UTF8ize only if necessary.
66925      Branch: perl
66926            ! sv.c
66927 ____________________________________________________________________________
66928 [  8498] By: nick                                  on 2001/01/21  16:25:32
66929         Log: Encode cleanup.
66930              Add command line control over "compile" so that Makefile.PL
66931              needs can be combined with other uses.
66932              Use command line options in Makefile.PL.
66933              Fix multi-byte parsing in .ucm files.
66934      Branch: perlio
66935            ! ext/Encode/Makefile.PL ext/Encode/compile
66936 ____________________________________________________________________________
66937 [  8497] By: nick                                  on 2001/01/21  12:56:27
66938         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
66939      Branch: perlio
66940            ! ext/Encode/Encode.xs
66941 ____________________________________________________________________________
66942 [  8496] By: nick                                  on 2001/01/21  12:18:45
66943         Log: Fixup after integrate:
66944              missed the .sym files that are changed by regen_headers
66945              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
66946      Branch: perlio
66947            ! global.sym pp.sym sv.c
66948 ____________________________________________________________________________
66949 [  8495] By: nick                                  on 2001/01/21  11:51:07
66950         Log: Integrate mainline.
66951      Branch: perlio
66952           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
66953           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
66954           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
66955           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
66956           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
66957           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
66958           !> win32/Makefile win32/makefile.mk
66959 ____________________________________________________________________________
66960 [  8494] By: jhi                                   on 2001/01/20  23:12:11
66961         Log: Forgot the expect_number() prototype.
66962      Branch: perl
66963            ! embed.h embed.pl proto.h
66964 ____________________________________________________________________________
66965 [  8493] By: jhi                                   on 2001/01/20  22:56:39
66966         Log: Subject: [PATCH: perl@8482] README.vms URL updates
66967              From: Peter Prymmer <pvhp@forte.com>
66968              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
66969              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
66970              
66971              Plus Craig A. Berry's suggestion to use compaq.com instead
66972              of digital.com.
66973      Branch: perl
66974            ! README.vms
66975 ____________________________________________________________________________
66976 [  8492] By: jhi                                   on 2001/01/20  22:50:05
66977         Log: Memory management calls documentation.
66978      Branch: perl
66979            ! pod/perlguts.pod
66980 ____________________________________________________________________________
66981 [  8491] By: jhi                                   on 2001/01/20  22:38:33
66982         Log: Signedness nit plus few memcpy/Copy nits.
66983      Branch: perl
66984            ! sv.c
66985 ____________________________________________________________________________
66986 [  8490] By: jhi                                   on 2001/01/20  22:25:53
66987         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66988              From: Peter Prymmer <pvhp@forte.com>
66989              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
66990              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
66991      Branch: perl
66992            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66993 ____________________________________________________________________________
66994 [  8489] By: jhi                                   on 2001/01/20  22:24:41
66995         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
66996              From: Peter Prymmer <pvhp@forte.com>
66997              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
66998              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
66999      Branch: perl
67000            ! win32/Makefile win32/makefile.mk
67001 ____________________________________________________________________________
67002 [  8488] By: jhi                                   on 2001/01/20  22:22:27
67003         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
67004              From: Peter Prymmer <pvhp@forte.com>
67005              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
67006              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
67007      Branch: perl
67008            ! Makefile.SH
67009 ____________________________________________________________________________
67010 [  8487] By: jhi                                   on 2001/01/20  22:21:18
67011         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
67012              From: Peter Prymmer <pvhp@forte.com>
67013              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
67014              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
67015      Branch: perl
67016            + ext/DynaLoader/dl_dllload.xs
67017            ! MANIFEST Makefile.SH hints/os390.sh
67018 ____________________________________________________________________________
67019 [  8486] By: jhi                                   on 2001/01/20  22:17:53
67020         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
67021              From: Peter Prymmer <pvhp@forte.com>
67022              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
67023              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
67024      Branch: perl
67025            ! README.os390 README.posix-bc
67026 ____________________________________________________________________________
67027 [  8485] By: jhi                                   on 2001/01/20  20:15:30
67028         Log: Document and test the new qu operator.
67029      Branch: perl
67030            + t/op/qu.t
67031            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
67032            ! pod/perlretut.pod pod/perlunicode.pod
67033 ____________________________________________________________________________
67034 [  8484] By: nick                                  on 2001/01/20  19:42:30
67035         Log: Infrastructure to allow:
67036              open($fh,"|-",@array);
67037              to be implemented
67038              i.e. mark pp_open as needing a stack mark, and make pp_open
67039              process its args in that style (and pass them _all_ to tied handles OPEN).
67040              Invent do_openn() which takes SV ** at allow it to see multiple args.
67041              Note this does not _do_ anything yet.
67042      Branch: perlio
67043            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
67044            ! perlapi.c pp_proto.h pp_sys.c proto.h
67045 ____________________________________________________________________________
67046 [  8483] By: nick                                  on 2001/01/20  17:23:14
67047         Log: Integrate mainline.
67048      Branch: perlio
67049           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
67050           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
67051 ____________________________________________________________________________
67052 [  8482] By: jhi                                   on 2001/01/19  15:37:49
67053         Log: Update Changes.
67054      Branch: perl
67055            ! Changes patchlevel.h
67056 ____________________________________________________________________________
67057 [  8481] By: jhi                                   on 2001/01/19  14:41:24
67058         Log: Subject: Re: new feature: s?printf parameter reordering 
67059              From: Hugo <hv@crypt.compulink.co.uk>
67060              Date: Thu, 11 Jan 2001 17:09:03 +0000
67061              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
67062              
67063              - support reordering for all parameters: %, *v, *, .*
67064              - lay down that the reordering specification must immediately
67065              follow that parameter: %3$, *v3$, *3$, .*3$
67066              - fix vectorisation of a zero-length string
67067              - factor out the code choosing the argument to format
67068              
67069              Possibly unwanted side-effects:
67070              - the special format specifiers ' +-0' must now precede any
67071              vectorisation specifier. Tests in op/sprintf and op/ver
67072              have been changed to reflect this.
67073              - sprintf.t test #214 changed its expectations because in many
67074              cases, the next parameter has already been consumed when an
67075              invalid type letter is detected.
67076              
67077              Probably wanted side-effects:
67078              - attempts to format a non-existent parameter will warn as if C<undef>
67079              - attempt to write to non-existent parameter with '%n' will complain
67080              of "attempt to modify read-only value" instead of being silent
67081      Branch: perl
67082            ! sv.c t/op/sprintf.t t/op/ver.t
67083 ____________________________________________________________________________
67084 [  8480] By: jhi                                   on 2001/01/19  14:08:37
67085         Log: Subject: PATCH pragma/locale.t
67086              From: andreas.koenig@anima.de (Andreas J. Koenig)
67087              Date: 18 Jan 2001 09:45:37 +0100
67088              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
67089      Branch: perl
67090            ! t/pragma/locale.t
67091 ____________________________________________________________________________
67092 [  8479] By: jhi                                   on 2001/01/19  13:19:58
67093         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
67094      Branch: perl
67095            ! configure.com
67096 ____________________________________________________________________________
67097 [  8478] By: jhi                                   on 2001/01/19  02:12:35
67098         Log: Automate 1_compile.t.
67099      Branch: perl
67100            ! t/lib/1_compile.t
67101 ____________________________________________________________________________
67102 [  8477] By: jhi                                   on 2001/01/19  01:49:56
67103         Log: Integrate perlio:
67104              
67105              [  8475]
67106              Win32 "safe signals" co-existance fix.
67107              Fix SIG_SIZE value.
67108              Clear PL_sig_pending when cloning (fork).
67109      Branch: perl
67110           !> sv.c win32/config.bc win32/config.gc win32/config.vc
67111           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
67112 ____________________________________________________________________________
67113 [  8476] By: nick                                  on 2001/01/18  21:51:52
67114         Log: Integrate mainline
67115      Branch: perlio
67116           +> t/lib/1_compile.t t/lib/compmod.pl
67117           !> MANIFEST configure.com lib/unicode/distinct.pm
67118 ____________________________________________________________________________
67119 [  8475] By: nick                                  on 2001/01/18  21:48:02
67120         Log: Win32 "safe signals" co-existance fix.
67121              Fix SIG_SIZE value.
67122              Clear PL_sig_pending when cloning (fork).
67123      Branch: perlio
67124            ! sv.c win32/config.bc win32/config.gc win32/config.vc
67125            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67126 ____________________________________________________________________________
67127 [  8474] By: jhi                                   on 2001/01/18  14:40:57
67128         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
67129      Branch: perl
67130            ! t/lib/1_compile.t
67131 ____________________________________________________________________________
67132 [  8473] By: gsar                                  on 2001/01/18  11:42:31
67133         Log: unsubmitted trial1 change
67134      Branch: maint-5.6/perl
67135            ! Changes
67136 ____________________________________________________________________________
67137 [  8472] By: jhi                                   on 2001/01/18  04:30:24
67138         Log: The first bug found by 1_compile.t.
67139      Branch: perl
67140            ! lib/unicode/distinct.pm
67141 ____________________________________________________________________________
67142 [  8471] By: jhi                                   on 2001/01/18  04:29:42
67143         Log: Add Schwern's 1_compile test.  The compile_module script renamed
67144              to be a bit shorter for the 8.3 people.
67145      Branch: perl
67146            + t/lib/1_compile.t t/lib/compmod.pl
67147            ! MANIFEST
67148 ____________________________________________________________________________
67149 [  8470] By: jhi                                   on 2001/01/18  04:16:00
67150         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)
67151              From: Peter Prymmer <pvhp@forte.com>
67152              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
67153              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
67154              Replace #8463.
67155      Branch: maint-5.6/perl
67156            ! configure.com
67157 ____________________________________________________________________________
67158 [  8469] By: jhi                                   on 2001/01/18  04:13:02
67159         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)
67160              From: Peter Prymmer <pvhp@forte.com>
67161              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
67162              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
67163              Replace #8462.
67164      Branch: perl
67165            ! configure.com
67166 ____________________________________________________________________________
67167 [  8468] By: jhi                                   on 2001/01/18  03:42:08
67168         Log: Integrate perlio:
67169              
67170              [  8467]
67171              "Safe" signals - trial implementation.
67172              gv.c tweaked to zero PL_sig_pend array
67173              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
67174              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
67175              Odd thing is that it "works" with PERLIO=stdio as well (linux).
67176      Branch: perl
67177           !> gv.c mg.c perlio.c util.c
67178 ____________________________________________________________________________
67179 [  8467] By: nick                                  on 2001/01/17  22:41:10
67180         Log: "Safe" signals - trial implementation.
67181              gv.c tweaked to zero PL_sig_pend array
67182              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
67183              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
67184              Odd thing is that it "works" with PERLIO=stdio as well (linux).
67185      Branch: perlio
67186            ! gv.c mg.c perlio.c util.c
67187 ____________________________________________________________________________
67188 [  8466] By: nick                                  on 2001/01/17  20:40:20
67189         Log: Integrate mainline.
67190      Branch: perlio
67191           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67192           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
67193           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
67194           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67195           !> vos/config.ga.h win32/config.bc win32/config.gc
67196           !> win32/config.vc
67197 ____________________________________________________________________________
67198 [  8465] By: jhi                                   on 2001/01/17  18:37:13
67199         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
67200              From: Nicholas Clark <nick@ccl4.org>
67201              Date: Wed, 17 Jan 2001 17:31:33 +0000
67202              Message-ID: <20010117173133.I2633@plum.flirble.org>
67203      Branch: perl
67204            ! t/op/int.t
67205 ____________________________________________________________________________
67206 [  8464] By: jhi                                   on 2001/01/17  14:43:17
67207         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
67208              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67209              Date: Wed, 17 Jan 2001 15:16:43 +0100
67210              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
67211              
67212              pp_int() was dropping an NV to the floor,
67213              int(279964589018079/59) either returned not an integer
67214              4745162525730.15, or one got "Attempt to free unreferenced scalar."
67215      Branch: perl
67216            ! pp.c
67217 ____________________________________________________________________________
67218 [  8463] By: jhi                                   on 2001/01/17  06:12:42
67219         Log: (Replaced by #8470)
67220              
67221              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)
67222              From: "Craig A. Berry" <craigberry@mac.com>
67223              Date: Tue, 16 Jan 2001 23:38:46 -0600
67224              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
67225      Branch: maint-5.6/perl
67226            ! configure.com
67227 ____________________________________________________________________________
67228 [  8462] By: jhi                                   on 2001/01/17  06:11:31
67229         Log: (Replaced by #8469)
67230              
67231              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)
67232              From: "Craig A. Berry" <craigberry@mac.com>
67233              Date: Tue, 16 Jan 2001 23:38:46 -0600
67234              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
67235      Branch: perl
67236            ! configure.com
67237 ____________________________________________________________________________
67238 [  8461] By: jhi                                   on 2001/01/17  05:56:12
67239         Log: Allow for one trailing slash in the directory of mkdir().
67240      Branch: perl
67241            ! pp_sys.c
67242 ____________________________________________________________________________
67243 [  8460] By: jhi                                   on 2001/01/17  03:26:01
67244         Log: Metaconfig unit changes for #8459.
67245      Branch: metaconfig
67246            ! U/modified/Loc.U U/modified/sig_name.U
67247 ____________________________________________________________________________
67248 [  8459] By: jhi                                   on 2001/01/17  03:24:48
67249         Log: Define SIG_SIZE, the number of elements in the sig_name and
67250              sig_num arrays, including the final NULL entry.
67251      Branch: perl
67252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67253            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
67254            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
67255            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67256            ! win32/config.bc win32/config.gc win32/config.vc
67257 ____________________________________________________________________________
67258 [  8458] By: jhi                                   on 2001/01/17  01:41:33
67259         Log: Integrate perlio:
67260              
67261              [  8457]
67262              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
67263              Provides all the "cost" but no benefit yet - it is to allow cost
67264              to be measured, and implementation experiments (just in mg.c?).
67265      Branch: perl
67266           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
67267           !> perlapi.h proto.h sv.c
67268 ____________________________________________________________________________
67269 [  8457] By: nick                                  on 2001/01/16  22:07:26
67270         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
67271              Provides all the "cost" but no benefit yet - it is to allow cost
67272              to be measured, and implementation experiments (just in mg.c?).
67273      Branch: perlio
67274            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
67275            ! perlapi.h proto.h sv.c
67276 ____________________________________________________________________________
67277 [  8456] By: nick                                  on 2001/01/16  21:07:07
67278         Log: Integrate mainline.
67279      Branch: perlio
67280           !> (integrate 51 files)
67281 ____________________________________________________________________________
67282 [  8455] By: jhi                                   on 2001/01/16  18:13:43
67283         Log: Subject: [PATCH] regcomp.c old feature removal
67284              From: mjd@plover.com
67285              Date: 16 Jan 2001 14:43:18 -0000 
67286              Message-ID: <20010116144318.7140.qmail@plover.com> 
67287      Branch: perl
67288            ! regcomp.c
67289 ____________________________________________________________________________
67290 [  8454] By: jhi                                   on 2001/01/16  16:12:39
67291         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
67292              From: "Indy Singh" <indy@nusphere.com>
67293              Date: Wed, 10 Jan 2001 20:17:49 -0500
67294              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
67295      Branch: maint-5.6/perl
67296            ! win32/Makefile
67297 ____________________________________________________________________________
67298 [  8453] By: jhi                                   on 2001/01/16  16:09:33
67299         Log: Update Changes.
67300      Branch: perl
67301            ! Changes patchlevel.h
67302 ____________________________________________________________________________
67303 [  8452] By: jhi                                   on 2001/01/16  15:42:04
67304         Log: Subject: Re: API Cleanup
67305              To: perl5-porters@perl.org
67306              Date: Tue, 16 Jan 2001 13:42:30 +0000
67307              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
67308              
67309              Subject: [PATCH] utf8.c documentation
67310              From: Simon Cozens <simon@cozens.net>
67311              Date: Tue, 16 Jan 2001 13:52:48 +0000
67312              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
67313              
67314              Subject: Re: API Cleanup
67315              From: Simon Cozens <simon@cozens.net>
67316              Date: Tue, 16 Jan 2001 14:58:55 +0000
67317              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
67318              
67319              UTF-8 doc patches.
67320      Branch: perl
67321            ! embed.pl pod/perlapi.pod utf8.c
67322 ____________________________________________________________________________
67323 [  8451] By: jhi                                   on 2001/01/16  14:41:39
67324         Log: podlators 1.07, from Russ Allbery.
67325      Branch: perl
67326            ! lib/Pod/Man.pm
67327 ____________________________________________________________________________
67328 [  8450] By: jhi                                   on 2001/01/16  14:24:19
67329         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
67330              From: "Indy Singh" <indy@nusphere.com>
67331              Date: Mon, 15 Jan 2001 20:59:40 -0500
67332              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
67333      Branch: perl
67334            ! win32/Makefile
67335 ____________________________________________________________________________
67336 [  8449] By: jhi                                   on 2001/01/16  03:42:55
67337         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
67338              at the setting of the ofs_sv in new_struct_thread() as the
67339              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
67340              uninitialized fields are, uh, initialized with),
67341              SvREFCNT_inc()ing that invited a core dump.
67342      Branch: perl
67343            ! util.c
67344 ____________________________________________________________________________
67345 [  8448] By: jhi                                   on 2001/01/16  01:49:07
67346         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
67347              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67348              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
67349              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
67350              
67351              Replace #8444 and #8445.
67352      Branch: perl
67353            ! ext/B/B.xs ext/B/B/Debug.pm
67354 ____________________________________________________________________________
67355 [  8447] By: jhi                                   on 2001/01/15  21:05:35
67356         Log: Subject: [PATCH] API Variable documentation   
67357              From: Simon Cozens <simon@cozens.net>
67358              Date: Mon, 15 Jan 2001 19:35:54 +0000
67359              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
67360      Branch: perl
67361            ! pod/perlapi.pod thrdvar.h
67362 ____________________________________________________________________________
67363 [  8446] By: jhi                                   on 2001/01/15  20:49:20
67364         Log: Signedness nit.
67365      Branch: perl
67366            ! pp_ctl.c
67367 ____________________________________________________________________________
67368 [  8445] By: jhi                                   on 2001/01/15  20:28:48
67369         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
67370      Branch: perl
67371            ! ext/B/B/Debug.pm
67372 ____________________________________________________________________________
67373 [  8444] By: jhi                                   on 2001/01/15  13:09:10
67374         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
67375      Branch: perl
67376            ! ext/B/B.xs
67377 ____________________________________________________________________________
67378 [  8443] By: jhi                                   on 2001/01/15  13:06:26
67379         Log: Missing from #8439.
67380      Branch: perl
67381            ! keywords.h mg.c
67382 ____________________________________________________________________________
67383 [  8442] By: jhi                                   on 2001/01/15  13:02:38
67384         Log: Subject: [PATCH @8436] Eliminate op_children
67385              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67386              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
67387              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
67388              
67389              Subject: [PATCH @8436] Re: Eliminate op_children
67390              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67391              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
67392              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
67393      Branch: perl
67394            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
67395            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
67396            ! op.c op.h
67397 ____________________________________________________________________________
67398 [  8441] By: jhi                                   on 2001/01/15  12:57:08
67399         Log: Use the /^Perl_/-less form of is_lvalue_sub().
67400      Branch: perl
67401            ! pp.h
67402 ____________________________________________________________________________
67403 [  8440] By: jhi                                   on 2001/01/15  05:13:09
67404         Log: Revert #8437 and #8438, the Linux large files story is more complex.
67405      Branch: metaconfig/U/perl
67406            ! d_fpos64_t.U d_off64_t.U
67407      Branch: perl
67408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67409            ! config_h.SH configure.com epoc/config.sh perl.h
67410            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
67411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67412            ! win32/config.bc win32/config.gc win32/config.vc
67413 ____________________________________________________________________________
67414 [  8439] By: jhi                                   on 2001/01/15  05:02:24
67415         Log: More UTF-8 patches from Inaba Hiroto.
67416              - The substr lval was still not okay.
67417              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67418              even if IN_BYTE.  pp_stringify is called from fold_constants
67419              at optimization phase and "\x{100}" was made SvUTF8_off under
67420              use bytes (the bytes pragma is for "byte semantics" and not
67421              for "do not produce UTF8 data")
67422              - New `qu' operator to generate UTF8 string explicitly.
67423              Though I agree with the policy "0x00-0xff always produce bytes",
67424              sometimes want to such a string to be coded in UTF8.
67425              I can use pack"U0a*" but it requires more typing and has
67426              runtime overhead.
67427              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
67428              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
67429              string is not UTF8_on and has char 0x80-0xff.
67430              
67431              TODO: document and test qu.
67432      Branch: perl
67433            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
67434            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
67435            ! toke.c
67436 ____________________________________________________________________________
67437 [  8438] By: jhi                                   on 2001/01/14  05:10:23
67438         Log: (Reverted by #8440)
67439              
67440              Metaconfig unit changes for #8437.
67441      Branch: metaconfig/U/perl
67442            ! d_fpos64_t.U d_off64_t.U
67443 ____________________________________________________________________________
67444 [  8437] By: jhi                                   on 2001/01/14  04:55:34
67445         Log: (Reverted by #8440)
67446              
67447              Add <features.h> probing, seems to be needed for (some?)
67448              Linux largefileness.
67449      Branch: perl
67450            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67451            ! config_h.SH configure.com epoc/config.sh perl.h
67452            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
67453            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67454            ! win32/config.bc win32/config.gc win32/config.vc
67455 ____________________________________________________________________________
67456 [  8436] By: jhi                                   on 2001/01/13  17:47:21
67457         Log: Tighten some of the tests a bit.
67458      Branch: perl
67459            ! t/pragma/utf8.t
67460 ____________________________________________________________________________
67461 [  8435] By: jhi                                   on 2001/01/13  17:31:54
67462         Log: Integrate perlio:
67463              
67464              [  8434]
67465              Run dmake regen_config_h for Win32
67466              
67467              [  8433]
67468              VMS friendly patch to Encode compile process
67469      Branch: perl
67470           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
67471           !> win32/config_H.gc win32/config_H.vc
67472 ____________________________________________________________________________
67473 [  8434] By: nick                                  on 2001/01/13  11:36:53
67474         Log: Run dmake regen_config_h for Win32
67475      Branch: perlio
67476            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67477 ____________________________________________________________________________
67478 [  8433] By: nick                                  on 2001/01/13  11:31:55
67479         Log: VMS friendly patch to Encode compile process
67480      Branch: perlio
67481            ! ext/Encode/Makefile.PL ext/Encode/compile
67482 ____________________________________________________________________________
67483 [  8432] By: nick                                  on 2001/01/13  11:06:44
67484         Log: Integrate mainline
67485      Branch: perlio
67486           +> ext/B/B/Concise.pm
67487           !> (integrate 52 files)
67488 ____________________________________________________________________________
67489 [  8431] By: jhi                                   on 2001/01/13  05:55:55
67490         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
67491              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67492              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
67493              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
67494      Branch: perl
67495            ! ext/B/B/Concise.pm
67496 ____________________________________________________________________________
67497 [  8430] By: jhi                                   on 2001/01/13  04:24:18
67498         Log: The LVRET macro needed an aTHX.
67499      Branch: perl
67500            ! pp.h
67501 ____________________________________________________________________________
67502 [  8429] By: jhi                                   on 2001/01/13  02:12:42
67503         Log: Update Changes.
67504      Branch: perl
67505            ! Changes patchlevel.h
67506 ____________________________________________________________________________
67507 [  8428] By: jhi                                   on 2001/01/13  02:08:50
67508         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
67509              From: Peter Prymmer <pvhp@forte.com>
67510              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
67511              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
67512              
67513              Add a BEGIN guard for sloppy floating point division.
67514      Branch: perl
67515            ! lib/Math/BigInt.pm lib/bigint.pl
67516 ____________________________________________________________________________
67517 [  8427] By: jhi                                   on 2001/01/13  01:47:16
67518         Log: The B::Terse drop-in replacement wasn't quite drop-in.
67519      Branch: perl
67520            ! ext/B/B/Terse.pm
67521 ____________________________________________________________________________
67522 [  8426] By: jhi                                   on 2001/01/12  21:20:43
67523         Log: Use UVXf.
67524      Branch: perl
67525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67526            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
67527            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
67528            ! vos/config.ga.def vos/config.ga.h win32/config.bc
67529            ! win32/config.gc win32/config.vc
67530 ____________________________________________________________________________
67531 [  8425] By: jhi                                   on 2001/01/12  20:20:14
67532         Log: Subject: [PATCH perl@8342] -Wformat
67533              From: Robin Barker <rmb1@cise.npl.co.uk>
67534              Date: Fri, 12 Jan 2001 20:03:14 GMT
67535              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
67536      Branch: perl
67537            ! ext/Encode/Encode.xs mg.c sv.c toke.c
67538 ____________________________________________________________________________
67539 [  8424] By: jhi                                   on 2001/01/12  20:01:48
67540         Log: Subject: B::Concise -- an improved replacement for B::Terse 
67541              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67542              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
67543              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
67544      Branch: perl
67545            + ext/B/B/Concise.pm
67546            ! MANIFEST ext/B/B/Terse.pm
67547 ____________________________________________________________________________
67548 [  8423] By: jhi                                   on 2001/01/12  19:24:02
67549         Log: The new metaconfig unit from the #8421.
67550      Branch: metaconfig/U/perl
67551            + d_sigprocmask.U
67552 ____________________________________________________________________________
67553 [  8422] By: jhi                                   on 2001/01/12  19:23:43
67554         Log: Forgot the microperl config from the #8421.
67555      Branch: perl
67556            ! uconfig.h uconfig.sh
67557 ____________________________________________________________________________
67558 [  8421] By: jhi                                   on 2001/01/12  19:05:27
67559         Log: Add sigprocmask() probe, regen Configure, regen toc.
67560      Branch: perl
67561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67562            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
67563            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67564            ! vos/config.ga.h win32/config.bc win32/config.gc
67565            ! win32/config.vc
67566 ____________________________________________________________________________
67567 [  8420] By: jhi                                   on 2001/01/12  18:34:31
67568         Log: Add sockatmark() to the todo list.
67569      Branch: perl
67570            ! Todo-5.6
67571 ____________________________________________________________________________
67572 [  8419] By: jhi                                   on 2001/01/12  18:09:46
67573         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
67574      Branch: perl
67575            ! op.c
67576 ____________________________________________________________________________
67577 [  8418] By: jhi                                   on 2001/01/12  18:05:30
67578         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
67579              From: Radu Greab <radu@netsoft.ro>
67580              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
67581              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
67582      Branch: perl
67583            ! op.c t/pragma/sub_lval.t
67584 ____________________________________________________________________________
67585 [  8417] By: jhi                                   on 2001/01/12  16:09:09
67586         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
67587              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
67588              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
67589              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
67590      Branch: perl
67591            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
67592            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
67593            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
67594            ! t/pragma/sub_lval.t toke.c
67595 ____________________________________________________________________________
67596 [  8416] By: jhi                                   on 2001/01/12  15:42:06
67597         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
67598              From: "Richard Soderberg" <rs@crystalflame.net>
67599              Date: Fri, 12 Jan 2001 04:49:35 -0800
67600              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
67601              
67602              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
67603              according to the platform.
67604      Branch: perl
67605            ! op.c
67606 ____________________________________________________________________________
67607 [  8415] By: jhi                                   on 2001/01/12  15:33:41
67608         Log: One more UTF-8 fix from Inaba Hiroto.
67609      Branch: perl
67610            ! pp.c regexec.c t/pragma/utf8.t
67611 ____________________________________________________________________________
67612 [  8414] By: jhi                                   on 2001/01/12  15:30:18
67613         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
67614      Branch: perl
67615            ! regexec.c
67616 ____________________________________________________________________________
67617 [  8413] By: jhi                                   on 2001/01/12  15:22:10
67618         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
67619              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67620              Date: Thu, 11 Jan 2001 12:53:36 +0100
67621              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
67622      Branch: perl
67623            ! toke.c
67624 ____________________________________________________________________________
67625 [  8412] By: jhi                                   on 2001/01/12  15:20:25
67626         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
67627              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67628              Date: Fri, 12 Jan 2001 14:37:55 +0100
67629              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
67630      Branch: perl
67631            ! hints/posix-bc.sh
67632 ____________________________________________________________________________
67633 [  8411] By: jhi                                   on 2001/01/12  15:14:14
67634         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
67635              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67636              Date: Fri, 12 Jan 2001 10:42:21 +0100
67637              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
67638      Branch: perl
67639            ! t/op/regmesg.t
67640 ____________________________________________________________________________
67641 [  8410] By: jhi                                   on 2001/01/12  05:48:55
67642         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
67643              From: Nicholas Clark <nick@ccl4.org> 
67644              Date: Sun, 7 Jan 2001 19:47:14 +0000
67645              Message-ID: <20010107194714.B1048@plum.flirble.org>
67646      Branch: perl
67647            ! t/op/numconvert.t
67648 ____________________________________________________________________________
67649 [  8409] By: jhi                                   on 2001/01/12  05:41:28
67650         Log: Integrate perlio:
67651              
67652              [  8408]
67653              Remove variables that were used in experiments.
67654              
67655              [  8407]
67656              Catch die in %SIG handler and unblock the signal before re-dying.
67657              This make Linux work _without_ sigsetjmp().
67658              Turn off sigsetjmp() to see what else it does.
67659              May need Configure probe for sigprocmask() if anything has sigaction()
67660              but not sigprocmask().
67661      Branch: perl
67662           !> mg.c scope.h
67663 ____________________________________________________________________________
67664 [  8408] By: nick                                  on 2001/01/11  22:43:28
67665         Log: Remove variables that were used in experiments.
67666      Branch: perlio
67667            ! mg.c
67668 ____________________________________________________________________________
67669 [  8407] By: nick                                  on 2001/01/11  20:57:44
67670         Log: Catch die in %SIG handler and unblock the signal before re-dying.
67671              This make Linux work _without_ sigsetjmp().
67672              Turn off sigsetjmp() to see what else it does.
67673              May need Configure probe for sigprocmask() if anything has sigaction()
67674              but not sigprocmask().
67675      Branch: perlio
67676            ! mg.c scope.h
67677 ____________________________________________________________________________
67678 [  8406] By: nick                                  on 2001/01/11  19:32:07
67679         Log: Integrate mainline
67680      Branch: perlio
67681           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
67682           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
67683           !> t/op/substr.t
67684 ____________________________________________________________________________
67685 [  8405] By: jhi                                   on 2001/01/11  17:11:01
67686         Log: Fix UTF-8 lval substr().
67687      Branch: perl
67688            ! mg.c t/op/substr.t
67689 ____________________________________________________________________________
67690 [  8404] By: jhi                                   on 2001/01/11  05:13:58
67691         Log: Update Changes.
67692      Branch: perl
67693            ! Changes patchlevel.h
67694 ____________________________________________________________________________
67695 [  8403] By: jhi                                   on 2001/01/11  04:38:24
67696         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
67697              From: Hugo <hv@crypt.compulink.co.uk>
67698              Date: Mon, 30 Oct 2000 01:33:26 +0000
67699              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
67700      Branch: perl
67701            ! regexec.c t/op/re_tests
67702 ____________________________________________________________________________
67703 [  8402] By: jhi                                   on 2001/01/11  04:26:12
67704         Log: Integrate perlio:
67705              
67706              [  8401]
67707              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
67708              (So Alan and Ilya can try setting via hints.)
67709              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
67710              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
67711              doing the save everywhere seems to restart read() correctly, but just
67712              doing it once "round" the handler does not.
67713              
67714              [  8399]
67715              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
67716              
67717              [  8393]
67718              Back out Simon's pid hackery for now.
67719              
67720              [  8371]
67721              Fix "scalars leaked" bugs caused by overload magic
67722              (Highlighted by Ilya's DESTROY optimization.)
67723      Branch: perl
67724           !> scope.h util.c
67725 ____________________________________________________________________________
67726 [  8401] By: nick                                  on 2001/01/10  22:52:55
67727         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
67728              (So Alan and Ilya can try setting via hints.)
67729              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
67730              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
67731              doing the save everywhere seems to restart read() correctly, but just
67732              doing it once "round" the handler does not.
67733      Branch: perlio
67734            ! scope.h
67735 ____________________________________________________________________________
67736 [  8400] By: jhi                                   on 2001/01/10  21:57:54
67737         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
67738              of IRIX, HP-UX is unaffected.
67739      Branch: perl
67740            ! perl.h
67741 ____________________________________________________________________________
67742 [  8399] By: nick                                  on 2001/01/10  21:29:19
67743         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
67744      Branch: perlio
67745            ! util.c
67746 ____________________________________________________________________________
67747 [  8398] By: jhi                                   on 2001/01/10  20:55:31
67748         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
67749              also have ReusePort.
67750      Branch: perl
67751            ! ext/IO/lib/IO/Socket/INET.pm
67752 ____________________________________________________________________________
67753 [  8397] By: jhi                                   on 2001/01/10  20:50:57
67754         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
67755              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
67756              Date: Wed, 10 Jan 2001 01:38:13 -0800
67757              Message-ID: <20010110013813.B41744@yahoo-inc.com>
67758      Branch: perl
67759            ! ext/IO/lib/IO/Socket/INET.pm
67760 ____________________________________________________________________________
67761 [  8396] By: jhi                                   on 2001/01/10  20:49:30
67762         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
67763              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
67764              Date: Wed, 10 Jan 2001 01:37:32 -0800
67765              Message-ID: <20010110013732.A41744@yahoo-inc.com>
67766      Branch: perl
67767            ! ext/Socket/Socket.pm
67768 ____________________________________________________________________________
67769 [  8395] By: jhi                                   on 2001/01/10  20:41:37
67770         Log: Test for bug id 20010105.016 (fixed by #8378).
67771      Branch: perl
67772            ! t/op/split.t
67773 ____________________________________________________________________________
67774 [  8394] By: jhi                                   on 2001/01/10  20:26:32
67775         Log: Integrate perlio.
67776      Branch: perl
67777            ! util.c
67778 ____________________________________________________________________________
67779 [  8393] By: nick                                  on 2001/01/10  19:34:30
67780         Log: Back out Simon's pid hackery for now.
67781      Branch: perlio
67782            ! util.c
67783 ____________________________________________________________________________
67784 [  8392] By: nick                                  on 2001/01/10  19:23:13
67785         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
67786      Branch: perlio
67787           !> (integrate 29 files)
67788 ____________________________________________________________________________
67789 [  8391] By: jhi                                   on 2001/01/10  18:43:15
67790         Log: Subject: [PATCH] Fix my_pclose segfault
67791              From: Simon Cozens <simon@cozens.net>
67792              Date: Wed, 10 Jan 2001 18:39:35 +0000
67793              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
67794      Branch: perl
67795            ! util.c
67796 ____________________________________________________________________________
67797 [  8390] By: jhi                                   on 2001/01/10  18:42:08
67798         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
67799              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67800              Date:     Wed, 10 Jan 2001 13:23:02 EST
67801              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
67802      Branch: perl
67803            ! ext/Opcode/Opcode.xs
67804 ____________________________________________________________________________
67805 [  8389] By: jhi                                   on 2001/01/10  15:16:07
67806         Log: Turn off the integer preservation for now.
67807      Branch: perl
67808            ! perl.h
67809 ____________________________________________________________________________
67810 [  8388] By: jhi                                   on 2001/01/10  15:01:25
67811         Log: Few more IDE/editor nits from p5p.
67812      Branch: perl
67813            ! pod/perlfaq3.pod
67814 ____________________________________________________________________________
67815 [  8387] By: jhi                                   on 2001/01/10  06:53:16
67816         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
67817              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
67818              Date: Tue, 9 Jan 2001 23:16:02 +0000
67819              Message-ID: <20010109231602.A81101@plum.flirble.org>
67820      Branch: perl
67821            ! sv.c
67822 ____________________________________________________________________________
67823 [  8386] By: jhi                                   on 2001/01/10  03:17:54
67824         Log: Test cases for #8385 (from Simon's "torture.pl")
67825      Branch: perl
67826            ! t/op/tr.t
67827 ____________________________________________________________________________
67828 [  8385] By: jhi                                   on 2001/01/10  03:17:11
67829         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
67830              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
67831              Date: Wed, 10 Jan 2001 11:39:39 +0900
67832              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
67833              
67834              Some more UTF-8 tr cases fixed.
67835      Branch: perl
67836            ! doop.c
67837 ____________________________________________________________________________
67838 [  8384] By: jhi                                   on 2001/01/09  22:45:40
67839         Log: Allow the locale test needing POSIX and the taint test
67840              needing IPC::SysV to run under 'minitest' (basically,
67841              bail out if loading the extension fails)
67842      Branch: perl
67843            ! t/op/misc.t t/op/taint.t
67844 ____________________________________________________________________________
67845 [  8383] By: jhi                                   on 2001/01/09  21:36:04
67846         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
67847              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67848              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
67849              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
67850      Branch: perl
67851            ! t/io/openpid.t
67852 ____________________________________________________________________________
67853 [  8382] By: jhi                                   on 2001/01/09  21:06:08
67854         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
67855              Should finish up the bug id 20001205.022.
67856      Branch: perl
67857            ! pp.c pp_hot.c scope.c
67858 ____________________________________________________________________________
67859 [  8381] By: jhi                                   on 2001/01/09  18:27:43
67860         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
67861              From: Andy Dougherty <doughera@lafayette.edu>
67862              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
67863              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
67864              
67865              More robust yacc/bison error detection.
67866      Branch: perl
67867            ! t/comp/proto.t
67868 ____________________________________________________________________________
67869 [  8380] By: jhi                                   on 2001/01/09  15:21:38
67870         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
67871              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67872              Date:     Tue, 9 Jan 2001 07:53:55 EST
67873              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
67874      Branch: perl
67875            ! t/op/misc.t vms/test.com
67876 ____________________________________________________________________________
67877 [  8379] By: jhi                                   on 2001/01/09  15:20:38
67878         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
67879              From: jhi@cc.hut.fi
67880              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
67881              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
67882              
67883              The #8378 fixed this.
67884      Branch: perl
67885            ! t/op/tr.t
67886 ____________________________________________________________________________
67887 [  8378] By: jhi                                   on 2001/01/09  15:05:32
67888         Log: Subject: One more patch for UTF8 
67889              From: Inaba Hiroto <inaba@st.rim.or.jp>
67890              Date: Tue, 09 Jan 2001 01:04:32 +0900
67891              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
67892              
67893              UTF-8 fixes for 'x' and tr///.
67894      Branch: perl
67895            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
67896            ! regcomp.c regexec.c toke.c utf8.c
67897 ____________________________________________________________________________
67898 [  8377] By: jhi                                   on 2001/01/09  14:32:17
67899         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67900      Branch: perl
67901            ! t/op/length.t
67902 ____________________________________________________________________________
67903 [  8376] By: jhi                                   on 2001/01/09  04:32:32
67904         Log: integrate changes #7775, #8316, #8316 from mainline
67905      Branch: maint-5.6/perl
67906            ! hints/solaris_2.sh
67907 ____________________________________________________________________________
67908 [  8375] By: jhi                                   on 2001/01/09  04:26:43
67909         Log: Update Changes.
67910      Branch: perl
67911            ! Changes patchlevel.h
67912 ____________________________________________________________________________
67913 [  8374] By: jhi                                   on 2001/01/09  04:14:32
67914         Log: IDE/editor section tweaking.
67915      Branch: perl
67916            ! pod/perlfaq3.pod
67917 ____________________________________________________________________________
67918 [  8373] By: jhi                                   on 2001/01/09  02:38:26
67919         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
67920              From: Peter Prymmer <pvhp@forte.com>
67921              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
67922              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
67923              
67924              In preparation os OS/390 dynamic loading.
67925      Branch: perl
67926            ! README.os390 hints/os390.sh
67927 ____________________________________________________________________________
67928 [  8372] By: jhi                                   on 2001/01/09  00:24:30
67929         Log: Integrate with perlio.
67930      Branch: perl
67931           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
67932 ____________________________________________________________________________
67933 [  8371] By: nick                                  on 2001/01/08  23:54:33
67934         Log: Fix "scalars leaked" bugs caused by overload magic
67935              (Highlighted by Ilya's DESTROY optimization.)
67936      Branch: perlio
67937            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
67938 ____________________________________________________________________________
67939 [  8370] By: nick                                  on 2001/01/08  20:19:41
67940         Log: Integrate mainline
67941      Branch: perlio
67942           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
67943           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
67944           !> t/op/64bitint.t
67945 ____________________________________________________________________________
67946 [  8369] By: jhi                                   on 2001/01/08  17:30:52
67947         Log: save_delete() Safefree() doesn't (anymore?) work with shared
67948              strings, one test failure in op/misc and almost all of lib/b.
67949              (Outcomments #8369.)
67950      Branch: perl
67951            ! scope.c
67952 ____________________________________________________________________________
67953 [  8368] By: jhi                                   on 2001/01/08  14:47:10
67954         Log: (Outcommented by #8369.)
67955              
67956              Subject: Re: Perl BugID 20001205.022 ---- save_delete
67957              From: Simon Cozens <simon@cozens.net>
67958              Date: Sat, 6 Jan 2001 11:48:40 +0000
67959              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
67960              
67961              The save_delete() does need the Safefree.
67962      Branch: perl
67963            ! scope.c
67964 ____________________________________________________________________________
67965 [  8367] By: bailey                                on 2001/01/08  08:53:52
67966         Log: Once again syncing after too long an absence
67967      Branch: vmsperl
67968           +> (branch 55 files)
67969            - MAINTAIN fix_pl vos/config.def vos/config.h
67970            - vos/config_h.SH_orig
67971           !> (integrate 498 files)
67972 ____________________________________________________________________________
67973 [  8366] By: jhi                                   on 2001/01/08  02:42:59
67974         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
67975              From: nick@ccl4.org
67976              Date: Sun, 7 Jan 2001 21:07:18 +0000
67977              Message-Id: <20010107210717.D1048@plum.flirble.org>
67978      Branch: perl
67979            ! sv.c t/op/64bitint.t
67980 ____________________________________________________________________________
67981 [  8365] By: jhi                                   on 2001/01/08  02:35:16
67982         Log: Subject: [PATCH] environ nit
67983              From: Simon Cozens <simon@cozens.net>
67984              Date: Sun, 7 Jan 2001 17:57:07 +0000
67985              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
67986              
67987              Use environ only if we have it.
67988      Branch: perl
67989            ! mg.c
67990 ____________________________________________________________________________
67991 [  8364] By: jhi                                   on 2001/01/08  02:24:51
67992         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
67993      Branch: perl
67994            ! ext/GDBM_File/GDBM_File.xs
67995 ____________________________________________________________________________
67996 [  8363] By: jhi                                   on 2001/01/08  02:19:24
67997         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
67998              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67999              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
68000              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
68001      Branch: perl
68002            ! dump.c op.c
68003 ____________________________________________________________________________
68004 [  8362] By: jhi                                   on 2001/01/08  02:17:43
68005         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
68006              From: Doug MacEachern <dougm@covalent.net>
68007              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
68008              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
68009              
68010              Allow AUTOLOAD to be an xsub and allow such xsubs
68011              to avoid use of $AUTOLOAD.
68012      Branch: perl
68013            ! gv.c
68014 ____________________________________________________________________________
68015 [  8361] By: jhi                                   on 2001/01/08  02:16:07
68016         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
68017              From: Radu Greab <radu@netsoft.ro>
68018              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
68019              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
68020              
68021              No need for the potentially nonportable $SIG{CHLD}.
68022      Branch: perl
68023            ! t/io/pipe.t
68024 ____________________________________________________________________________
68025 [  8360] By: jhi                                   on 2001/01/08  01:58:23
68026         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
68027      Branch: perl
68028            ! lib/Getopt/Long.pm
68029 ____________________________________________________________________________
68030 [  8359] By: jhi                                   on 2001/01/08  01:55:44
68031         Log: Integrate perlio:
68032              
68033              [  8356]
68034              FILE * in XS code for PerlIO world:
68035              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
68036              - Add FILE * T_STDIO typemap.
68037              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
68038              
68039              [  8346]
68040              Fixup accumulated integrate muddles (perlio == devperl again)
68041      Branch: perl
68042           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
68043           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
68044           !> utf8.c win32/Makefile
68045 ____________________________________________________________________________
68046 [  8358] By: jhi                                   on 2001/01/07  21:16:50
68047         Log: Update the EPOC cross SDK URL.
68048      Branch: perl
68049            ! README.epoc
68050 ____________________________________________________________________________
68051 [  8357] By: jhi                                   on 2001/01/07  21:16:09
68052         Log: Update the EPOC cross SDK URL.
68053      Branch: maint-5.6/perl
68054            ! README.epoc
68055 ____________________________________________________________________________
68056 [  8356] By: nick                                  on 2001/01/06  21:47:52
68057         Log: FILE * in XS code for PerlIO world:
68058              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
68059              - Add FILE * T_STDIO typemap.
68060              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
68061      Branch: perlio
68062            ! lib/ExtUtils/typemap perlio.c perlio.h
68063 ____________________________________________________________________________
68064 [  8355] By: jhi                                   on 2001/01/06  20:27:15
68065         Log: integrate change #8336 from mainline
68066              
68067              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
68068      Branch: maint-5.6/perl
68069            ! hv.c
68070 ____________________________________________________________________________
68071 [  8354] By: jhi                                   on 2001/01/06  20:24:29
68072         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68073              From: Robin Barker <rmb1@cise.npl.co.uk>
68074              Date: Fri, 22 Dec 2000 12:17:38 GMT
68075              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
68076              
68077              The patch reformats some long =item lines so they give
68078              correct output via pod2man | nroff -man
68079              
68080              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68081              From: Robin Barker <rmb1@cise.npl.co.uk>
68082              Date: Tue, 2 Jan 2001 15:35:03 GMT
68083              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
68084              
68085              Here is a _further_ patch which corrects a few more errors:
68086              * an empty C<=item> in CPAN.pm
68087              * patching the wrong file (pod/perlamiga.pod not README.amiga)
68088              * leaving empty C<=item>s which formatted incorrectly
68089              * over long C<=item>s revealed by latest patch to Pod::Man
68090      Branch: maint-5.6/perl
68091            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
68092            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
68093            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
68094            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
68095            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
68096            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
68097 ____________________________________________________________________________
68098 [  8353] By: jhi                                   on 2001/01/06  20:21:10
68099         Log: integrate changes #7980, 8056, 8057 from mainline
68100              
68101              UTF-8 hash keys.
68102      Branch: maint-5.6/perl
68103            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
68104 ____________________________________________________________________________
68105 [  8352] By: jhi                                   on 2001/01/06  20:18:44
68106         Log: Forgotten from #8438.
68107      Branch: maint-5.6/perl
68108            ! epoc/epocish.h
68109 ____________________________________________________________________________
68110 [  8351] By: jhi                                   on 2001/01/06  20:18:12
68111         Log: Forgotten from #8347.
68112      Branch: maint-5.6/perl
68113            ! config_h.SH
68114 ____________________________________________________________________________
68115 [  8350] By: jhi                                   on 2001/01/06  20:00:19
68116         Log: Thinko in #8347.
68117      Branch: maint-5.6/perl
68118            ! regcomp.c
68119 ____________________________________________________________________________
68120 [  8349] By: jhi                                   on 2001/01/06  18:05:30
68121         Log: Copy the FAQ3 IDE section from the development branch,
68122              changes originally by Peter Prymmer.
68123      Branch: maint-5.6/perl
68124            ! pod/perlfaq3.pod
68125 ____________________________________________________________________________
68126 [  8348] By: jhi                                   on 2001/01/06  18:03:02
68127         Log: EPOC updates for TRIAL1.
68128              
68129              Subject: [5.6.1 trial1] EPOC update
68130              From: Olaf Flebbe <O.Flebbe@science-computing.de>
68131              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
68132              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
68133              
68134              Subject: epoc patch2 for perl-5.6.1-trial1
68135              From: Olaf Flebbe <O.Flebbe@science-computing.de>
68136              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
68137              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
68138      Branch: maint-5.6/perl
68139            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
68140            ! epoc/epocish.c
68141 ____________________________________________________________________________
68142 [  8347] By: jhi                                   on 2001/01/06  17:29:10
68143         Log: integrate changes #7710,7824,7973 from mainline,
68144              plus VMS nits from Peter Prymmer and Dan Sugalski.
68145              
68146              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
68147              library (getprotobyname and getprotobynumber are outversioned by
68148              the same calls in libc, at least for xlc version 3.
68149              
68150              Add HAS_SBRK_PROTO.
68151              
68152              Fixes for signedness warnings noticed by VMSperlers.
68153      Branch: maint-5.6/perl
68154            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68155            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
68156            ! sv.c vms/descrip_mms.template vos/config.alpha.def
68157            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68158            ! win32/config.bc win32/config.gc win32/config.vc
68159 ____________________________________________________________________________
68160 [  8346] By: nick                                  on 2001/01/06  14:36:01
68161         Log: Fixup accumulated integrate muddles (perlio == devperl again)
68162      Branch: perlio
68163            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
68164 ____________________________________________________________________________
68165 [  8345] By: nick                                  on 2001/01/06  14:24:58
68166         Log: Integrate mainline
68167      Branch: perlio
68168           !> (integrate 55 files)
68169 ____________________________________________________________________________
68170 [  8344] By: jhi                                   on 2001/01/06  02:24:02
68171         Log: Subject: [patch] PerlIO_cleanup() prototype
68172              From: Doug MacEachern <dougm@covalent.net>
68173              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
68174              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
68175      Branch: perl
68176            ! perlio.h
68177 ____________________________________________________________________________
68178 [  8343] By: jhi                                   on 2001/01/06  01:04:09
68179         Log: IRIX compiler noticed that the bof initialization might be
68180              bypassed by control flow.
68181      Branch: perl
68182            ! toke.c
68183 ____________________________________________________________________________
68184 [  8342] By: jhi                                   on 2001/01/06  00:10:48
68185         Log: Update Changes.
68186      Branch: perl
68187            ! Changes patchlevel.h
68188 ____________________________________________________________________________
68189 [  8341] By: jhi                                   on 2001/01/05  23:52:33
68190         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
68191      Branch: perl
68192            ! toke.c
68193 ____________________________________________________________________________
68194 [  8340] By: jhi                                   on 2001/01/05  22:44:08
68195         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
68196              From: Radu Greab <radu@netsoft.ro>
68197              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
68198              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
68199      Branch: perl
68200            ! t/io/pipe.t util.c
68201 ____________________________________________________________________________
68202 [  8339] By: jhi                                   on 2001/01/05  22:35:17
68203         Log: Subject: [PATCH] format and rewording in perlfaq.pod
68204              From: Robin Barker <rmb1@cise.npl.co.uk>
68205              Date: Fri, 5 Jan 2001 18:51:20 GMT
68206              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
68207      Branch: perl
68208            ! pod/perlfaq.pod
68209 ____________________________________________________________________________
68210 [  8338] By: jhi                                   on 2001/01/05  22:31:17
68211         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
68212              From: Peter Prymmer <pvhp@forte.com>
68213              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
68214              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
68215      Branch: perl
68216            ! utils/perlbug.PL
68217 ____________________________________________________________________________
68218 [  8337] By: jhi                                   on 2001/01/05  18:15:11
68219         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
68220              From: Robin Barker <rmb1@cise.npl.co.uk>
68221              Date: Tue, 2 Jan 2001 15:24:07 GMT
68222              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
68223              
68224              If you call configure as C<./Configure> or C<sh ./Configure>,
68225              $src is set to the absolute path name, not '.'.
68226              
68227              This, in turn, means -Dmksymlink tries to do its stuff because
68228              it does not think it is in the src directory.
68229              
68230              (plus a metaconfig nitfix)
68231      Branch: metaconfig
68232            ! U/compline/ccflags.U U/modified/src.U
68233      Branch: perl
68234            ! Configure config_h.SH
68235 ____________________________________________________________________________
68236 [  8336] By: jhi                                   on 2001/01/05  17:48:32
68237         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
68238              From: Alan Burlison <Alan.Burlison@uk.sun.com>
68239              Message-ID: <3A5606C4.473D2226@uk.sun.com>
68240              Date: Fri, 05 Jan 2001 17:39:16 +0000
68241      Branch: perl
68242            ! hv.c
68243 ____________________________________________________________________________
68244 [  8335] By: jhi                                   on 2001/01/05  16:05:44
68245         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
68246      Branch: perl
68247            ! lib/Getopt/Long.pm
68248 ____________________________________________________________________________
68249 [  8334] By: jhi                                   on 2001/01/05  16:00:51
68250         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
68251              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
68252              Date: Fri, 05 Jan 2001 13:46:51 +0100
68253              Message-ID: <13693.978698811@nice.ram.loc>
68254              
68255              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
68256              accurate reading of the "atime".  
68257      Branch: perl
68258            ! t/io/fs.t
68259 ____________________________________________________________________________
68260 [  8333] By: jhi                                   on 2001/01/05  15:57:37
68261         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
68262              From: Simon Cozens <simon@cozens.net>
68263              Date: Fri, 8 Dec 2000 13:33:31 +0000
68264              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
68265              
68266              A lost patch fragment.
68267      Branch: perl
68268            ! doop.c
68269 ____________________________________________________________________________
68270 [  8332] By: jhi                                   on 2001/01/05  15:40:42
68271         Log: Do away with strncpy() and a fixed length buffer.
68272      Branch: perl
68273            ! utf8.c
68274 ____________________________________________________________________________
68275 [  8331] By: jhi                                   on 2001/01/05  15:03:07
68276         Log: Tests for #8329 and #8330.
68277      Branch: perl
68278            ! t/op/bop.t
68279 ____________________________________________________________________________
68280 [  8330] By: jhi                                   on 2001/01/05  15:02:38
68281         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
68282              raw 8-bit form to the UTF-8 string.
68283      Branch: perl
68284            ! toke.c
68285 ____________________________________________________________________________
68286 [  8329] By: jhi                                   on 2001/01/05  14:55:13
68287         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
68288              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68289              Date: Fri, 5 Jan 2001 12:28:52 +0100
68290              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
68291              
68292              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
68293              no effect.  (changed the strncpy() to Copy())
68294      Branch: perl
68295            ! toke.c
68296 ____________________________________________________________________________
68297 [  8328] By: jhi                                   on 2001/01/05  06:44:27
68298         Log: UTF-8 cleanup.
68299      Branch: perl
68300            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
68301            ! regexec.c sv.c toke.c
68302 ____________________________________________________________________________
68303 [  8327] By: jhi                                   on 2001/01/05  01:11:29
68304         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')
68305              From: Radu Greab <radu@netsoft.ro>
68306              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
68307              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
68308              
68309              Cleans up Harness to not use FileHandle, which uses IO.
68310      Branch: perl
68311            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68312 ____________________________________________________________________________
68313 [  8326] By: jhi                                   on 2001/01/05  00:56:37
68314         Log: Update Changes.
68315      Branch: perl
68316            ! Changes patchlevel.h
68317 ____________________________________________________________________________
68318 [  8325] By: jhi                                   on 2001/01/05  00:53:18
68319         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
68320              From: Peter Prymmer <pvhp@forte.com>
68321              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
68322              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
68323              
68324              plus a couple more tailing whitespace removals.
68325      Branch: perl
68326            ! win32/Makefile
68327 ____________________________________________________________________________
68328 [  8324] By: jhi                                   on 2001/01/05  00:47:39
68329         Log: Add some Unicode chop() tests.
68330      Branch: perl
68331            ! t/op/chop.t
68332 ____________________________________________________________________________
68333 [  8323] By: jhi                                   on 2001/01/05  00:47:23
68334         Log: Unify UTF-8 malformedness handling.
68335      Branch: perl
68336            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
68337 ____________________________________________________________________________
68338 [  8322] By: jhi                                   on 2001/01/04  22:21:54
68339         Log: The new $issymlink was unknown to Mksymlinks.
68340      Branch: metaconfig/U/perl
68341            ! Mksymlinks.U issymlink.U
68342      Branch: perl
68343            ! Configure config_h.SH
68344 ____________________________________________________________________________
68345 [  8321] By: jhi                                   on 2001/01/04  21:51:05
68346         Log: The test didn't work under the core test framework.
68347      Branch: perl
68348            ! t/lib/st-lock.t
68349 ____________________________________________________________________________
68350 [  8320] By: jhi                                   on 2001/01/04  21:14:22
68351         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
68352      Branch: perl
68353            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
68354 ____________________________________________________________________________
68355 [  8319] By: jhi                                   on 2001/01/04  20:46:17
68356         Log: Typo in #8312 when manually applying a problematic patch fragment.
68357      Branch: perl
68358            ! ext/Storable/Storable.xs
68359 ____________________________________________________________________________
68360 [  8318] By: jhi                                   on 2001/01/04  20:43:01
68361         Log: The $sh_c didn't fly.
68362      Branch: metaconfig
68363            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
68364            ! U/modified/Loc.U U/modified/myhostname.U
68365            ! U/modified/spitshell.U
68366      Branch: metaconfig/U/perl
68367            ! issymlink.U
68368      Branch: perl
68369            ! Configure config_h.SH
68370 ____________________________________________________________________________
68371 [  8317] By: jhi                                   on 2001/01/04  19:58:01
68372         Log: AIX builtin test -h is broken, changes based on
68373              
68374              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
68375              Date: Tue, 02 Jan 2001 11:24:39 +0100
68376              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68377              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
68378      Branch: metaconfig
68379            + U/modified/spitshell.U
68380            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
68381            ! U/modified/Loc.U U/modified/myhostname.U
68382      Branch: metaconfig/U/perl
68383            ! Mksymlinks.U issymlink.U
68384      Branch: perl
68385            ! Configure
68386 ____________________________________________________________________________
68387 [  8316] By: jhi                                   on 2001/01/04  19:02:22
68388         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
68389              From: Andy Dougherty <doughera@lafayette.edu>
68390              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
68391              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
68392              
68393              Beware of GNU ld.
68394      Branch: perl
68395            ! hints/solaris_2.sh
68396 ____________________________________________________________________________
68397 [  8315] By: jhi                                   on 2001/01/04  18:56:48
68398         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
68399              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
68400              Date: Wed, 3 Jan 2001 07:58:51 +0100
68401              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
68402      Branch: perl
68403            ! hints/solaris_2.sh
68404 ____________________________________________________________________________
68405 [  8314] By: jhi                                   on 2001/01/04  18:54:07
68406         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
68407              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68408              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
68409              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
68410              
68411              Doc tweak on #8313.
68412      Branch: perl
68413            ! ext/B/B/Deparse.pm
68414 ____________________________________________________________________________
68415 [  8313] By: jhi                                   on 2001/01/04  18:52:27
68416         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
68417              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
68418              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68419              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
68420              
68421              Make the peephole optimizer to bypass more null ops and
68422              and rewrite the deparse handling of continue blocks.
68423      Branch: perl
68424            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
68425 ____________________________________________________________________________
68426 [  8312] By: jhi                                   on 2001/01/04  18:47:39
68427         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
68428      Branch: perl
68429            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
68430            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
68431            ! t/lib/st-lock.t
68432 ____________________________________________________________________________
68433 [  8311] By: jhi                                   on 2001/01/04  18:36:08
68434         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
68435              filter to be run on each .pm during the pm_to_blib() phase,
68436              a fixed version of
68437              
68438              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
68439              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
68440              Date: Wed, 03 Jan 2001 22:01:30 +0100
68441              Message-ID: <5296.978555690@nice.ram.loc>
68442      Branch: perl
68443            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
68444            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
68445            ! lib/ExtUtils/MakeMaker.pm
68446 ____________________________________________________________________________
68447 [  8310] By: jhi                                   on 2001/01/04  18:32:54
68448         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
68449              From: Robin Barker <rmb1@cise.npl.co.uk>
68450              Date: Tue, 2 Jan 2001 15:35:03 GMT
68451              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
68452      Branch: perl
68453            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
68454            ! pod/perlrequick.pod
68455 ____________________________________________________________________________
68456 [  8309] By: jhi                                   on 2001/01/04  18:29:07
68457         Log: Subject: Re: [patch] static-ize XS()
68458              From: Doug MacEachern <dougm@covalent.net>
68459              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
68460              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
68461              
68462              Provide prototypes for the XS functions.
68463      Branch: perl
68464            ! lib/ExtUtils/xsubpp
68465 ____________________________________________________________________________
68466 [  8308] By: jhi                                   on 2001/01/04  18:27:44
68467         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
68468              From: Doug MacEachern <dougm@covalent.net>
68469              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
68470              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
68471      Branch: perl
68472            ! lib/ExtUtils/typemap
68473 ____________________________________________________________________________
68474 [  8307] By: jhi                                   on 2001/01/04  18:25:25
68475         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
68476              From: Doug MacEachern <dougm@covalent.net>
68477              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
68478              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
68479              
68480              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
68481      Branch: perl
68482            ! lib/ExtUtils/MM_Unix.pm
68483 ____________________________________________________________________________
68484 [  8306] By: jhi                                   on 2001/01/04  18:23:00
68485         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
68486              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68487              Date: Thu, 4 Jan 2001 12:47:10 +0100 
68488              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
68489              
68490              The toke.c part only, patching embed.h and proto.h is futile.
68491      Branch: perl
68492            ! toke.c
68493 ____________________________________________________________________________
68494 [  8305] By: jhi                                   on 2001/01/04  18:05:51
68495         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
68496              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68497              Date: Thu, 4 Jan 2001 17:50:12 +0100 
68498              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
68499      Branch: perl
68500            ! toke.c
68501 ____________________________________________________________________________
68502 [  8304] By: jhi                                   on 2001/01/04  18:03:26
68503         Log: Subject: [PATCH perl@8269]
68504              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68505              Date: Thu, 4 Jan 2001 12:53:39 +0100 
68506              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
68507              
68508              If running byacc write-enable also perly.h.
68509      Branch: perl
68510            ! Makefile.SH
68511 ____________________________________________________________________________
68512 [  8303] By: jhi                                   on 2001/01/04  15:40:49
68513         Log: Rewrite pp_concat() in terms of sv_catsv().
68514      Branch: perl
68515            ! pp_hot.c
68516 ____________________________________________________________________________
68517 [  8302] By: nick                                  on 2001/01/03  22:43:22
68518         Log: Integrate mainline.
68519      Branch: perlio
68520           !> ext/Encode/Encode.xs sv.c utf8.c
68521 ____________________________________________________________________________
68522 [  8301] By: jhi                                   on 2001/01/02  23:40:26
68523         Log: Variable naming tweak.
68524      Branch: perl
68525            ! sv.c
68526 ____________________________________________________________________________
68527 [  8300] By: jhi                                   on 2001/01/02  23:40:02
68528         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
68529              in is_utf8_string().
68530      Branch: perl
68531            ! utf8.c
68532 ____________________________________________________________________________
68533 [  8299] By: jhi                                   on 2001/01/02  22:14:40
68534         Log: Integrate perlio:
68535              
68536              [  8298]
68537              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
68538              
68539              [  8296]
68540              Add Encode and correct Filter/Util/Call in nmake Makefile
68541      Branch: perl
68542           !> pp.c pp_hot.c win32/Makefile
68543 ____________________________________________________________________________
68544 [  8298] By: nick                                  on 2001/01/02  22:03:06
68545         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
68546      Branch: perlio
68547            ! pp.c pp_hot.c
68548 ____________________________________________________________________________
68549 [  8297] By: jhi                                   on 2001/01/02  04:26:28
68550         Log: Signedness nit.
68551      Branch: perl
68552            ! ext/Encode/Encode.xs
68553 ____________________________________________________________________________
68554 [  8296] By: nick                                  on 2001/01/01  23:49:36
68555         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
68556      Branch: perlio
68557            ! win32/Makefile
68558 ____________________________________________________________________________
68559 [  8295] By: jhi                                   on 2001/01/01  23:05:48
68560         Log: Integrate perlio:
68561              
68562              [  8293]
68563              More rigor in UTF-8-ness of Encode's toUnicode
68564              XS export some of the utf8 internal functions.
68565              Test some of the functions.
68566              Fix pp_concat() bug shown by said tests.
68567      Branch: perl
68568           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
68569           !> t/lib/encode.t
68570 ____________________________________________________________________________
68571 [  8294] By: nick                                  on 2001/01/01  22:48:34
68572         Log: Integrate mainline
68573      Branch: perlio
68574            ! pp_hot.c t/lib/encode.t
68575           !> (integrate 65 files)
68576 ____________________________________________________________________________
68577 [  8293] By: nick                                  on 2001/01/01  21:58:50
68578         Log: More rigor in UTF-8-ness of Encode's toUnicode
68579              XS export some of the utf8 internal functions.
68580              Test some of the functions.
68581              Fix pp_concat() bug shown by said tests.
68582      Branch: perlio
68583            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
68584            ! t/lib/encode.t
68585 ____________________________________________________________________________
68586 [  8292] By: jhi                                   on 2001/01/01  18:11:44
68587         Log: Integrate perlio:
68588              
68589              [  8290]
68590              Loose the "Loading..." warning.
68591              Another bug in fallback support
68592              
68593              [  8288]
68594              Fix .ucm reading - forgot a chr()
68595              Start of .ucm write (for .enc to .ucm)
68596              
68597              [  8285]
68598              Start of support of ICU-style .ucm files:
68599              - teach compile how to read a .ucm file
68600              - first guess at how to represent fallbacks in "tries".
68601              - use fallbacks if check == 0
68602              - new return code to indicate we used one.
68603      Branch: perl
68604           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
68605           !> ext/Encode/encengine.c ext/Encode/encode.h
68606 ____________________________________________________________________________
68607 [  8291] By: jhi                                   on 2001/01/01  18:10:58
68608         Log: Podify README.mpeix (a new version from the web),
68609              add a dummy NAME to Carp::Heavy, regen toc.
68610      Branch: perl
68611            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
68612            ! pod/perltoc.pod
68613 ____________________________________________________________________________
68614 [  8290] By: nick                                  on 2001/01/01  17:43:47
68615         Log: Loose the "Loading..." warning.
68616              Another bug in fallback support
68617      Branch: perlio
68618            ! ext/Encode/Encode.pm ext/Encode/encengine.c
68619 ____________________________________________________________________________
68620 [  8289] By: jhi                                   on 2001/01/01  00:01:57
68621         Log: Bump up Larry's copyright.
68622      Branch: perl
68623            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
68624            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
68625            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
68626            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
68627            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
68628            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
68629            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
68630            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
68631 ____________________________________________________________________________
68632 [  8288] By: nick                                  on 2000/12/31  21:27:53
68633         Log: Fix .ucm reading - forgot a chr()
68634              Start of .ucm write (for .enc to .ucm)
68635      Branch: perlio
68636            ! ext/Encode/compile
68637 ____________________________________________________________________________
68638 [  8287] By: jhi                                   on 2000/12/31  18:15:56
68639         Log: Comment away a diagnostic message as noted by Craig A. Berry
68640              (the unexpected message was confusing testing)
68641      Branch: perl
68642            ! ext/Encode/Encode.pm
68643 ____________________________________________________________________________
68644 [  8286] By: jhi                                   on 2000/12/31  18:14:51
68645         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
68646              Date: Sun, 31 Dec 2000 11:17:37 -0600
68647              From: "Craig A. Berry" <craigberry@mac.com>
68648              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
68649      Branch: perl
68650            ! ext/Encode/Makefile.PL
68651 ____________________________________________________________________________
68652 [  8285] By: nick                                  on 2000/12/31  18:11:54
68653         Log: Start of support of ICU-style .ucm files:
68654              - teach compile how to read a .ucm file
68655              - first guess at how to represent fallbacks in "tries".
68656              - use fallbacks if check == 0
68657              - new return code to indicate we used one.
68658      Branch: perlio
68659            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
68660            ! ext/Encode/encengine.c ext/Encode/encode.h
68661 ____________________________________________________________________________
68662 [  8284] By: jhi                                   on 2000/12/31  18:04:41
68663         Log: Pacify picky VMS compiler.
68664              
68665              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
68666              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68667              Date: Sat, 30 Dec 2000 18:10:02 -0600
68668              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
68669      Branch: perl
68670            ! sv.c
68671 ____________________________________________________________________________
68672 [  8283] By: jhi                                   on 2000/12/31  16:11:47
68673         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
68674      Branch: perl
68675            ! t/lib/glob-basic.t
68676 ____________________________________________________________________________
68677 [  8282] By: jhi                                   on 2000/12/31  15:26:11
68678         Log: Integrate perlio:
68679              
68680              [  8281]
68681              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
68682              is available to be exported
68683              
68684              [  8280]
68685              Ilya's OS2 patch (testing for damage on Win32)
68686      Branch: perl
68687           !> makedef.pl opcode.pl os2/os2.c perlio.c
68688 ____________________________________________________________________________
68689 [  8281] By: nick                                  on 2000/12/31  10:06:15
68690         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
68691              is available to be exported
68692      Branch: perlio
68693            ! makedef.pl perlio.c
68694 ____________________________________________________________________________
68695 [  8280] By: nick                                  on 2000/12/31  09:41:26
68696         Log: Ilya's OS2 patch (testing for damage on Win32)
68697      Branch: perlio
68698            ! makedef.pl opcode.pl os2/os2.c
68699 ____________________________________________________________________________
68700 [  8279] By: jhi                                   on 2000/12/30  21:52:07
68701         Log: Test nits.
68702      Branch: perl
68703            ! t/lib/syslfs.t t/op/lfs.t
68704 ____________________________________________________________________________
68705 [  8278] By: jhi                                   on 2000/12/30  21:47:49
68706         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
68707              From: andreas.koenig@anima.de (Andreas J. Koenig)
68708              Date: 30 Dec 2000 22:35:37 +0100
68709              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
68710              
68711              The 32-bit wraparound test wasn't quite right.
68712      Branch: perl
68713            ! t/lib/syslfs.t t/op/lfs.t
68714 ____________________________________________________________________________
68715 [  8277] By: jhi                                   on 2000/12/30  21:33:44
68716         Log: Subject: [PATCH] open() example in perlfunc.pod 
68717              From: Karsten Sperling <s_sperli@ira.uka.de>
68718              Date: Sat, 30 Dec 2000 22:27:09 +0100
68719              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
68720      Branch: perl
68721            ! pod/perlfunc.pod
68722 ____________________________________________________________________________
68723 [  8276] By: jhi                                   on 2000/12/30  20:32:40
68724         Log: Not quite that many tests yet.
68725      Branch: perl
68726            ! t/op/pat.t
68727 ____________________________________________________________________________
68728 [  8275] By: jhi                                   on 2000/12/30  20:26:58
68729         Log: Integrate perlio:
68730              
68731              [  8272]
68732              Tweak for MULTIPLICITY/USE_PERLIO
68733      Branch: perl
68734           !> toke.c
68735 ____________________________________________________________________________
68736 [  8274] By: jhi                                   on 2000/12/30  20:24:56
68737         Log: Signedness nit.
68738      Branch: perl
68739            ! utf8.c
68740 ____________________________________________________________________________
68741 [  8273] By: jhi                                   on 2000/12/30  20:15:46
68742         Log: Add a test case for 20000731.001 which was fixed by the #8267.
68743      Branch: perl
68744            ! t/op/pat.t
68745 ____________________________________________________________________________
68746 [  8272] By: nick                                  on 2000/12/30  19:47:51
68747         Log: Tweak for MULTIPLICITY/USE_PERLIO
68748      Branch: perlio
68749            ! toke.c
68750 ____________________________________________________________________________
68751 [  8271] By: nick                                  on 2000/12/30  19:46:45
68752         Log: Integrate mainline
68753      Branch: perlio
68754           +> lib/unicode/distinct.pm
68755           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
68756           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
68757           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
68758 ____________________________________________________________________________
68759 [  8270] By: jhi                                   on 2000/12/30  19:39:50
68760         Log: Subject: RE: perl@8269
68761              From: "Richard Soderberg" <rs@crystalflame.net>
68762              Date: Sat, 30 Dec 2000 11:36:27 -0800
68763              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
68764              
68765              A missing aTHX_.
68766      Branch: perl
68767            ! toke.c
68768 ____________________________________________________________________________
68769 [  8269] By: jhi                                   on 2000/12/30  18:55:48
68770         Log: Update Changes.
68771      Branch: perl
68772            ! Changes patchlevel.h
68773 ____________________________________________________________________________
68774 [  8268] By: jhi                                   on 2000/12/30  17:18:40
68775         Log: Add a test for Unicode split //.  The #8267 was the cure.
68776      Branch: perl
68777            ! t/op/split.t
68778 ____________________________________________________________________________
68779 [  8267] By: jhi                                   on 2000/12/30  17:14:19
68780         Log: Subject: more UTF8 test suites and an UTF8 patch
68781              From: Inaba Hiroto <inaba@st.rim.or.jp>
68782              Date: Sat, 30 Dec 2000 14:27:10 +0900
68783              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
68784              
68785              Just the patch part for now, and the pragma renamed
68786              as unicode::distinct.
68787      Branch: perl
68788            + lib/unicode/distinct.pm
68789            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
68790            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
68791            ! regcomp.h regexec.c sv.c toke.c utf8.c
68792 ____________________________________________________________________________
68793 [  8266] By: nick                                  on 2000/12/30  16:40:49
68794         Log: Integrate mainline
68795      Branch: perlio
68796           +> lib/Pod/Text/Overstrike.pm
68797           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
68798           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
68799           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
68800           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
68801           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
68802 ____________________________________________________________________________
68803 [  8265] By: jhi                                   on 2000/12/30  07:28:55
68804         Log: The sv_catsv() fix, take two.
68805      Branch: perl
68806            ! sv.c t/op/join.t
68807 ____________________________________________________________________________
68808 [  8264] By: jhi                                   on 2000/12/30  06:19:18
68809         Log: Undo all the join-related changes since #8248: relevant
68810              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
68811              The new sv_catsv() doesn't fly so it must go back to
68812              the drawing board.
68813      Branch: perl
68814            ! sv.c t/op/join.t t/pragma/utf8.t
68815 ____________________________________________________________________________
68816 [  8263] By: jhi                                   on 2000/12/30  01:08:32
68817         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
68818      Branch: perl
68819            ! sv.c
68820 ____________________________________________________________________________
68821 [  8262] By: jhi                                   on 2000/12/30  00:45:14
68822         Log: Retract #8261.
68823      Branch: perl
68824            ! hv.c util.c
68825 ____________________________________________________________________________
68826 [  8261] By: jhi                                   on 2000/12/30  00:38:32
68827         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
68828      Branch: perl
68829            ! hv.c util.c
68830 ____________________________________________________________________________
68831 [  8260] By: jhi                                   on 2000/12/29  22:51:33
68832         Log: (Retracted by #8264)  More fixing for #8251.
68833      Branch: perl
68834            ! sv.c
68835 ____________________________________________________________________________
68836 [  8259] By: jhi                                   on 2000/12/29  18:27:30
68837         Log: Subject: podlators 1.06 released
68838              From: Russ Allbery <rra@stanford.edu>
68839              Date: 25 Dec 2000 05:09:30 -0800
68840              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
68841      Branch: perl
68842            + lib/Pod/Text/Overstrike.pm
68843            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
68844            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
68845 ____________________________________________________________________________
68846 [  8258] By: jhi                                   on 2000/12/29  18:20:45
68847         Log: Make the large file tests more robust/talkative as suggested by
68848              
68849              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
68850              From: andreas.koenig@anima.de (Andreas J. Koenig)
68851              Date: 29 Dec 2000 14:23:01 +0100
68852              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
68853      Branch: perl
68854            ! t/lib/syslfs.t t/op/lfs.t
68855 ____________________________________________________________________________
68856 [  8257] By: jhi                                   on 2000/12/29  17:48:04
68857         Log: Further VMS piping fixes from Charles Lane:
68858              
68859              In summary, error messages produced when a subprocess terminated
68860              abnormally were being sent not just to the parent process, but to
68861              grandparents, because of default values for error output that were
68862              not completely overridden when the subprocess was started.
68863              
68864              This patch fixes this behavior by defining user-mode (i.e., temporary
68865              for the duration of the program) logical names for SYS$OUTPUT and
68866              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
68867              changes to make it so that the user-mode logicals are the ones that
68868              control where Perl's error messages go if it terminates abnormally.
68869              
68870              I also added some gratuitous fixes to the indentation of braces in
68871              the piping code.  It just looked ugly, before.
68872      Branch: perl
68873            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
68874 ____________________________________________________________________________
68875 [  8256] By: jhi                                   on 2000/12/29  17:45:12
68876         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
68877              From: "Casey R. Tweten" <crt@kiski.net>
68878              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
68879              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
68880              
68881              Tests for for #8240.
68882      Branch: perl
68883            ! t/pragma/constant.t
68884 ____________________________________________________________________________
68885 [  8255] By: jhi                                   on 2000/12/29  17:43:07
68886         Log: Subject: Re: [PATCH] Interesting syntax idea
68887              From: Simon Cozens <simon@cozens.net>
68888              Date: Fri, 29 Dec 2000 14:34:04 +0000
68889              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
68890              
68891              Tests for #8254.
68892      Branch: perl
68893            ! t/pragma/sub_lval.t
68894 ____________________________________________________________________________
68895 [  8254] By: jhi                                   on 2000/12/29  17:42:11
68896         Log: Subject: [PATCH] Interesting syntax idea
68897              From: Simon Cozens <simon@cozens.net>
68898              Date: Wed, 27 Dec 2000 05:08:57 +0000
68899              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
68900              
68901              Make opens + bareword assigns do typeglob assigns.
68902      Branch: perl
68903            ! op.c
68904 ____________________________________________________________________________
68905 [  8253] By: jhi                                   on 2000/12/29  17:36:45
68906         Log: Output the (apparent) version of gcc, as suggested by
68907              
68908              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
68909              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
68910              Date: 26 Dec 2000 04:29:17 -0500
68911              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
68912              
68913              (The patch as such didn't any more apply as the misparsing had
68914              already been addressed in #6474.)  Also change the wording about
68915              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
68916      Branch: perl
68917            ! hints/dec_osf.sh
68918 ____________________________________________________________________________
68919 [  8252] By: nick                                  on 2000/12/29  12:14:31
68920         Log: Integrate mainline
68921      Branch: perlio
68922           !> (integrate 27 files)
68923 ____________________________________________________________________________
68924 [  8251] By: jhi                                   on 2000/12/29  08:45:46
68925         Log: (Retracted by #8264)
68926              
68927              (Fixed by #8260.)
68928              
68929              sv_catsv() needs one more byte space than seems reasonable.
68930              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
68931              Curiouser and curiouser.
68932      Branch: perl
68933            ! sv.c
68934 ____________________________________________________________________________
68935 [  8250] By: jhi                                   on 2000/12/29  07:57:52
68936         Log: More split // UTF-8 tests.
68937      Branch: perl
68938            ! t/pragma/utf8.t
68939 ____________________________________________________________________________
68940 [  8249] By: jhi                                   on 2000/12/29  07:54:51
68941         Log: (Retracted by #8264)  More join() testing which was good because
68942              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
68943      Branch: perl
68944            ! pp.c t/op/join.t utf8.c utf8.h
68945 ____________________________________________________________________________
68946 [  8248] By: jhi                                   on 2000/12/29  07:08:32
68947         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
68948              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
68949              that the only cases to care about are byte+byte and byte+character.
68950              
68951              TODO: See how well pp_concat() could be implemented in terms
68952              of sv_catsv().
68953      Branch: perl
68954            ! doop.c sv.c t/op/join.t utf8.h
68955 ____________________________________________________________________________
68956 [  8247] By: jhi                                   on 2000/12/29  06:35:23
68957         Log: Signedness nit.
68958      Branch: perl
68959            ! pp_hot.c
68960 ____________________________________________________________________________
68961 [  8246] By: jhi                                   on 2000/12/29  01:23:31
68962         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
68963              From: Lupe Christoph <lupe@lupe-christoph.de>
68964              Date: Thu, 28 Dec 2000 23:00:00 +0100
68965              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
68966              
68967              Suggest rsync --delete --dry-run.
68968      Branch: perl
68969            ! pod/perlhack.pod
68970 ____________________________________________________________________________
68971 [  8245] By: jhi                                   on 2000/12/28  23:57:05
68972         Log: The maxiters upper limit sanity check (guarding against
68973              non-progress) assumed bytes instead of characters in s///
68974              and split().
68975      Branch: perl
68976            ! pp.c pp_hot.c
68977 ____________________________________________________________________________
68978 [  8244] By: jhi                                   on 2000/12/28  23:34:08
68979         Log: Make some panic messages a bit more logical.
68980      Branch: perl
68981            ! doop.c pod/perldiag.pod pp.c pp_hot.c
68982 ____________________________________________________________________________
68983 [  8243] By: jhi                                   on 2000/12/28  22:59:16
68984         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
68985              From: Simon Cozens <simon@cozens.net>
68986              Date: Wed, 27 Dec 2000 02:30:03 +0000
68987              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
68988      Branch: perl
68989            ! pp.c t/pragma/sub_lval.t
68990 ____________________________________________________________________________
68991 [  8242] By: jhi                                   on 2000/12/28  22:56:53
68992         Log: Subject: [PATCH blead] Fix B::Terse indentation
68993              From: Daniel Chetlin <daniel@chetlin.com>
68994              Date: Wed, 27 Dec 2000 06:43:30 -0800
68995              Message-ID: <20001227064329.B9573@darkstar>
68996      Branch: perl
68997            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
68998 ____________________________________________________________________________
68999 [  8241] By: jhi                                   on 2000/12/28  22:48:59
69000         Log: The latter patch from the
69001              
69002              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
69003              From: Peter Prymmer <pvhp@forte.com> 
69004              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
69005              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
69006              
69007              (the former patch from the above should have been
69008              taken care of by Nick I-S)
69009      Branch: perl
69010            ! win32/Makefile
69011 ____________________________________________________________________________
69012 [  8240] By: jhi                                   on 2000/12/28  22:45:22
69013         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
69014              From: "Casey R. Tweten" <crt@kiski.net>
69015              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
69016              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
69017      Branch: perl
69018            ! lib/constant.pm
69019 ____________________________________________________________________________
69020 [  8239] By: jhi                                   on 2000/12/28  22:37:45
69021         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
69022              From: Simon Cozens <simon@cozens.net>
69023              Date: Wed, 27 Dec 2000 14:12:44 +0000
69024              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
69025      Branch: perl
69026            ! t/op/method.t t/op/sort.t toke.c
69027 ____________________________________________________________________________
69028 [  8238] By: jhi                                   on 2000/12/28  22:30:32
69029         Log: Subject: [PATCH perl@8229] Call.pm
69030              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69031              Date: Mon, 25 Dec 2000 10:47:15 -0000
69032              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
69033      Branch: perl
69034            ! ext/Filter/Util/Call/Call.pm
69035 ____________________________________________________________________________
69036 [  8237] By: jhi                                   on 2000/12/28  22:19:21
69037         Log: Subject: [PATCH blead] Fix problem with `&' prototype
69038              From: Daniel Chetlin <daniel@chetlin.com>
69039              Date: Wed, 27 Dec 2000 15:55:32 -0800
69040              Message-ID: <20001227155532.D9573@darkstar>
69041      Branch: perl
69042            ! op.c t/comp/proto.t
69043 ____________________________________________________________________________
69044 [  8236] By: jhi                                   on 2000/12/28  22:09:25
69045         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
69046              From: Daniel Chetlin <daniel@chetlin.com>
69047              Date: Sun, 24 Dec 2000 04:09:49 -0800
69048              Message-ID: <20001224040949.B3090@darkstar>
69049      Branch: perl
69050            ! gv.c mg.c t/op/attrs.t
69051 ____________________________________________________________________________
69052 [  8235] By: jhi                                   on 2000/12/28  22:07:11
69053         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
69054              From: Jan Dubois <jand@ActiveState.com>
69055              Date: Tue, 26 Dec 2000 20:57:31 -0800
69056              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
69057      Branch: perl
69058            ! win32/win32.c
69059 ____________________________________________________________________________
69060 [  8234] By: jhi                                   on 2000/12/28  21:52:42
69061         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
69062              From: Simon Cozens <simon@cozens.net>
69063              Date: Thu, 28 Dec 2000 20:33:13 +0000
69064              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
69065      Branch: perl
69066            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
69067 ____________________________________________________________________________
69068 [  8233] By: jhi                                   on 2000/12/28  19:40:49
69069         Log: Integrate perlio:
69070              
69071              [  8232]
69072              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
69073              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
69074              
69075              [  8231]
69076              "Compiled" encode build cleanup
69077              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
69078              - .c files do not export sub-tables
69079      Branch: perl
69080           !> ext/Encode/Makefile.PL ext/Encode/compile
69081 ____________________________________________________________________________
69082 [  8232] By: nick                                  on 2000/12/23  16:06:00
69083         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
69084              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
69085      Branch: perlio
69086            ! ext/Encode/Makefile.PL
69087 ____________________________________________________________________________
69088 [  8231] By: nick                                  on 2000/12/23  14:30:34
69089         Log: "Compiled" encode build cleanup
69090              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
69091              - .c files do not export sub-tables
69092      Branch: perlio
69093            ! ext/Encode/Makefile.PL ext/Encode/compile
69094 ____________________________________________________________________________
69095 [  8230] By: nick                                  on 2000/12/23  12:50:37
69096         Log: Integrate mainline
69097      Branch: perlio
69098           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69099           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69100           !> pod/perl5004delta.pod pod/perl5005delta.pod
69101           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
69102           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
69103           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
69104           !> pod/perlsub.pod
69105 ____________________________________________________________________________
69106 [  8229] By: jhi                                   on 2000/12/22  15:32:12
69107         Log: Integrate perlio:
69108              
69109              [  8226]
69110              Handy script for when one forgets to "dmake clean" 
69111              
69112              [  8225]
69113              CRLF platform issue with io/utf8 fix.
69114      Branch: perl
69115           +> win32/distclean.bat
69116           !> MANIFEST t/io/utf8.t
69117 ____________________________________________________________________________
69118 [  8228] By: jhi                                   on 2000/12/22  15:29:40
69119         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
69120              From: Robin Barker <rmb1@cise.npl.co.uk>
69121              Date: Fri, 22 Dec 2000 12:17:38 GMT
69122              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69123      Branch: perl
69124            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69125            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69126            ! pod/perl5004delta.pod pod/perl5005delta.pod
69127            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
69128            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
69129            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
69130            ! pod/perlsub.pod
69131 ____________________________________________________________________________
69132 [  8227] By: jhi                                   on 2000/12/22  15:24:28
69133         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
69134              From: "John L. Allen" <allen@grumman.com>
69135              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
69136              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
69137              
69138              Document APPLLIB_EXP.
69139      Branch: perl
69140            ! INSTALL
69141 ____________________________________________________________________________
69142 [  8226] By: nick                                  on 2000/12/21  22:11:50
69143         Log: Handy script for when one forgets to "dmake clean" 
69144      Branch: perlio
69145            + win32/distclean.bat
69146            ! MANIFEST
69147 ____________________________________________________________________________
69148 [  8225] By: nick                                  on 2000/12/21  21:54:04
69149         Log: CRLF platform issue with io/utf8 fix.
69150      Branch: perlio
69151            ! t/io/utf8.t
69152 ____________________________________________________________________________
69153 [  8224] By: nick                                  on 2000/12/21  21:02:20
69154         Log: Integrate mainline
69155      Branch: perlio
69156           !> Changes Configure Makefile.SH Porting/Glossary
69157           !> Porting/config.sh Porting/config_H configure.com
69158           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
69159           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
69160           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
69161           !> win32/config.bc win32/config.gc win32/config.vc
69162 ____________________________________________________________________________
69163 [  8223] By: jhi                                   on 2000/12/21  17:09:16
69164         Log: Update Changes.
69165      Branch: perl
69166            ! Changes patchlevel.h
69167 ____________________________________________________________________________
69168 [  8222] By: jhi                                   on 2000/12/21  16:24:01
69169         Log: Metaconfig unit changes for #8221.
69170      Branch: metaconfig/U/perl
69171           +> issymlink.U
69172            - testsyml.U
69173            ! Mksymlinks.U
69174 ____________________________________________________________________________
69175 [  8221] By: jhi                                   on 2000/12/21  16:23:48
69176         Log: Rename testsyml to issymlink.
69177      Branch: perl
69178            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69179            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
69180            ! win32/config.vc
69181 ____________________________________________________________________________
69182 [  8220] By: jhi                                   on 2000/12/21  15:47:26
69183         Log: Robustness support for #8218 (symlink forest) since the GNU
69184              tools seem to be overly picky about symlinkage depths.
69185      Branch: perl
69186            ! Makefile.SH t/io/fs.t
69187 ____________________________________________________________________________
69188 [  8219] By: jhi                                   on 2000/12/21  15:38:27
69189         Log: Metaconfig changes for #8218.
69190      Branch: metaconfig
69191            ! U/modified/Oldconfig.U
69192      Branch: metaconfig/U/perl
69193            + Mksymlinks.U
69194            ! testsyml.U
69195 ____________________________________________________________________________
69196 [  8218] By: jhi                                   on 2000/12/21  15:37:57
69197         Log: Add Configure option -Dmksymlinks which will create a symlink
69198              forest if the current/build differs from the source directory.
69199              TODO: mkdir -p is not portable.
69200      Branch: perl
69201            ! Configure
69202 ____________________________________________________________________________
69203 [  8217] By: jhi                                   on 2000/12/21  14:39:12
69204         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
69205              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
69206              Date: Thu, 21 Dec 2000 09:38:18 GMT
69207              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
69208              
69209              The ofs became an SV.
69210      Branch: perl
69211            ! ext/Thread/Thread.xs
69212 ____________________________________________________________________________
69213 [  8216] By: jhi                                   on 2000/12/21  05:40:21
69214         Log: The polymorphism seems to have fixed 20000517.001.
69215      Branch: perl
69216            ! t/pragma/utf8.t
69217 ____________________________________________________________________________
69218 [  8215] By: jhi                                   on 2000/12/21  04:44:52
69219         Log: read() documentation tweak for 20001121.004.
69220      Branch: perl
69221            ! pod/perlfunc.pod
69222 ____________________________________________________________________________
69223 [  8214] By: jhi                                   on 2000/12/21  03:54:11
69224         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
69225      Branch: perl
69226            ! pp_sys.c t/op/misc.t
69227 ____________________________________________________________________________
69228 [  8213] By: jhi                                   on 2000/12/21  00:28:10
69229         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
69230              From: Peter Prymmer <pvhp@forte.com>
69231              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
69232              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
69233      Branch: perl
69234            ! configure.com
69235 ____________________________________________________________________________
69236 [  8212] By: jhi                                   on 2000/12/21  00:26:21
69237         Log: Edit edit edit.
69238      Branch: perl
69239            ! pod/perlfaq3.pod
69240 ____________________________________________________________________________
69241 [  8211] By: jhi                                   on 2000/12/20  18:52:46
69242         Log: Update Changes.
69243      Branch: perl
69244            ! Changes patchlevel.h
69245 ____________________________________________________________________________
69246 [  8210] By: jhi                                   on 2000/12/20  18:34:47
69247         Log: Yet another editor edit.
69248      Branch: perl
69249            ! pod/perlfaq3.pod
69250 ____________________________________________________________________________
69251 [  8209] By: jhi                                   on 2000/12/20  15:33:28
69252         Log: More Win32 Perling.
69253      Branch: perl
69254            ! pod/perlfaq3.pod
69255 ____________________________________________________________________________
69256 [  8208] By: jhi                                   on 2000/12/20  15:07:46
69257         Log: More Win32 editor/IDE/shell hints.
69258      Branch: perl
69259            ! pod/perlfaq3.pod
69260 ____________________________________________________________________________
69261 [  8207] By: jhi                                   on 2000/12/20  03:54:08
69262         Log: Subject: [PATCH] obscure timing knowledge
69263              From: Nicholas Clark <nick@ccl4.org>
69264              Date: Tue, 19 Dec 2000 19:22:31 +0000
69265              Message-ID: <20001219192231.F2827@plum.flirble.org>
69266      Branch: perl
69267            ! sv.c
69268 ____________________________________________________________________________
69269 [  8206] By: jhi                                   on 2000/12/20  03:45:57
69270         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
69271              From: Spider Boardman <spider@leggy.zk3.dec.com>
69272              Date: Tue, 19 Dec 2000 21:30:16 -0500
69273              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
69274      Branch: perl
69275            ! sv.c
69276 ____________________________________________________________________________
69277 [  8205] By: jhi                                   on 2000/12/19  23:02:01
69278         Log: Update Changes.
69279      Branch: perl
69280            ! Changes patchlevel.h
69281 ____________________________________________________________________________
69282 [  8204] By: jhi                                   on 2000/12/19  22:58:18
69283         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
69284              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
69285              on editors and diffing/patching.
69286      Branch: perl
69287            ! t/op/utf8decode.t
69288 ____________________________________________________________________________
69289 [  8203] By: nick                                  on 2000/12/19  21:36:16
69290         Log: Integrate mainline (forgot my own change...)
69291      Branch: perlio
69292           !> ext/Encode/compile
69293 ____________________________________________________________________________
69294 [  8202] By: nick                                  on 2000/12/19  21:34:42
69295         Log: Integrate mainline.
69296      Branch: perlio
69297           !> (integrate 61 files)
69298 ____________________________________________________________________________
69299 [  8201] By: nick                                  on 2000/12/19  21:34:06
69300         Log: Avoid looking for File::Glob when we don't need it.
69301      Branch: perl
69302            ! ext/Encode/compile
69303 ____________________________________________________________________________
69304 [  8200] By: jhi                                   on 2000/12/19  18:35:49
69305         Log: Update Changes.
69306      Branch: perl
69307            ! Changes patchlevel.h
69308 ____________________________________________________________________________
69309 [  8199] By: jhi                                   on 2000/12/19  18:35:07
69310         Log: Microperl tweaks.
69311      Branch: perl
69312            ! sv.c uconfig.h uconfig.sh
69313 ____________________________________________________________________________
69314 [  8198] By: jhi                                   on 2000/12/19  18:29:59
69315         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
69316      Branch: perl
69317            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69318            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
69319 ____________________________________________________________________________
69320 [  8197] By: jhi                                   on 2000/12/19  17:55:29
69321         Log: In VMS embedded perls couldn't access the statically built Socket,
69322              from Charles Lane.
69323      Branch: perl
69324            ! configure.com
69325 ____________________________________________________________________________
69326 [  8196] By: jhi                                   on 2000/12/19  17:49:50
69327         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
69328              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
69329              Date: Sun, 17 Dec 2000 19:11:44 -0000
69330              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
69331      Branch: perl
69332            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69333            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
69334 ____________________________________________________________________________
69335 [  8195] By: jhi                                   on 2000/12/19  17:47:53
69336         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
69337              From: Jonathan Stowe <gellyfish@gellyfish.com>
69338              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
69339              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
69340      Branch: perl
69341            ! utils/h2xs.PL
69342 ____________________________________________________________________________
69343 [  8194] By: jhi                                   on 2000/12/19  17:46:28
69344         Log: Subject: Re: useless use of void context work-around
69345              From: andreas.koenig@anima.de (Andreas J. Koenig)
69346              Date: 16 Dec 2000 15:13:36 +0100
69347              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
69348              
69349              Document (comment) the q(di ds ig) trick in the code.
69350      Branch: perl
69351            ! op.c
69352 ____________________________________________________________________________
69353 [  8193] By: jhi                                   on 2000/12/19  17:10:57
69354         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
69355              From: "Mark J. Reed" <mreed@strange.turner.com>
69356              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
69357              Message-Id: <200012160222.VAA13986@strange.turner.com>
69358      Branch: perl
69359            ! ext/Sys/Syslog/Syslog.pm
69360 ____________________________________________________________________________
69361 [  8192] By: jhi                                   on 2000/12/19  17:07:45
69362         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
69363              From: Nicholas Clark <nick@ccl4.org>
69364              Date: Sat, 16 Dec 2000 19:03:13 +0000
69365              Message-ID: <20001216190313.D68304@plum.flirble.org>
69366      Branch: perl
69367            ! t/op/64bitint.t
69368 ____________________________________________________________________________
69369 [  8191] By: jhi                                   on 2000/12/19  17:06:13
69370         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
69371              From: Dominic Dunlop <domo@computer.org>
69372              Date: Mon, 18 Dec 2000 12:00:15 +0100
69373              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
69374              
69375              This patchlet is needed in order that perl can be statically linked.  
69376      Branch: perl
69377            ! regexec.c
69378 ____________________________________________________________________________
69379 [  8190] By: jhi                                   on 2000/12/19  17:03:08
69380         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
69381              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69382              Date: Sun, 17 Dec 2000 00:18:35 -0600
69383              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
69384      Branch: perl
69385            ! perlio.h vms/gen_shrfls.pl
69386 ____________________________________________________________________________
69387 [  8189] By: jhi                                   on 2000/12/19  16:20:28
69388         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
69389              From: Prymmer/Kahn <pvhp@best.com>
69390              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
69391              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
69392              
69393              A better version of #8188.
69394      Branch: perl
69395            ! pod/perlfaq3.pod
69396 ____________________________________________________________________________
69397 [  8188] By: jhi                                   on 2000/12/19  15:57:06
69398         Log: (Replaced by #8189)
69399              
69400              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
69401              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
69402              From: Prymmer/Kahn <pvhp@best.com>
69403              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
69404              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
69405              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
69406              Date: Mon, 18 Dec 2000 11:10:45 -0500
69407              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
69408      Branch: perl
69409            ! pod/perlfaq3.pod
69410 ____________________________________________________________________________
69411 [  8187] By: jhi                                   on 2000/12/19  15:54:19
69412         Log: Email address fix for Anton Berezin.
69413      Branch: perl
69414            ! AUTHORS
69415 ____________________________________________________________________________
69416 [  8186] By: jhi                                   on 2000/12/19  15:38:54
69417         Log: Subject: [PATCH perl@8102] cygwin port
69418              From: "Eric Fifer" <efifer@dircon.co.uk> 
69419              Date: Thu, 14 Dec 2000 13:41:29 -0000
69420              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
69421              
69422              When compiling modules the data item that is being imported
69423              from libperl.dll needs to be tagged as imported/shared data:
69424              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
69425      Branch: perl
69426            ! perliol.h
69427 ____________________________________________________________________________
69428 [  8185] By: jhi                                   on 2000/12/19  14:53:24
69429         Log: Regen uconfig.h and uconfig.sh.
69430      Branch: perl
69431            ! uconfig.h uconfig.sh
69432 ____________________________________________________________________________
69433 [  8184] By: jhi                                   on 2000/12/18  20:43:49
69434         Log: Comments work so much better when they are closed.
69435      Branch: perl
69436            ! regcomp.c
69437 ____________________________________________________________________________
69438 [  8183] By: jhi                                   on 2000/12/18  18:04:02
69439         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
69440              Fixes the bug 20001218.016.
69441      Branch: perl
69442            ! regcomp.c
69443 ____________________________________________________________________________
69444 [  8182] By: gsar                                  on 2000/12/18  09:53:47
69445         Log: delete spurious files
69446      Branch: maint-5.6/perl
69447            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
69448            - vos/config.h vos/config_h.SH_orig
69449 ____________________________________________________________________________
69450 [  8181] By: gsar                                  on 2000/12/18  09:46:08
69451         Log: regen perltoc
69452      Branch: maint-5.6/perl
69453            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
69454 ____________________________________________________________________________
69455 [  8180] By: gsar                                  on 2000/12/18  09:20:27
69456         Log: integrate changes#7924..7926,7946,7952 from mainline
69457              
69458              A test works better if it has the right 1..$n output.
69459              
69460              All the core library users of Class::Struct seem to be
69461              using "use Class::Struct 'struct';" instead of the bare
69462              "use Class::Struct;", which isn't documented in Class::Struct.
69463              This can't be right.
69464              
69465              Make the Class::Struct import() wiser.
69466              
69467              Upgrade to CPAN 1.59_51, from Andreas König.
69468              
69469              Subject: Re: long shell lines
69470              Split overly long shell command lines.
69471      Branch: maint-5.6/perl
69472           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
69473           !> lib/File/stat.pm t/lib/class-struct.t
69474 ____________________________________________________________________________
69475 [  8179] By: gsar                                  on 2000/12/18  08:55:54
69476         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
69477              7918,7919,7988,8907 from mainline (various)
69478              
69479              Subject: [ID 20001127.004] White space problem in perlamiga.pod
69480              
69481              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
69482              
69483              Subject: [PATCH] perlcc.PL cleanups
69484              
69485              Subject: [PATCH] Updating perltie.pod for arrays
69486              
69487              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
69488              Subject: Re: [PATCH] Updating perltie.pod for arrays
69489              Subject: Re: [PATCH] Updating perltie.pod for arrays
69490              
69491              One more perltie.pod nit from Casey R. Tweten.
69492              
69493              Subject: [PATCH] $^O  win32 -> MSWin32
69494              plus similar nits for vms, err, VMS, and UNICOS.
69495              
69496              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
69497              More checking in case someone has broken their services or
69498              protocol databases.
69499              
69500              Make "use Class::Struct 'struct';" work again (broken by #7617);
69501              add a test for Class::Struct.
69502              
69503              Integrate the "skip" messages to explain().
69504              
69505              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
69506      Branch: maint-5.6/perl
69507           +> t/lib/class-struct.t
69508           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
69509           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
69510           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
69511 ____________________________________________________________________________
69512 [  8178] By: gsar                                  on 2000/12/18  08:16:30
69513         Log: avoid redefinition warnings on windows due to sys/socket.h getting
69514              #included before win32.h
69515      Branch: maint-5.6/perl
69516            ! win32/include/sys/socket.h
69517 ____________________________________________________________________________
69518 [  8177] By: gsar                                  on 2000/12/18  05:24:04
69519         Log: make regen_headers; fix POSIX.xs problems; remove outdated
69520              code from sys/socket.h that makes build fail now
69521      Branch: maint-5.6/perl
69522            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
69523            ! pod/perlapi.pod
69524           !> win32/include/sys/socket.h
69525 ____________________________________________________________________________
69526 [  8176] By: gsar                                  on 2000/12/18  05:20:17
69527         Log: update Changes
69528      Branch: maint-5.6/perl
69529            ! Changes patchlevel.h
69530 ____________________________________________________________________________
69531 [  8175] By: gsar                                  on 2000/12/18  04:57:48
69532         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
69533              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
69534              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
69535              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
69536              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
69537              7823,7825,7838
69538              
69539              Subject: Re: [PATCH] README.solaris
69540              
69541              Add getpagesize() probing, on non-UNIX guess 'undef'.
69542              
69543              Simplify the getpagesize() unit by dropping the
69544              pagesize probe since it's nowadays slightly more
69545              complicated because of sysconf(). (Note: if some
69546              platform really needs the -lPW for getpagesize,
69547              I just broke it.)
69548              TODO: a new pagesize unit.
69549              
69550              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
69551              
69552              MachTen doesn't really do mmap() and munmap().
69553              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
69554              
69555              More README.solaris updates from Andy Dougherty.
69556              
69557              Copy the s// information of README.hpux also to the perlrun.
69558              
69559              Add HAS_FSYNC, lack noticed by Nicholas Clark.
69560              
69561              Add a metaconfig unit for fsync.
69562              
69563              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
69564              
69565              Many subdocumented return values of the IO extension now documented.
69566              ungetc and write still left subdocumented.
69567              Subject: [PATCH] (was Re: IO::Handle::ungetc)
69568              
69569              Document tell() on special streams.
69570              
69571              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
69572              
69573              Subject: [ID 20001112.007] sfio's sftell isn't ftell
69574              
69575              Couple of tests from #7660 salvaged.
69576              
69577              Tweak the definition of the bit complement on UTF-8 data:
69578              if none of the characters in the string are > 0xff,
69579              the result is a complemented byte string, not a (UTF-8)
69580              char string.  Based on the summary in
69581              Subject: Re: [ID 20000918.005] ~ on wide chars
69582              This should give us the maximum backward (pre-char string)
69583              compatibility and utf8 compatibility.  The other alternative
69584              would be to limit the bit complement to be always byte only,
69585              taking the least significant byte of the chars.
69586              
69587              Cleanup messy #ifdef.
69588              
69589              Typos in #7667.
69590              
69591              Declare reg_data like reg_substr_data.
69592              
69593              Placate nervous compilers that see longer than ints switch()ing.
69594              
69595              Remove the new two tests of lib/io_xs for now, they seem to
69596              fail under perlio on some platforms.
69597              
69598              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
69599              
69600              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
69601              
69602              Subject: tiny typo in perl5db.pl
69603              
69604              Subject: some additions for makefiles for win32 (for perl@7674)
69605              
69606              Hoist the duplicated socket/netdb include logic to perl.h;
69607              undef SETERRNO in case SOCKS has defined it.  Based on:
69608              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
69609              
69610              Regen Configure.
69611              
69612              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
69613              (a macro to define signed and unsigned integer constants).
69614              
69615              Use UINT64_C().
69616              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
69617              
69618              Use u_int32_t for the size of hash_cb(), not size_t.
69619              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
69620              
69621              Quit utf8_to_uv() instantly if curlen == 0.
69622              
69623              Subject: [PATCH: perl@7674] updates to README.os390
69624              
69625              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
69626              
69627              EBCDIC tweaks.
69628              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
69629              
69630              Linenumber fix.
69631              
69632              SOCKS has its own USE_THREADS, based on
69633              Subject: [ID 20001114.002] et. al. bugfix followup
69634              
69635              UINT64_C() work continues.
69636              
69637              Detypo.
69638              
69639              The type of the hash_cb() size argument is tricky.
69640              
69641              Add fwalk() probe to the configuration files and regen perltoc.
69642              
69643              Subject: perllocale.pod changes
69644              
69645              Avoid an infinite loop in VMS when utils scripts are run
69646              with no arguments, from Charles Lane.
69647              
69648              Subject: Re: Bug in Carp::Heavy/5.6.0?
69649              
69650              For Solaris use64bitall the stdchar needs a little bit of help.
69651              
69652              The long double hints can be here or there.
69653              
69654              Test tweak for the open pragma.
69655              
69656              Also the 64bitall hints can be either here or there.
69657              
69658              As surmised the #7719 wasn't a good move.
69659              
69660              Subject: Fix for 20000409.001
69661              
69662              Subject: Fix for 20000815.006
69663              It's really 20000518.006.
69664              
69665              Subject: [PATCH 5.6.0 README.win32] very minor typos
69666              
69667              Subject: Fix for README.amiga (20000323.033)
69668              
69669              Explain in more detail the {} syntax ambiguousity.
69670              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
69671              
69672              Sparc 64-bit pack() fix from Jens Hamisch.
69673              
69674              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
69675              
69676              Subject: podlators 1.05 available        
69677              
69678              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
69679              
69680              Subject: [perl 7711: EPOC] updates
69681              
69682              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
69683              
69684              Miraculous typo.
69685              
69686              sysseek() instead of seek().
69687              
69688              Solaris hints tweaks.
69689              
69690              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
69691              This may be overly harsh but until proven otherwise, we think this
69692              way, or until we have a simple test for Configure (having to start
69693              up servers is does not count as simple) to check for the problems.
69694              
69695              Remove the shared object before attempting to create
69696              (by linking) a new one.  E.g. in AIX not removing
69697              becomes quite painful if one tries to do more than one
69698              build in the same tree (an interrupted build, for example),
69699              since the AIX' shared dynaloader seemingly keeps the shared
69700              objects open and therefore 'busy' for quite a while, even when
69701              nobody is using the objects, leading into link failures.
69702              
69703              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
69704              
69705              Subject: DOC PATCH 5.6.0 perlreftut
69706              
69707              Subject: [PATCH: perl@7777] add system locale testing for VMS
69708              
69709              Subject: [PATCH] Test.pm POD peculiarity
69710              
69711              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
69712              
69713              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
69714              
69715              Subject: Re: perl@7777 
69716              Detypoing.
69717              
69718              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
69719              
69720              Go ahead and #include <unistd.h> in perl.h.
69721              
69722              Subject: [PATCH perl@7795] small cleanup task for test suite
69723              
69724              Subject: Re: av.c patch (having slight problems)
69725              unshift() speedup.
69726              
69727              Reach back one higher up when searching for PERL_SRC.
69728      Branch: maint-5.6/perl
69729           +> lib/File/Spec/Epoc.pm
69730           !> (integrate 88 files)
69731 ____________________________________________________________________________
69732 [  8174] By: gsar                                  on 2000/12/18  03:53:09
69733         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
69734              7625..7629,7631..7634,7637,7639,7642 from mainline
69735              
69736              Fix for the tie-refhash string table leaks.
69737              
69738              Subject: [patch perl@7595] VMS configure.com tweak
69739              
69740              More careful detection of how well NVs and UVs mix.
69741              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))
69742              Added some SIGFPE paranoia.
69743              
69744              Forgot to bump the line numbers in #7601.
69745              
69746              Subject: PATCH std stdio for (Free)BSD
69747              
69748              Deleting $ENV{PATH} in VMS is not recommendable.
69749              
69750              Locale buglets.
69751              Subject: RE: Locales support (setlocale) fixes
69752              
69753              Do not test UTF-8 locales since that the tests would require
69754              polymorphic regexen.
69755              
69756              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
69757              
69758              A missing aTHX_.
69759              
69760              Subject: [ID 20001108.013] spelling
69761              
69762              Subject: [PATCH] Class::Struct at compile time
69763              
69764              Make deleting for %ENV work for (newer versions of) VMS,
69765              from Craig A. Berry.
69766              
69767              Forgot from #7618.
69768              
69769              More VMS moves on environment handling, from Charles Lane.
69770              
69771              Remove unused extra arguments.
69772              
69773              Typo in an ifndef.
69774              Subject: Re: [PATCH 5.7.0] better messages from malloc()
69775              
69776              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
69777              All except the "cow orker" change.
69778              
69779              The generated boot_* headers are wrong.  Pickier compiler,
69780              such as KAI C++ will refuse to compile the resulting perlmain.
69781              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
69782              
69783              There's no =head3.
69784              
69785              Disable only the tests 99 and 166 for UTF-8 locales.
69786              
69787              Missing dTHXs.
69788              Subject: RE: perl@7595 builds not on cygwin
69789              
69790              Subject: Re: bash -c exit and linux hints 
69791              
69792              Various doc oddball characters.
69793              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
69794              
69795              Subject: [PATCH] IO::Seekable pod
69796              
69797              Amdahl UTS hints updates.
69798              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
69799              
69800              Explain better why certain regex tests are skipped.
69801              Subject: Re: tests skipped: unknown reason
69802              
69803              Subject: [PATCH] README.solaris
69804              
69805              Subject: [PATCH perl@7638] cygwin port
69806      Branch: maint-5.6/perl
69807           +> README.solaris
69808           !> (integrate 26 files)
69809 ____________________________________________________________________________
69810 [  8173] By: gsar                                  on 2000/12/18  03:37:02
69811         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
69812              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
69813              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
69814              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
69815              
69816              Better create a true mailing list for the repository keepers.
69817              
69818              Subject: [ID 20001027.007] uniq array in perlfaq
69819              
69820              De-quoted-unreadable to ISO Latin 1.
69821              (There's one ISO-2022-JP name in Changes5.004.)
69822              
69823              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
69824              
69825              The #7476 needs a MANIFEST change, too.
69826              
69827              Add also emailless people.
69828              
69829              UTF-8 decoder tweak.
69830              
69831              Make \x{...} consistently produce UTF-8.
69832              Subject: Re: \x{...} is confused 
69833              
69834              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
69835              
69836              Add a perlbug flag, -A, to avoid acknowledgement messages.
69837              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
69838              
69839              Use Errno magic.
69840              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
69841              
69842              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
69843              
69844              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
69845              
69846              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
69847              
69848              Be more lenient on bad UTF-8 when doing bit arithmetics.
69849              Subject: Re: [ID 20000918.005] ~ on wide chars
69850              (The ord() part of the patch skipped.)
69851              
69852              Subject: perlfaq style changes
69853              
69854              AUTHORS tweaks.
69855              
69856              Whitespace style tweak.  Was originally going to see to
69857              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
69858              but that had already been taken care of.
69859              
69860              The compiler is either gcc or cc, from Tom Bates.
69861              
69862              The osname has been lowercased by now, from Tom Bates.
69863              
69864              The NonStop-UX libraries have a novel way to say NaN.
69865              
69866              printf UVs the correct way, noticed by Robin Barker.
69867              
69868              Subject: [PATCH] startperl to respect versiononly
69869              
69870              AUTHORS updates.
69871              
69872              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
69873              
69874              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
69875              
69876              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
69877              
69878              Generalize the Camel wording.
69879              Subject: Re: perlfaq style changes
69880              
69881              Subject: [ID 20001005.006] Documentation -- description of qr//
69882              
69883              C.pm part of
69884              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
69885              
69886              Locale warning explanation tweak.
69887              
69888              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
69889              
69890              Make the POSIX::setuid and POSIX::setgid to really call setuid()
69891              and setgid() because they were just changing $< and $( which means
69892              only changing the real uid/gid, as opposed to changing both
69893              real and effective ids.  (The alternative way could have been
69894              in POSIX.pm to change $> and $), too, but making a direct call
69895              to the C API feels cleaner.)  Fixes the bug
69896              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
69897              
69898              Expand %Config variables and %ENV variables only if
69899              so requested during build time using the
69900              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
69901              Not expanding makes relocating distributions easier.
69902              
69903              More tweaking on the #7522 theme.
69904              
69905              Test::Harness revealed buglets in the new DynaLoader.
69906              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
69907              
69908              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
69909              fix a autovivification bug in Tie::RefHash, add tests for both.
69910              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
69911              
69912              Detpyo.
69913              
69914              recv() can fail and return undef.
69915              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
69916              
69917              Fix the problem discussed in
69918              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
69919              originally from Linc Madison.  Also Andreas König's comments
69920              taken into account.  Some other problems with Tie::SubstrHash
69921              fixed: didn't croak when the table exceeded the requested number
69922              of entries (as documented) but instead when the number of entries
69923              exceeded the size of the table, a croak() had an unnecessary \n,
69924              didn't have a CLEAR method, documented that there is no exists().
69925              Didn't fix to be strict-proof because the module uses &foo; and
69926              dynamic scope.  Added a test script exercizing both first tamely 
69927              the basic functionality, and then the failure cases reported by
69928              Linc Madison.
69929              
69930              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
69931              
69932              The #7521 touched things it shouldn't have.
69933              
69934              Subject: [PATCH 5.7.0] better messages from malloc()
69935              
69936              Subject: Re: README.aix
69937              
69938              Add FCNTL_CAN_LOCK.
69939              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
69940              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
69941              
69942              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
69943              create a "fast path" for locale name probing using "locale -a"
69944              if available, squash finally hopefully the s?printf resetting
69945              the numeric locale (since, IIUC perllocale, it never shouldn't). 
69946              
69947              More Changes tweakery.
69948              
69949              Dying is too strict here, better just skip.
69950              
69951              Subject: Locales support (setlocale) fixes
69952              Modified quite a bit to be more portable.
69953              
69954              Configure would use a bad $myuname from an old config.sh.
69955              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
69956              
69957              Fix for
69958              Subject: [ID 20001004.006] undef is never tainted
69959              An undef read from a slurped file was not tainted.
69960              
69961              Fix for
69962              Subject: [ID 20001004.007] taint propogation is inconsistent
69963              The culprit was sv_setsv() which was rather blindly
69964              propagating taint, which lead to behaviour where if
69965              a tainted anon hash value was seen all the hash values
69966              from then on at that level became tainted, or at any
69967              upper levels in the case of nested anon hashes.
69968              
69969              Test tweak: show also the failed locales.
69970              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
69971              
69972              A fix of sorts for 20000329.026, a better error message
69973              for a missing "use charnames" when using the \N{...}. 
69974              
69975              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
69976              
69977              Add =pod to be tidy.
69978              
69979              Fix for bug id 19990615.008, pos() unset during s///ge.
69980              
69981              Add a note for future generations about bug id 20000229.006.
69982              
69983              Use -dM for gcc (the suggested patch did it only for Linux,
69984              but I think it can be generalized).
69985              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
69986              
69987              opmini.o can linger from Configures past.
69988              
69989              Document that the evaled syntax errors cause scalar leaks.
69990              
69991              Fix for
69992              Subject: [ID 20000728.005] perl -P broken
69993              (hopefully).  The fix is also not complete, it seems to break
69994              BOM swallowing for libc5 systems, but until someone figures
69995              out a way to do this without ftell(), this will do.
69996              
69997              AUTHORS updates.
69998              
69999              Subject: Re: rsync'ed patches vs. rsync'ed source
70000              
70001              Admit that the test leaks scalars.
70002              
70003              Sanitize the environment further.
70004              
70005              VOS updates from Paul Green.
70006              
70007              Document %ENV = () portability issues.
70008              
70009              Make the stdio test program of 7427 less noisy while being 
70010              compiled so that Digital UNIX wouldn't get both
70011              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70012              undefined.  This makes perlio happy.
70013              
70014              glibc5 detection by __GNU_LIBRARY__.
70015              
70016              %ENV note tweaks from Dan Sugalski.
70017              
70018              Varargs don't always work too well if one puts an unsigned
70019              char on the stack and pop an unsigned quad off the stack.
70020              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70021              
70022              Subject: Pod updates
70023              
70024              Fake support of holey files in win/dosish platforms.
70025              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70026              
70027              A doc addition for bug id 20001105.019, beware \p.
70028              
70029              Tweak #7587.
70030              
70031              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
70032              
70033              perlhack updates from H.Merijn Brand.
70034              
70035              Subject: [PATCH perl@7573] cygwin port
70036              Synchronize with Cygwin 1.1.5.
70037              
70038              Bad thinko in #7581 (I used the test program with the expanded
70039              values as-is).
70040              
70041              Make perlbug not insist on dumping to a file when stdout isn't a tty.
70042              Subject: [PATCH] perlbug.PL
70043              
70044              Overrideable keys, each, pop, push, shift, splice, unshift.
70045              Subject: [PATCH] prototyped functions that should be overrideable
70046              
70047              Try to avoid flockless and emulationless places.
70048      Branch: maint-5.6/perl
70049           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
70050            - MAINTAIN
70051           !> (integrate 111 files)
70052 ____________________________________________________________________________
70053 [  8172] By: jhi                                   on 2000/12/18  02:49:27
70054         Log: Regen pods.
70055      Branch: perl
70056            ! pod/perlmodlib.pod pod/perltoc.pod
70057 ____________________________________________________________________________
70058 [  8171] By: gsar                                  on 2000/12/18  02:49:24
70059         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
70060              7465..7471 from mainline
70061              
70062              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
70063              in platforms that strictly require all the symbols being present
70064              at link time.
70065              
70066              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
70067              
70068              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
70069              
70070              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
70071              
70072              Subject: [PATCH] todo
70073              
70074              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
70075              
70076              Use $sort, $uniq (and $tr) consistently as wondered
70077              by Nicholas Clark.
70078              
70079              Too enthusiastic editing in #7460.
70080              
70081              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
70082              
70083              Upgrade to CPAN 1.58_55.
70084              Subject: CPAN.pm status
70085              
70086              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
70087              
70088              Make target reordering to avoid pointless re-makes.
70089              Subject: Re: Total re-make of 'make okfile' after 7451 ?
70090              
70091              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
70092              
70093              Subject: DOC PATCH 5.6.0
70094              
70095              Add the repository doc by Malcolm, Sarathy, and by Simon,
70096              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
70097      Branch: maint-5.6/perl
70098           +> Porting/repository.pod
70099           !> Configure MANIFEST Makefile.SH README.dos README.os2
70100           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
70101           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
70102           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
70103 ____________________________________________________________________________
70104 [  8169] By: gsar                                  on 2000/12/18  02:33:34
70105         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
70106              7435..7441,7445 from mainline
70107              
70108              Make the UTF-8 decoding stricter and more verbose when
70109              malformation happens.  This involved adding an argument
70110              to utf8_to_uv_chk(), which involved changing its prototype,
70111              and prefer STRLEN over I32 for the UTF-8 length, which as
70112              a domino effect necessitated changing the prototypes of
70113              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
70114              The stricter UTF-8 decoding checking uses Markus Kuhn's
70115              UTF-8 Decode Stress Tester from
70116              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
70117              
70118              Run vms/vms_yfix.pl, should have done that after changing
70119              perly.c in #7382.
70120              
70121              Subject: [PATCH 5.7.0] static linking with uninstalled perl
70122              
70123              (Replaced by #7440.)
70124              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
70125              
70126              Fix the bug ID 20001024.005, the bug introduced by #7416.
70127              
70128              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
70129              
70130              Fix the bug reported in
70131              From: andreas.koenig@anima.de (Andreas J. Koenig)
70132              Also make is_utf8_char() stricter.
70133              
70134              Missed the header file changes from #7425.
70135              
70136              Check if stdio supports tweaking lval and cnt simultaneously.
70137              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
70138              
70139              Stratus VOS updates from Paul Green.
70140              
70141              Podify README.epoc and README.vos.
70142              
70143              Add targets to Makefile.SH, most importantly
70144              'regen_all' which also remembers to update vms/perly*.
70145              
70146              Subject: Minor update to find2perl, for portability
70147              
70148              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
70149              
70150              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
70151              
70152              Rename UTF8LEN() to be UNISKIP(), too confusing to have
70153              UTF8LEN() and UTF8SKIP(). 
70154              
70155              Allow poking holes at the UTF-8 decoding strictness.
70156              
70157              Continue the internal UTF-8 API tweaking.
70158              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
70159              used much more than the simpler API, now called utf8_to_uv_simple().
70160              Still not quite happy with API, too much partial duplication
70161              of functionality.
70162              
70163              A new version of making the syslog test more robust.
70164              (Replaces #7421.)
70165              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
70166              
70167              buildtoc target tweaks.
70168              
70169              Integrate with vmsperl #7430 by Charles Bailey:
70170              
70171              Cleanup from prior patch (Charles Lane?):
70172              - improve handling of MFDs in Basename and Path
70173              - default to no xsubpp line # munging when building debug images
70174      Branch: maint-5.6/perl
70175           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70176           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
70177           !> (integrate 67 files)
70178 ____________________________________________________________________________
70179 [  8168] By: gsar                                  on 2000/12/18  02:05:49
70180         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
70181              
70182              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
70183              From: Martin Husemann <martin@duskware.de>
70184              
70185              Subject: [PATCH 5.7.0] restore match data on backtracing
70186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70187      Branch: maint-5.6/perl
70188           !> regcomp.c regexec.c t/op/re_tests
70189 ____________________________________________________________________________
70190 [  8167] By: gsar                                  on 2000/12/18  01:55:22
70191         Log: integrate changes#7858,7986 from mainline
70192              
70193              C<foreach my $x ...> in pseudo-fork()ed process may diddle
70194              parent's memory; fix it by keeping track of the actual pad
70195              offset rather than a raw pointer (this change is probably also
70196              relevant to non-ithreads case to avoid fallout from reallocs of
70197              the pad array, but is currently only enabled for the ithreads
70198              case in the interests of minimal disruption to existing "well
70199              tested" code)
70200              
70201              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
70202              due to the notorious GetFileType() bug in Windows 9x, which fstat()
70203              tickles)
70204      Branch: maint-5.6/perl
70205           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
70206           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
70207           !> win32/win32.c win32/win32.h win32/win32sck.c
70208 ____________________________________________________________________________
70209 [  8166] By: gsar                                  on 2000/12/18  01:52:59
70210         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
70211              from mainline (xsubpp and ExtUtils::LibList fixups, various
70212              other small items)
70213              
70214              The generated boot_* headers are wrong.  Pickier compiler,
70215              such as KAI C++ will refuse to compile the resulting perlmain.
70216              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70217              
70218              Various doc oddball characters.
70219              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70220              
70221              Subject: [PATCH] Re: 20001101.003 PDL
70222              
70223              Subject: [PATCH 5.7.0] etags broken again
70224              
70225              Subject: [PATCH 5.7.0] Liblist finally works
70226              
70227              Subject: [PATCH 5.7.0] Liblist returns found libraries
70228              
70229              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
70230              
70231              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
70232              
70233              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
70234              OUT keyword nits.
70235              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
70236              OUT and IN_OUT documentation.
70237      Branch: maint-5.6/perl
70238           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
70239           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
70240           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
70241           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
70242           !> win32/bin/search.pl
70243 ____________________________________________________________________________
70244 [  8165] By: gsar                                  on 2000/12/18  01:28:45
70245         Log: integrate changes#7533,7563,7611,7623 from mainline (various
70246              malloc.c embellishments)
70247      Branch: maint-5.6/perl
70248           !> malloc.c pod/perldiag.pod
70249 ____________________________________________________________________________
70250 [  8164] By: gsar                                  on 2000/12/18  01:23:33
70251         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
70252              fixups)
70253      Branch: maint-5.6/perl
70254           !> utils/h2xs.PL
70255 ____________________________________________________________________________
70256 [  8163] By: gsar                                  on 2000/12/18  01:17:50
70257         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
70258              fixups)
70259      Branch: maint-5.6/perl
70260           !> Makefile.SH utils/perlbug.PL
70261 ____________________________________________________________________________
70262 [  8162] By: gsar                                  on 2000/12/18  00:25:43
70263         Log: always export Perl_deb() (it is required by re.xs whether
70264              Perl is built with or without -DDEBUGGING)
70265      Branch: maint-5.6/perl
70266            ! makedef.pl
70267 ____________________________________________________________________________
70268 [  8161] By: gsar                                  on 2000/12/18  00:23:38
70269         Log: integrate change#7414 from mainline
70270              
70271              Undo the basename() part of #7412 since the lib/basename
70272              tests would need upgrading too.
70273              
70274              squelch two tests in tr.t that rely on tr/// paranoia change
70275              that's not in 5.6.x
70276      Branch: maint-5.6/perl
70277            ! t/op/tr.t
70278           !> lib/File/Basename.pm
70279 ____________________________________________________________________________
70280 [  8160] By: gsar                                  on 2000/12/18  00:05:30
70281         Log: missing change in previous integrate
70282      Branch: maint-5.6/perl
70283           !> README.aix
70284 ____________________________________________________________________________
70285 [  8159] By: gsar                                  on 2000/12/18  00:03:38
70286         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
70287              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
70288              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
70289              7410..7413 from mainline
70290              
70291              Introduce the man[24-8] variables, from Andy Dougherty.
70292              
70293              Upgrade to CPAN 1.58, from Andreas König.
70294              
70295              An updated EBCDIC tr patch.
70296              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
70297              
70298              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
70299              
70300              Two thirds of
70301              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70302              The Install.pm changes will be submitted separately because
70303              they need some work and discussion still.
70304              
70305              The Install.pm third of
70306              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70307              
70308              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
70309              
70310              Subject: [PATCH 5.7.0] IVs in mtats
70311              
70312              Subject: [PATCH 5.7.0] Perl API for mstats
70313              
70314              Ilya implemented the memory profiling API.
70315              
70316              In Amdahl UTS "struct sv" is defined by a system header,
70317              <ksync.h>.
70318              
70319              Slight tweak of the code to appease Amdahl UTS cc.
70320              
70321              Amdahl UTS doesn't seem to do dynaloading.
70322              
70323              Use UTF8SKIP(), from Simon Cozens.
70324              
70325              Thinko in #7222.
70326              
70327              op/sprintf.t patch for OS/390 (and any other host with limited
70328              floating-point exponent length)
70329              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
70330              
70331              Tweak #7225.
70332              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
70333              
70334              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
70335              
70336              Needs to be conditional on SunOS 4.
70337              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
70338              
70339              Test cases for bug id 20000323.056 (the bug seems to be fixed).
70340              
70341              Add test for bug id 20000427.003 (which seems to have
70342              been fixed) (also duplicate as 20000427.004, though
70343              with a higher severity).  Move one utf8 from op/append
70344              to pragma/utf8, tag the tests with bug ids.
70345              
70346              Document FNCASE=y as discussed in the bug 20000902.009.
70347              
70348              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
70349              The problem was that rx->minlen was in chars while pp_split()
70350              thought it would be in bytes. 
70351              
70352              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
70353              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
70354              
70355              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
70356              
70357              Fix a couple of compiler-noted nits in #7235.
70358              
70359              Tweak the test of #7235.
70360              
70361              One more ~utf8 tweak.
70362              
70363              -w cleanup.
70364              Subject: Re: Problems with bleadperl 
70365              
70366              Subject: small pod patch
70367              
70368              Subject: [PATCH perlguts.pod] Document offset hack
70369              
70370              Add Charles Lane.
70371              
70372              Add the capability to include/exclude branches.
70373              
70374              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
70375              
70376              Detect early whether the std streams have gone bad.
70377              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
70378              
70379              More IoTYPE sprinkling.
70380              
70381              Workaround for a sfio bug where the stream error indicator
70382              is not cleared as documented.
70383              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
70384              
70385              Clarify documentation on 'use bytes'.
70386              Subject: Re: What does 'use bytes' "mean" ?
70387              
70388              Show the failed remote port, instead of the failing line number.
70389              Subject: [PATCH 5.6.1 Debugger] More diagnostics
70390              
70391              Make Cwd more bulletproof in chrooted environments.
70392              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
70393              
70394              Subject: Pod patch for Devel::Peek
70395              
70396              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
70397              
70398              Borland C fstat() never saw the fd as writable.
70399              Subject: fix for Borland's weak "stat" (perl@7211)
70400              
70401              Missing change from #7362.
70402              
70403              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
70404              
70405              Add the test case for the bug id 20000730.004 which seems
70406              to have been fixed by now.
70407              
70408              Fix of sorts for bug id 20000901.092.  There seems to be no trace
70409              of a 'pmshort' anywhere in the B, so the offending line was simply
70410              removed.
70411              
70412              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
70413              
70414              Subject: PATCH do_print has 2 PerlIO_error()s
70415              
70416              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
70417              
70418              Typo noted by Mark Lutz.
70419              
70420              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
70421              
70422              In the latest compiler builds cccdlflags must not become -fpic,
70423              from Wilfredo Sánchez.
70424              
70425              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
70426              
70427              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
70428              
70429              SOCKS function redefinitions need prototypes, too, otherwise
70430              for example 32 bit versus 64 bit differences cause a lot of
70431              problems.  Part of
70432              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
70433              
70434              Portability tweak on #7377.
70435              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
70436              
70437              Don't write double values through long double pointers,
70438              based on a part of
70439              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
70440              
70441              Reëntrancy fix.
70442              Subject: [PATCH perl@7229] Rentrant parser and yylex()
70443              
70444              Make scan_num() reëntrant, as suggested in
70445              Subject: [PATCH perl@7229] Rentrant parser and yylex()
70446              
70447              Fix for ID 20001020.006, concatenating an unset submatch
70448              with utf8 resulted in "Modification of a read-only value".
70449              
70450              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
70451              
70452              The #7383 was right only in the context of the original bug report,
70453              not in more general case.
70454              
70455              Update Changes.
70456              
70457              Testcases for a #7383,#7385 related bug.
70458              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
70459              
70460              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
70461              
70462              Tweak the Is* definitions of Unicode character classes
70463              to better match the official categorizations; embrace
70464              the official categorizations; add the combining marks
70465              as alpha (and -numeric); fix DCinital (a typo and edito)
70466              to be DCmedial.
70467              
70468              Hints tweak from Anton Berezin.
70469              
70470              Subject: installman go-faster stripes
70471              Subject: Re: installman go-faster stripes
70472              
70473              Subject: [ID 20001021.003] updated hints/openbsd.sh
70474              
70475              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
70476              
70477              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
70478              
70479              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
70480              
70481              Doc patch.
70482              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
70483              
70484              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
70485              
70486              Subject: Re: [ID 20001021.005] SEGV with regex match 
70487              
70488              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
70489              
70490              The change #7187 was not so good on VMS.
70491              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
70492              
70493              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
70494              
70495              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
70496              
70497              Document PERL_INSTALL_ROOT of #7210.
70498      Branch: maint-5.6/perl
70499           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
70500           +> t/lib/tie-splice.t
70501            - lib/unicode/Is/DCinital.pl
70502           !> (integrate 112 files)
70503 ____________________________________________________________________________
70504 [  8158] By: jhi                                   on 2000/12/17  23:04:24
70505         Log: Subject: [PATCHES] RE: perl@8150 
70506              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
70507              Date: Sun, 17 Dec 2000 21:46:39 +0100
70508              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
70509              
70510              Neither cygwin has a getpwuid() one can trust on.
70511      Branch: perl
70512            ! t/lib/glob-basic.t
70513 ____________________________________________________________________________
70514 [  8157] By: jhi                                   on 2000/12/17  23:01:54
70515         Log: More MAN.PODS => {} fixes.
70516      Branch: perl
70517            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
70518            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
70519            ! os2/OS2/REXX/Makefile.PL
70520 ____________________________________________________________________________
70521 [  8156] By: gsar                                  on 2000/12/17  22:49:13
70522         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
70523              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
70524              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
70525              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
70526              7201,7204 from mainline
70527              
70528              Remove vestiges of tr//CU.
70529              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70530              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70531              
70532              The return value of setlocale must be copied away.
70533              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
70534              
70535              Allow chop() and chomp() to be overridden.
70536              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
70537              
70538              Hints optimization.
70539              Subject: Minor nit
70540              
70541              Subject: [PATCH] de-wall t/README
70542              
70543              Subject: Re: Two advertising clauses need to be removed
70544              
70545              Batch of UTF-8 patches from Simon Cozens.
70546              
70547              Fix for a parsing bug, not for the original bug.
70548              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
70549              
70550              Compilation warnings and an error.
70551              
70552              Subject: File::Find 5.7.0 POD nits
70553              
70554              Subject: [PATCH perl-5.7.0] continued -Wformat support
70555              
70556              The one that got away.
70557              
70558              Subject: Re: perl@7078
70559              
70560              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
70561              convertable to bytes by checking it doesn't go above 0xc3
70562              Subject: Re: perl@7078
70563              
70564              Replace #7084 with
70565              Subject: Re: perl@7078 
70566              
70567              We don't need to count the high bit bytes, a boolean is enough. 
70568              
70569              Subject: [PATCH] utf8.c apidoc
70570              
70571              Subject: Re: perl@7078 
70572              
70573              Botched the #7090 check-in.
70574              
70575              Fix for the charnames.t failures from Spider Boardman.
70576              
70577              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
70578              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
70579              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
70580              0 to checking to get the warning.
70581              
70582              Subject: [PATCH] Nits in perlmod.pod
70583              
70584              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
70585              
70586              Subject: Re: unicode support and perl [ID 20000901.097]
70587              
70588              Subject: Re: unicode support and perl [ID 20000901.097]
70589              
70590              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
70591              
70592              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
70593              
70594              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
70595              
70596              Subject: [PATCH@blead] Fix some recursion in overload.pm
70597              
70598              s/Robin Parker/Robin Barker/
70599              
70600              Subject: [PATCH] Fix aliasing of tied filehandles
70601              
70602              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
70603              
70604              Subject: Re: [PATCH 5.005_64 missed]
70605              
70606              SOCK_DGRAM and listen() do not mix as reported in
70607              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
70608              The patch for 5.7.0+ had to be reengineered, though.
70609              
70610              Subject: DOC PATCH 5.6.0
70611              
70612              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
70613              
70614              Document the issue (is not a syntax error, kind of)
70615              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
70616              
70617              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
70618              Did not apply cleanly, manual intervention was needed.
70619              
70620              Subject: [PATCH] DLL not restartabke with threaded perl
70621              
70622              Inside require() $^S was always left undefined.
70623              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
70624              
70625              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
70626              
70627              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
70628              
70629              Regen headers.
70630              
70631              Subject: [PATCH 5.7.0] Epoc update
70632              
70633              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
70634              as suggested by Olaf Flebbe and Nick Clark.
70635              
70636              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
70637              
70638              Misplaced else.
70639              
70640              Scale down the VMS message boxes, by Charles Lane.
70641              Fix for ID 20000903.009, workaround at
70642              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
70643              
70644              Subject: [ID 20001003.006] B::Debug not -w clean
70645              
70646              Test harness update to sync with the new perlcc,
70647              from Simon Cozens.
70648              
70649              One remaining nit less at the VMS mailbox sizing.
70650              
70651              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
70652              
70653              It is possible to have no hosts database at all.  Pointed out in
70654              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
70655              
70656              Subject: [PATCH 5.7.0] h2xs not working
70657              Subject: [PATCH 5.7.0] h2xs not documenting the created module
70658              
70659              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
70660              
70661              Subject: perlhack.pod Patch for Externals Tools
70662              
70663              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
70664              
70665              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
70666              
70667              Enable disabling scripts installation by Configure -Uinstallscripts,
70668              suggested by H. Merijn Brand.
70669              
70670              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
70671              reported several times by Dominic Dunlop, for example in
70672              ID 20000315.008.  Patch from Dominic.  Patch affects at
70673              least MachTen, and possibly other oldish BSDs. Should not
70674              break non-broken platforms (tested on LinuxPPC). 
70675              
70676              Regen toc.
70677              
70678              Subject: Re: Questions about Tie::Array and perl modules
70679              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
70680              
70681              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
70682              
70683              Tweak #7153.
70684              
70685              IO::Handle->syswrite() did not handle length omission
70686              like CORE::syswrite() does.
70687              Subject: [Fwd] IO::Handle, syswrite and arguments
70688              The original patch from andrew@ugh.net.au.
70689              
70690              Also the $ccflags is needed for the C compiler check.
70691              Subject: Configure (check for C-compiler)
70692              
70693              Eliminate $Is_VMS code from the test.
70694              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
70695              
70696              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
70697              as the first option of cc/ld because of ultrapicky compilers
70698              (e.g. OS/390 R2.5)
70699              
70700              Change the version number of Tie::Handle in the core to 4.0,
70701              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
70702              Subject: Note on Tie::Handle
70703              
70704              UTF8ize split() so that the cloned substrings get the UTF8
70705              flag of the original scalar.  Problem reported by Simon Cozens.
70706              
70707              save_re_context() could reset PL_curcop to freed memory, causing core
70708              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
70709              
70710              Subject: PATCH 5.6 perldebguts grammar cleanup
70711              
70712              Add a todo note about overloadable assertions.
70713              
70714              on Windows, LoadLibrary() could load an extension DLL multiple
70715              times if forward slashes are used in the path
70716              
70717              on Windows, cwd strings in the environment should be of the
70718              form =X:=X:\foo instead of =X=X:\foo\
70719              
70720              on Windows, avoid potential exception (could happen if MSVCRT isn't
70721              being used) when closing a socket handle
70722              
70723              avoid nonportable example code
70724              
70725              Windows9x doesn't support link(), despite what Config.pm
70726              might think
70727              
70728              pod nit
70729              
70730              Change #7160 had a nasty typo.
70731              
70732              Warn about unknown scripts.
70733              Subject: Re: ideas? patches? [PATCH bleadperl]
70734              
70735              on Windows, clean targets might not work under some flavors of the shell
70736              
70737              tweak for change#7173
70738              
70739              Make eq work again with utf8 (disabling the upgrading
70740              should no more be necessary since the copies of the
70741              scalars are upgraded, not the scalars themselves).
70742              Takes care of ID 20001009.001.  (The claimed length()
70743              bug in 20001009.001 seems bogus to me.)
70744              
70745              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
70746              
70747              Upgrade to CGI.pm 2.74, from Lincoln Stein.
70748              
70749              Upgrade to podlators 1.04, from Russ Allbery.
70750              
70751              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
70752              
70753              Quote the temp file name, needed in Win32 because the
70754              default name unfortunately contains spaces, shouldn't
70755              hurt elsewhere.
70756              Subject: FW: perldoc fails if $TEMP contains spaces
70757              
70758              Subject: RE: [ID 19990803.001] README.win32 suggestions 
70759              
70760              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
70761              
70762              Subject: Re: utf8 concat, mg_get
70763              
70764              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
70765              
70766              Subject: [PATCH: perl@7181] op/tr tests on OS/390
70767              
70768              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
70769              
70770              Use the versiononly instead of the installscripts,
70771              retract the changes 7146 and 7147.
70772              
70773              Reapply Andy's patch and regen Configure.
70774              
70775              Add the test case for #7190, from the original bug report
70776              by Andreas König.
70777              
70778              Remove duplicated code.
70779              
70780              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
70781              
70782              restore change#7202
70783      Branch: maint-5.6/perl
70784           !> (integrate 121 files)
70785 ____________________________________________________________________________
70786 [  8155] By: jhi                                   on 2000/12/17  22:30:58
70787         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
70788              From: "Craig A. Berry" <craigberry@mac.com>
70789              Date: Sun, 17 Dec 2000 13:09:28 -0600
70790              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
70791              
70792              MAN.PODS => ' ' is naughty.
70793      Branch: perl
70794            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
70795 ____________________________________________________________________________
70796 [  8154] By: nick                                  on 2000/12/17  22:07:13
70797         Log: MULTIPLICITY nit.
70798      Branch: perl
70799            ! mg.c
70800 ____________________________________________________________________________
70801 [  8153] By: gsar                                  on 2000/12/17  21:23:05
70802         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
70803              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
70804              from mainline
70805              
70806              Document the SvIOK_.*UV().
70807              
70808              Update Unicode todo list.
70809              
70810              Guard against bad string->int conversion for quads.
70811              
70812              Subject: small apidoc fix
70813              
70814              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
70815              
70816              Subject: [PATCH] Tied filehandle documentation
70817              
70818              Subject: [PATCH] Modernize Opcode.pm documentation
70819              
70820              Make Data::Dumper (non-XS) to work with changed semantics of ref().
70821              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
70822              [applied even though said semantics didn't change in 5.6.x]
70823              
70824              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
70825              
70826              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
70827              
70828              Fix the URL, but the server is still missing in action.
70829              Subject: [ID 20000905.002] perlfaq1.pod URL error
70830              
70831              Subject: [ID 20000903.001] \w in utf8-strings
70832              
70833              Fix the ccversion detection for 5.1 and beyond.
70834              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
70835              
70836              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
70837              
70838              Subject: [ID 20000904.008] Tiny fix for perldiag
70839              
70840              Subject: Re: [ID 20000906.004] segfault with bad perl statement
70841              
70842              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
70843              
70844              Subject: [ID 20000908.002] perlipc documentation bug.
70845              
70846              Subject: [PATCH lib/Benchmark.pm]
70847              
70848              Re-allow vec() for characters > 255.
70849              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
70850              
70851              Do away with memory models cruft.  Sorry, PDP users.
70852              
70853              Continue #7041.
70854              
70855              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
70856              
70857              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
70858              
70859              Upgrade to CPAN 1.57_65, from Andreas König.
70860              
70861              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
70862              by Russ Allbery.
70863              
70864              Silence t/pod/*.t about alternate quote-mappings now implemented
70865              by Pod::Text, from Brad Appleton.
70866              
70867              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
70868              Subject: borland C++ win32.c tweak
70869              
70870              C<@a = @b = split(...)> optimization coredumps under ithreads
70871              (missed a spot when fixing up op_pmreplroot hack for ithreads)
70872              
70873              Document the SvUTF8*().
70874              
70875              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
70876              
70877              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
70878              
70879              Do in VMS as the #7054 does.
70880              
70881              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
70882              
70883              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
70884              
70885              Subject: [patch: perl@7045] vms updates
70886              
70887              Test for the #7049.
70888              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
70889              
70890              Break up the myconfig lines a bit.
70891              Subject: perlbug/perl -V output format
70892              
70893              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
70894              
70895              The #7054 truncated Configure badly.
70896              
70897              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
70898              initialization in all the threads on Windows
70899              
70900              Allow for whitespace between "#" and "line" in cpp output.
70901              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
70902              
70903              Remove vestiges of tr//CU.
70904              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70905              
70906              The return value of setlocale must be copied away.
70907              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
70908              
70909              Allow chop() and chomp() to be overridden.
70910              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
70911              
70912              Hints optimization.
70913              Subject: Minor nit
70914              
70915              Subject: [PATCH] de-wall t/README
70916              
70917              Subject: Re: Two advertising clauses need to be removed
70918      Branch: maint-5.6/perl
70919           !> (integrate 75 files)
70920 ____________________________________________________________________________
70921 [  8152] By: gsar                                  on 2000/12/17  20:30:11
70922         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
70923              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
70924              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
70925              
70926              Don't attach -ld to the archname if pointless.
70927              
70928              Document UNTIE in a very minimalistic way.
70929              
70930              POSIX doesn't report long double values under -Duselongdouble
70931              when the long doubles are "real" (bigger than doubles).
70932              
70933              More author updates.
70934              
70935              Try to deduce NV_MAX.  Really should be Configure fodder.
70936              
70937              :: not allowed in pathnames, change to .
70938              Subject: [PATCH perl@6938] cygwin port
70939              
70940              Forget about NV_MAX (#6951).  Various floating point tweaks,
70941              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
70942              
70943              Move the Solaris 7 scan to use64bitall, make the
70944              failure to find 64-bot sparc libc to mention the
70945              possibility of being in an intel, from Lupe and Alan.
70946              
70947              Regen perltoc.
70948              
70949              AUTHORS tweaks, from Peter Prymmer.
70950              
70951              More address tweaking.
70952              
70953              Small tweaks all over.
70954              
70955              File::Temp patches from Andreas König,
70956              
70957              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
70958              
70959              Subject: CPAN.pm beta 1.57_57 for the core
70960              
70961              Part of the solution.
70962              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
70963              
70964              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
70965              
70966              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70967              
70968              Add the overload warnings to perldiag.
70969              
70970              Drop unused argument.
70971              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
70972              
70973              Subject: Nit in Configure (bleadperl@6961)
70974              
70975              Update to PodParser 1.18, from Brad Appleton.
70976              
70977              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
70978              
70979              Subject: [PATCH: 6948] add SCNfldbl to configure.com
70980              
70981              Document UNTIE. Also tweak implementation to suppress the 'inner references'
70982              warning when UNTIE exists and instead pass the cound of extra references to
70983              the UNTIE method.
70984              
70985              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
70986              so that case-ignoring systems like DCL can tell them from
70987              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
70988              
70989              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70990              
70991              Feature ordering tweak.
70992              
70993              Regen perltoc.
70994              
70995              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
70996              
70997              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
70998              
70999              Subject: http:// in L<>
71000              
71001              Detypo.
71002              
71003              change#6791 accidentally clobbered change#6710, put it back
71004              
71005              Only the first line, thank you very much.
71006              
71007              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
71008              plus rework the http: spots as suggested by Tom Christiansen,
71009              plus regen perltoc.
71010              
71011              Undo part of change 6489 which looks like a bulk edit which
71012              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
71013              The supressing of main:: on return from select() is undesirable.
71014              
71015              Apparently avoiding the swapping is too costly.
71016              
71017              Various Configure nits by Philip Newton,
71018              plus the ebcdic one by me.
71019              
71020              Make certain cc is set before trying to run it.
71021              
71022              If overloaded %{} etc. return the object do not loop.
71023              Thus  sub deref { $_[0] } functions if object is wanted type.
71024              
71025              Update perlhist.
71026              
71027              More %{} and other deref special casing - do not pass to 'nomethod'.
71028      Branch: maint-5.6/perl
71029           !> (integrate 59 files)
71030 ____________________________________________________________________________
71031 [  8151] By: gsar                                  on 2000/12/17  19:14:38
71032         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
71033              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
71034              
71035              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
71036              
71037              Make the epsilon to be relative, not absolute.
71038              
71039              Put back the flags dump as reasoned in
71040              Subject: Re: [PATCH] Glob dumping
71041              
71042              Introduce ccname to keep track of what compiler kind of we have.
71043              
71044              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
71045              
71046              Put back the slice accidentally removed by #6907.
71047              
71048              Reset archname and archname64 always, forcing them be
71049              recomputed at each Configure run, make Configure and
71050              the hints files agree on the naming of largefiles variables.
71051              
71052              Don't say "Perl 5.0 source kit".
71053              
71054              Subject: [PATCH] fix misc cast warnings
71055              
71056              Subject: typos in pods
71057              
71058              NVs not necessarily doubles, as pointed out by Yitzchak.
71059              
71060              Subject: [PATCH 6889] add a few ldbl formats to configure.com
71061              
71062              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
71063              
71064              Better options for rsync.
71065              
71066              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
71067              
71068              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
71069              
71070              Subject: [PATCH] Re: UNTIE method 
71071              
71072              A better fix for the Socket building problem from Craig Berry.
71073              
71074              Retract the dummy test, skip the security tests (instead of failing),
71075              explain what the warnings mean.
71076              
71077              Heap decorruption.
71078              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
71079              
71080              Update to Unicode 3.0.1.
71081              
71082              Missed one Unicode file.
71083              
71084              Subject: Re: typos in pods
71085              
71086              The #6929 was too skimpy.
71087              
71088              sscanf() may be the only way to read long doubles from strings.
71089              
71090              Reveal Borland's isnan.
71091              Subject: build with BC++ tweak
71092              
71093              Issue useful diagnostic on unknown pod commands.
71094              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
71095              
71096              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
71097              
71098              Clarify the third case of ftmp-security warnings.
71099              
71100              Make -Dusemorebits find long doubles in Solaris.
71101              
71102              Wrap the test in eval.
71103      Branch: maint-5.6/perl
71104           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
71105           +> lib/unicode/PropList.txt lib/unicode/README.perl
71106           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
71107           +> lib/unicode/Unicode.301 vms/vmspipe.com
71108            - lib/unicode/Props.txt lib/unicode/UCD300.html
71109            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
71110           !> (integrate 305 files)
71111 ____________________________________________________________________________
71112 [  8150] By: jhi                                   on 2000/12/17  18:47:57
71113         Log: Uncheckedin generated files.
71114      Branch: perl
71115            ! global.sym perlapi.c pod/perlapi.pod
71116 ____________________________________________________________________________
71117 [  8149] By: jhi                                   on 2000/12/17  18:41:22
71118         Log: Update Changes.
71119      Branch: perl
71120            ! Changes patchlevel.h
71121 ____________________________________________________________________________
71122 [  8148] By: jhi                                   on 2000/12/17  18:39:16
71123         Log: Subject: [PATCH] Fcntl constants speedup
71124              From: Nicholas Clark <nick@ccl4.org>
71125              Date: Sun, 17 Dec 2000 16:29:24 +0000
71126              Message-ID: <20001217162924.E97668@plum.flirble.org>
71127              
71128              Use IVs for the Fcntl constants instead of NVs.
71129      Branch: perl
71130            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
71131 ____________________________________________________________________________
71132 [  8147] By: jhi                                   on 2000/12/17  18:33:41
71133         Log: Add test for #8145 (binmode() warning), add warning for
71134              ioctl() and sockpair(), document them. (fileno() cannot
71135              be tripwired with the same kind of warning because
71136              'defined fileno($foo)' seems to be an idiom.)
71137      Branch: perl
71138            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
71139 ____________________________________________________________________________
71140 [  8146] By: gsar                                  on 2000/12/17  18:09:08
71141         Log: update Changes
71142      Branch: maint-5.6/perl
71143            ! Changes
71144 ____________________________________________________________________________
71145 [  8145] By: jhi                                   on 2000/12/17  17:39:35
71146         Log: Subject: [PATCH] Re: The long awaited feature ...
71147              From: Simon Cozens <simon@cozens.net>
71148              Date: Sun, 17 Dec 2000 12:31:56 +0000
71149              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
71150              
71151              Add a warning to binmode() about using bad filehandles
71152              (can happen e.g. if someone forgets the filehandle argument)
71153      Branch: perl
71154            ! pp_sys.c
71155 ____________________________________________________________________________
71156 [  8144] By: jhi                                   on 2000/12/17  17:33:48
71157         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
71158              From: Jonathan Stowe <gellyfish@gellyfish.com>
71159              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
71160              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
71161      Branch: perl
71162            ! lib/Net/Ping.pm
71163 ____________________________________________________________________________
71164 [  8143] By: jhi                                   on 2000/12/17  05:31:37
71165         Log: Polymorphic regexps.
71166              
71167              Fixes at least the bugs 20001028.003 (both of them...) and
71168              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
71169              also to be fixed by now, probably already before this patch.
71170      Branch: perl
71171            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
71172            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
71173            ! t/op/utf8decode.t t/pragma/utf8.t
71174 ____________________________________________________________________________
71175 [  8142] By: jhi                                   on 2000/12/16  17:16:05
71176         Log: Subject: [patch perl@8102] dos/djgpp update
71177              From: Laszlo Molnar <ml1050@freemail.hu>
71178              Date: Sat, 16 Dec 2000 01:40:52 +0100
71179              Message-ID: <20001216014052.A335@freemail.hu>
71180      Branch: perl
71181            ! djgpp/config.over t/base/commonsense.t
71182 ____________________________________________________________________________
71183 [  8141] By: jhi                                   on 2000/12/16  17:09:27
71184         Log: Few uncheckedin files.
71185      Branch: perl
71186            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
71187 ____________________________________________________________________________
71188 [  8140] By: nick                                  on 2000/12/15  22:14:31
71189         Log: Integrate mainline
71190      Branch: perlio
71191           !> (integrate 53 files)
71192 ____________________________________________________________________________
71193 [  8139] By: jhi                                   on 2000/12/15  19:49:49
71194         Log: One more IVUV tweak from Nicholas Clark.
71195      Branch: perl
71196            ! sv.c
71197 ____________________________________________________________________________
71198 [  8138] By: jhi                                   on 2000/12/15  19:17:06
71199         Log: Return of the IVUV-preservation, now seems to be happy even
71200              in Digital UNIX (the broken strtoul brokenness detection
71201              seems to have been the fly in the ointment).
71202      Branch: perl
71203            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71204            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
71205            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
71206            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
71207            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71208            ! vos/config.ga.h win32/config.bc win32/config.gc
71209            ! win32/config.vc
71210 ____________________________________________________________________________
71211 [  8137] By: jhi                                   on 2000/12/15  18:12:14
71212         Log: Metaconfig unit change for #8136.
71213      Branch: metaconfig
71214            ! U/modified/d_strtoul.U
71215      Branch: metaconfig/U/perl
71216            ! d_strtoull.U d_strtouq.U
71217 ____________________________________________________________________________
71218 [  8136] By: jhi                                   on 2000/12/15  18:11:35
71219         Log: I don't think it's sensible or portable to test the strtou*
71220              on /^-/ strings.
71221      Branch: perl
71222            ! Configure
71223 ____________________________________________________________________________
71224 [  8135] By: jhi                                   on 2000/12/15  17:18:49
71225         Log: Metaconfig unit change for #8134.
71226      Branch: metaconfig
71227            ! U/modified/d_strtoul.U
71228 ____________________________________________________________________________
71229 [  8134] By: jhi                                   on 2000/12/15  17:14:13
71230         Log: If longsize is 8 we don't need a LL suffix for integer constants.
71231      Branch: perl
71232            ! Configure config_h.SH
71233 ____________________________________________________________________________
71234 [  8133] By: jhi                                   on 2000/12/15  16:00:23
71235         Log: Update Changes.
71236      Branch: perl
71237            ! Changes patchlevel.h
71238 ____________________________________________________________________________
71239 [  8132] By: jhi                                   on 2000/12/15  15:44:16
71240         Log: Some compilers get huffy if you do not cast a const pointer
71241              to a non-const when assigning.
71242      Branch: perl
71243            ! gv.c
71244 ____________________________________________________________________________
71245 [  8131] By: jhi                                   on 2000/12/15  15:38:30
71246         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
71247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71248              Date: Fri, 15 Dec 2000 05:26:57 -0500
71249              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
71250      Branch: perl
71251            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
71252            ! t/pragma/overload.t
71253 ____________________________________________________________________________
71254 [  8130] By: jhi                                   on 2000/12/15  15:36:08
71255         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
71256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71257              Date: Thu, 14 Dec 2000 22:02:43 -0500
71258              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
71259      Branch: perl
71260            ! gv.c perl.h
71261 ____________________________________________________________________________
71262 [  8129] By: jhi                                   on 2000/12/15  15:34:16
71263         Log: Subject: PATCH: h2xs nit
71264              From: Tim Jenness <t.jenness@jach.hawaii.edu>
71265              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
71266              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
71267              
71268              Add a template README.
71269      Branch: perl
71270            ! utils/h2xs.PL
71271 ____________________________________________________________________________
71272 [  8128] By: jhi                                   on 2000/12/15  15:32:22
71273         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
71274      Branch: perl
71275            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
71276 ____________________________________________________________________________
71277 [  8127] By: jhi                                   on 2000/12/15  15:19:34
71278         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
71279              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71280              Date:     Thu, 14 Dec 2000 20:04:42 EST
71281              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
71282      Branch: perl
71283            ! ext/Opcode/Opcode.xs
71284 ____________________________________________________________________________
71285 [  8126] By: jhi                                   on 2000/12/15  15:17:49
71286         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
71287              From: Peter Prymmer <pvhp@forte.com>
71288              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
71289              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
71290      Branch: perl
71291            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
71292            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
71293            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
71294 ____________________________________________________________________________
71295 [  8125] By: jhi                                   on 2000/12/15  15:11:05
71296         Log: This seems to be a stage sane and stable enough to checkin.
71297              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
71298      Branch: perl
71299            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
71300            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
71301            ! t/op/cmp.t t/op/numconvert.t
71302 ____________________________________________________________________________
71303 [  8124] By: jhi                                   on 2000/12/15  04:20:26
71304         Log: Something is really wonky.
71305      Branch: perl
71306            ! sv.c
71307 ____________________________________________________________________________
71308 [  8123] By: jhi                                   on 2000/12/15  04:00:50
71309         Log: Fixes for the IV UV patches to compile in Digital UNIX.
71310      Branch: perl
71311            ! sv.c
71312 ____________________________________________________________________________
71313 [  8122] By: jhi                                   on 2000/12/15  02:53:40
71314         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
71315              From: "Craig A. Berry" <craigberry@mac.com>
71316              Date: Thu, 14 Dec 2000 19:10:49 -0600
71317              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
71318      Branch: perl
71319            ! vms/vms.c
71320 ____________________________________________________________________________
71321 [  8121] By: jhi                                   on 2000/12/15  02:50:00
71322         Log: Metaconfig changes for #8120.
71323      Branch: metaconfig
71324            + U/modified/d_strtoul.U
71325      Branch: metaconfig/U/perl
71326            ! d_strtoull.U d_strtouq.U
71327 ____________________________________________________________________________
71328 [  8120] By: jhi                                   on 2000/12/15  02:49:42
71329         Log: From: Nicholas Clark <nick@ccl4.org> 
71330              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
71331              Date: Thu, 14 Dec 2000 18:38:57 +0000
71332              Message-ID: <20001214183857.B97909@plum.flirble.org>
71333      Branch: perl
71334            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71335            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
71336            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
71337            ! vos/config.ga.def vos/config.ga.h win32/config.bc
71338            ! win32/config.gc win32/config.vc
71339 ____________________________________________________________________________
71340 [  8119] By: jhi                                   on 2000/12/14  23:40:58
71341         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
71342              From: Nicholas Clark <nick@ccl4.org>
71343              Date: Wed, 13 Dec 2000 20:08:50 +0000
71344              Message-ID: <20001213200849.B71166@plum.flirble.org>
71345      Branch: perl
71346            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
71347            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
71348 ____________________________________________________________________________
71349 [  8118] By: jhi                                   on 2000/12/14  22:46:26
71350         Log: Integrate perlio:
71351              
71352              [  8117]
71353              Win32 tweaks to get Encode to build
71354              - temp hack to makedef.pl till PerlIO is properly "exported".
71355              - MSVC dislikes  
71356              static encpage_t foo[];
71357              so make 'em extern for now.
71358              
71359              [  8116]
71360              Document the new files
71361      Branch: perl
71362           !> MANIFEST ext/Encode/compile makedef.pl
71363 ____________________________________________________________________________
71364 [  8117] By: nick                                  on 2000/12/14  22:38:53
71365         Log: Win32 tweaks to get Encode to build
71366              - temp hack to makedef.pl till PerlIO is properly "exported".
71367              - MSVC dislikes  
71368              static encpage_t foo[];
71369              so make 'em extern for now.
71370      Branch: perlio
71371            ! ext/Encode/compile makedef.pl
71372 ____________________________________________________________________________
71373 [  8116] By: nick                                  on 2000/12/14  22:00:53
71374         Log: Document the new files
71375      Branch: perlio
71376            ! MANIFEST
71377 ____________________________________________________________________________
71378 [  8115] By: jhi                                   on 2000/12/14  21:58:01
71379         Log: MANIFEST new files of #8114.
71380      Branch: perl
71381            ! MANIFEST
71382 ____________________________________________________________________________
71383 [  8114] By: jhi                                   on 2000/12/14  21:50:49
71384         Log: Integrate perlio:
71385              
71386              [  8106]
71387              "Cold" build correction to Encode's Makefile.PL
71388              
71389              [  8105]
71390              "Compiled" encodings.
71391              Correct replacement character in EBCDIC .enc files
71392              Add 0x7F to ASCII repertoire.
71393              
71394              [  8103]
71395              Beginings of compiled encodings - checked in as a snapshot of thoughts
71396              so far and so it does not get lost.
71397      Branch: perl
71398           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
71399           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
71400           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
71401           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
71402           !> ext/Encode/Makefile.PL
71403 ____________________________________________________________________________
71404 [  8113] By: jhi                                   on 2000/12/14  21:48:49
71405         Log: The documentation part of the
71406              
71407              Subject: [ID 20001214.002] Net::Ping patch
71408              From: Jonathan Stowe <gellyfish@gellyfish.com>
71409              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
71410              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
71411              since the #7529 had already addressed the same problem.
71412      Branch: perl
71413            ! lib/Net/Ping.pm
71414 ____________________________________________________________________________
71415 [  8112] By: jhi                                   on 2000/12/14  21:42:57
71416         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
71417              From: Dominic Dunlop <domo@computer.org>
71418              Date: Tue, 12 Dec 2000 10:47:10 +0100
71419              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
71420              
71421              Document how elusive subroutines can be.
71422      Branch: perl
71423            ! pod/perlfunc.pod
71424 ____________________________________________________________________________
71425 [  8111] By: jhi                                   on 2000/12/14  21:38:05
71426         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
71427              From: Dominic Dunlop <domo@computer.org>
71428              Date: Thu, 14 Dec 2000 10:13:51 +0100
71429              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
71430      Branch: perl
71431            ! ext/POSIX/POSIX.pod
71432 ____________________________________________________________________________
71433 [  8110] By: jhi                                   on 2000/12/14  21:36:32
71434         Log: Subject: [patch] perlfaq7
71435              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
71436              Date: Thu, 14 Dec 2000 15:31:07 +0100
71437              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
71438      Branch: perl
71439            ! pod/perlfaq7.pod
71440 ____________________________________________________________________________
71441 [  8109] By: jhi                                   on 2000/12/14  21:29:20
71442         Log: Subject: [8104] Encode
71443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71444              Date: Thu, 14 Dec 2000 14:49:34 +0100
71445              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
71446              
71447              Type casting for nervous compilers.
71448      Branch: perl
71449            ! ext/Encode/Encode.xs
71450 ____________________________________________________________________________
71451 [  8108] By: jhi                                   on 2000/12/14  21:26:17
71452         Log: Subject: [8104] DB_File
71453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71454              Date: Thu, 14 Dec 2000 14:49:35 +0100
71455              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
71456              
71457              Type definition incorrect for DB 2.7.7.  Not known when it
71458              changed, so only changed it for a known revision.
71459      Branch: perl
71460            ! ext/DB_File/DB_File.xs
71461 ____________________________________________________________________________
71462 [  8107] By: jhi                                   on 2000/12/14  21:23:41
71463         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
71464              From: Peter Prymmer <pvhp@forte.com>
71465              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
71466              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
71467              
71468              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
71469      Branch: perl
71470            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71471            ! ext/Encode/Encode/posix-bc.enc
71472 ____________________________________________________________________________
71473 [  8106] By: nick                                  on 2000/12/14  20:36:13
71474         Log: "Cold" build correction to Encode's Makefile.PL
71475      Branch: perlio
71476            ! ext/Encode/Makefile.PL
71477 ____________________________________________________________________________
71478 [  8105] By: nick                                  on 2000/12/14  20:09:37
71479         Log: "Compiled" encodings.
71480              Correct replacement character in EBCDIC .enc files
71481              Add 0x7F to ASCII repertoire.
71482      Branch: perlio
71483            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
71484            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
71485            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
71486            ! ext/Encode/Makefile.PL ext/Encode/compile
71487            ! ext/Encode/encengine.c ext/Encode/encode.h
71488 ____________________________________________________________________________
71489 [  8104] By: nick                                  on 2000/12/14  00:38:20
71490         Log: Integrate mainline
71491      Branch: perlio
71492           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
71493           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
71494           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
71495           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
71496           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
71497           !> t/lib/db-hash.t t/lib/db-recno.t
71498 ____________________________________________________________________________
71499 [  8103] By: nick                                  on 2000/12/13  23:16:13
71500         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
71501              so far and so it does not get lost.
71502      Branch: perlio
71503            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
71504 ____________________________________________________________________________
71505 [  8102] By: jhi                                   on 2000/12/13  17:14:22
71506         Log: Update Changes.
71507      Branch: perl
71508            ! Changes patchlevel.h
71509 ____________________________________________________________________________
71510 [  8101] By: jhi                                   on 2000/12/13  16:53:41
71511         Log: Move the proto of start_glob() to a better place; regen api files.
71512      Branch: perl
71513            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
71514 ____________________________________________________________________________
71515 [  8100] By: jhi                                   on 2000/12/13  16:47:11
71516         Log: Metaconfig change for #8099.
71517      Branch: metaconfig
71518            ! U/modified/Head.U
71519 ____________________________________________________________________________
71520 [  8099] By: jhi                                   on 2000/12/13  16:46:48
71521         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
71522              From: Andy Dougherty <doughera@lafayette.edu>
71523              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
71524              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
71525      Branch: perl
71526            ! Configure
71527 ____________________________________________________________________________
71528 [  8098] By: jhi                                   on 2000/12/13  16:39:02
71529         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
71530              From: rspier@pobox.com (Robert Spier)
71531              Date: Tue, 12 Dec 2000 21:12:39 -0500
71532              Message-ID: <14902.56087.678086.725773@rls.cx>
71533              
71534              fastgetcwd is defined using a glob alias on a $^O dependent basis -
71535              and there was no default assignment or perl subroutine.
71536      Branch: perl
71537            ! lib/Cwd.pm
71538 ____________________________________________________________________________
71539 [  8097] By: jhi                                   on 2000/12/13  16:16:01
71540         Log: Subject: [PATCH] move startglob out of pp_hot.c
71541              From: Nicholas Clark <nick@ccl4.org>
71542              Date: Mon, 11 Dec 2000 23:16:39 +0000
71543              Message-ID: <20001211231638.A55550@plum.flirble.org>
71544      Branch: perl
71545            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
71546 ____________________________________________________________________________
71547 [  8096] By: jhi                                   on 2000/12/13  15:26:23
71548         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
71549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
71550              Date: Wed, 13 Dec 2000 14:01:37 +0100
71551              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
71552              
71553              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
71554              in turn requires libpthread in libswanted.
71555      Branch: perl
71556            ! hints/hpux.sh
71557 ____________________________________________________________________________
71558 [  8095] By: jhi                                   on 2000/12/12  19:51:05
71559         Log: The integration wars continue.
71560      Branch: perl
71561           !> sv.c
71562 ____________________________________________________________________________
71563 [  8094] By: jhi                                   on 2000/12/12  19:48:26
71564         Log: Subject: [PATCH perl@8070] DB_File-1.74  
71565              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
71566              Date: Mon, 11 Dec 2000 23:07:17 -0000
71567              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
71568      Branch: perl
71569            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
71570            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
71571            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
71572            ! t/lib/db-recno.t
71573 ____________________________________________________________________________
71574 [  8093] By: nick                                  on 2000/12/12  19:42:13
71575         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
71576      Branch: perlio
71577            ! sv.c
71578           !> lib/File/DosGlob.pm
71579 ____________________________________________________________________________
71580 [  8092] By: jhi                                   on 2000/12/12  19:28:11
71581         Log: Integrate perlio:
71582              
71583              [  8091]
71584              Fix for Tk, and upgrading shared SVs.
71585      Branch: perl
71586           !> sv.c
71587 ____________________________________________________________________________
71588 [  8091] By: nick                                  on 2000/12/12  18:49:45
71589         Log: Fix for Tk, and upgrading shared SVs.
71590      Branch: perlio
71591            ! sv.c
71592 ____________________________________________________________________________
71593 [  8090] By: jhi                                   on 2000/12/12  16:48:59
71594         Log: Subject: [PATCH] Re: Breadperl & Tk
71595              From: Nick Ing-Simmons <nik@tiuk.ti.com>
71596              Date: Tue, 12 Dec 2000 14:48:27 GMT
71597              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
71598      Branch: perl
71599            ! sv.c
71600 ____________________________________________________________________________
71601 [  8089] By: jhi                                   on 2000/12/12  03:37:19
71602         Log: Subject: DosGlob.pm diff for bash style brace expansion.
71603              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
71604              Date: Fri, 8 Dec 2000 10:45:30 -0600
71605              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
71606      Branch: perl
71607            ! lib/File/DosGlob.pm
71608 ____________________________________________________________________________
71609 [  8088] By: nick                                  on 2000/12/11  23:59:59
71610         Log: Integrate mainline
71611      Branch: perlio
71612           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
71613           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
71614           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
71615           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
71616           !> t/op/local.t t/pragma/warn/toke toke.c
71617 ____________________________________________________________________________
71618 [  8087] By: jhi                                   on 2000/12/11  23:20:23
71619         Log: Integrate perlio:
71620              
71621              [  8085]
71622              Finish 1st pass of "encoding" layer e.g. :
71623              open($fh,"<encoding(iso8859-7)",$greek) || die;
71624              
71625              [  8082]
71626              Restore mmap function (broken by tweaks to shared buffer
71627              layer for encode(xxxx)).
71628              
71629              [  8076]
71630              Not merge worthy...
71631              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
71632              syntax is modelled on attributes.
71633              Untested fix for io/utf8 on Win32 etc.
71634              Very clumsy start to the encode layer.
71635      Branch: perl
71636           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
71637 ____________________________________________________________________________
71638 [  8086] By: jhi                                   on 2000/12/11  22:50:59
71639         Log: Tune further the OS detection of CGI.
71640      Branch: perl
71641            ! lib/CGI.pm
71642 ____________________________________________________________________________
71643 [  8085] By: nick                                  on 2000/12/11  22:50:46
71644         Log: Finish 1st pass of "encoding" layer e.g. :
71645              open($fh,"<encoding(iso8859-7)",$greek) || die;
71646      Branch: perlio
71647            ! ext/Encode/Encode.xs perlio.c perliol.h
71648 ____________________________________________________________________________
71649 [  8084] By: jhi                                   on 2000/12/11  22:32:06
71650         Log: Revert the -f ambiguousity patch, seems to cause
71651              too much hassle (the interpret -Q as a function
71652              where Q is not a known filetest part is left in).
71653      Branch: perl
71654            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
71655            ! toke.c
71656 ____________________________________________________________________________
71657 [  8083] By: jhi                                   on 2000/12/11  22:27:23
71658         Log: (accidentally empty check-in)
71659      Branch: perl
71660            ! lib/File/DosGlob.pm
71661 ____________________________________________________________________________
71662 [  8082] By: nick                                  on 2000/12/11  19:09:51
71663         Log: Restore mmap function (broken by tweaks to shared buffer
71664              layer for encode(xxxx)).
71665      Branch: perlio
71666            ! perlio.c
71667 ____________________________________________________________________________
71668 [  8081] By: jhi                                   on 2000/12/11  18:29:13
71669         Log: Subject: Re: The long awaited feature ...
71670              From: Simon Cozens <simon@cozens.net>
71671              Date: Mon, 11 Dec 2000 15:54:24 +0000
71672              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
71673              
71674              More io/utf8 tests.
71675      Branch: perl
71676            ! t/io/utf8.t
71677 ____________________________________________________________________________
71678 [  8080] By: jhi                                   on 2000/12/11  18:19:36
71679         Log: Subject: PATCH MakeMaker manpage clarification
71680              From: andreas.koenig@anima.de (Andreas J. Koenig)
71681              Date: 10 Dec 2000 20:46:13 +0100
71682              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
71683      Branch: perl
71684            ! lib/ExtUtils/MakeMaker.pm
71685 ____________________________________________________________________________
71686 [  8079] By: jhi                                   on 2000/12/11  15:35:07
71687         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
71688              From: Simon Cozens <simon@cozens.net>
71689              Date: Sun, 10 Dec 2000 19:06:19 +0000
71690              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
71691      Branch: perl
71692            ! ext/B/B/Deparse.pm t/lib/b.t
71693 ____________________________________________________________________________
71694 [  8078] By: jhi                                   on 2000/12/11  15:09:11
71695         Log: Subject: [PATCH] docs on NaN
71696              From: Nicholas Clark <nick@ccl4.org>
71697              Date: Mon, 11 Dec 2000 01:48:38 +0000
71698              Message-ID: <20001211014838.B99205@plum.flirble.org>
71699      Branch: perl
71700            ! pod/perlop.pod
71701 ____________________________________________________________________________
71702 [  8077] By: jhi                                   on 2000/12/11  15:02:21
71703         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
71704              From: Simon Cozens <simon@cozens.net>
71705              Date: Mon, 11 Dec 2000 01:21:45 +0000
71706              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
71707      Branch: perl
71708            ! pp.c pp_hot.c scope.c t/op/local.t
71709 ____________________________________________________________________________
71710 [  8076] By: nick                                  on 2000/12/10  20:43:32
71711         Log: Not merge worthy...
71712              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
71713              syntax is modelled on attributes.
71714              Untested fix for io/utf8 on Win32 etc.
71715              Very clumsy start to the encode layer.
71716      Branch: perlio
71717            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
71718 ____________________________________________________________________________
71719 [  8075] By: jhi                                   on 2000/12/10  18:39:33
71720         Log: Darwin is not Windows.
71721      Branch: perl
71722            ! lib/CGI.pm
71723 ____________________________________________________________________________
71724 [  8074] By: jhi                                   on 2000/12/10  18:31:27
71725         Log: Subject: Ambiguous -%c() resolved as a file test
71726              From: "Paul Marquess" <Paul.Marquess@openwave.com>
71727              Date: Sun, 10 Dec 2000 15:35:07 -0000
71728              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
71729      Branch: perl
71730            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
71731 ____________________________________________________________________________
71732 [  8073] By: jhi                                   on 2000/12/10  18:16:29
71733         Log: Subject: PATCH installperl misinformed 
71734              From: andreas.koenig@anima.de (Andreas J. Koenig)
71735              Date: 10 Dec 2000 13:01:32 +0100 
71736              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
71737      Branch: perl
71738            ! installperl
71739 ____________________________________________________________________________
71740 [  8072] By: jhi                                   on 2000/12/10  18:07:55
71741         Log: The walkoptree confusion rages; walkoptree() seems to be coming
71742              from B.xs, while walkoptree_slow() comes from B.pm.
71743      Branch: perl
71744            ! ext/B/B.pm
71745 ____________________________________________________________________________
71746 [  8071] By: nick                                  on 2000/12/10  11:45:47
71747         Log: Integrate mainline
71748      Branch: perlio
71749           +> t/base/commonsense.t
71750           !> (integrate 37 files)
71751 ____________________________________________________________________________
71752 [  8070] By: jhi                                   on 2000/12/10  04:46:21
71753         Log: Update Changes.
71754      Branch: perl
71755            ! Changes patchlevel.h
71756 ____________________________________________________________________________
71757 [  8069] By: jhi                                   on 2000/12/10  04:39:19
71758         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
71759              From: andreas.koenig@anima.de (Andreas J. Koenig)
71760              Date: 09 Dec 2000 17:14:25 +0100
71761              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
71762      Branch: perl
71763            + t/base/commonsense.t
71764            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
71765 ____________________________________________________________________________
71766 [  8068] By: jhi                                   on 2000/12/10  04:17:36
71767         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
71768              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
71769              Date: Sat, 9 Dec 2000 16:47:22 -0000
71770              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
71771      Branch: perl
71772            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
71773            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
71774            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
71775            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
71776            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
71777            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
71778            ! t/lib/sdbm.t
71779 ____________________________________________________________________________
71780 [  8067] By: jhi                                   on 2000/12/10  03:52:02
71781         Log: Test case for #8066.
71782      Branch: perl
71783            ! t/op/misc.t
71784 ____________________________________________________________________________
71785 [  8066] By: jhi                                   on 2000/12/10  03:50:30
71786         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
71787              From: Simon Cozens <simon@cozens.net>
71788              Date: Sun, 10 Dec 2000 00:55:37 +0000
71789              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
71790      Branch: perl
71791            ! pp_sys.c
71792 ____________________________________________________________________________
71793 [  8065] By: jhi                                   on 2000/12/10  03:44:52
71794         Log: Test case for #8064.
71795      Branch: perl
71796            ! t/comp/proto.t
71797 ____________________________________________________________________________
71798 [  8064] By: jhi                                   on 2000/12/10  03:42:32
71799         Log: Subject: Re: prototype of substr
71800              From: Simon Cozens <simon@cozens.net>
71801              Date: Sun, 10 Dec 2000 00:13:33 +0000
71802              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
71803              
71804              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
71805              In other words, make the returned prototypes for any function
71806              stop prepending the ';' optionality marker after the first one.
71807              If they start getting optional, all the rest are optional.
71808      Branch: perl
71809            ! pp.c
71810 ____________________________________________________________________________
71811 [  8063] By: jhi                                   on 2000/12/10  03:39:42
71812         Log: Subject: [PATCH] perlguts.pod
71813              From: Simon Cozens <simon@cozens.net>
71814              Date: Sun, 10 Dec 2000 00:06:47 +0000
71815              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
71816              
71817              Documentation of the different types of ops,
71818              plus the functions in dump.c
71819      Branch: perl
71820            ! pod/perlguts.pod
71821 ____________________________________________________________________________
71822 [  8062] By: jhi                                   on 2000/12/10  03:30:04
71823         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
71824              From: Nicholas Clark <nick@talking.bollo.cx>
71825              Date: Sat, 09 Dec 2000 18:57:25 +0000
71826              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
71827              
71828              Be more robust in weird hostname setups.
71829      Branch: perl
71830            ! t/lib/net-hostent.t
71831 ____________________________________________________________________________
71832 [  8061] By: jhi                                   on 2000/12/10  03:28:21
71833         Log: Pacify fussy compiler. 
71834      Branch: perl
71835            ! pp_sys.c
71836 ____________________________________________________________________________
71837 [  8060] By: jhi                                   on 2000/12/10  02:52:46
71838         Log: Integrate perlio:
71839              
71840              [  8059]
71841              read/sysread/recv should now be utf8 aware.
71842              Basic test for utf8 read.
71843      Branch: perl
71844           !> pp_sys.c t/io/utf8.t
71845 ____________________________________________________________________________
71846 [  8059] By: nick                                  on 2000/12/09  23:40:14
71847         Log: read/sysread/recv should now be utf8 aware.
71848              Basic test for utf8 read.
71849      Branch: perlio
71850            ! pp_sys.c t/io/utf8.t
71851 ____________________________________________________________________________
71852 [  8058] By: jhi                                   on 2000/12/09  21:56:02
71853         Log: Integrate perlio:
71854              
71855              [  8055]
71856              Make write() (i.e. formats) utf8-aware by calling do_print() rather
71857              than raw PerlIO_write() - does not seem to break any tests.
71858              
71859              [  8054]
71860              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
71861              (sysread, recv and write i.e. formats still to do...)
71862              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
71863              open($fh,">:utf8","name")
71864              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
71865              so no extra overhead is involved.
71866              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
71867              to a non-utf8 stream.
71868              Add initial io/utf8.t
71869              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
71870              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
71871              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
71872              
71873              [  8053]
71874              Did not get that has_utf8/this_utf8 fix right last time, another spot
71875              was only testing this_utf8.
71876              
71877              [  8052]
71878              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
71879              i.e. the output string has one, but don't mess with source assumption.
71880      Branch: perl
71881           +> t/io/utf8.t
71882           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
71883 ____________________________________________________________________________
71884 [  8057] By: jhi                                   on 2000/12/09  21:53:35
71885         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
71886              From: Inaba Hiroto <inaba@st.rim.or.jp>
71887              Date: Sun, 10 Dec 2000 05:53:21 +0900
71888              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
71889              
71890              Tests for #8056.
71891      Branch: perl
71892            ! t/op/each.t
71893 ____________________________________________________________________________
71894 [  8056] By: jhi                                   on 2000/12/09  21:51:16
71895         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
71896              From: Inaba Hiroto <inaba@st.rim.or.jp>
71897              Date: Sat, 09 Dec 2000 18:02:00 +0900
71898              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
71899              
71900              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
71901      Branch: perl
71902            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
71903 ____________________________________________________________________________
71904 [  8055] By: nick                                  on 2000/12/09  20:11:48
71905         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
71906              than raw PerlIO_write() - does not seem to break any tests.
71907      Branch: perlio
71908            ! pp_sys.c
71909 ____________________________________________________________________________
71910 [  8054] By: nick                                  on 2000/12/09  19:47:30
71911         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
71912              (sysread, recv and write i.e. formats still to do...)
71913              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
71914              open($fh,">:utf8","name")
71915              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
71916              so no extra overhead is involved.
71917              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
71918              to a non-utf8 stream.
71919              Add initial io/utf8.t
71920              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
71921              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
71922              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
71923      Branch: perlio
71924            + t/io/utf8.t
71925            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
71926 ____________________________________________________________________________
71927 [  8053] By: nick                                  on 2000/12/09  19:26:37
71928         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
71929              was only testing this_utf8.
71930      Branch: perlio
71931            ! toke.c
71932 ____________________________________________________________________________
71933 [  8052] By: nick                                  on 2000/12/09  19:09:41
71934         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
71935              i.e. the output string has one, but don't mess with source assumption.
71936      Branch: perlio
71937            ! toke.c
71938 ____________________________________________________________________________
71939 [  8051] By: jhi                                   on 2000/12/09  16:55:17
71940         Log: Integrate perlio:
71941              
71942              [  8049]
71943              UTF8 output prework.
71944              - Store $\ and $, as SVs so they can have SvUTF8 flag
71945              - use do_print() rather than raw PerlIO_write() to print them.
71946      Branch: perl
71947           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
71948           !> sv.c thrdvar.h util.c
71949 ____________________________________________________________________________
71950 [  8050] By: jhi                                   on 2000/12/09  16:48:07
71951         Log: Nits noticed by Peter Prymmer.
71952      Branch: perl
71953            ! lib/ExtUtils/MM_VMS.pm
71954 ____________________________________________________________________________
71955 [  8049] By: nick                                  on 2000/12/09  13:49:40
71956         Log: UTF8 output prework.
71957              - Store $\ and $, as SVs so they can have SvUTF8 flag
71958              - use do_print() rather than raw PerlIO_write() to print them.
71959      Branch: perlio
71960            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
71961            ! thrdvar.h util.c
71962 ____________________________________________________________________________
71963 [  8048] By: nick                                  on 2000/12/09  12:30:43
71964         Log: Integrate mainline.
71965      Branch: perlio
71966           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
71967           +> t/op/reverse.t
71968           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
71969           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
71970           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
71971           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
71972           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
71973           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
71974 ____________________________________________________________________________
71975 [  8047] By: jhi                                   on 2000/12/09  00:23:27
71976         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
71977              From: Michael G Schwern <schwern@pobox.com>
71978              Date: Fri, 8 Dec 2000 14:43:04 -0600
71979      Branch: perl
71980            ! lib/ExtUtils/MM_VMS.pm
71981 ____________________________________________________________________________
71982 [  8046] By: jhi                                   on 2000/12/08  23:10:27
71983         Log: A missed check-in.
71984      Branch: perl
71985            ! lib/ExtUtils/Manifest.pm
71986 ____________________________________________________________________________
71987 [  8045] By: jhi                                   on 2000/12/08  21:57:12
71988         Log: (null check-in)
71989      Branch: perl
71990            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
71991 ____________________________________________________________________________
71992 [  8044] By: jhi                                   on 2000/12/08  21:11:06
71993         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
71994              at the final draft stage.
71995      Branch: perl
71996            + ext/Encode/Encode/iso8859-16.enc
71997            ! MANIFEST
71998 ____________________________________________________________________________
71999 [  8043] By: jhi                                   on 2000/12/08  16:39:04
72000         Log: Update Changes.
72001      Branch: perl
72002            ! Changes patchlevel.h
72003 ____________________________________________________________________________
72004 [  8042] By: jhi                                   on 2000/12/08  16:33:39
72005         Log: Do not return the Unicode replacement character if UTF-8
72006              decoding goes awry, it should be up to the caller to decide.
72007      Branch: perl
72008            ! pod/perlapi.pod utf8.c
72009 ____________________________________________________________________________
72010 [  8041] By: jhi                                   on 2000/12/08  16:22:28
72011         Log: metaconfig maintenance.
72012      Branch: metaconfig
72013            ! U/modified/stdchar.U
72014      Branch: metaconfig/U/perl
72015            + testsyml.U
72016 ____________________________________________________________________________
72017 [  8040] By: jhi                                   on 2000/12/08  16:03:08
72018         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
72019              From: sthoenna@efn.org
72020              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
72021              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
72022      Branch: perl
72023            ! Changes lib/ExtUtils/MM_OS2.pm
72024 ____________________________________________________________________________
72025 [  8039] By: jhi                                   on 2000/12/08  15:57:11
72026         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
72027              From: Simon Cozens <simon@cozens.net>
72028              Date: Fri, 8 Dec 2000 13:33:31 +0000
72029              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
72030              
72031              (The pp_hot part needed a rewrite.)
72032      Branch: perl
72033            ! doop.c pp_hot.c utf8.c
72034 ____________________________________________________________________________
72035 [  8038] By: jhi                                   on 2000/12/08  15:25:08
72036         Log: Subject: djSP
72037              From: Michael Stevens <michael@etla.org>
72038              Date: Wed, 6 Dec 2000 23:24:01 +0000
72039              Message-ID: <20001206232400.A21381@firedrake.org>
72040              
72041              Plus a note from Nick Ing-Simmons.
72042      Branch: perl
72043            ! pp.h
72044 ____________________________________________________________________________
72045 [  8037] By: jhi                                   on 2000/12/08  15:18:35
72046         Log: Filetype is text.
72047      Branch: perl
72048            ! t/op/utf8decode.t
72049 ____________________________________________________________________________
72050 [  8036] By: jhi                                   on 2000/12/08  03:31:27
72051         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
72052              From: Andy Dougherty <doughera@lafayette.edu>
72053              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
72054              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
72055              
72056              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
72057              From: Andy Dougherty <doughera@lafayette.edu>
72058              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
72059              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
72060      Branch: perl
72061            + ext/POSIX/hints/svr4.pl
72062            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
72063 ____________________________________________________________________________
72064 [  8035] By: jhi                                   on 2000/12/08  03:26:01
72065         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
72066              From: Andy Dougherty <doughera@lafayette.edu>
72067              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
72068              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
72069      Branch: perl
72070            ! t/README t/base/term.t
72071 ____________________________________________________________________________
72072 [  8034] By: jhi                                   on 2000/12/08  03:21:59
72073         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
72074              From: mjd@plover.com  
72075              Date: 7 Dec 2000 21:04:20 -0000
72076              Message-ID: <20001207210420.22282.qmail@plover.com>
72077              
72078              Plus -z doc.
72079      Branch: perl
72080            ! pod/perlfunc.pod
72081 ____________________________________________________________________________
72082 [  8033] By: jhi                                   on 2000/12/08  03:19:03
72083         Log: Use the UTF8 macros a bit.  They can't be used with abandon
72084              everywhere because we do generate illegal UTF-8 in some situations.
72085              This is of course naughty.
72086      Branch: perl
72087            ! pod/perlapi.pod utf8.c utf8.h
72088 ____________________________________________________________________________
72089 [  8032] By: jhi                                   on 2000/12/08  03:00:09
72090         Log: Out of sync?
72091      Branch: perl
72092            ! t/pragma/warn/utf8
72093 ____________________________________________________________________________
72094 [  8031] By: jhi                                   on 2000/12/08  02:22:39
72095         Log: Cnt spl.
72096      Branch: perl
72097            ! MANIFEST
72098 ____________________________________________________________________________
72099 [  8030] By: jhi                                   on 2000/12/08  01:23:54
72100         Log: Add test for reverse().
72101      Branch: perl
72102            + t/op/reverse.t
72103            ! MANIFEST
72104 ____________________________________________________________________________
72105 [  8029] By: jhi                                   on 2000/12/08  01:21:47
72106         Log: Integrate perlio:
72107              
72108              [  8026]
72109              Various oddities p4 diff -se showed up
72110              Remove 'our' from warnings.pl
72111              
72112              [  8025]
72113              Change PerlIO_(get|set)pos to take SV *
72114              Should fix, OS/2, VMS, (sfio??)
72115      Branch: perl
72116           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
72117           !> perlio.c perlio.h perlsdio.h warnings.pl
72118 ____________________________________________________________________________
72119 [  8028] By: jhi                                   on 2000/12/08  01:19:08
72120         Log: Introduce macros for UTF8 decoding.
72121      Branch: perl
72122            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
72123 ____________________________________________________________________________
72124 [  8027] By: nick                                  on 2000/12/07  22:18:19
72125         Log: Integrate mainline
72126      Branch: perlio
72127           !> embed.pl pod/perlapi.pod utf8.c
72128 ____________________________________________________________________________
72129 [  8026] By: nick                                  on 2000/12/07  21:45:08
72130         Log: Various oddities p4 diff -se showed up
72131              Remove 'our' from warnings.pl
72132      Branch: perlio
72133            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
72134 ____________________________________________________________________________
72135 [  8025] By: nick                                  on 2000/12/07  21:43:32
72136         Log: Change PerlIO_(get|set)pos to take SV *
72137              Should fix, OS/2, VMS, (sfio??)
72138      Branch: perlio
72139            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
72140 ____________________________________________________________________________
72141 [  8024] By: jhi                                   on 2000/12/07  19:05:32
72142         Log: Document utf8_to_uv() better.
72143      Branch: perl
72144            ! pod/perlapi.pod utf8.c
72145 ____________________________________________________________________________
72146 [  8023] By: jhi                                   on 2000/12/07  18:23:47
72147         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
72148      Branch: perl
72149            ! embed.pl pod/perlapi.pod utf8.c
72150 ____________________________________________________________________________
72151 [  8022] By: jhi                                   on 2000/12/07  04:13:51
72152         Log: Integrate perlio:
72153              
72154              [  8021]
72155              Various attempts at MSVC debug - not sure what has
72156              changed but works now. 
72157              Seems atexit() _may_ work for DLLs built with MSVC so don't
72158              call cleanup that way.
72159              
72160              [  8019]
72161              Add useperlio to config.vc
72162              Turn off binmode in config_H.PL
72163              Regen all the config_H.xx
72164              Attempt to get debugging build with MSVC.
72165              
72166              [  8018]
72167              Test various dup/external program options on all platforms.
72168              
72169              [  8017]
72170              Fix harness to be less picky
72171      Branch: perl
72172           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
72173           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
72174           !> win32/makefile.mk
72175 ____________________________________________________________________________
72176 [  8021] By: nick                                  on 2000/12/07  00:28:14
72177         Log: Various attempts at MSVC debug - not sure what has
72178              changed but works now. 
72179              Seems atexit() _may_ work for DLLs built with MSVC so don't
72180              call cleanup that way.
72181      Branch: perlio
72182            ! perlio.c win32/makefile.mk
72183 ____________________________________________________________________________
72184 [  8020] By: nick                                  on 2000/12/06  19:57:20
72185         Log: Integrate mainline
72186      Branch: perlio
72187           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
72188           !> (integrate 75 files)
72189 ____________________________________________________________________________
72190 [  8019] By: nick                                  on 2000/12/06  19:28:21
72191         Log: Add useperlio to config.vc
72192              Turn off binmode in config_H.PL
72193              Regen all the config_H.xx
72194              Attempt to get debugging build with MSVC.
72195      Branch: perlio
72196            ! win32/config.vc win32/config_H.bc win32/config_H.gc
72197            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
72198 ____________________________________________________________________________
72199 [  8018] By: nick                                  on 2000/12/06  19:21:57
72200         Log: Test various dup/external program options on all platforms.
72201      Branch: perlio
72202            ! t/io/dup.t
72203 ____________________________________________________________________________
72204 [  8017] By: nick                                  on 2000/12/06  19:20:47
72205         Log: Fix harness to be less picky
72206      Branch: perlio
72207            ! lib/Test/Harness.pm
72208 ____________________________________________________________________________
72209 [  8016] By: jhi                                   on 2000/12/06  16:45:12
72210         Log: Update Changes.
72211      Branch: perl
72212            ! Changes patchlevel.h
72213 ____________________________________________________________________________
72214 [  8015] By: jhi                                   on 2000/12/06  16:41:03
72215         Log: Test \x{...} with ord().
72216      Branch: perl
72217            ! t/op/ord.t
72218 ____________________________________________________________________________
72219 [  8014] By: jhi                                   on 2000/12/06  16:20:33
72220         Log: Test tweak because of #8013.
72221      Branch: perl
72222            ! t/lib/b.t
72223 ____________________________________________________________________________
72224 [  8013] By: jhi                                   on 2000/12/06  16:09:09
72225         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
72226              From: Michael G Schwern <schwern@pobox.com>
72227              Date: Tue, 5 Dec 2000 21:23:28 -0500
72228              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
72229              
72230              Carp::Heavy parts not very applicable because of recent changes.
72231      Branch: perl
72232            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
72233            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
72234            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
72235            ! lib/Exporter.pm lib/Exporter/Heavy.pm
72236            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
72237            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
72238            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
72239            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
72240            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
72241            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
72242            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
72243            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
72244            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
72245            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
72246            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
72247            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
72248            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
72249            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
72250            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
72251            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
72252            ! warnings.pl
72253 ____________________________________________________________________________
72254 [  8012] By: jhi                                   on 2000/12/06  15:22:38
72255         Log: Subject: [PATCH] Re: New harness is failing things
72256              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72257              Date: Wed, 6 Dec 2000 13:00:30 GMT
72258              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
72259      Branch: perl
72260            ! lib/Test/Harness.pm
72261 ____________________________________________________________________________
72262 [  8011] By: jhi                                   on 2000/12/06  15:12:08
72263         Log: Subject: installhtml changes
72264              From: Michael Stevens <michael@etla.org>
72265              Date: Wed, 6 Dec 2000 13:15:53 +0000
72266              Message-ID: <20001206131553.A27317@firedrake.org>
72267      Branch: perl
72268            ! installhtml
72269 ____________________________________________________________________________
72270 [  8010] By: jhi                                   on 2000/12/06  15:06:05
72271         Log: Subject: the dTHR hits
72272              From: Michael Stevens <michael@etla.org>
72273              Date: Wed, 6 Dec 2000 12:06:03 +0000
72274              Message-ID: <20001206120603.A24581@firedrake.org>
72275              
72276              More, errrm, less dTHRs.
72277      Branch: perl
72278            ! bytecode.pl ext/B/B/C.pm
72279 ____________________________________________________________________________
72280 [  8009] By: jhi                                   on 2000/12/06  15:04:25
72281         Log: Subject: MakeMaker mailing list gone?
72282              From: Michael G Schwern <schwern@pobox.com>
72283              Date: Tue, 5 Dec 2000 19:29:59 -0500
72284              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
72285              
72286              The MakeMaker mailing list is dead, perlbug is the right
72287              address to report bugs.
72288      Branch: perl
72289            ! lib/ExtUtils/MakeMaker.pm
72290 ____________________________________________________________________________
72291 [  8008] By: jhi                                   on 2000/12/06  15:00:32
72292         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
72293              From: Michael G Schwern <schwern@pobox.com>
72294              Date: Tue, 5 Dec 2000 19:21:21 -0500
72295              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
72296              
72297              Add a default MANIFEST skip that ignores things like
72298              version control files, editor temporary files, and the Makefile.
72299      Branch: perl
72300            + lib/ExtUtils/MANIFEST.SKIP
72301            ! MANIFEST lib/ExtUtils/Manifest.pm
72302 ____________________________________________________________________________
72303 [  8007] By: jhi                                   on 2000/12/06  14:57:20
72304         Log: In Amiga more manual hackery of the scripts seems to be needed,
72305              from Jan-Erik Karlsson.  Why Configure does not get this right
72306              is unknown, may be shell-induced.
72307      Branch: perl
72308            ! README.amiga
72309 ____________________________________________________________________________
72310 [  8006] By: jhi                                   on 2000/12/05  23:53:12
72311         Log: Add TOPm1s to peek at the second topmost stack item.
72312      Branch: perl
72313            ! pp.h
72314 ____________________________________________________________________________
72315 [  8005] By: jhi                                   on 2000/12/05  23:13:55
72316         Log: Avaunt, you foul UTF-8 tests.
72317      Branch: perl
72318            ! t/op/ver.t t/pragma/utf8.t
72319 ____________________________________________________________________________
72320 [  8004] By: jhi                                   on 2000/12/05  23:09:54
72321         Log: Continue utf8 dispersal. 
72322      Branch: perl
72323            + t/op/concat.t
72324            ! MANIFEST t/pragma/utf8.t
72325 ____________________________________________________________________________
72326 [  8003] By: nick                                  on 2000/12/05  23:02:39
72327         Log: Integrate mainline.
72328      Branch: perlio
72329           +> t/op/length.t t/op/utf8decode.t
72330           !> (integrate 69 files)
72331 ____________________________________________________________________________
72332 [  8002] By: jhi                                   on 2000/12/05  22:59:28
72333         Log: Integrate perlio:
72334              
72335              [  8001]
72336              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
72337              - calloc/free suffer from damage on TerminateThread()
72338              - use PerlMemShared (as originally planned) now fixed
72339              - avoid doing anything important on DLL "detach".
72340              
72341              [  8000]
72342              Fix gross PerlMemShared issue.
72343      Branch: perl
72344           !> iperlsys.h perl.c perlio.c win32/perllib.c
72345 ____________________________________________________________________________
72346 [  8001] By: nick                                  on 2000/12/05  22:07:52
72347         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
72348              - calloc/free suffer from damage on TerminateThread()
72349              - use PerlMemShared (as originally planned) now fixed
72350              - avoid doing anything important on DLL "detach".
72351      Branch: perlio
72352            ! perl.c perlio.c win32/perllib.c
72353 ____________________________________________________________________________
72354 [  8000] By: nick                                  on 2000/12/05  21:05:09
72355         Log: Fix gross PerlMemShared issue.
72356      Branch: perlio
72357            ! iperlsys.h
72358 ____________________________________________________________________________
72359 [  7999] By: jhi                                   on 2000/12/05  20:46:58
72360         Log: Test for Unicode (UTF-8) hash keys.
72361      Branch: perl
72362            ! t/op/each.t
72363 ____________________________________________________________________________
72364 [  7998] By: jhi                                   on 2000/12/05  20:30:35
72365         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
72366              is now always UTF-8), empty line cosmetics.
72367      Branch: perl
72368            ! t/pragma/utf8.t
72369 ____________________________________________________________________________
72370 [  7997] By: jhi                                   on 2000/12/05  20:15:40
72371         Log: Subject: Re: STRLEN - what?
72372              From: Andy Dougherty <doughera@lafayette.edu>
72373              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
72374              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
72375              
72376              Explain STRLEN.
72377      Branch: perl
72378            ! pod/perlguts.pod
72379 ____________________________________________________________________________
72380 [  7996] By: jhi                                   on 2000/12/05  20:13:34
72381         Log: Split off the UTF-8 decoder tests, make them to check also
72382              the error message.
72383      Branch: perl
72384            + t/op/utf8decode.t
72385            ! MANIFEST t/pragma/utf8.t utf8.c
72386 ____________________________________________________________________________
72387 [  7995] By: jhi                                   on 2000/12/05  16:39:47
72388         Log: Start migrating bits of pragma/utf8 to elsewhere
72389              (since the long term plan is to obsolete 'use utf8').
72390      Branch: perl
72391            + t/op/length.t
72392            ! MANIFEST t/pragma/utf8.t
72393 ____________________________________________________________________________
72394 [  7994] By: jhi                                   on 2000/12/05  16:30:21
72395         Log: Fix a manual edit typo from #7993, fix the message formatting
72396              for Unicode, add few our declarations.
72397      Branch: perl
72398            ! lib/Carp/Heavy.pm
72399 ____________________________________________________________________________
72400 [  7993] By: jhi                                   on 2000/12/05  16:09:15
72401         Log: Subject: Need help with warnings :-(
72402              From: "Ben Tilly" <ben_tilly@hotmail.com>
72403              Date: Tue, 05 Dec 2000 01:35:54 -0500
72404              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
72405              
72406              Subject: UPDATE: Carp/Heavy now passes all tests
72407              From: "Ben Tilly" <ben_tilly@hotmail.com>
72408              Date: Tue, 05 Dec 2000 07:59:41 -0500
72409              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
72410              
72411              The Brave New Carp.
72412      Branch: perl
72413            ! lib/Carp.pm lib/Carp/Heavy.pm
72414 ____________________________________________________________________________
72415 [  7992] By: jhi                                   on 2000/12/05  15:55:08
72416         Log: Subject: [PATCH perl@7979] cygwin port
72417              From: "Eric Fifer" <efifer@dircon.co.uk>
72418              Date: Tue, 5 Dec 2000 14:04:09 -0000
72419              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
72420      Branch: perl
72421            ! t/lib/net-hostent.t
72422 ____________________________________________________________________________
72423 [  7991] By: jhi                                   on 2000/12/05  15:52:34
72424         Log: Subject: Re: [PATCH] The largest hoax of all times?
72425              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72426              Date: Tue, 5 Dec 2000 00:40:25 -0500
72427              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
72428              
72429              Subject: Re: [PATCH] The largest hoax of all times?
72430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72431              Date: Mon, 4 Dec 2000 23:55:53 -0500
72432              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
72433              
72434              Subject: Re: [PATCH] The largest hoax of all times?
72435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72436              Date: Tue, 5 Dec 2000 01:28:45 -0500
72437              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
72438              
72439              Fix the unpredictable order of DESTROYs.
72440      Branch: perl
72441            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
72442            ! sv.c sv.h t/op/ref.t
72443 ____________________________________________________________________________
72444 [  7990] By: jhi                                   on 2000/12/05  14:38:53
72445         Log: Subject: [PATCH] shrink pp_hot fractionally
72446              From: Nicholas Clark <nick@ccl4.org>
72447              Date: Tue, 5 Dec 2000 12:44:31 +0000
72448              Message-ID: <20001205124431.E74518@plum.flirble.org>
72449              
72450              Use report_evil_fh().
72451      Branch: perl
72452            ! opcode.pl opnames.h pp_hot.c util.c
72453 ____________________________________________________________________________
72454 [  7989] By: jhi                                   on 2000/12/05  14:21:27
72455         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
72456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72457              Date: Mon, 04 Dec 2000 22:21:59 -0800
72458              Message-ID: <HmIL6gzkgepS092yn@efn.org>
72459              
72460              Harness shouldn't ignore responses like "ok 3\r\r\n".
72461      Branch: perl
72462            ! lib/Test/Harness.pm
72463 ____________________________________________________________________________
72464 [  7988] By: jhi                                   on 2000/12/05  13:51:28
72465         Log: Integrate the "skip" messages to explain().
72466      Branch: perl
72467            ! t/lib/syslfs.t t/op/lfs.t
72468 ____________________________________________________________________________
72469 [  7987] By: jhi                                   on 2000/12/05  12:34:54
72470         Log: The one that got away in #7984.
72471              
72472              Subject: Re: dTHR - what and why?
72473              From: Michael Stevens <michael@etla.org> 
72474              Date: Tue, 5 Dec 2000 11:15:52 +0000
72475              Message-ID: <20001205111552.A4647@firedrake.org>
72476      Branch: perl
72477            ! sv.h
72478 ____________________________________________________________________________
72479 [  7986] By: gsar                                  on 2000/12/05  09:14:44
72480         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
72481              due to the notorious GetFileType() bug in Windows 9x, which fstat()
72482              tickles)
72483      Branch: perl
72484            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
72485 ____________________________________________________________________________
72486 [  7985] By: jhi                                   on 2000/12/05  05:49:03
72487         Log: Integrate perlio:
72488              
72489              [  7983]
72490              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
72491      Branch: perl
72492           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
72493           !> win32/perlhost.h win32/perllib.c
72494 ____________________________________________________________________________
72495 [  7984] By: jhi                                   on 2000/12/05  05:48:16
72496         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
72497      Branch: perl
72498            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
72499            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
72500            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
72501            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
72502            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
72503            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
72504            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
72505            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
72506            ! win32/win32.c
72507 ____________________________________________________________________________
72508 [  7983] By: nick                                  on 2000/12/04  23:27:43
72509         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
72510      Branch: perlio
72511            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
72512            ! win32/perlhost.h win32/perllib.c
72513 ____________________________________________________________________________
72514 [  7982] By: jhi                                   on 2000/12/04  19:44:09
72515         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
72516              uncovered by #7980.
72517      Branch: perl
72518            ! op.c
72519 ____________________________________________________________________________
72520 [  7981] By: jhi                                   on 2000/12/04  19:42:07
72521         Log: Subject: [PATCH] Trivial dump.c feature
72522              From: Simon Cozens <simon@cozens.net>
72523              Date: Mon, 4 Dec 2000 18:08:38 +0000
72524              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
72525              
72526              Show whether a constant is UTF-8.
72527      Branch: perl
72528            ! dump.c
72529 ____________________________________________________________________________
72530 [  7980] By: jhi                                   on 2000/12/04  19:36:51
72531         Log: UTF-8 hash keys, patch from Inaba Hiroto.
72532      Branch: perl
72533            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
72534 ____________________________________________________________________________
72535 [  7979] By: jhi                                   on 2000/12/04  17:36:28
72536         Log: Update Changes.
72537      Branch: perl
72538            ! Changes patchlevel.h
72539 ____________________________________________________________________________
72540 [  7978] By: jhi                                   on 2000/12/04  16:42:17
72541         Log: Retract #7977, still too volatile (the euphemism of the day
72542              for unfinished and buggy :-)
72543      Branch: perl
72544            ! doop.c hv.c pp.c sv.h
72545 ____________________________________________________________________________
72546 [  7977] By: jhi                                   on 2000/12/04  16:25:15
72547         Log: (Retracted by #7978, too shaky yet.)
72548              
72549              Subject: Re: utf8 in hash keys, implementor missing
72550              From: Simon Cozens <simon@cozens.net>
72551              Date: Sat, 2 Dec 2000 19:49:35 +0000
72552              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
72553              
72554              The first step at UTF-8 hash keys.
72555      Branch: perl
72556            ! doop.c hv.c pp.c sv.h
72557 ____________________________________________________________________________
72558 [  7976] By: jhi                                   on 2000/12/04  16:13:53
72559         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
72560              From: sthoenna@efn.org
72561              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
72562              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
72563      Branch: perl
72564            ! os2/os2.c perlio.c
72565 ____________________________________________________________________________
72566 [  7975] By: jhi                                   on 2000/12/04  16:05:25
72567         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
72568              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72569              Date: Thu, 30 Nov 2000 20:50:37 -0800
72570              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
72571      Branch: perl
72572            ! os2/os2.c
72573 ____________________________________________________________________________
72574 [  7974] By: jhi                                   on 2000/12/04  16:03:57
72575         Log: Subject: [PATCH] ++ 20% faster
72576              From: Nicholas Clark <nick@ccl4.org>
72577              Date: Mon, 4 Dec 2000 12:17:27 +0000
72578              Message-ID: <20001204121726.B52976@plum.flirble.org>
72579              
72580              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
72581      Branch: perl
72582            ! sv.c
72583 ____________________________________________________________________________
72584 [  7973] By: jhi                                   on 2000/12/04  16:00:48
72585         Log: 
72586              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
72587              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72588              Date: Mon, 04 Dec 2000 12:30:45 +0100
72589              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
72590              
72591              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
72592              library (getprotobyname and getprotobynumber are outversioned by
72593              the same calls in libc, at least for xlc version 3.
72594      Branch: perl
72595            ! hints/aix.sh
72596 ____________________________________________________________________________
72597 [  7972] By: jhi                                   on 2000/12/04  02:58:31
72598         Log: Integrate perlio:
72599              
72600              [  7971]
72601              Quieten some noise in Win32 builds:
72602              - win32.h is included after <sys/socket.h>, so need to 
72603              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
72604              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
72605              
72606              [  7970]
72607              PERL_IMPLICIT_SYS compiles but does not work.
72608      Branch: perl
72609           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
72610           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
72611           !> win32/win32.h win32/win32iop.h win32/win32thread.h
72612 ____________________________________________________________________________
72613 [  7971] By: nick                                  on 2000/12/04  00:24:33
72614         Log: Quieten some noise in Win32 builds:
72615              - win32.h is included after <sys/socket.h>, so need to 
72616              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
72617              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
72618      Branch: perlio
72619            ! doio.c perl.h toke.c win32/win32.h
72620 ____________________________________________________________________________
72621 [  7970] By: nick                                  on 2000/12/03  22:57:46
72622         Log: PERL_IMPLICIT_SYS compiles but does not work.
72623      Branch: perlio
72624            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
72625            ! win32/perlhost.h win32/perllib.c win32/win32.h
72626            ! win32/win32iop.h win32/win32thread.h
72627 ____________________________________________________________________________
72628 [  7969] By: jhi                                   on 2000/12/03  22:12:58
72629         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
72630              used to swash_init(), makes regprop() dumps more informative
72631              (+utf8::IsAlpha, -utf8::IsDigit, for example).
72632      Branch: perl
72633            ! regcomp.c regexec.c
72634 ____________________________________________________________________________
72635 [  7968] By: jhi                                   on 2000/12/03  21:39:56
72636         Log: Implement ANYOFUTF8 regprop() dumping.
72637      Branch: perl
72638            ! regcomp.c
72639 ____________________________________________________________________________
72640 [  7967] By: jhi                                   on 2000/12/03  20:57:19
72641         Log: Make uv_to_utf8() to zero-terminate its output buffer,
72642              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
72643      Branch: perl
72644            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
72645 ____________________________________________________________________________
72646 [  7966] By: nick                                  on 2000/12/03  18:41:21
72647         Log: Integrate mainline (STDCHAR)
72648      Branch: perlio
72649           !> Configure t/pragma/utf8.t
72650 ____________________________________________________________________________
72651 [  7965] By: jhi                                   on 2000/12/03  17:58:20
72652         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
72653      Branch: perl
72654            ! t/pragma/utf8.t
72655 ____________________________________________________________________________
72656 [  7964] By: jhi                                   on 2000/12/03  17:35:56
72657         Log: Integrate perlio:
72658              
72659              [  7961]
72660              Make iperlsys.h vector stdio not PerlIO.
72661      Branch: perl
72662           !> iperlsys.h perlio.c
72663 ____________________________________________________________________________
72664 [  7963] By: jhi                                   on 2000/12/03  17:33:55
72665         Log: Metaconfig unit change for #7962.
72666      Branch: metaconfig
72667            ! U/modified/stdchar.U
72668 ____________________________________________________________________________
72669 [  7962] By: jhi                                   on 2000/12/03  17:33:27
72670         Log: Untangle the <stdio.h> #include nest for the stdchar test,
72671              from Andy Dougherty.
72672      Branch: perl
72673            ! Configure
72674 ____________________________________________________________________________
72675 [  7961] By: nick                                  on 2000/12/03  16:53:00
72676         Log: Make iperlsys.h vector stdio not PerlIO.
72677      Branch: perlio
72678            ! iperlsys.h perlio.c
72679 ____________________________________________________________________________
72680 [  7960] By: nick                                  on 2000/12/03  14:43:01
72681         Log: Integrate mainline
72682      Branch: perlio
72683           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
72684           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
72685 ____________________________________________________________________________
72686 [  7959] By: jhi                                   on 2000/12/03  08:16:36
72687         Log: Use DO_UTF8().
72688      Branch: perl
72689            ! op.c
72690 ____________________________________________________________________________
72691 [  7958] By: jhi                                   on 2000/12/02  18:33:05
72692         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
72693              From: Mike Guy <mjtg@cam.ac.uk>         
72694              Date: Sat, 02 Dec 2000 17:27:13 +0000
72695              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
72696              
72697              An extraneous argument.
72698      Branch: perl
72699            ! toke.c
72700 ____________________________________________________________________________
72701 [  7957] By: jhi                                   on 2000/12/02  18:22:32
72702         Log: A missing hunk.
72703      Branch: perl
72704            ! t/lib/net-hostent.t
72705 ____________________________________________________________________________
72706 [  7956] By: jhi                                   on 2000/12/02  18:06:20
72707         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
72708              From: Nicholas Clark <nick@ccl4.org>
72709              Date: Sat, 2 Dec 2000 14:28:27 +0000
72710              Message-ID: <20001202142827.A12308@plum.flirble.org>
72711              
72712              Test robustness.
72713      Branch: perl
72714            ! t/lib/net-hostent.t
72715 ____________________________________________________________________________
72716 [  7955] By: jhi                                   on 2000/12/02  17:58:06
72717         Log: Metaconfig unit change for #7954.
72718      Branch: metaconfig
72719            ! U/modified/stdchar.U
72720 ____________________________________________________________________________
72721 [  7954] By: jhi                                   on 2000/12/02  17:54:32
72722         Log: An inconvenient hang would happen if the stdio _ptr wasn't
72723              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
72724              would be grepping stdin for all eternity for the _ptr.)
72725      Branch: perl
72726            ! Configure
72727 ____________________________________________________________________________
72728 [  7953] By: jhi                                   on 2000/12/02  00:07:15
72729         Log: Update Changes.
72730      Branch: perl
72731            ! Changes patchlevel.h
72732 ____________________________________________________________________________
72733 [  7952] By: jhi                                   on 2000/12/01  23:54:47
72734         Log: Subject: Re: long shell lines
72735              From: Andy Dougherty <doughera@lafayette.edu>
72736              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
72737              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
72738              
72739              Split overly long shell command lines.
72740      Branch: perl
72741            ! lib/ExtUtils/MM_Unix.pm
72742 ____________________________________________________________________________
72743 [  7951] By: jhi                                   on 2000/12/01  23:48:02
72744         Log: The metaconfig unit change for #7950.
72745      Branch: metaconfig
72746            + U/modified/stdchar.U
72747 ____________________________________________________________________________
72748 [  7950] By: jhi                                   on 2000/12/01  23:47:39
72749         Log: Try to find stdchar also from <stdio_impl.h>.
72750      Branch: perl
72751            ! Configure config_h.SH
72752 ____________________________________________________________________________
72753 [  7949] By: jhi                                   on 2000/12/01  23:46:45
72754         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
72755              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72756              Date: Fri, 1 Dec 2000 16:26:08 -0500
72757              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
72758              
72759              Reword the diagnostic message.
72760      Branch: perl
72761            ! pod/perldiag.pod
72762 ____________________________________________________________________________
72763 [  7948] By: nick                                  on 2000/12/01  22:49:43
72764         Log: Integrate mainline (for s/y/m as sub names stuff).
72765      Branch: perlio
72766           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
72767           !> t/pragma/warn/toke toke.c
72768 ____________________________________________________________________________
72769 [  7947] By: jhi                                   on 2000/12/01  20:55:41
72770         Log: Integrate perlio:
72771              
72772              [  7942]
72773              Fix 'mmap' lib/filehand.t (ungetc) test fail.
72774              Make 'unix' pass most tests
72775              - do unread by temporary push of layer ("pending") holding unread chars
72776              - fast_gets is now based on per-handle flag
72777              - relax one of io/pipe.t tests to allow print to fail and close to
72778              succeed so that it passes on unbuffered "unix" layer.
72779              Remaining fail is sporadic and a genuine race condition between
72780              parent/child in fork test.
72781      Branch: perl
72782           !> perlio.c perliol.h t/io/pipe.t
72783 ____________________________________________________________________________
72784 [  7946] By: jhi                                   on 2000/12/01  20:36:51
72785         Log: Upgrade to CPAN 1.59_51, from Andreas König.
72786      Branch: perl
72787            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72788 ____________________________________________________________________________
72789 [  7945] By: nick                                  on 2000/12/01  20:31:32
72790         Log: Integrate mainline
72791      Branch: perlio
72792           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
72793           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
72794           +> t/lib/net-hostent.t
72795           !> (integrate 35 files)
72796 ____________________________________________________________________________
72797 [  7944] By: jhi                                   on 2000/12/01  20:23:29
72798         Log: Some help for 20001130.011.  Now one gets warnings like
72799              "Ambiguous -f() resolved as a file test ..."
72800      Branch: perl
72801            ! pod/perldiag.pod t/pragma/warn/toke toke.c
72802 ____________________________________________________________________________
72803 [  7943] By: jhi                                   on 2000/12/01  19:44:44
72804         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
72805              that also breaks using them as methods. 
72806      Branch: perl
72807            ! pod/perldiag.pod t/op/misc.t toke.c
72808 ____________________________________________________________________________
72809 [  7942] By: nick                                  on 2000/12/01  17:56:46
72810         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
72811              Make 'unix' pass most tests
72812              - do unread by temporary push of layer ("pending") holding unread chars
72813              - fast_gets is now based on per-handle flag
72814              - relax one of io/pipe.t tests to allow print to fail and close to
72815              succeed so that it passes on unbuffered "unix" layer.
72816              Remaining fail is sporadic and a genuine race condition between
72817              parent/child in fork test.
72818      Branch: perlio
72819            ! perlio.c perliol.h t/io/pipe.t
72820 ____________________________________________________________________________
72821 [  7941] By: jhi                                   on 2000/12/01  15:28:58
72822         Log: (Retracted by #7943.)
72823              
72824              Reserve the short named string operator names.
72825      Branch: perl
72826            ! pod/perldiag.pod t/op/misc.t toke.c
72827 ____________________________________________________________________________
72828 [  7940] By: jhi                                   on 2000/12/01  06:45:53
72829         Log: Get the three different space character classes right under utf8.
72830      Branch: perl
72831            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
72832            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
72833            ! regexec.c t/op/pat.t utf8.c
72834 ____________________________________________________________________________
72835 [  7939] By: jhi                                   on 2000/12/01  03:26:26
72836         Log: Two more tests that make no sense in UTF-8 since the test
72837              data is not in UTF-8.
72838      Branch: perl
72839            ! t/op/regexp.t
72840 ____________________________________________________________________________
72841 [  7938] By: jhi                                   on 2000/12/01  03:20:39
72842         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
72843              should it be required inside regexen?
72844      Branch: perl
72845            ! regcomp.c t/op/regmesg.t
72846 ____________________________________________________________________________
72847 [  7937] By: jhi                                   on 2000/12/01  02:58:53
72848         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
72849              stored and restored, and thusly was trounced by the utf8 swash
72850              routines.
72851      Branch: perl
72852            ! regcomp.c
72853 ____________________________________________________________________________
72854 [  7936] By: jhi                                   on 2000/11/30  20:41:39
72855         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
72856              Why the different platforms behave so differently (core dump vs
72857              no core dump) on this bug is a but of a mystery, but if I had to
72858              guess I would mumble something like 'alignment'.
72859      Branch: perl
72860            ! sv.c
72861 ____________________________________________________________________________
72862 [  7935] By: jhi                                   on 2000/11/30  16:17:02
72863         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
72864              From: Robin Barker <rmb1@cise.npl.co.uk>
72865              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
72866              Date: Thu, 30 Nov 2000 14:27:12 GMT
72867      Branch: perl
72868            ! perlio.c toke.c
72869 ____________________________________________________________________________
72870 [  7934] By: jhi                                   on 2000/11/30  16:04:49
72871         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
72872      Branch: perl
72873            ! t/lib/net-hostent.t
72874 ____________________________________________________________________________
72875 [  7933] By: jhi                                   on 2000/11/30  06:07:26
72876         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
72877              From: Peter Prymmer <pvhp@forte.com>
72878              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
72879              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
72880              
72881              In VMS the localhost may be LOCALHOST.
72882      Branch: perl
72883            ! t/lib/net-hostent.t
72884 ____________________________________________________________________________
72885 [  7932] By: jhi                                   on 2000/11/30  01:11:11
72886         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
72887              From: Peter Prymmer <pvhp@forte.com>
72888              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
72889              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
72890              
72891              plus regen perlapi.pod.
72892      Branch: perl
72893            ! pod/perlapi.pod utf8.c
72894 ____________________________________________________________________________
72895 [  7931] By: jhi                                   on 2000/11/30  01:06:19
72896         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
72897              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72898              Date:     Wed, 29 Nov 2000 17:15:11 EST
72899              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
72900      Branch: perl
72901            ! t/lib/filter-util.pl t/lib/filter-util.t
72902 ____________________________________________________________________________
72903 [  7930] By: jhi                                   on 2000/11/29  18:51:55
72904         Log: Update Changes.
72905      Branch: perl
72906            ! Changes patchlevel.h
72907 ____________________________________________________________________________
72908 [  7929] By: jhi                                   on 2000/11/29  18:50:55
72909         Log: Update the va_copy() metaconfig unit.
72910      Branch: metaconfig/U/perl
72911            ! need_va_copy.U
72912 ____________________________________________________________________________
72913 [  7928] By: jhi                                   on 2000/11/29  17:50:43
72914         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
72915              From: Dominic Dunlop <domo@computer.org>
72916              Date: Tue, 28 Nov 2000 16:41:57 +0100
72917              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
72918              
72919              Patch to catch a core dump in the Configure va_copy test.
72920      Branch: perl
72921            ! Configure config_h.SH
72922 ____________________________________________________________________________
72923 [  7927] By: jhi                                   on 2000/11/29  17:31:59
72924         Log: Retract #7921, the patch shouldn't be needed.
72925      Branch: perl
72926            ! sv.c
72927 ____________________________________________________________________________
72928 [  7926] By: jhi                                   on 2000/11/29  17:01:41
72929         Log: Make the Class::Struct import() wiser.
72930      Branch: perl
72931            ! lib/Class/Struct.pm t/lib/class-struct.t
72932 ____________________________________________________________________________
72933 [  7925] By: jhi                                   on 2000/11/29  16:36:33
72934         Log: All the core library users of Class::Struct seem to be
72935              using "use Class::Struct 'struct';" instead of the bare
72936              "use Class::Struct;", which isn't documented in Class::Struct.
72937              This can't be right.
72938      Branch: perl
72939            ! lib/File/stat.pm
72940 ____________________________________________________________________________
72941 [  7924] By: jhi                                   on 2000/11/29  16:32:15
72942         Log: A test works better if it has the right 1..$n output.
72943      Branch: perl
72944            ! t/lib/class-struct.t
72945 ____________________________________________________________________________
72946 [  7923] By: jhi                                   on 2000/11/29  16:29:11
72947         Log: Forgot to MANIFEST the new Net::hostent test.
72948      Branch: perl
72949            ! MANIFEST
72950 ____________________________________________________________________________
72951 [  7922] By: jhi                                   on 2000/11/29  16:27:49
72952         Log: Integrate perlio:
72953              
72954              [  7906]
72955              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
72956      Branch: perl
72957           !> iperlsys.h perlio.c
72958 ____________________________________________________________________________
72959 [  7921] By: jhi                                   on 2000/11/29  16:27:10
72960         Log: (Retracted by #7927.)
72961              
72962              Subject: [PATCH] Is infinity a number?
72963              From: Simon Cozens <simon@cozens.net>
72964              Date: Wed, 29 Nov 2000 14:48:20 +0000
72965              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
72966      Branch: perl
72967            ! sv.c
72968 ____________________________________________________________________________
72969 [  7920] By: jhi                                   on 2000/11/29  16:23:02
72970         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
72971              From: rspier@pobox.com (Robert Spier)
72972              Date: Wed, 29 Nov 2000 02:17:49 -0500
72973              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
72974              
72975              Add a test for Net::hostent.
72976      Branch: perl
72977            + t/lib/net-hostent.t
72978 ____________________________________________________________________________
72979 [  7919] By: jhi                                   on 2000/11/29  16:21:31
72980         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
72981              add a test for Class::Struct.
72982      Branch: perl
72983            + t/lib/class-struct.t
72984            ! MANIFEST lib/Class/Struct.pm
72985 ____________________________________________________________________________
72986 [  7918] By: jhi                                   on 2000/11/29  15:48:40
72987         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
72988              From: rspier@pobox.com (Robert Spier)
72989              Date: Wed, 29 Nov 2000 02:25:39 -0500
72990              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
72991              
72992              More checking in case someone has broken their services or
72993              protocol databases.
72994      Branch: perl
72995            ! ext/Sys/Syslog/Syslog.pm
72996 ____________________________________________________________________________
72997 [  7917] By: jhi                                   on 2000/11/29  15:46:25
72998         Log: Subject: [PATCH] $^O  win32 -> MSWin32
72999              From: rspier@pobox.com (Robert Spier)
73000              Date: Wed, 29 Nov 2000 02:17:38 -0500
73001              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
73002              
73003              plus similar nits for vms, err, VMS, and UNICOS.
73004      Branch: perl
73005            ! t/lib/syslfs.t t/op/lfs.t
73006 ____________________________________________________________________________
73007 [  7916] By: jhi                                   on 2000/11/29  15:42:51
73008         Log: Subject: [PATCH] Tokeniser debugging
73009              From: Simon Cozens <simon@cozens.net>
73010              Date: Wed, 29 Nov 2000 14:15:45 +0000
73011              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
73012      Branch: perl
73013            ! perl.c perl.h pod/perlrun.pod toke.c
73014 ____________________________________________________________________________
73015 [  7915] By: jhi                                   on 2000/11/29  15:41:36
73016         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
73017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73018              Date: Wed, 29 Nov 2000 02:13:14 -0500
73019              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
73020              
73021              OUT keyword nits.
73022              
73023              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
73024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73025              Date: Wed, 29 Nov 2000 03:09:04 -0500
73026              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
73027              
73028              OUT and IN_OUT documentation.
73029      Branch: perl
73030            ! lib/ExtUtils/xsubpp pod/perlxs.pod
73031 ____________________________________________________________________________
73032 [  7914] By: jhi                                   on 2000/11/29  03:35:01
73033         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
73034              From: John Tobey <jtobey@john-edwin-tobey.org>
73035              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
73036              Message-Id: <m140e1N-000FOoC@feynman.localnet>
73037              
73038              plus a performance speedup noticed by Sarathy.
73039      Branch: perl
73040            ! op.c
73041 ____________________________________________________________________________
73042 [  7913] By: jhi                                   on 2000/11/29  03:16:59
73043         Log: Use "1 while unlink" so that VMS gets clean, too.
73044      Branch: perl
73045            ! t/lib/filter-util.t
73046 ____________________________________________________________________________
73047 [  7912] By: jhi                                   on 2000/11/29  03:09:08
73048         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
73049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73050              Date: Tue, 28 Nov 2000 03:27:09 -0500
73051              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
73052      Branch: perl
73053            ! lib/ExtUtils/xsubpp
73054 ____________________________________________________________________________
73055 [  7911] By: jhi                                   on 2000/11/29  03:06:30
73056         Log: This should have been part of #7872: no need to scan UTF-8
73057              until eternity.
73058      Branch: perl
73059            ! utf8.c
73060 ____________________________________________________________________________
73061 [  7910] By: jhi                                   on 2000/11/29  02:50:04
73062         Log: One more perltie.pod nit from Casey R. Tweten.
73063      Branch: perl
73064            ! pod/perltie.pod
73065 ____________________________________________________________________________
73066 [  7909] By: jhi                                   on 2000/11/29  02:44:23
73067         Log: Document the known sprintf test failures, exact standard
73068              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
73069      Branch: perl
73070            ! pod/perldelta.pod t/op/sprintf.t
73071 ____________________________________________________________________________
73072 [  7908] By: jhi                                   on 2000/11/29  02:36:23
73073         Log: Add the Encoding table format documentation.
73074      Branch: perl
73075            + ext/Encode/Encode/EncodeFormat.pod
73076            ! MANIFEST
73077 ____________________________________________________________________________
73078 [  7907] By: jhi                                   on 2000/11/29  02:07:24
73079         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
73080              From: "Casey R. Tweten" <crt@kiski.net>
73081              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
73082              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
73083              
73084              Subject: Re: [PATCH] Updating perltie.pod for arrays
73085              From: "Casey R. Tweten" <crt@kiski.net>
73086              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
73087              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
73088      Branch: perl
73089            ! pod/perltie.pod
73090 ____________________________________________________________________________
73091 [  7906] By: nick                                  on 2000/11/28  22:40:59
73092         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
73093      Branch: perlio
73094            ! iperlsys.h perlio.c
73095 ____________________________________________________________________________
73096 [  7905] By: nick                                  on 2000/11/28  22:04:34
73097         Log: Integrate mainline
73098      Branch: perlio
73099           !> (integrate 39 files)
73100 ____________________________________________________________________________
73101 [  7904] By: jhi                                   on 2000/11/28  16:44:43
73102         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
73103              From: Nicholas Clark <nick@babyhippo.co.uk>
73104              Date: Tue, 28 Nov 2000 11:16:57 +0000
73105              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
73106      Branch: perl
73107            ! pod/perlipc.pod
73108 ____________________________________________________________________________
73109 [  7903] By: jhi                                   on 2000/11/28  16:40:31
73110         Log: Subject: [PATCH] Updating perltie.pod for arrays
73111              From: "Casey R. Tweten" <crt@kiski.net>
73112              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
73113              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
73114      Branch: perl
73115            ! pod/perltie.pod
73116 ____________________________________________________________________________
73117 [  7902] By: jhi                                   on 2000/11/28  16:39:37
73118         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
73119              From: Robin Barker <rmb1@cise.npl.co.uk>
73120              Date: Mon, 27 Nov 2000 17:56:44 GMT
73121              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
73122      Branch: perl
73123            ! pod/perlfunc.pod t/op/split.t
73124 ____________________________________________________________________________
73125 [  7901] By: jhi                                   on 2000/11/28  16:28:04
73126         Log: setmode() is a DOSish-only thing.
73127      Branch: perl
73128            ! perlio.c
73129 ____________________________________________________________________________
73130 [  7900] By: jhi                                   on 2000/11/28  16:21:46
73131         Log: Subject: [PATCH] perlcc.PL cleanups
73132              From: Simon Cozens <simon@cozens.net>
73133              Date: Tue, 28 Nov 2000 12:44:35 +0000
73134              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
73135      Branch: perl
73136            ! utils/perlcc.PL
73137 ____________________________________________________________________________
73138 [  7899] By: gsar                                  on 2000/11/28  06:32:55
73139         Log: reintegrate files missed by change#7895
73140      Branch: maint-5.6/perl
73141           +> ext/ByteLoader/bytecode.h utils/Makefile
73142            - utils/perlbc.PL
73143 ____________________________________________________________________________
73144 [  7897] By: gsar                                  on 2000/11/27  18:22:47
73145         Log: can't integrate these two files, for some reason
73146      Branch: maint-5.6/perl
73147            - ext/ByteLoader/bytecode.h utils/Makefile
73148 ____________________________________________________________________________
73149 [  7895] By: gsar                                  on 2000/11/27  18:11:21
73150         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
73151              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
73152              6757..6890,6892..6901 from mainline
73153              
73154              Bytecompiler patches from Benjamin Stuhl.
73155              
73156              More bytecompiler.
73157              
73158              Subject: [PATCH blead] B:: missing dependency
73159              
73160              Subject: [PATCH: 6757] configure.com updates and syslog build
73161              
73162              Long double Gconvert fixes from Yitzchak Scott-Thoennes
73163              and Spider Boardman.
73164              
73165              Subject: [PATCH blead] nextchar() abuse misses an optimisation
73166              
73167              Long double fixes from Spider Boardman.
73168              
73169              Make the selection of NVff et al stricter.
73170              
73171              cSVOPo_*v things index into the current PL_curpad
73172              under ithreads, which is different from the curpad
73173              used by the XSUB.  (In other words, the code as-is
73174              before this patch wouldn't work under ithreads.)
73175              
73176              Be portable.
73177              
73178              VMS MMS (make) wants null action.
73179              
73180              Mac and other portability updates from Chris Nandor.
73181              
73182              Storable support, v-version fixes.
73183              Subject: CPAN.pm beta for testing available
73184              
73185              Portability fix from Hugo van der Sanden.
73186              
73187              Bad makefile.
73188              
73189              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
73190              
73191              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
73192              
73193              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73194              
73195              Replace #6705 with a minimal doc patch.
73196              Subject: [PATCH 5.6.0] replace change #6705
73197              
73198              Drop the separate perlbc, perlcc -b should be enough.
73199              
73200              installperl couldn't tell whether it had run tests or not.
73201              Subject: [PATCH] Re: installperl and t/TEST
73202              
73203              Add silencer flags to installperl.
73204              Subject: [PATCH] Making installperl silent.
73205              
73206              Make "make install" by default silent.  A new "install-verbose"
73207              target is verbose.
73208              
73209              More liberal parsing of version numbers.
73210              Subject: Re: CPAN.pm beta for testing available
73211              
73212              Create directories in silence.
73213              Subject: [PATCH] Another silencer for MakeMaker
73214              
73215              DOS patches and portability/porting notes, from Tim Jenness.
73216              
73217              Make installman to recognize the silence flag -S.
73218              
73219              Actually do something with the silencer option.
73220              
73221              Continue silencing.
73222              
73223              Show the doc file, not the temp file.
73224              
73225              Regen perltoc.
73226              
73227              Subject: [PATCH] More silencing of installman.
73228              
73229              Better wording for the vec lvalue diagnostic.
73230              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73231              
73232              Subject: [PATCH: 6805] several more tweaks to configure.com
73233              
73234              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
73235              
73236              Missing parts of 
73237              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
73238              
73239              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
73240              (applied slightly modified)
73241              
73242              installperl --verbose and --silent.
73243              Subject: Re: [PATCH] More silencing of installman.
73244              
73245              Add install-silent target.
73246              
73247              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
73248              the problem reported in
73249              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
73250              
73251              Tweak the sfio/useperlio logic, hopefully as wished in
73252              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
73253              
73254              One forgotten file from #6816.
73255              
73256              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
73257              
73258              Remove duplicately applied patch shards.
73259              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
73260              
73261              Support preserving extremely big/small angles.
73262              
73263              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
73264              
73265              Subject: [PATCH] installation not quite silent yet.
73266              
73267              Update the test count.
73268              
73269              Use UVxf, PTR2UV, NVff.
73270              
73271              Document PTR2XX and INT2PTR.
73272              
73273              no-install target a la make -n.
73274              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
73275              
73276              grep -e isn't portable.
73277              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
73278              
73279              Can't get the test to reliably work thanks to the
73280              inaccurateness of floating point.  "Resolves" bug ids
73281              20000826.003, 20000826.009, 20000826.010,
73282              
73283              Subject: installman buglet
73284              
73285              DJGPP update from Laszlo Molnar.
73286              
73287              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73288              
73289              Passing -R in ldflags makes now it to appear in the default
73290              for lddlflags, just like with -L.
73291              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73292              
73293              Test nit.
73294              
73295              Use the actual thread type, not the pointer-to-struct.
73296              
73297              Provice virtual $Config{ccflags_nolargefiles} etc. 
73298              
73299              display_format used as a class method without arguments was broken,
73300              reported in
73301              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
73302              
73303              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
73304              
73305              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
73306              
73307              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
73308              
73309              opmini.o may be left around if a build is interrupted.
73310              
73311              Typo in #6858.
73312              
73313              Fix for ID 20000828.001, long doubles were not formatted
73314              correctly (showed up in $], which stopped installing perl).
73315              
73316              An attempt to fix the problem reported in
73317              Subject: Building perl@6856 using gcc/AIX 4.3.3 
73318              I can't test this properly since the gcc installation I have
73319              access to seems to be botched (gcc is calling the AIX cpp,
73320              a losing proposition...)
73321              
73322              Add -ld to archname on long tr...double platforms.
73323              
73324              Subject: hv.h Doc Patch
73325              
73326              Potential cruft.
73327              
73328              Subject: [PATCH bleedperl@6856] warnings fixes
73329              
73330              -S is the silent flag, -s is the strip flag.
73331              Subject: [PATCH] Re: [PATCH] make no-install          
73332              
73333              Take out the SUIDMAIL thing, that will not be
73334              a problem in 5.7.*.
73335              
73336              Subject: [PATCH bleedperl@6866] spellings
73337              
73338              Subject: [PATCH] Re: files not cleaned even by veryclean
73339              
73340              Use minimal @INC in tests, most of the time just '../lib',
73341              so that we simply can't pick up stuff from other Perls than
73342              the one we are testing.  Pointed out by
73343              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
73344              
73345              Update to Getopt::Long 2.24, from Johan Vromans.
73346              
73347              Fix for thinko in #6848.
73348              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
73349              
73350              Patches all over for people and the files they (hopefully) care about.
73351              
73352              Subject: Net::protoent does not export 'getproto'
73353              
73354              Missed a change in #6869.
73355              
73356              Subject: [PATCH] Warnings in B::Deparse
73357              
73358              Subject: [PATCH] Glob dumping
73359              
73360              Disable one of the tests for now.
73361              
73362              Disabling the one test is a bit tricky.
73363              
73364              Don't forget to tidy up.
73365              
73366              The #6881 removed one dump line.
73367              
73368              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
73369              
73370              Under usethreads the dumped variable is IN_PAD.
73371              Subject: Re: [PATCH] Glob dumping
73372              
73373              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
73374              
73375              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
73376              
73377              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
73378              
73379              Regen Configure for #6894.
73380              
73381              Subject: [PATCH: 6889] updates to perlebcdic.pod
73382              
73383              Undo namespace pollution of #6878.
73384              Subject: Re: Net::protoent does not export 'getproto'
73385              
73386              Admit that we are leaking scalars.
73387              
73388              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
73389      Branch: maint-5.6/perl
73390           !> (integrate 271 files)
73391 ____________________________________________________________________________
73392 [  7894] By: gsar                                  on 2000/11/27  16:00:34
73393         Log: a couple of nits
73394      Branch: maint-5.6/perl
73395            ! MANIFEST pp_sys.c
73396 ____________________________________________________________________________
73397 [  7893] By: gsar                                  on 2000/11/27  15:10:56
73398         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
73399              6740..6745,6747..6757,6760
73400              
73401              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
73402              
73403              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
73404              
73405              Doc nits spotted by Richard Soderberg.
73406              
73407              move WNOHANG definition to where other such things are
73408              
73409              Make $Config{byteorder} more magical so that it is
73410              dynamically computed: nice for 'fat binaries'.
73411              Subject: [PATCH]: default byteorder
73412              
73413              Subject: [PATCH] Cwd.pm now uses strict
73414              
73415              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
73416              
73417              Get -DLEAKTEST to compile (not necessarily to work, mind)
73418              Subject: [ID 20000724.006] -DLEAKTEST problem
73419              
73420              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
73421              
73422              Add perlebcdic from Peter Prymmer, regen toc.
73423              
73424              Don't propose using modules built for 5.005 if no binary
73425              compatibility with 5.005 is attempted.
73426              
73427              Do not use prototyping here.
73428              Subject: [ID 20000817.016] [PATCH] Peek.xs
73429              
73430              Document what the backtick returns if the command fails.
73431              
73432              Add byteorder to the myconfig output.
73433              
73434              Introduce NVef, NVff, and NVgf, use the middle one.
73435              (helps for lib/peek + Linux + long doubles)  Reported in
73436              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
73437              Use NVs in POSIX math, not doubles.
73438              Subject: [ID 20000817.014] POSIX & modfl
73439              
73440              Subject: [PATCH 5.6.0+] newSVrv() memory leak
73441              
73442              The byteorder code in #6671 was wrong.
73443              
73444              Fix the lib/complex failure of
73445              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
73446              Linux long double accuracy issue: something that
73447              when printed with %g looks like "2" but int() of it is 1.
73448              
73449              Propagate new Configure vars.
73450              
73451              Unbuffer the output.
73452              
73453              Subject: [PATCH] perltrap.pod spring cleaning
73454              
73455              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
73456              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
73457              
73458              Tiny Getopt::Long patch from Johan Vromans.
73459              
73460              Document code point which makes if (defined %stash::) to work
73461              (noted by Spider Boardman).
73462              
73463              Subject: [PATCH perl@6698] cygwin port
73464              
73465              Document the NDBM_File and ODBM_File as SDBM_File
73466              was documented in #6417.
73467              
73468              The new tests were missing from #6415.
73469              
73470              Add [[:blank:]] as suggested in
73471              Subject: [ID 20000716.024] [=cc=] / [:blank:]
73472              (the [=cc=] has already been taken care of by #6439
73473              so the whole bug report can be closed)
73474              and make [[:space:]] to be equivalent to isspace(3)
73475              (as opposed to \s, which is isSPACE()).  The difference
73476              is that now [[:space:]] matches the mythical vertical tab,
73477              while \s doesn't.
73478              
73479              Don't eat leading os from index entries.
73480              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
73481              
73482              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
73483              
73484              Typo in pp_complement().
73485              Subject: [PATCH perl-current] Deparse
73486              
73487              Add warnif(), check warnings further up the stack,
73488              all the warnings functions now can take an optional object reference.
73489              Subject: [PATCH bleedperl@6691] warnings pragma update
73490              
73491              Fix a core dump in lib/selfloader under -DDEBUGGING.
73492              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
73493              
73494              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
73495              
73496              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
73497              
73498              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
73499              Put back the long double avoidance code to POSIX.xs
73500              because VMS seems to need it still.
73501              
73502              Introduce a 'veryclean' target that is like 'distclean'
73503              but also removes *~ and *.orig.
73504              
73505              Subject: [ID 20000817.023] endianness description in perlfunc.pod
73506              
73507              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
73508              
73509              Let's try #6717 again.
73510              
73511              UTF8 concat fixes.
73512              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
73513              
73514              pp_open() could pass an uninitialized filename down to do_open9().
73515              
73516              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
73517              
73518              Update to CGI 2.72, from Lincoln Stein.
73519              
73520              Subject: [PATCH] Silence MakeMaker (Was: installman)
73521              
73522              Use temporary directory instead of current directory.
73523              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
73524              
73525              Document odd vs even subreleases and -Dusedevel.
73526              
73527              The veryclean target needs to clobber.
73528              
73529              Use File::Spec->tmpdir().
73530              
73531              Document the number of exponent digits.
73532              
73533              Mention perlebcdic and perlposix-bc.
73534              
73535              s/this one/the 5.6.0 release/
73536              
73537              The #6724 is here.
73538              
73539              The correct cleaning order is an art.
73540              
73541              small tweaks for change#6705: avoid C++ style comments in C code;
73542              use Perl's malloc API rather than the low level system one
73543              
73544              Array context keeps slithering in.
73545              
73546              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
73547              
73548              Subject: [PATCH] os2.c fix for use64bitint
73549              
73550              Update to Pod::LaTeX 0.53.
73551              Subject: [PATCH] lib/Pod/LaTeX.pm updates
73552              
73553              Document the endianness of Alpha more precisely.
73554              
73555              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
73556              
73557              Rename the macro argument because some preprocessors
73558              can't tell the difference and expand arguments also inside
73559              double quoted strings.
73560              
73561              free TLS slot properly on Windows
73562              
73563              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
73564              
73565              Unicos/mk requires elaborate paranoia.
73566              
73567              Tweak the floating point output routine preferences.
73568              
73569              Also under djgpp the timestamps are funky.
73570              
73571              Apply some PodParser 1.18 patches; the Pod/Find.pm
73572              patches cannot be applied since #6712 conflicts.
73573              
73574              Use PodParser 1.18 new test.
73575              
73576              A pod nit.
73577              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
73578              
73579              Be verydeepclean.
73580      Branch: maint-5.6/perl
73581           +> pod/perlebcdic.pod
73582           !> (integrate 106 files)
73583 ____________________________________________________________________________
73584 [  7892] By: jhi                                   on 2000/11/27  15:02:32
73585         Log: Update Changes.
73586      Branch: perl
73587            ! Changes patchlevel.h
73588 ____________________________________________________________________________
73589 [  7891] By: jhi                                   on 2000/11/27  14:57:23
73590         Log: Subject: Re: perlfaq style changes
73591              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73592              Date: Sat, 25 Nov 2000 23:32:26 -0800
73593              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
73594              
73595              plus a note from Ronald Kimball.
73596      Branch: perl
73597            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
73598 ____________________________________________________________________________
73599 [  7890] By: jhi                                   on 2000/11/27  14:53:14
73600         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
73601              From: Benjamin Holzman <bah@ecnvantage.com>
73602              Date: Sun, 26 Nov 2000 16:27:33 -0500
73603              Message-ID: <20001126162733.J25040@ecnvantage.com>
73604      Branch: perl
73605            ! gv.c
73606 ____________________________________________________________________________
73607 [  7889] By: jhi                                   on 2000/11/27  14:43:11
73608         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
73609              From: lvirden@cas.org
73610              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
73611              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
73612      Branch: perl
73613            ! README.amiga
73614 ____________________________________________________________________________
73615 [  7888] By: jhi                                   on 2000/11/27  14:32:34
73616         Log: Restore also the locale test to no-sprintf-taint state.
73617              Fixes the bug 20001127.003.
73618      Branch: perl
73619            ! sv.c t/pragma/locale.t
73620 ____________________________________________________________________________
73621 [  7887] By: gsar                                  on 2000/11/27  14:13:05
73622         Log: integrate changes#6613..6616,6620..6665 from mainline
73623              
73624              VMS configure.com update continues.
73625              
73626              Subject: Test fails / warnings with perl-current #6612
73627              
73628              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
73629              
73630              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
73631              
73632              For now remove the mail code.
73633              
73634              Subject: Re: [PATCH] @+, @- readonly
73635              
73636              Subject: warning: storage class after type is obsolescent
73637              
73638              Subject: sfio2000
73639              
73640              Subject: Re: File::Temp problems on VMS in bleedperl
73641              
73642              README.os2 update.
73643              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
73644              
73645              Make the user to give up his firstborn, err, to knowingly
73646              verify installing an unstable developer release.  Also bump
73647              the release to 5.7.0, but leave a patch tag in the local
73648              patches saying that this is not yet the real thing.
73649              
73650              Update (kinda) to Test 1.14, from Joshua Pritikin.
73651              
73652              make ok etc also for win32.
73653              
73654              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
73655              
73656              Don't blow limited stacks, a lower number is enough to
73657              tickle the lookbehind limit.
73658              
73659              Use -Dusedevel; regen Configure and the respective Porting stuff.
73660              
73661              Subject: [PATCH] debugger exit code should reflect user exit code
73662              
73663              Subject: [PATCH perl@6620] cygwin port
73664              
73665              Missed a file from #6638.
73666              
73667              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)
73668              
73669              magic callbacks all need to have same type signature
73670              
73671              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
73672              
73673              Fix a dependency problem.
73674              Subject: [PATCH: 6640] VMS Makefile.SH update
73675              
73676              The numeric locale was reset to "C" by s?printf and never restored.
73677              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
73678              No test since adding the failing example to locale.t
73679              does not fail -- probably because the locale settings are so
73680              thoroughly tweaked by that time.  Running the example standalone
73681              does fail, though.  UPDATE: test case added at change #7540.
73682              
73683              Subject: [ID 20000324.040] minor fix to perlhpux.pod
73684              
73685              Update to CPAN 1.57.
73686              
73687              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
73688              
73689              Change the perlbug address to perl.org since it's more forgiving.
73690              
73691              Change the regx compilation error markers to use = instead of <
73692              since pod makes using the latter quite messy.  Reported in
73693              ID 20000814.006 by Abigail and in
73694              Subject: Unknown escape E<> ?
73695              
73696              Update to perldebtut 1.9, from Richard Foley.
73697              
73698              check that the number pseudo children doesn't exceed
73699              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
73700              the WaitForMultipleObjects() limit that would cause wait()
73701              to crash)
73702              wait() and waitpid() could potentially be rewritten to use
73703              more than one thread to do the waiting to eliminate this
73704              limitation
73705              
73706              change#6328 could make close(SOCKET) return false on windows
73707              when it shouldn't
73708              
73709              pod nit seen in passing
73710              
73711              on windows, the return values from wait() and waitpid() don't
73712              match those of pseudo-pids
73713              
73714              waitpid() now handles externally spawned pids correctly;
73715              fixes for backtick/wait/waitpid failures on Windows 9x
73716              these changes make the pid returned by process functions on
73717              Windows 9x always positive by clearing the high bit (which
73718              is always set on Win9x); pseudo-process PIDs are likewise
73719              always negative now on Win9x (just as on NT/2000)
73720              
73721              trailing new %ENV entries weren't being pushed into the real
73722              environment of subprocesses on Windows
73723              
73724              Tweak the regex compilation errors once more.
73725              
73726              avoid warnings from dense compiler
73727              
73728              add "ok" targets from change#6632 in makefile.mk
73729      Branch: maint-5.6/perl
73730            - lib/Pod/PlainText.pm vms/configure.com
73731           !> (integrate 66 files)
73732 ____________________________________________________________________________
73733 [  7886] By: jhi                                   on 2000/11/27  13:54:18
73734         Log: __FUNCTION__ isn't portable and trying to emulate it leads
73735              into practically spelling out the name of the function.
73736              Takes care of the bug 20001127.001.
73737      Branch: perl
73738            ! perlio.c
73739 ____________________________________________________________________________
73740 [  7885] By: gsar                                  on 2000/11/27  13:53:18
73741         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
73742              6610..6611 from mainline
73743              
73744              Make regular expression parse error messages easier to understand.
73745              Subject: Re: enhanced(?) regex error messages
73746              
73747              Tiny tidying on report_evil_fh().
73748              
73749              Subject: Re: enhanced(?) regex error messages 
73750              plus Capitalize the error messages, plus perldiag them.
73751              
73752              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
73753              
73754              Document here-doc better.
73755              
73756              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
73757              
73758              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
73759              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
73760              (either perlbug or p5p ate the original), plus regen
73761              perlapi and perltoc. 
73762              
73763              Regen global.sym.
73764              
73765              Double check that we have a dirhandle.
73766              
73767              Subject: Re: enhanced(?) regex error messages
73768              (plus two small patches sent privately)
73769              (this still seems to leave few test failures)
73770              
73771              warn is a macro, avoid using at a variable to avoid warnings
73772              in some configurations; readdir.t is too conservative in
73773              estimating number of *.t's
73774              
73775              Get back into sync with Jeffrey on the enhanced regex warnings.
73776              
73777              Subject: [PATCH 5.6.0] cygwin port
73778              
73779              Zero entries were skipped, fix from Adrian Goalby
73780              <argoalby@yahoo.co.uk>
73781              
73782              Subject: Remove dead entry in perldiag
73783              
73784              Amend the description of Perl6.
73785              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
73786              
73787              detypo
73788              
73789              It's the 2ndO'ROSSC.
73790              
73791              Revert the sv.c part of #6559, a better fix is needed.
73792              
73793              Iterating perl6 description.
73794              
73795              Update to Term::ANSIColor 1.03, from Russ Allbery.
73796              
73797              Update to Getopt::Long 2.23_05, from Johan Vromans.
73798              
73799              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
73800              
73801              Update to Pod::Parser 1.17, from Brad Appleton.
73802              
73803              Update to CPAN 1.56, from Andreas König.
73804              
73805              Update to CGI 2.70, from Lincoln Stein.
73806              
73807              Put back the std @INC thing.
73808              
73809              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
73810              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
73811              
73812              Document the IO::Select timeout.
73813              
73814              sleep(1) does not necessarily return 1.
73815              Subject: [PATCH bleadperl] op/lex_assign.t  
73816              
73817              Subject: debugger "d" command doesnt check line number
73818              
73819              B::Deparse didn't do sub attributes.
73820              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
73821              
73822              Preprocessing and postprocessing for File::Find.
73823              Subject: Patch to Find::File.pm to allow alphabetical results
73824              
73825              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
73826              
73827              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
73828              
73829              Subject: Re: [ID 20000730.003] utf8::length() bad
73830              
73831              Subject: Getting perlio and threads to compile
73832              (the Solaris version changes in Configure skipped)
73833              
73834              Tests for #6589.
73835              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
73836              
73837              Add Perl debugging tutorial, regen toc. 
73838              Subject: perldebtut.pod
73839              
73840              Add a few missing files, update MANIFEST.
73841              
73842              Rewrite of vms/subconfigure.com as configure.com,
73843              from Peter Prymmer and the vmsperl crew.
73844              
73845              Should have deleted this in #6603.
73846              
73847              Fix the test for 5005threads.
73848              
73849              Fix-n-skip the tests under 5005threads.
73850              
73851              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
73852              
73853              Upgrade to CGI 2.71, from Lincoln Stein.
73854      Branch: maint-5.6/perl
73855           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
73856           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
73857           +> t/op/regmesg.t t/pod/find.t vms/configure.com
73858            - vms/subconfigure.com
73859            ! lib/lib.pm
73860           !> (integrate 115 files)
73861 ____________________________________________________________________________
73862 [  7884] By: jhi                                   on 2000/11/27  13:44:33
73863         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
73864              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73865              Date:     Mon, 27 Nov 2000 08:23:54 EST
73866              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
73867      Branch: perl
73868            ! vms/descrip_mms.template vms/test.com
73869 ____________________________________________________________________________
73870 [  7883] By: gsar                                  on 2000/11/27  11:50:46
73871         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
73872              6511..6513,6515..6523,6525..6536
73873              
73874              The swallow_bom() saga continues.  The #23 of require.t
73875              (UTF16-LE) still fails (silently, no output) but the #22
73876              (UTF16-BE) seems to be working now.  The root of the
73877              failure may be in sv_gets(): is it UTF-16LE-aware,
73878              especially when it comes to line endings? 
73879              
73880              Document the problem with -P in HP-UX and its workaround.
73881              
73882              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
73883              (aka ID 20000730.002)
73884              
73885              Subject: fix and question re: waitpid() under win32
73886              
73887              Make the safety catch for buggy gccs work with triple version
73888              numbers like 2.95.2.  Reported in
73889              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
73890              
73891              In Digital UNIX warn if gcc explicitly chosen because even
73892              2.95.2 is known to cause problems.
73893              
73894              Make chr() for values >127 to create utf8 when under utf8.
73895              
73896              various syntax errors and such (not fixed: comp/require.t#22 coredump
73897              on Windows)
73898              
73899              Stash away the largefiles flags and libswanted.
73900              
73901              BOM patching from Simon Cozens.
73902              
73903              If gccosandvers is equal to osname, clear gccosandvers.
73904              
73905              Make p4desc to skip non-mainperl branches by default.
73906              
73907              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
73908              
73909              The test from this
73910              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
73911              
73912              In new BSDs changes to argv[] do not show up in ps(1) output,
73913              instead one must use setproctitle().  This was already addressed
73914              by change #6457, but the below has a new variant for FreeBSD 4.0
73915              or later, and the matter is also documented more.
73916              
73917              FreeBSD 3.* updates from
73918              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
73919              
73920              regen_headers, regen perltoc.
73921              
73922              Document in one place the memory abstractions used in Perl core.
73923              
73924              memcpy has n o in it, as pinted ut by Sarathy.
73925              
73926              Remove the extraneous "main::" prefix from all the
73927              "opened only for", "on closed", and "never opened" warnings.
73928              
73929              The name of a filehandle does not have <these>.
73930              
73931              The tr utf8 patching continues.
73932              
73933              The new setproctitle() feature is available only in 
73934              bleeding edge FreeBSD.  From Paul Saab.
73935              
73936              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
73937              
73938              Dump UVs as UVs in Data::Dumper.
73939              
73940              detypo #6494
73941              
73942              Document the IVdf UVuf UVof UVxf.
73943              
73944              require.t needs binmode() to work on windows
73945              
73946              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
73947              that are hopefully soon put into use.
73948              
73949              Allow "no Module;" even if there is no 'unimport'.
73950              
73951              Better skip message for the test; one of the two problems in
73952              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
73953              
73954              The subtest 4 may fail also on VOBS, as pointed out
73955              by Nick Ing-Simmons in November 1999, bug id 19991124.003
73956              (but the failure in that bug report isn't the subtest 4).
73957              
73958              Be more informative on what is skipped and why,
73959              also repeat the list at the end.
73960              
73961              Add a URL for FSF.
73962              
73963              Subject: [PATCH] sv.h documentation - SvLEN
73964              
73965              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
73966              
73967              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
73968              
73969              Subject: [PATCH] bad cppsymbols on os2 + Configure question
73970              
73971              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
73972              
73973              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
73974              mention the idea of @( and @)
73975              
73976              This is 6512.  Really.
73977              
73978              Subject: [ID 19990721.004] Documentation bug in perlfunc
73979              
73980              Subject: Minor tweak to perlvar.pod
73981              
73982              In the warnings call filehandles consistently so;
73983              add "unopened" warning for stat().
73984              
73985              After the #6519 a warning about stat() is just that,
73986              not about a filetest, which now have their own warning.
73987              
73988              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
73989              
73990              Subject: Re: Array vs. List context
73991              
73992              Subject: New perlcc, take 2
73993              
73994              Weed buglets pointed out by
73995              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
73996              
73997              gcc versions might have (parentheses) in them.
73998              
73999              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
74000              
74001              Essential prototype changes were missing from #6527.
74002              Also make report_evil_fh() more bomb-proof.
74003              
74004              Zap lib/Sys directory when cleaning up.
74005              
74006              Change the Policy policy: now -Dprefix= with an existing
74007              Policy.sh and prefix == siteprefix == vendorprefix, then all
74008              of them follow along the new prefix.
74009              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
74010              
74011              Continue fixing the io warnings.  This also
74012              sort of fixes bug ID 20000802.003: the core dump
74013              is no more.  Whether the current behaviour is correct
74014              (giving a warning: "Not a format reference"), is another matter.
74015              
74016              Have symbols for the IoTYPEs.
74017              
74018              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
74019              
74020              Document a bit that UDP is not what you might think.
74021              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
74022              tr memory corruption fix from Simon Cozens.
74023              
74024              Plug the security hole described in the Aug 05 2000 bugtraq message
74025              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
74026              The security hole exists only in suidperls, which isn't
74027              installed or even built by default.
74028      Branch: maint-5.6/perl
74029           !> (integrate 71 files)
74030 ____________________________________________________________________________
74031 [  7882] By: gsar                                  on 2000/11/27  10:25:36
74032         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
74033              from mainline
74034              
74035              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
74036              to be fatal errors (instead of by default ignoring them, and
74037              ignoring with a bug: even though -w gave an error, the opening [
74038              was left in)  Reported in:
74039              
74040              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
74041              
74042              Subject: [PATCH] split /^/
74043              
74044              MacOS nits from Matthias Neeracher.
74045              
74046              More split() doc and test patches from Mike Guy.
74047              
74048              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
74049              from Graham Barr in the module list.
74050              
74051              docfix from Peter Scott <Peter@PSDT.com>.
74052              
74053              File::Temp patches for VMS and OS/2 from Tim Jenness.
74054              
74055              open() wariness in perlbug.
74056              
74057              Subject: [PATCH] minor doc change - perlguts
74058              
74059              Subject: Minor doc patch: handy.h
74060              
74061              Be wary of close()s, too.
74062              
74063              Further File::Temp patches from Yitzchak Scott-Thoennes
74064              and Craig A. Berry.
74065              
74066              Subject: [PATCH] fixes bug 20000508.004
74067              
74068              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
74069              
74070              Allow "no AutoLoader;", based on change #6444,
74071              suggested by Graham Barr.
74072              
74073              Use setproctitle() if available to modify $0.
74074              
74075              Warn if the version of the operating system used to compile gcc
74076              differs from the current version of the operating system.
74077              Also display the gcc compilation os and version in myconfig.
74078              Inspiration from
74079              
74080              Tiny fixes for #6460.
74081              
74082              The problem described in this
74083              Subject: [ID 20000322.018] named chars aren't magical enough
74084              has been fixed in perl 5.6.0 but just in case added a test
74085              to keep it away.  (The report from Joseph Hall.)
74086              
74087              Tune the comments and hopefully stop a memory leak.
74088              
74089              Subject: UTF8 concat
74090              (with a memory leak fixed, plus a few casts added)
74091              This also seems to help for
74092              Subject: [ID 20000716.015] join UTF8 weirdness
74093              
74094              Do not upgrade SVs into utf8 just because they participate
74095              in eq or cmp.  Reported and fix suggested in
74096              Subject: [ID 20000720.009] sv_eq UTF8 bug
74097              
74098              Fix the HALF_UPGRADE() macro introduced in #6263.
74099              
74100              Find green threads before native threads.
74101              Subject: Re: Patch to jpl/JNI/Makefile.PL
74102      Branch: maint-5.6/perl
74103           !> (integrate 30 files)
74104 ____________________________________________________________________________
74105 [  7881] By: jhi                                   on 2000/11/27  05:48:41
74106         Log: It seems that *both* the unused submatch loop cleanup
74107              codes are needed.
74108      Branch: perl
74109            ! regexec.c
74110 ____________________________________________________________________________
74111 [  7880] By: jhi                                   on 2000/11/27  04:50:07
74112         Log: Clean .exists deeper.
74113      Branch: perl
74114            ! Makefile.SH
74115 ____________________________________________________________________________
74116 [  7879] By: jhi                                   on 2000/11/27  02:31:35
74117         Log: The code in regcppop() (see #7878) contains the correct lower
74118              limit for the unused submatch 'cleanup' loop so that under
74119              "use utf8" the following code wouldn't dump core:
74120              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
74121              the cleanup loop in regtry() stomped beyond allocated area
74122              in the startp[] array.  Therefore, copied the correct lower
74123              loop limit (*PL_reglastparen) to regtry().  Note: something
74124              may still not be quite right: why was the _higher_ loop limit
74125              (prog->nparens) different in the utf8 case?
74126              
74127              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
74128              without core dumps, there were about 17 of them before
74129              the patch (with us since Perl 5.7.0).  Two failures, still:
74130              496 and 505 (though these may not be severe).
74131              
74132              Patch #7881 is also needed since both the cleanup loops
74133              seem to be needed.
74134              
74135              Also, the t/op/pat#44 seems to core dump under utf8.
74136              Plus a couple of failures.  UGH-8.
74137      Branch: perl
74138            ! regexec.c
74139 ____________________________________________________________________________
74140 [  7878] By: jhi                                   on 2000/11/27  02:21:17
74141         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
74142              the code in regcppop() seems to be redundant for the test suite --
74143              but it contains a germ of truth, and it needed for the build
74144              process itself: see #7879 and #7881.
74145      Branch: perl
74146            ! regexec.c
74147 ____________________________________________________________________________
74148 [  7877] By: jhi                                   on 2000/11/27  01:53:09
74149         Log: Comment on comment.
74150      Branch: perl
74151            ! regexec.c
74152 ____________________________________________________________________________
74153 [  7876] By: jhi                                   on 2000/11/27  00:49:59
74154         Log: Adjust the docs to agree with #7875.
74155      Branch: perl
74156            ! pod/perllocale.pod
74157 ____________________________________________________________________________
74158 [  7875] By: jhi                                   on 2000/11/27  00:49:27
74159         Log: Retract #7863.  It makes more sense not to taint formatted output,
74160              not even by sprintf().
74161      Branch: perl
74162            ! sv.c
74163 ____________________________________________________________________________
74164 [  7874] By: jhi                                   on 2000/11/26  23:36:02
74165         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
74166              Not really fixed (should really dump the UTF-8 charclass),
74167              but stopped displaying the garbage.
74168              
74169              Also add a note on the (missing) Unicode PSXSPC and BLANK.
74170      Branch: perl
74171            ! regcomp.c
74172 ____________________________________________________________________________
74173 [  7873] By: jhi                                   on 2000/11/26  21:31:13
74174         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
74175      Branch: perl
74176            ! regexec.c
74177 ____________________________________________________________________________
74178 [  7872] By: jhi                                   on 2000/11/26  21:06:04
74179         Log: No need to scan till infinity, 13 is enough.
74180      Branch: perl
74181            ! handy.h utf8.c
74182 ____________________________________________________________________________
74183 [  7871] By: jhi                                   on 2000/11/26  20:20:32
74184         Log: Test line numbers are different with utf8.
74185      Branch: perl
74186            ! t/op/re_tests
74187 ____________________________________________________________________________
74188 [  7870] By: jhi                                   on 2000/11/26  20:10:12
74189         Log: Message nit.
74190      Branch: perl
74191            ! regcomp.c
74192 ____________________________________________________________________________
74193 [  7869] By: jhi                                   on 2000/11/26  19:01:05
74194         Log: Make utf8_length() and utf8_distance() (the latter of which
74195              is unused at the moment) to be less forgiving about bad UTF-8.
74196      Branch: perl
74197            ! embed.h embed.pl objXSUB.h proto.h utf8.c
74198 ____________________________________________________________________________
74199 [  7868] By: jhi                                   on 2000/11/26  18:45:56
74200         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
74201              From: Benjamin Holzman <bah@ecnvantage.com>
74202              Date: Sat, 25 Nov 2000 20:40:20 -0500       
74203              Message-ID: <20001125204020.A25040@ecnvantage.com>              
74204              
74205              Debian allows installing /usr/bin/locale without installing
74206              any locales, an error message will ensue.
74207      Branch: perl
74208            ! t/pragma/locale.t
74209 ____________________________________________________________________________
74210 [  7867] By: jhi                                   on 2000/11/26  18:31:12
74211         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
74212              From: Benjamin Holzman <bah@ecnvantage.com>
74213              Date: Sun, 26 Nov 2000 02:42:34 -0500
74214              Message-ID: <20001126024234.G25040@ecnvantage.com>
74215              
74216              Patch for the bug 20000212.002.
74217      Branch: perl
74218            ! sv.c t/op/array.t
74219 ____________________________________________________________________________
74220 [  7866] By: jhi                                   on 2000/11/26  18:28:09
74221         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
74222              From: Tim Jenness <t.jenness@jach.hawaii.edu>
74223              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
74224              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
74225              
74226              File::Temp 0.11.
74227      Branch: perl
74228            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
74229 ____________________________________________________________________________
74230 [  7865] By: jhi                                   on 2000/11/26  18:24:22
74231         Log: The metaconfig unit change for #7864.
74232      Branch: metaconfig/U/perl
74233            ! need_va_copy.U
74234 ____________________________________________________________________________
74235 [  7864] By: jhi                                   on 2000/11/26  18:23:41
74236         Log: Make the va_copy() test not to be so talkative.
74237      Branch: perl
74238            ! Configure config_h.SH
74239 ____________________________________________________________________________
74240 [  7863] By: jhi                                   on 2000/11/26  18:11:02
74241         Log: Fix locale inconsistencies unearthed by Hugo's work.
74242              Now the floating point sprintf really does taint the result
74243              string as perllocale promises (has promised for a long time)
74244              if "use locale" is in the lexical scope.
74245      Branch: perl
74246            ! sv.c t/pragma/locale.t
74247 ____________________________________________________________________________
74248 [  7862] By: jhi                                   on 2000/11/26  00:35:15
74249         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
74250              From: Nicholas Clark <nick@ccl4.org>
74251              Date: Sun, 26 Nov 2000 00:07:50 +0000
74252              Message-ID: <20001126000750.A22446@plum.flirble.org>
74253              
74254              Infinit.
74255      Branch: perl
74256            ! sv.c
74257 ____________________________________________________________________________
74258 [  7861] By: jhi                                   on 2000/11/26  00:01:26
74259         Log: Integrate perlio:
74260              
74261              [  7860]
74262              Correct relative path from new ext\Filter\Util\Call location
74263              back to miniperl.
74264              
74265              [  7857]
74266              All tests pass on Win32/gcc/USE_PERLIO.
74267              - when crlf layer is pushed make unix-level binary.
74268              - remove :crlf injection in pp_backtick in pp_sys.c
74269              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
74270              
74271              [  7853]
74272              Re-arrange crlf vs binary for platforms that care.
74273              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
74274              Lip-service to making stdio layer work on such platforms (untested).
74275              Now fails 3 tests rather than one, checkin to see if I can debug 
74276              the issue under linux. (Do not merge.)
74277      Branch: perl
74278           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
74279 ____________________________________________________________________________
74280 [  7860] By: nick                                  on 2000/11/25  22:04:17
74281         Log: Correct relative path from new ext\Filter\Util\Call location
74282              back to miniperl.
74283      Branch: perlio
74284            ! win32/makefile.mk
74285 ____________________________________________________________________________
74286 [  7859] By: nick                                  on 2000/11/25  21:26:54
74287         Log: Integrate mainline.
74288      Branch: perlio
74289           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
74290           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
74291           +> t/lib/filter-util.t
74292            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74293            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
74294            - t/lib/filt-util.t
74295           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
74296           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
74297           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
74298           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
74299           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
74300           !> win32/makefile.mk
74301 ____________________________________________________________________________
74302 [  7858] By: gsar                                  on 2000/11/25  20:52:17
74303         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
74304              parent's memory; fix it by keeping track of the actual pad
74305              offset rather than a raw pointer (this change is probably also
74306              relevant to non-ithreads case to avoid fallout from reallocs of
74307              the pad array, but is currently only enabled for the ithreads
74308              case in the interests of minimal disruption to existing "well
74309              tested" code)
74310      Branch: perl
74311            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
74312            ! proto.h scope.c scope.h sv.c t/op/fork.t
74313 ____________________________________________________________________________
74314 [  7857] By: nick                                  on 2000/11/25  20:01:28
74315         Log: All tests pass on Win32/gcc/USE_PERLIO.
74316              - when crlf layer is pushed make unix-level binary.
74317              - remove :crlf injection in pp_backtick in pp_sys.c
74318              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
74319      Branch: perlio
74320            ! doio.c perlio.c pp_sys.c win32/makefile.mk
74321 ____________________________________________________________________________
74322 [  7856] By: jhi                                   on 2000/11/25  18:38:30
74323         Log: Update the metaconfig units for #7855.
74324      Branch: metaconfig/U/perl
74325            ! useperlio.U usesocks.U
74326 ____________________________________________________________________________
74327 [  7855] By: jhi                                   on 2000/11/25  18:37:54
74328         Log: Undo the SOCKS workarounds, instead start using PerlIO
74329              if SOCKS is selected.
74330              
74331              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
74332              From: Jens Hamisch <jens@Strawberry.COM>
74333              Date: Fri, 24 Nov 2000 18:31:30 +0100
74334              Message-ID: <20001124183130.E28337@Strawberry.COM>
74335              
74336              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
74337              From: Jens Hamisch <jens@Strawberry.COM>
74338              Date: Fri, 24 Nov 2000 19:11:51 +0100
74339              Message-ID: <20001124191151.A28753@Strawberry.COM>
74340      Branch: perl
74341            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
74342            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
74343 ____________________________________________________________________________
74344 [  7854] By: jhi                                   on 2000/11/25  17:39:08
74345         Log: Undo #7848.  Some of the code seems to use walkoptree(),
74346              some walkoptree_slow().  An unfinished renaming?
74347              Now the sub is walkoptree() (which is @EXPORT_OK),
74348              the walkoptree_slow() is a typeglob alias to walkoptree.
74349              This makes the tests to pass, at least.
74350      Branch: perl
74351            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
74352 ____________________________________________________________________________
74353 [  7853] By: nick                                  on 2000/11/24  22:24:33
74354         Log: Re-arrange crlf vs binary for platforms that care.
74355              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
74356              Lip-service to making stdio layer work on such platforms (untested).
74357              Now fails 3 tests rather than one, checkin to see if I can debug 
74358              the issue under linux. (Do not merge.)
74359      Branch: perlio
74360            ! doio.c perlio.c perliol.h
74361 ____________________________________________________________________________
74362 [  7852] By: jhi                                   on 2000/11/24  18:57:39
74363         Log: AUTHORS edits.
74364      Branch: perl
74365            ! AUTHORS
74366 ____________________________________________________________________________
74367 [  7851] By: jhi                                   on 2000/11/24  17:34:56
74368         Log: Add Jan-Erik Karlsson.
74369      Branch: perl
74370            ! AUTHORS
74371 ____________________________________________________________________________
74372 [  7850] By: jhi                                   on 2000/11/24  17:27:56
74373         Log: Configure should find stdchar on its own.
74374      Branch: perl
74375            ! hints/solaris_2.sh
74376 ____________________________________________________________________________
74377 [  7849] By: jhi                                   on 2000/11/24  17:24:55
74378         Log: Subject: PATCH over 7848: Filter test flawed
74379              From: andreas.koenig@anima.de (Andreas J. Koenig)
74380              Date: 24 Nov 2000 10:28:29 +0100
74381              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
74382      Branch: perl
74383            ! t/lib/filter-util.t
74384 ____________________________________________________________________________
74385 [  7848] By: jhi                                   on 2000/11/24  17:22:15
74386         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
74387              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
74388              Date: Fri, 24 Nov 2000 16:12:58 +0000
74389              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
74390      Branch: perl
74391            ! ext/B/B.pm
74392 ____________________________________________________________________________
74393 [  7847] By: jhi                                   on 2000/11/24  03:07:01
74394         Log: Integrate perlio:
74395              
74396              [  7844]
74397              Win32/perlio Now just fails one io/argv.t test - lack 
74398              of default :crlf on standard streams.
74399              
74400              [  7843]
74401              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
74402              peek fail is showing a real problem (multiple crlf layers
74403              are getting pushed.)
74404              
74405              [  7842]
74406              Implement PerlIO_binmode()
74407              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
74408              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
74409              make binmode in t/lib/io_tell.t unconditional so that works.
74410              Checkin just so Win32 machine can see these changes.
74411              
74412              [  7836]
74413              Implement crlf layer - not ready for merge.
74414      Branch: perl
74415           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
74416           !> win32/makefile.mk
74417 ____________________________________________________________________________
74418 [  7846] By: gsar                                  on 2000/11/24  00:55:57
74419         Log: integrate changes#6415..6418,6420..6438 from mainline
74420              
74421              Fix the bitvector ops for utf8 (tricky since past 7 bits
74422              the utf8 'characters' can be more than one octet).
74423              
74424              MPE/ix updates for perl 5.6.0 from Mark Bixby.
74425              
74426              Subject: SDBM_File documentation
74427              
74428              Detypo.
74429              
74430              Decutandpasto.
74431              
74432              Send all installperl messages to STDERR and be -w clean.
74433              
74434              Out-of-date note removed.
74435              
74436              Protect against "wild next"s, that is, callbacks doing "next"
74437              instead of "return".
74438              
74439              Use STDOUT consistently.
74440              
74441              The output might have been produced in the wrong order.
74442              
74443              A missing 'break' after the [[:space:]] switch case.
74444              
74445              Add tests for
74446              [ID 19991110.003] another matching finding by pcre author
74447              which has already been fixed by some patch, as verified in
74448              
74449              Documentation to explain the behaviour of map().
74450              
74451              Add an optimization for map-maps-a-list-element-to-more-list-elements
74452              case, but add also notes explaining the relationship of this
74453              patch and the earlier notes by Sarathy.
74454              
74455              Subject: [ID 20000716.023] syslog test fails without sockets
74456              
74457              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
74458              Test cases for #6431.
74459              
74460              File::Spec::VMS fixup for tmpdir from Craig Berry.
74461              
74462              Make the "uninit variable" warning to say "concat or string"
74463              or "join or string" when in concat or join .
74464              
74465              Get UTF16 BOMs working.  Patch from
74466              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
74467              
74468              Subject: [PATCH] Make large file tests deal with SIGXFSZ
74469              
74470              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
74471              
74472              Subject: [PATCH] av.c apidoc
74473      Branch: maint-5.6/perl
74474           !> (integrate 43 files)
74475 ____________________________________________________________________________
74476 [  7845] By: gsar                                  on 2000/11/24  00:20:45
74477         Log: integrate changes#6406..6414 from mainline
74478              
74479              Merge perlhacktut into perlhack, update perlguts.
74480              
74481              Fix AutoSplit to use File::Spec the right way in VMS,
74482              from Peter Prymmer.
74483              
74484              The bug report
74485              [ID 19991110.002] minimal matching discrepancy found by pcre author
74486              seems to have been fixed (though differently from what was suggested
74487              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
74488              
74489              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
74490              not in pod, from Peter Prymmer
74491              
74492              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
74493              From: Hugo <hv@crypt.compulink.co.uk>
74494              Date: Fri, 14 Jul 2000 23:05:20 +0100
74495              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
74496              
74497              Didn't anymore apply, but that point still could use another fix.
74498              
74499              lib/b test fixes from Peter Prymmer.
74500              
74501              More docs for sv functions.
74502              
74503              perlvms.pod whitespace cleanup to keep pod utils happy.
74504              
74505              another VMS build tweak from Peter Prymmer
74506      Branch: maint-5.6/perl
74507           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
74508           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
74509           !> vms/descrip_mms.template vms/perlvms.pod
74510 ____________________________________________________________________________
74511 [  7844] By: nick                                  on 2000/11/23  23:42:45
74512         Log: Win32/perlio Now just fails one io/argv.t test - lack 
74513              of default :crlf on standard streams.
74514      Branch: perlio
74515            ! doio.c perlio.c
74516 ____________________________________________________________________________
74517 [  7843] By: nick                                  on 2000/11/23  23:04:05
74518         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
74519              peek fail is showing a real problem (multiple crlf layers
74520              are getting pushed.)
74521      Branch: perlio
74522            ! doio.c perlio.c win32/makefile.mk
74523 ____________________________________________________________________________
74524 [  7842] By: nick                                  on 2000/11/23  19:46:23
74525         Log: Implement PerlIO_binmode()
74526              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
74527              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
74528              make binmode in t/lib/io_tell.t unconditional so that works.
74529              Checkin just so Win32 machine can see these changes.
74530      Branch: perlio
74531            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
74532 ____________________________________________________________________________
74533 [  7841] By: jhi                                   on 2000/11/23  19:30:00
74534         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
74535      Branch: perl
74536            ! README.amiga
74537 ____________________________________________________________________________
74538 [  7840] By: jhi                                   on 2000/11/23  17:18:02
74539         Log: SOCKS wrestling continues, patches from Jens Hamisch.
74540      Branch: perl
74541            ! doio.c embed.h embed.pl perlsdio.h proto.h
74542 ____________________________________________________________________________
74543 [  7839] By: jhi                                   on 2000/11/23  16:54:14
74544         Log: Push Filter::Util::Call one level deeper.
74545      Branch: perl
74546            + t/lib/filter-util.t
74547           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
74548           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
74549            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74550            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
74551            - t/lib/filt-util.t
74552            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
74553            ! win32/Makefile win32/makefile.mk
74554 ____________________________________________________________________________
74555 [  7838] By: jhi                                   on 2000/11/23  16:52:40
74556         Log: Reach back one higher up when searching for PERL_SRC.
74557      Branch: perl
74558            ! lib/ExtUtils/MM_Unix.pm
74559 ____________________________________________________________________________
74560 [  7837] By: jhi                                   on 2000/11/23  16:05:41
74561         Log: Subject: Re: perl@7826
74562              Date: Thu, 23 Nov 2000 02:20:25 -0600
74563              From: "Craig A. Berry" <craigberry@mac.com>
74564              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
74565              
74566              Make VMS to like Filter::Util::Call. 
74567      Branch: perl
74568            ! configure.com ext/Filter/Util/Makefile.PL
74569 ____________________________________________________________________________
74570 [  7836] By: nick                                  on 2000/11/23  16:04:08
74571         Log: Implement crlf layer - not ready for merge.
74572      Branch: perlio
74573            ! perlio.c win32/makefile.mk
74574 ____________________________________________________________________________
74575 [  7835] By: jhi                                   on 2000/11/23  15:56:52
74576         Log: STDCHAR is different in Sparc v9 vs x86.
74577      Branch: perl
74578            ! hints/solaris_2.sh
74579 ____________________________________________________________________________
74580 [  7834] By: jhi                                   on 2000/11/23  15:50:47
74581         Log: The type needs to be visible to protos.
74582      Branch: perl
74583            ! perl.h
74584 ____________________________________________________________________________
74585 [  7833] By: jhi                                   on 2000/11/23  15:40:46
74586         Log: Finish unfinished SOCKS workaround changes.
74587      Branch: perl
74588            ! doio.c
74589 ____________________________________________________________________________
74590 [  7832] By: jhi                                   on 2000/11/23  15:33:30
74591         Log: Integrate perlio:
74592              
74593              [  7831]
74594              Correct makefile.mk dependancies for ext/Filter/Util
74595              Build ext/Encode
74596              Run dmake regen_config_h
74597      Branch: perl
74598           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
74599           !> win32/makefile.mk
74600 ____________________________________________________________________________
74601 [  7831] By: nick                                  on 2000/11/23  10:31:07
74602         Log: Correct makefile.mk dependancies for ext/Filter/Util
74603              Build ext/Encode
74604              Run dmake regen_config_h
74605      Branch: perlio
74606            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
74607            ! win32/makefile.mk
74608 ____________________________________________________________________________
74609 [  7830] By: nick                                  on 2000/11/23  08:05:07
74610         Log: Integrate mainline
74611      Branch: perlio
74612           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74613           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
74614           +> t/lib/filt-util.pl t/lib/filt-util.t
74615           !> (integrate 41 files)
74616 ____________________________________________________________________________
74617 [  7829] By: gsar                                  on 2000/11/23  03:07:11
74618         Log: build the Filter extension on windows
74619      Branch: perl
74620            ! win32/Makefile win32/makefile.mk
74621 ____________________________________________________________________________
74622 [  7828] By: gsar                                  on 2000/11/23  02:46:35
74623         Log: regenerate win32/config* and fix some inconsistencies in the
74624              makefiles; always export Perl_deb() because it is needed
74625              by ext/re/* (whether perl itself is built with -DDEBUGGING
74626              or not)
74627      Branch: perl
74628            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
74629            ! win32/config_H.vc win32/makefile.mk
74630 ____________________________________________________________________________
74631 [  7827] By: gsar                                  on 2000/11/23  02:18:38
74632         Log: get sources building on windows+MSVC again (untested with other
74633              compilers)
74634      Branch: perl
74635            ! win32/include/sys/socket.h win32/perllib.c
74636 ____________________________________________________________________________
74637 [  7826] By: jhi                                   on 2000/11/23  01:18:26
74638         Log: Update Changes.
74639      Branch: perl
74640            ! Changes patchlevel.h
74641 ____________________________________________________________________________
74642 [  7825] By: jhi                                   on 2000/11/23  00:20:41
74643         Log: Subject: Re: av.c patch (having slight problems)
74644              From: "Ben Tilly" <ben_tilly@hotmail.com>
74645              Date: Tue, 21 Nov 2000 23:29:31 -0500
74646              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
74647              
74648              unshift() speedup.
74649      Branch: perl
74650            ! av.c
74651 ____________________________________________________________________________
74652 [  7824] By: jhi                                   on 2000/11/22  23:59:15
74653         Log: Fixes for signedness warnings noticed by VMSperlers.
74654      Branch: perl
74655            ! ext/Storable/Storable.xs regcomp.c sv.c
74656 ____________________________________________________________________________
74657 [  7823] By: jhi                                   on 2000/11/22  23:19:31
74658         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
74659              From: Peter Prymmer <pvhp@forte.com>
74660              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
74661              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
74662      Branch: perl
74663            ! t/pragma/warn/pp_hot
74664 ____________________________________________________________________________
74665 [  7822] By: jhi                                   on 2000/11/22  22:52:20
74666         Log: Be clean.
74667      Branch: perl
74668            ! Makefile.SH
74669 ____________________________________________________________________________
74670 [  7821] By: jhi                                   on 2000/11/22  22:46:39
74671         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
74672              by Damian Conway, as suggested by Paul Marquess.
74673      Branch: perl
74674            + lib/Filter/Simple.pm
74675 ____________________________________________________________________________
74676 [  7820] By: jhi                                   on 2000/11/22  22:45:51
74677         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
74678      Branch: perl
74679            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
74680            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
74681            + t/lib/filt-util.t
74682            ! MANIFEST
74683 ____________________________________________________________________________
74684 [  7819] By: jhi                                   on 2000/11/22  22:03:27
74685         Log: Integrate perlio:
74686              
74687              [  7802]
74688              Win32 PerlIO intermediate state now working as expected.
74689              - In current state we are still using C runtime in text/binary
74690              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
74691              - PERLIO=stdio and PERLIO=unix pass all expected tests.
74692              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
74693              and PerlIO_seek() and the dummy crlf layer is not making adjustments
74694              for CRLF translation happening in C runtime. All other tests pass.
74695              Added note to README.win32 to point out the snags of doing a perl build
74696              with Norton AntiVirus turned on.
74697              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
74698              which file a fail comes from.
74699              Updated "canned" config.h to match the one generated.
74700      Branch: perl
74701           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
74702           !> win32/makefile.mk
74703 ____________________________________________________________________________
74704 [  7818] By: jhi                                   on 2000/11/22  21:56:02
74705         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
74706      Branch: perl
74707            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
74708            ! t/lib/io_sock.t
74709 ____________________________________________________________________________
74710 [  7817] By: jhi                                   on 2000/11/22  21:39:49
74711         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
74712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74713              Date: Wed, 22 Nov 2000 16:08:12 -0500
74714              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
74715      Branch: perl
74716            ! lib/ExtUtils/Liblist.pm
74717 ____________________________________________________________________________
74718 [  7816] By: jhi                                   on 2000/11/22  21:38:25
74719         Log: Go ahead and #include <unistd.h> in perl.h.
74720      Branch: perl
74721            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
74722            ! util.c
74723 ____________________________________________________________________________
74724 [  7815] By: jhi                                   on 2000/11/22  21:22:52
74725         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
74726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74727              Date: Mon, 20 Nov 2000 18:30:52 -0500
74728              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
74729      Branch: perl
74730            ! pod/perlre.pod regcomp.c t/op/re_tests
74731 ____________________________________________________________________________
74732 [  7814] By: jhi                                   on 2000/11/22  21:21:46
74733         Log: Subject: [PATCH 5.7.0] Liblist finally works
74734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74735              Date: Tue, 21 Nov 2000 22:02:17 -0500
74736              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
74737      Branch: perl
74738            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
74739            ! lib/ExtUtils/MakeMaker.pm
74740 ____________________________________________________________________________
74741 [  7813] By: jhi                                   on 2000/11/22  21:20:23
74742         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
74743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74744              Date: Wed, 22 Nov 2000 17:53:15 +0100
74745              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
74746              
74747              AIX dynaloader and perlio patch.
74748      Branch: perl
74749            ! ext/DynaLoader/dl_aix.xs
74750 ____________________________________________________________________________
74751 [  7812] By: jhi                                   on 2000/11/22  21:17:52
74752         Log: (Accidentally empty patch.)
74753      Branch: perl
74754            ! av.c
74755 ____________________________________________________________________________
74756 [  7811] By: jhi                                   on 2000/11/22  21:16:31
74757         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
74758              From: Peter Prymmer <pvhp@forte.com>
74759              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
74760              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
74761      Branch: perl
74762            ! vms/test.com
74763 ____________________________________________________________________________
74764 [  7810] By: jhi                                   on 2000/11/22  21:15:36
74765         Log: Subject: Re: perl@7777 
74766              From: "John P. Linderman" <jpl@research.att.com>
74767              Date: Wed, 22 Nov 2000 13:11:11 -0500
74768              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
74769              
74770              Detypoing.
74771      Branch: perl
74772            ! lib/CPAN.pm
74773 ____________________________________________________________________________
74774 [  7809] By: jhi                                   on 2000/11/22  21:14:19
74775         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
74776              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74777              Date:     Wed, 22 Nov 2000 13:51:37 EST
74778              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
74779      Branch: perl
74780            ! perlsdio.h
74781 ____________________________________________________________________________
74782 [  7808] By: jhi                                   on 2000/11/22  21:13:27
74783         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
74784              From: Casey Tweten <crt@kiski.net>
74785              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
74786              Message-Id: <200011201653.LAA10194@home.kiski.net>
74787      Branch: perl
74788            ! t/lib/io_udp.t
74789 ____________________________________________________________________________
74790 [  7807] By: jhi                                   on 2000/11/22  21:12:35
74791         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
74792              From: Casey Tweten <crt@kiski.net>
74793              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
74794              Message-Id: <200011201636.LAA07227@home.kiski.net>
74795      Branch: perl
74796            ! t/lib/io_sock.t
74797 ____________________________________________________________________________
74798 [  7806] By: jhi                                   on 2000/11/22  21:10:59
74799         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
74800              From: "Casey R. Tweten" <crt@kiski.net>
74801              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
74802              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
74803      Branch: perl
74804            ! utils/h2xs.PL
74805 ____________________________________________________________________________
74806 [  7805] By: nick                                  on 2000/11/22  21:05:06
74807         Log: Integrate mainline
74808      Branch: perlio
74809           !> Changes Porting/genlog ext/DB_File/DB_File.xs
74810           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
74811           !> utils/perlbug.PL
74812 ____________________________________________________________________________
74813 [  7804] By: jhi                                   on 2000/11/22  21:01:12
74814         Log: Subject: [PATCH] Test.pm POD peculiarity
74815              From: "Casey R. Tweten" <crt@kiski.net>
74816              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
74817              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
74818      Branch: perl
74819            ! lib/Test.pm
74820 ____________________________________________________________________________
74821 [  7803] By: jhi                                   on 2000/11/22  20:59:59
74822         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
74823              From: "Philip Newton" <pnewton@gmx.de>
74824              Date: Wed, 22 Nov 2000 14:25:53 +0100
74825              Message-Id: <3A1BD771.25462.1939FAD@localhost>
74826              
74827              Be case-understanding also on 's', and use the -oi of sendmail
74828              not to terminate the transmission on a lone '.'.
74829      Branch: perl
74830            ! utils/perlbug.PL
74831 ____________________________________________________________________________
74832 [  7802] By: nick                                  on 2000/11/22  20:51:42
74833         Log: Win32 PerlIO intermediate state now working as expected.
74834              - In current state we are still using C runtime in text/binary
74835              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
74836              - PERLIO=stdio and PERLIO=unix pass all expected tests.
74837              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
74838              and PerlIO_seek() and the dummy crlf layer is not making adjustments
74839              for CRLF translation happening in C runtime. All other tests pass.
74840              
74841              Added note to README.win32 to point out the snags of doing a perl build
74842              with Norton AntiVirus turned on.
74843              
74844              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
74845              which file a fail comes from.
74846              
74847              Updated "canned" config.h to match the one generated.
74848      Branch: perlio
74849            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
74850            ! win32/makefile.mk
74851 ____________________________________________________________________________
74852 [  7801] By: jhi                                   on 2000/11/22  06:50:20
74853         Log: Nickety nits.
74854      Branch: perl
74855            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
74856 ____________________________________________________________________________
74857 [  7800] By: jhi                                   on 2000/11/22  01:29:55
74858         Log: Changes had accidentally gone too silent on non-main branches.
74859      Branch: perl
74860            ! Changes Porting/genlog patchlevel.h
74861 ____________________________________________________________________________
74862 [  7799] By: gsar                                  on 2000/11/22  01:02:56
74863         Log: some lib_pm.PL changes snuck in via change#7772
74864      Branch: maint-5.6/perl
74865            ! Makefile.SH
74866 ____________________________________________________________________________
74867 [  7798] By: nick                                  on 2000/11/21  21:59:40
74868         Log: Integrate mainline
74869      Branch: perlio
74870           !> (integrate 28 files)
74871 ____________________________________________________________________________
74872 [  7797] By: jhi                                   on 2000/11/21  21:01:45
74873         Log: Integrate perlio:
74874              
74875              [  7796]
74876              Win32 builds and runs (mostly) with USE_PERLIO.
74877              PERLIO=perlio passes all tests. 
74878              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
74879              
74880              [  7790]
74881              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
74882              
74883              [  7788]
74884              Make extra buffer layer work (dummy crlf layer)
74885      Branch: perl
74886           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
74887 ____________________________________________________________________________
74888 [  7796] By: nick                                  on 2000/11/21  20:36:22
74889         Log: Win32 builds and runs (mostly) with USE_PERLIO.
74890              PERLIO=perlio passes all tests. 
74891              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
74892      Branch: perlio
74893            ! perlio.c win32/perllib.c win32/win32.c
74894 ____________________________________________________________________________
74895 [  7795] By: jhi                                   on 2000/11/21  19:03:44
74896         Log: Update Changes.
74897      Branch: perl
74898            ! Changes patchlevel.h
74899 ____________________________________________________________________________
74900 [  7794] By: jhi                                   on 2000/11/21  18:56:34
74901         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
74902              From: "Craig A. Berry" <craigberry@mac.com>
74903              Date: Mon, 20 Nov 2000 20:27:06 -0600
74904              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
74905              
74906              A cut-and-pasto.
74907      Branch: perl
74908            ! perlio.h
74909 ____________________________________________________________________________
74910 [  7793] By: jhi                                   on 2000/11/21  18:54:41
74911         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
74912              From: Dominic Dunlop <domo@computer.org> 
74913              Date: Mon, 20 Nov 2000 18:55:29 +0100
74914              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
74915              
74916              va_copy() and the need of it.
74917              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
74918      Branch: metaconfig/U/perl
74919            + need_va_copy.U
74920      Branch: perl
74921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74922            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
74923            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
74924            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
74925            ! win32/config.bc win32/config.gc win32/config.vc
74926 ____________________________________________________________________________
74927 [  7792] By: jhi                                   on 2000/11/21  17:04:10
74928         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
74929      Branch: perl
74930           !> scope.h
74931 ____________________________________________________________________________
74932 [  7791] By: jhi                                   on 2000/11/21  17:01:16
74933         Log: Export the SOCKS workaround symbols only if necessary.
74934      Branch: perl
74935            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
74936 ____________________________________________________________________________
74937 [  7790] By: nick                                  on 2000/11/20  23:57:11
74938         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
74939      Branch: perlio
74940            ! scope.h
74941 ____________________________________________________________________________
74942 [  7789] By: nick                                  on 2000/11/20  23:38:33
74943         Log: Integrate mainline
74944      Branch: perlio
74945           +> lib/File/Spec/Epoc.pm
74946           !> (integrate 34 files)
74947 ____________________________________________________________________________
74948 [  7788] By: nick                                  on 2000/11/20  23:20:18
74949         Log: Make extra buffer layer work (dummy crlf layer)
74950      Branch: perlio
74951            ! doio.c perlio.c perlio.h
74952 ____________________________________________________________________________
74953 [  7787] By: jhi                                   on 2000/11/20  22:44:04
74954         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
74955              From: Peter Prymmer <pvhp@forte.com>
74956              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
74957              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
74958      Branch: perl
74959            ! t/pragma/locale.t
74960 ____________________________________________________________________________
74961 [  7786] By: jhi                                   on 2000/11/20  22:29:10
74962         Log: Subject: DOC PATCH 5.6.0 perlreftut
74963              From: mjd@plover.com
74964              Date: 20 Nov 2000 19:45:06 -0000
74965              Message-ID: <20001120194506.9505.qmail@plover.com>
74966      Branch: perl
74967            ! pod/perlreftut.pod
74968 ____________________________________________________________________________
74969 [  7785] By: jhi                                   on 2000/11/20  22:27:44
74970         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
74971              From: David Dyck <dcd@tc.fluke.com>
74972              Date: Mon, 20 Nov 2000 11:43:40 -0800
74973              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
74974      Branch: perl
74975            ! lib/Cwd.pm
74976 ____________________________________________________________________________
74977 [  7784] By: jhi                                   on 2000/11/20  22:23:21
74978         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
74979              Date: Mon, 20 Nov 2000 17:06:10 -0500
74980              To: Mailing list Perl5 <perl5-porters@perl.org>
74981              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
74982      Branch: perl
74983            ! pp_ctl.c t/op/pat.t
74984 ____________________________________________________________________________
74985 [  7783] By: jhi                                   on 2000/11/20  22:11:18
74986         Log: Subject: [PATCH] doop.c - UTF8 tr///               
74987              From: Simon Cozens <simon@cozens.net>
74988              Date: Sat, 18 Nov 2000 18:49:30 +0000
74989              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
74990              
74991              Subject: Re: [PATCH] doop.c - UTF8 tr///           
74992              From: Simon Cozens <simon@cozens.net>
74993              Date: Mon, 20 Nov 2000 20:45:22 +0000
74994              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
74995              
74996              Make tr on UTF-8 better but still not correct.
74997      Branch: perl
74998            ! doop.c
74999 ____________________________________________________________________________
75000 [  7782] By: jhi                                   on 2000/11/20  22:02:16
75001         Log: Remove the shared object before attempting to create
75002              (by linking) a new one.  E.g. in AIX not removing
75003              becomes quite painful if one tries to do more than one
75004              build in the same tree (an interrupted build, for example),
75005              since the AIX' shared dynaloader seemingly keeps the shared
75006              objects open and therefore 'busy' for quite a while, even when
75007              nobody is using the objects, leading into link failures.
75008      Branch: perl
75009            ! lib/ExtUtils/MM_Unix.pm
75010 ____________________________________________________________________________
75011 [  7781] By: gsar                                  on 2000/11/20  19:02:55
75012         Log: type mismatch due to faulty integration
75013      Branch: maint-5.6/perl
75014            ! toke.c win32/Makefile
75015 ____________________________________________________________________________
75016 [  7780] By: gsar                                  on 2000/11/20  17:31:55
75017         Log: integrate changes#6392,6394..6399,6401..6404
75018              
75019              The {multiplier} of a fixed substring was overlooked which
75020              caused a wrong initial search offset for that substring.
75021              
75022              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
75023              From: Hugo <hv@crypt.compulink.co.uk>
75024              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
75025              Date: Thu, 13 Jul 2000 19:27:13 +0100
75026              
75027              Fix the BOM bug: not a byteorder bug, a signedness bug.
75028              
75029              Replace change #6337 with a better one.
75030              
75031              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
75032              From: Hugo <hv@crypt.compulink.co.uk>
75033              Date: Fri, 14 Jul 2000 04:16:20 +0100
75034              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
75035              
75036              MakeMaker should not remove editor backups (*~) on `make clean`
75037              by default (completes change#6383)
75038              
75039              move new variables to the end of the interpreter structure (for
75040              bincompat in code that doesn't #include XSUB.h)
75041              
75042              rename totally bletcherous SvLOCK() thingy (doesn't do what the
75043              name suggests anyway)
75044              
75045              various cleanups (typos, misformatted code, and small bugs)
75046              
75047              typecasts needed for change#6394
75048              
75049              typos in change#6399, regen headers
75050              
75051              inconsistent types needs casts
75052              
75053              PERL_OBJECT build tweaks
75054      Branch: maint-5.6/perl
75055           !> MANIFEST doop.c embed.h embed.pl embedvar.h
75056           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
75057           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
75058           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
75059           !> toke.c util.c
75060 ____________________________________________________________________________
75061 [  7779] By: gsar                                  on 2000/11/20  17:06:29
75062         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
75063              
75064              Cosmetics and perldelta.
75065              
75066              Fix nits noticed by Boston.pm.
75067              
75068              Do the cc sanity check both before the hints and
75069              after the cc selction.
75070              
75071              get sprintf.t to adjust properly for 3-digit exponents
75072              
75073              don't clobber *.orig files on *clean targets
75074              
75075              fix bugs in processing %v-*d and similar format specs (from
75076              Avi Finkel <avi@finkel.org>)
75077              
75078              sprintf test tweaks (from Dominic Dunlop)
75079              
75080              new selfloader.t in change#6183 doesn't close DATA handles,
75081              and thus fails to clean up tmp files on dosish platforms
75082              
75083              typos (spotted by Peter Prymmer)
75084              
75085              typo fix from Craig Berry
75086      Branch: maint-5.6/perl
75087           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
75088           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
75089           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
75090           !> x2p/Makefile.SH
75091 ____________________________________________________________________________
75092 [  7778] By: gsar                                  on 2000/11/20  16:46:51
75093         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
75094              
75095              Subject: Re: format bug report  [Patch]
75096              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75097              Date: Wed, 05 Jul 2000 13:12:52 +0200
75098              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
75099              
75100              Subject: Re: format bug report  [Patch]
75101              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75102              Date: Wed, 05 Jul 2000 14:10:01 +0200
75103              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
75104              
75105              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
75106              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75107              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
75108              Date: Fri, 07 Jul 2000 17:57:16 +0100
75109              
75110              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
75111              To: perl5-porters@perl.org
75112              From: Karsten Sperling <spiff@phreax.net>
75113              Date: Mon, 10 Jul 2000 15:12:52 +0200
75114              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
75115              
75116              README.posix-bc podified from Thomas Dorner.
75117              
75118              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
75119              From: Dominic Dunlop <domo@computer.org>
75120              Date: Tue, 11 Jul 2000 12:27:33 +0200
75121              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
75122              
75123              Typo in #6341.
75124              
75125              Fix for
75126              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
75127              From: Roderick Schertler <roderick@argon.org>
75128              Date: Tue, 11 Jul 2000 13:55:05 -0400
75129              Message-Id: <200007111755.NAA05077@jones.argon.org>
75130              
75131              Minor cleanups on the booklist.
75132              
75133              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
75134              regen perltoc.
75135              
75136              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
75137      Branch: maint-5.6/perl
75138           +> pod/perlbook.pod
75139           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
75140           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
75141           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
75142 ____________________________________________________________________________
75143 [  7777] By: jhi                                   on 2000/11/20  16:08:49
75144         Log: Update Changes.
75145      Branch: perl
75146            ! Changes patchlevel.h
75147 ____________________________________________________________________________
75148 [  7776] By: jhi                                   on 2000/11/20  15:27:56
75149         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
75150              This may be overly harsh but until proven otherwise, we think this
75151              way, or until we have a simple test for Configure (having to start
75152              up servers is does not count as simple) to check for the problems.
75153      Branch: perl
75154            ! perl.h
75155 ____________________________________________________________________________
75156 [  7775] By: jhi                                   on 2000/11/20  15:22:17
75157         Log: Solaris hints tweaks.
75158      Branch: perl
75159            ! hints/solaris_2.sh
75160 ____________________________________________________________________________
75161 [  7774] By: jhi                                   on 2000/11/20  15:01:20
75162         Log: Add a workaround to SOCKS 64-bit problems.
75163      Branch: perl
75164            ! doio.c embed.h embed.pl perlsdio.h proto.h
75165 ____________________________________________________________________________
75166 [  7773] By: jhi                                   on 2000/11/20  14:51:47
75167         Log: sysseek() instead of seek().
75168      Branch: perl
75169            ! t/lib/syslfs.t
75170 ____________________________________________________________________________
75171 [  7772] By: gsar                                  on 2000/11/20  13:06:23
75172         Log: integrate changes#6315..6319,6321..6331,6333..6338
75173              
75174              Integrate with Sarathy, preliminary fix for unicos
75175              alignment problems in [ID 20000612.002] Perl problem on Cray system.
75176              
75177              some debugger output does not go to the socket when RemotePort is set
75178              
75179              winsock cleanup never done on Windows (leads to handle leaks)
75180              
75181              fix UNC path handling on Windows under ithreads, and chdir()
75182              return value when given a non-existent directory
75183              
75184              Autogenerate pod/Makefile and pod/buildtoc.
75185              buildtoc also checks whether the existin pods are
75186              mentioned in MANIFEST and perl.pod, and vice versa.
75187              (None of the thusly found discrepancies fixed yet.)
75188              roffitall also needs to be autogenerated similarly but it
75189              seems so badly out of date that I didn't touch it yet.
75190              
75191              Config is being used.
75192              
75193              Add =head1 NAMEs so that buildtoc is happy.
75194              (The CGI::Util nit reported to Lincoln.)
75195              
75196              Fix complaints of buildtoc.
75197              
75198              Fix the alignment problem in Crays ([ID 20000612.002]).
75199              
75200              Remove perlbook, update perlfaq book listing,
75201              rearrange perl.pod, regenerate perltoc.
75202              
75203              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
75204              was cast to an unsigned (32-bit) integer with wild abandon.
75205              
75206              winsock options weren't being set in all threads under ithreads
75207              (caused send()s from second and subsequent threads to fail)
75208              
75209              accept() leaks memory on windows due to incorrect ordering of
75210              closesocket() and fclose() calls
75211              
75212              Reorder perl.pod once more.
75213              
75214              More POSIX.pod tweaks.
75215              
75216              Sprinkle ldlibpath.
75217              
75218              Precedence goof, fix based on
75219              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
75220              From: Hugo <hv@crypt.compulink.co.uk>
75221              Date: Tue, 11 Jul 2000 12:52:38 +0100
75222              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
75223              
75224              Subject: PATCH perlguts.pod: Document D and d magic types
75225              From: mjd@plover.com
75226              Date: 5 Jul 2000 18:01:51 -0000
75227              Message-ID: <20000705180151.29413.qmail@plover.com>
75228              
75229              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
75230              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
75231              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
75232              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
75233              
75234              Subject: [PATCH cfgperl] $& segfaults if you trick it
75235              From: simon@brecon.co.uk (Simon Cozens)
75236              Date: 7 Jul 2000 11:26:09 GMT
75237              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
75238              
75239              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
75240              From: Hugo <hv@crypt.compulink.co.uk>
75241              Date: Tue, 11 Jul 2000 12:44:50 +0100
75242              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
75243              
75244              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
75245              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75246              Date: Tue, 11 Jul 2000 13:50:51 +0100
75247              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
75248      Branch: maint-5.6/perl
75249           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
75250           +> pod/buildtoc.PL
75251            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
75252           !> (integrate 26 files)
75253 ____________________________________________________________________________
75254 [  7771] By: gsar                                  on 2000/11/20  12:31:42
75255         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
75256              6310,6311,6314
75257              
75258              Subject: [PATCH bleedperl] File::Spec 0.82 beta
75259              From: Barrie Slaymaker <barries@jester.slaysys.com>
75260              Date: Wed, 28 Jun 2000 11:35:29 -0400
75261              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
75262              
75263              tweak perlembed for multiplicity/usethreads sanity; correct notes
75264              about Windows
75265              
75266              localize %INC in a Safe compartment so that use/require work
75267              (many other magic globals probably need similar treatment)
75268              
75269              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
75270              when @_ is modified, causing coredumps
75271              
75272              slurp mode fix in change#4736 still not quite right
75273              
75274              Point to perlipc for more SysV IPC examples.
75275              
75276              Elaborate POSIX.pod.  Still needs work.
75277              
75278              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
75279              
75280              fix large memory leak that has been around for ever, masked by
75281              -DPURIFY (most of the arenas were never freed!)
75282              
75283              fix memory leak on Windows (PL_sys_intern contents were never
75284              freed)
75285              
75286              PERL_OBJECT build tweak
75287              
75288              adjust change#6299
75289              
75290              remove rel2abs prototypes (from Barrie Slaymaker)
75291              
75292              missing perldiag entry for unpack("w",...) diagnostic (from
75293              Andreas Koenig)
75294              
75295              better diagnostic on Frob->stuff() when Frob:: doesn't exist
75296              (from Richard Soderberg <rs@oregonnet.com>)
75297              
75298              Win32 patches for cfgperl from Sarathy.
75299              
75300              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
75301              
75302              More POSIX.pod embellishment.
75303              
75304              tyop in change#6306
75305      Branch: maint-5.6/perl
75306           !> (integrate 44 files)
75307 ____________________________________________________________________________
75308 [  7770] By: gsar                                  on 2000/11/20  11:51:00
75309         Log: integrate changes#6268..6282 from cfgperl branch
75310              
75311              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
75312              From: Dominic Dunlop <domo@computer.org>
75313              Date: Thu, 29 Jun 2000 12:32:39 +0200
75314              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
75315              
75316              Regen headers for #6261 (and update embed.pl for this) and #6267,
75317              silence few compiler warnings.
75318              
75319              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
75320              From: Nicholas Clark <nick@talking.bollo.cx>
75321              Date: Fri, 23 Jun 2000 16:21:15 +0100
75322              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
75323              
75324              Subject: PATCH pod/perltie.pod
75325              From: Ian Phillipps <Ian.Phillipps@iname.com>
75326              Date: Fri, 16 Jun 2000 00:17:19 +0100
75327              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
75328              (only the first hunk, the second hunk had already been done
75329              by some other patch)
75330              
75331              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
75332              From: Tom Phoenix <rootbeer@redcat.com>
75333              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
75334              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
75335              
75336              Subject: [PATCH] xsub attributes
75337              From: Doug MacEachern <dougm@covalent.net>
75338              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
75339              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
75340              
75341              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
75342              From: Andy Dougherty <doughera@lafayette.edu>
75343              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
75344              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
75345              
75346              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
75347              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
75348              Date: Tue, 13 Jun 2000 02:43:48 -0500
75349              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
75350              
75351              Subject: [PATCH] Re: eval documentation: context
75352              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75353              Date: Mon, 12 Jun 2000 15:07:29 +0100
75354              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
75355              
75356              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
75357              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75358              Date: Mon, 12 Jun 2000 14:55:59 +0100
75359              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
75360              
75361              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
75362              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
75363              Date: Fri, 09 Jun 2000 12:39:27 -0400
75364              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
75365              (plus update the version "number" of Text::Wrap)
75366              
75367              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
75368              From: Tim Ayers <tayers@bridge.com>
75369              Date: Thu, 08 Jun 2000 08:11:06 +0200
75370              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
75371              [resent by Richard Foley, Message-Id probably wrong]
75372              
75373              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
75374              From: rspier@pobox.com (Robert Spier)
75375              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
75376              Message-ID: <14654.31913.845602.610277@rls.cx>
75377              
75378              Subject: [PATCH 5.6.0] utils/h2xs.PL
75379              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
75380              Date: Wed, 7 Jun 2000 04:02:04 -0500
75381              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
75382              
75383              Subject: [PATCH 5.6.0]ITHREADs for VMS
75384              From: Dan Sugalski <dan@sidhe.org>
75385              Date: Tue, 06 Jun 2000 11:59:50 -0400
75386              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
75387      Branch: maint-5.6/perl
75388           !> (integrate 31 files)
75389 ____________________________________________________________________________
75390 [  7769] By: gsar                                  on 2000/11/20  11:29:06
75391         Log: integrate changes#6261..6266 from cfgperl
75392              
75393              Subject: Re: [PATCH cfgperl] BOMs away!
75394              From: simon@brecon.co.uk (Simon Cozens)
75395              Date: 17 Jun 2000 11:49:57 GMT
75396              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
75397              
75398              Subject: 5.6.0 Patch for EPOC
75399              From: Olaf Flebbe <o.flebbe@gmx.de>
75400              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
75401              Message-ID: <23449.960929969@www11.gmx.net>
75402              
75403              tr fixes from Simon Cozens
75404              
75405              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
75406              From: Marty Lucich <marty@netcom.com>
75407              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
75408              Message-Id: <200006282116.OAA11148@netcom.com>
75409              ccdlflags update (the BSD/OS 4.1 part had already been taken
75410              care of by #6141).
75411              
75412              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
75413              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75414              Date: Wed, 28 Jun 2000 17:50:12 -0700
75415              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
75416              
75417              Subject: [PATCH 5.6.0] cygwin port
75418              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
75419              From: "Fifer, Eric" <EFifer@sanwaint.com>
75420              Date: Thu, 29 Jun 2000 12:58:29 +0100
75421      Branch: maint-5.6/perl
75422           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
75423           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
75424           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
75425           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
75426 ____________________________________________________________________________
75427 [  7768] By: gsar                                  on 2000/11/20  11:13:44
75428         Log: integrate changes#6252..6256,6259..6260
75429              
75430              Paranoia tweak on #6249.
75431              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
75432              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
75433              Date: Sun, 25 Jun 2000 23:43:12 -0400
75434              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
75435              
75436              Subject: tr///, help wanted.
75437              From: simon@brecon.co.uk (Simon Cozens)
75438              Date: 28 Jun 2000 11:29:04 GMT
75439              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
75440              
75441              small thinko tweaks
75442              
75443              tweaks from Simon Conzes to further fix tr/// under utf8
75444              
75445              perlnewmod was missing from MANIFEST.
75446              
75447              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
75448              From: simon@brecon.co.uk (Simon Cozens)
75449              Date: 17 Jun 2000 11:56:44 GMT
75450              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
75451              pack U0, pack C0
75452      Branch: maint-5.6/perl
75453           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
75454           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
75455           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
75456           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
75457 ____________________________________________________________________________
75458 [  7767] By: gsar                                  on 2000/11/20  10:51:38
75459         Log: integrate change#6250 from cfgperl
75460              
75461              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
75462              From: Doug MacEachern <dougm@covalent.net>
75463              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
75464              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
75465      Branch: maint-5.6/perl
75466           +> t/op/my_stash.t
75467           !> MANIFEST embed.pl global.sym proto.h toke.c
75468 ____________________________________________________________________________
75469 [  7766] By: gsar                                  on 2000/11/20  10:48:34
75470         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
75471              
75472              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
75473              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75474              Date: Mon, 26 Jun 2000 18:40:14 +0100
75475              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
75476              
75477              Subject: [PATCH] bytes<->utf8 fixes
75478              From: simon@brecon.co.uk (Simon Cozens)
75479              Date: 26 Jun 2000 04:55:45 GMT
75480              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
75481              
75482              Subject: [PATCH] is_utf8_string
75483              From: simon@brecon.co.uk (Simon Cozens)
75484              Date: 26 Jun 2000 02:25:59 GMT
75485              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
75486              
75487              Subject: [PATCH] avoid mg_ptr in '*' magic
75488              From: Doug MacEachern <dougm@covalent.net>
75489              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
75490              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
75491              
75492              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
75493              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
75494              Date: Sat, 24 Jun 2000 13:06:20 +0100
75495              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
75496              
75497              Allow for standalone testing.
75498              
75499              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
75500              From: Mark-Jason Dominus <mjd@plover.com>
75501              Date: Tue, 27 Jun 2000 22:36:42 -0400
75502              Message-ID: <20000628023642.12166.qmail@plover.com>
75503              
75504              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
75505              From: Frank Tobin <ftobin@uiuc.edu>
75506              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
75507              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
75508      Branch: maint-5.6/perl
75509           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
75510           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
75511           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
75512           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
75513           !> utf8.c utils/h2xs.PL
75514 ____________________________________________________________________________
75515 [  7765] By: gsar                                  on 2000/11/20  10:29:13
75516         Log: integrate change#6239 from cfgperl
75517              
75518              Configure maintenance.  Sever some dependency cycles,
75519              separate gccversion from the cc unit,
75520              address [ID 20000623.006] Configure script patch for using gcc on AIX
75521              (but solve it a little bit differently),
75522              unduplex some accidentally duplicated units,
75523              suggest using gcc if no cc available
75524              (p5p thread: "Solaris configure: counterproposal", 1999-09)
75525      Branch: maint-5.6/perl
75526           !> Configure Todo-5.6 config_h.SH
75527 ____________________________________________________________________________
75528 [  7764] By: gsar                                  on 2000/11/20  10:25:55
75529         Log: integrate changes#6233..6238 from cfgperl
75530              
75531              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
75532              From: Mark-Jason Dominus <mjd@plover.com>
75533              Date: Fri, 16 Jun 2000 20:53:04 -0400
75534              Message-ID: <20000617005304.8008.qmail@plover.com>
75535              
75536              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
75537              because when run as services (Win32ese for daemons)
75538              no environment variables are set and tmpdir ends up as /tmp,
75539              which is ambiguous.
75540              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
75541              From: matt@sergeant.org
75542              Date: 16 Jun 2000 16:30:43 -0000
75543              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
75544              
75545              The thread begun by
75546              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
75547              From: Kevin.Ruscoe@ubsw.com
75548              Date: Fri, 16 Jun 2000 16:38:51 +0100
75549              Message-Id: <H000019b03c300d6@MHS>
75550              
75551              Tweak embed.pl, regen headers.
75552              
75553              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
75554              From: Dan Sugalski <dan@sidhe.org>
75555              Date: Fri, 23 Jun 2000 17:00:00 -0400
75556              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
75557      Branch: maint-5.6/perl
75558           !> (integrate 27 files)
75559 ____________________________________________________________________________
75560 [  7763] By: gsar                                  on 2000/11/20  10:08:08
75561         Log: s/perl56delta/perldelta/g
75562      Branch: maint-5.6/perl
75563            ! pod/Makefile
75564 ____________________________________________________________________________
75565 [  7762] By: gsar                                  on 2000/11/20  10:04:00
75566         Log: integrate changes#6225,6229,6231,6232 from cfgperl
75567              
75568              Add source code filenames to apidoc.
75569              From: simon@brecon.co.uk (Simon Cozens)
75570              Subject: [PATCH embed.pl] Source X-ref
75571              Date: 22 Jun 2000 02:18:49 GMT
75572              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
75573              
75574              Subject: README.hpux version 0.6.1
75575              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
75576              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
75577              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
75578              
75579              Subject: [PATCH 5.6.0] cygwin port
75580              From: "Fifer, Eric" <EFifer@sanwaint.com>
75581              Date: Tue, 20 Jun 2000 14:30:58 +0100
75582              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
75583              
75584              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
75585              From: simon@brecon.co.uk (Simon Cozens)
75586              Date: 19 Jun 2000 15:18:27 GMT
75587              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
75588              
75589              plus update pod/Makefile and regenerate perltoc
75590      Branch: maint-5.6/perl
75591           +> pod/perlutil.pod
75592           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
75593           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
75594 ____________________________________________________________________________
75595 [  7761] By: jhi                                   on 2000/11/20  04:09:55
75596         Log: Miraculous typo.
75597      Branch: perl
75598            ! t/op/pat.t
75599 ____________________________________________________________________________
75600 [  7760] By: jhi                                   on 2000/11/20  04:06:08
75601         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
75602              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75603              Date: Sun, 19 Nov 2000 22:30:26 -0500
75604              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
75605      Branch: perl
75606            ! regexec.c scope.h t/op/pat.t
75607 ____________________________________________________________________________
75608 [  7759] By: jhi                                   on 2000/11/20  02:05:22
75609         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
75610      Branch: perl
75611            ! perl.h
75612 ____________________________________________________________________________
75613 [  7758] By: jhi                                   on 2000/11/20  01:58:11
75614         Log: Subject: [perl 7711: EPOC] updates
75615              From: Olaf Flebbe <o.flebbe@gmx.de>
75616              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
75617              Message-ID: <25575.974658810@www23.gmx.net>               
75618      Branch: perl
75619            + lib/File/Spec/Epoc.pm
75620            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
75621            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
75622            ! lib/File/Spec.pm perl.c sv.c
75623 ____________________________________________________________________________
75624 [  7757] By: jhi                                   on 2000/11/20  01:53:11
75625         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
75626      Branch: perl
75627            ! MANIFEST
75628 ____________________________________________________________________________
75629 [  7756] By: jhi                                   on 2000/11/20  01:47:22
75630         Log: Integrate perlio:
75631              
75632              [  7755]
75633              Add dummy crlf layer (just as buffer)
75634              Correct 1st bug - one layer of indirection.
75635              
75636              [  7754]
75637              Work-round to Perl_deb_nocontext is no longer required
75638              
75639              [  7753]
75640              diff -se shows these as different
75641              
75642              [  7752]
75643              Configure GCC/Win32 build -Duseperlio
75644              Fix a couple of gross issues
75645              - double-include of ../deb.o in re.dll
75646              - win32sck.c needs PerlIO and FILE 
75647              
75648              [  7751]
75649              Special case :crlf and :raw in dummy PerlIO_apply_layers
75650              
75651              [  7750]
75652              Missing aTHX_
75653      Branch: perl
75654            - ext/re/hints/MSWin32.pl
75655           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
75656           !> win32/config.gc win32/config_H.gc win32/win32sck.c
75657 ____________________________________________________________________________
75658 [  7755] By: nick                                  on 2000/11/19  20:57:17
75659         Log: Add dummy crlf layer (just as buffer)
75660              Correct 1st bug - one layer of indirection.
75661      Branch: perlio
75662            ! perlio.c perlio.h perliol.h
75663 ____________________________________________________________________________
75664 [  7754] By: nick                                  on 2000/11/19  20:56:12
75665         Log: Work-round to Perl_deb_nocontext is no longer required
75666      Branch: perlio
75667            - ext/re/hints/MSWin32.pl
75668 ____________________________________________________________________________
75669 [  7753] By: nick                                  on 2000/11/19  20:01:16
75670         Log: diff -se shows these as different
75671      Branch: perlio
75672            ! global.sym pod/perlapi.pod
75673 ____________________________________________________________________________
75674 [  7752] By: nick                                  on 2000/11/19  18:57:30
75675         Log: Configure GCC/Win32 build -Duseperlio
75676              Fix a couple of gross issues
75677              - double-include of ../deb.o in re.dll
75678              - win32sck.c needs PerlIO and FILE 
75679      Branch: perlio
75680            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
75681            ! win32/win32sck.c
75682 ____________________________________________________________________________
75683 [  7751] By: nick                                  on 2000/11/19  17:05:36
75684         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
75685      Branch: perlio
75686            ! perlio.c
75687 ____________________________________________________________________________
75688 [  7750] By: nick                                  on 2000/11/19  16:57:14
75689         Log: Missing aTHX_
75690      Branch: perlio
75691            ! sv.c
75692 ____________________________________________________________________________
75693 [  7749] By: jhi                                   on 2000/11/19  16:28:40
75694         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
75695              From: "Peter J. Farley III" <pjfarley@banet.net>
75696              Date: Sun, 19 Nov 2000 01:42:58 -0500
75697              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
75698      Branch: perl
75699            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
75700 ____________________________________________________________________________
75701 [  7748] By: jhi                                   on 2000/11/19  16:08:10
75702         Log: Subject: podlators 1.05 available        
75703              From: Russ Allbery <rra@stanford.edu>   
75704              Date: 18 Nov 2000 22:04:28 -0800
75705              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
75706      Branch: perl
75707            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
75708 ____________________________________________________________________________
75709 [  7747] By: nick                                  on 2000/11/19  11:19:39
75710         Log: Integrate mainline
75711      Branch: perlio
75712           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
75713           !> util.c
75714 ____________________________________________________________________________
75715 [  7746] By: jhi                                   on 2000/11/19  06:42:22
75716         Log: Make hex scanning warn on "\x{x}" and "\xx".
75717              "\x" and and hex("x") are still valid.
75718      Branch: perl
75719            ! util.c
75720 ____________________________________________________________________________
75721 [  7745] By: nick                                  on 2000/11/18  22:52:28
75722         Log: Integrate mainline
75723      Branch: perlio
75724           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
75725           !> perl.h perlio.c proto.h regcomp.c regcomp.h
75726 ____________________________________________________________________________
75727 [  7744] By: jhi                                   on 2000/11/18  22:50:28
75728         Log: Introduce Perl_utf8_length().  Use it.
75729      Branch: perl
75730            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
75731 ____________________________________________________________________________
75732 [  7743] By: jhi                                   on 2000/11/18  22:38:51
75733         Log: Compiler denit.
75734      Branch: perl
75735            ! perlio.c
75736 ____________________________________________________________________________
75737 [  7742] By: jhi                                   on 2000/11/18  20:33:05
75738         Log: Integrate perlio:
75739              
75740              [  7740]
75741              Lexical use open ... support:
75742              add ->cop_io to COP structure in cop.h.
75743              Make mg.c and gv.c associate it with ${^OPEN}.
75744              Make lib/open.pm set it.
75745              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
75746              manner similar to ->cop_warnings.
75747              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
75748              call new PerlIO_apply_layers().
75749              Declare latter in perlio.h and define in perlio.c
75750      Branch: perl
75751           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
75752           !> perlio.h pp_ctl.c pp_sys.c sv.c
75753 ____________________________________________________________________________
75754 [  7741] By: jhi                                   on 2000/11/18  20:31:27
75755         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
75756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75757              Date: Fri, 17 Nov 2000 20:35:11 -0500
75758              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
75759              
75760              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
75761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75762              Date: Fri, 17 Nov 2000 21:03:47 -0500
75763              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
75764              
75765              Plus a little bit of tweaking in pregcomp().
75766      Branch: perl
75767            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
75768 ____________________________________________________________________________
75769 [  7740] By: nick                                  on 2000/11/18  20:17:22
75770         Log: Lexical use open ... support:
75771              add ->cop_io to COP structure in cop.h.
75772              Make mg.c and gv.c associate it with ${^OPEN}.
75773              Make lib/open.pm set it.
75774              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
75775              manner similar to ->cop_warnings.
75776              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
75777              call new PerlIO_apply_layers().
75778              Declare latter in perlio.h and define in perlio.c
75779      Branch: perlio
75780            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
75781            ! perlio.h pp_ctl.c pp_sys.c sv.c
75782 ____________________________________________________________________________
75783 [  7739] By: jhi                                   on 2000/11/18  19:54:00
75784         Log: Integrate perlio:
75785              
75786              [  7736]
75787              Basic tweaks to do_open() type parsing to allow layer/discipline
75788              part to be isolated.
75789              
75790              [  7727]
75791              Experiment on use of attributes.pm interface.
75792              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
75793              SVt_PVRV if not already something better (else vivify of say magic gets
75794              core dump).
75795      Branch: perl
75796           !> doio.c perlio.c pp.c
75797 ____________________________________________________________________________
75798 [  7738] By: jhi                                   on 2000/11/18  17:16:13
75799         Log: Subject: [PATCH 5.7.0] etags broken again
75800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75801              Date: Sat, 18 Nov 2000 02:41:36 -0500
75802              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
75803      Branch: perl
75804            ! emacs/ptags
75805 ____________________________________________________________________________
75806 [  7737] By: jhi                                   on 2000/11/18  17:12:18
75807         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
75808      Branch: perl
75809            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75810 ____________________________________________________________________________
75811 [  7736] By: nick                                  on 2000/11/18  14:06:20
75812         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
75813              part to be isolated.
75814      Branch: perlio
75815            ! doio.c perlio.c
75816 ____________________________________________________________________________
75817 [  7735] By: nick                                  on 2000/11/18  11:03:32
75818         Log: Integrate mainline
75819      Branch: perlio
75820           !> Changes README.amiga README.win32 patchlevel.h
75821           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
75822 ____________________________________________________________________________
75823 [  7734] By: jhi                                   on 2000/11/18  01:18:56
75824         Log: Update Changes.
75825      Branch: perl
75826            ! Changes patchlevel.h
75827 ____________________________________________________________________________
75828 [  7733] By: jhi                                   on 2000/11/18  00:32:54
75829         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
75830              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75831              Date: Fri, 17 Nov 2000 17:28:02 -0500
75832              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
75833      Branch: perl
75834            ! regcomp.c regexec.c t/op/re_tests
75835 ____________________________________________________________________________
75836 [  7732] By: jhi                                   on 2000/11/18  00:28:56
75837         Log: Sparc 64-bit pack() fix from Jens Hamisch.
75838      Branch: perl
75839            ! pp.c
75840 ____________________________________________________________________________
75841 [  7731] By: jhi                                   on 2000/11/18  00:18:39
75842         Log: Explain in more detail the {} syntax ambiguousity.
75843              
75844              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
75845              From: Nicholas Clark <nick@ccl4.org>
75846              Date: Fri, 17 Nov 2000 22:10:28 +0000
75847              Message-ID: <20001117221028.A88930@plum.flirble.org>
75848      Branch: perl
75849            ! pod/perlfunc.pod
75850 ____________________________________________________________________________
75851 [  7730] By: jhi                                   on 2000/11/18  00:12:18
75852         Log: Subject: Fix for README.amiga (20000323.033)
75853              From: "Stephen P. Potter" <spp@spotter.yi.org>
75854              Date: Fri, 17 Nov 2000 12:25:51 -0500
75855              Message-Id: <200011171725.MAA05768@spotter.yi.org>
75856      Branch: perl
75857            ! README.amiga
75858 ____________________________________________________________________________
75859 [  7729] By: jhi                                   on 2000/11/18  00:08:34
75860         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
75861              From: "A. C. Yardley" <yardley@tanet.net>
75862              Date: Mon, 3 Apr 2000 11:35:33 -0700
75863              Message-ID: <3483.000403@tanet.net>
75864      Branch: perl
75865            ! README.win32
75866 ____________________________________________________________________________
75867 [  7728] By: nick                                  on 2000/11/17  21:59:47
75868         Log: Integrate mainline
75869      Branch: perlio
75870           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
75871           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
75872           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
75873           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
75874 ____________________________________________________________________________
75875 [  7727] By: nick                                  on 2000/11/17  21:56:31
75876         Log: Experiment on use of attributes.pm interface.
75877              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
75878              SVt_PVRV if not already something better (else vivify of say magic gets
75879              core dump).
75880      Branch: perlio
75881            ! perlio.c pp.c
75882 ____________________________________________________________________________
75883 [  7726] By: jhi                                   on 2000/11/17  14:15:49
75884         Log: Subject: Fix for 20000815.006
75885              From: "Stephen P. Potter" <spp@spotter.yi.org>
75886              Date: Fri, 17 Nov 2000 08:57:45 -0500
75887              Message-Id: <200011171357.IAA05122@spotter.yi.org>
75888              
75889              It's really 20000518.006.
75890      Branch: perl
75891            ! pod/perlmodlib.PL
75892 ____________________________________________________________________________
75893 [  7725] By: jhi                                   on 2000/11/17  14:12:31
75894         Log: Subject: Fix for 20000409.001
75895              From: "Stephen P. Potter" <spp@spotter.yi.org>
75896              Date: Fri, 17 Nov 2000 08:55:45 -0500
75897              Message-Id: <200011171355.IAA05104@spotter.yi.org>
75898      Branch: perl
75899            ! pod/perlfaq9.pod
75900 ____________________________________________________________________________
75901 [  7724] By: jhi                                   on 2000/11/17  14:08:58
75902         Log: Undo #7627 now that we have =head3.
75903      Branch: perl
75904            ! pod/perlhack.pod
75905 ____________________________________________________________________________
75906 [  7723] By: jhi                                   on 2000/11/17  14:04:09
75907         Log: As surmised the #7719 wasn't a good move.
75908      Branch: perl
75909            ! hints/solaris_2.sh
75910 ____________________________________________________________________________
75911 [  7722] By: jhi                                   on 2000/11/17  13:59:04
75912         Log: Also the 64bitall hints can be either here or there.
75913      Branch: perl
75914            ! hints/solaris_2.sh
75915 ____________________________________________________________________________
75916 [  7721] By: jhi                                   on 2000/11/17  02:26:23
75917         Log: Test tweak for the open pragma.
75918      Branch: perl
75919            ! t/lib/b.t
75920 ____________________________________________________________________________
75921 [  7720] By: jhi                                   on 2000/11/17  00:23:22
75922         Log: The long double hints can be here or there.
75923      Branch: perl
75924            ! hints/solaris_2.sh
75925 ____________________________________________________________________________
75926 [  7719] By: jhi                                   on 2000/11/17  00:14:06
75927         Log: For Solaris use64bitall the stdchar needs a little bit of help.
75928      Branch: perl
75929            ! hints/solaris_2.sh
75930 ____________________________________________________________________________
75931 [  7718] By: jhi                                   on 2000/11/16  23:27:34
75932         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
75933              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
75934              Date: Wed, 15 Nov 2000 08:56:32 +0100
75935              Message-ID: <3A1241B0.64477E00@alcatel.at>
75936      Branch: perl
75937            ! lib/Carp/Heavy.pm
75938 ____________________________________________________________________________
75939 [  7717] By: jhi                                   on 2000/11/16  23:23:29
75940         Log: Subject: [PATCH] Re: 20001101.003 PDL
75941              From: Nicholas Clark <nick@ccl4.org>
75942              Date: Thu, 16 Nov 2000 16:48:25 +0000
75943              Message-ID: <20001116164825.B93487@plum.flirble.org>
75944      Branch: perl
75945            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
75946 ____________________________________________________________________________
75947 [  7716] By: jhi                                   on 2000/11/16  23:21:31
75948         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
75949              From: "Casey R. Tweten" <crt@kiski.net>
75950              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
75951              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
75952      Branch: perl
75953            ! lib/Pod/Checker.pm pod/perlpod.pod
75954 ____________________________________________________________________________
75955 [  7715] By: jhi                                   on 2000/11/16  23:19:40
75956         Log: Avoid an infinite loop in VMS when utils scripts are run
75957              with no arguments, from Charles Lane.
75958      Branch: perl
75959            ! configure.com
75960 ____________________________________________________________________________
75961 [  7714] By: jhi                                   on 2000/11/16  23:17:08
75962         Log: Subject: perllocale.pod changes
75963              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
75964              Date: Mon, 13 Nov 2000 10:09:22 +0300
75965              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
75966      Branch: perl
75967            ! pod/perllocale.pod
75968 ____________________________________________________________________________
75969 [  7713] By: jhi                                   on 2000/11/16  23:14:06
75970         Log: Integrate perlio:
75971              
75972              [  7711]
75973              Minor tweaks:
75974              consistent way of getting 'rb', 'wb' etc. for binary opens
75975              move *perlio::layers to *open::layers
75976              a #define to show layers available
75977              DOSISH popen/PerlIO had export/import sense inverted.
75978      Branch: perl
75979           !> doio.c perlio.c perlio.h util.c
75980 ____________________________________________________________________________
75981 [  7712] By: nick                                  on 2000/11/16  21:10:58
75982         Log: Integrate mainline
75983      Branch: perlio
75984           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
75985           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
75986           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
75987           !> vos/config.ga.def vos/config.ga.h win32/config.bc
75988           !> win32/config.gc win32/config.vc
75989 ____________________________________________________________________________
75990 [  7711] By: nick                                  on 2000/11/16  19:56:41
75991         Log: Minor tweaks:
75992              consistent way of getting 'rb', 'wb' etc. for binary opens
75993              move *perlio::layers to *open::layers
75994              a #define to show layers available
75995              DOSISH popen/PerlIO had export/import sense inverted.
75996      Branch: perlio
75997            ! doio.c perlio.c perlio.h util.c
75998 ____________________________________________________________________________
75999 [  7710] By: jhi                                   on 2000/11/16  15:46:05
76000         Log: Add HAS_SBRK_PROTO.
76001      Branch: metaconfig/U/perl
76002            + d_sbrkproto.U
76003      Branch: perl
76004            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76005            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
76006            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
76007            ! vos/config.ga.def vos/config.ga.h win32/config.bc
76008            ! win32/config.gc win32/config.vc
76009 ____________________________________________________________________________
76010 [  7709] By: nick                                  on 2000/11/16  07:31:49
76011         Log: Integrate mainline
76012      Branch: perlio
76013           !> (integrate 35 files)
76014 ____________________________________________________________________________
76015 [  7708] By: jhi                                   on 2000/11/16  05:33:03
76016         Log: These files are text, not binary.
76017      Branch: perl
76018            ! ext/Encode/Encode/iso8859-10.enc
76019            ! ext/Encode/Encode/iso8859-13.enc
76020            ! ext/Encode/Encode/iso8859-14.enc
76021            ! ext/Encode/Encode/iso8859-15.enc
76022 ____________________________________________________________________________
76023 [  7707] By: jhi                                   on 2000/11/16  01:53:37
76024         Log: Update Changes.
76025      Branch: perl
76026            ! Changes patchlevel.h
76027 ____________________________________________________________________________
76028 [  7706] By: jhi                                   on 2000/11/16  01:35:59
76029         Log: More #undefing of stdio.
76030      Branch: perl
76031            ! fakesdio.h nostdio.h
76032 ____________________________________________________________________________
76033 [  7705] By: jhi                                   on 2000/11/16  01:34:18
76034         Log: Add fwalk() probe to the configuration files and regen perltoc.
76035      Branch: perl
76036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76037            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
76038            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
76039            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76040            ! win32/config.bc win32/config.gc win32/config.vc
76041 ____________________________________________________________________________
76042 [  7704] By: jhi                                   on 2000/11/16  01:33:07
76043         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
76044              an optional third argument to Inlibc?)
76045      Branch: metaconfig/U/perl
76046            + d__fwalk.U
76047 ____________________________________________________________________________
76048 [  7703] By: jhi                                   on 2000/11/16  01:09:22
76049         Log: The type of the hash_cb() size argument is tricky.
76050      Branch: perl
76051            ! ext/DB_File/DB_File.xs
76052 ____________________________________________________________________________
76053 [  7702] By: jhi                                   on 2000/11/15  23:01:16
76054         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
76055      Branch: perl
76056            ! nostdio.h
76057 ____________________________________________________________________________
76058 [  7701] By: jhi                                   on 2000/11/15  22:52:32
76059         Log: Detypo.
76060      Branch: perl
76061            ! t/lib/bigfltpm.t
76062 ____________________________________________________________________________
76063 [  7700] By: jhi                                   on 2000/11/15  22:51:56
76064         Log: UINT64_C() work continues.
76065      Branch: perl
76066            ! handy.h perl.h utf8.h
76067 ____________________________________________________________________________
76068 [  7699] By: jhi                                   on 2000/11/15  14:13:04
76069         Log: SOCKS has its own USE_THREADS, based on
76070              
76071              Subject: [ID 20001114.002] et. al. bugfix followup
76072              From: Jens Hamisch <jens@Strawberry.COM> 
76073              Date: Wed, 15 Nov 2000 14:23:11 +0100
76074              Message-ID: <20001115142311.A21164@Strawberry.COM>
76075      Branch: perl
76076            ! perl.h
76077 ____________________________________________________________________________
76078 [  7698] By: jhi                                   on 2000/11/15  03:50:56
76079         Log: Add few missing #undefs and sort them.
76080      Branch: perl
76081            ! fakesdio.h
76082 ____________________________________________________________________________
76083 [  7697] By: jhi                                   on 2000/11/15  03:39:14
76084         Log: Linenumber fix.
76085      Branch: perl
76086            ! t/pragma/warn/utf8
76087 ____________________________________________________________________________
76088 [  7696] By: jhi                                   on 2000/11/15  02:55:26
76089         Log: EBCDIC tweaks.
76090              
76091              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
76092              From: Peter Prymmer <pvhp@forte.com>
76093              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
76094              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
76095      Branch: perl
76096            ! t/op/regmesg.t t/pragma/warn/utf8
76097 ____________________________________________________________________________
76098 [  7695] By: jhi                                   on 2000/11/15  02:53:58
76099         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
76100              From: Peter Prymmer <pvhp@forte.com>
76101              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
76102              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
76103      Branch: perl
76104            ! utf8.c
76105 ____________________________________________________________________________
76106 [  7694] By: jhi                                   on 2000/11/15  02:50:55
76107         Log: Subject: [PATCH: perl@7674] updates to README.os390
76108              From: Prymmer/Kahn <pvhp@best.com>
76109              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
76110              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
76111      Branch: perl
76112            ! README.os390
76113 ____________________________________________________________________________
76114 [  7693] By: jhi                                   on 2000/11/15  02:48:37
76115         Log: Quit utf8_to_uv() instantly if curlen == 0.
76116      Branch: perl
76117            ! utf8.c
76118 ____________________________________________________________________________
76119 [  7692] By: jhi                                   on 2000/11/15  02:24:29
76120         Log: Use u_int32_t for the size of hash_cb(), not size_t.
76121              
76122              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
76123              From: Jens Hamisch <jens@Strawberry.COM>     
76124              Date: Tue, 14 Nov 2000 19:03:55 +0100
76125              Message-Id: <20001114190355.A20559@Strawberry.COM>
76126      Branch: perl
76127            ! ext/DB_File/DB_File.xs
76128 ____________________________________________________________________________
76129 [  7691] By: jhi                                   on 2000/11/15  02:20:12
76130         Log: Use UINT64_C().
76131              
76132              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
76133              From: Jens Hamisch <jens@Strawberry.COM>
76134              Date: Tue, 14 Nov 2000 19:16:23 +0100
76135              Message-Id: <20001114191623.G20559@Strawberry.COM>
76136      Branch: perl
76137            ! utf8.c utf8.h
76138 ____________________________________________________________________________
76139 [  7690] By: jhi                                   on 2000/11/15  02:17:06
76140         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
76141              (a macro to define signed and unsigned integer constants).
76142      Branch: perl
76143            ! handy.h
76144 ____________________________________________________________________________
76145 [  7689] By: jhi                                   on 2000/11/15  01:56:51
76146         Log: Regen Configure.
76147      Branch: perl
76148            ! Configure
76149 ____________________________________________________________________________
76150 [  7688] By: jhi                                   on 2000/11/15  01:56:32
76151         Log: Make the unit know about SOCKS.
76152      Branch: metaconfig
76153            ! U/protos/socksizetype.U
76154 ____________________________________________________________________________
76155 [  7687] By: jhi                                   on 2000/11/15  01:54:47
76156         Log: Remove unused dependencies.
76157      Branch: metaconfig
76158            ! U/compline/d_getpagsz.U
76159 ____________________________________________________________________________
76160 [  7686] By: nick                                  on 2000/11/14  21:25:13
76161         Log: Integrate mainline.
76162      Branch: perlio
76163           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
76164           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
76165           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
76166           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
76167           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
76168           !> win32/config.bc win32/config.gc win32/config.vc
76169           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
76170 ____________________________________________________________________________
76171 [  7685] By: jhi                                   on 2000/11/14  17:54:56
76172         Log: Integrate perlio:
76173              
76174              [  7684]
76175              PerlIO #include and #ifdef re-work.
76176      Branch: perl
76177           +> fakesdio.h perliol.h
76178           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
76179           !> perlsdio.h perlsfio.h pod/perlfunc.pod
76180 ____________________________________________________________________________
76181 [  7684] By: nick                                  on 2000/11/14  17:43:04
76182         Log: PerlIO #include and #ifdef re-work.
76183      Branch: perlio
76184            + fakesdio.h perliol.h
76185            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
76186            ! perlsdio.h perlsfio.h
76187 ____________________________________________________________________________
76188 [  7683] By: jhi                                   on 2000/11/14  15:42:40
76189         Log: Hoist the duplicated socket/netdb include logic to perl.h;
76190              undef SETERRNO in case SOCKS has defined it.  Based on:
76191              
76192              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
76193              From: Jens Hamisch <jens@Strawberry.COM> 
76194              Date: Tue, 14 Nov 2000 11:34:40 +0100
76195              Message-Id: <20001114113440.A20005@Strawberry.COM>
76196      Branch: perl
76197            ! doio.c perl.h pp_sys.c
76198 ____________________________________________________________________________
76199 [  7682] By: jhi                                   on 2000/11/14  14:07:28
76200         Log: Subject: some additions for makefiles for win32 (for perl@7674)
76201              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76202              Date: Tue, 14 Nov 2000 09:31:13 +0300
76203              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
76204      Branch: perl
76205            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
76206            ! win32/makefile.mk
76207 ____________________________________________________________________________
76208 [  7681] By: jhi                                   on 2000/11/14  14:01:41
76209         Log: Subject: tiny typo in perl5db.pl
76210              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76211              Date: Tue, 14 Nov 2000 09:29:28 +0300
76212              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
76213      Branch: perl
76214            ! lib/perl5db.pl
76215 ____________________________________________________________________________
76216 [  7680] By: jhi                                   on 2000/11/14  04:13:50
76217         Log: Redo #7679 with LFs instead of CRLFs.
76218      Branch: perl
76219            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
76220            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
76221            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
76222 ____________________________________________________________________________
76223 [  7679] By: jhi                                   on 2000/11/14  01:21:09
76224         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
76225              From: Benjamin Stuhl <tiriath@yahoo.com> 
76226              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
76227              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
76228      Branch: perl
76229            + win32/bin/mdelete.bat
76230            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
76231            ! makedef.pl perlio.c win32/Makefile win32/config.gc
76232            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
76233 ____________________________________________________________________________
76234 [  7678] By: jhi                                   on 2000/11/14  01:19:20
76235         Log: Fix the re extension building for Win32.
76236              
76237              Subject: [PATCH perl@7638] Get PerlIO building on Win32
76238              From: Benjamin Stuhl <tiriath@yahoo.com> 
76239              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
76240              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
76241      Branch: perl
76242            + ext/re/hints/MSWin32.pl
76243            ! MANIFEST
76244 ____________________________________________________________________________
76245 [  7677] By: jhi                                   on 2000/11/14  01:13:54
76246         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
76247              From: sthoenna@efn.org
76248              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
76249              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
76250      Branch: perl
76251            ! doop.c pp.c toke.c utf8.c utf8.h
76252 ____________________________________________________________________________
76253 [  7676] By: jhi                                   on 2000/11/13  20:23:15
76254         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
76255              From: Nicholas Clark <nick@ccl4.org>
76256              Date: Mon, 13 Nov 2000 18:55:04 +0000
76257              Message-ID: <20001113185504.J29183@plum.flirble.org>
76258      Branch: perl
76259            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
76260 ____________________________________________________________________________
76261 [  7675] By: nick                                  on 2000/11/13  20:21:57
76262         Log: Integrate mainline ...
76263      Branch: perlio
76264           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
76265           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
76266           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
76267           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
76268 ____________________________________________________________________________
76269 [  7674] By: jhi                                   on 2000/11/13  15:07:56
76270         Log: Update Changes.
76271      Branch: perl
76272            ! Changes patchlevel.h
76273 ____________________________________________________________________________
76274 [  7673] By: jhi                                   on 2000/11/13  14:42:42
76275         Log: Remove the new two tests of lib/io_xs for now, they seem to
76276              fail under perlio on some platforms.
76277      Branch: perl
76278            ! t/lib/io_xs.t
76279 ____________________________________________________________________________
76280 [  7672] By: jhi                                   on 2000/11/13  13:57:53
76281         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
76282      Branch: perl
76283            ! perlio.c
76284 ____________________________________________________________________________
76285 [  7671] By: jhi                                   on 2000/11/13  05:30:48
76286         Log: Placate nervous compilers that see longer than ints switch()ing.
76287      Branch: perl
76288            ! utf8.c
76289 ____________________________________________________________________________
76290 [  7670] By: jhi                                   on 2000/11/13  05:14:21
76291         Log: fputs() does return EOF on error but here we don't care.
76292      Branch: perl
76293            ! perlio.c
76294 ____________________________________________________________________________
76295 [  7669] By: jhi                                   on 2000/11/13  05:02:45
76296         Log: Declare reg_data like reg_substr_data.
76297      Branch: perl
76298            ! regexp.h
76299 ____________________________________________________________________________
76300 [  7668] By: jhi                                   on 2000/11/13  04:54:34
76301         Log: Typos in #7667.
76302      Branch: perl
76303            ! perl.h
76304 ____________________________________________________________________________
76305 [  7667] By: jhi                                   on 2000/11/13  04:49:49
76306         Log: Cleanup messy #ifdef.
76307      Branch: perl
76308            ! perl.h
76309 ____________________________________________________________________________
76310 [  7666] By: jhi                                   on 2000/11/13  04:17:34
76311         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
76312              From: Nicholas Clark <nick@talking.bollo.cx>
76313              Date: Sun, 12 Nov 2000 21:14:11 +0000
76314              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
76315              
76316              Note: only one breakage of the two reported is fixed by this patch.
76317      Branch: perl
76318            ! perlio.c
76319 ____________________________________________________________________________
76320 [  7665] By: jhi                                   on 2000/11/13  04:05:07
76321         Log: Tweak the definition of the bit complement on UTF-8 data:
76322              if none of the characters in the string are > 0xff,
76323              the result is a complemented byte string, not a (UTF-8)
76324              char string.  Based on the summary in
76325              
76326              Subject: Re: [ID 20000918.005] ~ on wide chars
76327              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
76328              Date: Fri, 10 Nov 2000 09:47:15 -0800
76329              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
76330              
76331              This should give us the maximum backward (pre-char string)
76332              compatibility and utf8 compatibility.  The other alternative
76333              would be to limit the bit complement to be always byte only,
76334              taking the least significant byte of the chars.
76335      Branch: perl
76336            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
76337 ____________________________________________________________________________
76338 [  7664] By: jhi                                   on 2000/11/13  00:23:44
76339         Log: Couple of tests from #7660 salvaged.
76340      Branch: perl
76341            - t/op/tell.t
76342            ! MANIFEST t/io/tell.t
76343 ____________________________________________________________________________
76344 [  7663] By: jhi                                   on 2000/11/13  00:02:48
76345         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
76346              From: Nicholas Clark <nick@talking.bollo.cx>
76347              Date: Sun, 12 Nov 2000 21:23:43 +0000
76348              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
76349      Branch: perl
76350            ! perlsfio.h
76351 ____________________________________________________________________________
76352 [  7662] By: jhi                                   on 2000/11/13  00:01:39
76353         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
76354              From: Nicholas Clark <nick@talking.bollo.cx>
76355              Date: Sun, 12 Nov 2000 21:30:04 +0000
76356              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
76357      Branch: perl
76358            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
76359 ____________________________________________________________________________
76360 [  7661] By: jhi                                   on 2000/11/12  23:57:29
76361         Log: Document tell() on special streams.
76362      Branch: perl
76363            ! pod/perlfunc.pod
76364 ____________________________________________________________________________
76365 [  7660] By: jhi                                   on 2000/11/12  23:54:22
76366         Log: (Subsumed by #7664)
76367      Branch: perl
76368            + t/op/tell.t
76369            ! MANIFEST
76370 ____________________________________________________________________________
76371 [  7659] By: jhi                                   on 2000/11/12  22:55:25
76372         Log: Many subdocumented return values of the IO extension now documented.
76373              ungetc and write still left subdocumented.
76374              
76375              Subject: [PATCH] (was Re: IO::Handle::ungetc)
76376              From: Nicholas Clark <nick@talking.bollo.cx>
76377              Date: Sun, 12 Nov 2000 21:35:53 +0000
76378              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
76379      Branch: perl
76380            ! ext/IO/lib/IO/Handle.pm
76381 ____________________________________________________________________________
76382 [  7658] By: jhi                                   on 2000/11/12  21:37:06
76383         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
76384              From: Nicholas Clark <nick@talking.bollo.cx>
76385              Date: Sun, 12 Nov 2000 20:03:22 +0000
76386              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
76387      Branch: perl
76388            ! pod/perlfunc.pod
76389 ____________________________________________________________________________
76390 [  7657] By: jhi                                   on 2000/11/12  20:34:55
76391         Log: Integrate perlio:
76392              
76393              [  7656]
76394              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
76395      Branch: perl
76396           !> perlio.c
76397 ____________________________________________________________________________
76398 [  7656] By: nick                                  on 2000/11/12  19:25:06
76399         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
76400      Branch: perlio
76401            ! perlio.c
76402 ____________________________________________________________________________
76403 [  7655] By: nick                                  on 2000/11/12  19:09:41
76404         Log: Integrate mainline
76405      Branch: perlio
76406           +> README.solaris ext/Encode/Encode/cp1006.enc
76407           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
76408           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
76409           +> ext/Encode/Encode/iso8859-13.enc
76410           +> ext/Encode/Encode/iso8859-14.enc
76411           +> ext/Encode/Encode/iso8859-15.enc
76412           !> (integrate 34 files)
76413 ____________________________________________________________________________
76414 [  7654] By: jhi                                   on 2000/11/12  19:00:22
76415         Log: Add a metaconfig unit for fsync.
76416      Branch: metaconfig/U/perl
76417            + d_fsync.U
76418 ____________________________________________________________________________
76419 [  7653] By: jhi                                   on 2000/11/12  19:00:01
76420         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
76421      Branch: perl
76422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76423            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
76424            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
76425            ! vos/config.ga.h win32/config.bc win32/config.gc
76426            ! win32/config.vc
76427 ____________________________________________________________________________
76428 [  7652] By: jhi                                   on 2000/11/11  21:12:01
76429         Log: Copy the s// information of README.hpux also to the perlrun.
76430      Branch: perl
76431            ! README.hpux pod/perlrun.pod
76432 ____________________________________________________________________________
76433 [  7651] By: jhi                                   on 2000/11/11  21:03:13
76434         Log: More README.solaris updates from Andy Dougherty.
76435      Branch: perl
76436            ! README.solaris
76437 ____________________________________________________________________________
76438 [  7650] By: jhi                                   on 2000/11/11  18:38:57
76439         Log: More descriptive error for unknown perlio layers.
76440              
76441              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
76442              From: Dominic Dunlop <domo@computer.org> 
76443              Date: Sat, 11 Nov 2000 18:20:32 +0100             
76444              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
76445      Branch: perl
76446            ! perlio.c pod/perldiag.pod
76447 ____________________________________________________________________________
76448 [  7649] By: jhi                                   on 2000/11/11  18:37:52
76449         Log: MachTen doesn't really do mmap() and munmap().
76450              
76451              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
76452              From: Dominic Dunlop <domo@computer.org> 
76453              Date: Sat, 11 Nov 2000 18:20:32 +0100             
76454              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
76455      Branch: perl
76456            ! hints/machten.sh
76457 ____________________________________________________________________________
76458 [  7648] By: jhi                                   on 2000/11/11  18:36:46
76459         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
76460              From: rspier@pobox.com (Robert Spier)
76461              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
76462              Message-ID: <14861.32839.491271.985797@rls.cx>
76463      Branch: perl
76464            ! Porting/Contract pod/perltoot.pod
76465 ____________________________________________________________________________
76466 [  7647] By: jhi                                   on 2000/11/11  18:35:30
76467         Log: Simplify the getpagesize() unit by dropping the
76468              pagesize probe since it's nowadays slightly more
76469              complicated because of sysconf(). (Note: if some
76470              platform really needs the -lPW for getpagesize,
76471              I just broke it.)
76472              
76473              TODO: a new pagesize unit.
76474      Branch: metaconfig
76475            ! U/compline/d_getpagsz.U
76476 ____________________________________________________________________________
76477 [  7646] By: jhi                                   on 2000/11/11  18:33:23
76478         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
76479      Branch: perl
76480            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76481            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
76482            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
76483            ! vos/config.ga.h win32/config.bc win32/config.gc
76484            ! win32/config.vc
76485 ____________________________________________________________________________
76486 [  7645] By: jhi                                   on 2000/11/11  16:45:15
76487         Log: Use sysconf() or getpagesize() to find out the pagesize.
76488      Branch: perl
76489            ! perlio.c
76490 ____________________________________________________________________________
76491 [  7644] By: jhi                                   on 2000/11/11  15:46:08
76492         Log: Integrate perlio:
76493              
76494              [  7641]
76495              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
76496              Also call "Buf" layer directly when unread'ing non-read chars.
76497      Branch: perl
76498           !> perlio.c
76499 ____________________________________________________________________________
76500 [  7643] By: jhi                                   on 2000/11/11  15:33:36
76501         Log: Subject: Re: [PATCH] README.solaris
76502              From: Lupe Christoph <lupe@lupe-christoph.de>
76503              Date: Sat, 11 Nov 2000 14:08:10 +0100
76504              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
76505      Branch: perl
76506            ! README.solaris
76507 ____________________________________________________________________________
76508 [  7642] By: jhi                                   on 2000/11/11  15:22:12
76509         Log: Subject: [PATCH perl@7638] cygwin port
76510              From: "Eric Fifer" <egf7@columbia.edu>            
76511              Date: Fri, 10 Nov 2000 19:30:30 -0000
76512              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
76513      Branch: perl
76514            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
76515 ____________________________________________________________________________
76516 [  7641] By: nick                                  on 2000/11/11  14:50:36
76517         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
76518              Also call "Buf" layer directly when unread'ing non-read chars.
76519      Branch: perlio
76520            ! perlio.c
76521 ____________________________________________________________________________
76522 [  7640] By: jhi                                   on 2000/11/11  02:05:02
76523         Log: Add more encoding tables.
76524      Branch: perl
76525            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
76526            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
76527            + ext/Encode/Encode/iso8859-10.enc
76528            + ext/Encode/Encode/iso8859-13.enc
76529            + ext/Encode/Encode/iso8859-14.enc
76530            + ext/Encode/Encode/iso8859-15.enc
76531            ! MANIFEST
76532 ____________________________________________________________________________
76533 [  7639] By: jhi                                   on 2000/11/10  18:49:25
76534         Log: Subject: [PATCH] README.solaris
76535              From: Andy Dougherty <doughera@lafayette.edu>
76536              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
76537              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
76538      Branch: perl
76539            + README.solaris
76540            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
76541            ! pod/perl.pod pod/perltoc.pod
76542 ____________________________________________________________________________
76543 [  7638] By: jhi                                   on 2000/11/10  15:04:15
76544         Log: Update Changes.
76545      Branch: perl
76546            ! Changes patchlevel.h
76547 ____________________________________________________________________________
76548 [  7637] By: jhi                                   on 2000/11/10  14:14:28
76549         Log: Explain better why certain regex tests are skipped.
76550              
76551              Subject: Re: tests skipped: unknown reason
76552              From: Lupe Christoph <lupe@lupe-christoph.de>
76553              Date: Fri, 10 Nov 2000 09:08:56 +0100
76554              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
76555      Branch: perl
76556            ! t/op/regexp.t
76557 ____________________________________________________________________________
76558 [  7636] By: nick                                  on 2000/11/10  13:40:00
76559         Log: Integrate mainline.
76560      Branch: perlio
76561           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
76562           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
76563           !> win32/bin/search.pl
76564 ____________________________________________________________________________
76565 [  7635] By: nick                                  on 2000/11/10  13:25:52
76566         Log: Re-instate stdio large file support via perlio.
76567      Branch: perl
76568            ! perlio.c
76569 ____________________________________________________________________________
76570 [  7634] By: jhi                                   on 2000/11/10  04:49:55
76571         Log: Amdahl UTS hints updates.
76572              
76573              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
76574              From: hom00@utsglobal.com (Harold O Morris)
76575              Date: Thu, 9 Nov 2000 20:02 PST
76576              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
76577      Branch: perl
76578            ! hints/uts.sh
76579 ____________________________________________________________________________
76580 [  7633] By: jhi                                   on 2000/11/09  23:33:28
76581         Log: Subject: [PATCH] IO::Seekable pod
76582              From: Nicholas Clark <nick@talking.bollo.cx>
76583              Date: Thu, 9 Nov 2000 20:29:45 +0000
76584              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
76585      Branch: perl
76586            ! ext/IO/lib/IO/Handle.pm
76587 ____________________________________________________________________________
76588 [  7632] By: jhi                                   on 2000/11/09  21:55:41
76589         Log: Various doc oddball characters.
76590              
76591              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
76592              From: Michael Somos <somos@grail.cba.csuohio.edu>
76593              Date: Mon, 6 Nov 2000 17:44:20 -0500
76594              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
76595      Branch: perl
76596            ! emacs/cperl-mode.el lib/unicode/syllables.txt
76597            ! win32/bin/search.pl
76598 ____________________________________________________________________________
76599 [  7631] By: jhi                                   on 2000/11/09  21:12:29
76600         Log: Subject: Re: bash -c exit and linux hints 
76601              From: "John P. Linderman" <jpl@research.att.com>
76602              Date: Thu, 02 Nov 2000 09:37:25 -0500
76603              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
76604      Branch: perl
76605            ! hints/linux.sh
76606 ____________________________________________________________________________
76607 [  7630] By: nick                                  on 2000/11/09  20:34:11
76608         Log: Integrate mainline.
76609      Branch: perlio
76610           !> (integrate 91 files)
76611 ____________________________________________________________________________
76612 [  7629] By: jhi                                   on 2000/11/09  19:46:31
76613         Log: Missing dTHXs.
76614              
76615              Subject: RE: perl@7595 builds not on cygwin
76616              From: "Eric Fifer" <egf7@columbia.edu>
76617              Date: Thu, 9 Nov 2000 19:26:50 -0000
76618              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
76619      Branch: perl
76620            ! ext/Devel/Peek/Peek.xs
76621 ____________________________________________________________________________
76622 [  7628] By: jhi                                   on 2000/11/09  14:48:27
76623         Log: Disable only the tests 99 and 166 for UTF-8 locales.
76624      Branch: perl
76625            ! t/pragma/locale.t
76626 ____________________________________________________________________________
76627 [  7627] By: jhi                                   on 2000/11/09  14:40:27
76628         Log: There's no =head3.
76629      Branch: perl
76630            ! pod/perlhack.pod
76631 ____________________________________________________________________________
76632 [  7626] By: jhi                                   on 2000/11/09  13:54:26
76633         Log: The generated boot_* headers are wrong.  Pickier compiler,
76634              such as KAI C++ will refuse to compile the resulting perlmain.
76635              
76636              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
76637              From: Harri Pasanen <harri.pasanen@trema.com>
76638              Date: Thu, 09 Nov 2000 14:23:28 +0100
76639              Message-Id: <3A0AA550.26D548A3@trema.com>
76640      Branch: perl
76641            ! minimod.pl
76642 ____________________________________________________________________________
76643 [  7625] By: jhi                                   on 2000/11/09  13:50:44
76644         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
76645              From: Prymmer/Kahn <pvhp@best.com>
76646              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
76647              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
76648              
76649              All except the "cow orker" change.
76650      Branch: perl
76651            ! Porting/pumpkin.pod
76652 ____________________________________________________________________________
76653 [  7624] By: jhi                                   on 2000/11/09  13:45:33
76654         Log: Fix for
76655              
76656              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
76657              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
76658              Date: Thu, 09 Nov 2000 11:05:52 +0100
76659              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
76660      Branch: perl
76661            ! pod/perldiag.pod t/pragma/warn/pp_sys
76662 ____________________________________________________________________________
76663 [  7623] By: jhi                                   on 2000/11/09  13:37:16
76664         Log: Typo in an ifndef.
76665              
76666              Subject: Re: [PATCH 5.7.0] better messages from malloc()
76667              From: Joe Smith <jms@inwap.com>         
76668              Date: Thu, 09 Nov 2000 01:33:14 -0800
76669              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
76670      Branch: perl
76671            ! malloc.c
76672 ____________________________________________________________________________
76673 [  7622] By: jhi                                   on 2000/11/09  13:31:18
76674         Log: Remove unused extra arguments.
76675      Branch: metaconfig/U/perl
76676            ! perlxv.U
76677      Branch: perl
76678            ! Configure config_h.SH
76679 ____________________________________________________________________________
76680 [  7621] By: jhi                                   on 2000/11/09  13:16:36
76681         Log: More VMS moves on environment handling, from Charles Lane.
76682      Branch: perl
76683            ! t/pragma/locale.t
76684 ____________________________________________________________________________
76685 [  7620] By: jhi                                   on 2000/11/09  04:42:38
76686         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
76687              From: David Dyck <dcd@tc.fluke.com>
76688              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
76689              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
76690      Branch: perl
76691            ! pp_sys.c
76692 ____________________________________________________________________________
76693 [  7619] By: jhi                                   on 2000/11/09  04:36:21
76694         Log: Forgot from #7618.
76695      Branch: perl
76696            ! lib/File/stat.pm
76697 ____________________________________________________________________________
76698 [  7618] By: jhi                                   on 2000/11/09  04:28:44
76699         Log: Make deleting for %ENV work for (newer versions of) VMS,
76700              from Craig A. Berry.
76701      Branch: perl
76702            ! vms/vms.c
76703 ____________________________________________________________________________
76704 [  7617] By: jhi                                   on 2000/11/09  04:25:05
76705         Log: Subject: [PATCH] Class::Struct at compile time
76706              From: "Casey R. Tweten" <crt@kiski.net>
76707              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
76708              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
76709      Branch: perl
76710            ! lib/Class/Struct.pm
76711 ____________________________________________________________________________
76712 [  7616] By: jhi                                   on 2000/11/09  04:15:17
76713         Log: Subject: [ID 20001108.013] spelling
76714              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
76715              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
76716              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
76717      Branch: perl
76718            ! lib/ftp.pl
76719 ____________________________________________________________________________
76720 [  7615] By: jhi                                   on 2000/11/09  04:12:42
76721         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
76722              From: Peter Prymmer <pvhp@forte.com>
76723              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
76724              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
76725      Branch: perl
76726            ! configure.com
76727 ____________________________________________________________________________
76728 [  7614] By: jhi                                   on 2000/11/08  22:42:55
76729         Log: A missing aTHX_.
76730      Branch: perl
76731            ! ext/IPC/SysV/SysV.xs
76732 ____________________________________________________________________________
76733 [  7613] By: jhi                                   on 2000/11/08  19:30:21
76734         Log: Update Changes.
76735      Branch: perl
76736            ! Changes patchlevel.h
76737 ____________________________________________________________________________
76738 [  7612] By: jhi                                   on 2000/11/08  18:35:25
76739         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
76740              From: David Dyck <dcd@tc.fluke.com>
76741              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
76742              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
76743      Branch: perl
76744            ! pp_sys.c
76745 ____________________________________________________________________________
76746 [  7611] By: jhi                                   on 2000/11/08  18:30:26
76747         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
76748              From: Dominic Dunlop <domo@computer.org>
76749              Date: Tue, 7 Nov 2000 12:05:25 +0100
76750              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
76751      Branch: perl
76752            ! malloc.c
76753 ____________________________________________________________________________
76754 [  7610] By: jhi                                   on 2000/11/08  18:25:14
76755         Log: Do not test UTF-8 locales since that the tests would require
76756              polymorphic regexen.
76757      Branch: perl
76758            ! t/pragma/locale.t
76759 ____________________________________________________________________________
76760 [  7609] By: jhi                                   on 2000/11/08  17:12:51
76761         Log: Locale buglets.
76762              
76763              Subject: RE: Locales support (setlocale) fixes
76764              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76765              Date: Wed, 8 Nov 2000 20:01:39 +0300
76766              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
76767      Branch: perl
76768            ! t/pragma/locale.t util.c
76769 ____________________________________________________________________________
76770 [  7608] By: jhi                                   on 2000/11/08  17:00:16
76771         Log: Deleting $ENV{PATH} in VMS is not recommendable.
76772      Branch: perl
76773            ! t/pragma/locale.t
76774 ____________________________________________________________________________
76775 [  7607] By: jhi                                   on 2000/11/08  16:58:26
76776         Log: Subject: PATCH std stdio for (Free)BSD
76777              From: Nicholas Clark <nick@ccl4.org>
76778              Date: Wed, 8 Nov 2000 15:36:29 +0000
76779              Message-ID: <20001108153629.D98736@plum.flirble.org>
76780      Branch: metaconfig
76781            ! U/compline/d_stdstdio.U
76782      Branch: perl
76783            ! Configure config_h.SH
76784 ____________________________________________________________________________
76785 [  7606] By: jhi                                   on 2000/11/08  16:43:31
76786         Log: Forgot to bump the line numbers in #7601.
76787      Branch: perl
76788            ! t/pragma/warn/pp_sys
76789 ____________________________________________________________________________
76790 [  7605] By: jhi                                   on 2000/11/08  16:39:12
76791         Log: More careful detection of how well NVs and UVs mix.
76792              
76793              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))
76794              From: Nicholas Clark <nick@ccl4.org>
76795              Date: Wed, 8 Nov 2000 15:14:12 +0000
76796              Message-ID: <20001108151412.B98736@plum.flirble.org>
76797              
76798              Added some SIGFPE paranoia.
76799      Branch: metaconfig/U/perl
76800            ! perlxv.U
76801      Branch: perl
76802            ! Configure config_h.SH
76803 ____________________________________________________________________________
76804 [  7604] By: jhi                                   on 2000/11/08  14:39:10
76805         Log: Subject: [patch perl@7595] VMS configure.com tweak
76806              From: "Craig A. Berry" <craigberry@mac.com>
76807              Date: Wed, 8 Nov 2000 00:24:12 -0600
76808              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
76809      Branch: perl
76810            ! configure.com
76811 ____________________________________________________________________________
76812 [  7603] By: jhi                                   on 2000/11/08  14:27:11
76813         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
76814              From: Robin Barker <rmb1@cise.npl.co.uk>
76815              Date: Wed, 8 Nov 2000 11:11:39 GMT
76816              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
76817      Branch: perl
76818            ! perlio.c
76819 ____________________________________________________________________________
76820 [  7602] By: jhi                                   on 2000/11/08  14:25:03
76821         Log: Fix for the tie-refhash string table leaks.
76822              
76823              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
76824              Date: Wed, 8 Nov 2000 13:03:04 GMT
76825              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
76826      Branch: perl
76827            ! t/lib/tie-refhash.t
76828 ____________________________________________________________________________
76829 [  7601] By: jhi                                   on 2000/11/08  14:21:08
76830         Log: Try to avoid flockless and emulationless places.
76831      Branch: perl
76832            ! t/pragma/warn/pp_sys
76833 ____________________________________________________________________________
76834 [  7600] By: jhi                                   on 2000/11/08  02:28:54
76835         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
76836              
76837              Subject: [PATCH] prototyped functions that should be overrideable
76838              From: "Casey R. Tweten" <crt@kiski.net>
76839              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
76840              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
76841      Branch: perl
76842            ! toke.c
76843 ____________________________________________________________________________
76844 [  7599] By: jhi                                   on 2000/11/08  01:12:05
76845         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
76846              
76847              Subject: [PATCH] perlbug.PL
76848              From: "Kurt D. Starsinic" <kstar@chapin.edu>
76849              Date: Mon, 6 Nov 2000 21:39:01 -0500
76850              Message-ID: <20001106213901.B20955@O2.chapin.edu>
76851      Branch: perl
76852            ! utils/perlbug.PL
76853 ____________________________________________________________________________
76854 [  7598] By: jhi                                   on 2000/11/07  23:42:00
76855         Log: Bad thinko in #7581 (I used the test program with the expanded
76856              values as-is).
76857      Branch: metaconfig
76858            ! U/compline/d_stdstdio.U
76859      Branch: perl
76860            ! Configure
76861 ____________________________________________________________________________
76862 [  7597] By: jhi                                   on 2000/11/07  21:43:29
76863         Log: Subject: [PATCH perl@7573] cygwin port
76864              From: "Fifer, Eric" <EFifer@sanwaint.com>
76865              Date: Tue, 7 Nov 2000 18:08:51 -0000 
76866              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
76867              
76868              Synchronize with Cygwin 1.1.5.
76869      Branch: perl
76870            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
76871            ! pod/perlport.pod unixish.h util.c
76872 ____________________________________________________________________________
76873 [  7596] By: jhi                                   on 2000/11/07  21:39:25
76874         Log: perlhack updates from H.Merijn Brand.
76875      Branch: perl
76876            ! pod/perlhack.pod
76877 ____________________________________________________________________________
76878 [  7595] By: jhi                                   on 2000/11/07  20:21:41
76879         Log: Update Changes.
76880      Branch: perl
76881            ! Changes patchlevel.h
76882 ____________________________________________________________________________
76883 [  7594] By: jhi                                   on 2000/11/07  19:18:58
76884         Log: Be more robust in Dynaloader.pm.
76885      Branch: perl
76886            ! ext/DynaLoader/DynaLoader_pm.PL
76887 ____________________________________________________________________________
76888 [  7593] By: jhi                                   on 2000/11/07  16:49:31
76889         Log: AUTHORS update.
76890      Branch: perl
76891            ! AUTHORS
76892 ____________________________________________________________________________
76893 [  7592] By: gsar                                  on 2000/11/07  16:39:51
76894         Log: normalize relative paths in virtualized current directory on windows,
76895              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
76896              returns)
76897      Branch: perl
76898            ! win32/vdir.h
76899 ____________________________________________________________________________
76900 [  7591] By: jhi                                   on 2000/11/07  16:04:26
76901         Log: Too profiler-happy: with optimization the #7590 actually makes
76902              the test to run 0.5% _slower_.  Requires much more instrumentation.
76903              Retract #7590.
76904      Branch: perl
76905            ! regcomp.c regcomp.h
76906 ____________________________________________________________________________
76907 [  7590] By: jhi                                   on 2000/11/07  15:51:13
76908         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
76909              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
76910              by using memset() and testing bytewise (as opposed to bitwise).
76911      Branch: perl
76912            ! regcomp.c regcomp.h
76913 ____________________________________________________________________________
76914 [  7589] By: jhi                                   on 2000/11/07  12:56:39
76915         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
76916              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76917              Date: Mon, 06 Nov 2000 23:45:30 -0500
76918              Message-Id: <0011079735.AA973576259@univpress.com>
76919      Branch: perl
76920            ! configure.com t/lib/st-lock.t
76921 ____________________________________________________________________________
76922 [  7588] By: jhi                                   on 2000/11/07  01:03:28
76923         Log: Tweak #7587.
76924      Branch: perl
76925            ! pod/perldiag.pod
76926 ____________________________________________________________________________
76927 [  7587] By: jhi                                   on 2000/11/07  01:00:27
76928         Log: A doc addition for bug id 20001105.019, beware \p.
76929      Branch: perl
76930            ! pod/perldiag.pod
76931 ____________________________________________________________________________
76932 [  7586] By: jhi                                   on 2000/11/07  00:32:22
76933         Log: Fake support of holey files in win/dosish platforms.
76934              
76935              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
76936              From: kipp@shonanblue.ne.jp
76937              Date: Mon, 6 Nov 2000 13:30:55 -0800
76938              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
76939      Branch: perl
76940            ! ext/SDBM_File/sdbm/sdbm.c
76941 ____________________________________________________________________________
76942 [  7585] By: jhi                                   on 2000/11/07  00:12:54
76943         Log: Subject: Pod updates
76944              From: "Stephen P. Potter" <spp@spotter.yi.org>
76945              Date: Mon, 06 Nov 2000 18:56:43 -0500
76946              Message-Id: <200011062357.SAA18173@spotter.yi.org>
76947      Branch: perl
76948            ! README.dos README.os2 README.win32 pod/buildtoc.PL
76949            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
76950            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
76951            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
76952            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
76953            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
76954            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
76955            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
76956            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
76957            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
76958            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
76959            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
76960            ! pod/perltootc.pod pod/perlunicode.pod
76961 ____________________________________________________________________________
76962 [  7584] By: jhi                                   on 2000/11/07  00:04:17
76963         Log: Varargs don't always work too well if one puts an unsigned
76964              char on the stack and pop an unsigned quad off the stack.
76965              
76966              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
76967              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
76968              Date: Mon, 06 Nov 2000 15:19:05 -0800
76969              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
76970      Branch: perl
76971            ! utf8.c
76972 ____________________________________________________________________________
76973 [  7583] By: jhi                                   on 2000/11/06  23:58:48
76974         Log: %ENV note tweaks from Dan Sugalski.
76975      Branch: perl
76976            ! pod/perlport.pod vms/perlvms.pod
76977 ____________________________________________________________________________
76978 [  7582] By: jhi                                   on 2000/11/06  23:05:49
76979         Log: glibc5 detection by __GNU_LIBRARY__.
76980      Branch: perl
76981            ! toke.c
76982 ____________________________________________________________________________
76983 [  7581] By: jhi                                   on 2000/11/06  22:51:29
76984         Log: Make the stdio test program of 7427 less noisy while being 
76985              compiled so that Digital UNIX wouldn't get both
76986              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
76987              undefined.  This makes perlio happy.
76988      Branch: metaconfig
76989            ! U/compline/d_stdstdio.U
76990      Branch: perl
76991            ! Configure config_h.SH
76992 ____________________________________________________________________________
76993 [  7580] By: jhi                                   on 2000/11/06  22:41:41
76994         Log: Document %ENV = () portability issues.
76995      Branch: perl
76996            ! pod/perlport.pod vms/perlvms.pod
76997 ____________________________________________________________________________
76998 [  7579] By: jhi                                   on 2000/11/06  21:29:24
76999         Log: VOS updates from Paul Green.
77000      Branch: perl
77001            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77002 ____________________________________________________________________________
77003 [  7578] By: jhi                                   on 2000/11/06  21:00:40
77004         Log: Sanitize the environment further.
77005      Branch: perl
77006            ! t/pragma/locale.t
77007 ____________________________________________________________________________
77008 [  7577] By: jhi                                   on 2000/11/06  20:53:51
77009         Log: Re-introduce 7552 lost in integration.
77010      Branch: perl
77011            ! perlio.c
77012 ____________________________________________________________________________
77013 [  7576] By: jhi                                   on 2000/11/06  20:33:46
77014         Log: Admit that the test leaks scalars.
77015      Branch: perl
77016            ! t/comp/proto.t
77017 ____________________________________________________________________________
77018 [  7575] By: jhi                                   on 2000/11/06  20:17:08
77019         Log: Integrate perlio:
77020              
77021              [  7574]
77022              Remove debug. Try (Mmap_t) on madvise() call.
77023      Branch: perl
77024           !> perlio.c
77025 ____________________________________________________________________________
77026 [  7574] By: nick                                  on 2000/11/06  20:07:28
77027         Log: Remove debug. Try (Mmap_t) on madvise() call.
77028      Branch: perlio
77029            ! perlio.c
77030 ____________________________________________________________________________
77031 [  7573] By: jhi                                   on 2000/11/06  13:56:05
77032         Log: Update Changes.
77033      Branch: perl
77034            ! Changes patchlevel.h
77035 ____________________________________________________________________________
77036 [  7572] By: jhi                                   on 2000/11/06  13:48:41
77037         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
77038              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77039              Date: Mon, 06 Nov 2000 10:11:42 +0100
77040              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
77041      Branch: perl
77042            ! pod/perlhack.pod
77043 ____________________________________________________________________________
77044 [  7571] By: jhi                                   on 2000/11/06  01:45:51
77045         Log: AUTHORS updates.
77046      Branch: perl
77047            ! AUTHORS
77048 ____________________________________________________________________________
77049 [  7570] By: jhi                                   on 2000/11/06  00:18:00
77050         Log: Fix for
77051              
77052              Subject: [ID 20000728.005] perl -P broken
77053              From: David Dyck <dcd@tc.fluke.com>
77054              Date: Fri, 28 Jul 2000 17:19:16 -0700
77055              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
77056              
77057              (hopefully).  The fix is also not complete, it seems to break
77058              BOM swallowing for libc5 systems, but until someone figures
77059              out a way to do this without ftell(), this will do.
77060      Branch: perl
77061            ! toke.c
77062 ____________________________________________________________________________
77063 [  7569] By: jhi                                   on 2000/11/06  00:05:30
77064         Log: Document that the evaled syntax errors cause scalar leaks.
77065      Branch: perl
77066            ! t/comp/proto.t
77067 ____________________________________________________________________________
77068 [  7568] By: jhi                                   on 2000/11/05  23:14:47
77069         Log: opmini.o can linger from Configures past.
77070      Branch: perl
77071            ! Makefile.SH
77072 ____________________________________________________________________________
77073 [  7567] By: jhi                                   on 2000/11/05  21:28:39
77074         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
77075              first argument correctly.
77076      Branch: perl
77077            ! perlio.c
77078 ____________________________________________________________________________
77079 [  7566] By: jhi                                   on 2000/11/05  21:15:56
77080         Log: Integrate perlio:
77081              
77082              [  7564]
77083              Added a mmap layer as a "subclass" of perlio.
77084              PERLIO=mmap ./perl harness passes
77085      Branch: perl
77086           !> perlio.c
77087 ____________________________________________________________________________
77088 [  7565] By: jhi                                   on 2000/11/05  21:15:13
77089         Log: Use -dM for gcc (the suggested patch did it only for Linux,
77090              but I think it can be generalized).
77091              
77092              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
77093              From: Pixel <pixel@mandrakesoft.com>
77094              Date: 05 Nov 2000 21:49:34 +0100 
77095              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
77096      Branch: perl
77097            ! ext/Errno/Errno_pm.PL
77098 ____________________________________________________________________________
77099 [  7564] By: nick                                  on 2000/11/05  21:09:18
77100         Log: Added a mmap layer as a "subclass" of perlio.
77101              PERLIO=mmap ./perl harness passes
77102      Branch: perlio
77103            ! perlio.c
77104 ____________________________________________________________________________
77105 [  7563] By: jhi                                   on 2000/11/05  19:48:55
77106         Log: Add a note for future generations about bug id 20000229.006.
77107      Branch: perl
77108            ! malloc.c
77109 ____________________________________________________________________________
77110 [  7562] By: jhi                                   on 2000/11/05  19:38:24
77111         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
77112      Branch: perl
77113            ! pp_ctl.c t/op/pos.t
77114 ____________________________________________________________________________
77115 [  7561] By: jhi                                   on 2000/11/05  18:21:46
77116         Log: Add =pod to be tidy.
77117      Branch: perl
77118            ! lib/Math/Complex.pm
77119 ____________________________________________________________________________
77120 [  7560] By: jhi                                   on 2000/11/05  17:38:46
77121         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
77122      Branch: perl
77123            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
77124            ! ext/Storable/Storable.xs t/lib/st-recurse.t
77125 ____________________________________________________________________________
77126 [  7559] By: jhi                                   on 2000/11/05  17:32:59
77127         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
77128              From: "Peter J. Farley III" <pjfarley@banet.net>
77129              Date: Sun, 05 Nov 2000 11:55:59 -0500
77130              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
77131      Branch: perl
77132            ! t/lib/syslog.t
77133 ____________________________________________________________________________
77134 [  7558] By: jhi                                   on 2000/11/05  17:29:19
77135         Log: Integrate perlio:
77136              
77137              [  7555]
77138              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
77139              open RDWR so does not fail. (pragma/warnings 303 again...)
77140              
77141              [  7554]
77142              Fix case where ungetc(f,EOF) was allowed.
77143              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
77144              so we can see similarities.
77145              Use types more carefully and a STDCHAR array in hope that this will
77146              fix Jarkko's 64bit machine.
77147      Branch: perl
77148           !> perlio.c
77149 ____________________________________________________________________________
77150 [  7557] By: jhi                                   on 2000/11/05  17:22:01
77151         Log: A fix of sorts for 20000329.026, a better error message
77152              for a missing "use charnames" when using the \N{...}. 
77153      Branch: perl
77154            ! pod/perldiag.pod toke.c
77155 ____________________________________________________________________________
77156 [  7556] By: jhi                                   on 2000/11/05  16:33:50
77157         Log: Test tweak: show also the failed locales.
77158              
77159              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
77160              From: Lupe Christoph <lupe@lupe-christoph.de>         
77161              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
77162              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
77163      Branch: perl
77164            ! t/pragma/locale.t
77165 ____________________________________________________________________________
77166 [  7555] By: nick                                  on 2000/11/05  11:09:34
77167         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
77168              open RDWR so does not fail. (pragma/warnings 303 again...)
77169      Branch: perlio
77170            ! perlio.c
77171 ____________________________________________________________________________
77172 [  7554] By: nick                                  on 2000/11/05  10:10:13
77173         Log: Fix case where ungetc(f,EOF) was allowed.
77174              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
77175              so we can see similarities.
77176              Use types more carefully and a STDCHAR array in hope that this will
77177              fix Jarkko's 64bit machine.
77178      Branch: perlio
77179            ! perlio.c
77180 ____________________________________________________________________________
77181 [  7553] By: jhi                                   on 2000/11/05  01:12:16
77182         Log: Fix for
77183              
77184              Subject: [ID 20001004.007] taint propogation is inconsistent
77185              From: pimlott@idiomtech.com (Andrew Pimlott) 
77186              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
77187              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
77188              
77189              The culprit was sv_setsv() which was rather blindly
77190              propagating taint, which lead to behaviour where if
77191              a tainted anon hash value was seen all the hash values
77192              from then on at that level became tainted, or at any
77193              upper levels in the case of nested anon hashes.
77194      Branch: perl
77195            ! sv.c t/op/taint.t
77196 ____________________________________________________________________________
77197 [  7552] By: jhi                                   on 2000/11/04  23:44:18
77198         Log: Some cpps don't like splitting conditionals across several lines.
77199      Branch: perl
77200            ! perlio.c
77201 ____________________________________________________________________________
77202 [  7551] By: nick                                  on 2000/11/04  23:40:44
77203         Log: Integrate mainline
77204      Branch: perlio
77205           !> pp_hot.c t/op/taint.t
77206 ____________________________________________________________________________
77207 [  7550] By: nick                                  on 2000/11/04  23:39:05
77208         Log: Integrate mainline again
77209      Branch: perlio
77210           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
77211           !> t/lib/b.t t/op/misc.t util.c
77212 ____________________________________________________________________________
77213 [  7549] By: jhi                                   on 2000/11/04  23:14:01
77214         Log: Fix for
77215              
77216              Subject: [ID 20001004.006] undef is never tainted
77217              From: pimlott@idiomtech.com (Andrew Pimlott)
77218              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
77219              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
77220              
77221              An undef read from a slurped file was not tainted.
77222      Branch: perl
77223            ! pp_hot.c t/op/taint.t
77224 ____________________________________________________________________________
77225 [  7548] By: jhi                                   on 2000/11/04  22:56:21
77226         Log: Test tweak ($Config{useperlio} is by default undef) .
77227      Branch: perl
77228            ! t/lib/b.t
77229 ____________________________________________________________________________
77230 [  7547] By: jhi                                   on 2000/11/04  22:43:56
77231         Log: Integrate perlio:
77232              
77233              [  7539]
77234              PerlIO infrastructure complete.
77235              
77236              [  7538]
77237              Type tweaks + less contorted allocation scheme
77238              
77239              [  7537]
77240              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
77241              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
77242              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
77243              sensible) which lead to some interesting fails.
77244              
77245              [  7535]
77246              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
77247              - Works on Linux with
77248              perlio + unix
77249              stdio
77250              - Works on Solaris with
77251              perlio + unix
77252              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
77253              - Fails (hangs in openpid) if you try and stack
77254              perlio + stdio - Linux stdio's read() logic is hanging.
77255              
77256              [  7492]
77257              Change files which are mysteriously different to mainline to be
77258              copies of mainline.
77259              
77260              [  7491]
77261              Perlio fixes discovered on big-endian & very traditional Solaris:
77262              - typo in endian code in putc.
77263              - Don't allow read of write-only files and vice-versa
77264              - and off-by-one in flush-all loop.
77265              Remove debug calls as they were using GCC specific features.
77266              
77267              [  7484]
77268              PerlIO passes all tests.
77269              
77270              [  7482]
77271              Include <unistd.h> to get correct lseek() prototype etc.
77272              (I thought perl.h did that) - down to two fails
77273              - comp/require.t (last test)
77274              - lib/io_xs.t - possibly import/export of FILE * ?
77275              
77276              [  7480]
77277              Fixed two bugs:
77278              - error code not being set on close (of broken pipe)
77279              - append mode was truncating.
77280              At least one seek/tell bug remains.
77281              
77282              [  7479]
77283              Prototype (stdio-like) PerlIO passing basic tests. Checked in
77284              in case of accidents. Still several worrying fails, no line disciplines yet.
77285      Branch: perl
77286           +> lib/perlio.pm
77287           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
77288           !> pod/perlapi.pod t/lib/b.t
77289 ____________________________________________________________________________
77290 [  7546] By: jhi                                   on 2000/11/04  22:40:59
77291         Log: Configure would use a bad $myuname from an old config.sh.
77292              
77293              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
77294              From: Andy Dougherty <doughera@lafayette.edu>
77295              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
77296              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
77297      Branch: metaconfig
77298            ! U/modified/Oldconfig.U
77299      Branch: perl
77300            ! Configure config_h.SH
77301 ____________________________________________________________________________
77302 [  7545] By: jhi                                   on 2000/11/04  22:36:54
77303         Log: Subject: Locales support (setlocale) fixes
77304              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77305              Date: Sat, 4 Nov 2000 10:15:48 +0300 
77306              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
77307              
77308              Modified quite a bit to be more portable.
77309      Branch: perl
77310            ! embed.h embed.pl perl.h proto.h util.c
77311 ____________________________________________________________________________
77312 [  7544] By: jhi                                   on 2000/11/04  22:32:47
77313         Log: Dying is too strict here, better just skip.
77314      Branch: perl
77315            ! t/op/misc.t
77316 ____________________________________________________________________________
77317 [  7543] By: nick                                  on 2000/11/04  21:55:13
77318         Log: Merge mainline
77319      Branch: perlio
77320           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
77321           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
77322           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
77323           !> (integrate 64 files)
77324 ____________________________________________________________________________
77325 [  7542] By: jhi                                   on 2000/11/04  21:09:28
77326         Log: More Changes tweakery.
77327      Branch: perl
77328            ! Changes Porting/genlog
77329 ____________________________________________________________________________
77330 [  7541] By: jhi                                   on 2000/11/04  20:58:18
77331         Log: Changes fixups.
77332      Branch: perl
77333            ! Changes
77334 ____________________________________________________________________________
77335 [  7540] By: jhi                                   on 2000/11/04  20:42:38
77336         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
77337              create a "fast path" for locale name probing using "locale -a"
77338              if available, squash finally hopefully the s?printf resetting
77339              the numeric locale (since, IIUC perllocale, it never shouldn't). 
77340      Branch: perl
77341            ! sv.c t/op/misc.t t/pragma/locale.t
77342 ____________________________________________________________________________
77343 [  7539] By: nick                                  on 2000/11/04  19:56:10
77344         Log: PerlIO infrastructure complete.
77345      Branch: perlio
77346            + lib/perlio.pm
77347            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
77348 ____________________________________________________________________________
77349 [  7538] By: nick                                  on 2000/11/04  14:31:32
77350         Log: Type tweaks + less contorted allocation scheme
77351      Branch: perlio
77352            ! perlio.c
77353 ____________________________________________________________________________
77354 [  7537] By: nick                                  on 2000/11/04  12:40:42
77355         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
77356              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
77357              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
77358              sensible) which lead to some interesting fails.
77359      Branch: perlio
77360            ! perlio.c
77361 ____________________________________________________________________________
77362 [  7536] By: jhi                                   on 2000/11/04  00:20:02
77363         Log: Add FCNTL_CAN_LOCK.
77364              
77365              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
77366              From: Andy Dougherty <doughera@lafayette.edu>
77367              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
77368              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
77369              
77370              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
77371              From: Andy Dougherty <doughera@lafayette.edu>
77372              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
77373              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
77374      Branch: metaconfig/U/perl
77375            + d_fcntl_can_lock.U
77376            ! startperl.U
77377      Branch: perl
77378            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77379            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
77380            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77381            ! vos/config.ga.h win32/config.bc win32/config.gc
77382            ! win32/config.vc
77383 ____________________________________________________________________________
77384 [  7535] By: nick                                  on 2000/11/03  22:19:10
77385         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
77386              - Works on Linux with
77387              perlio + unix
77388              stdio
77389              - Works on Solaris with
77390              perlio + unix
77391              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
77392              - Fails (hangs in openpid) if you try and stack
77393              perlio + stdio - Linux stdio's read() logic is hanging.
77394      Branch: perlio
77395            ! iperlsys.h perlio.c
77396 ____________________________________________________________________________
77397 [  7534] By: jhi                                   on 2000/11/03  15:16:02
77398         Log: Subject: Re: README.aix
77399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77400              Date: Fri, 03 Nov 2000 16:03:15 +0100
77401              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
77402      Branch: perl
77403            ! README.aix
77404 ____________________________________________________________________________
77405 [  7533] By: jhi                                   on 2000/11/03  03:59:02
77406         Log: Subject: [PATCH 5.7.0] better messages from malloc()
77407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77408              Date: Wed, 1 Nov 2000 23:39:56 -0500
77409              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
77410      Branch: perl
77411            ! malloc.c pod/perldiag.pod
77412 ____________________________________________________________________________
77413 [  7532] By: jhi                                   on 2000/11/03  00:11:56
77414         Log: The #7521 touched things it shouldn't have.
77415      Branch: perl
77416            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
77417 ____________________________________________________________________________
77418 [  7531] By: jhi                                   on 2000/11/02  22:32:33
77419         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
77420              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
77421              Date:     Thu, 2 Nov 2000 16:58:36 EST
77422              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
77423      Branch: perl
77424            ! vms/gen_shrfls.pl
77425 ____________________________________________________________________________
77426 [  7530] By: jhi                                   on 2000/11/02  22:08:49
77427         Log: Fix the problem discussed in
77428              
77429              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
77430              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
77431              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
77432              
77433              originally from Linc Madison.  Also Andreas König's comments
77434              taken into account.  Some other problems with Tie::SubstrHash
77435              fixed: didn't croak when the table exceeded the requested number
77436              of entries (as documented) but instead when the number of entries
77437              exceeded the size of the table, a croak() had an unnecessary \n,
77438              didn't have a CLEAR method, documented that there is no exists().
77439              Didn't fix to be strict-proof because the module uses &foo; and
77440              dynamic scope.  Added a test script exercizing both first tamely 
77441              the basic functionality, and then the failure cases reported by
77442              Linc Madison.
77443      Branch: perl
77444            + t/lib/tie-substrhash.t
77445            ! MANIFEST lib/Tie/SubstrHash.pm
77446 ____________________________________________________________________________
77447 [  7529] By: jhi                                   on 2000/11/02  17:58:08
77448         Log: recv() can fail and return undef.
77449              
77450              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
77451              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
77452              Date: Thu, 2 Nov 2000 20:12:20 +0300
77453              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
77454      Branch: perl
77455            ! lib/Net/Ping.pm
77456 ____________________________________________________________________________
77457 [  7528] By: jhi                                   on 2000/11/02  17:49:09
77458         Log: Detpyo.
77459      Branch: perl
77460            ! pod/perlop.pod
77461 ____________________________________________________________________________
77462 [  7527] By: jhi                                   on 2000/11/02  15:48:37
77463         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
77464              fix a autovivification bug in Tie::RefHash, add tests for both.
77465              
77466              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
77467              From: Edward Avis <epa98@doc.ic.ac.uk>
77468              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
77469              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
77470      Branch: perl
77471            + t/lib/tie-refhash.t
77472            ! MANIFEST lib/Tie/RefHash.pm
77473 ____________________________________________________________________________
77474 [  7526] By: jhi                                   on 2000/11/02  13:56:26
77475         Log: Test::Harness revealed buglets in the new DynaLoader.
77476              
77477              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
77478              From: andreas.koenig@anima.de (Andreas J. Koenig)
77479              Date: 02 Nov 2000 11:26:48 +0100 
77480              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
77481      Branch: perl
77482            ! ext/DynaLoader/DynaLoader_pm.PL
77483 ____________________________________________________________________________
77484 [  7525] By: jhi                                   on 2000/11/01  23:52:08
77485         Log: The entry for #7503 was missing.
77486      Branch: perl
77487            ! Changes
77488 ____________________________________________________________________________
77489 [  7524] By: jhi                                   on 2000/11/01  23:40:52
77490         Log: Update Changes.
77491      Branch: perl
77492            ! Changes patchlevel.h
77493 ____________________________________________________________________________
77494 [  7523] By: jhi                                   on 2000/11/01  22:57:09
77495         Log: More tweaking on the #7522 theme.
77496      Branch: perl
77497            ! ext/DynaLoader/DynaLoader_pm.PL
77498 ____________________________________________________________________________
77499 [  7522] By: jhi                                   on 2000/11/01  22:06:15
77500         Log: Expand %Config variables and %ENV variables only if
77501              so requested during build time using the
77502              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
77503              Not expanding makes relocating distributions easier.
77504      Branch: perl
77505            ! ext/DynaLoader/DynaLoader_pm.PL
77506 ____________________________________________________________________________
77507 [  7521] By: jhi                                   on 2000/11/01  20:56:34
77508         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
77509              and setgid() because they were just changing $< and $( which means
77510              only changing the real uid/gid, as opposed to changing both
77511              real and effective ids.  (The alternative way could have been
77512              in POSIX.pm to change $> and $), too, but making a direct call
77513              to the C API feels cleaner.)  Fixes the bug
77514              
77515              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
77516              From: "Garry T. Williams" <garry@zvolve.com>
77517              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
77518              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
77519      Branch: perl
77520            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77521            ! ext/POSIX/typemap pod/perlvar.pod
77522 ____________________________________________________________________________
77523 [  7520] By: jhi                                   on 2000/11/01  20:08:33
77524         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
77525              From: "Garry T. Williams" <garry@zvolve.com>
77526              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
77527              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
77528      Branch: perl
77529            ! pod/perlsec.pod
77530 ____________________________________________________________________________
77531 [  7519] By: jhi                                   on 2000/11/01  20:01:22
77532         Log: Locale warning explanation tweak.
77533      Branch: perl
77534            ! pod/perldiag.pod
77535 ____________________________________________________________________________
77536 [  7518] By: jhi                                   on 2000/11/01  18:57:13
77537         Log: C.pm part of
77538              
77539              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
77540              From: Jarkko Hietaniemi <jhi@iki.fi>
77541              Date: Tue, 10 Oct 2000 08:22:28 -0500
77542              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
77543      Branch: perl
77544            ! ext/B/B/C.pm
77545 ____________________________________________________________________________
77546 [  7517] By: jhi                                   on 2000/11/01  18:41:59
77547         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
77548              From: Martien Verbruggen <mgjv@comdyn.com.au>
77549              Date: Fri, 6 Oct 2000 14:09:10 +1100
77550              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
77551      Branch: perl
77552            ! pod/perlop.pod
77553 ____________________________________________________________________________
77554 [  7516] By: jhi                                   on 2000/11/01  18:34:55
77555         Log: Generalize the Camel wording.
77556              
77557              Subject: Re: perlfaq style changes
77558              From: John Borwick <jhborwic@unity.ncsu.edu>
77559              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
77560              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
77561      Branch: perl
77562            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
77563 ____________________________________________________________________________
77564 [  7515] By: jhi                                   on 2000/11/01  16:52:31
77565         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
77566              From: pimlott@idiomtech.com (Andrew Pimlott)
77567              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
77568              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
77569      Branch: perl
77570            ! pod/perlsec.pod
77571 ____________________________________________________________________________
77572 [  7514] By: jhi                                   on 2000/11/01  15:03:40
77573         Log: More AIX lore.
77574      Branch: perl
77575            ! ext/re/hints/aix.pl
77576 ____________________________________________________________________________
77577 [  7513] By: jhi                                   on 2000/11/01  14:48:30
77578         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
77579              From: root <root@chronos.fi.muni.cz>
77580              Date: Wed, 1 Nov 2000 12:31:32 +0100
77581              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
77582      Branch: perl
77583            ! lib/Net/Ping.pm
77584 ____________________________________________________________________________
77585 [  7512] By: jhi                                   on 2000/11/01  14:46:47
77586         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
77587              From: Martin Husemann <martin@duskware.de>
77588              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
77589              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
77590      Branch: perl
77591            ! regcomp.c
77592 ____________________________________________________________________________
77593 [  7511] By: jhi                                   on 2000/11/01  14:39:50
77594         Log: AUTHORS updates.
77595      Branch: perl
77596            ! AUTHORS
77597 ____________________________________________________________________________
77598 [  7510] By: jhi                                   on 2000/11/01  14:29:50
77599         Log: Subject: [PATCH] startperl to respect versiononly
77600              From: Robin Barker <rmb1@cise.npl.co.uk> 
77601              Date: Tue, 31 Oct 2000 16:29:36 GMT
77602              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
77603      Branch: metaconfig/U/perl
77604            ! startperl.U
77605      Branch: perl
77606            ! Configure config_h.SH
77607 ____________________________________________________________________________
77608 [  7509] By: jhi                                   on 2000/11/01  14:19:53
77609         Log: printf UVs the correct way, noticed by Robin Barker.
77610      Branch: perl
77611            ! utf8.c
77612 ____________________________________________________________________________
77613 [  7508] By: jhi                                   on 2000/11/01  14:10:03
77614         Log: Do not cleanup *% because the % has special meanings in some
77615              shell environments.
77616      Branch: perl
77617            ! ext/Storable/Makefile.PL
77618 ____________________________________________________________________________
77619 [  7507] By: jhi                                   on 2000/11/01  14:06:00
77620         Log: The NonStop-UX libraries have a novel way to say NaN.
77621      Branch: perl
77622            ! t/lib/bigfltpm.t
77623 ____________________________________________________________________________
77624 [  7506] By: jhi                                   on 2000/11/01  14:03:35
77625         Log: The osname has been lowercased by now, from Tom Bates.
77626      Branch: metaconfig
77627            ! U/modified/Oldconfig.U
77628      Branch: perl
77629            ! Configure config_h.SH
77630 ____________________________________________________________________________
77631 [  7505] By: jhi                                   on 2000/10/31  19:18:39
77632         Log: The compiler is either gcc or cc, from Tom Bates.
77633      Branch: perl
77634            ! hints/nonstopux.sh
77635 ____________________________________________________________________________
77636 [  7504] By: jhi                                   on 2000/10/31  14:53:42
77637         Log: Update Changes.
77638      Branch: perl
77639            ! Changes patchlevel.h
77640 ____________________________________________________________________________
77641 [  7503] By: jhi                                   on 2000/10/31  14:30:50
77642         Log: Whitespace style tweak.  Was originally going to see to
77643              
77644              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
77645              From: Joe Smith <jms@inwap.com>
77646              Date: Mon, 30 Oct 2000 18:47:57 -0800
77647              Message-Id: <39FE32DD.24AAC4D@inwap.com>
77648              
77649              but that had already been taken care of.
77650      Branch: metaconfig
77651            ! U/compline/d_stdstdio.U
77652      Branch: perl
77653            ! Configure config_h.SH
77654 ____________________________________________________________________________
77655 [  7502] By: jhi                                   on 2000/10/31  14:25:02
77656         Log: AUTHORS tweaks.
77657      Branch: perl
77658            ! AUTHORS
77659 ____________________________________________________________________________
77660 [  7501] By: jhi                                   on 2000/10/31  14:23:59
77661         Log: Subject: perlfaq style changes
77662              From: John Borwick <jhborwic@unity.ncsu.edu>
77663              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
77664              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
77665      Branch: perl
77666            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
77667            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
77668            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
77669            ! pod/perlfaq9.pod
77670 ____________________________________________________________________________
77671 [  7500] By: jhi                                   on 2000/10/31  14:22:15
77672         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
77673              
77674              Subject: Re: [ID 20000918.005] ~ on wide chars
77675              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77676              Date: Mon, 30 Oct 2000 21:09:55 -0800
77677              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
77678              
77679              (The ord() part of the patch skipped.)
77680      Branch: perl
77681            ! doop.c
77682 ____________________________________________________________________________
77683 [  7499] By: jhi                                   on 2000/10/31  14:20:08
77684         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
77685              From: Jens Hamisch <jens@Strawberry.COM>
77686              Date: Mon, 30 Oct 2000 15:17:07 +0100
77687              Message-Id: <20001030151707.A9597@Strawberry.COM>
77688      Branch: perl
77689            ! av.c
77690 ____________________________________________________________________________
77691 [  7498] By: jhi                                   on 2000/10/31  14:16:29
77692         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
77693              From: Peter Prymmer <pvhp@forte.com>
77694              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
77695              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
77696      Branch: perl
77697            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
77698            + ext/Encode/Encode/posix-bc.enc
77699            ! MANIFEST t/lib/encode.t
77700 ____________________________________________________________________________
77701 [  7497] By: jhi                                   on 2000/10/31  14:13:22
77702         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
77703              From: Peter Prymmer <pvhp@forte.com>
77704              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
77705              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
77706      Branch: perl
77707            ! t/lib/cgi-html.t
77708 ____________________________________________________________________________
77709 [  7496] By: jhi                                   on 2000/10/31  14:12:05
77710         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
77711              From: Peter Prymmer <pvhp@forte.com>
77712              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
77713              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
77714      Branch: perl
77715            ! t/lib/cgi-function.t
77716 ____________________________________________________________________________
77717 [  7495] By: jhi                                   on 2000/10/31  14:11:08
77718         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
77719              From: Peter Prymmer <pvhp@forte.com>
77720              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
77721              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
77722      Branch: perl
77723            + ext/re/hints/aix.pl
77724            ! MANIFEST ext/re/Makefile.PL
77725 ____________________________________________________________________________
77726 [  7494] By: jhi                                   on 2000/10/31  14:08:32
77727         Log: Use Errno magic.
77728              
77729              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
77730              From: Casey Tweten <perl@ctweten.amsite.com>
77731              Date: Mon, 30 Oct 2000 15:51:17 -0500
77732              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
77733      Branch: perl
77734            ! lib/File/Temp.pm
77735 ____________________________________________________________________________
77736 [  7493] By: jhi                                   on 2000/10/31  14:05:07
77737         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
77738              
77739              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
77740              From: Nicholas Clark <nick@ccl4.org>
77741              Date: Mon, 30 Oct 2000 17:38:45 +0000
77742              Message-ID: <20001030173845.O60355@plum.flirble.org>
77743      Branch: perl
77744            ! Makefile.SH utils/perlbug.PL
77745 ____________________________________________________________________________
77746 [  7492] By: nick                                  on 2000/10/30  19:37:23
77747         Log: Change files which are mysteriously different to mainline to be
77748              copies of mainline.
77749      Branch: perlio
77750            ! objXSUB.h perlapi.c pod/perlapi.pod
77751 ____________________________________________________________________________
77752 [  7491] By: nick                                  on 2000/10/30  18:05:54
77753         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
77754              - typo in endian code in putc.
77755              - Don't allow read of write-only files and vice-versa
77756              - and off-by-one in flush-all loop.
77757              Remove debug calls as they were using GCC specific features.
77758      Branch: perlio
77759            ! perlio.c
77760 ____________________________________________________________________________
77761 [  7490] By: nick                                  on 2000/10/29  21:45:45
77762         Log: Integrate mainline to perlio
77763      Branch: perlio
77764           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
77765           !> toke.c
77766 ____________________________________________________________________________
77767 [  7489] By: jhi                                   on 2000/10/29  21:11:08
77768         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
77769              From: andreas.koenig@anima.de (Andreas J. Koenig)
77770              Date: 29 Oct 2000 22:05:59 +0100
77771              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
77772      Branch: perl
77773            ! lib/ExtUtils/Manifest.pm
77774 ____________________________________________________________________________
77775 [  7488] By: jhi                                   on 2000/10/29  21:07:47
77776         Log: Tests for #7487.
77777              
77778              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
77779              From: andreas.koenig@anima.de (Andreas J. Koenig)
77780              Date: 29 Oct 2000 19:37:09 +0100
77781              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
77782      Branch: perl
77783            ! t/comp/proto.t
77784 ____________________________________________________________________________
77785 [  7487] By: jhi                                   on 2000/10/29  21:06:27
77786         Log: constsub spillage.
77787              
77788              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
77789              From: John Tobey <jtobey@john-edwin-tobey.org>
77790              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
77791              Message-Id: <m13pvSr-000FObC@feynman.localnet>
77792      Branch: perl
77793            ! op.c
77794 ____________________________________________________________________________
77795 [  7486] By: nick                                  on 2000/10/29  21:05:04
77796         Log: Integrate mainline to perlio branch
77797      Branch: perlio
77798           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
77799           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
77800           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
77801           +> vos/install_perl.cm
77802            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
77803            - vos/config.h vos/config_h.SH_orig
77804           !> (integrate 141 files)
77805 ____________________________________________________________________________
77806 [  7485] By: jhi                                   on 2000/10/29  21:00:47
77807         Log: Make \x{...} consistently produce UTF-8.
77808              
77809              Subject: Re: \x{...} is confused 
77810              From: Simon Cozens <simon@cozens.net>
77811              Date: Sun, 29 Oct 2000 19:36:48 +0000
77812              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
77813      Branch: perl
77814            ! t/pragma/utf8.t toke.c
77815 ____________________________________________________________________________
77816 [  7484] By: nick                                  on 2000/10/29  20:05:29
77817         Log: PerlIO passes all tests.
77818      Branch: perlio
77819            ! perlio.c
77820 ____________________________________________________________________________
77821 [  7483] By: jhi                                   on 2000/10/29  18:06:55
77822         Log: Update Changes.
77823      Branch: perl
77824            ! Changes patchlevel.h
77825 ____________________________________________________________________________
77826 [  7482] By: nick                                  on 2000/10/29  17:43:28
77827         Log: Include <unistd.h> to get correct lseek() prototype etc.
77828              (I thought perl.h did that) - down to two fails
77829              - comp/require.t (last test)
77830              - lib/io_xs.t - possibly import/export of FILE * ?
77831      Branch: perlio
77832            ! perlio.c
77833 ____________________________________________________________________________
77834 [  7481] By: jhi                                   on 2000/10/29  17:02:37
77835         Log: UTF-8 decoder tweak.
77836      Branch: perl
77837            ! utf8.c
77838 ____________________________________________________________________________
77839 [  7480] By: nick                                  on 2000/10/29  16:26:11
77840         Log: Fixed two bugs:
77841              - error code not being set on close (of broken pipe)
77842              - append mode was truncating.
77843              At least one seek/tell bug remains.
77844      Branch: perlio
77845            ! perlio.c
77846 ____________________________________________________________________________
77847 [  7479] By: nick                                  on 2000/10/29  11:18:16
77848         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
77849              in case of accidents. Still several worrying fails, no line disciplines yet.
77850      Branch: perlio
77851            ! iperlsys.h perlio.c
77852 ____________________________________________________________________________
77853 [  7478] By: jhi                                   on 2000/10/29  02:04:01
77854         Log: Add also emailless people.
77855      Branch: perl
77856            ! AUTHORS
77857 ____________________________________________________________________________
77858 [  7477] By: jhi                                   on 2000/10/29  01:36:00
77859         Log: The #7476 needs a MANIFEST change, too.
77860      Branch: perl
77861            ! MANIFEST
77862 ____________________________________________________________________________
77863 [  7476] By: jhi                                   on 2000/10/29  01:35:21
77864         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
77865      Branch: perl
77866            - MAINTAIN
77867            ! AUTHORS Changes
77868 ____________________________________________________________________________
77869 [  7475] By: jhi                                   on 2000/10/28  23:57:25
77870         Log: De-quoted-unreadable to ISO Latin 1.
77871              (There's one ISO-2022-JP name in Changes5.004.)
77872      Branch: perl
77873            ! Changes Changes5.6
77874 ____________________________________________________________________________
77875 [  7474] By: jhi                                   on 2000/10/28  19:13:06
77876         Log: Subject: [ID 20001027.007] uniq array in perlfaq
77877              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
77878              Date: Fri, 27 Oct 2000 19:28:30 +0200
77879              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
77880      Branch: perl
77881            ! pod/perlfaq4.pod
77882 ____________________________________________________________________________
77883 [  7473] By: jhi                                   on 2000/10/28  18:02:05
77884         Log: Locking null mutexes is not recommendable.
77885              
77886              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
77887              From: Hugo <hv@crypt.compulink.co.uk>
77888              Date: Sat, 28 Oct 2000 18:41:12 +0100
77889              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
77890      Branch: perl
77891            ! op.c
77892 ____________________________________________________________________________
77893 [  7472] By: jhi                                   on 2000/10/28  17:52:58
77894         Log: Better create a true mailing list for the repository keepers.
77895      Branch: perl
77896            ! Porting/repository.pod
77897 ____________________________________________________________________________
77898 [  7471] By: jhi                                   on 2000/10/28  17:28:24
77899         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
77900              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
77901      Branch: perl
77902            + Porting/repository.pod
77903            ! MANIFEST
77904 ____________________________________________________________________________
77905 [  7470] By: jhi                                   on 2000/10/28  17:20:54
77906         Log: Subject: DOC PATCH 5.6.0
77907              From: mjd@plover.com
77908              Date: 27 Oct 2000 17:32:44 -0000
77909              Message-ID: <20001027173244.23754.qmail@plover.com>
77910      Branch: perl
77911            ! pod/perlfunc.pod
77912 ____________________________________________________________________________
77913 [  7469] By: jhi                                   on 2000/10/28  17:16:45
77914         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
77915              From: "Peter J. Farley III" <pjfarley@banet.net>
77916              Date: Fri, 27 Oct 2000 20:32:56 -0400
77917              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
77918      Branch: perl
77919            ! README.dos
77920 ____________________________________________________________________________
77921 [  7468] By: jhi                                   on 2000/10/28  17:07:18
77922         Log: Make target reordering to avoid pointless re-makes.
77923              
77924              Subject: Re: Total re-make of 'make okfile' after 7451 ?
77925              From: Nicholas Clark <nick@ccl4.org>
77926              Date: Sat, 28 Oct 2000 00:31:02 +0100
77927              Message-ID: <20001028003101.A54517@plum.flirble.org>
77928      Branch: perl
77929            ! Makefile.SH
77930 ____________________________________________________________________________
77931 [  7467] By: jhi                                   on 2000/10/28  17:05:31
77932         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
77933              From: lvirden@cas.org
77934              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
77935              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
77936      Branch: perl
77937            ! README.os2
77938 ____________________________________________________________________________
77939 [  7466] By: jhi                                   on 2000/10/28  16:09:16
77940         Log: Upgrade to CPAN 1.58_55.
77941              
77942              Subject: CPAN.pm status
77943              From: andreas.koenig@anima.de (Andreas J. Koenig) 
77944              Date: 28 Oct 2000 08:18:00 +0200 
77945              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
77946      Branch: perl
77947            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77948 ____________________________________________________________________________
77949 [  7465] By: jhi                                   on 2000/10/28  16:02:47
77950         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
77951      Branch: perl
77952            ! embed.h embed.pl perl.h proto.h toke.c
77953 ____________________________________________________________________________
77954 [  7464] By: nick                                  on 2000/10/28  10:43:44
77955         Log: Fix for sv_2iv() on "shared" value from keys %hash.
77956      Branch: perl
77957            ! sv.c
77958 ____________________________________________________________________________
77959 [  7463] By: jhi                                   on 2000/10/27  16:18:29
77960         Log: Update Changes.
77961      Branch: perl
77962            ! Changes patchlevel.h
77963 ____________________________________________________________________________
77964 [  7462] By: jhi                                   on 2000/10/27  16:17:44
77965         Log: Too enthusiastic editing in #7460.
77966      Branch: metaconfig
77967            ! U/modified/Oldsym.U
77968      Branch: perl
77969            ! Configure config_h.SH
77970 ____________________________________________________________________________
77971 [  7461] By: jhi                                   on 2000/10/27  15:37:38
77972         Log: Retract #7459, the script needs more work.
77973      Branch: perl
77974            - mkreef
77975            ! MANIFEST
77976 ____________________________________________________________________________
77977 [  7460] By: jhi                                   on 2000/10/27  15:23:14
77978         Log: Use $sort, $uniq (and $tr) consistently as wondered
77979              by Nicholas Clark.
77980      Branch: metaconfig
77981            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
77982            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
77983            ! U/modified/libc.U
77984      Branch: perl
77985            ! Configure config_h.SH
77986 ____________________________________________________________________________
77987 [  7459] By: jhi                                   on 2000/10/27  15:02:07
77988         Log: (Retracted by #7461)
77989              
77990              Add a shell script for creating/removing symbolic link farms,
77991              useful for keeping the source code read-only and doing the
77992              builds somewhere else.
77993      Branch: perl
77994            + mkreef
77995            ! MANIFEST
77996 ____________________________________________________________________________
77997 [  7458] By: jhi                                   on 2000/10/27  14:42:20
77998         Log: Do away with the fix_pl.
77999      Branch: perl
78000            - fix_pl
78001            ! MANIFEST Makefile.SH
78002 ____________________________________________________________________________
78003 [  7457] By: jhi                                   on 2000/10/27  12:43:13
78004         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
78005              From: Jens Hamisch <jens@Strawberry.COM>
78006              Date: Fri, 27 Oct 2000 14:38:21 +0200
78007              Message-Id: <20001027143821.B3366@Strawberry.COM>
78008      Branch: perl
78009            ! perl.h
78010 ____________________________________________________________________________
78011 [  7456] By: jhi                                   on 2000/10/27  12:33:42
78012         Log: Subject: [PATCH] todo
78013              From: Nicholas Clark <nick@ccl4.org>
78014              Date: Thu, 26 Oct 2000 22:32:29 +0100
78015              Message-ID: <20001026223229.A44540@plum.flirble.org>
78016      Branch: perl
78017            ! pod/perltodo.pod
78018 ____________________________________________________________________________
78019 [  7455] By: jhi                                   on 2000/10/27  12:02:21
78020         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
78021              From: John Tobey <jtobey@john-edwin-tobey.org>
78022              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
78023              Message-Id: <m13ozHF-000FObC@feynman.localnet>
78024      Branch: perl
78025            ! op.c t/pragma/sub_lval.t
78026 ____________________________________________________________________________
78027 [  7454] By: jhi                                   on 2000/10/27  11:59:42
78028         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
78029              From: sthoenna@efn.org
78030              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
78031              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
78032      Branch: perl
78033            ! pp.c t/op/assignwarn.t
78034 ____________________________________________________________________________
78035 [  7453] By: jhi                                   on 2000/10/27  00:15:08
78036         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
78037      Branch: perl
78038            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78039            ! ext/Storable/Storable.xs t/lib/st-lock.t
78040 ____________________________________________________________________________
78041 [  7452] By: jhi                                   on 2000/10/26  13:05:52
78042         Log: Undo #7451, this seems to be a deficiency in Perforce,
78043              there is no per-file line-terminator type, only per-client.
78044      Branch: perl
78045            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
78046            ! win32/makefile.mk
78047 ____________________________________________________________________________
78048 [  7451] By: jhi                                   on 2000/10/26  04:56:03
78049         Log: Experimenting in DOS arcana.
78050      Branch: perl
78051            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
78052            ! win32/makefile.mk
78053 ____________________________________________________________________________
78054 [  7450] By: jhi                                   on 2000/10/26  04:50:52
78055         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
78056              From: "Peter J. Farley III" <pjfarley@banet.net>            
78057              Date: Wed, 25 Oct 2000 23:10:18 -0400
78058              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
78059      Branch: perl
78060            ! t/io/open.t
78061 ____________________________________________________________________________
78062 [  7449] By: jhi                                   on 2000/10/26  04:49:16
78063         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
78064              From: Hugo <hv@crypt.compulink.co.uk>
78065              Date: Thu, 26 Oct 2000 01:55:17 +0100
78066              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
78067              
78068              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
78069      Branch: perl
78070            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
78071 ____________________________________________________________________________
78072 [  7448] By: jhi                                   on 2000/10/26  04:38:36
78073         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
78074              From: Peter Prymmer <pvhp@forte.com>
78075              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
78076              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
78077      Branch: perl
78078            ! configure.com
78079 ____________________________________________________________________________
78080 [  7447] By: jhi                                   on 2000/10/25  23:20:02
78081         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
78082              in platforms that strictly require all the symbols being present
78083              at link time.
78084      Branch: perl
78085            ! handy.h
78086 ____________________________________________________________________________
78087 [  7446] By: jhi                                   on 2000/10/25  21:55:57
78088         Log: Update Changes.
78089      Branch: perl
78090            ! Changes patchlevel.h
78091 ____________________________________________________________________________
78092 [  7445] By: jhi                                   on 2000/10/25  21:27:08
78093         Log: Integrate with vmsperl #7430 by Charles Bailey:
78094              
78095              Cleanup from prior patch (Charles Lane?):
78096              - improve handling of MFDs in Basename and Path
78097              - default to no xsubpp line # munging when building debug images
78098      Branch: perl
78099           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
78100 ____________________________________________________________________________
78101 [  7444] By: jhi                                   on 2000/10/25  21:03:50
78102         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
78103              From: John Peacock <JPeacock@UnivPress.com>
78104              Date: Thu, 18 May 2000 11:55:27 -0400
78105              Message-ID: <3924126F.A58BE57A@UnivPress.com>
78106      Branch: perl
78107            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
78108            ! t/op/write.t
78109 ____________________________________________________________________________
78110 [  7443] By: jhi                                   on 2000/10/25  20:43:10
78111         Log: Temporary stopgap for the self-tying issue: for now only
78112              array and hash self-ties are verboten.  The real fix, of
78113              course, would be to comprehensively test (and implement?)
78114              and debug (and document) self-ties.
78115      Branch: perl
78116            ! pod/perldiag.pod pp_sys.c t/op/tie.t
78117 ____________________________________________________________________________
78118 [  7442] By: jhi                                   on 2000/10/25  20:14:30
78119         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
78120              From: Dan Sugalski <dan@sidhe.org>
78121              Date: Wed, 25 Oct 2000 13:36:35 -0400
78122              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
78123              
78124              plus regen global.sym.
78125      Branch: perl
78126            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
78127            ! thrdvar.h util.c
78128 ____________________________________________________________________________
78129 [  7441] By: jhi                                   on 2000/10/25  20:12:20
78130         Log: buildtoc target tweaks.
78131      Branch: perl
78132            ! pod/Makefile.SH
78133 ____________________________________________________________________________
78134 [  7440] By: jhi                                   on 2000/10/25  20:03:53
78135         Log: A new version of making the syslog test more robust.
78136              (Replaces #7421.)
78137              
78138              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
78139              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78140              Date: Wed, 25 Oct 2000 12:13:54 -0400
78141              Message-ID: <20001025121354.B2264@O2.chapin.edu>
78142      Branch: perl
78143            ! t/lib/syslog.t
78144 ____________________________________________________________________________
78145 [  7439] By: jhi                                   on 2000/10/25  20:00:48
78146         Log: Continue the internal UTF-8 API tweaking.
78147              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
78148              used much more than the simpler API, now called utf8_to_uv_simple().
78149              Still not quite happy with API, too much partial duplication
78150              of functionality.
78151      Branch: perl
78152            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
78153            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
78154            ! regcomp.c regexec.c sv.c toke.c utf8.c
78155 ____________________________________________________________________________
78156 [  7438] By: jhi                                   on 2000/10/25  18:52:30
78157         Log: Allow poking holes at the UTF-8 decoding strictness.
78158      Branch: perl
78159            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
78160            ! utf8.h
78161 ____________________________________________________________________________
78162 [  7437] By: jhi                                   on 2000/10/25  13:53:05
78163         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
78164              UTF8LEN() and UTF8SKIP(). 
78165      Branch: perl
78166            ! pp.c utf8.c utf8.h
78167 ____________________________________________________________________________
78168 [  7436] By: jhi                                   on 2000/10/25  13:51:37
78169         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
78170              From: Nicholas Clark <nick@ccl4.org>
78171              Date: Wed, 25 Oct 2000 14:44:05 +0100
78172              Message-ID: <20001025144404.D27253@plum.flirble.org>
78173      Branch: perl
78174            ! pod/perlrun.pod
78175 ____________________________________________________________________________
78176 [  7435] By: jhi                                   on 2000/10/25  13:49:32
78177         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
78178              From: Mike Guy <mjtg@cam.ac.uk>
78179              Date: Tue, 24 Oct 2000 14:59:40 +0100
78180              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
78181      Branch: perl
78182            ! scope.c
78183 ____________________________________________________________________________
78184 [  7434] By: jhi                                   on 2000/10/25  13:48:41
78185         Log: AIX is picky about its symbol exports.  Solution for now
78186              is to include the deb.o explicitly to the re extension build.
78187              
78188              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
78189              From: Peter Prymmer <pvhp@forte.com>
78190              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
78191              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
78192      Branch: perl
78193            ! ext/re/Makefile.PL hints/aix.sh
78194 ____________________________________________________________________________
78195 [  7433] By: jhi                                   on 2000/10/25  13:46:49
78196         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
78197              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78198              Date: Wed, 25 Oct 2000 12:02:20 +0200
78199              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
78200      Branch: perl
78201            ! perlsdio.h
78202 ____________________________________________________________________________
78203 [  7432] By: jhi                                   on 2000/10/25  13:44:28
78204         Log: Subject: Minor update to find2perl, for portability
78205              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
78206              Date: Wed, 25 Oct 2000 12:05:47 +0100
78207              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
78208      Branch: perl
78209            ! x2p/find2perl.PL
78210 ____________________________________________________________________________
78211 [  7431] By: jhi                                   on 2000/10/25  13:40:39
78212         Log: Add targets to Makefile.SH, most importantly
78213              'regen_all' which also remembers to update vms/perly*.
78214      Branch: perl
78215            ! Makefile.SH
78216 ____________________________________________________________________________
78217 [  7430] By: bailey                                on 2000/10/25  03:13:53
78218         Log: Cleanup from prior patch (Charles Lane?):
78219              - improve handling of MFDs in Basename and Path
78220              - default to no xsubpp line # munging when building debug images
78221      Branch: vmsperl
78222            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
78223 ____________________________________________________________________________
78224 [  7429] By: jhi                                   on 2000/10/24  20:03:40
78225         Log: Podify README.epoc and README.vos.
78226      Branch: perl
78227            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
78228            ! pod/perlport.pod pod/perltoc.pod
78229 ____________________________________________________________________________
78230 [  7428] By: jhi                                   on 2000/10/24  19:10:33
78231         Log: Stratus VOS updates from Paul Green.
78232      Branch: perl
78233            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78234            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
78235            - vos/config.def vos/config.h vos/config_h.SH_orig
78236            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
78237            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
78238 ____________________________________________________________________________
78239 [  7427] By: jhi                                   on 2000/10/24  18:59:48
78240         Log: Check if stdio supports tweaking lval and cnt simultaneously.
78241              
78242              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78243              From: Nicholas Clark <nick@ccl4.org>
78244              Date: Mon, 23 Oct 2000 15:39:32 +0100
78245              Message-ID: <20001023153932.A10786@plum.flirble.org>
78246      Branch: metaconfig
78247            ! U/compline/d_stdstdio.U
78248      Branch: perl
78249            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78250            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
78251            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
78252            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
78253            ! vos/config.h vos/config_h.SH_orig win32/config.bc
78254            ! win32/config.gc win32/config.vc
78255 ____________________________________________________________________________
78256 [  7426] By: jhi                                   on 2000/10/24  17:57:44
78257         Log: Missed the header file changes from #7425.
78258      Branch: perl
78259            ! embed.h embed.pl objXSUB.h proto.h
78260 ____________________________________________________________________________
78261 [  7425] By: jhi                                   on 2000/10/24  17:55:17
78262         Log: Fix the bug reported in
78263              
78264              From: andreas.koenig@anima.de (Andreas J. Koenig)
78265              Subject: Encode bug?
78266              Date: 24 Oct 2000 14:01:26 +0200 
78267              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
78268              
78269              Also make is_utf8_char() stricter.
78270      Branch: perl
78271            ! ext/Encode/Encode.xs utf8.c
78272 ____________________________________________________________________________
78273 [  7424] By: jhi                                   on 2000/10/24  15:15:39
78274         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
78275              From: Peter Scott <Peter@PSDT.com>
78276              Date: Mon, 23 Oct 2000 19:46:01 -0700
78277              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
78278      Branch: perl
78279            ! pod/perlfaq5.pod
78280 ____________________________________________________________________________
78281 [  7423] By: jhi                                   on 2000/10/24  14:25:30
78282         Log: Test tweak to avoid pulling in the whole Config.
78283      Branch: perl
78284            ! t/lib/st-lock.t
78285 ____________________________________________________________________________
78286 [  7422] By: jhi                                   on 2000/10/24  14:03:16
78287         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
78288      Branch: perl
78289            ! pp.c
78290 ____________________________________________________________________________
78291 [  7421] By: jhi                                   on 2000/10/24  13:32:09
78292         Log: (Replaced by #7440.)
78293              
78294              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
78295              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78296              Date: Mon, 23 Oct 2000 16:40:54 -0400
78297              Message-ID: <20001023164054.B14491@O2.chapin.edu>
78298      Branch: perl
78299            ! t/lib/syslog.t
78300 ____________________________________________________________________________
78301 [  7420] By: jhi                                   on 2000/10/24  13:30:53
78302         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
78303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78304              Date: Mon, 23 Oct 2000 17:29:03 -0400
78305              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
78306      Branch: perl
78307            ! lib/ExtUtils/MM_Unix.pm
78308 ____________________________________________________________________________
78309 [  7419] By: jhi                                   on 2000/10/24  13:29:57
78310         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
78311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78312              Date: Mon, 23 Oct 2000 19:01:32 -0400
78313              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
78314      Branch: perl
78315            ! utils/h2xs.PL
78316 ____________________________________________________________________________
78317 [  7418] By: jhi                                   on 2000/10/24  13:26:04
78318         Log: Replace #7409 with
78319              
78320              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
78321              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
78322              Date: Mon, 23 Oct 2000 20:08:56 +0200
78323              Message-ID: <20001023200855.A14850@nice.ram.loc>
78324      Branch: perl
78325            ! ext/Storable/Storable.pm t/lib/st-lock.t
78326 ____________________________________________________________________________
78327 [  7417] By: jhi                                   on 2000/10/24  13:17:52
78328         Log: Run vms/vms_yfix.pl, should have done that after changing
78329              perly.c in #7382.
78330      Branch: perl
78331            ! vms/perly_c.vms vms/perly_h.vms
78332 ____________________________________________________________________________
78333 [  7416] By: jhi                                   on 2000/10/24  02:55:33
78334         Log: Make the UTF-8 decoding stricter and more verbose when
78335              malformation happens.  This involved adding an argument
78336              to utf8_to_uv_chk(), which involved changing its prototype,
78337              and prefer STRLEN over I32 for the UTF-8 length, which as
78338              a domino effect necessitated changing the prototypes of
78339              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
78340              The stricter UTF-8 decoding checking uses Markus Kuhn's
78341              UTF-8 Decode Stress Tester from
78342              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
78343      Branch: perl
78344            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
78345            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
78346            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
78347            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
78348 ____________________________________________________________________________
78349 [  7415] By: jhi                                   on 2000/10/23  14:06:06
78350         Log: Update Changes.
78351      Branch: perl
78352            ! Changes patchlevel.h
78353 ____________________________________________________________________________
78354 [  7414] By: jhi                                   on 2000/10/23  12:39:52
78355         Log: Undo the basename() part of #7412 since the lib/basename
78356              tests would need upgrading too.
78357      Branch: perl
78358            ! lib/File/Basename.pm
78359 ____________________________________________________________________________
78360 [  7413] By: jhi                                   on 2000/10/23  12:19:27
78361         Log: Document PERL_INSTALL_ROOT of #7210.
78362      Branch: perl
78363            ! lib/ExtUtils/Install.pm
78364 ____________________________________________________________________________
78365 [  7412] By: jhi                                   on 2000/10/23  12:16:47
78366         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
78367      Branch: perl
78368            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
78369            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
78370 ____________________________________________________________________________
78371 [  7411] By: jhi                                   on 2000/10/23  12:07:41
78372         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
78373              From: Prymmer/Kahn <pvhp@best.com>
78374              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
78375              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
78376      Branch: perl
78377            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
78378 ____________________________________________________________________________
78379 [  7410] By: jhi                                   on 2000/10/23  04:10:11
78380         Log: The change #7187 was not so good on VMS.
78381              
78382              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
78383              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78384              Date: Sun, 22 Oct 2000 23:03:08 -0500
78385              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
78386      Branch: perl
78387            ! utils/perldoc.PL
78388 ____________________________________________________________________________
78389 [  7409] By: jhi                                   on 2000/10/23  03:57:36
78390         Log: Avoid Storable locking on DJGPP for now.
78391              
78392              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
78393              From: "Peter J. Farley III" <pjfarley@banet.net>
78394              Date: Sun, 22 Oct 2000 20:00:00 -0400
78395              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
78396      Branch: perl
78397            ! ext/Storable/Storable.pm t/lib/st-lock.t
78398 ____________________________________________________________________________
78399 [  7408] By: jhi                                   on 2000/10/23  03:50:24
78400         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
78401              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
78402              Date: Sun, 22 Oct 2000 21:12:22 -0400
78403              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
78404      Branch: perl
78405            ! lib/vars.pm
78406 ____________________________________________________________________________
78407 [  7407] By: jhi                                   on 2000/10/23  03:43:12
78408         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
78409              From: Hugo <hv@crypt.compulink.co.uk>
78410              Date: Mon, 23 Oct 2000 00:47:22 +0100
78411              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
78412      Branch: perl
78413            ! regexec.c t/op/pat.t
78414 ____________________________________________________________________________
78415 [  7406] By: jhi                                   on 2000/10/23  03:40:29
78416         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
78417      Branch: perl
78418            ! lib/ExtUtils/MakeMaker.pm
78419 ____________________________________________________________________________
78420 [  7405] By: jhi                                   on 2000/10/22  21:32:00
78421         Log: Doc patch.
78422              
78423              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
78424              From: rspier@pobox.com (Robert Spier)
78425              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
78426              Message-ID: <14835.16112.13457.447971@rls.cx>
78427      Branch: perl
78428            ! lib/strict.pm
78429 ____________________________________________________________________________
78430 [  7404] By: jhi                                   on 2000/10/22  21:30:51
78431         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
78432              From: rspier@pobox.com (Robert Spier)
78433              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
78434              Message-ID: <14835.17223.72448.705566@rls.cx>
78435      Branch: perl
78436            ! lib/ExtUtils/MakeMaker.pm
78437 ____________________________________________________________________________
78438 [  7403] By: jhi                                   on 2000/10/22  21:24:11
78439         Log: Subject: [PATCH bleadperl] ripples from constsub patch
78440              From: John Tobey <jtobey@john-edwin-tobey.org>
78441              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
78442              Message-Id: <m13nSOB-000FObC@feynman.localnet>
78443      Branch: perl
78444            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
78445 ____________________________________________________________________________
78446 [  7402] By: jhi                                   on 2000/10/22  20:59:35
78447         Log: Support s?printf parameter reordering.
78448      Branch: perl
78449            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
78450 ____________________________________________________________________________
78451 [  7401] By: jhi                                   on 2000/10/22  19:19:14
78452         Log: Expand %Config variables only if explicitly so requested
78453              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
78454              
78455              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
78456              From: Gurusamy Sarathy <gsar@ActiveState.com>
78457              Date: Sun, 22 Oct 2000 11:47:32 -0700
78458              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
78459      Branch: perl
78460            ! Makefile.SH lib/lib_pm.PL
78461 ____________________________________________________________________________
78462 [  7400] By: jhi                                   on 2000/10/22  18:24:10
78463         Log: Move the #7390 test from warn/op to comp/redef.
78464              
78465              Subject: Re: Creating const subs for constants.
78466              From: John Tobey <jtobey@john-edwin-tobey.org>
78467              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
78468              Message-Id: <m13nG72-000FObC@feynman.localnet>               
78469      Branch: perl
78470            ! t/comp/redef.t t/pragma/warn/op
78471 ____________________________________________________________________________
78472 [  7399] By: jhi                                   on 2000/10/22  17:49:59
78473         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
78474              From: Nicholas Clark <nick@ccl4.org>
78475              Date: Sat, 21 Oct 2000 22:23:19 +0100
78476              Message-ID: <20001021222319.B45586@plum.flirble.org>
78477      Branch: perl
78478            ! ext/DynaLoader/DynaLoader_pm.PL
78479 ____________________________________________________________________________
78480 [  7398] By: jhi                                   on 2000/10/22  17:47:35
78481         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
78482              From: Hugo <hv@crypt.compulink.co.uk>
78483              Date: Sat, 21 Oct 2000 18:19:59 +0100
78484              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
78485      Branch: perl
78486            ! ext/B/B.pm ext/B/B/C.pm
78487 ____________________________________________________________________________
78488 [  7397] By: jhi                                   on 2000/10/22  17:35:18
78489         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
78490              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
78491              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
78492              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
78493      Branch: perl
78494            ! hints/openbsd.sh
78495 ____________________________________________________________________________
78496 [  7396] By: jhi                                   on 2000/10/22  17:19:46
78497         Log: Subject: installman go-faster stripes
78498              From: Nicholas Clark <nick@talking.bollo.cx>
78499              Date: Sat, 21 Oct 2000 17:24:53 +0100
78500              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
78501              
78502              Subject: Re: installman go-faster stripes
78503              From: Russ Allbery <rra@stanford.edu>
78504              Date: 21 Oct 2000 11:04:13 -0700
78505              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
78506      Branch: perl
78507            ! installman pod/pod2man.PL
78508 ____________________________________________________________________________
78509 [  7395] By: jhi                                   on 2000/10/22  17:17:35
78510         Log: Hints tweak from Anton Berezin.
78511      Branch: perl
78512            ! hints/freebsd.sh
78513 ____________________________________________________________________________
78514 [  7394] By: jhi                                   on 2000/10/22  04:50:04
78515         Log: Tweak the Is* definitions of Unicode character classes
78516              to better match the official categorizations; embrace
78517              the official categorizations; add the combining marks
78518              as alpha (and -numeric); fix DCinital (a typo and edito)
78519              to be DCmedial.
78520      Branch: perl
78521            + lib/unicode/Is/DCmedial.pl
78522            - lib/unicode/Is/DCinital.pl
78523            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
78524            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
78525            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
78526            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
78527 ____________________________________________________________________________
78528 [  7393] By: jhi                                   on 2000/10/21  18:06:05
78529         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
78530              From: Daniel Chetlin <daniel@chetlin.com>
78531              Date: Sat, 21 Oct 2000 02:57:03 -0700
78532              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
78533      Branch: perl
78534            + t/lib/tie-splice.t
78535            ! MANIFEST lib/Tie/Array.pm
78536 ____________________________________________________________________________
78537 [  7392] By: gsar                                  on 2000/10/21  18:05:15
78538         Log: resync utfperl branch with mainline
78539      Branch: utfperl
78540           !> (integrate 1760 files)
78541 ____________________________________________________________________________
78542 [  7391] By: jhi                                   on 2000/10/21  14:37:49
78543         Log: Testcases for a #7383,#7385 related bug.
78544              
78545              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
78546              From: Nicholas Clark <nick@ccl4.org>
78547              Date: Sat, 21 Oct 2000 15:04:51 +0100
78548              Message-ID: <20001021150451.A51566@plum.flirble.org>
78549      Branch: perl
78550            ! t/pragma/utf8.t
78551 ____________________________________________________________________________
78552 [  7390] By: jhi                                   on 2000/10/21  14:35:57
78553         Log: Add a testcase for #7389.
78554      Branch: perl
78555            ! t/pragma/warn/op
78556 ____________________________________________________________________________
78557 [  7389] By: jhi                                   on 2000/10/21  14:26:45
78558         Log: Subject: Re: Creating const subs for constants.
78559              From: John Tobey <jtobey@john-edwin-tobey.org>
78560              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
78561              Message-Id: <m13mo0N-000FObC@feynman.localnet>
78562      Branch: perl
78563            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
78564            ! proto.h sv.c
78565 ____________________________________________________________________________
78566 [  7388] By: nick                                  on 2000/10/21  11:44:23
78567         Log: Populate perlio branch
78568      Branch: perlio
78569           +> (branch 1760 files)
78570 ____________________________________________________________________________
78571 [  7387] By: nick                                  on 2000/10/21  10:52:05
78572         Log: Get branch back as replica of mainline via :
78573              p4 integrate -b utfperl
78574              p4 resolve -at ./...
78575      Branch: utfperl
78576           +> (branch 269 files)
78577            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
78578            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
78579            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
78580            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
78581            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
78582            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
78583            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
78584            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
78585            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
78586            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
78587            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
78588            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
78589            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
78590            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
78591            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
78592            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
78593            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
78594            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
78595            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
78596            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
78597            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
78598            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
78599            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
78600            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
78601            - lib/unicode/UCD300.html lib/unicode/Unicode.300
78602            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
78603            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
78604            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
78605            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
78606           !> (integrate 965 files)
78607 ____________________________________________________________________________
78608 [  7386] By: jhi                                   on 2000/10/21  01:31:12
78609         Log: Update Changes.
78610      Branch: perl
78611            ! Changes patchlevel.h
78612 ____________________________________________________________________________
78613 [  7385] By: jhi                                   on 2000/10/21  01:28:42
78614         Log: The #7383 was right only in the context of the original bug report,
78615              not in more general case.
78616      Branch: perl
78617            ! pp_hot.c
78618 ____________________________________________________________________________
78619 [  7384] By: jhi                                   on 2000/10/21  01:08:23
78620         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
78621      Branch: perl
78622            ! ext/IO/lib/IO/Select.pm
78623 ____________________________________________________________________________
78624 [  7383] By: jhi                                   on 2000/10/21  00:44:18
78625         Log: Fix for ID 20001020.006, concatenating an unset submatch
78626              with utf8 resulted in "Modification of a read-only value".
78627      Branch: perl
78628            ! pp_hot.c t/pragma/utf8.t
78629 ____________________________________________________________________________
78630 [  7382] By: jhi                                   on 2000/10/20  20:44:31
78631         Log: Make scan_num() reëntrant, as suggested in
78632              
78633              Subject: [PATCH perl@7229] Rentrant parser and yylex()
78634              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
78635              Date: Fri, 20 Oct 2000 14:17:27 +0100
78636              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
78637      Branch: perl
78638            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
78639            ! toke.c
78640 ____________________________________________________________________________
78641 [  7381] By: jhi                                   on 2000/10/20  20:07:29
78642         Log: Reëntrancy fix.
78643              
78644              Subject: [PATCH perl@7229] Rentrant parser and yylex()
78645              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
78646              Date: Fri, 20 Oct 2000 14:17:27 +0100
78647              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
78648      Branch: perl
78649            ! embed.h embed.pl perl.h proto.h toke.c
78650 ____________________________________________________________________________
78651 [  7380] By: jhi                                   on 2000/10/20  19:15:54
78652         Log: Don't write double values through long double pointers,
78653              based on a part of
78654              
78655              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
78656              From: Jens Hamisch <jens@Strawberry.COM>
78657              Date: Tue, 17 Oct 2000 08:39:36 +0200
78658              Message-Id: <20001017083936.A11104@Strawberry.COM>
78659      Branch: perl
78660            ! perl.h pp.c
78661 ____________________________________________________________________________
78662 [  7379] By: jhi                                   on 2000/10/20  18:43:37
78663         Log: Portability tweak on #7377.
78664              
78665              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
78666              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78667              Date:     Fri, 20 Oct 2000 13:13:41 EDT
78668              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
78669      Branch: perl
78670            ! t/lib/dprof.t
78671 ____________________________________________________________________________
78672 [  7378] By: jhi                                   on 2000/10/20  12:57:19
78673         Log: SOCKS function redefinitions need prototypes, too, otherwise
78674              for example 32 bit versus 64 bit differences cause a lot of
78675              problems.  Part of
78676              
78677              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
78678              From: Jens Hamisch <jens@Strawberry.COM>
78679              Date: Tue, 17 Oct 2000 08:39:36 +0200
78680              Message-Id: <20001017083936.A11104@Strawberry.COM>
78681      Branch: perl
78682            ! doio.c pp_sys.c
78683 ____________________________________________________________________________
78684 [  7377] By: jhi                                   on 2000/10/20  12:37:12
78685         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
78686              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78687              Date:     Fri, 20 Oct 2000 08:26:04 EDT
78688              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
78689      Branch: perl
78690            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
78691 ____________________________________________________________________________
78692 [  7376] By: jhi                                   on 2000/10/20  12:35:31
78693         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
78694              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78695              Date:     Fri, 20 Oct 2000 07:48:15 EDT
78696              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
78697      Branch: perl
78698            ! configure.com vms/gen_shrfls.pl
78699 ____________________________________________________________________________
78700 [  7375] By: bailey                                on 2000/10/20  04:44:37
78701         Log: SYN SYN
78702      Branch: vmsperl
78703           +> (branch 134 files)
78704            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
78705            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
78706            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
78707            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
78708            - eg/cgi/frameset.cgi eg/cgi/index.html
78709            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
78710            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
78711            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
78712            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
78713            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
78714            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
78715            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
78716            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
78717            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
78718            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
78719            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
78720            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
78721            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
78722            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
78723            - lib/unicode/Props.txt lib/unicode/UCD300.html
78724            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
78725            - utils/perlbc.PL vms/subconfigure.com
78726           !> (integrate 785 files)
78727 ____________________________________________________________________________
78728 [  7374] By: jhi                                   on 2000/10/20  00:59:48
78729         Log: In the latest compiler builds cccdlflags must not become -fpic,
78730              from Wilfredo Sánchez.
78731      Branch: perl
78732            ! hints/darwin.sh
78733 ____________________________________________________________________________
78734 [  7373] By: jhi                                   on 2000/10/20  00:56:35
78735         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
78736              From: Tony Cook <tony@develop-help.com>
78737              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
78738              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
78739      Branch: perl
78740            ! pod/perlop.pod
78741 ____________________________________________________________________________
78742 [  7372] By: jhi                                   on 2000/10/19  19:34:40
78743         Log: Typo noted by Mark Lutz.
78744      Branch: perl
78745            ! t/op/64bitint.t
78746 ____________________________________________________________________________
78747 [  7371] By: jhi                                   on 2000/10/19  19:33:13
78748         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
78749      Branch: metaconfig
78750            ! U/modified/Cppsym.U U/modified/Oldconfig.U
78751      Branch: metaconfig/U/perl
78752            ! End.U dlsrc.U libperl.U
78753      Branch: perl
78754            + hints/nonstopux.sh
78755            ! Configure MANIFEST config_h.SH
78756 ____________________________________________________________________________
78757 [  7370] By: jhi                                   on 2000/10/19  17:18:08
78758         Log: Subject: PATCH do_print has 2 PerlIO_error()s
78759              From: nick@ccl4.org
78760              Date: Thu, 19 Oct 2000 18:09:20 +0100
78761              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
78762      Branch: perl
78763            ! doio.c
78764 ____________________________________________________________________________
78765 [  7369] By: jhi                                   on 2000/10/19  14:01:49
78766         Log: Update Changes.
78767      Branch: perl
78768            ! Changes patchlevel.h
78769 ____________________________________________________________________________
78770 [  7368] By: jhi                                   on 2000/10/19  13:04:29
78771         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
78772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78773              Date: Wed, 18 Oct 2000 13:12:01 +0200
78774              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
78775      Branch: perl
78776            ! hints/aix.sh
78777 ____________________________________________________________________________
78778 [  7367] By: jhi                                   on 2000/10/19  02:22:40
78779         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
78780              of a 'pmshort' anywhere in the B, so the offending line was simply
78781              removed.
78782      Branch: perl
78783            ! ext/B/B/Debug.pm
78784 ____________________________________________________________________________
78785 [  7366] By: jhi                                   on 2000/10/19  02:12:37
78786         Log: Add the test case for the bug id 20000730.004 which seems
78787              to have been fixed by now.
78788      Branch: perl
78789            ! t/pragma/utf8.t
78790 ____________________________________________________________________________
78791 [  7365] By: jhi                                   on 2000/10/18  23:36:24
78792         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
78793              From: Hugo <hv@crypt.compulink.co.uk>
78794              Date: Wed, 18 Oct 2000 23:25:58 +0100
78795              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
78796      Branch: perl
78797            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
78798 ____________________________________________________________________________
78799 [  7364] By: jhi                                   on 2000/10/18  21:12:53
78800         Log: (retracted)
78801      Branch: perl
78802            ! pp.c
78803 ____________________________________________________________________________
78804 [  7363] By: jhi                                   on 2000/10/18  20:55:38
78805         Log: Missing change from #7362.
78806      Branch: perl
78807            ! win32/perlhost.h
78808 ____________________________________________________________________________
78809 [  7362] By: jhi                                   on 2000/10/18  20:52:01
78810         Log: Borland C fstat() never saw the fd as writable.
78811              
78812              Subject: fix for Borland's weak "stat" (perl@7211)
78813              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78814              Date: Mon, 16 Oct 2000 09:55:03 +0400
78815              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
78816      Branch: perl
78817            ! win32/win32.c
78818 ____________________________________________________________________________
78819 [  7361] By: jhi                                   on 2000/10/18  17:43:50
78820         Log: Regen toc.
78821      Branch: perl
78822            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
78823 ____________________________________________________________________________
78824 [  7360] By: jhi                                   on 2000/10/18  17:07:44
78825         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78826              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
78827              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
78828              Date: Mon, 16 Oct 2000 15:19:49 +0200
78829      Branch: perl
78830            + README.aix
78831            ! MANIFEST
78832 ____________________________________________________________________________
78833 [  7359] By: jhi                                   on 2000/10/18  17:04:49
78834         Log: Subject: Pod patch for Devel::Peek
78835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78836              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
78837              Date: Mon, 16 Oct 2000 12:26:34 +0200
78838      Branch: perl
78839            ! ext/Devel/Peek/Peek.pm
78840 ____________________________________________________________________________
78841 [  7358] By: jhi                                   on 2000/10/18  17:03:15
78842         Log: Make Cwd more bulletproof in chrooted environments.
78843              
78844              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
78845              From: "Eric E. Coe" <Eric.Coe@oracle.com>
78846              Date: Wed, 18 Oct 2000 04:03:54 -0400
78847              Message-Id: <39ED596A.70E599FE@oracle.com>
78848      Branch: perl
78849            ! lib/Cwd.pm
78850 ____________________________________________________________________________
78851 [  7357] By: jhi                                   on 2000/10/18  16:37:26
78852         Log: Disable the UTF8 downgrade croakage for now to avoid
78853              too many not okay messages.
78854      Branch: perl
78855            ! doio.c
78856 ____________________________________________________________________________
78857 [  7356] By: jhi                                   on 2000/10/17  23:29:41
78858         Log: Show the failed remote port, instead of the failing line number.
78859              
78860              Subject: [PATCH 5.6.1 Debugger] More diagnostics
78861              From: David Sparks <daves@ActiveState.com>
78862              Date: Tue, 17 Oct 2000 15:00:24 -0700
78863              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
78864      Branch: perl
78865            ! lib/perl5db.pl
78866 ____________________________________________________________________________
78867 [  7355] By: jhi                                   on 2000/10/17  14:11:31
78868         Log: On output try to downgrade to bytes, croak if impossible,
78869              from Simon Cozens.  This means that outputting >255 UTF8
78870              is impossible.  Consider this as a strong incentive to get
78871              the I/O disciplines implemented.
78872      Branch: perl
78873            ! doio.c pod/perldiag.pod sv.c
78874 ____________________________________________________________________________
78875 [  7354] By: jhi                                   on 2000/10/17  13:42:23
78876         Log: Clarify documentation on 'use bytes'.
78877              
78878              Subject: Re: What does 'use bytes' "mean" ?
78879              From: Simon Cozens <simon@cozens.net>
78880              Date: Mon, 18 Sep 2000 18:24:25 +0100
78881              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
78882      Branch: perl
78883            ! lib/bytes.pm
78884 ____________________________________________________________________________
78885 [  7353] By: jhi                                   on 2000/10/17  13:28:12
78886         Log: Workaround for a sfio bug where the stream error indicator
78887              is not cleared as documented.
78888              
78889              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
78890              From: Nicholas Clark <nick@ccl4.org>
78891              Date: Mon, 16 Oct 2000 18:28:23 +0100
78892              Message-ID: <20001016182823.J19700@plum.flirble.org>
78893      Branch: perl
78894            ! doio.c
78895 ____________________________________________________________________________
78896 [  7352] By: jhi                                   on 2000/10/17  13:06:19
78897         Log: More IoTYPE sprinkling.
78898      Branch: perl
78899            ! doio.c pp_hot.c
78900 ____________________________________________________________________________
78901 [  7351] By: jhi                                   on 2000/10/16  22:47:07
78902         Log: Detect early whether the std streams have gone bad.
78903              
78904              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
78905              Date: Mon, 16 Oct 2000 23:28:42 +0100
78906              From: Nicholas Clark <nick@ccl4.org>
78907              Message-ID: <20001016232842.A37942@plum.flirble.org>
78908      Branch: perl
78909            ! t/op/misc.t
78910 ____________________________________________________________________________
78911 [  7350] By: jhi                                   on 2000/10/16  22:45:16
78912         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
78913              From: "Peter J. Farley III" <pjfarley@banet.net>
78914              Date: Mon, 16 Oct 2000 18:15:59 -0400
78915              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
78916      Branch: perl
78917            ! djgpp/djgpp.c dosish.h t/io/open.t
78918 ____________________________________________________________________________
78919 [  7349] By: jhi                                   on 2000/10/16  22:36:45
78920         Log: perldelta tweak.
78921      Branch: perl
78922            ! pod/perldelta.pod
78923 ____________________________________________________________________________
78924 [  7348] By: jhi                                   on 2000/10/16  15:17:53
78925         Log: Update Changes.
78926      Branch: perl
78927            ! Changes patchlevel.h
78928 ____________________________________________________________________________
78929 [  7347] By: jhi                                   on 2000/10/16  13:55:27
78930         Log: Add the capability to include/exclude branches.
78931      Branch: perl
78932            ! Porting/genlog
78933 ____________________________________________________________________________
78934 [  7346] By: jhi                                   on 2000/10/16  13:18:04
78935         Log: Add Charles Lane.
78936      Branch: perl
78937            ! AUTHORS Changes
78938 ____________________________________________________________________________
78939 [  7345] By: jhi                                   on 2000/10/16  13:13:21
78940         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
78941      Branch: perl
78942            ! pod/perldelta.pod
78943 ____________________________________________________________________________
78944 [  7344] By: gsar                                  on 2000/10/16  09:30:21
78945         Log: integrate change#6220 from cfgperl
78946              
78947              Win32 patches from Benjamin Stuhl.
78948      Branch: maint-5.6/perl
78949           !> makedef.pl win32/win32.h
78950 ____________________________________________________________________________
78951 [  7343] By: gsar                                  on 2000/10/16  08:32:19
78952         Log: integrate changes#6221,6222 from cfgperl
78953              
78954              Remove tr///CU (the feature is to be obsoleted by better interfaces).
78955              From: simon@brecon.co.uk (Simon Cozens)
78956              Subject: [PATCH] Eliminate tr///[CU][CU]
78957              Date: 23 Jun 2000 11:05:40 GMT
78958              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
78959              
78960              doc typo fix
78961              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
78962              From: Ian Phillipps <Ian.Phillipps@iname.com>
78963              Date: Fri, 23 Jun 2000 10:40:58 +0100
78964              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
78965      Branch: maint-5.6/perl
78966           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
78967 ____________________________________________________________________________
78968 [  7342] By: gsar                                  on 2000/10/16  08:28:08
78969         Log: integrate change#6217 from cfgperl (in part)
78970              
78971              Rename the fdpid locking and integrate with Sarathy.
78972      Branch: maint-5.6/perl
78973           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
78974           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
78975           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
78976           !> win32/win32.c
78977 ____________________________________________________________________________
78978 [  7341] By: gsar                                  on 2000/10/16  08:23:39
78979         Log: integrate changes#6214..6216 from mainline
78980              
78981              @_ can't have junk in it even in the non-USE_ITHREADS case because
78982              caller() wants to populate @DB::args with it (causes a coredump
78983              in Carp::confess())
78984              
78985              tweak comment about @DB::args
78986              
78987              be more optimal about clearing @_
78988      Branch: maint-5.6/perl
78989           !> av.h cop.h pp_ctl.c t/op/runlevel.t
78990 ____________________________________________________________________________
78991 [  7340] By: gsar                                  on 2000/10/16  08:20:37
78992         Log: integrate changes#6207..6210 from cfgperl
78993              
78994              Subject: [PATCH 5.6.0] Threadsafe patches
78995              From: Dan Sugalski <dan@sidhe.org>
78996              To: perl5-porters@perl.org
78997              Date: Mon, 08 May 2000 18:08:13 -0400
78998              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
78999              
79000              Regen headers for #6207.
79001              
79002              Lock PL_fdpid against race conditions, based on:
79003              Subject: [PATCH 5.6.0]subprocess fixup for threads
79004              From: Dan Sugalski <dan@sidhe.org>
79005              To: perl5-porters@perl.org
79006              Date: Tue, 11 Apr 2000 17:02:32 -0400
79007              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
79008              
79009              Mopup for #6207 and #6209.
79010      Branch: maint-5.6/perl
79011           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
79012           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
79013           !> win32/win32.c
79014 ____________________________________________________________________________
79015 [  7339] By: gsar                                  on 2000/10/16  08:14:34
79016         Log: integrate change#6203 from cfgperl
79017              
79018              perldiag should refer to perlos2.pod not README.os2
79019      Branch: maint-5.6/perl
79020           !> pod/perldiag.pod
79021 ____________________________________________________________________________
79022 [  7338] By: gsar                                  on 2000/10/16  08:11:42
79023         Log: integrate change#6201 from mainline
79024              
79025              Perl_eval_pv() leaks 4 bytes every time it is called because it
79026              does a PUSHMARK that's never ever POPMARKed; in general, only
79027              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
79028              Perl_eval_[sp]v() don't because they don't take any incoming
79029              arguments (this leak has been around since the original version
79030              of perl_eval_pv() in 5.003_97e)
79031      Branch: maint-5.6/perl
79032           !> perl.c
79033 ____________________________________________________________________________
79034 [  7337] By: gsar                                  on 2000/10/16  08:08:47
79035         Log: integrate changes#6197..6200 from cfgperl
79036              
79037              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
79038              From: John Borwick <jhborwic@unity.ncsu.edu>
79039              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
79040              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
79041              
79042              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
79043              From: Dan Sugalski <dan@sidhe.org>
79044              To: vmsperl@perl.org, perl5-porters@perl.org
79045              Date: Fri, 02 Jun 2000 16:00:41 -0400
79046              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
79047              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
79048              
79049              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
79050              From: Dan Sugalski <dan@sidhe.org>
79051              To: perl5-porters@perl.org, vmsperl@perl.org
79052              Date: Fri, 02 Jun 2000 17:30:51 -0400
79053              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
79054              
79055              Update to cperl-mode.el 4.31 from
79056              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
79057              Subject: A couple of notes
79058              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79059              To: Mailing list Perl5 <perl5-porters@perl.org>
79060              Date: Sat, 3 Jun 2000 23:33:32 -0400
79061              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
79062      Branch: maint-5.6/perl
79063           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
79064           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
79065           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
79066           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
79067           !> vms/vmsish.h
79068 ____________________________________________________________________________
79069 [  7336] By: gsar                                  on 2000/10/16  08:03:46
79070         Log: integrate changes#6194,6195 from mainline
79071              
79072              fix small eval"" memory leaks under USE_ITHREADS
79073              
79074              fix yet another eval"" leak under USE_ITHREADS
79075      Branch: maint-5.6/perl
79076           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
79077           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
79078           !> vms/perly_c.vms
79079 ____________________________________________________________________________
79080 [  7335] By: gsar                                  on 2000/10/16  08:02:15
79081         Log: integrate changes#6190,6191 from mainline
79082              
79083              submit missing embed.pl change
79084              
79085              vec() loses numericalness (modified version of patch suggested
79086              by Robin Barker)
79087      Branch: maint-5.6/perl
79088           !> doop.c embed.pl t/op/vec.t
79089 ____________________________________________________________________________
79090 [  7334] By: gsar                                  on 2000/10/16  08:01:03
79091         Log: integrate change#6189 from mainline
79092              
79093              counting tr/// corrupts later operation (from M.J.T Guy)
79094      Branch: maint-5.6/perl
79095           !> doop.c t/op/tr.t
79096 ____________________________________________________________________________
79097 [  7333] By: gsar                                  on 2000/10/16  07:59:07
79098         Log: integrate changes#6183..6188 from mainline
79099              
79100              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
79101              <nick@ccl4.org>)
79102              
79103              tweak for change#6127
79104              
79105              remove incorrect documentation about implicit split to @_ in
79106              list context, which never really worked in perl 5 (from
79107              M.J.T. Guy)
79108              
79109              further qualify references to "alphanumeric" (from Wolfgang Laun
79110              <wolfgang.laun@alcatel.at>)
79111              
79112              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
79113              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79114              
79115              h2xs tweaks
79116      Branch: maint-5.6/perl
79117           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
79118           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
79119           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
79120           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
79121           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
79122           !> pod/pod2latex.PL utils/h2xs.PL
79123 ____________________________________________________________________________
79124 [  7332] By: gsar                                  on 2000/10/16  07:53:52
79125         Log: integrate change#6179 from mainline
79126              
79127              buggy modulus on UVs introduced by change#3378 (resulted in
79128              4063328477 % 65535 amounting to 27406, instead of 27407)
79129      Branch: maint-5.6/perl
79130           !> pp.c t/op/arith.t
79131 ____________________________________________________________________________
79132 [  7331] By: gsar                                  on 2000/10/16  07:52:49
79133         Log: integrate changes#6176,6177,6178,6182 from cfgperl
79134              
79135              Single-quoted utf8 patch from Simon Cozens.
79136              
79137              Substitution utf8 patch from Simon Cozens.
79138              
79139              Be cleaner.
79140              
79141              Be Cleaner Part Deux.
79142      Branch: maint-5.6/perl
79143           !> Makefile.SH pp_hot.c toke.c
79144 ____________________________________________________________________________
79145 [  7330] By: gsar                                  on 2000/10/16  07:41:36
79146         Log: integrate change#6172 from mainline
79147              
79148              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
79149              (from Ilya Zakharevich)
79150      Branch: maint-5.6/perl
79151           !> regexec.c t/op/re_tests
79152 ____________________________________________________________________________
79153 [  7329] By: gsar                                  on 2000/10/16  07:40:25
79154         Log: integrate change#6171 from mainline
79155              
79156              scalar() doesn't force scalar context when used in void context
79157              (from Simon Cozens)
79158      Branch: maint-5.6/perl
79159           !> op.c t/op/wantarray.t
79160 ____________________________________________________________________________
79161 [  7328] By: gsar                                  on 2000/10/16  07:39:33
79162         Log: integrate change#6170 from mainline
79163              
79164              change#6142 needs tweaks to tests to work where there's no
79165              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
79166      Branch: maint-5.6/perl
79167           !> t/lib/filefind.t
79168 ____________________________________________________________________________
79169 [  7327] By: gsar                                  on 2000/10/16  07:35:34
79170         Log: integrate changes#6166..6168 from cfgperl
79171              
79172              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
79173              in case somebody wants to write an extension for more
79174              shadow database interfaces.
79175              
79176              tweak todo
79177              
79178              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
79179      Branch: maint-5.6/perl
79180           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79181           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
79182           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
79183           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
79184           !> win32/config.vc win32/config_H.bc win32/config_H.gc
79185           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
79186 ____________________________________________________________________________
79187 [  7326] By: gsar                                  on 2000/10/16  07:29:05
79188         Log: integrate changes#6157,6159..6161,6164 from cfgperl
79189              
79190              Regen Configure to jive with #6149.
79191              
79192              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
79193              
79194              Changes for the File::Temp 0.08 (change #6159) test suite
79195              to fit better into the Perl distribution test framework.
79196              
79197              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
79198              both from Simon Cozens.
79199              
79200              detypo
79201      Branch: maint-5.6/perl
79202           +> pod/perlmodlib.PL pod/perlnewmod.pod
79203           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
79204           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
79205           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79206           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79207 ____________________________________________________________________________
79208 [  7325] By: gsar                                  on 2000/10/16  07:25:13
79209         Log: integrate change#6158 from vmsperl
79210              
79211              Add fallback to tmpfile for use in cases where user's relying on
79212              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
79213              Lane's patch)
79214      Branch: maint-5.6/perl
79215           !> vms/vms.c vms/vmsish.h
79216 ____________________________________________________________________________
79217 [  7324] By: gsar                                  on 2000/10/16  07:20:50
79218         Log: integrate changes#6153..6155 from mainline
79219              
79220              prettier Test::Harness output on failed tests (from Nicholas Clark
79221              <nick@Bagpuss.uk.boo.com>)
79222              
79223              avoid type mismatch warning
79224              
79225              small bug in change#6144; remove random \xA0 character that snuck
79226              in via change#6145
79227      Branch: maint-5.6/perl
79228           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
79229           !> perl.c
79230 ____________________________________________________________________________
79231 [  7323] By: gsar                                  on 2000/10/16  07:18:47
79232         Log: integrate changes#6151,6152 from mainline
79233              
79234              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
79235              
79236              cosmetic fixups of RE debug output (from Ilya Zakharevich)
79237      Branch: maint-5.6/perl
79238           !> regexec.c
79239 ____________________________________________________________________________
79240 [  7322] By: gsar                                  on 2000/10/16  07:17:25
79241         Log: integrate changes#6146..6150 from mainline
79242              
79243              doc typo
79244              
79245              add a make entry to Config.pm so "perl -V:make" works on VMS
79246              (from Peter Prymmer)
79247              
79248              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
79249              
79250              OS/2 tweaks for usethreads build (from Rocco Caputo
79251              <troc@netrus.net>)
79252              
79253              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
79254      Branch: maint-5.6/perl
79255           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
79256           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
79257           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
79258           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
79259           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
79260           !> warnings.pl x2p/a2p.h
79261 ____________________________________________________________________________
79262 [  7321] By: gsar                                  on 2000/10/16  07:14:02
79263         Log: integrate changes#6143..6145 from mainline
79264              
79265              MacOS support, part 1 (from Matthias Neeracher
79266              <neeri@iis.ee.ethz.ch>)
79267              
79268              MacOS support, part 2: make AutoSplit use File::Spec instead
79269              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
79270              <neeri@iis.ee.ethz.ch>)
79271              
79272              make xsubpp skip embedded pod (from Matthias Neeracher
79273              <neeri@iis.ee.ethz.ch>)
79274      Branch: maint-5.6/perl
79275           +> ext/DynaLoader/dl_mac.xs
79276           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
79277           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
79278           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
79279           !> pp_ctl.c proto.h toke.c util.c util.h
79280 ____________________________________________________________________________
79281 [  7320] By: gsar                                  on 2000/10/16  07:12:13
79282         Log: integrate changes#6141,6142 from mainline
79283              
79284              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
79285              forwarded by Peter Seebach from the bsdi-users mailing list.
79286              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
79287              
79288              File::Find fails to chdir when chasing symlinks (from
79289              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
79290      Branch: maint-5.6/perl
79291           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
79292 ____________________________________________________________________________
79293 [  7319] By: gsar                                  on 2000/10/16  07:04:30
79294         Log: integrate change#6139 from mainline
79295              
79296              revise mktables.PL for bugs and newness in Unicode 3.0
79297              (from James Bence <jbence@amgen.com>)
79298      Branch: maint-5.6/perl
79299           +> (branch 30 files)
79300           !> (integrate 49 files)
79301 ____________________________________________________________________________
79302 [  7318] By: gsar                                  on 2000/10/16  07:01:01
79303         Log: integrate changes#6137,6138 from mainline
79304              
79305              fix bogus redeclaration warning for "our" variables in different
79306              scopes
79307              
79308              add note about the handling of negative indices to tied arrays
79309              (from Michael G Schwern <schwern@pobox.com>)
79310      Branch: maint-5.6/perl
79311           !> op.c pod/perltie.pod t/pragma/strict-vars
79312 ____________________________________________________________________________
79313 [  7317] By: gsar                                  on 2000/10/16  06:58:46
79314         Log: integrate changes#6127..6136 from mainline
79315              
79316              call_method(...,G_EVAL) can longjmp() out if the method probing
79317              failed (from Gisle Aas)
79318              
79319              new perlxstut example for passing/returning refs to arrays
79320              (from David Lowe <dlowe@pootpoot.com>)
79321              
79322              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
79323              
79324              fix places that mean C<"word" character> but say C<alphanumeric
79325              character>
79326              
79327              avoid warnings in POSIX.pm (from Barrie Slaymaker)
79328              
79329              warnings::enabled() doesn't fall back to looking at $^W if
79330              caller isn't using lexical warnings (from Paul Marquess)
79331              
79332              elide bogus test in change#6132
79333              
79334              make Test::Harness use wait.h/WCOREDUMP if available
79335              (from Ben Tilly <ben_tilly@hotmail.com>)
79336              
79337              enable Test::Harness to dynamically determine column width etc.
79338              (from Rob Napier <rnapier@employees.org>)
79339              
79340              random pod typos (from Peter Scott <Peter@PSDT.com>)
79341      Branch: maint-5.6/perl
79342           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
79343           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
79344           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
79345           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
79346 ____________________________________________________________________________
79347 [  7316] By: gsar                                  on 2000/10/16  06:53:23
79348         Log: integrate change#6126 from mainline
79349              
79350              change#2879 broke rvalue autovivification of magicals such as
79351              ${$num} (reworked variant of patch suggested by Simon Cozens)
79352      Branch: maint-5.6/perl
79353           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
79354           !> pp_hot.c proto.h t/op/gv.t
79355 ____________________________________________________________________________
79356 [  7315] By: gsar                                  on 2000/10/16  06:51:38
79357         Log: integrate changes#6123,6125 from mainline
79358              
79359              clarify gotcha with #line directives (from Rocco Caputo
79360              <troc@netrus.net>)
79361              
79362              enable propagating exception objects via Perl_croak() in XS code
79363              (from Gisle Aas)
79364      Branch: maint-5.6/perl
79365           !> pod/perldebug.pod pod/perlsyn.pod util.c
79366 ____________________________________________________________________________
79367 [  7314] By: gsar                                  on 2000/10/16  06:49:28
79368         Log: integrate change#6122 from mainline
79369              
79370              downgrade fatal error on C<"foo@nosucharray.com"> to optional
79371              warning (from Mark-Jason Dominus)
79372      Branch: maint-5.6/perl
79373           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
79374           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
79375           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
79376           !> toke.c
79377 ____________________________________________________________________________
79378 [  7313] By: gsar                                  on 2000/10/16  06:46:54
79379         Log: integrate changes#6112..6121 from vmsperl
79380              
79381              Check for existence of file before trying to delete
79382              
79383              Ugly workaround for version-specific RTL error
79384              
79385              Urk -- undo previous removal of vmsish 'exit' change
79386              
79387              Add bounds checking for several strings (Charles Lane)
79388              
79389              Miscellaneous cosmetic fixes (Charles Lane)
79390              
79391              Treat sockets as special in sys(read|write) (Charles Lane et al.)
79392              
79393              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
79394              Flatten case labels in switch statements uniformly (Charles Bailey)
79395              
79396              Quiet error messages in vmsish.t (Charles Lane)
79397              
79398              Add missing escape (Charles Lane)
79399              
79400              Allow eliminate_macros() and fixpath() to handle space-delimited
79401              lists (based on fixes by Craig Berry)
79402      Branch: maint-5.6/perl
79403           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
79404           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
79405           !> vms/vmsish.h
79406 ____________________________________________________________________________
79407 [  7312] By: gsar                                  on 2000/10/16  06:41:18
79408         Log: integrate changes#6107,6110 from cfgperl
79409              
79410              Tweak the todo list.
79411              
79412              todo tweak
79413      Branch: maint-5.6/perl
79414           !> Todo-5.6
79415 ____________________________________________________________________________
79416 [  7311] By: gsar                                  on 2000/10/16  06:38:38
79417         Log: integrate changes#6104,6108 from mainline
79418              
79419              PL_sys_intern was being initialized too late on windows
79420              
79421              reenable fake signal handling on Windows, bugs and all
79422      Branch: maint-5.6/perl
79423           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
79424           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
79425           !> win32/win32.c
79426 ____________________________________________________________________________
79427 [  7310] By: gsar                                  on 2000/10/16  06:36:03
79428         Log: integrate changes#6095,6097..6103 from cfgperl
79429              
79430              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
79431              might be useful in future.
79432              
79433              Add a note about possible compilation problems from Allen Smith.
79434              
79435              Add a note about other, yet unsupported, shadow password APIs.
79436              
79437              Tweaks for the cc bugs from Allen Smith.
79438              
79439              More compilation tweakery from Allen Smith.
79440              
79441              Hints and test tweaks for Unicos.
79442              
79443              The test suite tweak in #6101 wasn't quite right.
79444              
79445              Test tweaking for Unicos continues.
79446      Branch: maint-5.6/perl
79447           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79448           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
79449           !> t/lib/complex.t t/op/64bitint.t
79450 ____________________________________________________________________________
79451 [  7309] By: gsar                                  on 2000/10/16  06:29:41
79452         Log: integrate changes#6093,6094 from mainline
79453              
79454              fork() failure to create pseudo process sets errno=EAGAIN and returns
79455              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
79456              
79457              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
79458      Branch: maint-5.6/perl
79459           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
79460           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
79461 ____________________________________________________________________________
79462 [  7308] By: gsar                                  on 2000/10/16  06:27:29
79463         Log: integrate change#6092 from cfgperl
79464              
79465              Regen perltoc with the fixed buildtoc.
79466      Branch: maint-5.6/perl
79467           !> pod/perltoc.pod
79468 ____________________________________________________________________________
79469 [  7307] By: gsar                                  on 2000/10/16  06:26:40
79470         Log: integrate changes#6089,6090 from mainline
79471              
79472              buildtoc tweak to fix newline lossage
79473              
79474              concat doesn't preserve utf8-ness, and doesn't invalidate
79475              [NI]OK; added tests for both
79476      Branch: maint-5.6/perl
79477           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
79478 ____________________________________________________________________________
79479 [  7306] By: gsar                                  on 2000/10/16  06:24:05
79480         Log: integrate change#6088 from cfgperl
79481              
79482              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
79483              because we do not use those.  The HAS_GETSPNAM remains,
79484              though, because we still do use that.
79485      Branch: maint-5.6/perl
79486           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79487           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
79488           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
79489           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
79490           !> win32/config.vc win32/config_H.bc win32/config_H.gc
79491           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
79492 ____________________________________________________________________________
79493 [  7305] By: gsar                                  on 2000/10/16  06:15:52
79494         Log: integrate changes#6084,6085,6087 from mainline
79495              
79496              substr() does not preserve utf8-ness (from Stefan Eissing
79497              <Eissing@medicaldataservice.de>); added tests
79498              
79499              repeat operator (x) doesn't preserve utf8-ness
79500              
79501              reverse() and quotemeta() weren't preserving utf8-ness; add tests
79502      Branch: maint-5.6/perl
79503           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
79504 ____________________________________________________________________________
79505 [  7304] By: gsar                                  on 2000/10/16  06:13:10
79506         Log: integrate changes#6077..6083 from mainline
79507              
79508              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
79509              and Tom Phoenix)
79510              
79511              workaround for CRT bug in chdir() (from Charles Lane, via
79512              Peter Prymmer)
79513              
79514              remove outdated kludge in Carp (NULLs are permitted in diagnostics
79515              now)
79516              
79517              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
79518              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79519              
79520              better default perlbug categories for ok reports (from Richard Foley)
79521              
79522              peek.t non-portable to ithreads
79523              
79524              note about undocumented caller() return value (from M.J.T. Guy);
79525              yet another peek.t tweak
79526      Branch: maint-5.6/perl
79527           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79528           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79529           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
79530           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
79531           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
79532           !> vms/vmsish.h
79533 ____________________________________________________________________________
79534 [  7303] By: gsar                                  on 2000/10/16  06:03:18
79535         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
79536              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
79537              
79538              &HUGE_VAL is not defined, it exists.
79539              
79540              Do not warn that an infinity does not look like a number.
79541              
79542              Rewrite the pwent/spent logic to be a little bit more clearer.
79543              
79544              Continue on the pwent/spent case.
79545              
79546              Correct Freudian slip.
79547              
79548              Use HUGE_VALL if applicable.
79549              
79550              pwent/spent #ifdef imbalance.
79551              
79552              Infinite problems.
79553              
79554              Call getspnam() only iff needd.
79555              
79556              Test both the scalar and list contexts.
79557              
79558              Use setxxent()/endxxent().
79559              
79560              Complex tweakery.
79561              
79562              Unicos hint tweak.
79563              
79564              Be more forgiving in POSIX about HUGE_VALL.
79565              
79566              Detypo.
79567              
79568              The search of infinity continues, this time simplified.
79569              
79570              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
79571              in natively 64-bit platforms where a long is a quad (no need
79572              for long longs).  Also added bias for IVs.
79573              
79574              Complex tweaks.
79575              
79576              Introduce t/lib/peek.t.
79577              
79578              Make the test more portable.
79579      Branch: maint-5.6/perl
79580           +> t/lib/peek.t
79581            ! pp_sys.c
79582           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
79583           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
79584           !> t/op/pwent.t toke.c util.c
79585 ____________________________________________________________________________
79586 [  7302] By: gsar                                  on 2000/10/16  05:03:37
79587         Log: integrate changes#6066..6071 from mainline
79588              
79589              s/END/CHECK/
79590              
79591              replace direct call to sighandler() with (*PL_sighandlerp)()
79592              
79593              note about values()
79594              
79595              File::Spec compatibility update (from Barrie Slaymaker
79596              <barries@slaysys.com>)
79597              
79598              remove misleading comment (from M.J.T. Guy)
79599              
79600              misformatted perllocal.pod (from Tim Jenness
79601              <t.jenness@jach.hawaii.edu>)
79602      Branch: maint-5.6/perl
79603           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
79604           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
79605           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
79606           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
79607 ____________________________________________________________________________
79608 [  7301] By: gsar                                  on 2000/10/16  05:00:08
79609         Log: integrate changes#6061..6063 from mainline
79610              
79611              change#5921 neglected to make eq honor "use bytes"
79612              
79613              additional tests for utf8.t
79614              
79615              tokeq() could read unallocated field in argument
79616      Branch: maint-5.6/perl
79617           !> sv.c t/pragma/utf8.t toke.c
79618 ____________________________________________________________________________
79619 [  7300] By: gsar                                  on 2000/10/16  04:56:54
79620         Log: integrate changes#6046,6048,6057,6058 from mainline
79621              
79622              libscheck has insufficient checks for n32 libs (from
79623              Albert Chin-A-Young <china@thewrittenword.com>)
79624              
79625              add note about how $( doesn't interpolate in REs (from
79626              Philip Newton <newton@ficus.frogspace.net>)
79627              
79628              fix broken parsing of /\x{ab}/
79629              
79630              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
79631              (spotted by Donald Kinzer <dkinzer@premia.com>)
79632      Branch: maint-5.6/perl
79633           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
79634           !> t/pragma/utf8.t
79635 ____________________________________________________________________________
79636 [  7299] By: gsar                                  on 2000/10/16  04:52:50
79637         Log: integrate change#6044 from mainline
79638              
79639              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
79640              such that underscores are only ignored in literal numbers,
79641              "\x{...}", and hex/oct argument
79642      Branch: maint-5.6/perl
79643           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
79644 ____________________________________________________________________________
79645 [  7298] By: gsar                                  on 2000/10/16  04:50:53
79646         Log: integrate changes#6027..6043 from mainline
79647              
79648              podlators-1.02 update (from Russ Allbery)
79649              
79650              Pod::Man generates groff-incompatible macro definition (from
79651              Tom Christiansen)
79652              
79653              add CGI.pm v2.66 (from Lincoln Stein)
79654              
79655              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
79656              for @- and @+ (from Johan Vromans)
79657              
79658              small nits in diagnostics.pm (from Robin Barker)
79659              
79660              whitespace adjustments
79661              
79662              missing files in MANIFEST
79663              
79664              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
79665              to compensate
79666              
79667              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
79668              
79669              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
79670      Branch: maint-5.6/perl
79671           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
79672           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
79673           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
79674           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
79675           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
79676           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
79677           !> t/lib/cgi-html.t t/lib/cgi-request.t
79678 ____________________________________________________________________________
79679 [  7297] By: gsar                                  on 2000/10/16  04:44:30
79680         Log: integrate change#6025 from mainline
79681              
79682              Is{Alnum,Alpha,Word} don't match titlecase
79683              TODO: IsSpace is defined recursively!
79684              (both spotted by Larry)
79685      Branch: maint-5.6/perl
79686           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79687           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79688 ____________________________________________________________________________
79689 [  7296] By: gsar                                  on 2000/10/16  04:39:30
79690         Log: integrate change#6023 from mainline
79691              
79692              debugger stomps on $. (from M.J.T. Guy)
79693      Branch: maint-5.6/perl
79694           !> lib/perl5db.pl
79695 ____________________________________________________________________________
79696 [  7295] By: gsar                                  on 2000/10/16  04:38:02
79697         Log: integrate change#6022 from mainline
79698              
79699              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
79700      Branch: maint-5.6/perl
79701           !> sv.c
79702 ____________________________________________________________________________
79703 [  7294] By: gsar                                  on 2000/10/16  04:37:05
79704         Log: integrate changes#6018..6021 from mainline
79705              
79706              make lib/syslog.t portable to systems that don't have _PATH_LOG,
79707              make _PATH_LOG() return "" if unavailable
79708              
79709              windows portability tweaks
79710              
79711              test tweak
79712              
79713              remove Win2K issue in pod (fixed by change#6020)
79714      Branch: maint-5.6/perl
79715           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
79716           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
79717           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
79718 ____________________________________________________________________________
79719 [  7293] By: gsar                                  on 2000/10/16  04:20:00
79720         Log: integrate changes#6013..6015 from mainline
79721              
79722              tweak change#5945 to display correct switch name in diagnostic
79723              
79724              glob() loading File::Glob behind the scenes may cause syntax errors
79725              
79726              tweak test for portability
79727      Branch: maint-5.6/perl
79728           !> op.c perl.c pod/perldiag.pod t/lib/b.t
79729 ____________________________________________________________________________
79730 [  7292] By: gsar                                  on 2000/10/16  04:18:11
79731         Log: integrate changes#6005..6010 from mainline, cfgperl
79732              
79733              perldoc might fail via "use blib" (from Hugo van der Sanden)
79734              
79735              Regen Configure.
79736              
79737              note about compile failures and END blocks (from M.J.T. Guy)
79738              
79739              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
79740              
79741              (change#6009 integrated earlier in change#7255)
79742              
79743              clarify note about shadow password support (from
79744              gellyfish@gellyfish.com)
79745      Branch: maint-5.6/perl
79746           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
79747           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
79748           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
79749 ____________________________________________________________________________
79750 [  7291] By: gsar                                  on 2000/10/16  04:12:03
79751         Log: integrate changes#6002,6003 from mainline
79752              
79753              destructive sv_setsv() can lose UV-ness from source, causing
79754              numeric promotions/comparisons to fail to do the right thing
79755              
79756              allow REG_EXPAND_SZ keys in Windows registry (from
79757              John Clayton <John.Clayton@barclayscapital.com>)
79758      Branch: maint-5.6/perl
79759           !> sv.c win32/win32.c
79760 ____________________________________________________________________________
79761 [  7290] By: gsar                                  on 2000/10/16  04:10:19
79762         Log: integrate change#6001 from mainline
79763              
79764              support additional library locations via $Config{otherlibdirs}
79765              (from Andy Dougherty)
79766      Branch: maint-5.6/perl
79767           !> Configure INSTALL Porting/Glossary Porting/config.sh
79768           !> Porting/config_H config_h.SH epoc/config.sh perl.c
79769           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
79770           !> win32/config.bc win32/config.gc win32/config.vc
79771 ____________________________________________________________________________
79772 [  7289] By: gsar                                  on 2000/10/16  04:08:28
79773         Log: integrate change#5999 from mainline
79774              
79775              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
79776      Branch: maint-5.6/perl
79777           !> t/pragma/warn/toke toke.c
79778 ____________________________________________________________________________
79779 [  7288] By: gsar                                  on 2000/10/16  04:07:01
79780         Log: integrate changes#5997,5998 from cfgperl
79781              
79782              Preserve $!.
79783              
79784              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
79785      Branch: maint-5.6/perl
79786           !> lib/Math/Complex.pm
79787 ____________________________________________________________________________
79788 [  7287] By: gsar                                  on 2000/10/16  04:04:37
79789         Log: integrate change#5995 from mainline
79790              
79791              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
79792      Branch: maint-5.6/perl
79793           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
79794 ____________________________________________________________________________
79795 [  7286] By: gsar                                  on 2000/10/16  04:03:21
79796         Log: integrate change#5994 from mainline
79797              
79798              fix for missed accounting for null byte in pack("Z",...) (from
79799              M.J.T. Guy)
79800      Branch: maint-5.6/perl
79801           !> pp.c t/op/pack.t
79802 ____________________________________________________________________________
79803 [  7285] By: gsar                                  on 2000/10/16  04:02:11
79804         Log: integrate changes#5989..5993 from mainline
79805              
79806              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
79807              itself and no other (from Tom Hughes)
79808              
79809              use $ENV{LIB} to search for libs under Visual C compiler
79810              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
79811              
79812              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
79813              
79814              pod nit (from Simon Cozens)
79815              
79816              various minor tweaks seen on p5p
79817      Branch: maint-5.6/perl
79818           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
79819           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
79820           !> t/op/array.t toke.c
79821 ____________________________________________________________________________
79822 [  7284] By: gsar                                  on 2000/10/16  03:59:00
79823         Log: integrate changes#5978..5988 from mainline
79824              
79825              sync version numbers in File::Spec with the ones on CPAN
79826              (from Barrie Slaymaker)
79827              
79828              under useithreads, constant pad entries could inadvertantly be
79829              shared across threads (from Eric Blood <eblood@xmission.com>);
79830              added Eric's test case to testsuite
79831              
79832              allow Configure -S to run non-interactively (spotted by Greg Hudson
79833              <ghudson@mit.edu>)
79834              
79835              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
79836              prototype mismatch with CORE::glob(); update pod and tests to
79837              suit (File::Glob::glob() is still available for backward
79838              compatibility, but should be considered deprecated)
79839              
79840              avoid error in IO::Socket::INET when given an unknown service name
79841              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
79842              
79843              numeric conversion of non-number in change#3378 tramples on
79844              OOK offset, causing segfaults
79845              
79846              attributes::reftype() doesn't work on tied argument
79847              
79848              forked child may not exit correctly if it failed to open
79849              /dev/console (from Graham Barr)
79850              
79851              add regular expressions tutorial and quick-start guide (from
79852              Mark Kvale <kvale@phy.ucsf.edu>)
79853              
79854              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
79855              
79856              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
79857              <paul@miraclefish.com>)
79858      Branch: maint-5.6/perl
79859           +> pod/perlrequick.pod pod/perlretut.pod
79860           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
79861           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
79862           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
79863           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
79864           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
79865           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
79866           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
79867           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
79868 ____________________________________________________________________________
79869 [  7283] By: gsar                                  on 2000/10/16  03:52:14
79870         Log: integrate change#5977 from mainline
79871              
79872              autoquote barewords followed by newline and arrow properly
79873              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
79874      Branch: maint-5.6/perl
79875           !> t/pragma/warn/toke toke.c
79876 ____________________________________________________________________________
79877 [  7282] By: gsar                                  on 2000/10/16  03:50:48
79878         Log: integrate change#5976 from mainline
79879              
79880              DB_File v1.73 update (from Paul Marquess)
79881      Branch: maint-5.6/perl
79882           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
79883           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
79884 ____________________________________________________________________________
79885 [  7281] By: gsar                                  on 2000/10/16  03:49:14
79886         Log: integrate change#5975 from mainline
79887              
79888              allow sort() reentrancy (variant of patch suggested by
79889              Hugo van der Sanden)
79890      Branch: maint-5.6/perl
79891           !> pp_ctl.c t/op/sort.t
79892 ____________________________________________________________________________
79893 [  7280] By: gsar                                  on 2000/10/16  03:48:22
79894         Log: integrate change#5974 from mainline
79895              
79896              change#4197 somehow missed initializing PL_errors, meaning
79897              syntax error queueing wasn't working outside eval"" at all;
79898              also fixed eval"" to localize PL_error_count, so that compile-time
79899              eval's don't clobber the error state of the outer context
79900      Branch: maint-5.6/perl
79901           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
79902           !> t/pragma/warn/toke
79903 ____________________________________________________________________________
79904 [  7279] By: gsar                                  on 2000/10/16  03:46:21
79905         Log: integrate change#5973 from mainline
79906              
79907              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
79908      Branch: maint-5.6/perl
79909           !> regcomp.c regexec.c t/op/re_tests
79910 ____________________________________________________________________________
79911 [  7278] By: gsar                                  on 2000/10/16  03:44:54
79912         Log: integrate change#5971 from cfgperl
79913              
79914              Unicos tweaks from Mark P. Lutz.
79915      Branch: maint-5.6/perl
79916           !> hints/unicos.sh lib/Math/Complex.pm
79917 ____________________________________________________________________________
79918 [  7277] By: gsar                                  on 2000/10/16  03:42:59
79919         Log: integrate changes#5966..5970 from mainline
79920              
79921              add testsuite for B backends, fix bug in B::Deparse (from
79922              Simon Cozens <simon@brecon.co.uk>)
79923              
79924              improved docs on the warn_uninit diagnostic (from David Glasser
79925              and Simon Cozens)
79926              
79927              tolerate spaces in group names in test on solaris (from David Boyce
79928              <dsb@boyski.com>)
79929              
79930              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
79931              
79932              Data::Dumper fumbles negative numbers on 32-bit platforms where
79933              IV is >32bits
79934      Branch: maint-5.6/perl
79935           +> t/lib/b.t t/lib/syslog.t
79936           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
79937           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
79938           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
79939 ____________________________________________________________________________
79940 [  7276] By: gsar                                  on 2000/10/16  03:39:30
79941         Log: integrate change#5965 from mainline
79942              
79943              avoid "will not stay shared" warnings for our variables (from
79944              Robin Barker)
79945      Branch: maint-5.6/perl
79946           !> op.c t/pragma/warn/op
79947 ____________________________________________________________________________
79948 [  7275] By: gsar                                  on 2000/10/16  03:38:18
79949         Log: integrate change#5964 from mainline
79950              
79951              reformat to 72 columns (again)
79952      Branch: maint-5.6/perl
79953           !> pod/perldiag.pod
79954 ____________________________________________________________________________
79955 [  7274] By: gsar                                  on 2000/10/16  03:36:58
79956         Log: integrate change#5963 from mainline
79957              
79958              patch from Larry to make (\&) prototype work; added tests for
79959              the same
79960      Branch: maint-5.6/perl
79961           !> op.c t/comp/proto.t
79962 ____________________________________________________________________________
79963 [  7273] By: gsar                                  on 2000/10/16  03:35:51
79964         Log: integrate changes#5956..5962 from mainline
79965              
79966              better diagnostics on failed tests (from Ilya Zakharevich)
79967              
79968              pod nits (from A. C. Yardley <yardley@tanet.net>)
79969              
79970              change#3569 deleted some essential code, revert; avoid use of
79971              atexit() to make DynaLoader work properly on AIX under mod_perl
79972              (from Jens-Uwe Mager <jum@helios.de>)
79973              
79974              doubled words in pods (from Simon Cozens
79975              <simon.p.cozens@jp.pwcglobal.com>)
79976              
79977              better INSTALL notes on Solaris issues (from Dominic Dunlop)
79978              
79979              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
79980              
79981              updated README.hpux (from Jeff Okamoto)
79982      Branch: maint-5.6/perl
79983           !> INSTALL README.hpux emacs/cperl-mode.el
79984           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
79985           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
79986           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
79987           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
79988           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
79989           !> t/op/lex_assign.t
79990 ____________________________________________________________________________
79991 [  7272] By: gsar                                  on 2000/10/16  03:31:22
79992         Log: integrate change#5955 from mainline
79993              
79994              longstanding bug exposed by change#3307: sort arguments weren't
79995              compiled with the right wantarray context (ensuing runtime lookup
79996              via block_gimme() was getting the incidental context of the
79997              sort() itself)
79998      Branch: maint-5.6/perl
79999           !> op.c t/op/sort.t
80000 ____________________________________________________________________________
80001 [  7271] By: gsar                                  on 2000/10/16  03:29:11
80002         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
80003              branch
80004              
80005              Flatten the cpp jungle doing the nosuid checking.
80006              
80007              Do not assume sign propagation. (from M.J.T. Guy)
80008              
80009              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
80010              
80011              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
80012              Now pp_ncmp() returns undef is either operand is a NaN.
80013              
80014              On second thoughts frexp() does have two arguments.
80015              
80016              Document that tr() is not tr(1).
80017              
80018              Be more robust on "extreme" (large absolute value)
80019              arguments.  Originally reported by Daniel Connelly
80020              as a problem with asinh() on large negative arguments,
80021              asinh() used to bail out because an argument to log()
80022              ended up being zero.  Ilya Zakharevich proposed using
80023              Taylor's series in such cases, which for such large
80024              arguments is a very good approximation.
80025              
80026              Undo "use integer" addition from 64bitint as it seems
80027              to break most of the subtests in Digital UNIX;
80028              Unicos needs to find another way.
80029      Branch: maint-5.6/perl
80030           !> (integrate 29 files)
80031 ____________________________________________________________________________
80032 [  7270] By: gsar                                  on 2000/10/16  03:09:44
80033         Log: integrate changes#5948,5949,5950 from mainline
80034              
80035              typo in vars.pm that leads to cryptic message (from Piotr
80036              Piatkowski <kompas@kompas.usr.onet.pl>)
80037              
80038              make perldoc use the pod2man from the same version (from
80039              M.J.T. Guy)
80040              
80041              reformat perldiag to avoid long lines
80042      Branch: maint-5.6/perl
80043           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
80044 ____________________________________________________________________________
80045 [  7269] By: gsar                                  on 2000/10/16  03:05:54
80046         Log: integrate change#5947 from mainline
80047              
80048              use &dl_error rather than &dl_load_file as the guard for calling
80049              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
80050              statically built perl)
80051      Branch: maint-5.6/perl
80052           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
80053 ____________________________________________________________________________
80054 [  7268] By: gsar                                  on 2000/10/16  03:04:48
80055         Log: integrate change#5945 from mainline
80056              
80057              make module name mandatory after -M switch; reorder perldiag
80058              alphabetically (from Mark-Jason Dominus)
80059      Branch: maint-5.6/perl
80060           !> perl.c pod/perldiag.pod
80061 ____________________________________________________________________________
80062 [  7267] By: gsar                                  on 2000/10/16  03:03:01
80063         Log: integrate change#5939 from mainline
80064              
80065              more pod nits (from Larry Virden)
80066      Branch: maint-5.6/perl
80067           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
80068           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
80069           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
80070 ____________________________________________________________________________
80071 [  7266] By: gsar                                  on 2000/10/16  03:01:39
80072         Log: integrate change#5938 from mainline
80073              
80074              Consolidated B::Deparse fixes (from Stephen McCamant)
80075      Branch: maint-5.6/perl
80076           !> ext/B/B/Deparse.pm
80077 ____________________________________________________________________________
80078 [  7265] By: gsar                                  on 2000/10/16  03:00:43
80079         Log: integrate change#5936 from mainline
80080              
80081              additional tests for change#7263 (from Paul Marquess)
80082      Branch: maint-5.6/perl
80083           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
80084           !> t/pragma/warn/5nolint t/pragma/warn/6default
80085 ____________________________________________________________________________
80086 [  7264] By: gsar                                  on 2000/10/16  02:58:34
80087         Log: integrate change#5934 from mainline
80088              
80089              propagate lexical warnings from surrounding scope correctly
80090              within string eval() (from Paul Marquess)
80091      Branch: maint-5.6/perl
80092           !> pp_ctl.c t/pragma/warn/pp_ctl
80093 ____________________________________________________________________________
80094 [  7263] By: gsar                                  on 2000/10/16  02:56:53
80095         Log: integrate change#5932 from mainline
80096              
80097              add rsignal(), whichsig() and do_join() to public API list
80098              (mod_perl uses them to good advantage)
80099      Branch: maint-5.6/perl
80100           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
80101 ____________________________________________________________________________
80102 [  7262] By: gsar                                  on 2000/10/16  02:55:53
80103         Log: integrate change#5931 from mainline
80104              
80105              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
80106      Branch: maint-5.6/perl
80107           !> pp_hot.c regexec.c t/op/pat.t
80108 ____________________________________________________________________________
80109 [  7261] By: gsar                                  on 2000/10/16  02:55:01
80110         Log: integrate change#5930 from mainline
80111              
80112              small os390 tweaks (from Peter Prymmer)
80113      Branch: maint-5.6/perl
80114           !> config_h.SH makedepend.SH
80115 ____________________________________________________________________________
80116 [  7260] By: gsar                                  on 2000/10/16  02:54:10
80117         Log: integrate change#5929 from mainline
80118              
80119              pod nits
80120      Branch: maint-5.6/perl
80121           !> pod/perlguts.pod
80122 ____________________________________________________________________________
80123 [  7259] By: gsar                                  on 2000/10/16  02:52:55
80124         Log: integrate change#5927 from mainline
80125              
80126              arrange for next() to resume at the unstack op rather than the
80127              loop conditional, so that scope cleanup happens correctly
80128              (from Stephen McCamant)
80129      Branch: maint-5.6/perl
80130           !> op.c pp_ctl.c t/op/misc.t
80131 ____________________________________________________________________________
80132 [  7258] By: gsar                                  on 2000/10/16  02:51:38
80133         Log: integrate change#5926 from mainline
80134              
80135              on windows, reserve 16M of stack rather than 128M (allows more
80136              threads to run concurrently)
80137      Branch: maint-5.6/perl
80138           !> win32/Makefile win32/makefile.mk
80139 ____________________________________________________________________________
80140 [  7257] By: gsar                                  on 2000/10/16  02:50:37
80141         Log: integrate change#5925 from mainline
80142              
80143              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
80144      Branch: maint-5.6/perl
80145           !> toke.c
80146 ____________________________________________________________________________
80147 [  7256] By: gsar                                  on 2000/10/16  02:49:36
80148         Log: integrate change#5924 from mainline
80149              
80150              avoid using uninitialized memory in require version check
80151      Branch: maint-5.6/perl
80152           !> pp_ctl.c universal.c
80153 ____________________________________________________________________________
80154 [  7255] By: gsar                                  on 2000/10/16  02:48:03
80155         Log: integrate changes#5923,5928,6009 from mainline
80156              
80157              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
80158      Branch: maint-5.6/perl
80159           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
80160 ____________________________________________________________________________
80161 [  7254] By: gsar                                  on 2000/10/16  02:44:46
80162         Log: integrate change#5922 from mainline
80163              
80164              commentary about IoTYPE() (from Nathan Torkington)
80165      Branch: maint-5.6/perl
80166           !> sv.h
80167 ____________________________________________________________________________
80168 [  7253] By: gsar                                  on 2000/10/16  02:43:49
80169         Log: integrate change#5921 from mainline
80170              
80171              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
80172      Branch: maint-5.6/perl
80173           !> sv.c t/lib/charnames.t t/pragma/utf8.t
80174 ____________________________________________________________________________
80175 [  7252] By: gsar                                  on 2000/10/16  02:42:31
80176         Log: integrate change#5920 from mainline
80177              
80178              Larry's fix for buggy propagation of utf8-ness in join(); add test
80179      Branch: maint-5.6/perl
80180           !> doop.c t/op/ver.t
80181 ____________________________________________________________________________
80182 [  7251] By: gsar                                  on 2000/10/16  02:41:14
80183         Log: integrate changes#5915..5919 from mainline
80184              
80185              various (pod tweaks &c)
80186      Branch: maint-5.6/perl
80187           !> (integrate 33 files)
80188 ____________________________________________________________________________
80189 [  7250] By: gsar                                  on 2000/10/16  02:38:16
80190         Log: integrate change#5914 from mainline
80191              
80192              caller() wasn't returning the right number of elements for
80193              eval {...}
80194      Branch: maint-5.6/perl
80195           !> pp_ctl.c t/pragma/warn/9enabled
80196 ____________________________________________________________________________
80197 [  7249] By: gsar                                  on 2000/10/16  02:37:02
80198         Log: integrate change#5913 from mainline
80199              
80200              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
80201              (from Mark-Jason Dominus)
80202      Branch: maint-5.6/perl
80203           !> pod/perlfunc.pod
80204 ____________________________________________________________________________
80205 [  7248] By: gsar                                  on 2000/10/16  02:35:58
80206         Log: integrate change#5912 from mainline
80207              
80208              fix totally broken caching in UNIVERSAL::isa() (from
80209              Nick Ing-Simmons)
80210      Branch: maint-5.6/perl
80211           !> t/op/universal.t universal.c
80212 ____________________________________________________________________________
80213 [  7247] By: gsar                                  on 2000/10/16  02:34:27
80214         Log: integrate changes#5910,5911 from mainline
80215              
80216              typo in pod
80217              
80218              add linebreak properties from unicode/LineBrk.txt (from
80219              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
80220      Branch: maint-5.6/perl
80221           +> (branch 29 files)
80222           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
80223 ____________________________________________________________________________
80224 [  7246] By: gsar                                  on 2000/10/16  02:33:29
80225         Log: integrate change#5909 from mainline
80226              
80227              mode argument to do_binmode() should be file mode, not boolean
80228      Branch: maint-5.6/perl
80229           !> pp_sys.c
80230 ____________________________________________________________________________
80231 [  7245] By: gsar                                  on 2000/10/16  02:31:04
80232         Log: integrate change#5908 from mainline
80233              
80234              introduce illegal symbols into null package so that
80235              gv_fetchpv(...,TRUE) always returns a valid GV even when the
80236              symbol is trapped by strictures (avoids coredumps)
80237      Branch: maint-5.6/perl
80238           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
80239           !> t/pragma/strict-vars
80240 ____________________________________________________________________________
80241 [  7244] By: jhi                                   on 2000/10/16  02:29:54
80242         Log: Subject: $Carp::ExportLevel confusion in Exporter
80243              From: "Ben Tilly" <ben_tilly@hotmail.com>
80244              Date: Sat, 14 Oct 2000 16:44:34 EDT
80245              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
80246      Branch: perl
80247            ! lib/Exporter/Heavy.pm
80248 ____________________________________________________________________________
80249 [  7243] By: jhi                                   on 2000/10/16  02:28:33
80250         Log: Subject: [PATCH perlguts.pod] Document offset hack
80251              From: Simon Cozens <simon@cozens.net>
80252              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
80253              Date: Sat, 14 Oct 2000 19:32:25 +0100
80254      Branch: perl
80255            ! pod/perlguts.pod
80256 ____________________________________________________________________________
80257 [  7242] By: gsar                                  on 2000/10/16  02:26:51
80258         Log: integrate changes#5905,5906,5907,6064 from mainline
80259              
80260              printf/sprintf didn't get quad types right under use64bitint
80261      Branch: maint-5.6/perl
80262           !> pp_sys.c sv.c t/op/64bitint.t
80263 ____________________________________________________________________________
80264 [  7241] By: jhi                                   on 2000/10/16  02:22:44
80265         Log: Subject: small pod patch
80266              From: Dan Boorstein <dan_boo@bellsouth.net>
80267              Date: Sat, 14 Oct 2000 14:29:24 -0400
80268              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
80269      Branch: perl
80270            ! pod/perlfaq7.pod pod/perlmod.pod
80271 ____________________________________________________________________________
80272 [  7240] By: jhi                                   on 2000/10/16  02:13:46
80273         Log: -w cleanup.
80274              
80275              Subject: Re: Problems with bleadperl 
80276              From: "Stephen P. Potter" <spp@ds.net>
80277              Date: Fri, 13 Oct 2000 13:32:49 -0400
80278              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
80279      Branch: perl
80280            ! t/pragma/overload.t
80281 ____________________________________________________________________________
80282 [  7239] By: jhi                                   on 2000/10/16  01:41:18
80283         Log: One more ~utf8 tweak.
80284      Branch: perl
80285            ! t/op/bop.t
80286 ____________________________________________________________________________
80287 [  7238] By: jhi                                   on 2000/10/16  01:34:14
80288         Log: Tweak the test of #7235.
80289      Branch: perl
80290            ! t/op/bop.t
80291 ____________________________________________________________________________
80292 [  7237] By: jhi                                   on 2000/10/16  01:25:04
80293         Log: Fix a couple of compiler-noted nits in #7235.
80294      Branch: perl
80295            ! pp.c
80296 ____________________________________________________________________________
80297 [  7236] By: jhi                                   on 2000/10/16  01:22:46
80298         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
80299      Branch: perl
80300            ! pp.c pp_hot.c
80301 ____________________________________________________________________________
80302 [  7235] By: jhi                                   on 2000/10/15  16:24:44
80303         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
80304              
80305              From: Simon Cozens <simon@cozens.net>
80306              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
80307              Date: Sat, 14 Oct 2000 20:52:13 +0100
80308              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
80309      Branch: perl
80310            ! pp.c t/op/bop.t utf8.h
80311 ____________________________________________________________________________
80312 [  7234] By: jhi                                   on 2000/10/15  15:19:29
80313         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
80314              The problem was that rx->minlen was in chars while pp_split()
80315              thought it would be in bytes. 
80316      Branch: perl
80317            ! pp.c t/pragma/utf8.t
80318 ____________________________________________________________________________
80319 [  7233] By: jhi                                   on 2000/10/14  20:24:24
80320         Log: Document FNCASE=y as discussed in the bug 20000902.009.
80321      Branch: perl
80322            ! README.dos
80323 ____________________________________________________________________________
80324 [  7232] By: jhi                                   on 2000/10/14  18:52:21
80325         Log: Add test for bug id 20000427.003 (which seems to have
80326              been fixed) (also duplicate as 20000427.004, though
80327              with a higher severity).  Move one utf8 from op/append
80328              to pragma/utf8, tag the tests with bug ids.
80329      Branch: perl
80330            ! t/op/append.t t/pragma/utf8.t
80331 ____________________________________________________________________________
80332 [  7231] By: jhi                                   on 2000/10/14  17:28:37
80333         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
80334      Branch: perl
80335            ! t/pragma/utf8.t
80336 ____________________________________________________________________________
80337 [  7230] By: jhi                                   on 2000/10/14  14:24:50
80338         Log: Needs to be conditional on SunOS 4.
80339              
80340              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
80341              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
80342              Date: Sat, 14 Oct 2000 13:37:49 +0100
80343              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
80344      Branch: metaconfig/U/perl
80345            ! End.U
80346      Branch: perl
80347            ! Configure myconfig.SH pod/perldelta.pod
80348 ____________________________________________________________________________
80349 [  7229] By: jhi                                   on 2000/10/14  00:49:22
80350         Log: Update Changes.
80351      Branch: perl
80352            ! Changes patchlevel.h
80353 ____________________________________________________________________________
80354 [  7228] By: jhi                                   on 2000/10/14  00:46:10
80355         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
80356              From: Peter Prymmer <pvhp@forte.com>
80357              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
80358              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
80359      Branch: perl
80360            ! lib/utf8.pm
80361 ____________________________________________________________________________
80362 [  7227] By: jhi                                   on 2000/10/13  23:20:30
80363         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
80364      Branch: perl
80365            ! t/op/tie.t
80366 ____________________________________________________________________________
80367 [  7226] By: jhi                                   on 2000/10/13  22:14:32
80368         Log: Tweak #7225.
80369              
80370              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
80371              From: Peter Prymmer <pvhp@forte.com>
80372              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
80373              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
80374      Branch: perl
80375            ! t/op/sprintf.t
80376 ____________________________________________________________________________
80377 [  7225] By: jhi                                   on 2000/10/13  22:11:31
80378         Log: op/sprintf.t patch for OS/390 (and any other host with limited
80379              floating-point exponent length)
80380              
80381              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
80382              From: Dominic Dunlop <domo@computer.org>
80383              Date: Fri, 13 Oct 2000 19:17:57 +0200
80384              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
80385      Branch: perl
80386            ! t/op/sprintf.t
80387 ____________________________________________________________________________
80388 [  7224] By: jhi                                   on 2000/10/13  18:40:48
80389         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
80390      Branch: perl
80391            ! toke.c
80392 ____________________________________________________________________________
80393 [  7223] By: jhi                                   on 2000/10/13  18:37:13
80394         Log: Thinko in #7222.
80395      Branch: perl
80396            ! utf8.c
80397 ____________________________________________________________________________
80398 [  7222] By: jhi                                   on 2000/10/13  18:05:23
80399         Log: Use UTF8SKIP(), from Simon Cozens.
80400      Branch: perl
80401            ! utf8.c
80402 ____________________________________________________________________________
80403 [  7221] By: jhi                                   on 2000/10/13  15:43:19
80404         Log: (accidentally empty check-in)
80405      Branch: perl
80406            ! utf8.c
80407 ____________________________________________________________________________
80408 [  7220] By: jhi                                   on 2000/10/13  15:23:51
80409         Log: Add (optimistically) Storable to static extensions.
80410      Branch: perl
80411            ! hints/uwin.sh hints/vmesa.sh
80412 ____________________________________________________________________________
80413 [  7219] By: jhi                                   on 2000/10/13  15:20:05
80414         Log: Amdahl UTS doesn't seem to do dynaloading.
80415      Branch: perl
80416            ! hints/uts.sh
80417 ____________________________________________________________________________
80418 [  7218] By: jhi                                   on 2000/10/13  15:15:20
80419         Log: Slight tweak of the code to appease Amdahl UTS cc.
80420      Branch: perl
80421            ! pp.c
80422 ____________________________________________________________________________
80423 [  7217] By: jhi                                   on 2000/10/13  14:50:42
80424         Log: In Amdahl UTS "struct sv" is defined by a system header,
80425              <ksync.h>.
80426      Branch: perl
80427            ! perl.h sv.h
80428 ____________________________________________________________________________
80429 [  7216] By: jhi                                   on 2000/10/13  11:58:25
80430         Log: Ilya implemented the memory profiling API.
80431      Branch: perl
80432            ! Todo
80433 ____________________________________________________________________________
80434 [  7215] By: jhi                                   on 2000/10/13  02:56:38
80435         Log: Subject: [PATCH 5.7.0] Perl API for mstats
80436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80437              Date: Thu, 12 Oct 2000 22:52:40 -0400
80438              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
80439      Branch: perl
80440            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
80441 ____________________________________________________________________________
80442 [  7214] By: jhi                                   on 2000/10/13  02:55:38
80443         Log: Subject: [PATCH 5.7.0] IVs in mtats
80444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80445              Date: Thu, 12 Oct 2000 22:51:04 -0400
80446              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
80447      Branch: perl
80448            ! malloc.c perl.h
80449 ____________________________________________________________________________
80450 [  7213] By: jhi                                   on 2000/10/13  02:31:47
80451         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
80452      Branch: perl
80453            ! pod/perldiag.pod pp_sys.c
80454 ____________________________________________________________________________
80455 [  7212] By: jhi                                   on 2000/10/13  01:27:38
80456         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
80457              From: Peter Prymmer <pvhp@forte.com>
80458              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
80459              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
80460      Branch: perl
80461            ! t/op/oct.t
80462 ____________________________________________________________________________
80463 [  7211] By: jhi                                   on 2000/10/13  00:35:09
80464         Log: Update Changes.
80465      Branch: perl
80466            ! Changes patchlevel.h
80467 ____________________________________________________________________________
80468 [  7210] By: jhi                                   on 2000/10/12  23:59:40
80469         Log: The Install.pm third of
80470              
80471              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
80472              From: Bill Campbell <bill@celestial.com>
80473              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
80474              Date: Thu, 5 Oct 2000 18:04:51 -0700
80475      Branch: perl
80476            ! lib/ExtUtils/Install.pm
80477 ____________________________________________________________________________
80478 [  7209] By: jhi                                   on 2000/10/12  23:58:43
80479         Log: Two thirds of
80480              
80481              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
80482              Date: Thu, 5 Oct 2000 18:04:51 -0700
80483              From: Bill Campbell <bill@celestial.com>
80484              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
80485              
80486              The Install.pm changes will be submitted separately because
80487              they need some work and discussion still.
80488      Branch: perl
80489            ! lib/getopts.pl lib/termcap.pl
80490 ____________________________________________________________________________
80491 [  7208] By: jhi                                   on 2000/10/12  23:41:19
80492         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
80493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80494              Date:     Thu, 12 Oct 2000 07:30:02 EDT
80495              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
80496      Branch: perl
80497            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
80498            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
80499 ____________________________________________________________________________
80500 [  7207] By: jhi                                   on 2000/10/12  23:39:01
80501         Log: An updated EBCDIC tr patch.
80502              
80503              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
80504              From: Peter Prymmer <pvhp@forte.com>
80505              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
80506              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
80507      Branch: perl
80508            ! t/op/tr.t
80509 ____________________________________________________________________________
80510 [  7206] By: jhi                                   on 2000/10/12  23:34:55
80511         Log: Upgrade to CPAN 1.58, from Andreas König.
80512      Branch: perl
80513            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
80514 ____________________________________________________________________________
80515 [  7205] By: jhi                                   on 2000/10/12  23:29:08
80516         Log: Introduce the man[24-8] variables, from Andy Dougherty.
80517      Branch: metaconfig/U/perl
80518            + mandirs.U mandirstyle.U
80519      Branch: perl
80520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80521            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
80522            ! vos/config.h vos/config.pl vos/config_h.SH_orig
80523            ! win32/config.bc win32/config.gc win32/config.vc
80524 ____________________________________________________________________________
80525 [  7204] By: gsar                                  on 2000/10/12  18:11:24
80526         Log: restore change#7202
80527      Branch: perl
80528            ! mg.c
80529 ____________________________________________________________________________
80530 [  7203] By: gsar                                  on 2000/10/12  18:09:40
80531         Log: another test of the Emergency Broadcast System--back out 
80532              change#7202
80533      Branch: perl
80534            ! mg.c
80535 ____________________________________________________________________________
80536 [  7202] By: gsar                                  on 2000/10/12  16:40:47
80537         Log: (submitted on behalf of Jarkko)
80538              Fix the lib/encode.t subtest 6 failure as reported by Andreas
80539              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
80540              was unearthed by change 7182, as was a bug in HTML::Entities.
80541      Branch: perl
80542            ! mg.c
80543 ____________________________________________________________________________
80544 [  7201] By: jhi                                   on 2000/10/11  03:16:05
80545         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
80546      Branch: perl
80547            ! pp_hot.c t/pragma/utf8.t
80548 ____________________________________________________________________________
80549 [  7200] By: jhi                                   on 2000/10/11  00:40:30
80550         Log: The #7198 was a false alarm.
80551      Branch: perl
80552            ! pp_hot.c
80553 ____________________________________________________________________________
80554 [  7199] By: jhi                                   on 2000/10/11  00:26:04
80555         Log: Remove duplicated code.
80556      Branch: perl
80557            ! t/lib/cgi-html.t
80558 ____________________________________________________________________________
80559 [  7198] By: jhi                                   on 2000/10/10  23:30:46
80560         Log: (Retracted by #7200.)
80561      Branch: perl
80562            ! pp_hot.c
80563 ____________________________________________________________________________
80564 [  7197] By: jhi                                   on 2000/10/10  21:49:30
80565         Log: Add the test case for #7190, from the original bug report
80566              by Andreas König.
80567      Branch: perl
80568            ! t/pragma/utf8.t
80569 ____________________________________________________________________________
80570 [  7196] By: jhi                                   on 2000/10/10  21:40:49
80571         Log: Reapply Andy's patch and regen Configure.
80572      Branch: perl
80573            ! Configure INSTALL Makefile.SH Porting/Glossary
80574            ! Porting/config.sh config_h.SH epoc/config.sh installperl
80575            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
80576            ! win32/config.vc
80577 ____________________________________________________________________________
80578 [  7195] By: jhi                                   on 2000/10/10  21:09:30
80579         Log: Use the versiononly instead of the installscripts,
80580              retract the changes 7146 and 7147.
80581      Branch: perl
80582            ! Configure INSTALL Makefile.SH Porting/Glossary
80583            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
80584            ! installperl uconfig.sh vos/config.def win32/config.bc
80585            ! win32/config.gc win32/config.vc
80586 ____________________________________________________________________________
80587 [  7194] By: jhi                                   on 2000/10/10  21:06:15
80588         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
80589              From: Peter Prymmer <pvhp@forte.com>
80590              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
80591              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
80592      Branch: perl
80593            ! t/op/ver.t
80594 ____________________________________________________________________________
80595 [  7193] By: jhi                                   on 2000/10/10  21:05:12
80596         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
80597              From: Peter Prymmer <pvhp@forte.com>
80598              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
80599              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
80600      Branch: perl
80601            ! t/op/tr.t
80602 ____________________________________________________________________________
80603 [  7192] By: jhi                                   on 2000/10/10  20:57:30
80604         Log: Add versiononly, delete installscripts, from Andy Dougherty.
80605      Branch: metaconfig
80606            - U/installdirs/installscripts.U
80607      Branch: metaconfig/U/perl
80608            + versiononly.U
80609 ____________________________________________________________________________
80610 [  7191] By: jhi                                   on 2000/10/10  19:41:21
80611         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
80612              From: Peter Prymmer <pvhp@forte.com>
80613              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
80614              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
80615      Branch: perl
80616            ! pod/perlebcdic.pod
80617 ____________________________________________________________________________
80618 [  7190] By: jhi                                   on 2000/10/10  19:26:14
80619         Log: Subject: Re: utf8 concat, mg_get
80620              From: Simon Cozens <simon@cozens.net>
80621              Date: Tue, 10 Oct 2000 17:40:17 +0100
80622              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
80623      Branch: perl
80624            ! pp_hot.c
80625 ____________________________________________________________________________
80626 [  7189] By: jhi                                   on 2000/10/10  19:23:03
80627         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
80628              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
80629              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
80630              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
80631      Branch: perl
80632            ! lib/ExtUtils/MM_Unix.pm
80633 ____________________________________________________________________________
80634 [  7188] By: jhi                                   on 2000/10/10  15:31:24
80635         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
80636              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
80637              Date: Fri, 14 Jul 2000 10:47:36 +0100
80638              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
80639      Branch: perl
80640            ! README.win32
80641 ____________________________________________________________________________
80642 [  7187] By: jhi                                   on 2000/10/10  13:30:10
80643         Log: Quote the temp file name, needed in Win32 because the
80644              default name unfortunately contains spaces, shouldn't
80645              hurt elsewhere.
80646              
80647              Subject: FW: perldoc fails if $TEMP contains spaces
80648              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
80649              Date: Thu, 14 Sep 2000 08:58:45 +0100
80650              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
80651      Branch: perl
80652            ! utils/perldoc.PL
80653 ____________________________________________________________________________
80654 [  7186] By: jhi                                   on 2000/10/10  13:16:27
80655         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
80656              From: hv@hugo.hybyte.com
80657              Date: Tue, 10 Oct 2000 14:10:20 +0100
80658              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
80659      Branch: perl
80660            ! t/lib/thr5005.t util.c
80661 ____________________________________________________________________________
80662 [  7185] By: jhi                                   on 2000/10/10  12:06:22
80663         Log: Upgrade to podlators 1.04, from Russ Allbery.
80664      Branch: perl
80665            ! lib/Pod/Man.pm lib/Pod/Text.pm
80666 ____________________________________________________________________________
80667 [  7184] By: jhi                                   on 2000/10/10  12:01:32
80668         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
80669      Branch: perl
80670            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
80671 ____________________________________________________________________________
80672 [  7183] By: jhi                                   on 2000/10/09  23:47:15
80673         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
80674              From: Peter Prymmer <pvhp@forte.com>
80675              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
80676              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
80677      Branch: perl
80678            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
80679 ____________________________________________________________________________
80680 [  7182] By: jhi                                   on 2000/10/09  23:43:16
80681         Log: Make eq work again with utf8 (disabling the upgrading
80682              should no more be necessary since the copies of the
80683              scalars are upgraded, not the scalars themselves).
80684              Takes care of ID 20001009.001.  (The claimed length()
80685              bug in 20001009.001 seems bogus to me.)
80686      Branch: perl
80687            ! sv.c t/pragma/utf8.t
80688 ____________________________________________________________________________
80689 [  7181] By: gsar                                  on 2000/10/09  19:41:54
80690         Log: tweak for change#7173
80691      Branch: perl
80692            ! win32/win32sck.c
80693 ____________________________________________________________________________
80694 [  7180] By: gsar                                  on 2000/10/09  19:26:56
80695         Log: on Windows, clean targets might not work under some flavors of the shell
80696      Branch: perl
80697            ! win32/Makefile win32/makefile.mk
80698 ____________________________________________________________________________
80699 [  7179] By: jhi                                   on 2000/10/09  19:21:02
80700         Log: Update Changes.
80701      Branch: perl
80702            ! Changes patchlevel.h
80703 ____________________________________________________________________________
80704 [  7178] By: jhi                                   on 2000/10/09  19:18:23
80705         Log: Warn about unknown scripts.
80706              
80707              Subject: Re: ideas? patches? [PATCH bleadperl]
80708              From: Dominic Dunlop <domo@computer.org>
80709              Date: Mon, 9 Oct 2000 14:57:17 +0200
80710              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
80711      Branch: perl
80712            ! lib/charnames.pm
80713 ____________________________________________________________________________
80714 [  7177] By: jhi                                   on 2000/10/09  19:13:27
80715         Log: Change #7160 had a nasty typo.
80716      Branch: metaconfig
80717            ! U/compline/Compile.U
80718      Branch: perl
80719            ! Configure config_h.SH
80720 ____________________________________________________________________________
80721 [  7176] By: gsar                                  on 2000/10/09  18:59:33
80722         Log: pod nit
80723      Branch: perl
80724            ! pod/perlport.pod
80725 ____________________________________________________________________________
80726 [  7175] By: gsar                                  on 2000/10/09  18:54:28
80727         Log: Windows9x doesn't support link(), despite what Config.pm
80728              might think
80729      Branch: perl
80730            ! lib/ExtUtils/Manifest.pm
80731 ____________________________________________________________________________
80732 [  7174] By: gsar                                  on 2000/10/09  18:50:03
80733         Log: avoid nonportable example code
80734      Branch: perl
80735            ! lib/File/Copy.pm
80736 ____________________________________________________________________________
80737 [  7173] By: gsar                                  on 2000/10/09  18:46:54
80738         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
80739              being used) when closing a socket handle
80740      Branch: perl
80741            ! win32/win32.c win32/win32.h win32/win32sck.c
80742 ____________________________________________________________________________
80743 [  7172] By: gsar                                  on 2000/10/09  18:41:40
80744         Log: on Windows, cwd strings in the environment should be of the
80745              form =X:=X:\foo instead of =X=X:\foo\
80746      Branch: perl
80747            ! win32/vdir.h
80748 ____________________________________________________________________________
80749 [  7171] By: gsar                                  on 2000/10/09  18:30:09
80750         Log: on Windows, LoadLibrary() could load an extension DLL multiple
80751              times if forward slashes are used in the path
80752      Branch: perl
80753            ! win32/win32.c
80754 ____________________________________________________________________________
80755 [  7170] By: jhi                                   on 2000/10/09  17:53:59
80756         Log: Add a todo note about overloadable assertions.
80757      Branch: perl
80758            ! Todo-5.6
80759 ____________________________________________________________________________
80760 [  7169] By: jhi                                   on 2000/10/09  13:43:45
80761         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
80762              From: mjd@plover.com
80763              Date: 9 Oct 2000 00:24:44 -0000
80764              Message-ID: <20001009002444.10616.qmail@plover.com>
80765      Branch: perl
80766            ! pod/perldebguts.pod
80767 ____________________________________________________________________________
80768 [  7168] By: nick                                  on 2000/10/08  13:16:33
80769         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
80770              is not right thing to do on (e.g. x86). Network order is also "right" for
80771              X fonts.
80772      Branch: perl
80773            ! ext/Encode/Encode.pm
80774 ____________________________________________________________________________
80775 [  7167] By: nick                                  on 2000/10/08  12:54:42
80776         Log: Make "encodings" work post-install when Encode/*.enc files may not
80777              be in same directory as Encode.pm
80778      Branch: perl
80779            ! ext/Encode/Encode.pm
80780 ____________________________________________________________________________
80781 [  7166] By: nick                                  on 2000/10/08  11:51:26
80782         Log: Work round the fact that $hash->{$key} does not take into account
80783              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
80784              so that key is always in the "expected" encoding - i.e. same way we put
80785              it in the hash.
80786      Branch: perl
80787            ! ext/Encode/Encode.pm
80788 ____________________________________________________________________________
80789 [  7165] By: gsar                                  on 2000/10/08  04:15:29
80790         Log: save_re_context() could reset PL_curcop to freed memory, causing core
80791              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
80792      Branch: perl
80793            ! pp_ctl.c
80794 ____________________________________________________________________________
80795 [  7164] By: jhi                                   on 2000/10/06  20:51:48
80796         Log: UTF8ize split() so that the cloned substrings get the UTF8
80797              flag of the original scalar.  Problem reported by Simon Cozens.
80798      Branch: perl
80799            ! pp.c t/pragma/utf8.t
80800 ____________________________________________________________________________
80801 [  7163] By: nick                                  on 2000/10/06  20:48:34
80802         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
80803              got a false +ve and so did not reach code which would have un-FAKEd the SV.
80804      Branch: perl
80805            ! sv.c
80806 ____________________________________________________________________________
80807 [  7162] By: nick                                  on 2000/10/06  20:25:37
80808         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
80809              To fix  (sort {$a <=> $b} keys %hash) in particular but
80810              should cover a number of other as-yet-unknown cases as well.
80811      Branch: perl
80812            ! sv.c
80813 ____________________________________________________________________________
80814 [  7161] By: jhi                                   on 2000/10/06  19:56:18
80815         Log: Change the version number of Tie::Handle in the core to 4.0,
80816              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
80817              
80818              Subject: Note on Tie::Handle
80819              From: andreas.koenig@anima.de (Andreas J. Koenig)
80820              Date:      06 Oct 2000 21:48:58 +0200
80821              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
80822      Branch: perl
80823            ! lib/Tie/Handle.pm
80824 ____________________________________________________________________________
80825 [  7160] By: jhi                                   on 2000/10/06  18:20:35
80826         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
80827              as the first option of cc/ld because of ultrapicky compilers
80828              (e.g. OS/390 R2.5)
80829      Branch: metaconfig
80830            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
80831            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
80832            ! U/compline/orderlib.U U/modified/Cppsym.U
80833            ! U/modified/d_access.U
80834      Branch: metaconfig/U/perl
80835            ! Checkcc.U d_dlsymun.U gccvers.U
80836      Branch: perl
80837            ! Configure config_h.SH
80838 ____________________________________________________________________________
80839 [  7159] By: jhi                                   on 2000/10/06  13:56:39
80840         Log: Update Changes.
80841      Branch: perl
80842            ! Changes patchlevel.h
80843 ____________________________________________________________________________
80844 [  7158] By: jhi                                   on 2000/10/06  12:48:40
80845         Log: Eliminate $Is_VMS code from the test.
80846              
80847              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
80848              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80849              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
80850              Date:     Thu, 5 Oct 2000 07:46:33 EDT
80851      Branch: perl
80852            ! t/lib/b.t
80853 ____________________________________________________________________________
80854 [  7157] By: jhi                                   on 2000/10/06  12:47:13
80855         Log: Also the $ccflags is needed for the C compiler check.
80856              
80857              Subject: Configure (check for C-compiler)
80858              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80859              Date: Fri, 06 Oct 2000 08:47:15 +0200
80860              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
80861      Branch: metaconfig/U/perl
80862            ! Checkcc.U
80863      Branch: perl
80864            ! Configure config_h.SH
80865 ____________________________________________________________________________
80866 [  7156] By: jhi                                   on 2000/10/06  11:45:15
80867         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
80868      Branch: perl
80869            ! perl.c pp_ctl.c sv.h utf8.c
80870 ____________________________________________________________________________
80871 [  7155] By: jhi                                   on 2000/10/06  11:40:41
80872         Log: IO::Handle->syswrite() did not handle length omission
80873              like CORE::syswrite() does.
80874              
80875              Subject: [Fwd] IO::Handle, syswrite and arguments
80876              From: Graham Barr <gbarr@pobox.com>
80877              Date: Fri, 6 Oct 2000 10:22:05 +0100
80878              Message-ID: <20001006102205.U6312@pobox.com>
80879              
80880              The original patch from andrew@ugh.net.au.
80881      Branch: perl
80882            ! ext/IO/lib/IO/Handle.pm
80883 ____________________________________________________________________________
80884 [  7154] By: jhi                                   on 2000/10/06  01:42:15
80885         Log: Tweak #7153.
80886      Branch: perl
80887            ! utf8.h
80888 ____________________________________________________________________________
80889 [  7153] By: jhi                                   on 2000/10/06  00:39:55
80890         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
80891      Branch: perl
80892            ! utf8.h
80893 ____________________________________________________________________________
80894 [  7152] By: jhi                                   on 2000/10/06  00:38:11
80895         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
80896      Branch: perl
80897            ! perl.c pp_ctl.c sv.h utf8.c
80898 ____________________________________________________________________________
80899 [  7151] By: jhi                                   on 2000/10/06  00:36:38
80900         Log: Subject: Re: Questions about Tie::Array and perl modules
80901              From: Nick Ing-Simmons <nik@tiuk.ti.com>
80902              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
80903              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
80904              
80905              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
80906      Branch: perl
80907            ! lib/Tie/Array.pm t/op/array.t
80908 ____________________________________________________________________________
80909 [  7150] By: jhi                                   on 2000/10/05  00:20:45
80910         Log: Regen Changes.
80911      Branch: perl
80912            ! Changes patchlevel.h
80913 ____________________________________________________________________________
80914 [  7149] By: jhi                                   on 2000/10/05  00:20:01
80915         Log: Regen toc.
80916      Branch: perl
80917            ! pod/perltoc.pod
80918 ____________________________________________________________________________
80919 [  7148] By: jhi                                   on 2000/10/04  23:35:08
80920         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
80921              reported several times by Dominic Dunlop, for example in
80922              ID 20000315.008.  Patch from Dominic.  Patch affects at
80923              least MachTen, and possibly other oldish BSDs. Should not
80924              break non-broken platforms (tested on LinuxPPC). 
80925      Branch: perl
80926            ! doio.c
80927 ____________________________________________________________________________
80928 [  7147] By: jhi                                   on 2000/10/04  23:26:34
80929         Log: The one that got away from 7146.
80930      Branch: metaconfig
80931            + U/installdirs/installscripts.U
80932 ____________________________________________________________________________
80933 [  7146] By: jhi                                   on 2000/10/04  23:25:04
80934         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
80935              suggested by H. Merijn Brand.
80936      Branch: perl
80937            ! Configure INSTALL Makefile.SH Porting/Glossary
80938            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
80939            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
80940            ! win32/config.vc
80941 ____________________________________________________________________________
80942 [  7145] By: jhi                                   on 2000/10/04  22:08:21
80943         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
80944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80945              Date: Wed, 4 Oct 2000 17:37:46 -0400
80946              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
80947      Branch: perl
80948            ! utils/h2xs.PL
80949 ____________________________________________________________________________
80950 [  7144] By: jhi                                   on 2000/10/04  18:11:41
80951         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
80952              From: Jeff Pinyan <jeffp@crusoe.net>
80953              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
80954              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
80955      Branch: perl
80956            ! pod/perlrun.pod
80957 ____________________________________________________________________________
80958 [  7143] By: jhi                                   on 2000/10/04  18:09:58
80959         Log: Subject: perlhack.pod Patch for Externals Tools
80960              From: Fisher Mark <fisherm@tce.com>
80961              Date: Tue, 3 Oct 2000 15:43:27 -0500 
80962              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
80963      Branch: perl
80964            ! pod/perlhack.pod
80965 ____________________________________________________________________________
80966 [  7142] By: jhi                                   on 2000/10/04  18:08:41
80967         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
80968              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
80969              Date:     Wed, 4 Oct 2000 12:11:11 EDT
80970              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
80971      Branch: perl
80972            ! vms/vms.c
80973 ____________________________________________________________________________
80974 [  7141] By: jhi                                   on 2000/10/04  12:20:16
80975         Log: Subject: [PATCH 5.7.0] h2xs not working
80976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80977              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
80978              Date: Tue, 3 Oct 2000 21:43:01 -0400
80979              
80980              Subject: [PATCH 5.7.0] h2xs not documenting the created module
80981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80982              Date: Tue, 3 Oct 2000 22:55:19 -0400
80983              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
80984      Branch: perl
80985            ! utils/h2xs.PL
80986 ____________________________________________________________________________
80987 [  7140] By: jhi                                   on 2000/10/04  11:53:44
80988         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
80989              From: nick@babyhippo.com
80990              Date: Wed, 4 Oct 2000 12:06:45 +0100
80991              Message-Id: <20001004120645.A7356@babyhippo.com>
80992              
80993              Retract 7118 and 7135.
80994      Branch: perl
80995            ! installman installperl op.c t/pragma/subs.t
80996 ____________________________________________________________________________
80997 [  7139] By: jhi                                   on 2000/10/03  22:09:41
80998         Log: It is possible to have no hosts database at all.  Pointed out in
80999              
81000              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
81001              From: Peter Prymmer <pvhp@forte.com>
81002              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
81003              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
81004      Branch: metaconfig
81005            ! U/modified/myhostname.U
81006      Branch: perl
81007            ! Configure config_h.SH
81008 ____________________________________________________________________________
81009 [  7138] By: jhi                                   on 2000/10/03  21:49:49
81010         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
81011              From: Peter Prymmer <pvhp@forte.com>
81012              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
81013              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
81014      Branch: perl
81015            ! pp_sys.c
81016 ____________________________________________________________________________
81017 [  7137] By: jhi                                   on 2000/10/03  20:10:05
81018         Log: One remaining nit less at the VMS mailbox sizing.
81019      Branch: perl
81020            ! vms/vms.c
81021 ____________________________________________________________________________
81022 [  7136] By: jhi                                   on 2000/10/03  20:08:47
81023         Log: Test harness update to sync with the new perlcc,
81024              from Simon Cozens.
81025      Branch: perl
81026            ! t/TEST t/UTEST
81027 ____________________________________________________________________________
81028 [  7135] By: jhi                                   on 2000/10/03  15:15:42
81029         Log: Subject: Re: PATCH for 20001003.004
81030              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
81031              From: "AARON B. DOSSETT" <aaron@iglou.com>
81032              Message-Id: <E13gTay-0006od-00@iglou.com>
81033      Branch: perl
81034            ! installman installperl
81035 ____________________________________________________________________________
81036 [  7134] By: jhi                                   on 2000/10/03  15:00:34
81037         Log: Subject: [ID 20001003.006] B::Debug not -w clean
81038              From: Nicholas Clark <nick@babyhippo.co.uk>
81039              Date: Tue, 03 Oct 2000 15:46:32 +0100
81040              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
81041      Branch: perl
81042            ! ext/B/B/Debug.pm
81043 ____________________________________________________________________________
81044 [  7133] By: jhi                                   on 2000/10/03  14:58:39
81045         Log: Scale down the VMS message boxes, by Charles Lane.
81046              Fix for ID 20000903.009, workaround at
81047              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
81048      Branch: perl
81049            ! vms/vms.c
81050 ____________________________________________________________________________
81051 [  7132] By: jhi                                   on 2000/10/03  11:20:37
81052         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
81053      Branch: perl
81054            + t/lib/st-lock.t t/lib/st-utf8.t
81055            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
81056            ! ext/Storable/Storable.xs t/lib/st-recurse.t
81057 ____________________________________________________________________________
81058 [  7131] By: jhi                                   on 2000/10/03  03:38:23
81059         Log: Encode nits.
81060      Branch: perl
81061            ! MANIFEST Makefile.SH
81062 ____________________________________________________________________________
81063 [  7130] By: jhi                                   on 2000/10/03  03:31:05
81064         Log: Update Changes.
81065      Branch: perl
81066            ! Changes patchlevel.h
81067 ____________________________________________________________________________
81068 [  7129] By: jhi                                   on 2000/10/03  02:24:02
81069         Log: Misplaced else.
81070      Branch: metaconfig/U/perl
81071            ! d_strtoll.U
81072      Branch: perl
81073            ! Configure config_h.SH
81074 ____________________________________________________________________________
81075 [  7128] By: jhi                                   on 2000/10/03  02:08:29
81076         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
81077              From: sthoenna@efn.org
81078              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
81079              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
81080      Branch: metaconfig/U/perl
81081            ! d_strtoll.U
81082      Branch: perl
81083            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
81084 ____________________________________________________________________________
81085 [  7127] By: jhi                                   on 2000/10/03  01:13:14
81086         Log: Update Changes.
81087      Branch: perl
81088            ! Changes patchlevel.h
81089 ____________________________________________________________________________
81090 [  7126] By: jhi                                   on 2000/10/03  00:57:08
81091         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
81092              as suggested by Olaf Flebbe and Nick Clark.
81093      Branch: perl
81094            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
81095 ____________________________________________________________________________
81096 [  7125] By: jhi                                   on 2000/10/03  00:50:56
81097         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
81098              From: Nick Clark <nick@plum.flirble.org>
81099              Date: Mon, 2 Oct 2000 11:03:24 +0100
81100              Message-Id: <20001002110324.D20073@plum.flirble.org>
81101              
81102              Also fixes bug ID 20001002.005.
81103      Branch: perl
81104            ! t/lib/encode.t
81105 ____________________________________________________________________________
81106 [  7124] By: jhi                                   on 2000/10/03  00:34:59
81107         Log: Subject: [PATCH 5.7.0] Epoc update
81108              From: Olaf Flebbe <o.flebbe@gmx.de>
81109              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
81110              Message-ID: <26423.969484586@www10.gmx.net>
81111      Branch: perl
81112            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
81113            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
81114            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
81115            ! util.c util.h
81116 ____________________________________________________________________________
81117 [  7123] By: jhi                                   on 2000/10/03  00:30:07
81118         Log: Regen headers.
81119      Branch: perl
81120            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
81121 ____________________________________________________________________________
81122 [  7122] By: jhi                                   on 2000/10/03  00:10:48
81123         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
81124      Branch: perl
81125            ! hints/openbsd.sh
81126 ____________________________________________________________________________
81127 [  7121] By: jhi                                   on 2000/10/03  00:05:06
81128         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
81129              From: <abigail@foad.org>
81130              Date: Tue, 26 Sep 2000 13:36:14 -0400
81131              Message-ID: <20000926173614.4356.qmail@foad.org>
81132      Branch: perl
81133            ! pod/perlop.pod
81134 ____________________________________________________________________________
81135 [  7120] By: jhi                                   on 2000/10/03  00:04:00
81136         Log: Inside require() $^S was always left undefined.
81137              
81138              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
81139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81140              Date: Wed, 27 Sep 2000 18:54:49 -0400
81141              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
81142      Branch: perl
81143            ! cop.h mg.c pp_ctl.c util.c
81144 ____________________________________________________________________________
81145 [  7119] By: jhi                                   on 2000/10/03  00:00:16
81146         Log: Subject: [PATCH] DLL not restartabke with threaded perl
81147              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
81148              Date: Thu, 28 Sep 2000 09:20:46 +0100
81149              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
81150      Branch: perl
81151            ! perl.c
81152 ____________________________________________________________________________
81153 [  7118] By: jhi                                   on 2000/10/02  23:59:20
81154         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
81155              From: Nicholas Clark <nick@ccl4.org>
81156              Date: Thu, 28 Sep 2000 11:52:24 +0100
81157              Message-ID: <20000928115224.D7924@plum.flirble.org>
81158      Branch: perl
81159            ! op.c
81160 ____________________________________________________________________________
81161 [  7117] By: jhi                                   on 2000/10/02  23:57:51
81162         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
81163              From: Nicholas Clark <nick@babyhippo.co.uk>
81164              Date: Thu, 28 Sep 2000 12:18:10 +0100
81165              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
81166              
81167              Did not apply cleanly, manual intervention was needed.
81168      Branch: perl
81169            ! ext/B/B/Bytecode.pm utils/perlcc.PL
81170 ____________________________________________________________________________
81171 [  7116] By: jhi                                   on 2000/10/02  23:50:40
81172         Log: Document the issue (is not a syntax error, kind of)
81173              
81174              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
81175              From: Nicholas Clark <nick@ccl4.org>
81176              Date: Thu, 28 Sep 2000 17:12:42 +0100
81177              Message-ID: <20000928171242.K7924@plum.flirble.org>
81178      Branch: perl
81179            ! pod/perldata.pod
81180 ____________________________________________________________________________
81181 [  7115] By: jhi                                   on 2000/10/02  23:48:58
81182         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
81183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81184              Date: Thu, 28 Sep 2000 21:55:31 -0400
81185              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
81186      Branch: perl
81187            ! regexec.c
81188 ____________________________________________________________________________
81189 [  7114] By: jhi                                   on 2000/10/02  23:47:57
81190         Log: Subject: DOC PATCH 5.6.0
81191              From: mjd@plover.com
81192              Date: 30 Sep 2000 06:02:34 -0000
81193              Message-ID: <20000930060234.4559.qmail@plover.com>
81194      Branch: perl
81195            ! pod/perldebguts.pod
81196 ____________________________________________________________________________
81197 [  7113] By: jhi                                   on 2000/10/02  23:46:43
81198         Log: SOCK_DGRAM and listen() do not mix as reported in
81199              
81200              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
81201              From: Petter Reinholdtsen <pere@hungry.com>
81202              Date: Sun, 1 Oct 2000 10:57:20 +0800
81203              Message-Id: <200010010257.KAA05735@localhost.localdomain>
81204              
81205              The patch for 5.7.0+ had to be reengineered, though.
81206      Branch: perl
81207            ! ext/IO/lib/IO/Socket/UNIX.pm
81208 ____________________________________________________________________________
81209 [  7112] By: jhi                                   on 2000/10/02  23:36:57
81210         Log: Subject: Re: [PATCH 5.005_64 missed]
81211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81212              Date: Sun, 1 Oct 2000 18:50:10 -0400
81213              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
81214      Branch: perl
81215            ! pod/perlxs.pod
81216 ____________________________________________________________________________
81217 [  7111] By: jhi                                   on 2000/10/02  23:35:40
81218         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
81219              From: Radu Greab <radu@netsoft.ro>
81220              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
81221              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
81222      Branch: perl
81223            ! op.c opcode.pl t/op/substr.t
81224 ____________________________________________________________________________
81225 [  7110] By: jhi                                   on 2000/10/02  23:32:38
81226         Log: Subject: [PATCH] Fix aliasing of tied filehandles
81227              From: Daniel Chetlin <daniel@chetlin.com>
81228              Date: Mon, 2 Oct 2000 14:53:27 -0700
81229              Message-ID: <20001002145327.C1617@ilmd>
81230      Branch: perl
81231            ! perl.h pp_hot.c t/op/tiehandle.t
81232 ____________________________________________________________________________
81233 [  7109] By: jhi                                   on 2000/10/02  23:31:30
81234         Log: s/Robin Parker/Robin Barker/
81235      Branch: perl
81236            ! Changes5.6
81237 ____________________________________________________________________________
81238 [  7108] By: jhi                                   on 2000/10/02  23:15:46
81239         Log: Retract #7091 as suggested in
81240              
81241              From: Robin Barker <rmb1@cise.npl.co.uk> 
81242              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
81243              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
81244              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
81245      Branch: perl
81246            ! embed.pl proto.h
81247 ____________________________________________________________________________
81248 [  7107] By: nick                                  on 2000/10/02  18:23:14
81249         Log: A few tweaks to get Tk803 to work with Encode scheme.
81250      Branch: perl
81251            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
81252 ____________________________________________________________________________
81253 [  7106] By: nick                                  on 2000/10/01  21:34:14
81254         Log: Add checking cases to Encode's toUnicode and fromUnicode.
81255      Branch: perl
81256            ! ext/Encode/Encode.pm
81257 ____________________________________________________________________________
81258 [  7105] By: nick                                  on 2000/10/01  17:18:01
81259         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
81260              To read and use them.
81261              Add a lib/encode.t which checks a few things.
81262      Branch: perl
81263            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
81264            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
81265            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
81266            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
81267            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
81268            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
81269            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
81270            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
81271            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
81272            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
81273            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
81274            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
81275            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
81276            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
81277            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
81278            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
81279            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
81280            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
81281            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
81282            + ext/Encode/Encode/iso2022-jp.enc
81283            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
81284            + ext/Encode/Encode/iso8859-1.enc
81285            + ext/Encode/Encode/iso8859-2.enc
81286            + ext/Encode/Encode/iso8859-3.enc
81287            + ext/Encode/Encode/iso8859-4.enc
81288            + ext/Encode/Encode/iso8859-5.enc
81289            + ext/Encode/Encode/iso8859-6.enc
81290            + ext/Encode/Encode/iso8859-7.enc
81291            + ext/Encode/Encode/iso8859-8.enc
81292            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
81293            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
81294            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
81295            + ext/Encode/Encode/macCentEuro.enc
81296            + ext/Encode/Encode/macCroatian.enc
81297            + ext/Encode/Encode/macCyrillic.enc
81298            + ext/Encode/Encode/macDingbats.enc
81299            + ext/Encode/Encode/macGreek.enc
81300            + ext/Encode/Encode/macIceland.enc
81301            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
81302            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
81303            + ext/Encode/Encode/macTurkish.enc
81304            + ext/Encode/Encode/macUkraine.enc
81305            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
81306            + t/lib/encode.t
81307            ! MANIFEST ext/Encode/Encode.pm
81308 ____________________________________________________________________________
81309 [  7104] By: nick                                  on 2000/09/30  13:04:30
81310         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
81311              From: Daniel Chetlin <daniel@chetlin.com>
81312              Date: Mon, 18 Sep 2000 05:05:40 -0700
81313              Message-Id: <20000918050540.C652@ilmd>
81314      Branch: perl
81315            ! lib/overload.pm sv.c t/pragma/overload.t
81316 ____________________________________________________________________________
81317 [  7103] By: nick                                  on 2000/09/30  12:53:36
81318         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
81319              From: Johan Vromans <jvromans@squirrel.nl>
81320              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
81321              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
81322      Branch: perl
81323            ! pod/Makefile.SH
81324 ____________________________________________________________________________
81325 [  7102] By: nick                                  on 2000/09/30  12:52:31
81326         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
81327              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81328              Date: Sat, 16 Sep 2000 16:36:45 -0400
81329              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
81330      Branch: perl
81331            ! ext/B/B/Deparse.pm
81332 ____________________________________________________________________________
81333 [  7101] By: nick                                  on 2000/09/30  12:51:41
81334         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
81335              From: Craig A. Berry <craig.berry@psinetcs.com>
81336              Date: Sat, 16 Sep 2000 10:11:10 -0500
81337              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
81338      Branch: perl
81339            ! vms/vms.c
81340 ____________________________________________________________________________
81341 [  7100] By: nick                                  on 2000/09/30  12:50:33
81342         Log: Subject: Re: unicode support and perl [ID 20000901.097]
81343              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81344              Date: Fri, 15 Sep 2000 16:37:58 -0400
81345              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
81346      Branch: perl
81347            ! t/op/append.t
81348 ____________________________________________________________________________
81349 [  7099] By: nick                                  on 2000/09/30  12:49:35
81350         Log: Subject: Re: unicode support and perl [ID 20000901.097]
81351              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81352              Date: Fri, 15 Sep 2000 16:25:30 -0400
81353              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
81354      Branch: perl
81355            ! pp_hot.c
81356 ____________________________________________________________________________
81357 [  7098] By: nick                                  on 2000/09/30  12:48:00
81358         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
81359              From: Gisle Aas <gisle@ActiveState.com>
81360              Date: 15 Sep 2000 16:23:41 +0200
81361              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
81362      Branch: perl
81363            ! toke.c
81364 ____________________________________________________________________________
81365 [  7097] By: nick                                  on 2000/09/30  12:45:16
81366         Log: Subject: [PATCH] Nits in perlmod.pod
81367              From: Daniel Chetlin <daniel@chetlin.com>
81368              Date: Fri, 15 Sep 2000 02:04:09 -0700
81369              Message-Id: <20000915020409.A2104@ilmd>
81370      Branch: perl
81371            ! pod/perlmod.pod
81372 ____________________________________________________________________________
81373 [  7096] By: nick                                  on 2000/09/30  12:18:00
81374         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
81375              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
81376              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
81377              0 to checking to get the warning.
81378      Branch: perl
81379            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
81380            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
81381            ! regexec.c sv.c toke.c utf8.c
81382 ____________________________________________________________________________
81383 [  7095] By: nick                                  on 2000/09/15  16:55:59
81384         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
81385              
81386              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
81387              From: Spider Boardman <spider@Orb.Nashua.NH.US>
81388              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
81389              Date: Fri, 15 Sep 2000 06:37:30 -0400
81390      Branch: perl
81391            ! ext/Encode/Encode.xs sv.c
81392 ____________________________________________________________________________
81393 [  7094] By: jhi                                   on 2000/09/15  03:23:32
81394         Log: Update Changes.
81395      Branch: perl
81396            ! Changes patchlevel.h
81397 ____________________________________________________________________________
81398 [  7093] By: jhi                                   on 2000/09/15  03:11:44
81399         Log: Fix for the charnames.t failures from Spider Boardman.
81400      Branch: perl
81401            ! toke.c
81402 ____________________________________________________________________________
81403 [  7092] By: jhi                                   on 2000/09/15  00:15:48
81404         Log: Botched the #7090 check-in.
81405      Branch: perl
81406            ! sv.c
81407 ____________________________________________________________________________
81408 [  7091] By: jhi                                   on 2000/09/14  23:33:24
81409         Log: Part of #7081 didn't come through.
81410      Branch: perl
81411            ! embed.pl proto.h
81412 ____________________________________________________________________________
81413 [  7090] By: jhi                                   on 2000/09/14  23:17:39
81414         Log: Subject: Re: perl@7078 
81415              From: Spider Boardman <spider@web.zk3.dec.com>
81416              Date: Thu, 14 Sep 2000 19:06:36 -0400
81417              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
81418      Branch: perl
81419            ! sv.c toke.c
81420 ____________________________________________________________________________
81421 [  7089] By: jhi                                   on 2000/09/14  23:11:21
81422         Log: Small portability tweaks.
81423      Branch: perl
81424            ! ext/Encode/Encode.xs
81425 ____________________________________________________________________________
81426 [  7088] By: jhi                                   on 2000/09/14  22:57:23
81427         Log: Fake return to pacify picky compilers.
81428      Branch: perl
81429            ! ext/Encode/Encode.xs
81430 ____________________________________________________________________________
81431 [  7087] By: jhi                                   on 2000/09/14  22:53:37
81432         Log: Subject: [PATCH] utf8.c apidoc
81433              From: Simon Cozens <simon@cozens.net>
81434              Date: Thu, 14 Sep 2000 23:46:57 +0100
81435              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
81436      Branch: perl
81437            ! perlapi.c pod/perlapi.pod utf8.c
81438 ____________________________________________________________________________
81439 [  7086] By: jhi                                   on 2000/09/14  22:40:38
81440         Log: We don't need to count the high bit bytes, a boolean is enough. 
81441      Branch: perl
81442            ! sv.c
81443 ____________________________________________________________________________
81444 [  7085] By: jhi                                   on 2000/09/14  21:20:09
81445         Log: Replace #7084 with
81446              
81447              Subject: Re: perl@7078 
81448              From: Spider Boardman <spider@web.zk3.dec.com>
81449              Date: Thu, 14 Sep 2000 17:09:36 -0400
81450              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
81451      Branch: perl
81452            ! sv.c utf8.c
81453 ____________________________________________________________________________
81454 [  7084] By: jhi                                   on 2000/09/14  20:03:34
81455         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
81456              convertible to bytes by checking it doesn't go above 0xc3
81457              
81458              Subject: Re: perl@7078
81459              From: Simon Cozens <simon@cozens.net>
81460              Date: Thu, 14 Sep 2000 20:59:19 +0100
81461              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
81462      Branch: perl
81463            ! utf8.c
81464 ____________________________________________________________________________
81465 [  7083] By: jhi                                   on 2000/09/14  19:38:47
81466         Log: Subject: Re: perl@7078
81467              From: Simon Cozens <simon@cozens.net>
81468              Date: Thu, 14 Sep 2000 20:13:09 +0100
81469              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
81470      Branch: perl
81471            ! t/op/bop.t
81472 ____________________________________________________________________________
81473 [  7082] By: jhi                                   on 2000/09/14  17:50:44
81474         Log: The one that got away.
81475      Branch: perl
81476            ! lib/File/Find.pm
81477 ____________________________________________________________________________
81478 [  7081] By: jhi                                   on 2000/09/14  17:45:35
81479         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
81480              From: Robin Barker <rmb1@cise.npl.co.uk>
81481              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
81482              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
81483      Branch: perl
81484            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
81485            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
81486            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
81487            ! regcomp.c toke.c universal.c
81488 ____________________________________________________________________________
81489 [  7080] By: jhi                                   on 2000/09/14  17:40:35
81490         Log: Problems picked up by AIX cc.
81491              
81492              Subject: Re: perl@7078 (patch included)
81493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81494              Date: Thu, 14 Sep 2000 18:53:30 +0200
81495              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
81496      Branch: perl
81497            ! ext/Encode/Encode.xs
81498 ____________________________________________________________________________
81499 [  7079] By: jhi                                   on 2000/09/14  17:38:27
81500         Log: Subject: File::Find 5.7.0 POD nits
81501              From: Rich Morin <rdm@cfcl.com>
81502              Date: Wed, 13 Sep 2000 22:03:58 -0700
81503              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
81504      Branch: perl
81505            ! lib/File/Find.pm
81506 ____________________________________________________________________________
81507 [  7078] By: jhi                                   on 2000/09/14  14:58:20
81508         Log: Update Changes.
81509      Branch: perl
81510            ! Changes patchlevel.h
81511 ____________________________________________________________________________
81512 [  7077] By: jhi                                   on 2000/09/14  14:55:54
81513         Log: Compilation warnings and an error.
81514      Branch: perl
81515            ! sv.c
81516 ____________________________________________________________________________
81517 [  7076] By: jhi                                   on 2000/09/14  14:42:56
81518         Log: Fix for a parsing bug, not for the original bug.
81519              
81520              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
81521              From: Spider Boardman <spider@web.zk3.dec.com>
81522              Date: Wed, 13 Sep 2000 17:52:20 -0400
81523              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
81524      Branch: perl
81525            ! regcomp.c
81526 ____________________________________________________________________________
81527 [  7075] By: jhi                                   on 2000/09/14  14:40:40
81528         Log: Batch of UTF-8 patches from Simon Cozens.
81529      Branch: perl
81530            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
81531            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
81532            ! toke.c utf8.c
81533 ____________________________________________________________________________
81534 [  7074] By: jhi                                   on 2000/09/14  14:29:58
81535         Log: Subject: Re: Two advertising clauses need to be removed
81536              From: Russ Allbery <rra@stanford.edu>
81537              Date: 13 Sep 2000 18:50:26 -0700
81538              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
81539      Branch: perl
81540            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
81541 ____________________________________________________________________________
81542 [  7073] By: jhi                                   on 2000/09/14  14:28:20
81543         Log: Subject: [PATCH] de-wall t/README
81544              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81545              Date: Wed, 13 Sep 2000 17:46:55 -0700
81546              Message-ID: <//Bw5gzkge/e092yn@efn.org>
81547      Branch: perl
81548            ! t/README
81549 ____________________________________________________________________________
81550 [  7072] By: jhi                                   on 2000/09/14  14:25:10
81551         Log: Hints optimization.
81552              
81553              Subject: Minor nit
81554              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81555              Date: Wed, 13 Sep 2000 21:42:07 +0200
81556              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
81557      Branch: perl
81558            ! hints/hpux.sh
81559 ____________________________________________________________________________
81560 [  7071] By: jhi                                   on 2000/09/14  14:23:30
81561         Log: Allow chop() and chomp() to be overridden.
81562              
81563              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
81564              From: "Casey R. Tweten" <crt@kiski.net>
81565              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
81566              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
81567      Branch: perl
81568            ! toke.c
81569 ____________________________________________________________________________
81570 [  7070] By: jhi                                   on 2000/09/14  14:20:36
81571         Log: The return value of setlocale must be copied away.
81572              
81573              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
81574              From: Alan Burlison <Alan.Burlison@uk.sun.com>
81575              Date: Wed, 13 Sep 2000 16:27:37 +0100 
81576              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
81577      Branch: perl
81578            ! util.c
81579 ____________________________________________________________________________
81580 [  7069] By: jhi                                   on 2000/09/14  14:16:27
81581         Log: Remove vestiges of tr//CU.
81582              
81583              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
81584              From: Nick Clark <nick@plum.flirble.org>
81585              Date: Tue, 12 Sep 2000 22:50:14 +0100
81586              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
81587              
81588              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
81589              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81590              Date: Tue, 12 Sep 2000 21:38:48 -0700
81591              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
81592      Branch: perl
81593            ! op.h pod/perlunicode.pod
81594 ____________________________________________________________________________
81595 [  7068] By: jhi                                   on 2000/09/13  14:18:39
81596         Log: Add the Encode extension.  The code is still largely just skeleton.
81597      Branch: perl
81598            + ext/Encode/Encode.pm ext/Encode/Encode.xs
81599            + ext/Encode/Makefile.PL ext/Encode/Todo
81600            ! MANIFEST Todo-5.6
81601 ____________________________________________________________________________
81602 [  7067] By: jhi                                   on 2000/09/12  17:43:33
81603         Log: Allow for whitespace between "#" and "line" in cpp output.
81604              
81605              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
81606              From: Calle Dybedahl <calle@lysator.liu.se>
81607              Date: 12 Sep 2000 19:38:02 +0200 
81608              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
81609      Branch: perl
81610            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
81611 ____________________________________________________________________________
81612 [  7066] By: gsar                                  on 2000/09/12  17:24:29
81613         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
81614              initialization in all the threads on Windows
81615      Branch: perl
81616            ! win32/win32.c
81617 ____________________________________________________________________________
81618 [  7065] By: jhi                                   on 2000/09/12  15:11:31
81619         Log: Update Changes.
81620      Branch: perl
81621            ! Changes patchlevel.h
81622 ____________________________________________________________________________
81623 [  7064] By: jhi                                   on 2000/09/12  14:54:54
81624         Log: Retract #7062, the pod tests are not ready.
81625      Branch: perl
81626            ! t/TEST t/harness
81627 ____________________________________________________________________________
81628 [  7063] By: jhi                                   on 2000/09/12  14:25:41
81629         Log: The #7054 truncated Configure badly.
81630      Branch: metaconfig/U/perl
81631            ! End.U
81632      Branch: perl
81633            ! Configure config_h.SH
81634 ____________________________________________________________________________
81635 [  7062] By: jhi                                   on 2000/09/12  14:08:32
81636         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
81637              From: sthoenna@efn.org
81638              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
81639              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
81640      Branch: perl
81641            ! t/TEST t/harness
81642 ____________________________________________________________________________
81643 [  7061] By: jhi                                   on 2000/09/12  14:07:18
81644         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
81645              From: sthoenna@efn.org
81646              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
81647              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
81648      Branch: perl
81649            ! pod/perlxs.pod
81650 ____________________________________________________________________________
81651 [  7060] By: jhi                                   on 2000/09/12  14:06:08
81652         Log: Break up the myconfig lines a bit.
81653              
81654              Subject: perlbug/perl -V output format
81655              From: sthoenna@efn.org
81656              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
81657              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
81658      Branch: perl
81659            ! myconfig.SH
81660 ____________________________________________________________________________
81661 [  7059] By: jhi                                   on 2000/09/12  14:05:04
81662         Log: Test for the #7049.
81663              
81664              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
81665              From: andreas.koenig@anima.de (Andreas J. Koenig)
81666              Date: 12 Sep 2000 06:42:01 +0200
81667              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
81668      Branch: perl
81669            ! t/op/my.t
81670 ____________________________________________________________________________
81671 [  7058] By: jhi                                   on 2000/09/12  14:03:05
81672         Log: Subject: [patch: perl@7045] vms updates
81673              From: Peter Prymmer <pvhp@forte.com>
81674              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
81675              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
81676      Branch: perl
81677            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
81678 ____________________________________________________________________________
81679 [  7057] By: jhi                                   on 2000/09/12  14:00:51
81680         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
81681              From: sthoenna@efn.org
81682              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
81683              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
81684      Branch: perl
81685            ! t/op/64bitint.t
81686 ____________________________________________________________________________
81687 [  7056] By: jhi                                   on 2000/09/12  13:58:14
81688         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
81689              From: Jeff Pinyan <jeffp@crusoe.net>
81690              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
81691              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
81692      Branch: perl
81693            ! pod/perlfunc.pod
81694 ____________________________________________________________________________
81695 [  7055] By: jhi                                   on 2000/09/12  13:56:32
81696         Log: Do in VMS as the #7054 does.
81697      Branch: perl
81698            ! configure.com
81699 ____________________________________________________________________________
81700 [  7054] By: jhi                                   on 2000/09/12  13:50:31
81701         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
81702              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81703              Date: Mon, 11 Sep 2000 08:33:09 +0100
81704              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
81705      Branch: metaconfig/U/perl
81706            ! End.U
81707      Branch: perl
81708            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
81709            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
81710 ____________________________________________________________________________
81711 [  7053] By: jhi                                   on 2000/09/12  13:29:19
81712         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
81713              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81714              Date:     Tue, 12 Sep 2000 08:35:59 EDT
81715              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
81716      Branch: perl
81717            ! vms/test.com
81718 ____________________________________________________________________________
81719 [  7052] By: jhi                                   on 2000/09/11  23:01:50
81720         Log: Document the SvUTF8*().
81721      Branch: perl
81722            ! pod/perlapi.pod sv.h
81723 ____________________________________________________________________________
81724 [  7051] By: gsar                                  on 2000/09/11  14:46:30
81725         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
81726              (missed a spot when fixing up op_pmreplroot hack for ithreads)
81727      Branch: perl
81728            ! op.c t/op/split.t
81729 ____________________________________________________________________________
81730 [  7050] By: nick                                  on 2000/09/11  10:03:51
81731         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
81732              
81733              Subject: borland C++ win32.c tweak
81734              From: Vadim Konovalov <vkonovalov@lucent.com>
81735              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
81736              Date: Mon, 11 Sep 2000 11:22:33 +0400
81737      Branch: perl
81738            ! win32/win32.c
81739 ____________________________________________________________________________
81740 [  7049] By: nick                                  on 2000/09/11  09:57:33
81741         Log: Point fix for s/// on foreach (keys %xxx).
81742      Branch: perl
81743            ! pp_hot.c
81744 ____________________________________________________________________________
81745 [  7048] By: jhi                                   on 2000/09/10  23:37:09
81746         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
81747              by Pod::Text, from Brad Appleton.
81748      Branch: perl
81749            ! t/pod/testp2pt.pl
81750 ____________________________________________________________________________
81751 [  7047] By: jhi                                   on 2000/09/10  14:32:53
81752         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
81753              by Russ Allbery.
81754      Branch: perl
81755            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
81756 ____________________________________________________________________________
81757 [  7046] By: jhi                                   on 2000/09/10  14:15:08
81758         Log: Upgrade to CPAN 1.57_65, from Andreas König.
81759      Branch: perl
81760            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81761 ____________________________________________________________________________
81762 [  7045] By: jhi                                   on 2000/09/08  21:36:32
81763         Log: Update Changes.
81764      Branch: perl
81765            ! Changes patchlevel.h
81766 ____________________________________________________________________________
81767 [  7044] By: jhi                                   on 2000/09/08  21:29:56
81768         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
81769              From: Peter Prymmer <pvhp@forte.com>
81770              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
81771              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
81772      Branch: perl
81773            ! configure.com
81774 ____________________________________________________________________________
81775 [  7043] By: jhi                                   on 2000/09/08  21:27:50
81776         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
81777              From: Peter Prymmer <pvhp@forte.com>
81778              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
81779              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
81780      Branch: perl
81781            ! Makefile.SH installperl
81782 ____________________________________________________________________________
81783 [  7042] By: jhi                                   on 2000/09/08  21:23:21
81784         Log: Continue #7041.
81785      Branch: perl
81786            ! cygwin/Makefile.SHs os2/Makefile.SHs
81787 ____________________________________________________________________________
81788 [  7041] By: jhi                                   on 2000/09/08  21:18:10
81789         Log: Do away with memory models cruft.  Sorry, PDP users.
81790      Branch: metaconfig
81791            ! U/modified/cc.U U/modified/libpth.U
81792      Branch: perl
81793            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
81794            ! Porting/config_H cflags.SH config_h.SH configure.com
81795            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
81796            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
81797            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
81798 ____________________________________________________________________________
81799 [  7040] By: jhi                                   on 2000/09/08  14:34:18
81800         Log: Major rewrite of s2p.  And I mean really major, it is
81801              an implementation of sed in perl.  If called as s2p it
81802              will function as s2p.  Note: needs non-UNIXifying.
81803              
81804              Subject: s2p
81805              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
81806              Date: Mon, 28 Aug 2000 14:05:12 +0200
81807              Message-ID: <39AA5578.2102E2AA@alcatel.at>
81808      Branch: perl
81809            ! x2p/s2p.PL
81810 ____________________________________________________________________________
81811 [  7039] By: jhi                                   on 2000/09/08  14:19:49
81812         Log: Re-allow vec() for characters > 255.
81813              
81814              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
81815              From: Spider Boardman <spider@web.zk3.dec.com>
81816              Date: Fri, 08 Sep 2000 02:21:02 -0400
81817              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
81818      Branch: perl
81819            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
81820            ! t/op/vec.t
81821 ____________________________________________________________________________
81822 [  7038] By: jhi                                   on 2000/09/08  14:14:18
81823         Log: Subject: [PATCH lib/Benchmark.pm]
81824              From: <abigail@foad.org>
81825              Date: Thu, 7 Sep 2000 15:03:20 -0400
81826              Message-ID: <20000907190320.888.qmail@foad.org>
81827      Branch: perl
81828            ! lib/Benchmark.pm
81829 ____________________________________________________________________________
81830 [  7037] By: jhi                                   on 2000/09/08  14:11:06
81831         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
81832              
81833              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
81834              From: Spider Boardman <spider@web.zk3.dec.com>
81835              Date: Fri, 08 Sep 2000 01:30:27 -0400
81836              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
81837      Branch: perl
81838            ! op.c
81839 ____________________________________________________________________________
81840 [  7036] By: jhi                                   on 2000/09/08  14:08:58
81841         Log: Subject: [ID 20000908.002] perlipc documentation bug.
81842              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
81843              Date: Fri, 08 Sep 2000 12:38:32 +0200
81844              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
81845      Branch: perl
81846            ! pod/perlipc.pod
81847 ____________________________________________________________________________
81848 [  7035] By: jhi                                   on 2000/09/08  14:03:12
81849         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
81850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81851              Date: Fri, 08 Sep 2000 11:47:34 +0200
81852              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
81853      Branch: perl
81854            ! hints/dec_osf.sh
81855 ____________________________________________________________________________
81856 [  7034] By: jhi                                   on 2000/09/08  13:59:35
81857         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
81858              From: Simon Cozens <simon@cozens.net>
81859              Date: Thu, 7 Sep 2000 20:40:38 +0100
81860              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
81861      Branch: perl
81862            ! pp_hot.c
81863 ____________________________________________________________________________
81864 [  7033] By: jhi                                   on 2000/09/08  04:03:03
81865         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
81866              From: "Larry W. Virden" <lvirden@cas.org>
81867              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
81868              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
81869      Branch: perl
81870            ! pod/perldiag.pod
81871 ____________________________________________________________________________
81872 [  7032] By: jhi                                   on 2000/09/07  22:18:30
81873         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
81874              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
81875              Date: Mon, 04 Sep 2000 13:16:38 -0700
81876              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
81877      Branch: perl
81878            ! lib/perl5db.pl
81879 ____________________________________________________________________________
81880 [  7031] By: jhi                                   on 2000/09/07  22:02:29
81881         Log: Fix the ccversion detection for 5.1 and beyond.
81882              
81883              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
81884              From: Spider Boardman <spider@leggy.zk3.dec.com>
81885              Date: Thu, 7 Sep 2000 17:54:27 -0400
81886              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
81887      Branch: perl
81888            ! hints/dec_osf.sh
81889 ____________________________________________________________________________
81890 [  7030] By: jhi                                   on 2000/09/07  19:12:28
81891         Log: Fix for
81892              
81893              Subject: [ID 20000903.001] \w in utf8-strings
81894              From: Marc Lehmann <pcg@goof.com>
81895              Date: Sun, 03 Sep 2000 09:44:29 +0200
81896              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
81897              
81898              and various related nits.
81899      Branch: perl
81900            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
81901 ____________________________________________________________________________
81902 [  7029] By: jhi                                   on 2000/09/07  18:49:09
81903         Log: Fix the URL, but the server is still missing in action.
81904              
81905              Subject: [ID 20000905.002] perlfaq1.pod URL error
81906              From: "Larry W. Virden" <lvirden@cas.org>
81907              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
81908              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
81909      Branch: perl
81910            ! pod/perlfaq1.pod
81911 ____________________________________________________________________________
81912 [  7028] By: jhi                                   on 2000/09/07  18:47:13
81913         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
81914              From: Hugo <hv@crypt.compulink.co.uk>
81915              Date: Tue, 05 Sep 2000 14:13:37 +0100
81916              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
81917      Branch: perl
81918            ! toke.c
81919 ____________________________________________________________________________
81920 [  7027] By: jhi                                   on 2000/09/07  18:45:35
81921         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
81922              From: Daniel Chetlin <daniel@chetlin.com>
81923              Date: Tue, 5 Sep 2000 04:57:07 -0700
81924              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
81925      Branch: perl
81926            ! pod/perlfaq6.pod pod/perlop.pod
81927 ____________________________________________________________________________
81928 [  7026] By: jhi                                   on 2000/09/07  18:44:01
81929         Log: Document the new ref() semantics.
81930              
81931              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
81932              From: Gisle Aas <gisle@ActiveState.com>
81933              Date: 05 Sep 2000 08:10:30 +0200
81934              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
81935      Branch: perl
81936            ! pod/perldelta.pod
81937 ____________________________________________________________________________
81938 [  7025] By: jhi                                   on 2000/09/07  18:42:27
81939         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
81940              
81941              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
81942              From: Gisle Aas <gisle@ActiveState.com>
81943              Date: 05 Sep 2000 08:11:40 +0200
81944              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
81945      Branch: perl
81946            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
81947 ____________________________________________________________________________
81948 [  7024] By: jhi                                   on 2000/09/07  18:39:32
81949         Log: Subject: [PATCH] Modernize Opcode.pm documentation
81950              From: Gisle Aas <gisle@ActiveState.com>
81951              Date: 4 Sep 2000 00:18:55 -0000
81952              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
81953      Branch: perl
81954            ! ext/Opcode/Opcode.pm
81955 ____________________________________________________________________________
81956 [  7023] By: jhi                                   on 2000/09/07  18:37:42
81957         Log: Subject: [PATCH] Tied filehandle documentation
81958              From: Gisle Aas <gisle@ActiveState.com>
81959              Date: 4 Sep 2000 00:14:40 -0000
81960              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
81961      Branch: perl
81962            ! pod/perlfunc.pod pod/perltie.pod
81963 ____________________________________________________________________________
81964 [  7022] By: jhi                                   on 2000/09/07  18:35:37
81965         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
81966              From: Gisle Aas <gisle@ActiveState.com>
81967              Date: 4 Sep 2000 00:04:22 -0000
81968              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
81969      Branch: perl
81970            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
81971 ____________________________________________________________________________
81972 [  7021] By: jhi                                   on 2000/09/07  18:33:22
81973         Log: Subject: small apidoc fix
81974              From: Marc Lehmann <pcg@goof.com>
81975              Date: Sun, 3 Sep 2000 05:12:06 +0200
81976              Message-ID: <20000903051206.A5909@cerebro.laendle>
81977      Branch: perl
81978            ! pod/perlapi.pod utf8.c
81979 ____________________________________________________________________________
81980 [  7020] By: jhi                                   on 2000/09/07  16:14:57
81981         Log: Tiny perldelta nits.
81982      Branch: perl
81983            ! pod/perldelta.pod
81984 ____________________________________________________________________________
81985 [  7019] By: jhi                                   on 2000/09/07  16:04:20
81986         Log: Guard against bad string->int conversion for quads.
81987      Branch: perl
81988            ! t/op/64bitint.t
81989 ____________________________________________________________________________
81990 [  7018] By: jhi                                   on 2000/09/06  17:07:03
81991         Log: Update Unicode todo list.
81992      Branch: perl
81993            ! Todo-5.6
81994 ____________________________________________________________________________
81995 [  7017] By: jhi                                   on 2000/09/05  21:16:01
81996         Log: Document the SvIOK_.*UV().
81997      Branch: perl
81998            ! pod/perlapi.pod sv.h
81999 ____________________________________________________________________________
82000 [  7016] By: nick                                  on 2000/09/03  21:54:46
82001         Log: Hash lookup of constant strings optimization:
82002              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
82003              to string table (as per sharepvn). Add newSV_pvn_share to create such
82004              a thing. Make hv.c compare addresses of strings and skip string compare
82005              if equal. Make method_named and helem ops use these shared-string SVs
82006              when arg is constant. Make keys op return shared-string SVs (less clearly
82007              a win).
82008      Branch: perl
82009            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
82010            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
82011            ! pod/perlintern.pod pp_hot.c proto.h sv.c
82012 ____________________________________________________________________________
82013 [  7015] By: jhi                                   on 2000/09/02  17:48:59
82014         Log: This is 5.7.0.
82015      Branch: perl
82016            ! Changes
82017 ____________________________________________________________________________
82018 [  7014] By: jhi                                   on 2000/09/02  17:35:45
82019         Log: Changes and patchlevel tweaks.
82020      Branch: perl
82021            ! Changes patchlevel.h
82022 ____________________________________________________________________________
82023 [  7013] By: jhi                                   on 2000/09/02  17:30:50
82024         Log: Update Changes.
82025      Branch: perl
82026            ! Changes patchlevel.h
82027 ____________________________________________________________________________
82028 [  7012] By: nick                                  on 2000/09/02  17:25:20
82029         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
82030      Branch: perl
82031            ! gv.c lib/overload.pm
82032 ____________________________________________________________________________
82033 [  7011] By: jhi                                   on 2000/09/02  17:16:25
82034         Log: Update perlhist.
82035      Branch: perl
82036            ! pod/perlhist.pod
82037 ____________________________________________________________________________
82038 [  7010] By: jhi                                   on 2000/09/02  17:01:35
82039         Log: perldelta nits.
82040      Branch: perl
82041            ! pod/perldelta.pod
82042 ____________________________________________________________________________
82043 [  7009] By: nick                                  on 2000/09/02  16:48:35
82044         Log: If overloaded %{} etc. return the object do not loop.
82045              Thus  sub deref { $_[0] } functions if object is wanted type.
82046      Branch: perl
82047            ! pp.h
82048 ____________________________________________________________________________
82049 [  7008] By: jhi                                   on 2000/09/02  16:26:11
82050         Log: Retab MANIFEST.
82051      Branch: perl
82052            ! ext/Storable/MANIFEST
82053 ____________________________________________________________________________
82054 [  7007] By: jhi                                   on 2000/09/02  16:23:02
82055         Log: Make certain cc is set before trying to run it.
82056      Branch: perl
82057            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
82058 ____________________________________________________________________________
82059 [  7006] By: jhi                                   on 2000/09/02  15:45:41
82060         Log: Unicode notes.
82061      Branch: perl
82062            ! pod/perldelta.pod
82063 ____________________________________________________________________________
82064 [  7005] By: jhi                                   on 2000/09/02  15:42:11
82065         Log: Various Configure nits by Philip Newton,
82066              plus the ebcdic one by me.
82067      Branch: metaconfig
82068            + U/modified/pager.U
82069            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
82070      Branch: metaconfig/U/perl
82071            ! Devel.U quadfio.U
82072      Branch: perl
82073            ! Configure config_h.SH
82074 ____________________________________________________________________________
82075 [  7004] By: jhi                                   on 2000/09/02  15:06:14
82076         Log: Apparently avoiding the swapping is too costly.
82077              
82078              From: "Ben Tilly" <ben_tilly@hotmail.com>
82079              Subject: Re: the door is closed.
82080              Date: Fri, 01 Sep 2000 20:23:16 EDT
82081              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
82082      Branch: perl
82083            ! pod/perlfaq4.pod
82084 ____________________________________________________________________________
82085 [  7003] By: nick                                  on 2000/09/02  12:26:04
82086         Log: Undo part of change 6489 which looks like a bulk edit which
82087              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
82088              The supressing of main:: on return from select() is undesirable.
82089      Branch: perl
82090            ! pp_sys.c
82091 ____________________________________________________________________________
82092 [  7002] By: jhi                                   on 2000/09/01  23:08:54
82093         Log: Update Changes.
82094      Branch: perl
82095            ! Changes patchlevel.h
82096 ____________________________________________________________________________
82097 [  7001] By: jhi                                   on 2000/09/01  23:00:13
82098         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
82099              From: Peter Prymmer <pvhp@forte.com>
82100              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
82101              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
82102              
82103              plus rework the http: spots as suggested by Tom Christiansen,
82104              plus regen perltoc.
82105      Branch: perl
82106            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
82107            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
82108 ____________________________________________________________________________
82109 [  7000] By: jhi                                   on 2000/09/01  22:36:01
82110         Log: Only the first line, thank you very much.
82111      Branch: perl
82112            ! hints/solaris_2.sh
82113 ____________________________________________________________________________
82114 [  6999] By: gsar                                  on 2000/09/01  22:16:40
82115         Log: change#6791 accidentally clobbered change#6710, put it back
82116      Branch: perl
82117            ! win32/win32.c
82118 ____________________________________________________________________________
82119 [  6998] By: jhi                                   on 2000/09/01  22:14:16
82120         Log: Mention the HP-UX LP64 freak failure.
82121      Branch: perl
82122            ! pod/perldelta.pod
82123 ____________________________________________________________________________
82124 [  6997] By: jhi                                   on 2000/09/01  21:48:32
82125         Log: Detypo.
82126      Branch: perl
82127            ! hints/hpux.sh
82128 ____________________________________________________________________________
82129 [  6996] By: jhi                                   on 2000/09/01  21:27:10
82130         Log: Update Changes.
82131      Branch: perl
82132            ! Changes patchlevel.h
82133 ____________________________________________________________________________
82134 [  6995] By: jhi                                   on 2000/09/01  21:14:24
82135         Log: Mi splgn s gnin.g
82136      Branch: perl
82137            ! pp_ctl.c
82138 ____________________________________________________________________________
82139 [  6994] By: jhi                                   on 2000/09/01  21:09:54
82140         Log: Subject: http:// in L<>
82141              From: Nicholas Clark <nick@ccl4.org>
82142              Date: Fri, 1 Sep 2000 22:03:21 +0100
82143              Message-ID: <20000901220321.B72074@plum.flirble.org>
82144      Branch: perl
82145            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
82146 ____________________________________________________________________________
82147 [  6993] By: jhi                                   on 2000/09/01  21:06:54
82148         Log: Update to Storable 1.0, from Raphael Manfredi.
82149      Branch: perl
82150            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
82151            ! ext/Storable/Makefile.PL ext/Storable/README
82152            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
82153            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
82154            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
82155            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
82156            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
82157            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
82158 ____________________________________________________________________________
82159 [  6992] By: jhi                                   on 2000/09/01  20:43:05
82160         Log: Mention known sfio+linux buglet.
82161      Branch: perl
82162            ! pod/perldelta.pod
82163 ____________________________________________________________________________
82164 [  6991] By: jhi                                   on 2000/09/01  20:40:11
82165         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
82166              From: Peter Prymmer <pvhp@forte.com>
82167              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
82168              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
82169      Branch: perl
82170            ! vms/vms.c
82171 ____________________________________________________________________________
82172 [  6990] By: jhi                                   on 2000/09/01  20:25:26
82173         Log: Retract #6986.
82174      Branch: perl
82175            ! hints/solaris_2.sh
82176 ____________________________________________________________________________
82177 [  6989] By: jhi                                   on 2000/09/01  20:23:00
82178         Log: Mergesort is back.
82179      Branch: perl
82180            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
82181 ____________________________________________________________________________
82182 [  6988] By: jhi                                   on 2000/09/01  19:37:40
82183         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
82184              From: Mike Guy <mjtg@cam.ac.uk>
82185              Date: Fri, 01 Sep 2000 17:43:33 +0100
82186              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
82187      Branch: perl
82188            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
82189            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
82190 ____________________________________________________________________________
82191 [  6987] By: jhi                                   on 2000/09/01  19:17:10
82192         Log: Regen perltoc.
82193      Branch: perl
82194            ! pod/perltoc.pod
82195 ____________________________________________________________________________
82196 [  6986] By: jhi                                   on 2000/09/01  18:51:10
82197         Log: Subject: Re: Solaris x86 has no SPARC libraries!
82198              From: Lupe Christoph <lupe@lupe-christoph.de>
82199              Date: Fri, 1 Sep 2000 20:41:20 +0200
82200              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
82201      Branch: perl
82202            ! hints/solaris_2.sh
82203 ____________________________________________________________________________
82204 [  6985] By: jhi                                   on 2000/09/01  18:28:10
82205         Log: Update Changes.
82206      Branch: perl
82207            ! Changes patchlevel.h
82208 ____________________________________________________________________________
82209 [  6984] By: jhi                                   on 2000/09/01  18:26:53
82210         Log: Feature ordering tweak.
82211      Branch: perl
82212            ! myconfig.SH
82213 ____________________________________________________________________________
82214 [  6983] By: jhi                                   on 2000/09/01  18:19:50
82215         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
82216              From: <abigail@foad.org>
82217              Date: Fri, 1 Sep 2000 13:07:32 -0400
82218              Message-ID: <20000901170732.18249.qmail@foad.org>
82219      Branch: perl
82220            ! t/pragma/overload.t
82221 ____________________________________________________________________________
82222 [  6982] By: jhi                                   on 2000/09/01  18:17:54
82223         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
82224              so that case-ignoring systems like DCL can tell them from
82225              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
82226      Branch: metaconfig/U/perl
82227            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
82228      Branch: perl
82229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82230            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
82231            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
82232            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
82233            ! vos/config.def vos/config.h vos/config_h.SH_orig
82234            ! win32/config.bc win32/config.gc win32/config.vc
82235 ____________________________________________________________________________
82236 [  6981] By: nick                                  on 2000/09/01  17:21:57
82237         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
82238              warning when UNTIE exists and instead pass the count of extra references to
82239              the UNTIE method.
82240      Branch: perl
82241            ! pod/perltie.pod pp_sys.c
82242 ____________________________________________________________________________
82243 [  6980] By: jhi                                   on 2000/09/01  16:54:44
82244         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
82245              From: Peter Prymmer <pvhp@forte.com>
82246              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
82247              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
82248      Branch: perl
82249            ! configure.com
82250 ____________________________________________________________________________
82251 [  6979] By: jhi                                   on 2000/09/01  16:06:20
82252         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
82253              From: Mike Guy <mjtg@cam.ac.uk> 
82254              Date: Fri, 01 Sep 2000 16:49:27 +0100
82255              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
82256      Branch: perl
82257            ! t/base/rs.t
82258 ____________________________________________________________________________
82259 [  6978] By: jhi                                   on 2000/09/01  16:00:42
82260         Log: Update to PodParser 1.18, from Brad Appleton.
82261      Branch: perl
82262            ! lib/Pod/Checker.pm t/pod/find.t
82263 ____________________________________________________________________________
82264 [  6977] By: jhi                                   on 2000/09/01  14:48:58
82265         Log: Subject: Nit in Configure (bleadperl@6961)
82266              From: Lupe Christoph <lupe@lupe-christoph.de>
82267              Date: Fri, 1 Sep 2000 16:34:29 +0200
82268              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
82269      Branch: metaconfig
82270            ! U/compline/ccflags.U
82271      Branch: perl
82272            ! Configure config_h.SH
82273 ____________________________________________________________________________
82274 [  6976] By: jhi                                   on 2000/09/01  14:39:52
82275         Log: Update Changes.
82276      Branch: perl
82277            ! Changes patchlevel.h
82278 ____________________________________________________________________________
82279 [  6975] By: jhi                                   on 2000/09/01  14:37:36
82280         Log: microperl config update.
82281      Branch: perl
82282            ! uconfig.h uconfig.sh
82283 ____________________________________________________________________________
82284 [  6974] By: jhi                                   on 2000/09/01  14:36:53
82285         Log: Document known deficiencies.
82286      Branch: perl
82287            ! pod/perldelta.pod
82288 ____________________________________________________________________________
82289 [  6973] By: jhi                                   on 2000/09/01  14:10:20
82290         Log: Mention warnings fixes and updates.
82291      Branch: perl
82292            ! pod/perldelta.pod
82293 ____________________________________________________________________________
82294 [  6972] By: jhi                                   on 2000/09/01  14:01:52
82295         Log: Drop unused argument.
82296              
82297              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
82298              From: Spider Boardman <spider@web.zk3.dec.com>
82299              Date: Thu, 31 Aug 2000 16:10:15 -0400
82300              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
82301      Branch: perl
82302            ! toke.c
82303 ____________________________________________________________________________
82304 [  6971] By: jhi                                   on 2000/09/01  13:59:24
82305         Log: Add the overload warnings to perldiag.
82306      Branch: perl
82307            ! lib/overload.pm pod/perldiag.pod
82308 ____________________________________________________________________________
82309 [  6970] By: jhi                                   on 2000/09/01  13:55:10
82310         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
82311              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82312              Date: Fri, 1 Sep 2000 13:43:15 +0100 
82313              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
82314      Branch: perl
82315            ! lib/overload.pm t/pragma/overload.t
82316 ____________________________________________________________________________
82317 [  6969] By: jhi                                   on 2000/09/01  13:52:27
82318         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
82319              From: <abigail@foad.org>
82320              Date: Fri, 1 Sep 2000 05:46:54 -0400
82321              Message-ID: <20000901094654.6476.qmail@foad.org>
82322      Branch: perl
82323            ! lib/overload.pm
82324 ____________________________________________________________________________
82325 [  6968] By: jhi                                   on 2000/09/01  13:50:05
82326         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
82327              From: Daniel Chetlin <daniel@chetlin.com>
82328              Date: Fri, 1 Sep 2000 02:10:55 -0700
82329              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
82330      Branch: perl
82331            ! pod/perlretut.pod
82332 ____________________________________________________________________________
82333 [  6967] By: jhi                                   on 2000/09/01  13:47:54
82334         Log: Part of the solution.
82335              
82336              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
82337              From: Mike Guy <mjtg@cam.ac.uk>
82338              Date: Fri, 01 Sep 2000 14:16:01 +0100
82339              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
82340      Branch: perl
82341            ! gv.c mg.c
82342 ____________________________________________________________________________
82343 [  6966] By: jhi                                   on 2000/09/01  13:46:17
82344         Log: Subject: CPAN.pm beta 1.57_57 for the core
82345              From: andreas.koenig@anima.de (Andreas J. Koenig)
82346              Date: 01 Sep 2000 15:16:31 +0200
82347              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
82348      Branch: perl
82349            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
82350 ____________________________________________________________________________
82351 [  6965] By: jhi                                   on 2000/09/01  13:43:18
82352         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
82353              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82354              Date: Fri, 01 Sep 2000 01:47:22 -0500
82355              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
82356      Branch: perl
82357            ! pod/perldelta.pod vms/vms.c
82358 ____________________________________________________________________________
82359 [  6964] By: jhi                                   on 2000/09/01  13:35:35
82360         Log: File::Temp patches from Andreas König,
82361              
82362              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
82363              From: andreas.koenig@anima.de (Andreas J. Koenig)
82364              Date: 01 Sep 2000 10:07:20 +0200
82365              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
82366              
82367              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
82368              From: andreas.koenig@anima.de (Andreas J. Koenig)
82369              Date: 31 Aug 2000 23:26:08 +0200
82370              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
82371      Branch: perl
82372            ! lib/File/Temp.pm t/lib/ftmp-security.t
82373 ____________________________________________________________________________
82374 [  6963] By: jhi                                   on 2000/09/01  02:22:24
82375         Log: Retract the mergesort code, way too incompatible licensing
82376              and copyrights.
82377      Branch: perl
82378            ! pod/perldelta.pod pp_ctl.c
82379 ____________________________________________________________________________
82380 [  6962] By: jhi                                   on 2000/08/31  23:27:32
82381         Log: Update Changes.
82382      Branch: perl
82383            ! Changes patchlevel.h
82384 ____________________________________________________________________________
82385 [  6961] By: jhi                                   on 2000/08/31  23:20:04
82386         Log: Small tweaks all over.
82387      Branch: metaconfig
82388            ! U/compline/d_gconvert.U
82389      Branch: perl
82390            ! AUTHORS Configure config_h.SH pp_ctl.c
82391 ____________________________________________________________________________
82392 [  6960] By: jhi                                   on 2000/08/31  22:39:36
82393         Log: Further rewording.
82394      Branch: perl
82395            ! pp_ctl.c
82396 ____________________________________________________________________________
82397 [  6959] By: jhi                                   on 2000/08/31  21:26:44
82398         Log: More address tweaking.
82399      Branch: perl
82400            ! AUTHORS Changes
82401 ____________________________________________________________________________
82402 [  6958] By: jhi                                   on 2000/08/31  20:47:25
82403         Log: AUTHORS tweaks, from Peter Prymmer.
82404              
82405              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
82406              From: Peter Prymmer <pvhp@forte.com>
82407              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
82408              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
82409      Branch: perl
82410            ! AUTHORS MAINTAIN
82411 ____________________________________________________________________________
82412 [  6957] By: jhi                                   on 2000/08/31  20:34:43
82413         Log: perldelta tweaks.
82414      Branch: perl
82415            ! pod/perldelta.pod
82416 ____________________________________________________________________________
82417 [  6956] By: jhi                                   on 2000/08/31  19:11:06
82418         Log: Regen perltoc.
82419      Branch: perl
82420            ! pod/perltoc.pod
82421 ____________________________________________________________________________
82422 [  6955] By: jhi                                   on 2000/08/31  19:06:30
82423         Log: Clarify the mergesort situation.
82424      Branch: perl
82425            ! pp_ctl.c
82426 ____________________________________________________________________________
82427 [  6954] By: jhi                                   on 2000/08/31  18:24:17
82428         Log: Move the Solaris 7 scan to use64bitall, make the
82429              failure to find 64-bot sparc libc to mention the
82430              possibility of being in an intel, from Lupe and Alan.
82431      Branch: perl
82432            ! hints/solaris_2.sh
82433 ____________________________________________________________________________
82434 [  6953] By: jhi                                   on 2000/08/31  18:09:20
82435         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
82436              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
82437      Branch: metaconfig
82438            ! U/compline/d_gconvert.U U/threads/archname.U
82439      Branch: metaconfig/U/perl
82440            ! perlxv.U
82441      Branch: perl
82442            ! Configure config_h.SH sv.c
82443 ____________________________________________________________________________
82444 [  6952] By: jhi                                   on 2000/08/31  17:42:24
82445         Log: :: not allowed in pathnames, change to .
82446              
82447              Subject: [PATCH perl@6938] cygwin port
82448              From: "Fifer, Eric" <EFifer@sanwaint.com>
82449              Date: Thu, 31 Aug 2000 16:32:59 +0100
82450              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
82451      Branch: metaconfig/U/perl
82452            ! perlxv.U
82453 ____________________________________________________________________________
82454 [  6951] By: jhi                                   on 2000/08/31  17:02:05
82455         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
82456      Branch: perl
82457            ! perl.h
82458 ____________________________________________________________________________
82459 [  6950] By: jhi                                   on 2000/08/31  16:26:08
82460         Log: More author updates.
82461              
82462              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
82463              From: Simon Cozens <simon@cozens.net>
82464              Date: Thu, 31 Aug 2000 17:13:32 +0100
82465              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
82466      Branch: perl
82467            ! AUTHORS
82468 ____________________________________________________________________________
82469 [  6949] By: jhi                                   on 2000/08/31  16:04:49
82470         Log: POSIX doesn't report long double values under -Duselongdouble
82471              when the long doubles are "real" (bigger than doubles).
82472              
82473              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
82474              From: Spider Boardman <spider@peano.zk3.dec.com>
82475              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
82476              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
82477      Branch: perl
82478            ! ext/POSIX/POSIX.xs
82479 ____________________________________________________________________________
82480 [  6948] By: jhi                                   on 2000/08/31  15:25:10
82481         Log: Update Changes.
82482      Branch: perl
82483            ! Changes patchlevel.h
82484 ____________________________________________________________________________
82485 [  6947] By: jhi                                   on 2000/08/31  15:22:29
82486         Log: Document UNTIE in a very minimalistic way.
82487      Branch: perl
82488            ! pod/perlfunc.pod pod/perltie.pod
82489 ____________________________________________________________________________
82490 [  6946] By: jhi                                   on 2000/08/31  15:15:23
82491         Log: Document known failures.
82492      Branch: perl
82493            ! pod/perldelta.pod
82494 ____________________________________________________________________________
82495 [  6945] By: jhi                                   on 2000/08/31  15:07:00
82496         Log: Don't attach -ld to the archname if pointless.
82497      Branch: metaconfig
82498            ! U/threads/archname.U
82499      Branch: perl
82500            ! Configure config_h.SH
82501 ____________________________________________________________________________
82502 [  6944] By: jhi                                   on 2000/08/31  14:37:42
82503         Log: Wrap the test in eval.
82504              
82505              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
82506              From: Tim Jenness <timj@jach.hawaii.edu>
82507              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
82508              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
82509      Branch: perl
82510            ! t/lib/ftmp-security.t
82511 ____________________________________________________________________________
82512 [  6943] By: jhi                                   on 2000/08/31  14:30:57
82513         Log: Make -Dusemorebits find long doubles in Solaris.
82514      Branch: perl
82515            ! hints/solaris_2.sh
82516 ____________________________________________________________________________
82517 [  6942] By: jhi                                   on 2000/08/31  13:48:45
82518         Log: Clarify the third case of ftmp-security warnings.
82519      Branch: perl
82520            ! INSTALL
82521 ____________________________________________________________________________
82522 [  6941] By: jhi                                   on 2000/08/31  13:40:31
82523         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
82524              From: <abigail@foad.org>
82525              Date: Thu, 31 Aug 2000 01:35:05 -0400
82526              Message-ID: <20000831053505.32120.qmail@foad.org>
82527      Branch: perl
82528            ! pod/perldelta.pod
82529 ____________________________________________________________________________
82530 [  6940] By: jhi                                   on 2000/08/31  13:38:48
82531         Log: Issue useful diagnostic on unknown pod commands.
82532              
82533              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
82534              From: <abigail@foad.org>
82535              Date: Thu, 31 Aug 2000 03:41:18 -0400
82536              Message-ID: <20000831074118.24880.qmail@foad.org>
82537      Branch: perl
82538            ! lib/Pod/Man.pm
82539 ____________________________________________________________________________
82540 [  6939] By: jhi                                   on 2000/08/31  13:34:33
82541         Log: Reveal Borland's isnan.
82542              
82543              Subject: build with BC++ tweak
82544              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
82545              Date: Thu, 31 Aug 2000 13:09:37 +0400
82546              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
82547      Branch: perl
82548            ! win32/win32.h
82549 ____________________________________________________________________________
82550 [  6938] By: jhi                                   on 2000/08/31  05:01:20
82551         Log: Update Changes.
82552      Branch: perl
82553            ! Changes patchlevel.h
82554 ____________________________________________________________________________
82555 [  6937] By: jhi                                   on 2000/08/31  04:26:23
82556         Log: sscanf() may be the only way to read long doubles from strings.
82557      Branch: metaconfig/U/perl
82558            ! longdblfio.U
82559      Branch: perl
82560            ! Configure config_h.SH perl.h util.c
82561 ____________________________________________________________________________
82562 [  6936] By: jhi                                   on 2000/08/31  04:18:19
82563         Log: The #6929 was too skimpy.
82564      Branch: perl
82565            ! sv.c
82566 ____________________________________________________________________________
82567 [  6935] By: jhi                                   on 2000/08/31  02:47:07
82568         Log: Subject: Re: typos in pods
82569              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82570              Date: Wed, 30 Aug 2000 19:25:34 -0700
82571              Message-ID: <eIcr5gzkg25X092yn@efn.org>
82572      Branch: perl
82573            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
82574 ____________________________________________________________________________
82575 [  6934] By: jhi                                   on 2000/08/31  02:42:55
82576         Log: Missed one Unicode file.
82577      Branch: perl
82578            + lib/unicode/UCDFF301.html
82579 ____________________________________________________________________________
82580 [  6933] By: jhi                                   on 2000/08/30  23:42:27
82581         Log: Update Changes.
82582      Branch: perl
82583            ! Changes patchlevel.h
82584 ____________________________________________________________________________
82585 [  6932] By: jhi                                   on 2000/08/30  23:40:07
82586         Log: Mention UNTIE in perldelta.  Still needs documenting
82587              in perltie et alia.
82588      Branch: perl
82589            ! pod/perldelta.pod
82590 ____________________________________________________________________________
82591 [  6931] By: jhi                                   on 2000/08/30  23:36:02
82592         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
82593              From: <abigail@foad.org>
82594              Date: Wed, 30 Aug 2000 19:28:07 -0400
82595              Message-ID: <20000830232807.305.qmail@foad.org>
82596      Branch: perl
82597            ! pod/perldelta.pod
82598 ____________________________________________________________________________
82599 [  6930] By: jhi                                   on 2000/08/30  23:32:40
82600         Log: Update to Unicode 3.0.1.
82601      Branch: perl
82602            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
82603            + lib/unicode/PropList.txt lib/unicode/README.perl
82604            + lib/unicode/UCD301.html lib/unicode/Unicode.301
82605            - lib/unicode/Props.txt lib/unicode/UCD300.html
82606            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
82607            ! (edit 257 files)
82608 ____________________________________________________________________________
82609 [  6929] By: jhi                                   on 2000/08/30  22:38:18
82610         Log: Heap decorruption.
82611              
82612              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
82613              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82614              Date: Wed, 30 Aug 2000 22:39:52 +0100
82615              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
82616      Branch: perl
82617            ! sv.c
82618 ____________________________________________________________________________
82619 [  6928] By: jhi                                   on 2000/08/30  22:29:34
82620         Log: Retract the dummy test, skip the security tests (instead of failing),
82621              explain what the warnings mean.
82622      Branch: perl
82623            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
82624 ____________________________________________________________________________
82625 [  6927] By: jhi                                   on 2000/08/30  22:14:13
82626         Log: Change the internal implementation of sort() to be mergesort
82627              instead of quicksort, from John Linderman <jpl@research.att.com>.
82628              Gives us better worst case, better average case, and stability.
82629              What's there not to like?  (Small fixes for threaded builds
82630              were required).
82631      Branch: perl
82632            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
82633 ____________________________________________________________________________
82634 [  6926] By: jhi                                   on 2000/08/30  20:55:20
82635         Log: A better fix for the Socket building problem from Craig Berry.
82636      Branch: perl
82637            ! vms/vms.c
82638 ____________________________________________________________________________
82639 [  6925] By: jhi                                   on 2000/08/30  20:20:25
82640         Log: Subject: [PATCH] Re: UNTIE method 
82641              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82642              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
82643              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
82644      Branch: perl
82645            ! pp_sys.c t/op/tie.t
82646 ____________________________________________________________________________
82647 [  6924] By: jhi                                   on 2000/08/30  20:17:11
82648         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
82649              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82650              Date: Wed, 30 Aug 2000 15:03:14 -0500
82651              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
82652      Branch: perl
82653            ! vms/vms.c
82654 ____________________________________________________________________________
82655 [  6923] By: jhi                                   on 2000/08/30  20:15:18
82656         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
82657              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82658              Date: Wed, 30 Aug 2000 13:30:36 -0500
82659              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
82660      Branch: perl
82661            ! vms/vms.c
82662 ____________________________________________________________________________
82663 [  6922] By: jhi                                   on 2000/08/30  19:54:43
82664         Log: Better options for rsync.
82665      Branch: perl
82666            ! pod/perlhack.pod
82667 ____________________________________________________________________________
82668 [  6921] By: jhi                                   on 2000/08/30  19:40:16
82669         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
82670              From: Rick Delaney <rick@consumercontact.com>
82671              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
82672              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
82673      Branch: perl
82674            ! pod/perlfunc.pod
82675 ____________________________________________________________________________
82676 [  6920] By: jhi                                   on 2000/08/30  19:36:40
82677         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
82678              From: Peter Prymmer <pvhp@forte.com>
82679              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
82680              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
82681      Branch: perl
82682            ! configure.com
82683 ____________________________________________________________________________
82684 [  6919] By: jhi                                   on 2000/08/30  14:52:02
82685         Log: Update Changes.
82686      Branch: perl
82687            ! Changes patchlevel.h
82688 ____________________________________________________________________________
82689 [  6918] By: jhi                                   on 2000/08/30  14:48:34
82690         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
82691      Branch: perl
82692            ! lib/ExtUtils/typemap
82693 ____________________________________________________________________________
82694 [  6917] By: jhi                                   on 2000/08/30  14:46:34
82695         Log: Subject: typos in pods
82696              From: Nicholas Clark <nick@ccl4.org>
82697              Date: Wed, 30 Aug 2000 01:12:50 +0100
82698              Message-ID: <20000830011249.A61388@plum.flirble.org>
82699      Branch: perl
82700            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
82701            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
82702            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
82703            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
82704 ____________________________________________________________________________
82705 [  6916] By: jhi                                   on 2000/08/30  14:19:09
82706         Log: Document Storable problems on Crays.  (Will have
82707              to document all the other Storable problems, too.)
82708      Branch: perl
82709            ! pod/perldelta.pod
82710 ____________________________________________________________________________
82711 [  6915] By: jhi                                   on 2000/08/30  14:06:02
82712         Log: Subject: [PATCH] fix misc cast warnings
82713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82714              Date: Tue, 29 Aug 2000 23:16:14 -0700
82715              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
82716      Branch: perl
82717            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
82718            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
82719            ! os2/os2ish.h
82720 ____________________________________________________________________________
82721 [  6914] By: jhi                                   on 2000/08/30  14:03:45
82722         Log: Timestamp mismatch again.  Need to fix this dependence on
82723              config_h.SH timestamp, since it's the contents of config_h.SH
82724              that matter.
82725      Branch: perl
82726            ! uconfig.h uconfig.sh
82727 ____________________________________________________________________________
82728 [  6913] By: jhi                                   on 2000/08/30  13:54:06
82729         Log: Don't say "Perl 5.0 source kit".
82730      Branch: perl
82731            ! perl.c
82732 ____________________________________________________________________________
82733 [  6912] By: jhi                                   on 2000/08/30  13:51:24
82734         Log: Reset archname and archname64 always, forcing them be
82735              recomputed at each Configure run, make Configure and
82736              the hints files agree on the naming of largefiles variables.
82737      Branch: metaconfig
82738            ! U/threads/archname.U
82739      Branch: metaconfig/U/perl
82740            ! use64bits.U
82741      Branch: perl
82742            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
82743            ! hints/linux.sh hints/solaris_2.sh
82744 ____________________________________________________________________________
82745 [  6911] By: jhi                                   on 2000/08/30  13:30:13
82746         Log: Put back the slice accidentally removed by #6907.
82747      Branch: perl
82748            ! hints/solaris_2.sh
82749 ____________________________________________________________________________
82750 [  6910] By: jhi                                   on 2000/08/30  01:24:26
82751         Log: Be consistent: other Net::get* do export theirs.
82752              
82753              Subject: Re: Net::protoent does not export 'getproto'
82754              From: Yasushi Nakajima <sey@jkc.co.jp>
82755              Date: Wed, 30 Aug 2000 09:53:14 +0900
82756              Message-Id: <200008300051.DAA24700@taku.hut.fi>
82757      Branch: perl
82758            ! lib/Net/protoent.pm
82759 ____________________________________________________________________________
82760 [  6909] By: jhi                                   on 2000/08/30  01:17:25
82761         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
82762              From: Gurusamy Sarathy <gsar@ActiveState.com>
82763              Date: Tue, 29 Aug 2000 17:17:07 -0700
82764              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
82765      Branch: perl
82766            ! cop.h
82767 ____________________________________________________________________________
82768 [  6908] By: jhi                                   on 2000/08/30  00:58:05
82769         Log: Update Changes.
82770      Branch: perl
82771            ! Changes patchlevel.h
82772 ____________________________________________________________________________
82773 [  6907] By: jhi                                   on 2000/08/30  00:57:22
82774         Log: Introduce ccname to keep track of what compiler kind of we have.
82775      Branch: metaconfig/U/perl
82776            ! Checkcc.U gccvers.U
82777      Branch: perl
82778            ! Configure config_h.SH hints/solaris_2.sh
82779 ____________________________________________________________________________
82780 [  6906] By: jhi                                   on 2000/08/30  00:25:47
82781         Log: Put back the flags dump as reasoned in
82782              
82783              Subject: Re: [PATCH] Glob dumping
82784              From: Mike Guy <mjtg@cam.ac.uk> 
82785              Date: Tue, 29 Aug 2000 21:41:32 +0100
82786              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
82787      Branch: perl
82788            ! dump.c t/lib/peek.t
82789 ____________________________________________________________________________
82790 [  6905] By: jhi                                   on 2000/08/30  00:16:17
82791         Log: Make the epsilon to be relative, not absolute.
82792              
82793              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
82794              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
82795              Date: Tue, 29 Aug 2000 19:58:56 -0400
82796              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
82797      Branch: perl
82798            ! t/lib/trig.t
82799 ____________________________________________________________________________
82800 [  6904] By: jhi                                   on 2000/08/30  00:13:09
82801         Log: From now on, Gisle is on my list of usual suspects :-)
82802              Retract #6902.
82803      Branch: perl
82804            ! ext/Opcode/Safe.pm
82805 ____________________________________________________________________________
82806 [  6903] By: jhi                                   on 2000/08/29  23:51:20
82807         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
82808              From: "Craig A. Berry" <craig.berry@psinetcs.com>
82809              Date: Tue, 29 Aug 2000 18:43:26 -0500
82810              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
82811      Branch: perl
82812            + vms/vmspipe.com
82813            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
82814            ! vms/vms.c
82815 ____________________________________________________________________________
82816 [  6902] By: jhi                                   on 2000/08/29  23:44:14
82817         Log: Retry what #6882 attempted.
82818              
82819              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
82820              From: Gisle Aas <gisle@ActiveState.com>
82821              Date: 30 Aug 2000 00:33:09 +0200
82822              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
82823      Branch: perl
82824            ! ext/Opcode/Safe.pm
82825 ____________________________________________________________________________
82826 [  6901] By: jhi                                   on 2000/08/29  22:59:32
82827         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
82828              From: Hugo <hv@crypt.compulink.co.uk>
82829              Date: Mon, 12 Jun 2000 19:36:08 +0100
82830              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
82831      Branch: perl
82832            ! sv.c
82833 ____________________________________________________________________________
82834 [  6900] By: jhi                                   on 2000/08/29  22:58:35
82835         Log: Admit that we are leaking scalars.
82836              
82837              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
82838              From: Spider Boardman <spider@leggy.zk3.dec.com>
82839              Date: Tue, 29 Aug 2000 18:48:29 -0400
82840              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
82841      Branch: perl
82842            ! t/pragma/warnings.t
82843 ____________________________________________________________________________
82844 [  6899] By: jhi                                   on 2000/08/29  20:53:13
82845         Log: Update Changes.
82846      Branch: perl
82847            ! Changes patchlevel.h
82848 ____________________________________________________________________________
82849 [  6898] By: jhi                                   on 2000/08/29  20:46:21
82850         Log: Undo namespace pollution of #6878.
82851              
82852              Subject: Re: Net::protoent does not export 'getproto'
82853              From: Mike Guy <mjtg@cam.ac.uk>
82854              Date: Tue, 29 Aug 2000 21:32:37 +0100
82855              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
82856      Branch: perl
82857            ! lib/Net/protoent.pm
82858 ____________________________________________________________________________
82859 [  6897] By: jhi                                   on 2000/08/29  20:44:29
82860         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
82861              From: Peter Prymmer <pvhp@forte.com>
82862              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
82863              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
82864      Branch: perl
82865            ! pod/perlebcdic.pod
82866 ____________________________________________________________________________
82867 [  6896] By: jhi                                   on 2000/08/29  20:40:57
82868         Log: There's no point repeating the 'revision' (5) of perl5.
82869      Branch: metaconfig/U/perl
82870            ! Devel.U patchlevel.U
82871      Branch: perl
82872            ! Configure config_h.SH
82873 ____________________________________________________________________________
82874 [  6895] By: jhi                                   on 2000/08/29  20:16:58
82875         Log: Regen Configure for #6894.
82876      Branch: metaconfig/U/perl
82877            ! perladmin.U
82878      Branch: perl
82879            ! Configure config_h.SH
82880 ____________________________________________________________________________
82881 [  6894] By: jhi                                   on 2000/08/29  19:59:52
82882         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
82883              From: "Philip Newton" <Philip.Newton@gmx.net>
82884              Date: Tue, 29 Aug 2000 21:39:14 +0200
82885              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
82886      Branch: perl
82887            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
82888            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
82889            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
82890            ! utils/perlbug.PL
82891 ____________________________________________________________________________
82892 [  6893] By: jhi                                   on 2000/08/29  19:55:30
82893         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
82894              From: "Philip Newton" <Philip.Newton@gmx.net>
82895              Date: Tue, 29 Aug 2000 21:39:14 +0200
82896              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
82897      Branch: perl
82898            ! installhtml
82899 ____________________________________________________________________________
82900 [  6892] By: jhi                                   on 2000/08/29  19:53:59
82901         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
82902              From: "Philip Newton" <Philip.Newton@gmx.net>
82903              Date: Tue, 29 Aug 2000 21:48:18 +0200
82904              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
82905      Branch: perl
82906            ! lib/File/Temp.pm
82907 ____________________________________________________________________________
82908 [  6891] By: jhi                                   on 2000/08/29  18:30:03
82909         Log: Nail the ID 20000828.023.
82910      Branch: perl
82911            ! ext/Storable/Storable.xs
82912 ____________________________________________________________________________
82913 [  6890] By: jhi                                   on 2000/08/29  16:50:17
82914         Log: Under usethreads the dumped variable is IN_PAD.
82915              
82916              Subject: Re: [PATCH] Glob dumping
82917              From: Gisle Aas <gisle@ActiveState.com>
82918              Date: 29 Aug 2000 18:45:05 +0200
82919              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
82920      Branch: perl
82921            ! t/lib/peek.t
82922 ____________________________________________________________________________
82923 [  6889] By: jhi                                   on 2000/08/29  15:17:37
82924         Log: Update Changes.
82925      Branch: perl
82926            ! Changes patchlevel.h
82927 ____________________________________________________________________________
82928 [  6888] By: jhi                                   on 2000/08/29  14:49:59
82929         Log: Retract #6882, broke the safe tests.
82930      Branch: perl
82931            ! ext/Opcode/Safe.pm
82932 ____________________________________________________________________________
82933 [  6887] By: jhi                                   on 2000/08/29  14:47:06
82934         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
82935              From: Gisle Aas <gisle@ActiveState.com> 
82936              Date: 09 Jun 2000 20:00:11 +0200
82937              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
82938      Branch: perl
82939            ! utils/perldoc.PL
82940 ____________________________________________________________________________
82941 [  6886] By: jhi                                   on 2000/08/29  14:42:45
82942         Log: The #6881 removed one dump line.
82943      Branch: perl
82944            ! t/lib/peek.t
82945 ____________________________________________________________________________
82946 [  6885] By: jhi                                   on 2000/08/29  14:30:47
82947         Log: Don't forget to tidy up.
82948      Branch: perl
82949            ! t/lib/ftmp-security.t
82950 ____________________________________________________________________________
82951 [  6884] By: jhi                                   on 2000/08/29  14:25:17
82952         Log: Disabling the one test is a bit tricky.
82953      Branch: perl
82954            ! t/lib/ftmp-security.t
82955 ____________________________________________________________________________
82956 [  6883] By: jhi                                   on 2000/08/29  14:16:25
82957         Log: Disable one of the tests for now.
82958      Branch: perl
82959            ! t/lib/ftmp-security.t
82960 ____________________________________________________________________________
82961 [  6882] By: jhi                                   on 2000/08/29  14:05:50
82962         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
82963              From: gisle@aas.no
82964              Date: 29 Aug 2000 10:35:06 -0000
82965              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
82966      Branch: perl
82967            ! ext/Opcode/Safe.pm
82968 ____________________________________________________________________________
82969 [  6881] By: jhi                                   on 2000/08/29  14:03:51
82970         Log: Subject: [PATCH] Glob dumping
82971              From: Gisle Aas <gisle@ActiveState.com>
82972              Date: 29 Aug 2000 07:59:42 -0000
82973              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
82974      Branch: perl
82975            ! dump.c
82976 ____________________________________________________________________________
82977 [  6880] By: jhi                                   on 2000/08/29  14:02:01
82978         Log: Subject: [PATCH] Warnings in B::Deparse
82979              From: <abigail@foad.org>
82980              Date: Tue, 29 Aug 2000 00:00:01 -0400
82981              Message-ID: <20000829040001.2999.qmail@foad.org>
82982      Branch: perl
82983            ! ext/B/B/Deparse.pm
82984 ____________________________________________________________________________
82985 [  6879] By: jhi                                   on 2000/08/29  13:57:26
82986         Log: Missed a change in #6869.
82987      Branch: perl
82988            ! mg.c
82989 ____________________________________________________________________________
82990 [  6878] By: jhi                                   on 2000/08/29  13:45:04
82991         Log: Subject: Net::protoent does not export 'getproto'
82992              From: Yasushi Nakajima <sey@jkc.co.jp>
82993              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
82994      Branch: perl
82995            ! lib/Net/protoent.pm
82996 ____________________________________________________________________________
82997 [  6877] By: jhi                                   on 2000/08/29  13:39:19
82998         Log: Patches all over for people and the files they (hopefully) care about.
82999      Branch: perl
83000            ! AUTHORS Changes MAINTAIN
83001 ____________________________________________________________________________
83002 [  6876] By: jhi                                   on 2000/08/29  12:53:54
83003         Log: Fix for thinko in #6848.
83004              
83005              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
83006              From: Lupe Christoph <lupe@lupe-christoph.de>
83007              Date: Tue, 29 Aug 2000 09:04:08 +0200
83008              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
83009      Branch: perl
83010            ! ext/Thread/Thread.xs
83011 ____________________________________________________________________________
83012 [  6875] By: jhi                                   on 2000/08/29  12:50:14
83013         Log: Update to Getopt::Long 2.24, from Johan Vromans.
83014      Branch: perl
83015            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
83016 ____________________________________________________________________________
83017 [  6874] By: jhi                                   on 2000/08/29  02:09:53
83018         Log: Use minimal @INC in tests, most of the time just '../lib',
83019              so that we simply can't pick up stuff from other Perls than
83020              the one we are testing.  Pointed out by
83021              
83022              From: Mike Guy <mjtg@cam.ac.uk>
83023              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
83024              Date: Fri, 25 Aug 2000 15:15:59 +0100
83025              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
83026      Branch: perl
83027            ! (edit 185 files)
83028 ____________________________________________________________________________
83029 [  6873] By: jhi                                   on 2000/08/29  01:07:11
83030         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
83031              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83032              Date: Mon, 28 Aug 2000 17:45:52 -0700
83033              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
83034      Branch: perl
83035            ! Makefile.SH hints/os2.sh
83036 ____________________________________________________________________________
83037 [  6872] By: jhi                                   on 2000/08/28  23:33:39
83038         Log: Subject: [PATCH bleedperl@6866] spellings
83039              From: marcel@codewerk.com (Marcel Grunauer)
83040              Date: Tue, 29 Aug 2000 01:19:59 +0200
83041              Message-Id: <200008282319.BAA29862@gandalf.local>
83042      Branch: perl
83043            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
83044            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
83045            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
83046 ____________________________________________________________________________
83047 [  6871] By: jhi                                   on 2000/08/28  23:22:09
83048         Log: Take out the SUIDMAIL thing, that will not be
83049              a problem in 5.7.*.
83050      Branch: perl
83051            ! patchlevel.h
83052 ____________________________________________________________________________
83053 [  6870] By: jhi                                   on 2000/08/28  23:19:30
83054         Log: -S is the silent flag, -s is the strip flag.
83055              
83056              Subject: [PATCH] Re: [PATCH] make no-install          
83057              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83058              Date: Mon, 28 Aug 2000 15:12:55 -0700
83059              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
83060      Branch: perl
83061            ! Makefile.SH
83062 ____________________________________________________________________________
83063 [  6869] By: jhi                                   on 2000/08/28  23:12:05
83064         Log: Subject: [PATCH bleedperl@6856] warnings fixes
83065              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83066              Date: Mon, 28 Aug 2000 23:55:06 +0100
83067              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
83068      Branch: perl
83069            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
83070            ! warnings.h warnings.pl
83071 ____________________________________________________________________________
83072 [  6868] By: jhi                                   on 2000/08/28  21:38:22
83073         Log: Potential cruft.
83074      Branch: perl
83075            ! Makefile.SH
83076 ____________________________________________________________________________
83077 [  6867] By: jhi                                   on 2000/08/28  21:35:36
83078         Log: Update Changes.
83079      Branch: perl
83080            ! Changes patchlevel.h
83081 ____________________________________________________________________________
83082 [  6866] By: jhi                                   on 2000/08/28  21:33:49
83083         Log: Subject: hv.h Doc Patch
83084              From: Fisher Mark <fisherm@tce.com>
83085              Date: Mon, 28 Aug 2000 16:24:59 -0500
83086              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
83087      Branch: perl
83088            ! hv.h
83089 ____________________________________________________________________________
83090 [  6865] By: jhi                                   on 2000/08/28  21:02:15
83091         Log: Add -ld to archname on long tr...double platforms.
83092      Branch: metaconfig
83093            ! U/threads/archname.U
83094      Branch: perl
83095            ! Configure config_h.SH
83096 ____________________________________________________________________________
83097 [  6864] By: jhi                                   on 2000/08/28  20:38:59
83098         Log: An attempt to fix the problem reported in
83099              
83100              Subject: Building perl@6856 using gcc/AIX 4.3.3 
83101              From: Daniel Muino <dmuino@afip.gov.ar> 
83102              Date: Mon, 28 Aug 2000 15:50:01 -0300   
83103              Message-ID: <20000828155001.A14403@con2-dgi>
83104              
83105              I can't test this properly since the gcc installation I have
83106              access to seems to be botched (gcc is calling the AIX cpp,
83107              a losing proposition...)
83108      Branch: perl
83109            ! hints/aix.sh
83110 ____________________________________________________________________________
83111 [  6863] By: jhi                                   on 2000/08/28  18:57:52
83112         Log: Fix for ID 20000828.001, long doubles were not formatted
83113              correctly (showed up in $], which stopped installing perl).
83114      Branch: perl
83115            ! sv.c
83116 ____________________________________________________________________________
83117 [  6862] By: jhi                                   on 2000/08/28  18:07:15
83118         Log: Typo in #6858.
83119      Branch: perl
83120            ! lib/Cwd.pm
83121 ____________________________________________________________________________
83122 [  6861] By: jhi                                   on 2000/08/28  17:57:27
83123         Log: opmini.o may be left around if a build is interrupted.
83124      Branch: perl
83125            ! Makefile.SH
83126 ____________________________________________________________________________
83127 [  6860] By: jhi                                   on 2000/08/28  16:52:50
83128         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
83129              From: Daniel Chetlin <daniel@chetlin.com>
83130              Date: Mon, 28 Aug 2000 01:14:18 -0700
83131              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
83132      Branch: perl
83133            ! lib/overload.pm
83134 ____________________________________________________________________________
83135 [  6859] By: jhi                                   on 2000/08/28  16:08:46
83136         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
83137              From: Nicholas Clark <nick@ccl4.org>
83138              Date: Mon, 28 Aug 2000 16:03:27 +0100
83139              Message-Id: <20000828160327.C49785@plum.flirble.org>
83140      Branch: perl
83141            ! ext/ByteLoader/bytecode.h
83142 ____________________________________________________________________________
83143 [  6858] By: jhi                                   on 2000/08/28  16:02:10
83144         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
83145              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
83146              Date: Mon, 28 Aug 2000 13:08:30 +0200
83147              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
83148      Branch: perl
83149            ! lib/Cwd.pm
83150 ____________________________________________________________________________
83151 [  6857] By: jhi                                   on 2000/08/28  15:42:47
83152         Log: display_format used as a class method without arguments was broken,
83153              reported in
83154              
83155              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
83156              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
83157              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
83158              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
83159      Branch: perl
83160            ! lib/Math/Complex.pm t/lib/complex.t
83161 ____________________________________________________________________________
83162 [  6856] By: jhi                                   on 2000/08/27  22:09:48
83163         Log: Update Changes.
83164      Branch: perl
83165            ! Changes patchlevel.h
83166 ____________________________________________________________________________
83167 [  6855] By: jhi                                   on 2000/08/27  21:59:21
83168         Log: Retract #6853 (false alarm).
83169      Branch: perl
83170            ! lib/ExtUtils/xsubpp
83171 ____________________________________________________________________________
83172 [  6854] By: jhi                                   on 2000/08/27  21:37:44
83173         Log: Update Changes.
83174      Branch: perl
83175            ! Changes patchlevel.h
83176 ____________________________________________________________________________
83177 [  6853] By: jhi                                   on 2000/08/27  21:37:16
83178         Log: Subject: [PATCH perl@6850] workaround for xsubpp
83179              From: Hugo <hv@crypt.compulink.co.uk>
83180              Date: Sun, 27 Aug 2000 22:30:25 +0100
83181              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
83182      Branch: perl
83183            ! lib/ExtUtils/xsubpp
83184 ____________________________________________________________________________
83185 [  6852] By: jhi                                   on 2000/08/27  21:33:58
83186         Log: Big-endian 64-bit patch from Raphael Manfredi.
83187      Branch: perl
83188            ! ext/Storable/Storable.xs
83189 ____________________________________________________________________________
83190 [  6851] By: jhi                                   on 2000/08/27  21:22:21
83191         Log: More ruthless editing from Hugo van der Sanden.
83192      Branch: perl
83193            ! pod/perldelta.pod
83194 ____________________________________________________________________________
83195 [  6850] By: jhi                                   on 2000/08/27  16:11:46
83196         Log: Update Changes.
83197      Branch: perl
83198            ! Changes patchlevel.h
83199 ____________________________________________________________________________
83200 [  6849] By: jhi                                   on 2000/08/27  16:11:05
83201         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
83202      Branch: perl
83203            ! configpm pod/perldelta.pod
83204 ____________________________________________________________________________
83205 [  6848] By: jhi                                   on 2000/08/27  15:35:08
83206         Log: Use the actual thread type, not the pointer-to-struct.
83207      Branch: perl
83208            ! ext/Thread/Thread.xs
83209 ____________________________________________________________________________
83210 [  6847] By: jhi                                   on 2000/08/27  15:30:49
83211         Log: Test nit.
83212      Branch: perl
83213            ! t/pragma/warn/pp_sys
83214 ____________________________________________________________________________
83215 [  6846] By: jhi                                   on 2000/08/27  15:19:02
83216         Log: Passing -R in ldflags makes now it to appear in the default
83217              for lddlflags, just like with -L.
83218              
83219              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
83220              From: Lupe Christoph <lupe@lupe-christoph.de>
83221              Date: Sun, 27 Aug 2000 10:28:21 +0200
83222              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
83223      Branch: metaconfig/U/perl
83224            ! dlsrc.U
83225      Branch: perl
83226            ! Configure
83227 ____________________________________________________________________________
83228 [  6845] By: jhi                                   on 2000/08/27  15:08:54
83229         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
83230              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83231              Date: Sat, 26 Aug 2000 22:23:27 +0100
83232              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
83233      Branch: perl
83234            ! lib/ExtUtils/MM_Unix.pm
83235 ____________________________________________________________________________
83236 [  6844] By: jhi                                   on 2000/08/27  15:02:37
83237         Log: DJGPP update from Laszlo Molnar.
83238              
83239              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
83240              From: ml1050 <ml1050@freemail.hu>
83241              Date: Sat, 26 Aug 2000 23:24:40 +0200
83242              Message-Id: <20000826232440.A439@freemail.hu>
83243      Branch: perl
83244            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
83245            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
83246 ____________________________________________________________________________
83247 [  6843] By: jhi                                   on 2000/08/27  14:53:58
83248         Log: Subject: installman buglet
83249              From: Lupe Christoph <lupe@lupe-christoph.de>
83250              Date: Sun, 27 Aug 2000 14:38:59 +0200
83251              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
83252      Branch: perl
83253            ! installman
83254 ____________________________________________________________________________
83255 [  6842] By: jhi                                   on 2000/08/27  14:52:08
83256         Log: Can't get the test to reliably work thanks to the
83257              inaccurateness of floating point.  "Resolves" bug ids
83258              20000826.003, 20000826.009, 20000826.010,
83259      Branch: perl
83260            ! t/lib/trig.t
83261 ____________________________________________________________________________
83262 [  6841] By: jhi                                   on 2000/08/26  15:53:58
83263         Log: Update Changes.
83264      Branch: perl
83265            ! Changes patchlevel.h
83266 ____________________________________________________________________________
83267 [  6840] By: jhi                                   on 2000/08/26  14:23:03
83268         Log: grep -e isn't portable.
83269              
83270              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
83271              From: chris@broadband.att.com
83272              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
83273              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
83274      Branch: perl
83275            ! hints/solaris_2.sh
83276 ____________________________________________________________________________
83277 [  6839] By: jhi                                   on 2000/08/26  14:12:23
83278         Log: no-install target a la make -n.
83279              
83280              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
83281              From: <abigail@foad.org>
83282              Date: Sat, 26 Aug 2000 03:57:34 -0400
83283              Message-ID: <20000826075735.18912.qmail@foad.org>
83284      Branch: perl
83285            ! Makefile.SH installman installperl
83286 ____________________________________________________________________________
83287 [  6838] By: jhi                                   on 2000/08/26  14:06:33
83288         Log: Retract #6826 as the #6828 should be do the same
83289              in a More Correct Way.
83290      Branch: perl
83291            ! installperl
83292 ____________________________________________________________________________
83293 [  6837] By: jhi                                   on 2000/08/26  05:24:00
83294         Log: More casting.
83295      Branch: perl
83296            ! ext/Storable/Storable.xs
83297 ____________________________________________________________________________
83298 [  6836] By: jhi                                   on 2000/08/26  05:05:46
83299         Log: Nicer in decimal.
83300      Branch: perl
83301            ! ext/Storable/Storable.xs
83302 ____________________________________________________________________________
83303 [  6835] By: jhi                                   on 2000/08/26  05:03:50
83304         Log: There be no UVdf.
83305      Branch: perl
83306            ! ext/Storable/Storable.xs
83307 ____________________________________________________________________________
83308 [  6834] By: jhi                                   on 2000/08/26  05:00:18
83309         Log: Continue IVdfing and UVxfing.
83310      Branch: perl
83311            ! ext/Storable/Storable.xs
83312 ____________________________________________________________________________
83313 [  6833] By: jhi                                   on 2000/08/26  04:53:14
83314         Log: Use IVdf.
83315      Branch: perl
83316            ! ext/Storable/Storable.xs
83317 ____________________________________________________________________________
83318 [  6832] By: jhi                                   on 2000/08/26  04:40:41
83319         Log: Document PTR2XX and INT2PTR.
83320      Branch: perl
83321            ! pod/perlguts.pod
83322 ____________________________________________________________________________
83323 [  6831] By: jhi                                   on 2000/08/26  04:33:18
83324         Log: Use UVxf, PTR2UV, NVff.
83325      Branch: perl
83326            ! ext/Storable/Storable.xs
83327 ____________________________________________________________________________
83328 [  6830] By: jhi                                   on 2000/08/26  04:31:32
83329         Log: Update the test count.
83330      Branch: perl
83331            ! t/lib/trig.t
83332 ____________________________________________________________________________
83333 [  6829] By: jhi                                   on 2000/08/26  03:05:50
83334         Log: Subject: [PATCH] installation not quite silent yet.
83335              From: <abigail@foad.org>
83336              Date: Fri, 25 Aug 2000 20:07:53 -0400
83337              Message-ID: <20000826000753.7822.qmail@foad.org>
83338      Branch: perl
83339            ! installman installperl
83340 ____________________________________________________________________________
83341 [  6828] By: jhi                                   on 2000/08/26  03:05:14
83342         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
83343              From: Spider Boardman <spider@web.zk3.dec.com>
83344              Date: Fri, 25 Aug 2000 19:12:40 -0400
83345              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
83346      Branch: perl
83347            ! gv.c
83348 ____________________________________________________________________________
83349 [  6827] By: jhi                                   on 2000/08/25  23:54:34
83350         Log: Support preserving extremely big/small angles.
83351      Branch: perl
83352            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
83353 ____________________________________________________________________________
83354 [  6826] By: jhi                                   on 2000/08/25  23:01:20
83355         Log: Patch installperl to be long double-aware.
83356              
83357              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
83358              From: Spider Boardman <spider@web.zk3.dec.com>
83359              Date: Fri, 25 Aug 2000 18:15:23 -0400
83360              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
83361      Branch: perl
83362            ! installperl
83363 ____________________________________________________________________________
83364 [  6825] By: jhi                                   on 2000/08/25  22:58:25
83365         Log: Remove duplicately applied patch shards.
83366              
83367              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
83368              From: Spider Boardman <spider@leggy.zk3.dec.com>
83369              Date: Fri, 25 Aug 2000 16:45:03 -0400
83370              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
83371      Branch: perl
83372            ! t/lib/cgi-html.t
83373 ____________________________________________________________________________
83374 [  6824] By: jhi                                   on 2000/08/25  22:57:00
83375         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
83376              From: Daniel Chetlin <daniel@chetlin.com>
83377              Date: Fri, 25 Aug 2000 12:23:16 -0700
83378              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
83379              
83380              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
83381              From: Daniel Chetlin <daniel@chetlin.com>
83382              Date: Fri, 25 Aug 2000 14:47:19 -0700
83383              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
83384      Branch: perl
83385            ! installman
83386 ____________________________________________________________________________
83387 [  6823] By: jhi                                   on 2000/08/25  22:44:17
83388         Log: Timestamp problem?
83389      Branch: perl
83390            ! uconfig.h uconfig.sh
83391 ____________________________________________________________________________
83392 [  6822] By: jhi                                   on 2000/08/25  19:01:06
83393         Log: One forgotten file from #6816.
83394      Branch: perl
83395            ! vos/config.h
83396 ____________________________________________________________________________
83397 [  6821] By: jhi                                   on 2000/08/25  18:56:39
83398         Log: Regen Changes.
83399      Branch: perl
83400            ! Changes patchlevel.h
83401 ____________________________________________________________________________
83402 [  6820] By: jhi                                   on 2000/08/25  18:52:35
83403         Log: Fix Changes ordering.
83404      Branch: perl
83405            ! Changes
83406 ____________________________________________________________________________
83407 [  6819] By: jhi                                   on 2000/08/25  18:50:25
83408         Log: Update Changes.
83409      Branch: perl
83410            ! Changes patchlevel.h
83411 ____________________________________________________________________________
83412 [  6818] By: jhi                                   on 2000/08/25  18:47:45
83413         Log: Tweak the sfio/useperlio logic, hopefully as wished in
83414              
83415              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
83416              From: Nicholas Clark <nick@babyhippo.co.uk>
83417              Date: Fri, 25 Aug 2000 12:01:45 +0100
83418              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
83419      Branch: metaconfig/U/perl
83420            ! d_sfio.U
83421      Branch: perl
83422            ! Configure
83423 ____________________________________________________________________________
83424 [  6817] By: jhi                                   on 2000/08/25  18:32:51
83425         Log: Allow microperl to assume <math.h>, without it the math
83426              functions like floor() are assumed to return int, which makes
83427              for core dumps in machines where integer and floating register
83428              don't mix.
83429      Branch: perl
83430            ! uconfig.h uconfig.sh
83431 ____________________________________________________________________________
83432 [  6816] By: jhi                                   on 2000/08/25  18:27:17
83433         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
83434              the problem reported in
83435              
83436              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
83437              From: danhale@us.ibm.com
83438              Date: Fri, 25 Aug 2000 10:58:06 -0400
83439              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
83440      Branch: metaconfig/U/perl
83441            + d_socks5_init.U
83442      Branch: perl
83443            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
83444            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
83445            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
83446            ! win32/config.gc win32/config.vc
83447 ____________________________________________________________________________
83448 [  6815] By: jhi                                   on 2000/08/25  17:43:31
83449         Log: A solution for the retrieve_fd autosplit warning,
83450              idea suggested by Mike Guy.
83451      Branch: perl
83452            ! ext/Storable/Storable.pm
83453 ____________________________________________________________________________
83454 [  6814] By: jhi                                   on 2000/08/25  17:16:03
83455         Log: Add install-silent target.
83456      Branch: perl
83457            ! Makefile.SH
83458 ____________________________________________________________________________
83459 [  6813] By: jhi                                   on 2000/08/25  17:14:23
83460         Log: Subject: Re: [PATCH] More silencing of installman.
83461              From: <abigail@foad.org>
83462              Date: Thu, 24 Aug 2000 19:27:03 -0400
83463              Message-ID: <20000824232703.7001.qmail@foad.org>
83464              
83465              Subject: Re: [PATCH] More silencing of installman.
83466              From: <abigail@foad.org>
83467              Date: Fri, 25 Aug 2000 03:00:58 -0400
83468              Message-ID: <20000825070058.10697.qmail@foad.org>
83469      Branch: perl
83470            ! installman
83471 ____________________________________________________________________________
83472 [  6812] By: jhi                                   on 2000/08/25  17:11:28
83473         Log: installperl --verbose and --silent.
83474              
83475              Subject: Re: [PATCH] More silencing of installman.
83476              From: <abigail@foad.org>
83477              Message-ID: <20000825064430.9719.qmail@foad.org>
83478              Date: Fri, 25 Aug 2000 02:44:30 -0400
83479      Branch: perl
83480            ! installperl
83481 ____________________________________________________________________________
83482 [  6811] By: jhi                                   on 2000/08/25  17:05:43
83483         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
83484              From: "Peter J. Farley III" <pjfarley@banet.net>
83485              Date: Thu, 24 Aug 2000 21:58:03 -0400
83486              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
83487              
83488              (applied slightly modified)
83489      Branch: perl
83490            ! lib/ExtUtils/MM_Unix.pm
83491 ____________________________________________________________________________
83492 [  6810] By: jhi                                   on 2000/08/25  17:01:18
83493         Log: Missing parts of 
83494              
83495              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
83496              From: Peter Prymmer <pvhp@forte.com>
83497              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
83498              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
83499      Branch: perl
83500            ! t/lib/cgi-html.t
83501 ____________________________________________________________________________
83502 [  6809] By: jhi                                   on 2000/08/25  16:46:32
83503         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
83504              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83505              Date: Thu, 24 Aug 2000 19:13:11 -0500
83506              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
83507      Branch: perl
83508            ! vms/vms.c
83509 ____________________________________________________________________________
83510 [  6808] By: jhi                                   on 2000/08/25  16:39:22
83511         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
83512              From: Peter Prymmer <pvhp@forte.com>
83513              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
83514              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
83515      Branch: perl
83516            ! configure.com
83517 ____________________________________________________________________________
83518 [  6807] By: jhi                                   on 2000/08/25  16:36:37
83519         Log: Better wording for the vec lvalue diagnostic.
83520              
83521              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
83522              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
83523              Date: Wed, 23 Aug 2000 14:12:16 -0400
83524              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
83525      Branch: perl
83526            ! pod/perldiag.pod
83527 ____________________________________________________________________________
83528 [  6806] By: jhi                                   on 2000/08/24  18:17:22
83529         Log: Subject: [PATCH] More silencing of installman.
83530              From: <abigail@foad.org>
83531              Date: Thu, 24 Aug 2000 14:01:44 -0400
83532              Message-ID: <20000824180144.20062.qmail@foad.org>
83533      Branch: perl
83534            ! installman
83535 ____________________________________________________________________________
83536 [  6805] By: jhi                                   on 2000/08/24  15:00:31
83537         Log: Update Changes.
83538      Branch: perl
83539            ! Changes patchlevel.h
83540 ____________________________________________________________________________
83541 [  6804] By: jhi                                   on 2000/08/24  14:59:07
83542         Log: Regen perltoc.
83543      Branch: perl
83544            ! pod/perltoc.pod
83545 ____________________________________________________________________________
83546 [  6803] By: jhi                                   on 2000/08/24  14:44:39
83547         Log: Show the doc file, not the temp file.
83548      Branch: perl
83549            ! installman
83550 ____________________________________________________________________________
83551 [  6802] By: jhi                                   on 2000/08/24  14:41:53
83552         Log: Continue silencing.
83553      Branch: perl
83554            ! installman
83555 ____________________________________________________________________________
83556 [  6801] By: jhi                                   on 2000/08/24  14:34:40
83557         Log: Actually do something with the silencer option.
83558      Branch: perl
83559            ! installman
83560 ____________________________________________________________________________
83561 [  6800] By: jhi                                   on 2000/08/24  14:26:22
83562         Log: Make installman to recognize the silence flag -S.
83563      Branch: perl
83564            ! installman
83565 ____________________________________________________________________________
83566 [  6799] By: jhi                                   on 2000/08/24  13:49:38
83567         Log: DOS patches and portability/porting notes, from Tim Jenness.
83568      Branch: perl
83569            ! lib/File/Temp.pm
83570 ____________________________________________________________________________
83571 [  6798] By: jhi                                   on 2000/08/24  13:48:27
83572         Log: Create directories in silence.
83573              
83574              Subject: [PATCH] Another silencer for MakeMaker
83575              From: andreas.koenig@anima.de (Andreas J. Koenig)
83576              Date: 24 Aug 2000 14:18:52 +0200
83577              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
83578      Branch: perl
83579            ! lib/ExtUtils/Command.pm
83580 ____________________________________________________________________________
83581 [  6797] By: jhi                                   on 2000/08/24  13:46:42
83582         Log: More liberal parsing of version numbers.
83583              
83584              Subject: Re: CPAN.pm beta for testing available
83585              From: andreas.koenig@anima.de (Andreas J. Koenig)
83586              Date: 24 Aug 2000 13:51:57 +0200
83587              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
83588      Branch: perl
83589            ! lib/CPAN.pm
83590 ____________________________________________________________________________
83591 [  6796] By: jhi                                   on 2000/08/24  13:44:36
83592         Log: Make "make install" by default silent.  A new "install-verbose"
83593              target is verbose.
83594      Branch: perl
83595            ! Makefile.SH
83596 ____________________________________________________________________________
83597 [  6795] By: jhi                                   on 2000/08/24  13:39:14
83598         Log: Add silencer flags to installperl.
83599              
83600              Subject: [PATCH] Making installperl silent.
83601              From: <abigail@foad.org>
83602              Date: Thu, 24 Aug 2000 05:01:45 -0400
83603              Message-ID: <20000824090145.13141.qmail@foad.org>
83604      Branch: perl
83605            ! installperl
83606 ____________________________________________________________________________
83607 [  6794] By: jhi                                   on 2000/08/24  13:35:50
83608         Log: installperl couldn't tell whether it had run tests or not.
83609              
83610              Subject: [PATCH] Re: installperl and t/TEST
83611              From: <abigail@foad.org>
83612              Date: Thu, 24 Aug 2000 04:00:53 -0400
83613              Message-ID: <20000824080053.2494.qmail@foad.org>
83614      Branch: perl
83615            ! Makefile.SH installperl
83616 ____________________________________________________________________________
83617 [  6793] By: jhi                                   on 2000/08/24  13:27:50
83618         Log: Drop the separate perlbc, perlcc -b should be enough.
83619      Branch: perl
83620            - utils/perlbc.PL
83621            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
83622 ____________________________________________________________________________
83623 [  6792] By: jhi                                   on 2000/08/24  04:41:30
83624         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
83625              plus the typo fix from Peter Prymmer.
83626      Branch: perl
83627            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
83628            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83629 ____________________________________________________________________________
83630 [  6791] By: jhi                                   on 2000/08/24  02:10:43
83631         Log: Replace #6705 with a minimal doc patch.
83632              
83633              Subject: [PATCH 5.6.0] replace change #6705
83634              From: Jan Dubois <jand@ActiveState.com>
83635              Date: Wed, 23 Aug 2000 18:31:51 -0700
83636              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
83637      Branch: perl
83638            ! lib/Win32.pod win32/win32.c
83639 ____________________________________________________________________________
83640 [  6790] By: jhi                                   on 2000/08/23  17:52:00
83641         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
83642              From: Mike Guy <mjtg@cam.ac.uk>
83643              Date: Wed, 23 Aug 2000 18:38:46 +0100
83644              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
83645      Branch: perl
83646            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
83647 ____________________________________________________________________________
83648 [  6789] By: jhi                                   on 2000/08/23  15:34:21
83649         Log: Update Changes.
83650      Branch: perl
83651            ! Changes patchlevel.h
83652 ____________________________________________________________________________
83653 [  6788] By: jhi                                   on 2000/08/23  15:33:40
83654         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
83655              From: Wilfredo Sánchez <wsanchez@apple.com>
83656              Date: Tue, 22 Aug 2000 19:31:27 -0700
83657              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
83658      Branch: perl
83659            ! perl.h
83660 ____________________________________________________________________________
83661 [  6787] By: jhi                                   on 2000/08/23  15:29:31
83662         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
83663              From: Spider Boardman <spider@leggy.zk3.dec.com>
83664              Date: Wed, 23 Aug 2000 10:33:23 -0400
83665              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
83666      Branch: perl
83667            ! lib/Pod/Html.pm
83668 ____________________________________________________________________________
83669 [  6786] By: jhi                                   on 2000/08/23  15:28:11
83670         Log: Bad makefile.
83671      Branch: perl
83672            ! ext/B/Makefile.PL
83673 ____________________________________________________________________________
83674 [  6785] By: jhi                                   on 2000/08/23  14:37:04
83675         Log: Update Changes.
83676      Branch: perl
83677            ! Changes patchlevel.h
83678 ____________________________________________________________________________
83679 [  6784] By: jhi                                   on 2000/08/23  13:58:41
83680         Log: Portability fix from Hugo van der Sanden.
83681      Branch: perl
83682            ! ext/re/Makefile.PL
83683 ____________________________________________________________________________
83684 [  6783] By: jhi                                   on 2000/08/23  13:53:53
83685         Log: Storable support, v-version fixes.
83686              
83687              Subject: CPAN.pm beta for testing available
83688              From: andreas.koenig@anima.de (Andreas J. Koenig)
83689              Date: 22 Aug 2000 23:31:33 +0200
83690              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
83691      Branch: perl
83692            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83693 ____________________________________________________________________________
83694 [  6782] By: jhi                                   on 2000/08/23  13:51:26
83695         Log: Mac and other portability updates from Chris Nandor.
83696      Branch: perl
83697            ! pod/perlmodinstall.pod
83698 ____________________________________________________________________________
83699 [  6781] By: jhi                                   on 2000/08/23  13:47:33
83700         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
83701              From: Peter Prymmer <pvhp@forte.com>
83702              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
83703              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
83704      Branch: perl
83705            ! ext/Storable/Storable.xs
83706 ____________________________________________________________________________
83707 [  6780] By: jhi                                   on 2000/08/23  13:33:34
83708         Log: VMS MMS (make) wants null action.
83709      Branch: perl
83710            ! ext/B/Makefile.PL
83711 ____________________________________________________________________________
83712 [  6779] By: jhi                                   on 2000/08/22  19:44:47
83713         Log: Forgot portability nit.
83714      Branch: perl
83715            ! t/lib/st-forgive.t
83716 ____________________________________________________________________________
83717 [  6778] By: jhi                                   on 2000/08/22  19:35:25
83718         Log: Be portable.
83719      Branch: perl
83720            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
83721            ! t/lib/st-store.t
83722 ____________________________________________________________________________
83723 [  6777] By: jhi                                   on 2000/08/22  18:50:53
83724         Log: Update Changes.
83725      Branch: perl
83726            ! Changes patchlevel.h
83727 ____________________________________________________________________________
83728 [  6776] By: jhi                                   on 2000/08/22  18:44:46
83729         Log: cSVOPo_*v things index into the current PL_curpad
83730              under ithreads, which is different from the curpad
83731              used by the XSUB.  (In other words, the code as-is
83732              before this patch wouldn't work under ithreads.)
83733              From Sarathy.
83734      Branch: perl
83735            ! ext/B/B.xs
83736 ____________________________________________________________________________
83737 [  6775] By: jhi                                   on 2000/08/22  18:18:37
83738         Log: Make the selection of NVff et al stricter.
83739      Branch: metaconfig/U/perl
83740            ! perlxvf.U
83741      Branch: perl
83742            ! Configure config_h.SH
83743 ____________________________________________________________________________
83744 [  6774] By: jhi                                   on 2000/08/22  17:19:42
83745         Log: perldelta nits.
83746      Branch: perl
83747            ! pod/perldelta.pod
83748 ____________________________________________________________________________
83749 [  6773] By: jhi                                   on 2000/08/22  17:06:26
83750         Log: Long double fixes from Spider Boardman.
83751              
83752              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
83753              From: system PRIVILEGED account <root@peano.zk3.dec.com>
83754              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
83755              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
83756      Branch: perl
83757            ! t/lib/bigfltpm.t t/lib/st-06compat.t
83758 ____________________________________________________________________________
83759 [  6772] By: jhi                                   on 2000/08/22  15:04:53
83760         Log: Update Changes.
83761      Branch: perl
83762            ! Changes patchlevel.h
83763 ____________________________________________________________________________
83764 [  6771] By: jhi                                   on 2000/08/22  15:01:44
83765         Log: perldelta fixes from Hugo van der Sanden.
83766      Branch: perl
83767            ! pod/perldelta.pod
83768 ____________________________________________________________________________
83769 [  6770] By: jhi                                   on 2000/08/22  14:34:49
83770         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
83771              From: Hugo <hv@crypt.compulink.co.uk>
83772              Date: Tue, 22 Aug 2000 11:21:53 +0100
83773              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
83774      Branch: perl
83775            ! regcomp.c
83776 ____________________________________________________________________________
83777 [  6769] By: jhi                                   on 2000/08/22  14:30:02
83778         Log: Add Yitzchak, reformat.
83779      Branch: perl
83780            ! Changes config_h.SH
83781 ____________________________________________________________________________
83782 [  6768] By: jhi                                   on 2000/08/22  14:21:35
83783         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
83784              and Spider Boardman.
83785      Branch: metaconfig
83786            ! U/compline/d_gconvert.U
83787      Branch: perl
83788            ! Configure
83789 ____________________________________________________________________________
83790 [  6767] By: jhi                                   on 2000/08/22  14:11:24
83791         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
83792              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83793              Date: Mon, 21 Aug 2000 19:08:31 -0700
83794              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
83795      Branch: perl
83796            - ext/Storable/patchlevel.h
83797            ! MANIFEST ext/Storable/MANIFEST
83798 ____________________________________________________________________________
83799 [  6766] By: jhi                                   on 2000/08/22  13:49:29
83800         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
83801              From: Peter Prymmer <pvhp@forte.com>
83802              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
83803              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
83804      Branch: perl
83805            ! configure.com ext/Storable/Makefile.PL
83806 ____________________________________________________________________________
83807 [  6765] By: jhi                                   on 2000/08/22  13:44:59
83808         Log: Subject: [PATCH blead] B:: missing dependency
83809              From: Hugo <hv@crypt.compulink.co.uk>
83810              Date: Tue, 22 Aug 2000 06:44:33 +0100
83811              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
83812      Branch: perl
83813            ! ext/B/Makefile.PL
83814 ____________________________________________________________________________
83815 [  6764] By: jhi                                   on 2000/08/22  13:38:12
83816         Log: More bytecompiler.
83817      Branch: perl
83818            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
83819 ____________________________________________________________________________
83820 [  6763] By: jhi                                   on 2000/08/22  13:36:44
83821         Log: Bytecompiler patches from Benjamin Stuhl.
83822      Branch: perl
83823            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
83824            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
83825            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
83826            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
83827            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
83828            ! perl.c perlapi.h pod/perldelta.pod
83829 ____________________________________________________________________________
83830 [  6762] By: jhi                                   on 2000/08/21  23:43:40
83831         Log: An obsoleted diagnostic.
83832      Branch: perl
83833            ! pod/perldelta.pod
83834 ____________________________________________________________________________
83835 [  6761] By: jhi                                   on 2000/08/21  23:01:45
83836         Log: The #6759 wasn't quite right.
83837      Branch: perl
83838            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83839            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
83840            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
83841            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
83842            ! t/lib/st-tieditems.t
83843 ____________________________________________________________________________
83844 [  6760] By: jhi                                   on 2000/08/21  22:35:49
83845         Log: Be verydeepclean.
83846      Branch: perl
83847            ! Makefile.SH
83848 ____________________________________________________________________________
83849 [  6759] By: jhi                                   on 2000/08/21  22:25:40
83850         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
83851              From: Peter Prymmer <pvhp@forte.com>
83852              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
83853              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
83854      Branch: perl
83855            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83856            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
83857            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
83858            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
83859            ! t/lib/st-tieditems.t
83860 ____________________________________________________________________________
83861 [  6758] By: jhi                                   on 2000/08/21  22:22:32
83862         Log: Few more casts, need reported in
83863              
83864              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
83865              From: Mike Stok <mike@stok.co.uk>
83866              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
83867              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
83868              
83869              and
83870              
83871              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
83872              From: abigail@foad.org
83873              Date: 21 Aug 2000 21:31:34 -0000
83874              Message-Id: <20000821213134.30170.qmail@foad.org>
83875      Branch: perl
83876            ! ext/Storable/Storable.xs
83877 ____________________________________________________________________________
83878 [  6757] By: jhi                                   on 2000/08/21  18:37:07
83879         Log: Update Changes.
83880      Branch: perl
83881            ! Changes patchlevel.h
83882 ____________________________________________________________________________
83883 [  6756] By: jhi                                   on 2000/08/21  18:34:02
83884         Log: A pod nit.
83885              
83886              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
83887              From: <abigail@foad.org>
83888              Date: Mon, 21 Aug 2000 14:00:16 -0400
83889              Message-ID: <20000821180016.28627.qmail@foad.org>
83890      Branch: perl
83891            ! pod/perlre.pod
83892 ____________________________________________________________________________
83893 [  6755] By: jhi                                   on 2000/08/21  18:30:56
83894         Log: Use PodParser 1.18 new test.
83895      Branch: perl
83896            ! t/pod/special_seqs.t t/pod/special_seqs.xr
83897 ____________________________________________________________________________
83898 [  6754] By: jhi                                   on 2000/08/21  18:28:35
83899         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
83900              patches cannot be applied since #6712 conflicts.
83901      Branch: perl
83902            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
83903 ____________________________________________________________________________
83904 [  6753] By: jhi                                   on 2000/08/21  18:15:11
83905         Log: Weed out some smaller changes.
83906      Branch: perl
83907            ! pod/perldelta.pod
83908 ____________________________________________________________________________
83909 [  6752] By: jhi                                   on 2000/08/21  18:02:30
83910         Log: Also under djgpp the timestamps are funky.
83911      Branch: perl
83912            ! t/op/stat.t
83913 ____________________________________________________________________________
83914 [  6751] By: jhi                                   on 2000/08/21  17:55:56
83915         Log: Tweak the floating point output routine preferences.
83916      Branch: metaconfig
83917            ! U/compline/d_gconvert.U
83918      Branch: perl
83919            ! Configure
83920 ____________________________________________________________________________
83921 [  6750] By: jhi                                   on 2000/08/21  17:51:29
83922         Log: Unicos/mk requires elaborate paranoia.
83923      Branch: perl
83924            ! lib/Math/Complex.pm
83925 ____________________________________________________________________________
83926 [  6749] By: gsar                                  on 2000/08/21  16:53:31
83927         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
83928      Branch: perl
83929            ! lib/Cwd.pm
83930 ____________________________________________________________________________
83931 [  6748] By: gsar                                  on 2000/08/21  16:22:19
83932         Log: free TLS slot properly on Windows
83933      Branch: perl
83934            ! thread.h win32/perllib.c win32/win32thread.h
83935 ____________________________________________________________________________
83936 [  6747] By: jhi                                   on 2000/08/21  16:20:58
83937         Log: Rename the macro argument because some preprocessors
83938              can't tell the difference and expand arguments also inside
83939              double quoted strings.
83940      Branch: perl
83941            ! regcomp.c
83942 ____________________________________________________________________________
83943 [  6746] By: jhi                                   on 2000/08/21  16:09:41
83944         Log: Support long doubles in Storable.
83945              
83946              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
83947              From: Radu Greab <radu@netsoft.ro>
83948              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
83949              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
83950      Branch: perl
83951            ! ext/Storable/Storable.xs
83952 ____________________________________________________________________________
83953 [  6745] By: jhi                                   on 2000/08/21  15:51:40
83954         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
83955              From: "Fifer, Eric" <EFifer@sanwaint.com>
83956              Date: Mon, 21 Aug 2000 15:34:49 +0100
83957              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
83958      Branch: perl
83959            ! t/pragma/warn/9enabled
83960 ____________________________________________________________________________
83961 [  6744] By: jhi                                   on 2000/08/21  15:39:35
83962         Log: Document the endianness of Alpha more precisely.
83963      Branch: perl
83964            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
83965            ! pod/perlport.pod
83966 ____________________________________________________________________________
83967 [  6743] By: jhi                                   on 2000/08/21  14:47:05
83968         Log: perldelta fixes from the p5p crowd.
83969      Branch: perl
83970            ! pod/perldelta.pod pod/perlop.pod
83971 ____________________________________________________________________________
83972 [  6742] By: jhi                                   on 2000/08/21  13:34:51
83973         Log: Update to Pod::LaTeX 0.53.
83974              
83975              Subject: [PATCH] lib/Pod/LaTeX.pm updates
83976              From: Tim Jenness <timj@jach.hawaii.edu>
83977              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
83978              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
83979      Branch: perl
83980            ! lib/Pod/LaTeX.pm
83981 ____________________________________________________________________________
83982 [  6741] By: jhi                                   on 2000/08/21  13:33:01
83983         Log: Subject: [PATCH] os2.c fix for use64bitint
83984              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83985              Date: Mon, 21 Aug 2000 01:32:25 -0700
83986              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
83987      Branch: perl
83988            ! os2/os2.c
83989 ____________________________________________________________________________
83990 [  6740] By: jhi                                   on 2000/08/21  13:28:52
83991         Log: Array context keeps slithering in.
83992              
83993              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
83994              From: Daniel Chetlin <daniel@chetlin.com>
83995              Date: Sun, 20 Aug 2000 21:40:25 -0700
83996              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
83997      Branch: perl
83998            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
83999            ! pod/perldebtut.pod
84000 ____________________________________________________________________________
84001 [  6739] By: jhi                                   on 2000/08/21  13:23:55
84002         Log: Big-endian quad fixes for Storable from Radu Greab,
84003              plus few explicit null casts for picky compilers.
84004      Branch: perl
84005            ! ext/Storable/Storable.xs
84006 ____________________________________________________________________________
84007 [  6738] By: gsar                                  on 2000/08/21  05:56:13
84008         Log: small tweaks for change#6705: avoid C++ style comments in C code;
84009              use Perl's malloc API rather than the low level system one
84010      Branch: perl
84011            ! win32/win32.c
84012 ____________________________________________________________________________
84013 [  6737] By: gsar                                  on 2000/08/21  05:35:41
84014         Log: add Storable to list of extensions on Windows
84015      Branch: perl
84016            ! win32/Makefile win32/makefile.mk
84017 ____________________________________________________________________________
84018 [  6736] By: jhi                                   on 2000/08/21  02:57:53
84019         Log: Update Changes.
84020      Branch: perl
84021            ! Changes patchlevel.h
84022 ____________________________________________________________________________
84023 [  6735] By: jhi                                   on 2000/08/21  02:57:20
84024         Log: Draft 0.
84025      Branch: perl
84026            ! pod/perldelta.pod
84027 ____________________________________________________________________________
84028 [  6734] By: jhi                                   on 2000/08/21  02:57:03
84029         Log: Add Storable 0.7.2 from Raphael Manfredi,
84030              plus the patch from
84031              
84032              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
84033              From: Radu Greab <radu@netsoft.ro>
84034              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
84035              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
84036              
84037              plus changes to get Storable to compile with
84038              picky ANSI compilers.
84039      Branch: perl
84040            + ext/Storable/ChangeLog ext/Storable/MANIFEST
84041            + ext/Storable/Makefile.PL ext/Storable/README
84042            + ext/Storable/Storable.pm ext/Storable/Storable.xs
84043            + ext/Storable/patchlevel.h t/lib/st-06compat.t
84044            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
84045            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
84046            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
84047            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
84048            + t/lib/st-tieditems.t
84049            ! MANIFEST
84050 ____________________________________________________________________________
84051 [  6733] By: jhi                                   on 2000/08/21  02:29:09
84052         Log: The correct cleaning order is an art.
84053      Branch: perl
84054            ! Makefile.SH
84055 ____________________________________________________________________________
84056 [  6732] By: jhi                                   on 2000/08/21  01:23:39
84057         Log: The #6724 is here.
84058      Branch: perl
84059            ! t/lib/ftmp-security.t
84060 ____________________________________________________________________________
84061 [  6731] By: jhi                                   on 2000/08/20  23:17:03
84062         Log: s/this one/the 5.6.0 release/
84063      Branch: perl
84064            ! pod/perl56delta.pod
84065 ____________________________________________________________________________
84066 [  6730] By: jhi                                   on 2000/08/20  23:07:34
84067         Log: Mention perlebcdic and perlposix-bc.
84068      Branch: perl
84069            ! pod/perlport.pod
84070 ____________________________________________________________________________
84071 [  6729] By: jhi                                   on 2000/08/20  21:32:59
84072         Log: Document the number of exponent digits.
84073      Branch: perl
84074            ! pod/perlfunc.pod
84075 ____________________________________________________________________________
84076 [  6728] By: jhi                                   on 2000/08/20  21:16:47
84077         Log: Use File::Spec->tmpdir().
84078              
84079              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
84080              From: Tim Jenness <timj@jach.hawaii.edu>
84081              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
84082              MIME-Version: 1.0
84083              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
84084      Branch: perl
84085            ! utils/perlbug.PL
84086 ____________________________________________________________________________
84087 [  6727] By: jhi                                   on 2000/08/20  20:43:32
84088         Log: Update Changes.
84089      Branch: perl
84090            ! Changes patchlevel.h
84091 ____________________________________________________________________________
84092 [  6726] By: jhi                                   on 2000/08/20  20:41:44
84093         Log: The veryclean target needs to clobber.
84094      Branch: perl
84095            ! Makefile.SH
84096 ____________________________________________________________________________
84097 [  6725] By: jhi                                   on 2000/08/20  20:37:38
84098         Log: Document odd vs even subreleases and -Dusedevel.
84099      Branch: perl
84100            ! INSTALL
84101 ____________________________________________________________________________
84102 [  6724] By: jhi                                   on 2000/08/20  19:58:05
84103         Log: Use temporary directory instead of current directory.
84104              
84105              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
84106              From: Tim Jenness <timj@jach.hawaii.edu>
84107              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
84108              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
84109      Branch: perl
84110            ! t/lib/ftmp-security.t
84111 ____________________________________________________________________________
84112 [  6723] By: jhi                                   on 2000/08/20  19:55:55
84113         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
84114              From: andreas.koenig@anima.de (Andreas J. Koenig)
84115              Date: 20 Aug 2000 15:52:03 +0200
84116              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
84117      Branch: perl
84118            ! lib/ExtUtils/MM_Unix.pm
84119 ____________________________________________________________________________
84120 [  6722] By: jhi                                   on 2000/08/20  19:46:01
84121         Log: Update to CGI 2.72, from Lincoln Stein.
84122      Branch: perl
84123            ! lib/CGI.pm
84124 ____________________________________________________________________________
84125 [  6721] By: jhi                                   on 2000/08/20  19:43:54
84126         Log: (Replaced by #8364.)
84127              
84128              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
84129              From: Radu Greab <radu@netsoft.ro>
84130              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
84131              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
84132      Branch: perl
84133            ! ext/GDBM_File/GDBM_File.xs
84134 ____________________________________________________________________________
84135 [  6720] By: jhi                                   on 2000/08/20  19:42:01
84136         Log: pp_open() could pass an uninitialized filename down to do_open9().
84137      Branch: perl
84138            ! pp_sys.c
84139 ____________________________________________________________________________
84140 [  6719] By: jhi                                   on 2000/08/20  14:06:41
84141         Log: UTF8 concat fixes.
84142              
84143              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
84144              From: Hugo <hv@crypt.compulink.co.uk>
84145              Date: Sun, 20 Aug 2000 07:30:46 +0100
84146              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
84147      Branch: perl
84148            ! pp_hot.c t/op/append.t
84149 ____________________________________________________________________________
84150 [  6718] By: jhi                                   on 2000/08/20  02:09:37
84151         Log: Let's try #6717 again.
84152      Branch: perl
84153            ! lib/File/Temp.pm
84154 ____________________________________________________________________________
84155 [  6717] By: jhi                                   on 2000/08/20  01:56:55
84156         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
84157              From: "Craig A. Berry" <craig.berry@metamorgs.com>
84158              Date: Sat, 19 Aug 2000 18:15:39 -0500
84159              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
84160      Branch: perl
84161            ! lib/File/Temp.pm
84162 ____________________________________________________________________________
84163 [  6716] By: jhi                                   on 2000/08/19  15:50:11
84164         Log: Update Changes.
84165      Branch: perl
84166            ! Changes patchlevel.h
84167 ____________________________________________________________________________
84168 [  6715] By: jhi                                   on 2000/08/19  15:39:09
84169         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
84170              From: Jonathan D Johnston <jdjohnston2@juno.com>
84171              Date: Thu, 17 Aug 2000 23:13:01 -0400       
84172              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
84173      Branch: perl
84174            ! pod/perlfunc.pod
84175 ____________________________________________________________________________
84176 [  6714] By: jhi                                   on 2000/08/19  15:34:04
84177         Log: Introduce a 'veryclean' target that is like 'distclean'
84178              but also removes *~ and *.orig.
84179      Branch: perl
84180            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
84181            ! utils/Makefile x2p/Makefile.SH
84182 ____________________________________________________________________________
84183 [  6713] By: jhi                                   on 2000/08/19  14:15:45
84184         Log: Put back the long double avoidance code to POSIX.xs
84185              because VMS seems to need it still.
84186      Branch: perl
84187            ! ext/POSIX/POSIX.xs
84188 ____________________________________________________________________________
84189 [  6712] By: jhi                                   on 2000/08/19  14:10:41
84190         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
84191              From: Peter Prymmer <pvhp@forte.com>
84192              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
84193              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
84194      Branch: perl
84195            ! lib/Pod/Find.pm t/pod/find.t
84196 ____________________________________________________________________________
84197 [  6711] By: jhi                                   on 2000/08/19  14:09:19
84198         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
84199              From: Peter Prymmer <pvhp@forte.com>
84200              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
84201              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
84202              cc: vmsperl@perl.org
84203      Branch: perl
84204            ! t/lib/peek.t
84205 ____________________________________________________________________________
84206 [  6710] By: jhi                                   on 2000/08/19  14:08:01
84207         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
84208              From: Jan Dubois <jand@ActiveState.com>
84209              Date: Fri, 18 Aug 2000 16:31:48 -0700
84210              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
84211      Branch: perl
84212            ! win32/win32.c
84213 ____________________________________________________________________________
84214 [  6709] By: jhi                                   on 2000/08/19  14:06:57
84215         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
84216              
84217              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
84218              From: Spider.Boardman@Orb.Nashua.NH.US
84219              Date: Fri, 18 Aug 2000 18:41:14 -0400
84220              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
84221      Branch: perl
84222            ! regcomp.c
84223 ____________________________________________________________________________
84224 [  6708] By: jhi                                   on 2000/08/18  22:04:49
84225         Log: Update Changes.
84226      Branch: perl
84227            ! Changes patchlevel.h
84228 ____________________________________________________________________________
84229 [  6707] By: jhi                                   on 2000/08/18  21:55:14
84230         Log: Add warnif(), check warnings further up the stack,
84231              all the warnings functions now can take an optional object reference.
84232              
84233              Subject: [PATCH bleedperl@6691] warnings pragma update
84234              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
84235              Date: Fri, 18 Aug 2000 22:42:06 +0100
84236              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
84237      Branch: perl
84238            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
84239            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
84240            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
84241 ____________________________________________________________________________
84242 [  6706] By: jhi                                   on 2000/08/18  21:41:45
84243         Log: Typo in pp_complement().
84244              
84245              Subject: [PATCH perl-current] Deparse
84246              From: Peter Scott <Peter@PSDT.com>
84247              Date: Fri, 18 Aug 2000 12:44:37 -0700
84248              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
84249      Branch: perl
84250            ! ext/B/B/Deparse.pm
84251 ____________________________________________________________________________
84252 [  6705] By: jhi                                   on 2000/08/18  21:25:59
84253         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
84254              From: Jan Dubois <jand@ActiveState.com>
84255              Date: Fri, 18 Aug 2000 14:22:51 -0700
84256              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
84257      Branch: perl
84258            ! lib/Win32.pod win32/win32.c
84259 ____________________________________________________________________________
84260 [  6704] By: jhi                                   on 2000/08/18  21:16:14
84261         Log: Don't eat leading os from index entries.
84262              
84263              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
84264              From: Russ Allbery <rra@stanford.edu>
84265              Date: 10 Aug 2000 20:49:25 -0700
84266              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
84267      Branch: perl
84268            ! lib/Pod/Man.pm
84269 ____________________________________________________________________________
84270 [  6703] By: jhi                                   on 2000/08/18  21:07:06
84271         Log: Add [[:blank:]] as suggested in
84272              
84273              Subject: [ID 20000716.024] [=cc=] / [:blank:]
84274              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
84275              Date: Sun, 16 Jul 2000 17:55:29 -0700
84276              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
84277              
84278              (the [=cc=] has already been taken care of by #6439
84279              so the whole bug report can be closed)
84280              
84281              and make [[:space:]] to be equivalent to isspace(3)
84282              (as opposed to \s, which is isSPACE()).  The difference
84283              is that now [[:space:]] matches the mythical vertical tab,
84284              while \s doesn't.
84285      Branch: perl
84286            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
84287            ! regexec.c t/op/pat.t
84288 ____________________________________________________________________________
84289 [  6702] By: jhi                                   on 2000/08/18  18:47:47
84290         Log: The new tests were missing from #6415.
84291      Branch: perl
84292            ! t/op/bop.t
84293 ____________________________________________________________________________
84294 [  6701] By: jhi                                   on 2000/08/18  18:20:40
84295         Log: Document the NDBM_File and ODBM_File as SDBM_File
84296              was documented in #6417.
84297      Branch: perl
84298            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
84299            ! ext/SDBM_File/SDBM_File.pm
84300 ____________________________________________________________________________
84301 [  6700] By: jhi                                   on 2000/08/18  18:10:39
84302         Log: Subject: [PATCH perl@6698] cygwin port
84303              From: "Fifer, Eric" <EFifer@sanwaint.com>
84304              Date: Fri, 18 Aug 2000 17:30:05 +0100
84305              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
84306      Branch: perl
84307            ! lib/File/Temp.pm
84308 ____________________________________________________________________________
84309 [  6699] By: jhi                                   on 2000/08/18  16:21:49
84310         Log: Document code point which makes if (defined %stash::) to work
84311              (noted by Spider Boardman).
84312      Branch: perl
84313            ! op.c
84314 ____________________________________________________________________________
84315 [  6698] By: jhi                                   on 2000/08/18  13:43:27
84316         Log: Update Changes.
84317      Branch: perl
84318            ! Changes patchlevel.h
84319 ____________________________________________________________________________
84320 [  6697] By: jhi                                   on 2000/08/18  13:35:57
84321         Log: Tiny Getopt::Long patch from Johan Vromans.
84322      Branch: perl
84323            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84324 ____________________________________________________________________________
84325 [  6696] By: jhi                                   on 2000/08/18  13:26:14
84326         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
84327              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
84328              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
84329              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
84330      Branch: perl
84331            ! pod/perldiag.pod pod/perlsyn.pod
84332 ____________________________________________________________________________
84333 [  6695] By: jhi                                   on 2000/08/18  13:13:26
84334         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
84335              From: Daniel Chetlin <daniel@chetlin.com>
84336              Date: Fri, 18 Aug 2000 03:13:36 -0700
84337              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
84338      Branch: perl
84339            ! pod/perlfunc.pod
84340 ____________________________________________________________________________
84341 [  6694] By: jhi                                   on 2000/08/18  13:08:05
84342         Log: Subject: [PATCH] perltrap.pod spring cleaning
84343              From: Daniel Chetlin <daniel@chetlin.com>
84344              Date: Fri, 18 Aug 2000 03:06:54 -0700
84345              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
84346              
84347              plus Mike Guy's nitfix.
84348      Branch: perl
84349            ! pod/perltrap.pod
84350 ____________________________________________________________________________
84351 [  6693] By: jhi                                   on 2000/08/18  13:00:26
84352         Log: Unbuffer the output.
84353              
84354              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
84355              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84356              Date: Thu, 17 Aug 2000 18:39:29 -0700
84357              Message-ID: <RPJn5gzkgydf092yn@efn.org>
84358      Branch: perl
84359            ! t/op/fork.t
84360 ____________________________________________________________________________
84361 [  6692] By: jhi                                   on 2000/08/18  05:19:17
84362         Log: Delete the image, too, not just its MANIFEStation.
84363      Branch: perl
84364            - lib/CGI/eg/wilogo.gif
84365 ____________________________________________________________________________
84366 [  6691] By: jhi                                   on 2000/08/18  05:10:26
84367         Log: Propagate new Configure vars.
84368      Branch: perl
84369            ! configure.com epoc/config.sh uconfig.h uconfig.sh
84370            ! vos/config.def vos/config.h vos/config_h.SH_orig
84371            ! win32/config.bc win32/config.gc win32/config.vc
84372            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
84373 ____________________________________________________________________________
84374 [  6690] By: jhi                                   on 2000/08/18  04:30:56
84375         Log: Update Changes.
84376      Branch: perl
84377            ! Changes patchlevel.h
84378 ____________________________________________________________________________
84379 [  6689] By: jhi                                   on 2000/08/18  04:12:30
84380         Log: Fix the lib/complex failure of
84381              
84382              From: abigail@foad.org
84383              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
84384              Date: 15 Aug 2000 04:06:38 -0000
84385              Message-Id: <20000815040638.8524.qmail@foad.org> 
84386              
84387              Linux long double accuracy issue: something that
84388              when printed with %g looks like "2" but int() of it is 1.
84389      Branch: perl
84390            ! lib/Math/Complex.pm
84391 ____________________________________________________________________________
84392 [  6688] By: jhi                                   on 2000/08/18  03:15:35
84393         Log: The byteorder code in #6671 was wrong.
84394      Branch: perl
84395            ! configpm
84396 ____________________________________________________________________________
84397 [  6687] By: jhi                                   on 2000/08/18  02:08:42
84398         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
84399              From: Jan Dubois <jand@ActiveState.com>
84400              Date: Thu, 17 Aug 2000 18:31:55 -0700
84401              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
84402      Branch: perl
84403            ! sv.c
84404 ____________________________________________________________________________
84405 [  6686] By: jhi                                   on 2000/08/18  02:04:15
84406         Log: Use NVs in POSIX math, not doubles.
84407              
84408              From: abigail@foad.org
84409              Subject: [ID 20000817.014] POSIX & modfl
84410              Date: 17 Aug 2000 20:49:18 -0000
84411              Message-Id: <20000817204918.23123.qmail@foad.org>
84412      Branch: perl
84413            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
84414 ____________________________________________________________________________
84415 [  6685] By: jhi                                   on 2000/08/18  02:02:12
84416         Log: Introduce NVef, NVff, and NVgf, use the middle one.
84417              (helps for lib/peek + Linux + long doubles)  Reported in
84418              
84419              From: abigail@foad.org
84420              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
84421              Date: 15 Aug 2000 04:06:38 -0000
84422              Message-Id: <20000815040638.8524.qmail@foad.org> 
84423              
84424              (note: the lib/complex failure has not yet been addressed)
84425      Branch: metaconfig/U/perl
84426            ! perlxvf.U
84427      Branch: perl
84428            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84429            ! config_h.SH dump.c perl.h pod/perlguts.pod
84430 ____________________________________________________________________________
84431 [  6684] By: jhi                                   on 2000/08/17  23:22:19
84432         Log: Add byteorder to the myconfig output.
84433      Branch: perl
84434            ! myconfig.SH
84435 ____________________________________________________________________________
84436 [  6683] By: jhi                                   on 2000/08/17  23:20:19
84437         Log: The image doth not exist, spotted by Johan Vromans.
84438      Branch: perl
84439            ! MANIFEST
84440 ____________________________________________________________________________
84441 [  6682] By: jhi                                   on 2000/08/17  22:38:16
84442         Log: Document what the backtick returns if the command fails.
84443      Branch: perl
84444            ! pod/perlop.pod
84445 ____________________________________________________________________________
84446 [  6681] By: jhi                                   on 2000/08/17  22:33:12
84447         Log: Do not use prototyping here.
84448              
84449              Subject: [ID 20000817.016] [PATCH] Peek.xs
84450              From: abigail@foad.org
84451              Date: 17 Aug 2000 20:55:56 -0000
84452              Message-Id: <20000817205556.24270.qmail@foad.org>
84453      Branch: perl
84454            ! ext/Devel/Peek/Makefile.PL
84455 ____________________________________________________________________________
84456 [  6680] By: jhi                                   on 2000/08/17  19:46:43
84457         Log: Don't propose using modules built for 5.005 if no binary
84458              compatibility with 5.005 is attempted.
84459              
84460              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
84461              Subject: Minor nit with 5.7.0 (6655)
84462              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
84463              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
84464      Branch: metaconfig
84465            ! U/installdirs/inc_version_list.U
84466      Branch: perl
84467            ! Configure config_h.SH
84468 ____________________________________________________________________________
84469 [  6679] By: jhi                                   on 2000/08/17  19:16:39
84470         Log: Microperl config update.
84471      Branch: perl
84472            ! uconfig.h uconfig.sh
84473 ____________________________________________________________________________
84474 [  6678] By: jhi                                   on 2000/08/17  19:16:13
84475         Log: The #6648 wasn't protective enough for limited platforms
84476              (like microperl).
84477      Branch: perl
84478            ! dump.c sv.c
84479 ____________________________________________________________________________
84480 [  6677] By: jhi                                   on 2000/08/17  14:46:35
84481         Log: Update Changes.
84482      Branch: perl
84483            ! Changes patchlevel.h
84484 ____________________________________________________________________________
84485 [  6676] By: jhi                                   on 2000/08/17  14:44:02
84486         Log: Add perlebcdic from Peter Prymmer, regen toc.
84487      Branch: perl
84488            + pod/perlebcdic.pod
84489            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
84490 ____________________________________________________________________________
84491 [  6675] By: jhi                                   on 2000/08/17  14:41:52
84492         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
84493      Branch: perl
84494            ! pod/perldebtut.pod
84495 ____________________________________________________________________________
84496 [  6674] By: jhi                                   on 2000/08/17  14:29:43
84497         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
84498              
84499              Subject: [ID 20000724.006] -DLEAKTEST problem
84500              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
84501              Date: Tue, 25 Jul 2000 00:36:32 -0500
84502              Message-Id: <20000725003632.A26186@www.llamacom.com>
84503              
84504              Reminder sent
84505              
84506              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
84507              From: Hugo <hv@crypt.compulink.co.uk>
84508              Date: Thu, 17 Aug 2000 15:23:42 +0100
84509              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
84510      Branch: perl
84511            ! util.c
84512 ____________________________________________________________________________
84513 [  6673] By: jhi                                   on 2000/08/17  04:07:10
84514         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
84515              From: John Peacock <JPeacock@UnivPress.com>
84516              Date: Tue, 01 Aug 2000 09:38:12 -0400
84517              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
84518      Branch: perl
84519            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
84520 ____________________________________________________________________________
84521 [  6672] By: jhi                                   on 2000/08/17  03:04:35
84522         Log: Subject: [PATCH] Cwd.pm now uses strict
84523              From: Tim Jenness <timj@jach.hawaii.edu>
84524              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
84525              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
84526      Branch: perl
84527            ! lib/Cwd.pm
84528 ____________________________________________________________________________
84529 [  6671] By: jhi                                   on 2000/08/17  02:16:35
84530         Log: Make $Config{byteorder} more magical so that it is
84531              dynamically computed: nice for 'fat binaries'.
84532              
84533              Subject: [PATCH]: default byteorder
84534              From: Wilfredo Sánchez <wsanchez@apple.com>
84535              Date: Mon, 31 Jul 2000 19:45:31 -0700
84536              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
84537      Branch: perl
84538            ! configpm
84539 ____________________________________________________________________________
84540 [  6670] By: gsar                                  on 2000/08/17  01:22:21
84541         Log: move WNOHANG definition to where other such things are
84542      Branch: perl
84543            ! win32/win32.h
84544 ____________________________________________________________________________
84545 [  6669] By: jhi                                   on 2000/08/17  01:19:17
84546         Log: Update Changes.
84547      Branch: perl
84548            ! Changes patchlevel.h
84549 ____________________________________________________________________________
84550 [  6668] By: jhi                                   on 2000/08/17  01:16:29
84551         Log: Doc nits spotted by Richard Soderberg.
84552      Branch: perl
84553            ! README.posix-bc README.vmesa
84554 ____________________________________________________________________________
84555 [  6667] By: jhi                                   on 2000/08/17  01:12:11
84556         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
84557              From: "Casey R. Tweten" <crt@kiski.net>
84558              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
84559              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
84560      Branch: perl
84561            ! pod/perldebtut.pod
84562 ____________________________________________________________________________
84563 [  6666] By: jhi                                   on 2000/08/17  01:09:31
84564         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
84565              From: "Casey R. Tweten" <crt@kiski.net>
84566              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
84567              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
84568      Branch: perl
84569            ! lib/Shell.pm
84570 ____________________________________________________________________________
84571 [  6665] By: gsar                                  on 2000/08/17  01:03:52
84572         Log: add "ok" targets from change#6632 in makefile.mk
84573      Branch: perl
84574            ! pod/perlport.pod win32/Makefile win32/makefile.mk
84575 ____________________________________________________________________________
84576 [  6664] By: gsar                                  on 2000/08/17  00:56:11
84577         Log: avoid warnings from dense compiler
84578      Branch: perl
84579            ! win32/win32.c
84580 ____________________________________________________________________________
84581 [  6663] By: jhi                                   on 2000/08/17  00:51:49
84582         Log: Tweak the regex compilation errors once more.
84583      Branch: perl
84584            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
84585            ! t/op/regmesg.t t/pragma/warn/regcomp
84586 ____________________________________________________________________________
84587 [  6662] By: gsar                                  on 2000/08/17  00:28:19
84588         Log: trailing new %ENV entries weren't being pushed into the real
84589              environment of subprocesses on Windows
84590      Branch: perl
84591            ! t/op/magic.t win32/perlhost.h
84592 ____________________________________________________________________________
84593 [  6661] By: gsar                                  on 2000/08/17  00:19:20
84594         Log: waitpid() now handles externally spawned pids correctly;
84595              fixes for backtick/wait/waitpid failures on Windows 9x
84596              
84597              these changes make the pid returned by process functions on
84598              Windows 9x always positive by clearing the high bit (which
84599              is always set on Win9x); pseudo-process PIDs are likewise
84600              always negative now on Win9x (just as on NT/2000)
84601      Branch: perl
84602            ! pp_sys.c win32/perlhost.h win32/win32.c
84603 ____________________________________________________________________________
84604 [  6660] By: jhi                                   on 2000/08/17  00:04:32
84605         Log: Retract #6645.
84606      Branch: perl
84607            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84608            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
84609            ! t/op/sprintf.t
84610 ____________________________________________________________________________
84611 [  6659] By: gsar                                  on 2000/08/16  23:59:28
84612         Log: on windows, the return values from wait() and waitpid() don't
84613              match those of pseudo-pids
84614      Branch: perl
84615            ! pp_sys.c t/op/fork.t util.c win32/win32.c
84616 ____________________________________________________________________________
84617 [  6658] By: gsar                                  on 2000/08/16  23:56:14
84618         Log: pod nit seen in passing
84619      Branch: perl
84620            ! pod/perlfunc.pod
84621 ____________________________________________________________________________
84622 [  6657] By: gsar                                  on 2000/08/16  23:53:42
84623         Log: change#6328 could make close(SOCKET) return false on windows
84624              when it shouldn't
84625      Branch: perl
84626            ! win32/win32sck.c
84627 ____________________________________________________________________________
84628 [  6656] By: gsar                                  on 2000/08/16  23:46:57
84629         Log: check that the number pseudo children doesn't exceed
84630              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
84631              the WaitForMultipleObjects() limit that would cause wait()
84632              to crash)
84633              
84634              wait() and waitpid() could potentially be rewritten to use
84635              more than one thread to do the waiting to eliminate this
84636              limitation
84637      Branch: perl
84638            ! win32/perlhost.h
84639 ____________________________________________________________________________
84640 [  6655] By: jhi                                   on 2000/08/16  14:11:05
84641         Log: Update Changes.
84642      Branch: perl
84643            ! Changes patchlevel.h
84644 ____________________________________________________________________________
84645 [  6654] By: jhi                                   on 2000/08/16  14:10:12
84646         Log: Update to perldebtut 1.9, from Richard Foley.
84647      Branch: perl
84648            ! pod/perldebtut.pod
84649 ____________________________________________________________________________
84650 [  6653] By: jhi                                   on 2000/08/16  14:08:17
84651         Log: Change the regx compilation error markers to use = instead of <
84652              since pod makes using the latter quite messy.  Reported in
84653              ID 20000814.006 by Abigail and in
84654              Subject: Unknown escape E<> ?
84655              From: Lupe Christoph <lupe@lupe-christoph.de>
84656              Date: Fri, 11 Aug 2000 00:30:27 +0200
84657              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
84658      Branch: perl
84659            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
84660            ! t/op/regmesg.t t/pragma/warn/regcomp
84661 ____________________________________________________________________________
84662 [  6652] By: jhi                                   on 2000/08/16  13:25:31
84663         Log: Change the perlbug address to perl.org since it's more forgiving.
84664              
84665              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
84666              From: abigail@foad.org
84667              Date: 15 Aug 2000 04:15:40 -0000
84668              Message-Id: <20000815041540.8633.qmail@foad.org>
84669      Branch: perl
84670            ! utils/perlbug.PL
84671 ____________________________________________________________________________
84672 [  6651] By: jhi                                   on 2000/08/16  13:22:35
84673         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
84674              From: Tim Jenness <timj@jach.hawaii.edu>
84675              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
84676              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
84677      Branch: perl
84678            ! lib/Cwd.pm
84679 ____________________________________________________________________________
84680 [  6650] By: jhi                                   on 2000/08/16  13:18:13
84681         Log: Update to CPAN 1.57.
84682              
84683              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
84684              From: andreas.koenig@anima.de (Andreas J. Koenig)
84685              Date: 16 Aug 2000 15:09:46 +0200
84686              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
84687      Branch: perl
84688            ! lib/CPAN.pm
84689 ____________________________________________________________________________
84690 [  6649] By: jhi                                   on 2000/08/16  13:12:31
84691         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
84692              From: "Larry W. Virden" <lvirden@cas.org>
84693              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
84694              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
84695      Branch: perl
84696            ! README.hpux
84697 ____________________________________________________________________________
84698 [  6648] By: jhi                                   on 2000/08/16  13:03:53
84699         Log: The numeric locale was reset to "C" by s?printf and never restored.
84700              
84701              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
84702              From: Christian Kirsch <ck@held.mind.de>
84703              Date: Wed, 9 Aug 2000 17:05:17 +0200
84704              Message-Id: <20000809170517.A25389@held>
84705              
84706              No test since adding the failing example to locale.t
84707              does not fail -- probably because the locale settings are so
84708              thoroughly tweaked by that time.  Running the example standalone
84709              does fail, though.  UPDATE: test case added at change #7540.
84710      Branch: perl
84711            ! dump.c perl.h pp.c pp_ctl.c sv.c
84712 ____________________________________________________________________________
84713 [  6647] By: jhi                                   on 2000/08/16  00:07:54
84714         Log: Update Changes and test semi-automatic patchlevel updating.
84715      Branch: perl
84716            ! Changes patchlevel.h
84717 ____________________________________________________________________________
84718 [  6646] By: jhi                                   on 2000/08/15  23:35:07
84719         Log: Fix a dependency problem.
84720              
84721              Subject: [PATCH: 6640] VMS Makefile.SH update
84722              From: Peter Prymmer <pvhp@forte.com>
84723              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
84724              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
84725      Branch: perl
84726            ! vms/descrip_mms.template
84727 ____________________________________________________________________________
84728 [  6645] By: jhi                                   on 2000/08/15  23:33:23
84729         Log: (Retracted by #6660)
84730              
84731              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
84732              From: Dominic Dunlop <domo@computer.org>
84733              Date: Tue, 15 Aug 2000 22:20:52 +0200
84734              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
84735      Branch: metaconfig/U/perl
84736            + d_printfed.U
84737      Branch: perl
84738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84739            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
84740            ! t/op/sprintf.t
84741 ____________________________________________________________________________
84742 [  6644] By: jhi                                   on 2000/08/15  21:17:20
84743         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
84744              From: abigail@foad.org
84745              Date: 15 Aug 2000 20:12:41 -0000
84746              Message-Id: <20000815201241.25556.qmail@foad.org>
84747      Branch: perl
84748            ! INSTALL
84749 ____________________________________________________________________________
84750 [  6643] By: jhi                                   on 2000/08/15  21:15:28
84751         Log: (an already applied patch)
84752      Branch: perl
84753            ! lib/CGI.pm
84754 ____________________________________________________________________________
84755 [  6642] By: gsar                                  on 2000/08/15  19:54:05
84756         Log: magic callbacks all need to have same type signature
84757      Branch: perl
84758            ! embed.pl mg.c proto.h
84759 ____________________________________________________________________________
84760 [  6641] By: jhi                                   on 2000/08/15  17:56:27
84761         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)
84762              From: Mike Guy <mjtg@cam.ac.uk>
84763              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
84764              Date: Tue, 15 Aug 2000 18:26:45 +0100
84765              
84766              Only the peek.t part applied, not the hash quality part.
84767      Branch: perl
84768            ! t/lib/peek.t
84769 ____________________________________________________________________________
84770 [  6640] By: jhi                                   on 2000/08/15  16:37:37
84771         Log: Update Changes.
84772      Branch: perl
84773            ! Changes
84774 ____________________________________________________________________________
84775 [  6639] By: jhi                                   on 2000/08/15  16:34:55
84776         Log: Missed a file from #6638.
84777      Branch: perl
84778            ! lib/File/Temp.pm
84779 ____________________________________________________________________________
84780 [  6638] By: jhi                                   on 2000/08/15  16:33:19
84781         Log: Subject: [PATCH perl@6620] cygwin port
84782              From: "Fifer, Eric" <EFifer@sanwaint.com>
84783              Date: Tue, 15 Aug 2000 17:00:49 +0100
84784              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
84785      Branch: perl
84786            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
84787 ____________________________________________________________________________
84788 [  6637] By: jhi                                   on 2000/08/15  16:29:22
84789         Log: Subject: [PATCH] debugger exit code should reflect user exit code
84790              From: Mike Guy <mjtg@cam.ac.uk>
84791              Date: Tue, 15 Aug 2000 16:55:59 +0100
84792              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
84793      Branch: perl
84794            ! lib/perl5db.pl
84795 ____________________________________________________________________________
84796 [  6636] By: jhi                                   on 2000/08/15  15:30:58
84797         Log: Update Changes.
84798      Branch: perl
84799            ! Changes
84800 ____________________________________________________________________________
84801 [  6635] By: jhi                                   on 2000/08/15  15:27:21
84802         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
84803      Branch: metaconfig
84804            ! U/mkglossary U/mksample
84805      Branch: metaconfig/U/perl
84806            ! Devel.U
84807      Branch: perl
84808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
84809 ____________________________________________________________________________
84810 [  6634] By: jhi                                   on 2000/08/15  14:11:55
84811         Log: Don't blow limited stacks, a lower number is enough to
84812              tickle the lookbehind limit.
84813              
84814              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
84815              From: Dominic Dunlop <domo@computer.org>
84816              Date: Tue, 15 Aug 2000 13:51:24 +0200
84817              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
84818      Branch: perl
84819            ! t/op/regmesg.t
84820 ____________________________________________________________________________
84821 [  6633] By: jhi                                   on 2000/08/15  14:01:46
84822         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
84823              From: Mike Guy <mjtg@cam.ac.uk>
84824              Date: Tue, 15 Aug 2000 12:10:50 +0100
84825              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
84826      Branch: perl
84827            ! utils/perldoc.PL
84828 ____________________________________________________________________________
84829 [  6632] By: jhi                                   on 2000/08/15  13:58:48
84830         Log: make ok etc also for win32.
84831              
84832              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
84833              From: Prymmer/Kahn <pvhp@best.com>
84834              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
84835              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
84836      Branch: perl
84837            ! win32/Makefile
84838 ____________________________________________________________________________
84839 [  6631] By: jhi                                   on 2000/08/15  13:45:03
84840         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
84841      Branch: perl
84842            ! lib/Test.pm
84843 ____________________________________________________________________________
84844 [  6630] By: jhi                                   on 2000/08/15  03:25:09
84845         Log: Update Changes.
84846      Branch: perl
84847            ! Changes
84848 ____________________________________________________________________________
84849 [  6629] By: jhi                                   on 2000/08/15  03:23:53
84850         Log: magic_regdatum_set() is void, not int.
84851      Branch: perl
84852            ! embed.pl mg.c proto.h
84853 ____________________________________________________________________________
84854 [  6628] By: jhi                                   on 2000/08/15  03:08:02
84855         Log: Make the user to give up his firstborn, err, to knowingly
84856              verify installing an unstable developer release.  Also bump
84857              the release to 5.7.0, but leave a patch tag in the local
84858              patches saying that this is not yet the real thing.
84859      Branch: metaconfig
84860            ! U/modified/Instruct.U
84861      Branch: metaconfig/U/perl
84862            + Devel.U
84863      Branch: perl
84864            ! Configure patchlevel.h
84865 ____________________________________________________________________________
84866 [  6627] By: jhi                                   on 2000/08/14  22:32:52
84867         Log: README.os2 update.
84868              
84869              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
84870              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84871              Date: Wed, 02 Aug 2000 21:55:09 -0700
84872              Message-ID: <tsPi5gzkgegX092yn@efn.org>
84873      Branch: perl
84874            ! README.os2
84875 ____________________________________________________________________________
84876 [  6626] By: jhi                                   on 2000/08/14  21:00:02
84877         Log: Subject: Re: File::Temp problems on VMS in bleedperl
84878              From: Tim Jenness <timj@jach.hawaii.edu>
84879              cc: vmsperl@perl.org
84880              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
84881              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
84882      Branch: perl
84883            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
84884 ____________________________________________________________________________
84885 [  6625] By: jhi                                   on 2000/08/14  20:52:16
84886         Log: Add SUIDMAIL as was done for the CERT alert.
84887      Branch: perl
84888            ! patchlevel.h
84889 ____________________________________________________________________________
84890 [  6624] By: jhi                                   on 2000/08/14  20:48:50
84891         Log: Subject: sfio2000
84892              From: Daniel Muino <dmuino@afip.gov.ar>
84893              Date: Mon, 14 Aug 2000 16:58:11 -0300
84894              Message-ID: <20000814165811.B16368@con2-dgi>
84895      Branch: perl
84896            ! perlsdio.h perlsfio.h
84897 ____________________________________________________________________________
84898 [  6623] By: jhi                                   on 2000/08/14  20:47:36
84899         Log: Subject: warning: storage class after type is obsolescent
84900              From: Daniel Muino <dmuino@afip.gov.ar>
84901              Date: Mon, 14 Aug 2000 16:42:47 -0300
84902              Message-ID: <20000814164247.A16368@con2-dgi>
84903      Branch: perl
84904            ! regcomp.pl regnodes.h
84905 ____________________________________________________________________________
84906 [  6622] By: jhi                                   on 2000/08/14  20:43:05
84907         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
84908              From: abigail@foad.org
84909              Date: 14 Aug 2000 20:00:10 -0000
84910              Message-Id: <20000814200010.27271.qmail@foad.org>
84911      Branch: perl
84912            ! Changes
84913 ____________________________________________________________________________
84914 [  6621] By: jhi                                   on 2000/08/14  15:23:05
84915         Log: Update Changes.
84916      Branch: perl
84917            ! Changes
84918 ____________________________________________________________________________
84919 [  6620] By: jhi                                   on 2000/08/14  15:22:14
84920         Log: Subject: Re: [PATCH] @+, @- readonly
84921              From: Mike Guy <mjtg@cam.ac.uk>
84922              Date: Mon, 14 Aug 2000 15:26:55 +0100
84923              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
84924      Branch: perl
84925            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
84926            ! sv.c t/op/pat.t
84927 ____________________________________________________________________________
84928 [  6619] By: jhi                                   on 2000/08/14  14:12:08
84929         Log: Update Changes.
84930      Branch: perl
84931            ! Changes
84932 ____________________________________________________________________________
84933 [  6618] By: jhi                                   on 2000/08/14  14:09:34
84934         Log: For now remove the mail code.
84935      Branch: perl
84936            ! perl.c
84937 ____________________________________________________________________________
84938 [  6617] By: jhi                                   on 2000/08/14  14:08:28
84939         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
84940      Branch: perl
84941            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
84942            ! pod/perlfaq8.pod pod/perlsec.pod
84943 ____________________________________________________________________________
84944 [  6616] By: jhi                                   on 2000/08/14  14:00:11
84945         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
84946              From: Mike Guy <mjtg@cam.ac.uk>
84947              Date: Mon, 14 Aug 2000 08:26:02 +0100
84948              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
84949      Branch: perl
84950            ! lib/perl5db.pl
84951 ____________________________________________________________________________
84952 [  6615] By: jhi                                   on 2000/08/14  13:58:45
84953         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
84954              From: Mike Guy <mjtg@cam.ac.uk>
84955              Date: Mon, 14 Aug 2000 08:04:22 +0100
84956              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
84957      Branch: perl
84958            ! gv.c mg.c t/op/pat.t
84959 ____________________________________________________________________________
84960 [  6614] By: jhi                                   on 2000/08/14  13:56:45
84961         Log: Subject: Test fails / warnings with perl-current #6612
84962              From: Mike Guy <mjtg@cam.ac.uk>
84963              Date: Mon, 14 Aug 2000 07:57:23 +0100
84964              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
84965      Branch: perl
84966            ! t/lib/b.t t/lib/peek.t
84967 ____________________________________________________________________________
84968 [  6613] By: jhi                                   on 2000/08/14  13:45:33
84969         Log: VMS configure.com update continues.
84970      Branch: perl
84971            - vms/configure.com
84972            ! MANIFEST configure.com
84973 ____________________________________________________________________________
84974 [  6612] By: jhi                                   on 2000/08/13  22:13:35
84975         Log: Update Changes.
84976      Branch: perl
84977            ! Changes
84978 ____________________________________________________________________________
84979 [  6611] By: jhi                                   on 2000/08/13  16:21:45
84980         Log: Upgrade to CGI 2.71, from Lincoln Stein.
84981      Branch: perl
84982            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
84983 ____________________________________________________________________________
84984 [  6610] By: jhi                                   on 2000/08/13  15:09:16
84985         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
84986              From: Mike Guy <mjtg@cam.ac.uk>
84987              Date: Sun, 13 Aug 2000 13:45:51 +0100
84988              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
84989      Branch: perl
84990            ! t/op/regmesg.t
84991 ____________________________________________________________________________
84992 [  6609] By: jhi                                   on 2000/08/13  14:31:26
84993         Log: Andreas says that 1.56 is fine, so reverting back to it.
84994      Branch: perl
84995            ! lib/CPAN.pm
84996 ____________________________________________________________________________
84997 [  6608] By: jhi                                   on 2000/08/13  05:34:20
84998         Log: Update Changes.
84999      Branch: perl
85000            ! Changes
85001 ____________________________________________________________________________
85002 [  6607] By: jhi                                   on 2000/08/13  05:32:01
85003         Log: Put back the \z changes of #5406 to CPAN.pm.
85004      Branch: perl
85005            ! lib/CPAN.pm
85006 ____________________________________________________________________________
85007 [  6606] By: jhi                                   on 2000/08/13  05:20:16
85008         Log: Fix-n-skip the tests under 5005threads.
85009      Branch: perl
85010            ! t/lib/b.t
85011 ____________________________________________________________________________
85012 [  6605] By: jhi                                   on 2000/08/13  05:07:48
85013         Log: Fix the test for 5005threads.
85014      Branch: perl
85015            ! t/lib/peek.t
85016 ____________________________________________________________________________
85017 [  6604] By: jhi                                   on 2000/08/13  03:35:37
85018         Log: Should have deleted this in #6603.
85019      Branch: perl
85020            - vms/subconfigure.com
85021 ____________________________________________________________________________
85022 [  6603] By: jhi                                   on 2000/08/12  18:29:32
85023         Log: Rewrite of vms/subconfigure.com as configure.com,
85024              from Peter Prymmer and the vmsperl crew.
85025      Branch: perl
85026            + vms/configure.com
85027            ! MANIFEST
85028 ____________________________________________________________________________
85029 [  6602] By: jhi                                   on 2000/08/11  13:00:01
85030         Log: PlainText.pm is dead.
85031      Branch: perl
85032            - lib/Pod/PlainText.pm
85033            ! MANIFEST
85034 ____________________________________________________________________________
85035 [  6601] By: jhi                                   on 2000/08/11  04:06:45
85036         Log: Update Changes.
85037      Branch: perl
85038            ! Changes
85039 ____________________________________________________________________________
85040 [  6600] By: jhi                                   on 2000/08/11  04:06:10
85041         Log: Add a few missing files, update MANIFEST.
85042      Branch: perl
85043            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
85044            + lib/Pod/PlainText.pm t/pod/find.t
85045            ! MANIFEST t/op/regmesg.t
85046 ____________________________________________________________________________
85047 [  6599] By: jhi                                   on 2000/08/11  03:31:10
85048         Log: Add Perl debugging tutorial, regen toc. 
85049              
85050              Subject: perldebtut.pod
85051              From: Richard Foley <Richard.Foley@m.dasa.de>
85052              Date: Wed, 09 Aug 2000 10:17:15 +0200
85053              Message-id: <3991138B.262247B8@m.dasa.de>
85054      Branch: perl
85055            + pod/perldebtut.pod
85056            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85057 ____________________________________________________________________________
85058 [  6598] By: jhi                                   on 2000/08/11  02:48:56
85059         Log: tiny Changes edit
85060      Branch: perl
85061            ! Changes
85062 ____________________________________________________________________________
85063 [  6597] By: jhi                                   on 2000/08/11  02:39:04
85064         Log: Tests for #6589.
85065              
85066              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
85067              From: simon@brecon.co.uk (Simon Cozens)
85068              Date: 11 Aug 2000 02:24:52 GMT
85069              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
85070      Branch: perl
85071            ! t/lib/b.t
85072 ____________________________________________________________________________
85073 [  6596] By: jhi                                   on 2000/08/11  01:50:07
85074         Log: Update Changes.
85075      Branch: perl
85076            ! Changes
85077 ____________________________________________________________________________
85078 [  6595] By: jhi                                   on 2000/08/11  01:47:16
85079         Log: nitfix
85080      Branch: perl
85081            ! Changes
85082 ____________________________________________________________________________
85083 [  6594] By: jhi                                   on 2000/08/11  01:36:16
85084         Log: Subject: Getting perlio and threads to compile
85085              From: Lupe Christoph <lupe@lupe-christoph.de>
85086              Date: Wed, 9 Aug 2000 11:35:54 +0200
85087              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
85088              
85089              (the Solaris version changes in Configure skipped)
85090      Branch: perl
85091            ! hints/solaris_2.sh thread.h
85092 ____________________________________________________________________________
85093 [  6593] By: jhi                                   on 2000/08/11  01:30:16
85094         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
85095              From: simon@brecon.co.uk (Simon Cozens)
85096              Date: 1 Aug 2000 06:55:19 GMT
85097              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
85098      Branch: perl
85099            ! lib/utf8.pm
85100 ____________________________________________________________________________
85101 [  6592] By: jhi                                   on 2000/08/11  01:26:39
85102         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
85103              From: Peter Scott <Peter@PeterScott.com>
85104              Date: Thu, 10 Aug 2000 08:23:27 -0700
85105              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
85106      Branch: perl
85107            ! lib/perl5db.pl
85108 ____________________________________________________________________________
85109 [  6591] By: jhi                                   on 2000/08/11  01:22:02
85110         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
85111              From: Hugo <hv@crypt.compulink.co.uk>
85112              Date: Thu, 10 Aug 2000 19:23:04 +0100
85113              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
85114      Branch: perl
85115            ! regexec.c t/op/pat.t
85116 ____________________________________________________________________________
85117 [  6590] By: jhi                                   on 2000/08/11  01:19:19
85118         Log: Preprocessing and postprocessing for File::Find.
85119              
85120              Subject: Patch to Find::File.pm to allow alphabetical results
85121              From: Joe Smith <jsmith@inwap.com>
85122              Date: Wed, 9 Aug 2000 02:44:54 -0700
85123              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
85124      Branch: perl
85125            ! lib/File/Find.pm
85126 ____________________________________________________________________________
85127 [  6589] By: jhi                                   on 2000/08/11  01:12:39
85128         Log: B::Deparse didn't do sub attributes.
85129              
85130              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
85131              From: simon@brecon.co.uk (Simon Cozens)
85132              Date: 9 Aug 2000 04:49:20 GMT
85133              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
85134      Branch: perl
85135            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
85136 ____________________________________________________________________________
85137 [  6588] By: jhi                                   on 2000/08/11  01:06:40
85138         Log: Subject: debugger "d" command doesnt check line number
85139              From: Mike Guy <mjtg@cam.ac.uk>
85140              Date: Tue, 08 Aug 2000 21:54:29 +0100
85141              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
85142      Branch: perl
85143            ! lib/perl5db.pl mg.c pod/perldiag.pod
85144 ____________________________________________________________________________
85145 [  6587] By: jhi                                   on 2000/08/11  00:45:03
85146         Log: sleep(1) does not necessarily return 1.
85147              
85148              Subject: [PATCH bleadperl] op/lex_assign.t  
85149              From: Hugo <hv@crypt.compulink.co.uk>
85150              Date: Thu, 03 Aug 2000 14:34:22 +0100        
85151              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
85152      Branch: perl
85153            ! t/op/lex_assign.t
85154 ____________________________________________________________________________
85155 [  6586] By: jhi                                   on 2000/08/11  00:31:50
85156         Log: Document the IO::Select timeout.
85157      Branch: perl
85158            ! ext/IO/lib/IO/Select.pm
85159 ____________________________________________________________________________
85160 [  6585] By: jhi                                   on 2000/08/11  00:13:54
85161         Log: Forgot contributor.
85162      Branch: perl
85163            ! Changes
85164 ____________________________________________________________________________
85165 [  6584] By: jhi                                   on 2000/08/11  00:09:19
85166         Log: detypo
85167      Branch: perl
85168            ! Changes
85169 ____________________________________________________________________________
85170 [  6583] By: jhi                                   on 2000/08/11  00:07:53
85171         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
85172              
85173              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
85174              From: Mike Guy <mjtg@cam.ac.uk> 
85175              Date: Thu, 10 Aug 2000 15:50:54 +0100
85176              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
85177      Branch: perl
85178            ! sv.c t/op/int.t
85179 ____________________________________________________________________________
85180 [  6582] By: jhi                                   on 2000/08/10  23:29:32
85181         Log: Update Changes.
85182      Branch: perl
85183            ! Changes
85184 ____________________________________________________________________________
85185 [  6581] By: jhi                                   on 2000/08/10  23:26:16
85186         Log: Put back the std @INC thing.
85187      Branch: perl
85188            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
85189            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
85190            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
85191            ! t/lib/gol-oo.t
85192 ____________________________________________________________________________
85193 [  6580] By: jhi                                   on 2000/08/10  23:03:34
85194         Log: Update to CGI 2.70, from Lincoln Stein.
85195      Branch: perl
85196            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
85197            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
85198            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
85199            ! t/lib/cgi-request.t
85200 ____________________________________________________________________________
85201 [  6579] By: jhi                                   on 2000/08/10  22:41:50
85202         Log: Update to CPAN 1.56, from Andreas König.
85203      Branch: perl
85204            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
85205 ____________________________________________________________________________
85206 [  6578] By: jhi                                   on 2000/08/10  22:38:13
85207         Log: Update to Pod::Parser 1.17, from Brad Appleton.
85208      Branch: perl
85209            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
85210            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
85211            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
85212            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
85213            ! t/pod/include.t t/pod/included.t t/pod/lref.t
85214            ! t/pod/multiline_items.t t/pod/nested_items.t
85215            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
85216            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
85217            ! t/pod/special_seqs.t
85218 ____________________________________________________________________________
85219 [  6577] By: jhi                                   on 2000/08/10  22:35:41
85220         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
85221      Branch: perl
85222            ! AUTHORS MAINTAIN
85223 ____________________________________________________________________________
85224 [  6576] By: jhi                                   on 2000/08/10  22:24:54
85225         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
85226      Branch: perl
85227            + t/lib/gol-oo.t
85228            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
85229            ! t/lib/gol-compat.t t/lib/gol-linkage.t
85230 ____________________________________________________________________________
85231 [  6575] By: jhi                                   on 2000/08/10  22:02:07
85232         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
85233      Branch: perl
85234            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
85235 ____________________________________________________________________________
85236 [  6574] By: jhi                                   on 2000/08/10  21:55:03
85237         Log: Iterating perl6 description.
85238      Branch: perl
85239            ! pod/perlfaq1.pod
85240 ____________________________________________________________________________
85241 [  6573] By: jhi                                   on 2000/08/10  21:48:26
85242         Log: Revert the sv.c part of #6559, a better fix is needed.
85243      Branch: perl
85244            ! sv.c
85245 ____________________________________________________________________________
85246 [  6572] By: jhi                                   on 2000/08/10  20:33:43
85247         Log: It's the 2ndO'ROSSC.
85248      Branch: perl
85249            ! pod/perlfaq1.pod
85250 ____________________________________________________________________________
85251 [  6571] By: jhi                                   on 2000/08/10  15:55:48
85252         Log: detypo
85253      Branch: perl
85254            ! pod/perlfaq1.pod
85255 ____________________________________________________________________________
85256 [  6570] By: jhi                                   on 2000/08/10  14:11:17
85257         Log: An exceptionally sticky typo.
85258      Branch: perl
85259            ! Changes
85260 ____________________________________________________________________________
85261 [  6569] By: jhi                                   on 2000/08/10  14:09:33
85262         Log: detypo (and test Changes updating script)
85263      Branch: perl
85264            ! Changes
85265 ____________________________________________________________________________
85266 [  6568] By: jhi                                   on 2000/08/10  14:07:07
85267         Log: Update Changes.
85268      Branch: perl
85269            ! Changes
85270 ____________________________________________________________________________
85271 [  6567] By: jhi                                   on 2000/08/10  14:06:19
85272         Log: Amend the description of Perl6.
85273              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
85274              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
85275              Date: Wed, 9 Aug 2000 22:11:06 -0500
85276              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
85277      Branch: perl
85278            ! pod/perlfaq1.pod
85279 ____________________________________________________________________________
85280 [  6566] By: jhi                                   on 2000/08/10  13:58:57
85281         Log: Subject: Remove dead entry in perldiag
85282              From: Mike Guy <mjtg@cam.ac.uk>
85283              Date: Thu, 10 Aug 2000 14:19:19 +0100
85284              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
85285      Branch: perl
85286            ! pod/perldiag.pod
85287 ____________________________________________________________________________
85288 [  6565] By: jhi                                   on 2000/08/10  13:51:48
85289         Log: Zero entries were skipped, fix from Adrian Goalby
85290              <argoalby@yahoo.co.uk>
85291      Branch: perl
85292            ! lib/unicode/Number.pl lib/unicode/mktables.PL
85293 ____________________________________________________________________________
85294 [  6564] By: jhi                                   on 2000/08/10  13:00:12
85295         Log: Subject: [PATCH 5.6.0] cygwin port
85296              From: "Fifer, Eric" <EFifer@sanwaint.com>
85297              Date: Thu, 10 Aug 2000 13:15:36 +0100
85298              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
85299      Branch: perl
85300            ! README.cygwin hints/cygwin.sh
85301 ____________________________________________________________________________
85302 [  6563] By: jhi                                   on 2000/08/10  12:55:16
85303         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
85304      Branch: perl
85305            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
85306 ____________________________________________________________________________
85307 [  6562] By: gsar                                  on 2000/08/10  08:38:39
85308         Log: warn is a macro, avoid using at a variable to avoid warnings
85309              in some configurations; readdir.t is too conservative in
85310              estimating number of *.t's
85311      Branch: perl
85312            ! t/op/readdir.t util.c
85313 ____________________________________________________________________________
85314 [  6561] By: jhi                                   on 2000/08/09  23:35:42
85315         Log: Update Changes.
85316      Branch: perl
85317            ! Changes
85318 ____________________________________________________________________________
85319 [  6560] By: jhi                                   on 2000/08/09  23:05:47
85320         Log: Subject: Re: enhanced(?) regex error messages
85321              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
85322              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
85323              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
85324              
85325              (plus two small patches sent privately)
85326              (this still seems to leave few test failures)
85327      Branch: perl
85328            + t/op/regmesg.t
85329            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
85330            ! t/pragma/warn/regcomp
85331 ____________________________________________________________________________
85332 [  6559] By: jhi                                   on 2000/08/09  20:41:18
85333         Log: (The fix did work but was not right, retracted in #6573)
85334              
85335              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
85336              From: Christian Kirsch <ck@held.mind.de>
85337              Date: Wed, 9 Aug 2000 17:05:17 +0200
85338              Message-Id: <20000809170517.A25389@held>
85339      Branch: perl
85340            ! sv.c t/pragma/locale.t
85341 ____________________________________________________________________________
85342 [  6558] By: jhi                                   on 2000/08/08  22:34:08
85343         Log: Tiny updates on the contributors list.
85344      Branch: perl
85345            ! Changes
85346 ____________________________________________________________________________
85347 [  6557] By: jhi                                   on 2000/08/08  19:34:28
85348         Log: Double check that we have a dirhandle.
85349      Branch: perl
85350            ! util.c
85351 ____________________________________________________________________________
85352 [  6556] By: jhi                                   on 2000/08/08  19:01:51
85353         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
85354              May be repopulated with fresh maintained examples.
85355      Branch: perl
85356            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
85357            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
85358            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
85359            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
85360            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
85361            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
85362            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
85363            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
85364            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
85365            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
85366            + lib/CGI/eg/wilogo_gif.uu
85367            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
85368            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
85369            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
85370            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
85371            - eg/cgi/frameset.cgi eg/cgi/index.html
85372            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
85373            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
85374            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
85375            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
85376            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
85377            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
85378            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
85379            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
85380            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
85381            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
85382            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
85383            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
85384            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
85385            - eg/van/vanish eg/who eg/wrapsuid
85386            ! MANIFEST
85387 ____________________________________________________________________________
85388 [  6555] By: jhi                                   on 2000/08/08  18:51:08
85389         Log: Delete chat2 as requested by Randal.
85390              
85391              Subject: Re: perlfaq8 coyness
85392              From: merlyn@stonehenge.com (Randal L. Schwartz) 
85393              Date: 15 May 2000 18:52:42 -0700 
85394              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
85395      Branch: perl
85396            - lib/chat2.pl
85397            ! MANIFEST
85398 ____________________________________________________________________________
85399 [  6554] By: jhi                                   on 2000/08/08  18:31:35
85400         Log: Regen global.sym.
85401      Branch: perl
85402            ! global.sym
85403 ____________________________________________________________________________
85404 [  6553] By: jhi                                   on 2000/08/08  18:28:13
85405         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
85406              (either perlbug or p5p ate the original), plus regen
85407              perlapi and perltoc. 
85408      Branch: perl
85409            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
85410            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
85411            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
85412            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
85413            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
85414            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
85415            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
85416            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
85417            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
85418            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
85419 ____________________________________________________________________________
85420 [  6552] By: jhi                                   on 2000/08/08  18:06:29
85421         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
85422              From: Mike Guy <mjtg@cam.ac.uk>
85423              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
85424              Date: Tue, 08 Aug 2000 15:51:27 +0100
85425      Branch: perl
85426            ! doop.c sv.h t/op/join.t t/pragma/overload.t
85427 ____________________________________________________________________________
85428 [  6551] By: jhi                                   on 2000/08/08  18:01:11
85429         Log: Re-apply #6549.
85430      Branch: perl
85431            ! lib/perl5db.pl
85432 ____________________________________________________________________________
85433 [  6550] By: jhi                                   on 2000/08/08  17:43:08
85434         Log: Accidental retraction of #6549.
85435      Branch: perl
85436            ! lib/perl5db.pl
85437 ____________________________________________________________________________
85438 [  6549] By: jhi                                   on 2000/08/08  17:40:04
85439         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
85440              From: Mike Guy <mjtg@cam.ac.uk>
85441              Date: Mon, 07 Aug 2000 21:49:58 +0100
85442              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
85443      Branch: perl
85444            ! lib/perl5db.pl
85445 ____________________________________________________________________________
85446 [  6548] By: jhi                                   on 2000/08/08  17:37:57
85447         Log: Document here-doc better.
85448              
85449              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
85450              From: Mike Guy <mjtg@cam.ac.uk>
85451              Date: Mon, 07 Aug 2000 14:02:09 +0100
85452              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
85453      Branch: perl
85454            ! pod/perldata.pod
85455 ____________________________________________________________________________
85456 [  6547] By: jhi                                   on 2000/08/08  17:33:34
85457         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
85458              From: "Randy J. Ray" <rjray@redhat.com>
85459              Date: Mon, 07 Aug 2000 19:12:25 -0700
85460              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
85461      Branch: perl
85462            ! perl.c pod/perlrun.pod
85463 ____________________________________________________________________________
85464 [  6546] By: jhi                                   on 2000/08/08  17:29:26
85465         Log: Subject: Re: enhanced(?) regex error messages 
85466              From: Hugo <hv@crypt.compulink.co.uk>
85467              Date: Tue, 08 Aug 2000 03:25:51 +0100
85468              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
85469              
85470              plus Capitalize the error messages, plus perldiag them.
85471      Branch: perl
85472            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
85473 ____________________________________________________________________________
85474 [  6545] By: jhi                                   on 2000/08/08  13:59:28
85475         Log: Augment #6539 a bit: don't croak if there's magic in the air.
85476              
85477              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
85478              From: Hugo <hv@crypt.compulink.co.uk>
85479              Date: Tue, 08 Aug 2000 03:02:03 +0100
85480              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
85481      Branch: perl
85482            ! pp.c t/op/bless.t
85483 ____________________________________________________________________________
85484 [  6544] By: jhi                                   on 2000/08/07  21:11:52
85485         Log: Make the test -w clean.
85486      Branch: perl
85487            ! t/op/bless.t
85488 ____________________________________________________________________________
85489 [  6543] By: jhi                                   on 2000/08/07  19:49:53
85490         Log: use warnings instead of $^W.
85491      Branch: perl
85492            ! t/op/bless.t
85493 ____________________________________________________________________________
85494 [  6542] By: jhi                                   on 2000/08/07  17:41:41
85495         Log: Disable a portability warning Because We Know What We Are Doing.
85496      Branch: perl
85497            ! t/op/bless.t
85498 ____________________________________________________________________________
85499 [  6541] By: jhi                                   on 2000/08/07  17:29:51
85500         Log: Tiny tidying on report_evil_fh().
85501      Branch: perl
85502            ! util.c
85503 ____________________________________________________________________________
85504 [  6540] By: jhi                                   on 2000/08/07  16:37:38
85505         Log: Make regular expression parse error messages easier to understand.
85506              
85507              Subject: Re: enhanced(?) regex error messages
85508              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
85509              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
85510              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
85511      Branch: perl
85512            ! regcomp.c
85513 ____________________________________________________________________________
85514 [  6539] By: jhi                                   on 2000/08/07  16:12:27
85515         Log: Make bless(REF, REF) a fatal error, add bless tests.
85516              
85517              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
85518              From: Hugo <hv@crypt.compulink.co.uk>
85519              Date: Mon, 07 Aug 2000 16:59:38 +0100
85520              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
85521      Branch: perl
85522            + t/op/bless.t
85523            ! MANIFEST pod/perldiag.pod pp.c sv.c
85524 ____________________________________________________________________________
85525 [  6538] By: jhi                                   on 2000/08/07  15:59:43
85526         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
85527              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
85528              Date: Thu, 3 Aug 2000 14:29:21 -0700
85529              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
85530      Branch: perl
85531            ! lib/lib_pm.PL
85532 ____________________________________________________________________________
85533 [  6537] By: jhi                                   on 2000/08/07  15:47:18
85534         Log: Retract #6419 for now since it breaks in AFS and MachTen.
85535      Branch: perl
85536            ! lib/Cwd.pm
85537 ____________________________________________________________________________
85538 [  6536] By: jhi                                   on 2000/08/07  15:05:29
85539         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
85540              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
85541              The security hole exists only in suidperls, which isn't
85542              installed or even built by default.
85543      Branch: perl
85544            ! perl.c
85545 ____________________________________________________________________________
85546 [  6535] By: jhi                                   on 2000/08/07  14:45:14
85547         Log: tr memory corruption fix from Simon Cozens.
85548      Branch: perl
85549            ! doop.c
85550 ____________________________________________________________________________
85551 [  6534] By: jhi                                   on 2000/08/06  11:38:16
85552         Log: Document a bit that UDP is not what you might think.
85553              
85554              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
85555              From: Lupe Christoph <lupe@lupe-christoph.de>
85556              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
85557              Date: Mon, 24 Jul 2000 08:59:15 +0200
85558      Branch: perl
85559            ! pod/perlipc.pod
85560 ____________________________________________________________________________
85561 [  6533] By: jhi                                   on 2000/08/06  11:35:01
85562         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
85563              From: Jeff Pinyan <jeffp@hut.crusoe.net>
85564              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
85565              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
85566      Branch: perl
85567            ! pod/perlfunc.pod
85568 ____________________________________________________________________________
85569 [  6532] By: jhi                                   on 2000/08/06  03:45:41
85570         Log: Have symbols for the IoTYPEs.
85571      Branch: perl
85572            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
85573 ____________________________________________________________________________
85574 [  6531] By: jhi                                   on 2000/08/06  01:33:55
85575         Log: Continue fixing the io warnings.  This also
85576              sort of fixes bug ID 20000802.003: the core dump
85577              is no more.  Whether the current behaviour is correct
85578              (giving a warning: "Not a format reference"), is another matter.
85579      Branch: perl
85580            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
85581            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
85582 ____________________________________________________________________________
85583 [  6530] By: jhi                                   on 2000/08/05  21:33:12
85584         Log: Change the Policy policy: now -Dprefix= with an existing
85585              Policy.sh and prefix == siteprefix == vendorprefix, then all
85586              of them follow along the new prefix.
85587              
85588              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
85589              From: Andy Dougherty <doughera@lafayette.edu>
85590              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
85591              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
85592      Branch: perl
85593            ! Policy_sh.SH
85594 ____________________________________________________________________________
85595 [  6529] By: jhi                                   on 2000/08/05  18:57:28
85596         Log: Zap lib/Sys directory when cleaning up.
85597      Branch: perl
85598            ! Makefile.SH
85599 ____________________________________________________________________________
85600 [  6528] By: jhi                                   on 2000/08/05  18:40:44
85601         Log: Essential prototype changes were missing from #6527.
85602              Also make report_evil_fh() more bomb-proof.
85603      Branch: perl
85604            ! embed.h util.c
85605 ____________________________________________________________________________
85606 [  6527] By: jhi                                   on 2000/08/05  03:22:05
85607         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
85608              From: "Ronald F. Guilmette" <rfg@monkeys.com>
85609              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
85610              Message-Id: <200007242247.PAA52177@monkeys.com>
85611      Branch: perl
85612            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
85613 ____________________________________________________________________________
85614 [  6526] By: jhi                                   on 2000/08/04  21:23:27
85615         Log: gcc versions might have (parentheses) in them.
85616      Branch: metaconfig/U/perl
85617            ! gccvers.U
85618      Branch: perl
85619            ! Configure config_h.SH
85620 ____________________________________________________________________________
85621 [  6525] By: jhi                                   on 2000/08/04  20:23:12
85622         Log: Weed buglets pointed out by
85623              
85624              From: Lupe Christoph <lupe@lupe-christoph.de>
85625              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
85626              Date: Fri, 4 Aug 2000 17:34:39 +0200
85627              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
85628      Branch: metaconfig/U/perl
85629            ! gccvers.U uselfs.U
85630      Branch: perl
85631            ! Configure config_h.SH
85632 ____________________________________________________________________________
85633 [  6524] By: jhi                                   on 2000/08/04  19:02:08
85634         Log: Warn under -w if lstat(FH) is attempted.
85635              
85636              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
85637              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
85638              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
85639              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
85640      Branch: perl
85641            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
85642            ! t/pragma/warn/pp_sys
85643 ____________________________________________________________________________
85644 [  6523] By: jhi                                   on 2000/08/04  12:31:11
85645         Log: Subject: New perlcc, take 2
85646              From: simon@brecon.co.uk (Simon Cozens)
85647              Date: 4 Aug 2000 06:21:04 GMT
85648              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
85649      Branch: perl
85650            ! utils/perlcc.PL
85651 ____________________________________________________________________________
85652 [  6522] By: jhi                                   on 2000/08/04  12:26:33
85653         Log: Subject: Re: Array vs. List context
85654              From: Daniel Chetlin <daniel@chetlin.com>
85655              Date: Fri, 4 Aug 2000 00:22:44 -0700
85656              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
85657      Branch: perl
85658            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
85659            ! pod/perlfaq4.pod
85660 ____________________________________________________________________________
85661 [  6521] By: jhi                                   on 2000/08/04  12:22:38
85662         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
85663              From: Raymund Will <ray@caldera.de>
85664              Date: Fri, 4 Aug 2000 12:07:09 +0200
85665              Message-Id: <20000804120709.A14982@caldera.de>
85666      Branch: perl
85667            ! configure.gnu
85668 ____________________________________________________________________________
85669 [  6520] By: jhi                                   on 2000/08/04  04:09:06
85670         Log: After the #6519 a warning about stat() is just that,
85671              not about a filetest, which now have their own warning.
85672      Branch: perl
85673            ! pod/perldiag.pod
85674 ____________________________________________________________________________
85675 [  6519] By: jhi                                   on 2000/08/04  04:06:30
85676         Log: In the warnings call filehandles consistently so;
85677              add "unopened" warning for stat().
85678      Branch: perl
85679            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
85680            ! t/pragma/warn/pp_sys
85681 ____________________________________________________________________________
85682 [  6518] By: jhi                                   on 2000/08/04  02:55:35
85683         Log: Subject: Minor tweak to perlvar.pod
85684              From: "Stephen P. Potter" <spp@ds.net>
85685              Date: Tue, 18 Apr 2000 09:26:03 -0400
85686              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
85687      Branch: perl
85688            ! pod/perlvar.pod
85689 ____________________________________________________________________________
85690 [  6517] By: jhi                                   on 2000/08/04  02:50:08
85691         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
85692              From: "Clinton Pierce" <cpierce1@ford.com>
85693              Date: Wed, 21 Jul 1999 16:45:31 -0400
85694              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
85695              
85696              Fix by Stephen Potter (visible in the bug db but not in p5p?)
85697      Branch: perl
85698            ! pod/perlfunc.pod pod/perlop.pod
85699 ____________________________________________________________________________
85700 [  6516] By: jhi                                   on 2000/08/04  02:09:25
85701         Log: This is 6512.  Really.
85702      Branch: perl
85703            ! dump.c
85704 ____________________________________________________________________________
85705 [  6515] By: jhi                                   on 2000/08/04  01:25:50
85706         Log: mention the idea of @( and @)
85707      Branch: perl
85708            ! Todo-5.6
85709 ____________________________________________________________________________
85710 [  6514] By: bailey                                on 2000/08/04  01:18:46
85711         Log: YA resync with mainstem, including VMS patches from others
85712      Branch: vmsperl
85713           +> (branch 48 files)
85714            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
85715           !> (integrate 354 files)
85716 ____________________________________________________________________________
85717 [  6513] By: jhi                                   on 2000/08/04  01:18:18
85718         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
85719              From: Mark Dickinson <dickins3@fas.harvard.edu>
85720              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
85721              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
85722      Branch: perl
85723            ! t/op/grent.t t/op/pwent.t
85724 ____________________________________________________________________________
85725 [  6512] By: jhi                                   on 2000/08/04  01:14:06
85726         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
85727              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
85728              Date: Wed, 02 Aug 2000 10:51:01 +0100
85729              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
85730      Branch: perl
85731            ! sv.c
85732 ____________________________________________________________________________
85733 [  6511] By: jhi                                   on 2000/08/04  00:57:00
85734         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
85735              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85736              Date: Thu, 03 Aug 2000 17:20:04 -0700
85737              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
85738      Branch: metaconfig
85739            ! U/modified/Cppsym.U
85740      Branch: perl
85741            ! Configure config_h.SH
85742 ____________________________________________________________________________
85743 [  6510] By: jhi                                   on 2000/08/04  00:25:28
85744         Log: detypo
85745      Branch: perl
85746            ! Makefile.SH
85747 ____________________________________________________________________________
85748 [  6509] By: jhi                                   on 2000/08/03  23:43:18
85749         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
85750              From: Dominic Dunlop <domo@computer.org>
85751              Date: Thu, 3 Aug 2000 22:16:46 +0200
85752              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
85753      Branch: perl
85754            ! t/op/sprintf.t
85755 ____________________________________________________________________________
85756 [  6508] By: jhi                                   on 2000/08/03  23:40:37
85757         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
85758              From: Hugo <hv@crypt.compulink.co.uk>
85759              Date: Thu, 03 Aug 2000 18:25:30 +0100
85760              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
85761      Branch: perl
85762            ! regcomp.c t/op/re_tests
85763 ____________________________________________________________________________
85764 [  6507] By: jhi                                   on 2000/08/03  23:38:28
85765         Log: Subject: [PATCH] sv.h documentation - SvLEN
85766              From: Mike Guy <mjtg@cam.ac.uk>
85767              Date: Thu, 03 Aug 2000 14:43:09 +0100
85768              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
85769      Branch: perl
85770            ! sv.h
85771 ____________________________________________________________________________
85772 [  6506] By: jhi                                   on 2000/08/03  15:49:14
85773         Log: Disable the fix_pl hack for now.
85774      Branch: perl
85775            ! Makefile.SH
85776 ____________________________________________________________________________
85777 [  6505] By: jhi                                   on 2000/08/03  13:49:04
85778         Log: Add a URL for FSF.
85779              
85780              Subject: Patch for README
85781              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
85782              Date: Wed, 2 Aug 2000 13:25:09 -0500
85783              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
85784      Branch: perl
85785            ! README
85786 ____________________________________________________________________________
85787 [  6504] By: jhi                                   on 2000/08/03  13:29:19
85788         Log: Be more informative on what is skipped and why,
85789              also repeat the list at the end.
85790      Branch: perl
85791            ! Porting/p4desc
85792 ____________________________________________________________________________
85793 [  6503] By: jhi                                   on 2000/08/03  13:07:05
85794         Log: Circumvent the removal of .patch by fix_pl.
85795              
85796              Subject: Re: [ID 20000802.011] unable to 'make test'          
85797              From: simon@brecon.co.uk (Simon Cozens) 
85798              Date: 3 Aug 2000 04:17:00 GMT
85799              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
85800      Branch: perl
85801            ! Makefile.SH
85802 ____________________________________________________________________________
85803 [  6502] By: jhi                                   on 2000/08/03  00:14:34
85804         Log: Add the missing setproctitle unit.
85805      Branch: metaconfig/U/perl
85806            + d_setproctitle.U
85807 ____________________________________________________________________________
85808 [  6501] By: jhi                                   on 2000/08/03  00:00:26
85809         Log: The subtest 4 may fail also on VOBS, as pointed out
85810              by Nick Ing-Simmons in November 1999, bug id 19991124.003
85811              (but the failure in that bug report isn't the subtest 4).
85812      Branch: perl
85813            ! t/op/stat.t
85814 ____________________________________________________________________________
85815 [  6500] By: jhi                                   on 2000/08/02  23:49:30
85816         Log: Better skip message for the test; one of the two problems in
85817              
85818              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
85819              From: Lupe Christoph <lupe@lupe-christoph.de>
85820              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
85821              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
85822      Branch: perl
85823            ! t/op/numconvert.t
85824 ____________________________________________________________________________
85825 [  6499] By: jhi                                   on 2000/08/02  22:49:16
85826         Log: Allow "no Module;" even if there is no 'unimport'.
85827              
85828              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
85829              From: mjd@plover.com
85830              Date: 24 Mar 2000 15:24:34 -0000
85831              Message-Id: <20000324152434.15160.qmail@plover.com>
85832      Branch: perl
85833            ! gv.c
85834 ____________________________________________________________________________
85835 [  6498] By: jhi                                   on 2000/08/02  22:42:58
85836         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
85837              that are hopefully soon put into use.
85838      Branch: perl
85839            ! opcode.h opcode.pl opnames.h
85840 ____________________________________________________________________________
85841 [  6497] By: gsar                                  on 2000/08/02  22:28:59
85842         Log: require.t needs binmode() to work on windows
85843      Branch: perl
85844            ! t/comp/require.t
85845 ____________________________________________________________________________
85846 [  6496] By: jhi                                   on 2000/08/02  22:08:51
85847         Log: Document the IVdf UVuf UVof UVxf.
85848      Branch: perl
85849            ! pod/perlguts.pod
85850 ____________________________________________________________________________
85851 [  6495] By: jhi                                   on 2000/08/02  21:54:26
85852         Log: detypo #6494
85853      Branch: perl
85854            ! ext/Data/Dumper/Dumper.xs
85855 ____________________________________________________________________________
85856 [  6494] By: jhi                                   on 2000/08/02  21:49:17
85857         Log: Dump UVs as UVs in Data::Dumper.
85858              
85859              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
85860              From: Gurusamy Sarathy <gsar@ActiveState.com>
85861              Date: Thu, 27 Apr 2000 12:26:25 -0700
85862              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
85863      Branch: perl
85864            ! ext/Data/Dumper/Dumper.xs
85865 ____________________________________________________________________________
85866 [  6493] By: jhi                                   on 2000/08/02  17:01:58
85867         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
85868              From: Hugo <hv@crypt.compulink.co.uk>
85869              Date: Wed, 02 Aug 2000 14:53:56 +0100
85870              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
85871      Branch: perl
85872            ! regexec.c t/op/re_tests
85873 ____________________________________________________________________________
85874 [  6492] By: jhi                                   on 2000/08/02  15:02:46
85875         Log: The new setproctitle() feature is available only in 
85876              bleeding edge FreeBSD.  From Paul Saab.
85877      Branch: perl
85878            ! mg.c
85879 ____________________________________________________________________________
85880 [  6491] By: jhi                                   on 2000/08/02  13:34:36
85881         Log: The tr utf8 patching continues.
85882              
85883              Subject: Re: #6469, too many tests claimed in require.t
85884              From: simon@brecon.co.uk (Simon Cozens)
85885              Date: 2 Aug 2000 02:37:17 GMT
85886              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
85887              
85888              (the logic of the test was the wrong way round in the patch)
85889      Branch: perl
85890            ! doop.c
85891 ____________________________________________________________________________
85892 [  6490] By: jhi                                   on 2000/08/02  13:27:38
85893         Log: The name of a filehandle does not have <these>.
85894      Branch: perl
85895            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
85896            ! t/pragma/warn/pp_sys util.c
85897 ____________________________________________________________________________
85898 [  6489] By: jhi                                   on 2000/08/02  04:26:46
85899         Log: Remove the extraneous "main::" prefix from all the
85900              "opened only for", "on closed", and "never opened" warnings.
85901              
85902              Subject: Re: inappropriate warning
85903              From: Gurusamy Sarathy <gsar@ActiveState.com>
85904              Date: Mon, 20 Mar 2000 11:28:02 -0800
85905              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
85906      Branch: perl
85907            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
85908            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
85909            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
85910 ____________________________________________________________________________
85911 [  6488] By: jhi                                   on 2000/08/02  03:02:57
85912         Log: memcpy has n o in it, as pinted ut by Sarathy.
85913      Branch: perl
85914            ! pod/perlguts.pod
85915 ____________________________________________________________________________
85916 [  6487] By: jhi                                   on 2000/08/02  02:44:51
85917         Log: Document in one place the memory abstractions used in Perl core.
85918              
85919              Subject: Re: Memory abstraction
85920              From: simon@brecon.co.uk (Simon Cozens)
85921              Date: 2 Aug 2000 02:20:23 GMT
85922              Organization: Earth.li Origins
85923      Branch: perl
85924            ! pod/perlguts.pod
85925 ____________________________________________________________________________
85926 [  6486] By: jhi                                   on 2000/08/02  02:41:57
85927         Log: regen_headers, regen perltoc.
85928      Branch: perl
85929            ! perlapi.c pod/perltoc.pod
85930 ____________________________________________________________________________
85931 [  6485] By: jhi                                   on 2000/08/02  01:43:33
85932         Log: "This little thing tests for a file .patch, and if it contains
85933              a number, pops into patchlevel.h" (making it easier to track
85934              which development version people are reporting bugs against)
85935              
85936              Subject: Patchlevel autogeneration for repository perls
85937              From: simon@brecon.co.uk (Simon Cozens)
85938              Date: 14 Jul 2000 07:12:15 GMT
85939              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
85940      Branch: perl
85941            + fix_pl
85942            ! MANIFEST Makefile.SH
85943 ____________________________________________________________________________
85944 [  6484] By: jhi                                   on 2000/08/02  01:32:54
85945         Log: FreeBSD 3.* updates from
85946              
85947              From: Paul Saab <ps@yahoo-inc.com>
85948              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
85949              Date: Tue, 1 Aug 2000 15:41:39 -0700
85950              Message-Id: <20000801154139.A53740@yahoo-inc.com>
85951      Branch: perl
85952            ! hints/freebsd.sh
85953 ____________________________________________________________________________
85954 [  6483] By: jhi                                   on 2000/08/02  01:27:44
85955         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
85956              instead one must use setproctitle().  This was already addressed
85957              by change #6457, but the below has a new variant for FreeBSD 4.0
85958              or later, and the matter is also documented more.
85959              
85960              From: Paul Saab <ps@yahoo-inc.com>
85961              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
85962              Date: Tue, 1 Aug 2000 15:41:39 -0700
85963              Message-Id: <20000801154139.A53740@yahoo-inc.com>
85964      Branch: metaconfig/U/perl
85965            + i_libutil.U
85966      Branch: perl
85967            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
85968 ____________________________________________________________________________
85969 [  6482] By: jhi                                   on 2000/08/01  22:17:32
85970         Log: The test from this
85971              
85972              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
85973              Date: Sat, 15 Apr 2000 17:03:44 +0100
85974              From: Tom Hughes <tom@compton.nu>
85975              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
85976              
85977              was missing, the code change went in as #5989
85978              (which had a different test?)
85979      Branch: perl
85980            ! t/op/misc.t
85981 ____________________________________________________________________________
85982 [  6481] By: jhi                                   on 2000/08/01  21:48:38
85983         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
85984              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85985              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
85986              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
85987      Branch: perl
85988            ! perl.h
85989 ____________________________________________________________________________
85990 [  6480] By: jhi                                   on 2000/08/01  18:05:28
85991         Log: Make p4desc to skip non-mainperl branches by default.
85992      Branch: perl
85993            ! Porting/p4desc
85994 ____________________________________________________________________________
85995 [  6479] By: jhi                                   on 2000/08/01  17:29:19
85996         Log: If gccosandvers is equal to osname, clear gccosandvers.
85997      Branch: metaconfig/U/perl
85998            ! gccvers.U
85999      Branch: perl
86000            ! Configure config_h.SH
86001 ____________________________________________________________________________
86002 [  6478] By: jhi                                   on 2000/08/01  15:54:08
86003         Log: BOM patching from Simon Cozens.
86004      Branch: perl
86005            ! toke.c
86006 ____________________________________________________________________________
86007 [  6477] By: jhi                                   on 2000/08/01  04:50:33
86008         Log: Stash away the largefiles flags and libswanted.
86009      Branch: perl
86010            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
86011 ____________________________________________________________________________
86012 [  6476] By: gsar                                  on 2000/08/01  04:24:24
86013         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
86014              on Windows)
86015      Branch: perl
86016            ! t/pragma/utf8.t utf8.c win32/win32.c
86017 ____________________________________________________________________________
86018 [  6475] By: jhi                                   on 2000/08/01  03:35:24
86019         Log: Make chr() for values >127 to create utf8 when under utf8.
86020              
86021              Subject: Re: uft8/chr()
86022              From: simon@brecon.co.uk (Simon Cozens)
86023              Date: 1 Aug 2000 02:37:02 GMT
86024              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
86025      Branch: perl
86026            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
86027 ____________________________________________________________________________
86028 [  6474] By: jhi                                   on 2000/08/01  02:36:18
86029         Log: In Digital UNIX warn if gcc explicitly chosen because even
86030              2.95.2 is known to cause problems.
86031      Branch: perl
86032            ! hints/dec_osf.sh
86033 ____________________________________________________________________________
86034 [  6473] By: jhi                                   on 2000/08/01  02:00:56
86035         Log: Make the safety catch for buggy gccs work with triple version
86036              numbers like 2.95.2.  Reported in
86037              
86038              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
86039              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
86040              Date: Mon, 31 Jul 2000 14:55:06 +0200
86041              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
86042      Branch: perl
86043            ! hints/dec_osf.sh
86044 ____________________________________________________________________________
86045 [  6472] By: jhi                                   on 2000/08/01  01:13:33
86046         Log: Subject: fix and question re: waitpid() under win32
86047              From: Brian Clarke <clarke@appliedmeta.com>
86048              Date: Fri, 28 Jul 2000 15:18:29 -0400
86049              Message-ID: <3981DC85.290314EB@appliedmeta.com>
86050              
86051              Slightly reformatted and WNOHANG # define moved to win32.h
86052              so that also POSIX.xs sees it, as suggsted by Sarathy.
86053      Branch: perl
86054            ! win32/win32.c win32/win32.h
86055 ____________________________________________________________________________
86056 [  6471] By: jhi                                   on 2000/08/01  00:55:05
86057         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
86058              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86059              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
86060              Date: Mon, 31 Jul 2000 13:28:51 +0100
86061              
86062              (aka ID 20000730.002)
86063      Branch: perl
86064            ! op.c t/op/tr.t
86065 ____________________________________________________________________________
86066 [  6470] By: jhi                                   on 2000/07/31  23:34:42
86067         Log: Document the problem with -P in HP-UX and its workaround.
86068              
86069              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
86070              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
86071              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
86072              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
86073      Branch: perl
86074            ! README.hpux
86075 ____________________________________________________________________________
86076 [  6469] By: jhi                                   on 2000/07/31  04:15:02
86077         Log: The swallow_bom() saga continues.  The #23 of require.t
86078              (UTF16-LE) still fails (silently, no output) but the #22
86079              (UTF16-BE) seems to be working now.  The root of the
86080              failure may be in sv_gets(): is it UTF-16LE-aware,
86081              especially when it comes to line endings? 
86082      Branch: perl
86083            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
86084            ! t/comp/require.t toke.c utf8.c
86085 ____________________________________________________________________________
86086 [  6468] By: jhi                                   on 2000/07/30  19:05:48
86087         Log: Find green threads before native threads.
86088              
86089              Subject: Re: Patch to jpl/JNI/Makefile.PL
86090              From: Jens Thomsen <jens@fiend.cis.com>
86091              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
86092              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
86093      Branch: perl
86094            ! jpl/JNI/Makefile.PL
86095 ____________________________________________________________________________
86096 [  6467] By: jhi                                   on 2000/07/30  18:36:22
86097         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
86098      Branch: perl
86099            ! doop.c
86100 ____________________________________________________________________________
86101 [  6466] By: jhi                                   on 2000/07/30  04:37:29
86102         Log: A new version of the "remove UPPERACSE string comparison"
86103              operators.  The problem with the previous one (change #6454)
86104              was that it was for Perl 5.6.0.  From Paul Marquess.
86105      Branch: perl
86106            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
86107            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
86108            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
86109 ____________________________________________________________________________
86110 [  6465] By: jhi                                   on 2000/07/29  22:39:56
86111         Log: Do not upgrade SVs into utf8 just because they participate
86112              in eq or cmp.  Reported and fix suggested in
86113              
86114              Subject: [ID 20000720.009] sv_eq UTF8 bug
86115              From: "Simon Cozens" <simon@othersideofthe.earth.li>
86116              Date: 21 Jul 2000 04:37:29 -0000
86117              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
86118              
86119              Exercise for the kind reader: should we or should we not
86120              cache the utf8 conversion alongside the SV? (as magic,
86121              as the strxfrm()ed version is cached under use locale)
86122              Argue both for and against.
86123      Branch: perl
86124            ! sv.c
86125 ____________________________________________________________________________
86126 [  6464] By: jhi                                   on 2000/07/29  22:36:22
86127         Log: Subject: UTF8 concat
86128              From: simon@brecon.co.uk (Simon Cozens) 
86129              Date: 30 Jun 2000 06:13:25 GMT
86130              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
86131              
86132              (with a memory leak fixed, plus a few casts added)
86133              
86134              This also seems to help for
86135              
86136              Subject: [ID 20000716.015] join UTF8 weirdness
86137              From: root <root@ak-71.mind.de> 
86138              Date: Sat, 15 Jul 2000 15:29:54 +0200
86139              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
86140              
86141              (from Andreas König)
86142      Branch: perl
86143            ! pp_hot.c
86144 ____________________________________________________________________________
86145 [  6463] By: jhi                                   on 2000/07/29  00:55:39
86146         Log: Tune the comments and hopefully stop a memory leak.
86147      Branch: perl
86148            ! toke.c utf8.c
86149 ____________________________________________________________________________
86150 [  6462] By: jhi                                   on 2000/07/29  00:16:53
86151         Log: The problem described in this
86152              
86153              Subject: [ID 20000322.018] named chars aren't magical enough
86154              From: root <root@dixie.cscaper.com>     
86155              Date: Wed, 22 Mar 2000 18:37:42 -0700
86156              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
86157              
86158              has been fixed in perl 5.6.0 but just in case added a test
86159              to keep it away.  (The report from Joseph Hall.)
86160      Branch: perl
86161            ! t/lib/charnames.t
86162 ____________________________________________________________________________
86163 [  6461] By: jhi                                   on 2000/07/28  23:56:36
86164         Log: Tiny fixes for #6460.
86165      Branch: metaconfig/U/perl
86166            ! gccvers.U
86167      Branch: perl
86168            ! Configure config_h.SH
86169 ____________________________________________________________________________
86170 [  6460] By: jhi                                   on 2000/07/28  23:24:41
86171         Log: Warn if the version of the operating system used to compile gcc
86172              differs from the current version of the operating system.
86173              Also display the gcc compilation os and version in myconfig.
86174              Inspiration from
86175              
86176              Subject: Re: [ID 20000710.003] ERRORS!!         
86177              From: "Kurt D. Starsinic" <kstar@chapin.edu>
86178              Date: Mon, 10 Jul 2000 15:54:16 -0400
86179              Message-ID: <20000710155416.A1384@O2.chapin.edu>
86180      Branch: metaconfig/U/perl
86181            ! gccvers.U
86182      Branch: perl
86183            ! Configure config_h.SH myconfig.SH
86184 ____________________________________________________________________________
86185 [  6459] By: jhi                                   on 2000/07/28  22:00:32
86186         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
86187              letter to $Config{osvers}.
86188      Branch: metaconfig
86189            ! U/modified/Oldconfig.U
86190      Branch: perl
86191            ! Configure config_h.SH
86192 ____________________________________________________________________________
86193 [  6458] By: jhi                                   on 2000/07/28  04:15:39
86194         Log: Back out #6454, doesn't seem to work.
86195              (Reason: that patch was for perl 5.6.0, not perl-current)
86196              (A version of the patch for perl-current came in later as #6466)
86197      Branch: perl
86198            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
86199            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
86200            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
86201 ____________________________________________________________________________
86202 [  6457] By: jhi                                   on 2000/07/27  23:31:49
86203         Log: Use setproctitle() if available to modify $0.
86204              
86205              Subject: setting $* on BSD4 broken
86206              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86207              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
86208              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
86209      Branch: metaconfig
86210            ! U/modified/Myinit.U
86211      Branch: perl
86212            ! Configure config_h.SH mg.c
86213 ____________________________________________________________________________
86214 [  6456] By: jhi                                   on 2000/07/27  14:50:47
86215         Log: Allow "no AutoLoader;", based on change #6444,
86216              suggested by Graham Barr.
86217      Branch: perl
86218            ! lib/AutoLoader.pm
86219 ____________________________________________________________________________
86220 [  6455] By: jhi                                   on 2000/07/27  14:19:10
86221         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
86222              From: rspier@pobox.com (Robert Spier)
86223              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
86224              Message-ID: <14720.15855.787664.424783@rls.cx>
86225      Branch: perl
86226            ! pod/perldiag.pod
86227 ____________________________________________________________________________
86228 [  6454] By: jhi                                   on 2000/07/27  14:03:02
86229         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
86230              for a long time).
86231              
86232              Reported in
86233              
86234              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
86235              From: Ryan Herbert <rherbert@sycamorehq.com>
86236              Date: Mon, 17 Jul 2000 11:40:42 -0400
86237              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
86238              
86239              Patched in
86240              
86241              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
86242              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
86243              Date: Wed, 26 Jul 2000 23:40:18 +0100
86244              Message-ID: <000001bff752$79511880$0a17073e@tiny>
86245              
86246              based on an earlier patch from Stephen P. Potter.
86247              
86248              (Removed later by change #6458 because this patch was for
86249              perl 5.6.0, not perl-current)
86250      Branch: perl
86251            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
86252            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
86253            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
86254 ____________________________________________________________________________
86255 [  6453] By: jhi                                   on 2000/07/27  13:48:02
86256         Log: Subject: [PATCH] fixes bug 20000508.004
86257              From: Michael Stevens <mstevens@globnix.org>
86258              Date: Thu, 27 Jul 2000 13:49:04 +0100
86259              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
86260      Branch: perl
86261            ! pod/perldata.pod
86262 ____________________________________________________________________________
86263 [  6452] By: jhi                                   on 2000/07/26  23:51:26
86264         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
86265              and Craig A. Berry.
86266      Branch: perl
86267            ! lib/File/Temp.pm pod/perlport.pod
86268 ____________________________________________________________________________
86269 [  6451] By: jhi                                   on 2000/07/26  19:43:30
86270         Log: Be wary of close()s, too.
86271              
86272              Subject: Re: [PATCH] perlbug cleanup
86273              From: Tim Jenness <t.jenness@jach.hawaii.edu>
86274              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
86275              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
86276      Branch: perl
86277            ! utils/perlbug.PL
86278 ____________________________________________________________________________
86279 [  6450] By: jhi                                   on 2000/07/26  18:41:40
86280         Log: Subject: Minor doc patch: handy.h
86281              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
86282              Date: Wed, 26 Jul 2000 15:34:25 -0300
86283              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
86284      Branch: perl
86285            ! handy.h pod/perlapi.pod
86286 ____________________________________________________________________________
86287 [  6449] By: jhi                                   on 2000/07/26  18:23:55
86288         Log: Subject: [PATCH] minor doc change - perlguts
86289              From: Michael Stevens <mstevens@globnix.org>
86290              Date: Thu, 13 Jul 2000 12:39:18 +0100
86291              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
86292      Branch: perl
86293            ! pod/perlguts.pod
86294 ____________________________________________________________________________
86295 [  6448] By: jhi                                   on 2000/07/26  18:20:30
86296         Log: open() wariness in perlbug.
86297              
86298              Subject: [PATCH] perlbug cleanup
86299              From: Michael Stevens <mstevens@globnix.org>
86300              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
86301              Date: Thu, 13 Jul 2000 15:52:23 +0100
86302      Branch: perl
86303            ! utils/perlbug.PL
86304 ____________________________________________________________________________
86305 [  6447] By: jhi                                   on 2000/07/26  18:13:04
86306         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
86307      Branch: perl
86308            ! lib/File/Temp.pm t/lib/ftmp-security.t
86309 ____________________________________________________________________________
86310 [  6446] By: jhi                                   on 2000/07/26  18:06:32
86311         Log: docfix from Peter Scott <Peter@PSDT.com>.
86312      Branch: perl
86313            ! pod/perlfunc.pod
86314 ____________________________________________________________________________
86315 [  6445] By: jhi                                   on 2000/07/26  17:53:31
86316         Log: Fix *foo{FORMAT}.
86317              
86318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
86319              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
86320              Date: Wed, 26 Jul 2000 19:51:02 +0200
86321              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
86322              
86323              From: Graham Barr <gbarr@pobox.com>
86324              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
86325              Date: Wed, 26 Jul 2000 17:38:36 +0100
86326              Message-ID: <20000726173836.L472@pobox.com>
86327      Branch: perl
86328            ! pp.c sv.c t/op/gv.t
86329 ____________________________________________________________________________
86330 [  6444] By: jhi                                   on 2000/07/26  17:49:14
86331         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
86332              from Graham Barr in the module list.
86333      Branch: perl
86334            ! gv.c pod/perlobj.pod
86335 ____________________________________________________________________________
86336 [  6443] By: jhi                                   on 2000/07/26  16:06:56
86337         Log: More split() doc and test patches from Mike Guy.
86338      Branch: perl
86339            ! pod/perlfunc.pod t/op/split.t
86340 ____________________________________________________________________________
86341 [  6442] By: jhi                                   on 2000/07/26  16:05:30
86342         Log: MacOS nits from Matthias Neeracher.
86343      Branch: perl
86344            ! perl.c pp_ctl.c
86345 ____________________________________________________________________________
86346 [  6441] By: jhi                                   on 2000/07/26  04:39:57
86347         Log: Subject: [PATCH] split /^/
86348              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86349              Date: Tue, 25 Jul 2000 14:18:57 +0100
86350              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
86351              
86352              (with notes from tchrist and gbarr)
86353      Branch: perl
86354            ! pod/perlfunc.pod t/op/split.t
86355 ____________________________________________________________________________
86356 [  6440] By: jhi                                   on 2000/07/26  04:32:32
86357         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
86358              From: Peter Prymmer <pvhp@forte.com>
86359              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
86360              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
86361      Branch: perl
86362            ! vms/munchconfig.c
86363 ____________________________________________________________________________
86364 [  6439] By: jhi                                   on 2000/07/26  04:31:01
86365         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
86366              to be fatal errors (instead of by default ignoring them, and
86367              ignoring with a bug: even though -w gave an error, the opening [
86368              was left in)  Reported in:
86369              
86370              Subject: [ID 20000716.024] [=cc=] / [:blank:]
86371              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
86372              Date: Sun, 16 Jul 2000 17:55:29 -0700
86373              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
86374      Branch: perl
86375            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
86376 ____________________________________________________________________________
86377 [  6438] By: jhi                                   on 2000/07/25  15:41:15
86378         Log: Subject: [PATCH] av.c apidoc
86379              From: simon@brecon.co.uk (Simon Cozens)
86380              Date: 24 Jul 2000 06:40:52 GMT
86381              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
86382      Branch: perl
86383            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
86384            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
86385 ____________________________________________________________________________
86386 [  6437] By: jhi                                   on 2000/07/25  14:05:36
86387         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
86388              From: "Stephen P. Potter" <spp@ds.net>
86389              Date: Mon, 24 Jul 2000 14:22:23 -0400
86390              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
86391      Branch: perl
86392            ! pod/perllocale.pod
86393 ____________________________________________________________________________
86394 [  6436] By: jhi                                   on 2000/07/25  14:02:03
86395         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
86396              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86397              Date: Mon, 24 Jul 2000 18:04:28 +0100
86398              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
86399      Branch: perl
86400            ! t/lib/syslfs.t t/op/lfs.t
86401 ____________________________________________________________________________
86402 [  6435] By: jhi                                   on 2000/07/25  13:59:28
86403         Log: Get UTF16 BOMs working.  Patch from
86404              
86405              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
86406              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86407              Date: Tue, 25 Jul 2000 12:52:45 +0100
86408              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
86409              
86410              and notes from
86411              
86412              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
86413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86414              Date: Tue, 25 Jul 2000 11:43:25 +0100
86415              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
86416      Branch: perl
86417            ! t/comp/require.t toke.c utf8.c
86418 ____________________________________________________________________________
86419 [  6434] By: jhi                                   on 2000/07/25  02:39:54
86420         Log: Make the "uninit variable" warning to say "concat or string"
86421              or "join or string" when in concat or join .
86422              
86423              Subject: Re: [ID 20000403.009] uninitialised concatenation???
86424              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86425              Date: Tue, 04 Apr 2000 18:22:58 +0100
86426              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
86427              
86428              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
86429              From: William R Ward <hermit@BayView.COM>
86430              Date: Thu, 30 Mar 2000 19:50:03 -0800
86431              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
86432      Branch: perl
86433            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
86434            ! t/pragma/warn/op t/pragma/warn/sv
86435 ____________________________________________________________________________
86436 [  6433] By: jhi                                   on 2000/07/24  17:52:56
86437         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
86438      Branch: perl
86439            ! lib/File/Spec/VMS.pm
86440 ____________________________________________________________________________
86441 [  6432] By: jhi                                   on 2000/07/24  17:44:44
86442         Log: Test cases for #6431.
86443              
86444              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
86445              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86446              Date: Mon, 24 Jul 2000 15:32:29 +0100
86447              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
86448      Branch: perl
86449            ! t/op/pat.t t/op/split.t
86450 ____________________________________________________________________________
86451 [  6431] By: jhi                                   on 2000/07/24  17:43:17
86452         Log: Bind op fix.
86453              
86454              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
86455              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86456              Date: Mon, 17 Jul 2000 20:04:56 +0100
86457              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
86458      Branch: perl
86459            ! op.c
86460 ____________________________________________________________________________
86461 [  6430] By: jhi                                   on 2000/07/24  03:42:42
86462         Log: Subject: [ID 20000716.023] syslog test fails without sockets
86463              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86464              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
86465              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
86466      Branch: metaconfig/U/perl
86467            ! Extensions.U
86468      Branch: perl
86469            ! Configure config_h.SH
86470 ____________________________________________________________________________
86471 [  6429] By: jhi                                   on 2000/07/24  03:11:52
86472         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
86473              case, but add also notes explaining the relationship of this
86474              patch and the earlier notes by Sarathy.
86475              
86476              Subject: Map is still slow
86477              From: "Ben Tilly" <ben_tilly@hotmail.com>
86478              Date: Sat, 15 Jul 2000 17:23:27 EDT
86479              Message-ID: <20000715212327.21656.qmail@hotmail.com>
86480      Branch: perl
86481            ! pp_ctl.c
86482 ____________________________________________________________________________
86483 [  6428] By: jhi                                   on 2000/07/24  02:58:52
86484         Log: Documentation to explain the behaviour of map().
86485              
86486              Subject: Re: Map is still slow 
86487              From: Gurusamy Sarathy <gsar@ActiveState.com>
86488              Date: Sat, 15 Jul 2000 16:05:09 -0700
86489              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
86490      Branch: perl
86491            ! pp_ctl.c
86492 ____________________________________________________________________________
86493 [  6427] By: jhi                                   on 2000/07/24  02:50:03
86494         Log: Add tests for
86495              [ID 19991110.003] another matching finding by pcre author
86496              which has already been fixed by some patch, as verified in
86497              
86498              Subject: Re: two regex bugs from the mists of time (well, last November)
86499              From: Hugo <hv@crypt.compulink.co.uk>
86500              Date: Sat, 22 Jul 2000 18:12:58 +0100
86501              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
86502      Branch: perl
86503            ! t/op/re_tests
86504 ____________________________________________________________________________
86505 [  6426] By: jhi                                   on 2000/07/24  02:11:20
86506         Log: A missing 'break' after the [[:space:]] switch case.
86507              
86508              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
86509              From: "Stephen P. Potter" <spp@ds.net>
86510              Date: Tue, 18 Jul 2000 16:25:17 -0400
86511              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
86512      Branch: perl
86513            ! regcomp.c
86514 ____________________________________________________________________________
86515 [  6425] By: jhi                                   on 2000/07/24  02:06:12
86516         Log: The output might have been produced in the wrong order.
86517              
86518              Subject: [ID 20000720.003] [PATCH] t/op/write.t
86519              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86520              Date: Thu, 20 Jul 2000 18:49:18 +0100
86521              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
86522      Branch: perl
86523            ! t/op/write.t
86524 ____________________________________________________________________________
86525 [  6424] By: jhi                                   on 2000/07/24  02:00:07
86526         Log: Use STDOUT consistently.
86527              
86528              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
86529              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86530              Date: Thu, 20 Jul 2000 18:04:01 +0100
86531              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
86532      Branch: perl
86533            ! lib/Test/Harness.pm
86534 ____________________________________________________________________________
86535 [  6423] By: jhi                                   on 2000/07/24  01:54:54
86536         Log: Protect against "wild next"s, that is, callbacks doing "next"
86537              instead of "return".
86538              
86539              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
86540              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86541              Date: Tue, 18 Jul 2000 11:30:16 +0100
86542              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
86543      Branch: perl
86544            ! lib/File/Find.pm
86545 ____________________________________________________________________________
86546 [  6422] By: jhi                                   on 2000/07/24  01:35:47
86547         Log: Out-of-date note removed.
86548              
86549              Subject: [PATCH] documentation perlipc
86550              From: rspier@pobox.com (Robert Spier)
86551              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
86552              Message-ID: <14711.35178.572612.502654@rls.cx>
86553      Branch: perl
86554            ! pod/perlipc.pod
86555 ____________________________________________________________________________
86556 [  6421] By: jhi                                   on 2000/07/24  00:09:18
86557         Log: Send all installperl messages to STDERR and be -w clean.
86558              
86559              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
86560              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86561              Date: Sat, 22 Jul 2000 14:02:11 +0100
86562              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
86563      Branch: perl
86564            ! installperl
86565 ____________________________________________________________________________
86566 [  6420] By: jhi                                   on 2000/07/24  00:04:19
86567         Log: Decutandpasto.
86568              
86569              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
86570              From: "Richard Soderberg" <rs@crystalflame.net>
86571              Date: Sun, 23 Jul 2000 01:37:23 -0700
86572              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
86573      Branch: perl
86574            ! pod/perlipc.pod
86575 ____________________________________________________________________________
86576 [  6419] By: jhi                                   on 2000/07/24  00:01:12
86577         Log: A cleaner abs_path().
86578              Subject: Re: unix alternative to Cwd.pm
86579              From: Jeff Pinyan <jeffp@crusoe.net>
86580              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
86581              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
86582      Branch: perl
86583            ! lib/Cwd.pm
86584 ____________________________________________________________________________
86585 [  6418] By: jhi                                   on 2000/07/23  23:48:56
86586         Log: Detypo.
86587              
86588              Subject: [PATCH perl-current] Typo in hints/powerux.sh
86589              From: "Richard Soderberg" <rs@crystalflame.net>
86590              Date: Sun, 23 Jul 2000 01:27:33 -0700
86591              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
86592      Branch: perl
86593            ! hints/powerux.sh
86594 ____________________________________________________________________________
86595 [  6417] By: jhi                                   on 2000/07/17  22:13:31
86596         Log: Subject: SDBM_File documentation
86597              From: mjd@plover.com
86598              Date: 16 Jul 2000 17:41:17 -0000
86599              Message-ID: <20000716174117.18515.qmail@plover.com>
86600      Branch: perl
86601            ! ext/SDBM_File/SDBM_File.pm
86602 ____________________________________________________________________________
86603 [  6416] By: jhi                                   on 2000/07/17  19:13:26
86604         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
86605      Branch: perl
86606            ! hints/mpeix.sh mpeix/relink
86607 ____________________________________________________________________________
86608 [  6415] By: jhi                                   on 2000/07/15  14:11:02
86609         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
86610              the utf8 'characters' can be more than one octet).
86611              
86612              Date: Sat, 15 Jul 2000 00:21:56 +0100
86613              From: Tom Hughes <tom@compton.nu>
86614              Subject: Re: [ID 20000714.002]
86615              Message-ID: <db2334de49.tom@compton.compton.nu>
86616              
86617              Reported in
86618              
86619              Subject: [ID 20000714.002]
86620              From: "Simon Cozens" <simon@othersideofthe.earth.li>
86621              Date: 14 Jul 2000 15:13:09 -0000
86622              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
86623      Branch: perl
86624            ! doop.c
86625 ____________________________________________________________________________
86626 [  6414] By: jhi                                   on 2000/07/15  03:13:41
86627         Log: another VMS build tweak from Peter Prymmer
86628      Branch: perl
86629            ! vms/descrip_mms.template
86630 ____________________________________________________________________________
86631 [  6413] By: jhi                                   on 2000/07/15  03:10:40
86632         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
86633      Branch: perl
86634            ! vms/perlvms.pod
86635 ____________________________________________________________________________
86636 [  6412] By: jhi                                   on 2000/07/15  00:31:05
86637         Log: More docs for sv functions.
86638              
86639              Subject: [PATCH cfgperl] sv.c apidoc
86640              From: simon@brecon.co.uk (Simon Cozens)
86641              Date: 13 Jul 2000 09:00:20 GMT
86642              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
86643              
86644              Subject: Re: [PATCH cfgperl] sv.c apidoc
86645              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86646              Date: Thu, 13 Jul 2000 12:27:41 +0100
86647              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
86648              
86649              Subject: Re: [PATCH cfgperl] sv.c apidoc
86650              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86651              Date: Thu, 13 Jul 2000 13:23:09 +0100
86652              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
86653              
86654              Subject: Re: [PATCH cfgperl] sv.c apidoc
86655              From: simon@brecon.co.uk (Simon Cozens)
86656              Date: 14 Jul 2000 06:51:02 GMT
86657              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
86658      Branch: perl
86659            ! embed.pl pod/perlapi.pod sv.c
86660 ____________________________________________________________________________
86661 [  6411] By: jhi                                   on 2000/07/15  00:10:41
86662         Log: lib/b test fixes from Peter Prymmer.
86663      Branch: perl
86664            ! t/lib/b.t
86665 ____________________________________________________________________________
86666 [  6410] By: jhi                                   on 2000/07/15  00:02:09
86667         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
86668              From: Hugo <hv@crypt.compulink.co.uk>
86669              Date: Fri, 14 Jul 2000 23:05:20 +0100
86670              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
86671              
86672              Didn't anymore apply, but that point still could use another fix.
86673      Branch: perl
86674            ! pod/perlfunc.pod
86675 ____________________________________________________________________________
86676 [  6409] By: jhi                                   on 2000/07/14  23:15:15
86677         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
86678              not in pod, from Peter Prymmer
86679      Branch: perl
86680            ! vms/descrip_mms.template
86681 ____________________________________________________________________________
86682 [  6408] By: jhi                                   on 2000/07/14  20:35:05
86683         Log: The bug report
86684              [ID 19991110.002] minimal matching discrepancy found by pcre author
86685              seems to have been fixed (though differently from what was suggested
86686              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
86687      Branch: perl
86688            ! t/op/re_tests
86689 ____________________________________________________________________________
86690 [  6407] By: jhi                                   on 2000/07/14  17:38:08
86691         Log: Fix AutoSplit to use File::Spec the right way in VMS,
86692              from Peter Prymmer.
86693      Branch: perl
86694            ! lib/AutoSplit.pm
86695 ____________________________________________________________________________
86696 [  6406] By: jhi                                   on 2000/07/14  14:13:22
86697         Log: Merge perlhacktut into perlhack, update perlguts.
86698              
86699              Subject: Re: Perlhacktut
86700              From: simon@brecon.co.uk (Simon Cozens)
86701              Date: 14 Jul 2000 06:49:21 GMT
86702              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
86703              
86704              Subject: Re: Perlhacktut
86705              From: simon@brecon.co.uk (Simon Cozens)
86706              Date: 14 Jul 2000 07:09:45 GMT
86707              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
86708      Branch: perl
86709            ! pod/perlguts.pod pod/perlhack.pod
86710 ____________________________________________________________________________
86711 [  6405] By: jhi                                   on 2000/07/14  14:02:31
86712         Log: Integrate with Sarathy.
86713      Branch: cfgperl
86714           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
86715           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
86716           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
86717 ____________________________________________________________________________
86718 [  6404] By: gsar                                  on 2000/07/14  12:15:02
86719         Log: PERL_OBJECT build tweaks
86720      Branch: perl
86721            ! toke.c
86722 ____________________________________________________________________________
86723 [  6403] By: gsar                                  on 2000/07/14  11:23:41
86724         Log: inconsistent types needs casts
86725      Branch: perl
86726            ! toke.c
86727 ____________________________________________________________________________
86728 [  6402] By: gsar                                  on 2000/07/14  11:12:04
86729         Log: typos in change#6399, regen headers
86730      Branch: perl
86731            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
86732 ____________________________________________________________________________
86733 [  6401] By: gsar                                  on 2000/07/14  10:59:12
86734         Log: typecasts needed for change#6394
86735      Branch: perl
86736            ! toke.c
86737 ____________________________________________________________________________
86738 [  6400] By: gsar                                  on 2000/07/14  10:49:37
86739         Log: integrate cfgperl contents into mainline
86740      Branch: perl
86741           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
86742           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
86743 ____________________________________________________________________________
86744 [  6399] By: gsar                                  on 2000/07/14  10:38:35
86745         Log: enable UTF-16 filter by default if relevant BOM is seen; various
86746              cleanups (typos, misformatted code, and small bugs)
86747      Branch: perl
86748            ! doop.c embed.pl mg.c op.c pp.c toke.c
86749 ____________________________________________________________________________
86750 [  6398] By: gsar                                  on 2000/07/14  08:55:38
86751         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
86752              name suggests anyway)
86753      Branch: perl
86754            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
86755 ____________________________________________________________________________
86756 [  6397] By: gsar                                  on 2000/07/14  08:44:33
86757         Log: move new variables to the end of the interpreter structure (for
86758              bincompat in code that doesn't #include XSUB.h)
86759      Branch: perl
86760            ! intrpvar.h
86761 ____________________________________________________________________________
86762 [  6396] By: gsar                                  on 2000/07/14  08:13:58
86763         Log: MakeMaker should not remove editor backups (*~) on `make clean`
86764              by default (completes change#6383)
86765      Branch: perl
86766            ! lib/ExtUtils/MM_Unix.pm
86767 ____________________________________________________________________________
86768 [  6395] By: jhi                                   on 2000/07/14  05:20:33
86769         Log: Replace change #6337 with a better one.
86770              
86771              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
86772              From: Hugo <hv@crypt.compulink.co.uk>
86773              Date: Fri, 14 Jul 2000 04:16:20 +0100
86774              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
86775      Branch: cfgperl
86776            ! regexec.c t/op/re_tests
86777 ____________________________________________________________________________
86778 [  6394] By: jhi                                   on 2000/07/14  01:33:59
86779         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
86780      Branch: cfgperl
86781            ! embed.pl global.sym proto.h toke.c
86782 ____________________________________________________________________________
86783 [  6393] By: jhi                                   on 2000/07/13  23:41:23
86784         Log: remove discarded test
86785      Branch: cfgperl
86786            ! MANIFEST
86787 ____________________________________________________________________________
86788 [  6392] By: jhi                                   on 2000/07/13  23:32:25
86789         Log: The {multiplier} of a fixed substring was overlooked which
86790              caused a wrong initial search offset for that substring.
86791              
86792              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
86793              From: Hugo <hv@crypt.compulink.co.uk>
86794              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
86795              Date: Thu, 13 Jul 2000 19:27:13 +0100
86796      Branch: cfgperl
86797            ! regcomp.c t/op/re_tests
86798 ____________________________________________________________________________
86799 [  6391] By: jhi                                   on 2000/07/13  16:37:42
86800         Log: typo fix from Craig Berry
86801      Branch: cfgperl
86802            ! vms/subconfigure.com
86803 ____________________________________________________________________________
86804 [  6390] By: jhi                                   on 2000/07/13  13:20:12
86805         Log: Integrate with Sarathy.
86806      Branch: cfgperl
86807            - t/op/method2entersub.t
86808           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
86809           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
86810           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
86811           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
86812 ____________________________________________________________________________
86813 [  6389] By: jhi                                   on 2000/07/13  13:18:48
86814         Log: Detypo from Peter Prymmer, part of #6388.
86815      Branch: cfgperl
86816            ! Configure config_h.SH
86817      Branch: metaconfig
86818            ! U/modified/d_longlong.U
86819 ____________________________________________________________________________
86820 [  6388] By: gsar                                  on 2000/07/13  06:33:40
86821         Log: typos (spotted by Peter Prymmer)
86822      Branch: perl
86823            ! Configure t/lib/english.t
86824 ____________________________________________________________________________
86825 [  6387] By: gsar                                  on 2000/07/13  05:35:28
86826         Log: new selfloader.t in change#6183 doesn't close DATA handles,
86827              and thus fails to clean up tmp files on dosish platforms
86828      Branch: perl
86829            ! t/lib/selfloader.t
86830 ____________________________________________________________________________
86831 [  6386] By: gsar                                  on 2000/07/12  21:42:39
86832         Log: sprintf test tweaks (from Dominic Dunlop)
86833      Branch: perl
86834            ! t/op/sprintf.t
86835 ____________________________________________________________________________
86836 [  6385] By: gsar                                  on 2000/07/12  21:33:46
86837         Log: fix bugs in processing %v-*d and similar format specs (from
86838              Avi Finkel <avi@finkel.org>)
86839      Branch: perl
86840            ! sv.c t/op/sprintf.t
86841 ____________________________________________________________________________
86842 [  6384] By: gsar                                  on 2000/07/12  16:04:19
86843         Log: readd missing perldelta.pod changes from changes#6339,6376
86844      Branch: perl
86845            ! pod/perldelta.pod
86846 ____________________________________________________________________________
86847 [  6383] By: gsar                                  on 2000/07/12  16:00:51
86848         Log: don't clobber *.orig files on *clean targets
86849      Branch: perl
86850            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
86851 ____________________________________________________________________________
86852 [  6382] By: gsar                                  on 2000/07/12  07:59:12
86853         Log: fix broken integrations in cfgperl
86854      Branch: cfgperl
86855           !> Changes pod/perldelta.pod
86856 ____________________________________________________________________________
86857 [  6381] By: gsar                                  on 2000/07/12  07:42:17
86858         Log: integrate cfgperl changes into mainline
86859      Branch: perl
86860            ! Changes
86861           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
86862           !> pod/perlre.pod
86863 ____________________________________________________________________________
86864 [  6380] By: gsar                                  on 2000/07/12  07:31:00
86865         Log: get sprintf.t to adjust properly for 3-digit exponents
86866      Branch: perl
86867            ! t/op/sprintf.t
86868 ____________________________________________________________________________
86869 [  6379] By: gsar                                  on 2000/07/12  06:40:04
86870         Log: change#6174 needs corresponding change in win32/config_h.PL,
86871              which grovels through config_h.SH to find the config.h name
86872      Branch: perl
86873            ! win32/config_h.PL
86874 ____________________________________________________________________________
86875 [  6378] By: jhi                                   on 2000/07/12  05:03:59
86876         Log: Do the cc sanity check both before the hints and
86877              after the cc selction.
86878      Branch: cfgperl
86879            ! Configure config_h.SH
86880      Branch: metaconfig
86881            ! U/modified/Oldconfig.U U/modified/cc.U
86882      Branch: metaconfig/U/perl
86883            + Checkcc.U
86884 ____________________________________________________________________________
86885 [  6377] By: jhi                                   on 2000/07/12  02:49:22
86886         Log: Fix nits noticed by Boston.pm.
86887      Branch: cfgperl
86888            ! pod/perlre.pod
86889 ____________________________________________________________________________
86890 [  6376] By: jhi                                   on 2000/07/11  21:22:13
86891         Log: Configure cosmetics and perldelta.
86892      Branch: cfgperl
86893            ! Configure config_h.SH pod/perldelta.pod
86894      Branch: metaconfig
86895            ! U/modified/cc.U
86896 ____________________________________________________________________________
86897 [  6375] By: gsar                                  on 2000/07/11  21:17:35
86898         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
86899      Branch: perl
86900            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
86901            ! win32/win32sck.c
86902 ____________________________________________________________________________
86903 [  6374] By: gsar                                  on 2000/07/11  20:48:50
86904         Log: tweak for build failure under multiplicity
86905      Branch: perl
86906            ! toke.c
86907 ____________________________________________________________________________
86908 [  6373] By: gsar                                  on 2000/07/11  20:37:23
86909         Log: integrate cfgperl changes#6325..6373 into mainline
86910              (NOTE: today's batch of integrations still untested)
86911      Branch: perl
86912           +> ext/DynaLoader/hints/netbsd.pl
86913            ! Changes
86914           !> (integrate 26 files)
86915 ____________________________________________________________________________
86916 [  6372] By: jhi                                   on 2000/07/11  20:30:36
86917         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
86918              regen perltoc.
86919      Branch: cfgperl
86920            + pod/perlbook.pod
86921            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
86922            ! pod/perltoc.pod
86923 ____________________________________________________________________________
86924 [  6371] By: jhi                                   on 2000/07/11  20:08:56
86925         Log: Minor cleanups on the booklist.
86926      Branch: cfgperl
86927            ! pod/perlfaq2.pod
86928 ____________________________________________________________________________
86929 [  6370] By: jhi                                   on 2000/07/11  19:31:13
86930         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
86931      Branch: cfgperl
86932            ! t/pragma/overload.t
86933 ____________________________________________________________________________
86934 [  6369] By: gsar                                  on 2000/07/11  19:27:48
86935         Log: integrate cfgperl changes#6293..6324 into mainline
86936      Branch: perl
86937           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
86938            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
86939           !> (integrate 30 files)
86940 ____________________________________________________________________________
86941 [  6368] By: gsar                                  on 2000/07/11  19:18:57
86942         Log: skip integrate of problematic change#6292 from cfgperl into mainline
86943      Branch: perl
86944           !> pp_hot.c
86945 ____________________________________________________________________________
86946 [  6367] By: gsar                                  on 2000/07/11  19:17:21
86947         Log: integrate cfgperl changes#6288..6290 into mainline
86948      Branch: perl
86949           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
86950 ____________________________________________________________________________
86951 [  6366] By: gsar                                  on 2000/07/11  19:11:18
86952         Log: integrate cfgperl changes#6268..6282 into mainline
86953      Branch: perl
86954           !> (integrate 30 files)
86955 ____________________________________________________________________________
86956 [  6365] By: gsar                                  on 2000/07/11  18:57:00
86957         Log: delete new accidentally branched file
86958      Branch: perl
86959            - t/op/method2entersub.t
86960 ____________________________________________________________________________
86961 [  6364] By: gsar                                  on 2000/07/11  18:55:13
86962         Log: skip integrate of change#6267 from cfgperl into mainline (the
86963              method call optimization is flawed without additional hints
86964              from user about immutableness of @ISA and no runtime method
86965              definitions)
86966      Branch: perl
86967           +> t/op/method2entersub.t
86968           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
86969           !> perl.h t/op/sprintf.t xsutils.c
86970 ____________________________________________________________________________
86971 [  6363] By: gsar                                  on 2000/07/11  18:49:43
86972         Log: integrate cfgperl changes#6261..6266 into mainline
86973      Branch: perl
86974           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
86975           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
86976           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
86977           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
86978 ____________________________________________________________________________
86979 [  6362] By: gsar                                  on 2000/07/11  18:43:26
86980         Log: integrate cfgperl changes#6252..6260 into mainline
86981      Branch: perl
86982           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
86983           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
86984           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
86985           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
86986 ____________________________________________________________________________
86987 [  6361] By: gsar                                  on 2000/07/11  18:37:12
86988         Log: skip integrate of problematic change#6251 from cfgperl into mainline
86989      Branch: perl
86990           !> lib/Exporter.pm
86991 ____________________________________________________________________________
86992 [  6360] By: gsar                                  on 2000/07/11  18:34:56
86993         Log: integrate cfgperl change#6250 into mainline
86994      Branch: perl
86995           +> t/op/my_stash.t
86996           !> MANIFEST embed.pl proto.h toke.c
86997 ____________________________________________________________________________
86998 [  6359] By: gsar                                  on 2000/07/11  18:21:19
86999         Log: integrate cfgperl changes#6242..6249 into mainline
87000      Branch: perl
87001           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
87002           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
87003           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
87004           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
87005           !> t/lib/peek.t utf8.c
87006 ____________________________________________________________________________
87007 [  6358] By: gsar                                  on 2000/07/11  18:15:45
87008         Log: skip integrate of problematic change#6241 from cfgperl into mainline
87009      Branch: perl
87010           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
87011 ____________________________________________________________________________
87012 [  6357] By: jhi                                   on 2000/07/11  18:15:16
87013         Log: Fix for
87014              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
87015              From: Roderick Schertler <roderick@argon.org> 
87016              Date: Tue, 11 Jul 2000 13:55:05 -0400 
87017              Message-Id: <200007111755.NAA05077@jones.argon.org> 
87018      Branch: cfgperl
87019            ! doio.c
87020 ____________________________________________________________________________
87021 [  6356] By: jhi                                   on 2000/07/11  18:12:51
87022         Log: Typo in #6341.
87023      Branch: cfgperl
87024            ! pp_hot.c
87025 ____________________________________________________________________________
87026 [  6355] By: gsar                                  on 2000/07/11  18:12:10
87027         Log: integrate cfgperl changes#6231..6240 into mainline
87028      Branch: perl
87029           +> pod/perlutil.pod
87030           !> (integrate 35 files)
87031 ____________________________________________________________________________
87032 [  6354] By: jhi                                   on 2000/07/11  18:04:34
87033         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
87034              From: Dominic Dunlop <domo@computer.org> 
87035              Date: Tue, 11 Jul 2000 12:27:33 +0200 
87036              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
87037              
87038              Replaces change #6268.
87039      Branch: cfgperl
87040            ! t/op/sprintf.t
87041 ____________________________________________________________________________
87042 [  6353] By: gsar                                  on 2000/07/11  17:59:51
87043         Log: skip integrate of problematic change#6230 from cfgperl into mainline
87044              (a later version of File::Spec is already in mainline)
87045      Branch: perl
87046           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
87047           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
87048 ____________________________________________________________________________
87049 [  6352] By: gsar                                  on 2000/07/11  17:57:48
87050         Log: integrate cfgperl changes#6224..6229 into mainline
87051      Branch: perl
87052           +> lib/lib.pm.PL
87053            - lib/lib.pm
87054           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
87055           !> lib/English.pm op.c t/lib/english.t
87056 ____________________________________________________________________________
87057 [  6351] By: gsar                                  on 2000/07/11  17:50:10
87058         Log: skip integrate of problematic change#6223 from cfgperl into mainline
87059      Branch: perl
87060           !> doio.c
87061 ____________________________________________________________________________
87062 [  6350] By: gsar                                  on 2000/07/11  17:48:28
87063         Log: integrate cfgperl changes#6220..6222 into mainline
87064      Branch: perl
87065           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
87066           !> toke.c utf8.c win32/win32.h
87067 ____________________________________________________________________________
87068 [  6349] By: gsar                                  on 2000/07/11  17:46:13
87069         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
87070              mainline
87071      Branch: perl
87072           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
87073           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
87074           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87075 ____________________________________________________________________________
87076 [  6348] By: jhi                                   on 2000/07/11  17:45:49
87077         Log: README.posix-bc podified from Thomas Dorner.
87078      Branch: cfgperl
87079            ! README.posix-bc
87080 ____________________________________________________________________________
87081 [  6347] By: gsar                                  on 2000/07/11  17:42:04
87082         Log: integrate cfgperl change#6217 into mainline
87083      Branch: perl
87084           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
87085           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
87086           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
87087 ____________________________________________________________________________
87088 [  6346] By: gsar                                  on 2000/07/11  17:39:37
87089         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
87090              mainline
87091      Branch: perl
87092           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
87093           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
87094           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
87095           !> perlapi.h pod/perlapi.pod
87096 ____________________________________________________________________________
87097 [  6345] By: gsar                                  on 2000/07/11  17:36:42
87098         Log: integrate cfgperl changes#6207..6210 into mainline
87099      Branch: perl
87100           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
87101           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
87102 ____________________________________________________________________________
87103 [  6344] By: gsar                                  on 2000/07/11  17:31:20
87104         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
87105              mainline
87106      Branch: perl
87107           !> (integrate 40 files)
87108 ____________________________________________________________________________
87109 [  6343] By: gsar                                  on 2000/07/11  17:19:08
87110         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
87111      Branch: perl
87112           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
87113            ! Changes
87114           !> (integrate 34 files)
87115 ____________________________________________________________________________
87116 [  6342] By: jhi                                   on 2000/07/11  16:05:48
87117         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
87118              To: perl5-porters@perl.org
87119              From: Karsten Sperling <spiff@phreax.net>
87120              Date: Mon, 10 Jul 2000 15:12:52 +0200
87121              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
87122      Branch: cfgperl
87123            ! lib/Symbol.pm
87124 ____________________________________________________________________________
87125 [  6341] By: jhi                                   on 2000/07/11  15:59:23
87126         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
87127              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87128              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
87129              Date: Fri, 07 Jul 2000 17:57:16 +0100
87130      Branch: cfgperl
87131            ! pp_hot.c
87132 ____________________________________________________________________________
87133 [  6340] By: jhi                                   on 2000/07/11  15:55:47
87134         Log: Subject: Re: format bug report  [Patch]
87135              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87136              Date: Wed, 05 Jul 2000 13:12:52 +0200
87137              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
87138              
87139              Subject: Re: format bug report  [Patch]
87140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87141              Date: Wed, 05 Jul 2000 14:10:01 +0200
87142              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
87143      Branch: cfgperl
87144            ! t/op/write.t toke.c
87145 ____________________________________________________________________________
87146 [  6339] By: jhi                                   on 2000/07/11  13:54:09
87147         Log: Be less forgiving about ambiguous and illegal tr ranges.
87148              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
87149              From: Mark-Jason Dominus <mjd@plover.com>
87150              Date: Tue, 04 Jul 2000 10:00:12 -0400
87151              Message-ID: <20000704140012.17772.qmail@plover.com>
87152              
87153              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
87154              From: Mark-Jason Dominus <mjd@plover.com>
87155              Date: Wed, 05 Jul 2000 09:37:36 -0400
87156              Message-ID: <20000705133736.27293.qmail@plover.com>
87157      Branch: cfgperl
87158            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
87159 ____________________________________________________________________________
87160 [  6338] By: jhi                                   on 2000/07/11  13:31:24
87161         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
87162              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87163              Date: Tue, 11 Jul 2000 13:50:51 +0100
87164              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
87165      Branch: cfgperl
87166            ! sv.c
87167 ____________________________________________________________________________
87168 [  6337] By: jhi                                   on 2000/07/11  13:29:14
87169         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
87170              From: Hugo <hv@crypt.compulink.co.uk>
87171              Date: Tue, 11 Jul 2000 12:44:50 +0100
87172              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
87173      Branch: cfgperl
87174            ! regexec.c t/op/re_tests
87175 ____________________________________________________________________________
87176 [  6336] By: jhi                                   on 2000/07/11  13:26:47
87177         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
87178              From: simon@brecon.co.uk (Simon Cozens)
87179              Date: 7 Jul 2000 11:26:09 GMT
87180              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
87181      Branch: cfgperl
87182            ! mg.c
87183 ____________________________________________________________________________
87184 [  6335] By: jhi                                   on 2000/07/11  13:23:37
87185         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
87186              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
87187              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
87188              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
87189      Branch: cfgperl
87190            + ext/DynaLoader/hints/netbsd.pl
87191            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
87192 ____________________________________________________________________________
87193 [  6334] By: jhi                                   on 2000/07/11  13:20:38
87194         Log: Subject: PATCH perlguts.pod: Document D and d magic types
87195              From: mjd@plover.com
87196              Date: 5 Jul 2000 18:01:51 -0000
87197              Message-ID: <20000705180151.29413.qmail@plover.com>
87198      Branch: cfgperl
87199            ! pod/perlguts.pod
87200 ____________________________________________________________________________
87201 [  6333] By: jhi                                   on 2000/07/11  13:15:51
87202         Log: Precedence goof, fix based on
87203              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
87204              From: Hugo <hv@crypt.compulink.co.uk>
87205              Date: Tue, 11 Jul 2000 12:52:38 +0100
87206              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
87207      Branch: cfgperl
87208            ! t/op/taint.t
87209 ____________________________________________________________________________
87210 [  6332] By: jhi                                   on 2000/07/11  12:40:17
87211         Log: Integrate with Sarathy.
87212      Branch: cfgperl
87213           !> win32/win32sck.c
87214 ____________________________________________________________________________
87215 [  6331] By: jhi                                   on 2000/07/10  20:14:16
87216         Log: Sprinkle ldlibpath.
87217      Branch: cfgperl
87218            ! pod/Makefile.SH
87219 ____________________________________________________________________________
87220 [  6330] By: jhi                                   on 2000/07/10  17:54:49
87221         Log: More POSIX.pod tweaks.
87222      Branch: cfgperl
87223            ! ext/POSIX/POSIX.pod
87224 ____________________________________________________________________________
87225 [  6329] By: jhi                                   on 2000/07/10  14:02:12
87226         Log: Reorder perl.pod once more.
87227      Branch: cfgperl
87228            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
87229 ____________________________________________________________________________
87230 [  6328] By: gsar                                  on 2000/07/10  07:06:00
87231         Log: accept() leaks memory on windows due to incorrect ordering of
87232              closesocket() and fclose() calls
87233      Branch: perl
87234            ! win32/win32sck.c
87235 ____________________________________________________________________________
87236 [  6327] By: gsar                                  on 2000/07/10  06:49:17
87237         Log: winsock options weren't being set in all threads under ithreads
87238              (caused send()s from second and subsequent threads to fail)
87239      Branch: perl
87240            ! win32/win32sck.c
87241 ____________________________________________________________________________
87242 [  6326] By: jhi                                   on 2000/07/08  02:45:40
87243         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
87244              was cast to an unsigned (32-bit) integer with wild abandon.
87245      Branch: cfgperl
87246            ! ext/Devel/DProf/DProf.xs
87247 ____________________________________________________________________________
87248 [  6325] By: jhi                                   on 2000/07/07  18:50:33
87249         Log: Remove perlbook, update perlfaq book listing,
87250              rearrange perl.pod, regenerate perltoc.
87251      Branch: cfgperl
87252            - pod/perlbook.pod
87253            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
87254            ! pod/perlfaq2.pod pod/perltoc.pod
87255 ____________________________________________________________________________
87256 [  6324] By: jhi                                   on 2000/07/07  14:03:40
87257         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
87258      Branch: cfgperl
87259            ! sv.h toke.c
87260 ____________________________________________________________________________
87261 [  6323] By: jhi                                   on 2000/07/06  16:03:55
87262         Log: Fix complaints of buildtoc.
87263      Branch: cfgperl
87264            + lib/Win32.pod
87265            - pod/Win32.pod
87266            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
87267 ____________________________________________________________________________
87268 [  6322] By: jhi                                   on 2000/07/06  15:15:52
87269         Log: Add =head1 NAMEs so that buildtoc is happy.
87270              (The CGI::Util nit reported to Lincoln.)
87271      Branch: cfgperl
87272            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
87273            ! pod/perltoc.pod
87274 ____________________________________________________________________________
87275 [  6321] By: jhi                                   on 2000/07/06  03:16:04
87276         Log: Config is being used.
87277      Branch: cfgperl
87278            ! t/op/method.t
87279 ____________________________________________________________________________
87280 [  6320] By: jhi                                   on 2000/07/06  03:13:13
87281         Log: Integrate with Sarathy.
87282      Branch: cfgperl
87283           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
87284 ____________________________________________________________________________
87285 [  6319] By: jhi                                   on 2000/07/06  03:11:46
87286         Log: Autogenerate pod/Makefile and pod/buildtoc.
87287              buildtoc also checks whether the existing pods are
87288              mentioned in MANIFEST and perl.pod, and vice versa.
87289              (None of the thusly found discrepancies fixed yet.)
87290              roffitall also needs to be autogenerated similarly but it
87291              seems so badly out of date that I didn't touch it yet.
87292      Branch: cfgperl
87293            + pod/Makefile.SH pod/buildtoc.PL
87294            - pod/Makefile pod/buildtoc
87295            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
87296 ____________________________________________________________________________
87297 [  6318] By: gsar                                  on 2000/07/05  22:10:54
87298         Log: fix UNC path handling on Windows under ithreads, and chdir()
87299              return value when given a non-existent directory
87300      Branch: perl
87301            ! win32/vdir.h
87302 ____________________________________________________________________________
87303 [  6317] By: gsar                                  on 2000/07/05  22:08:19
87304         Log: winsock cleanup never done on Windows (leads to handle leaks)
87305      Branch: perl
87306            ! win32/perllib.c win32/win32sck.c
87307 ____________________________________________________________________________
87308 [  6316] By: gsar                                  on 2000/07/05  22:06:19
87309         Log: some debugger output does not go to the socket when RemotePort is set
87310      Branch: perl
87311            ! lib/perl5db.pl
87312 ____________________________________________________________________________
87313 [  6315] By: jhi                                   on 2000/07/05  00:25:21
87314         Log: Integrate with Sarathy, preliminary fix for unicos
87315              alignment problems in [ID 20000612.002] Perl problem on Cray system.
87316      Branch: cfgperl
87317            ! sv.h
87318           !> pp_hot.c
87319 ____________________________________________________________________________
87320 [  6314] By: gsar                                  on 2000/07/04  23:34:02
87321         Log: tyop in change#6306
87322      Branch: perl
87323            ! pp_hot.c
87324 ____________________________________________________________________________
87325 [  6313] By: jhi                                   on 2000/07/04  22:14:38
87326         Log: Multiline string literals ENONPORTABLE.
87327      Branch: cfgperl
87328            ! pp_hot.c
87329 ____________________________________________________________________________
87330 [  6312] By: jhi                                   on 2000/07/04  20:34:44
87331         Log: Integrate with Sarathy.
87332      Branch: cfgperl
87333           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
87334           !> t/op/method.t
87335 ____________________________________________________________________________
87336 [  6311] By: jhi                                   on 2000/07/04  20:30:56
87337         Log: More POSIX.pod embellishment.
87338      Branch: cfgperl
87339            ! ext/POSIX/POSIX.pod
87340 ____________________________________________________________________________
87341 [  6310] By: gsar                                  on 2000/07/04  17:28:48
87342         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
87343      Branch: perl
87344            ! t/lib/b.t
87345 ____________________________________________________________________________
87346 [  6309] By: jhi                                   on 2000/07/04  17:22:18
87347         Log: The #6308 required a little bit more.
87348      Branch: cfgperl
87349            ! Makefile.SH win32/Makefile
87350 ____________________________________________________________________________
87351 [  6308] By: jhi                                   on 2000/07/04  16:35:24
87352         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
87353      Branch: cfgperl
87354            + lib/lib_pm.PL
87355            - lib/lib.pm.PL
87356            ! MANIFEST Makefile.SH
87357 ____________________________________________________________________________
87358 [  6307] By: jhi                                   on 2000/07/04  16:28:58
87359         Log: Win32 patches for cfgperl from Sarathy.
87360      Branch: cfgperl
87361            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
87362            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
87363            ! thread.h toke.c util.c win32/Makefile win32/win32.c
87364 ____________________________________________________________________________
87365 [  6306] By: gsar                                  on 2000/07/04  16:28:40
87366         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
87367              (from Richard Soderberg <rs@oregonnet.com>)
87368      Branch: perl
87369            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
87370 ____________________________________________________________________________
87371 [  6305] By: jhi                                   on 2000/07/04  16:24:24
87372         Log: Integrate with Sarathy.
87373      Branch: cfgperl
87374           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
87375           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87376           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
87377           !> proto.h win32/win32.c
87378 ____________________________________________________________________________
87379 [  6304] By: gsar                                  on 2000/07/04  16:17:24
87380         Log: missing perldiag entry for unpack("w",...) diagnostic (from
87381              Andreas Koenig)
87382      Branch: perl
87383            ! pod/perldiag.pod
87384 ____________________________________________________________________________
87385 [  6303] By: gsar                                  on 2000/07/04  16:14:44
87386         Log: remove rel2abs prototypes (from Barrie Slaymaker)
87387      Branch: perl
87388            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
87389            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
87390 ____________________________________________________________________________
87391 [  6302] By: gsar                                  on 2000/07/04  04:59:35
87392         Log: adjust change#6299
87393      Branch: perl
87394            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
87395            ! win32/win32.c
87396 ____________________________________________________________________________
87397 [  6301] By: jhi                                   on 2000/07/04  04:50:07
87398         Log: Integrate with Sarathy.
87399      Branch: cfgperl
87400           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
87401           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
87402           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
87403 ____________________________________________________________________________
87404 [  6300] By: gsar                                  on 2000/07/04  04:42:09
87405         Log: PERL_OBJECT build tweak
87406      Branch: perl
87407            ! perl.h
87408 ____________________________________________________________________________
87409 [  6299] By: gsar                                  on 2000/07/04  04:37:00
87410         Log: fix memory leak on Windows (PL_sys_intern contents were never
87411              freed)
87412      Branch: perl
87413            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
87414            ! perlapi.c proto.h win32/win32.c
87415 ____________________________________________________________________________
87416 [  6298] By: gsar                                  on 2000/07/04  04:15:59
87417         Log: fix large memory leak that has been around for ever, masked by
87418              -DPURIFY (most of the arenas were never freed!)
87419      Branch: perl
87420            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
87421 ____________________________________________________________________________
87422 [  6297] By: gsar                                  on 2000/07/04  04:07:46
87423         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
87424      Branch: perl
87425            ! perl.c
87426 ____________________________________________________________________________
87427 [  6296] By: jhi                                   on 2000/06/30  18:28:37
87428         Log: Elaborate POSIX.pod.  Still needs work.
87429      Branch: cfgperl
87430            ! ext/POSIX/POSIX.pod
87431 ____________________________________________________________________________
87432 [  6295] By: jhi                                   on 2000/06/30  14:58:18
87433         Log: Point to perlipc for more SysV IPC examples.
87434      Branch: cfgperl
87435            ! pod/perlfunc.pod
87436 ____________________________________________________________________________
87437 [  6294] By: gsar                                  on 2000/06/30  14:47:45
87438         Log: slurp mode fix in change#4736 still not quite right
87439      Branch: perl
87440            ! pp_hot.c t/io/argv.t
87441 ____________________________________________________________________________
87442 [  6293] By: jhi                                   on 2000/06/30  12:02:55
87443         Log: Integrate with Sarathy.
87444      Branch: cfgperl
87445           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
87446 ____________________________________________________________________________
87447 [  6292] By: jhi                                   on 2000/06/30  12:01:11
87448         Log: From: simon@brecon.co.uk (Simon Cozens)
87449              Subject: UTF8 concat
87450              Date: 30 Jun 2000 06:13:25 GMT
87451              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
87452      Branch: cfgperl
87453            ! pp_hot.c
87454 ____________________________________________________________________________
87455 [  6291] By: gsar                                  on 2000/06/30  04:37:33
87456         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
87457              when @_ is modified, causing coredumps
87458      Branch: perl
87459            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
87460 ____________________________________________________________________________
87461 [  6290] By: jhi                                   on 2000/06/30  02:21:44
87462         Log: Integrate with Sarathy.
87463      Branch: cfgperl
87464           !> vms/vms.c vms/vmsish.h
87465 ____________________________________________________________________________
87466 [  6289] By: jhi                                   on 2000/06/30  02:21:02
87467         Log: Check VERSIONs.
87468      Branch: cfgperl
87469            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
87470            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
87471            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
87472 ____________________________________________________________________________
87473 [  6288] By: jhi                                   on 2000/06/30  02:18:52
87474         Log: Integrate with Sarathy.
87475      Branch: cfgperl
87476           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
87477           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
87478           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
87479           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
87480 ____________________________________________________________________________
87481 [  6287] By: gsar                                  on 2000/06/30  02:17:08
87482         Log: integrate vmsperl changes into mainline
87483      Branch: perl
87484           !> vms/vms.c vms/vmsish.h
87485 ____________________________________________________________________________
87486 [  6285] By: gsar                                  on 2000/06/30  02:05:28
87487         Log: localize %INC in a Safe compartment so that use/require work
87488              (many other magic globals probably need similar treatment)
87489      Branch: perl
87490            ! ext/Opcode/Opcode.xs
87491 ____________________________________________________________________________
87492 [  6284] By: gsar                                  on 2000/06/30  01:54:54
87493         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
87494              about Windows
87495      Branch: perl
87496            ! pod/perlembed.pod
87497 ____________________________________________________________________________
87498 [  6283] By: jhi                                   on 2000/06/30  01:50:10
87499         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
87500              From: Barrie Slaymaker <barries@jester.slaysys.com>
87501              Date: Wed, 28 Jun 2000 11:35:29 -0400
87502              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
87503      Branch: perl
87504            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
87505            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
87506            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87507            ! lib/File/Spec/Win32.pm
87508 ____________________________________________________________________________
87509 [  6282] By: jhi                                   on 2000/06/29  22:57:22
87510         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
87511              From: Dan Sugalski <dan@sidhe.org>
87512              Date: Tue, 06 Jun 2000 11:59:50 -0400
87513              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
87514      Branch: cfgperl
87515            ! vms/vms.c
87516 ____________________________________________________________________________
87517 [  6281] By: jhi                                   on 2000/06/29  22:52:50
87518         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
87519              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
87520              Date: Wed, 7 Jun 2000 04:02:04 -0500
87521              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
87522      Branch: cfgperl
87523            ! utils/h2xs.PL
87524 ____________________________________________________________________________
87525 [  6280] By: jhi                                   on 2000/06/29  22:45:47
87526         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
87527              From: rspier@pobox.com (Robert Spier)
87528              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
87529              Message-ID: <14654.31913.845602.610277@rls.cx>
87530      Branch: cfgperl
87531            ! utils/h2xs.PL
87532 ____________________________________________________________________________
87533 [  6279] By: jhi                                   on 2000/06/29  22:38:16
87534         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
87535              From: Tim Ayers <tayers@bridge.com>
87536              Date: Thu, 08 Jun 2000 08:11:06 +0200
87537              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
87538              [resent by Richard Foley, Message-Id probably wrong]
87539      Branch: cfgperl
87540            ! pod/perlsub.pod
87541 ____________________________________________________________________________
87542 [  6278] By: jhi                                   on 2000/06/29  22:21:45
87543         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
87544              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
87545              Date: Fri, 09 Jun 2000 12:39:27 -0400
87546              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
87547              (plus update the version "number" of Text::Wrap)
87548      Branch: cfgperl
87549            ! lib/Text/Wrap.pm
87550 ____________________________________________________________________________
87551 [  6277] By: jhi                                   on 2000/06/29  22:13:10
87552         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
87553              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87554              Date: Mon, 12 Jun 2000 14:55:59 +0100
87555              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
87556      Branch: cfgperl
87557            ! pod/perlfunc.pod
87558 ____________________________________________________________________________
87559 [  6276] By: jhi                                   on 2000/06/29  22:11:06
87560         Log: Subject: [PATCH] Re: eval documentation: context
87561              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87562              Date: Mon, 12 Jun 2000 15:07:29 +0100
87563              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
87564      Branch: cfgperl
87565            ! pod/perlfunc.pod
87566 ____________________________________________________________________________
87567 [  6275] By: jhi                                   on 2000/06/29  21:59:46
87568         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
87569              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
87570              Date: Tue, 13 Jun 2000 02:43:48 -0500
87571              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
87572      Branch: cfgperl
87573            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
87574 ____________________________________________________________________________
87575 [  6274] By: jhi                                   on 2000/06/29  21:56:14
87576         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
87577              From: Andy Dougherty <doughera@lafayette.edu>
87578              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
87579              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
87580      Branch: cfgperl
87581            ! ext/File/Glob/Glob.pm
87582 ____________________________________________________________________________
87583 [  6273] By: jhi                                   on 2000/06/29  21:49:09
87584         Log: Subject: [PATCH] xsub attributes
87585              From: Doug MacEachern <dougm@covalent.net>
87586              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
87587              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
87588      Branch: cfgperl
87589            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
87590            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
87591 ____________________________________________________________________________
87592 [  6272] By: jhi                                   on 2000/06/29  21:41:28
87593         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
87594              From: Tom Phoenix <rootbeer@redcat.com>
87595              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
87596              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
87597      Branch: cfgperl
87598            ! lib/Net/Ping.pm
87599 ____________________________________________________________________________
87600 [  6271] By: jhi                                   on 2000/06/29  21:36:55
87601         Log: Subject: PATCH pod/perltie.pod
87602              From: Ian Phillipps <Ian.Phillipps@iname.com>
87603              Date: Fri, 16 Jun 2000 00:17:19 +0100
87604              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
87605              (only the first hunk, the second hunk had already been done
87606              by some other patch)
87607      Branch: cfgperl
87608            ! pod/perltie.pod
87609 ____________________________________________________________________________
87610 [  6270] By: jhi                                   on 2000/06/29  21:24:51
87611         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
87612              From: Nicholas Clark <nick@talking.bollo.cx>
87613              Date: Fri, 23 Jun 2000 16:21:15 +0100
87614              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
87615      Branch: cfgperl
87616            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
87617            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
87618 ____________________________________________________________________________
87619 [  6269] By: jhi                                   on 2000/06/29  19:38:15
87620         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
87621              silence few compiler warnings.
87622      Branch: cfgperl
87623            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
87624 ____________________________________________________________________________
87625 [  6268] By: jhi                                   on 2000/06/29  18:21:50
87626         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
87627              From: Dominic Dunlop <domo@computer.org> 
87628              Date: Thu, 29 Jun 2000 12:32:39 +0200 
87629              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
87630      Branch: cfgperl
87631            ! t/op/sprintf.t
87632 ____________________________________________________________________________
87633 [  6267] By: jhi                                   on 2000/06/29  18:16:07
87634         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
87635              From: Doug MacEachern <dougm@covalent.net>
87636              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
87637              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
87638      Branch: cfgperl
87639            + t/op/method2entersub.t
87640            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
87641            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87642            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
87643            ! xsutils.c
87644 ____________________________________________________________________________
87645 [  6266] By: jhi                                   on 2000/06/29  15:11:15
87646         Log: Subject: [PATCH 5.6.0] cygwin port
87647              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
87648              From: "Fifer, Eric" <EFifer@sanwaint.com>
87649              Date: Thu, 29 Jun 2000 12:58:29 +0100
87650      Branch: cfgperl
87651            ! cygwin/Makefile.SHs
87652 ____________________________________________________________________________
87653 [  6265] By: jhi                                   on 2000/06/29  15:04:05
87654         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
87655              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87656              Date: Wed, 28 Jun 2000 17:50:12 -0700
87657              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
87658      Branch: cfgperl
87659            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
87660 ____________________________________________________________________________
87661 [  6264] By: jhi                                   on 2000/06/29  15:00:57
87662         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
87663              From: Marty Lucich <marty@netcom.com>
87664              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
87665              Message-Id: <200006282116.OAA11148@netcom.com>
87666              ccdlflags update (the BSD/OS 4.1 part had already been taken
87667              care of by #6141).
87668      Branch: cfgperl
87669            ! hints/bsdos.sh
87670 ____________________________________________________________________________
87671 [  6263] By: jhi                                   on 2000/06/29  13:47:44
87672         Log: tr fixes from Simon Cozens
87673      Branch: cfgperl
87674            ! doop.c
87675 ____________________________________________________________________________
87676 [  6262] By: jhi                                   on 2000/06/28  18:46:01
87677         Log: Subject: 5.6.0 Patch for EPOC
87678              From: Olaf Flebbe <o.flebbe@gmx.de>
87679              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
87680              Message-ID: <23449.960929969@www11.gmx.net>
87681      Branch: cfgperl
87682            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
87683            ! epoc/epocish.h
87684 ____________________________________________________________________________
87685 [  6261] By: jhi                                   on 2000/06/28  18:29:07
87686         Log: Subject: Re: [PATCH cfgperl] BOMs away!
87687              From: simon@brecon.co.uk (Simon Cozens)
87688              Date: 17 Jun 2000 11:49:57 GMT
87689              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
87690      Branch: cfgperl
87691            ! pod/perldiag.pod t/comp/require.t toke.c
87692 ____________________________________________________________________________
87693 [  6260] By: jhi                                   on 2000/06/28  17:47:16
87694         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
87695              From: simon@brecon.co.uk (Simon Cozens) 
87696              Date: 17 Jun 2000 11:56:44 GMT 
87697              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
87698              pack U0, pack C0
87699      Branch: cfgperl
87700            ! pod/perlfunc.pod pp.c t/op/pack.t
87701 ____________________________________________________________________________
87702 [  6259] By: jhi                                   on 2000/06/28  16:43:17
87703         Log: perlnewmod was missing from MANIFEST.
87704      Branch: cfgperl
87705            ! MANIFEST
87706 ____________________________________________________________________________
87707 [  6258] By: jhi                                   on 2000/06/28  15:54:30
87708         Log: linenumber tweak
87709      Branch: cfgperl
87710            ! t/pragma/warn/regcomp
87711 ____________________________________________________________________________
87712 [  6257] By: jhi                                   on 2000/06/28  15:50:44
87713         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
87714              From: Doug MacEachern <dougm@covalent.net>
87715              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
87716              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
87717              (one part of the patch had been applied earlier)
87718      Branch: cfgperl
87719            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
87720 ____________________________________________________________________________
87721 [  6256] By: jhi                                   on 2000/06/28  15:40:22
87722         Log: tweaks from Simon Cozens to further fix tr/// under utf8
87723      Branch: cfgperl
87724            ! doop.c
87725 ____________________________________________________________________________
87726 [  6255] By: jhi                                   on 2000/06/28  15:33:45
87727         Log: small thinko tweaks
87728      Branch: cfgperl
87729            ! lib/IPC/Open3.pm t/op/my_stash.t
87730 ____________________________________________________________________________
87731 [  6254] By: jhi                                   on 2000/06/28  15:33:25
87732         Log: Subject: tr///, help wanted.
87733              From: simon@brecon.co.uk (Simon Cozens)
87734              Date: 28 Jun 2000 11:29:04 GMT
87735              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
87736      Branch: cfgperl
87737            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
87738            ! pp_proto.h proto.h t/op/tr.t
87739 ____________________________________________________________________________
87740 [  6253] By: jhi                                   on 2000/06/28  15:09:17
87741         Log: Paranoia tweak on #6249.
87742              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
87743              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
87744              Date: Sun, 25 Jun 2000 23:43:12 -0400
87745              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
87746      Branch: cfgperl
87747            ! lib/IPC/Open3.pm
87748 ____________________________________________________________________________
87749 [  6252] By: jhi                                   on 2000/06/28  15:01:38
87750         Log: Document #6249 and #6251.
87751      Branch: cfgperl
87752            ! lib/Exporter.pm lib/IPC/Open3.pm
87753 ____________________________________________________________________________
87754 [  6251] By: jhi                                   on 2000/06/28  14:50:43
87755         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
87756              From: Doug MacEachern <dougm@covalent.net>
87757              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
87758              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
87759      Branch: cfgperl
87760            ! lib/Exporter.pm
87761 ____________________________________________________________________________
87762 [  6250] By: jhi                                   on 2000/06/28  14:45:23
87763         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
87764              From: Doug MacEachern <dougm@covalent.net>
87765              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
87766              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
87767      Branch: cfgperl
87768            + t/op/my_stash.t
87769            ! MANIFEST embed.pl global.sym proto.h toke.c
87770 ____________________________________________________________________________
87771 [  6249] By: jhi                                   on 2000/06/28  14:36:34
87772         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
87773              From: Frank Tobin <ftobin@uiuc.edu>
87774              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
87775              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
87776      Branch: cfgperl
87777            ! lib/IPC/Open3.pm
87778 ____________________________________________________________________________
87779 [  6248] By: jhi                                   on 2000/06/28  14:11:25
87780         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
87781              From: Mark-Jason Dominus <mjd@plover.com>
87782              Date: Tue, 27 Jun 2000 22:36:42 -0400
87783              Message-ID: <20000628023642.12166.qmail@plover.com>
87784      Branch: cfgperl
87785            ! pod/perlfunc.pod
87786 ____________________________________________________________________________
87787 [  6247] By: jhi                                   on 2000/06/27  12:46:37
87788         Log: Tweak $VERSION, patch from Doug MacEachern.
87789      Branch: cfgperl
87790            ! lib/File/Spec.pm
87791 ____________________________________________________________________________
87792 [  6246] By: jhi                                   on 2000/06/27  03:34:46
87793         Log: Allow for standalone testing.
87794      Branch: cfgperl
87795            ! t/lib/filefunc.t t/lib/filespec.t
87796 ____________________________________________________________________________
87797 [  6245] By: jhi                                   on 2000/06/27  02:50:02
87798         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
87799              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
87800              Date: Sat, 24 Jun 2000 13:06:20 +0100
87801              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
87802      Branch: cfgperl
87803            ! ext/DynaLoader/DynaLoader_pm.PL
87804 ____________________________________________________________________________
87805 [  6244] By: jhi                                   on 2000/06/27  02:46:10
87806         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
87807              From: Doug MacEachern <dougm@covalent.net>
87808              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
87809              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
87810      Branch: cfgperl
87811            ! gv.c sv.c t/lib/peek.t
87812 ____________________________________________________________________________
87813 [  6243] By: jhi                                   on 2000/06/27  02:38:07
87814         Log: Subject: [PATCH] is_utf8_string
87815              From: simon@brecon.co.uk (Simon Cozens)
87816              Date: 26 Jun 2000 02:25:59 GMT
87817              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
87818      Branch: cfgperl
87819            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
87820            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
87821            ! proto.h utf8.c
87822 ____________________________________________________________________________
87823 [  6242] By: jhi                                   on 2000/06/27  02:24:00
87824         Log: Subject: [PATCH] bytes<->utf8 fixes
87825              From: simon@brecon.co.uk (Simon Cozens)
87826              Date: 26 Jun 2000 04:55:45 GMT
87827              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
87828      Branch: cfgperl
87829            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
87830 ____________________________________________________________________________
87831 [  6241] By: jhi                                   on 2000/06/27  02:12:42
87832         Log: Do no -warn on \_, only on \alpha.
87833              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
87834              From: David Dyck <dcd@tc.fluke.com>
87835              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
87836              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
87837      Branch: cfgperl
87838            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
87839 ____________________________________________________________________________
87840 [  6240] By: jhi                                   on 2000/06/27  02:00:01
87841         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
87842              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
87843              Date: Mon, 26 Jun 2000 18:40:14 +0100
87844              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
87845      Branch: cfgperl
87846            ! utils/h2xs.PL
87847 ____________________________________________________________________________
87848 [  6239] By: jhi                                   on 2000/06/27  01:53:40
87849         Log: Configure maintenance.  Sever some dependency cycles,
87850              separate gccversion from the cc unit,
87851              address [ID 20000623.006] Configure script patch for using gcc on AIX
87852              (but solve it a little bit differently),
87853              unduplex some accidentally duplicated units,
87854              suggest using gcc if no cc available
87855              (p5p thread: "Solaris configure: counterproposal", 1999-09)
87856      Branch: cfgperl
87857            ! Configure Todo-5.6 config_h.SH
87858      Branch: metaconfig
87859            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
87860            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
87861      Branch: metaconfig/U/perl
87862            + gccvers.U
87863            ! d_getespwnam.U d_getprpwnam.U i_prot.U
87864 ____________________________________________________________________________
87865 [  6238] By: jhi                                   on 2000/06/25  18:04:56
87866         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
87867              From: Dan Sugalski <dan@sidhe.org>
87868              Date: Fri, 23 Jun 2000 17:00:00 -0400
87869              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
87870      Branch: cfgperl
87871            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
87872 ____________________________________________________________________________
87873 [  6237] By: jhi                                   on 2000/06/25  16:36:45
87874         Log: Tweak embed.pl, regen headers.
87875      Branch: cfgperl
87876            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
87877            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
87878            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
87879            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
87880            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
87881 ____________________________________________________________________________
87882 [  6236] By: jhi                                   on 2000/06/25  15:26:42
87883         Log: Regen headers.
87884      Branch: cfgperl
87885            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
87886            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
87887            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
87888            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
87889            ! regnodes.h warnings.h
87890 ____________________________________________________________________________
87891 [  6235] By: jhi                                   on 2000/06/23  19:39:35
87892         Log: The thread begun by
87893              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
87894              From: Kevin.Ruscoe@ubsw.com
87895              Date: Fri, 16 Jun 2000 16:38:51 +0100
87896              Message-Id: <H000019b03c300d6@MHS>
87897      Branch: cfgperl
87898            ! hints/solaris_2.sh
87899 ____________________________________________________________________________
87900 [  6234] By: jhi                                   on 2000/06/23  19:23:36
87901         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
87902              because when run as services (Win32ese for daemons)
87903              no environment variables are set and tmpdir ends up as /tmp,
87904              which is ambiguous.
87905              
87906              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
87907              From: matt@sergeant.org
87908              Date: 16 Jun 2000 16:30:43 -0000
87909              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
87910      Branch: cfgperl
87911            ! lib/File/Spec/Win32.pm
87912 ____________________________________________________________________________
87913 [  6233] By: jhi                                   on 2000/06/23  19:18:58
87914         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
87915              From: Mark-Jason Dominus <mjd@plover.com>
87916              Date: Fri, 16 Jun 2000 20:53:04 -0400
87917              Message-ID: <20000617005304.8008.qmail@plover.com>
87918      Branch: cfgperl
87919            ! op.h
87920 ____________________________________________________________________________
87921 [  6232] By: jhi                                   on 2000/06/23  16:10:02
87922         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
87923              From: simon@brecon.co.uk (Simon Cozens)
87924              Date: 19 Jun 2000 15:18:27 GMT
87925              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
87926              
87927              plus update pod/Makefile and regenerate perltoc
87928      Branch: cfgperl
87929            + pod/perlutil.pod
87930            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
87931 ____________________________________________________________________________
87932 [  6231] By: jhi                                   on 2000/06/23  15:19:18
87933         Log: Subject: [PATCH 5.6.0] cygwin port
87934              From: "Fifer, Eric" <EFifer@sanwaint.com>
87935              Date: Tue, 20 Jun 2000 14:30:58 +0100
87936              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
87937      Branch: cfgperl
87938            ! README.cygwin lib/File/Find.pm
87939 ____________________________________________________________________________
87940 [  6230] By: jhi                                   on 2000/06/23  14:25:21
87941         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
87942      Branch: cfgperl
87943            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
87944            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
87945            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
87946            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
87947 ____________________________________________________________________________
87948 [  6229] By: jhi                                   on 2000/06/23  14:13:34
87949         Log: Subject: README.hpux version 0.6.1
87950              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
87951              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87952              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
87953      Branch: cfgperl
87954            ! README.hpux
87955 ____________________________________________________________________________
87956 [  6228] By: jhi                                   on 2000/06/23  14:07:20
87957         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
87958              From: Doug MacEachern <dougm@covalent.net>
87959              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
87960              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
87961      Branch: cfgperl
87962            ! op.c
87963 ____________________________________________________________________________
87964 [  6227] By: jhi                                   on 2000/06/23  14:01:06
87965         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
87966              From: Doug MacEachern <dougm@covalent.net>
87967              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
87968              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
87969      Branch: cfgperl
87970            + lib/lib.pm.PL
87971            - lib/lib.pm
87972            ! MANIFEST Makefile.SH
87973 ____________________________________________________________________________
87974 [  6226] By: jhi                                   on 2000/06/23  13:53:07
87975         Log: Subject: [PATCH] remove forward declarations in Socket.pm
87976              From: Doug MacEachern <dougm@covalent.net>
87977              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
87978              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
87979              
87980              From: Doug MacEachern <dougm@covalent.net>
87981              Subject: Re: [PATCH] remove forward declarations in Socket.pm
87982              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
87983              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
87984      Branch: cfgperl
87985            ! ext/Socket/Socket.pm op.c
87986 ____________________________________________________________________________
87987 [  6225] By: jhi                                   on 2000/06/23  13:41:52
87988         Log: Add source code filenames to apidoc.
87989              From: simon@brecon.co.uk (Simon Cozens)
87990              Subject: [PATCH embed.pl] Source X-ref
87991              Date: 22 Jun 2000 02:18:49 GMT
87992              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
87993      Branch: cfgperl
87994            ! embed.pl
87995 ____________________________________________________________________________
87996 [  6224] By: jhi                                   on 2000/06/23  13:32:33
87997         Log: A way to avoid English.pm performance hit.
87998              From: root <root@jester.slaysys.com>
87999              Subject: [YAPATCH English.pm] My turn to putt again
88000              Date: Thu, 22 Jun 2000 20:33:58 -0400
88001              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
88002      Branch: cfgperl
88003            ! lib/English.pm t/lib/english.t
88004 ____________________________________________________________________________
88005 [  6223] By: jhi                                   on 2000/06/23  13:27:06
88006         Log: Avoid double close().
88007              Subject: [PATCH] avoid double close()
88008              From: Doug MacEachern <dougm@covalent.net>
88009              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
88010              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
88011      Branch: cfgperl
88012            ! doio.c
88013 ____________________________________________________________________________
88014 [  6222] By: jhi                                   on 2000/06/23  13:25:54
88015         Log: doc typo fix
88016              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
88017              From: Ian Phillipps <Ian.Phillipps@iname.com>
88018              Date: Fri, 23 Jun 2000 10:40:58 +0100
88019              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
88020      Branch: cfgperl
88021            ! lib/Pod/Usage.pm
88022 ____________________________________________________________________________
88023 [  6221] By: jhi                                   on 2000/06/23  13:24:15
88024         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
88025              From: simon@brecon.co.uk (Simon Cozens)
88026              Subject: [PATCH] Eliminate tr///[CU][CU]
88027              Date: 23 Jun 2000 11:05:40 GMT
88028              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
88029      Branch: cfgperl
88030            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
88031 ____________________________________________________________________________
88032 [  6220] By: jhi                                   on 2000/06/22  16:07:51
88033         Log: Win32 patches from Benjamin Stuhl.
88034      Branch: cfgperl
88035            ! makedef.pl win32/win32.h
88036 ____________________________________________________________________________
88037 [  6219] By: jhi                                   on 2000/06/22  16:06:34
88038         Log: Bytecode patches from Benjamin Stuhl.
88039      Branch: cfgperl
88040            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88041            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88042            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88043 ____________________________________________________________________________
88044 [  6218] By: jhi                                   on 2000/06/15  23:54:16
88045         Log: Bytecode patches from Benjamin Stuhl.
88046      Branch: cfgperl
88047            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88048 ____________________________________________________________________________
88049 [  6217] By: jhi                                   on 2000/06/09  13:38:29
88050         Log: Rename the fdpid locking and integrate with Sarathy.
88051      Branch: cfgperl
88052            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
88053            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
88054            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
88055            ! win32/win32.c
88056           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
88057 ____________________________________________________________________________
88058 [  6216] By: gsar                                  on 2000/06/08  14:54:21
88059         Log: be more optimal about clearing @_
88060      Branch: perl
88061            ! cop.h
88062 ____________________________________________________________________________
88063 [  6215] By: gsar                                  on 2000/06/08  14:33:04
88064         Log: tweak comment about @DB::args
88065      Branch: perl
88066            ! av.h pp_ctl.c
88067 ____________________________________________________________________________
88068 [  6214] By: gsar                                  on 2000/06/08  13:57:54
88069         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
88070              caller() wants to populate @DB::args with it (causes a coredump
88071              in Carp::confess())
88072      Branch: perl
88073            ! cop.h t/op/runlevel.t
88074 ____________________________________________________________________________
88075 [  6213] By: gsar                                  on 2000/06/08  07:06:35
88076         Log: back out change#6106 (seems problematic)
88077      Branch: perl
88078            ! hints/solaris_2.sh
88079 ____________________________________________________________________________
88080 [  6212] By: jhi                                   on 2000/06/07  03:10:36
88081         Log: Continuing mopup for #6204.
88082      Branch: cfgperl
88083            ! ext/B/defsubs_h.PL
88084 ____________________________________________________________________________
88085 [  6211] By: jhi                                   on 2000/06/07  02:41:50
88086         Log: Mopup for #6204.
88087              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
88088              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
88089              This is comes from const() where POK isn't on when expected.
88090      Branch: cfgperl
88091            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
88092            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88093            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88094            ! perlapi.h pod/perlapi.pod
88095 ____________________________________________________________________________
88096 [  6210] By: jhi                                   on 2000/06/07  01:56:29
88097         Log: Mopup for #6207 and #6209.
88098      Branch: cfgperl
88099            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
88100 ____________________________________________________________________________
88101 [  6209] By: jhi                                   on 2000/06/07  01:33:12
88102         Log: Lock PL_fdpid against race conditions, based on:
88103              Subject: [PATCH 5.6.0]subprocess fixup for threads
88104              From: Dan Sugalski <dan@sidhe.org>
88105              To: perl5-porters@perl.org
88106              Date: Tue, 11 Apr 2000 17:02:32 -0400
88107              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
88108      Branch: cfgperl
88109            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
88110            ! win32/win32.c
88111 ____________________________________________________________________________
88112 [  6208] By: jhi                                   on 2000/06/07  01:05:23
88113         Log: Regen headers for #6207.
88114      Branch: cfgperl
88115            ! embed.h global.sym objXSUB.h proto.h
88116 ____________________________________________________________________________
88117 [  6207] By: jhi                                   on 2000/06/06  23:43:13
88118         Log: Subject: [PATCH 5.6.0] Threadsafe patches
88119              From: Dan Sugalski <dan@sidhe.org>
88120              To: perl5-porters@perl.org
88121              Date: Mon, 08 May 2000 18:08:13 -0400
88122              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
88123      Branch: cfgperl
88124            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
88125            ! proto.h sv.h util.c
88126 ____________________________________________________________________________
88127 [  6206] By: jhi                                   on 2000/06/06  23:21:23
88128         Log: Subject: [PATCH] Eliminate $a/$b in pod
88129              From: David Glasser <me@davidglasser.net>
88130              To: perl5-porters@perl.org
88131              Date: Mon, 29 May 2000 21:15:59 -0400
88132              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
88133      Branch: cfgperl
88134            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
88135            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
88136            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
88137            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
88138            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
88139            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
88140            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
88141            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
88142            ! pod/perlvar.pod pod/perlxs.pod
88143 ____________________________________________________________________________
88144 [  6205] By: jhi                                   on 2000/06/06  23:12:14
88145         Log: Subject: [PATCH] Win32 improvements
88146              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
88147              To: gsar@activestate.com, perl5-porters@perl.org
88148              Date: Mon, 29 May 2000 17:22:24 PDT
88149              Message-ID: <20000530002224.91142.qmail@hotmail.com>
88150              (MUA had mangled many lines by wordwrapping)
88151      Branch: cfgperl
88152            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
88153 ____________________________________________________________________________
88154 [  6204] By: jhi                                   on 2000/06/06  23:01:50
88155         Log: Subject: [PATCH] B::Bytecode patches
88156              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
88157              To: gsar@activestate.com, jhi@iki.fi
88158              Cc: perl5-porters@perl.org
88159              Message-ID: <20000602202526.48694.qmail@hotmail.com>
88160              (MUA had mangled many lines by wordwrapping)
88161      Branch: cfgperl
88162            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
88163            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
88164            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88165            ! intrpvar.h perl.c
88166 ____________________________________________________________________________
88167 [  6203] By: jhi                                   on 2000/06/06  22:32:43
88168         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
88169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88170              Date: Tue, 06 Jun 2000 13:07:45 -0700
88171              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
88172      Branch: cfgperl
88173            ! pod/perldiag.pod
88174 ____________________________________________________________________________
88175 [  6202] By: jhi                                   on 2000/06/06  19:38:35
88176         Log: Integrate with Sarathy.
88177      Branch: cfgperl
88178           !> perl.c
88179 ____________________________________________________________________________
88180 [  6201] By: gsar                                  on 2000/06/06  00:42:59
88181         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
88182              does a PUSHMARK that's never ever POPMARKed; in general, only
88183              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
88184              Perl_eval_[sp]v() don't because they don't take any incoming
88185              arguments (this leak has been around since the original version
88186              of perl_eval_pv() in 5.003_97e)
88187      Branch: perl
88188            ! perl.c
88189 ____________________________________________________________________________
88190 [  6200] By: jhi                                   on 2000/06/04  03:44:52
88191         Log: Update to cperl-mode.el 4.31 from
88192              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
88193              Subject: A couple of notes
88194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
88195              To: Mailing list Perl5 <perl5-porters@perl.org>
88196              Date: Sat, 3 Jun 2000 23:33:32 -0400
88197              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
88198      Branch: cfgperl
88199            ! emacs/cperl-mode.el
88200 ____________________________________________________________________________
88201 [  6199] By: jhi                                   on 2000/06/03  15:11:05
88202         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
88203              From: Dan Sugalski <dan@sidhe.org>
88204              To: perl5-porters@perl.org, vmsperl@perl.org
88205              Date: Fri, 02 Jun 2000 17:30:51 -0400
88206              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
88207      Branch: cfgperl
88208            ! vms/descrip_mms.template vms/gen_shrfls.pl
88209 ____________________________________________________________________________
88210 [  6198] By: jhi                                   on 2000/06/03  14:59:15
88211         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
88212              From: Dan Sugalski <dan@sidhe.org>
88213              To: vmsperl@perl.org, perl5-porters@perl.org
88214              Date: Fri, 02 Jun 2000 16:00:41 -0400
88215              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
88216              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
88217      Branch: cfgperl
88218            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
88219            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
88220            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
88221 ____________________________________________________________________________
88222 [  6197] By: jhi                                   on 2000/06/03  14:41:30
88223         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
88224              From: John Borwick <jhborwic@unity.ncsu.edu>
88225              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
88226              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
88227      Branch: cfgperl
88228            ! pod/perlsyn.pod
88229 ____________________________________________________________________________
88230 [  6196] By: jhi                                   on 2000/06/03  14:38:09
88231         Log: Integrate with Sarathy.
88232      Branch: cfgperl
88233           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
88234           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
88235           !> vms/perly_c.vms
88236 ____________________________________________________________________________
88237 [  6195] By: gsar                                  on 2000/06/02  22:43:13
88238         Log: fix yet another eval"" leak under USE_ITHREADS
88239      Branch: perl
88240            ! op.c
88241 ____________________________________________________________________________
88242 [  6194] By: gsar                                  on 2000/06/02  18:22:06
88243         Log: fix small eval"" memory leaks under USE_ITHREADS
88244      Branch: perl
88245            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
88246            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
88247            ! vms/perly_c.vms
88248 ____________________________________________________________________________
88249 [  6193] By: jhi                                   on 2000/06/01  13:03:56
88250         Log: Signals-be-gone for microperl.
88251      Branch: cfgperl
88252            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
88253 ____________________________________________________________________________
88254 [  6192] By: jhi                                   on 2000/06/01  12:52:02
88255         Log: Integrate with Sarathy.
88256      Branch: cfgperl
88257           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
88258           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
88259           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
88260           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
88261           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
88262           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
88263           !> t/op/vec.t utils/h2xs.PL
88264 ____________________________________________________________________________
88265 [  6191] By: gsar                                  on 2000/06/01  09:38:21
88266         Log: vec() loses numericalness (modified version of patch suggested
88267              by Robin Barker)
88268      Branch: perl
88269            ! doop.c t/op/vec.t
88270 ____________________________________________________________________________
88271 [  6190] By: gsar                                  on 2000/06/01  09:26:15
88272         Log: submit missing embed.pl change
88273      Branch: perl
88274            ! embed.pl
88275 ____________________________________________________________________________
88276 [  6189] By: gsar                                  on 2000/06/01  09:05:34
88277         Log: counting tr/// corrupts later operation (from M.J.T Guy)
88278      Branch: perl
88279            ! doop.c t/op/tr.t
88280 ____________________________________________________________________________
88281 [  6188] By: gsar                                  on 2000/06/01  08:58:39
88282         Log: h2xs tweaks
88283      Branch: perl
88284            ! utils/h2xs.PL
88285 ____________________________________________________________________________
88286 [  6187] By: gsar                                  on 2000/06/01  08:50:07
88287         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
88288              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
88289      Branch: perl
88290            + lib/Pod/LaTeX.pm
88291            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
88292            ! pod/pod2latex.PL
88293 ____________________________________________________________________________
88294 [  6186] By: gsar                                  on 2000/06/01  08:24:40
88295         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
88296              <wolfgang.laun@alcatel.at>)
88297      Branch: perl
88298            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
88299            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
88300 ____________________________________________________________________________
88301 [  6185] By: gsar                                  on 2000/06/01  08:12:00
88302         Log: remove incorrect documentation about implicit split to @_ in
88303              list context, which never really worked in perl 5 (from
88304              M.J.T. Guy)
88305      Branch: perl
88306            ! pod/perlfunc.pod pod/perltrap.pod
88307 ____________________________________________________________________________
88308 [  6184] By: gsar                                  on 2000/06/01  07:52:27
88309         Log: tweak for change#6127
88310      Branch: perl
88311            ! perl.c
88312 ____________________________________________________________________________
88313 [  6183] By: gsar                                  on 2000/06/01  07:41:02
88314         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
88315              <nick@ccl4.org>)
88316      Branch: perl
88317            + t/lib/selfloader.t
88318            ! MANIFEST lib/SelfLoader.pm
88319 ____________________________________________________________________________
88320 [  6182] By: jhi                                   on 2000/06/01  00:34:42
88321         Log: Be Cleaner Part Deux.
88322      Branch: cfgperl
88323            ! Makefile.SH
88324 ____________________________________________________________________________
88325 [  6181] By: jhi                                   on 2000/06/01  00:32:09
88326         Log: Integrate with Sarathy.
88327      Branch: cfgperl
88328           !> pp.c t/op/arith.t
88329 ____________________________________________________________________________
88330 [  6180] By: jhi                                   on 2000/06/01  00:31:13
88331         Log: microperl nits from Simon Cozens.
88332      Branch: cfgperl
88333            + uconfig.h
88334            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
88335            ! unixish.h
88336 ____________________________________________________________________________
88337 [  6179] By: gsar                                  on 2000/05/31  22:37:51
88338         Log: buggy modulus on UVs introduced by change#3378 (resulted in
88339              4063328477 % 65535 amounting to 27406, instead of 27407)
88340      Branch: perl
88341            ! pp.c t/op/arith.t
88342 ____________________________________________________________________________
88343 [  6178] By: jhi                                   on 2000/05/31  21:52:41
88344         Log: Be cleaner.
88345      Branch: cfgperl
88346            ! Makefile.SH
88347 ____________________________________________________________________________
88348 [  6177] By: jhi                                   on 2000/05/31  21:47:33
88349         Log: Substitution utf8 patch from Simon Cozens.
88350      Branch: cfgperl
88351            ! pp_hot.c
88352 ____________________________________________________________________________
88353 [  6176] By: jhi                                   on 2000/05/31  21:45:34
88354         Log: Single-quoted utf8 patch from Simon Cozens.
88355      Branch: cfgperl
88356            ! toke.c
88357 ____________________________________________________________________________
88358 [  6175] By: jhi                                   on 2000/05/31  21:40:18
88359         Log: Integrate with Sarathy.
88360      Branch: cfgperl
88361           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
88362 ____________________________________________________________________________
88363 [  6174] By: jhi                                   on 2000/05/31  21:37:31
88364         Log: microperl changes from Simon Cozens; Makefile for microperl
88365              written from scratch; few casts added as microperl compilation
88366              doesn't have all prototypes available.
88367      Branch: cfgperl
88368            + Makefile.micro README.micro Todo.micro uconfig.sh
88369            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
88370            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
88371      Branch: metaconfig
88372            + U/modified/Config_h.U
88373 ____________________________________________________________________________
88374 [  6173] By: jhi                                   on 2000/05/31  20:00:24
88375         Log: metaconfig maintenance.
88376      Branch: metaconfig
88377            + U/modified/Inhdr.U U/typedefs/inotype.U
88378      Branch: metaconfig/U/perl
88379            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
88380            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
88381 ____________________________________________________________________________
88382 [  6172] By: gsar                                  on 2000/05/31  05:05:42
88383         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
88384              (from Ilya Zakharevich)
88385      Branch: perl
88386            ! regexec.c t/op/re_tests
88387 ____________________________________________________________________________
88388 [  6171] By: gsar                                  on 2000/05/31  05:01:47
88389         Log: scalar() doesn't force scalar context when used in void context
88390              (from Simon Cozens)
88391      Branch: perl
88392            ! op.c t/op/wantarray.t
88393 ____________________________________________________________________________
88394 [  6170] By: gsar                                  on 2000/05/31  04:41:33
88395         Log: change#6142 needs tweaks to tests to work where there's no symlink()
88396              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
88397      Branch: perl
88398            ! t/lib/filefind.t
88399 ____________________________________________________________________________
88400 [  6169] By: gsar                                  on 2000/05/31  04:29:49
88401         Log: integrate cfgperl contents into mainline
88402      Branch: perl
88403           +> pod/perlmodlib.PL pod/perlnewmod.pod
88404           !> (integrate 42 files)
88405 ____________________________________________________________________________
88406 [  6168] By: jhi                                   on 2000/05/30  22:53:37
88407         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
88408      Branch: cfgperl
88409            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88410            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
88411            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
88412            ! win32/config.bc win32/config.gc win32/config.vc
88413            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
88414            ! win32/config_h.PL win32/config_sh.PL
88415      Branch: metaconfig/U/perl
88416            ! perlxv.U
88417 ____________________________________________________________________________
88418 [  6167] By: jhi                                   on 2000/05/30  22:20:21
88419         Log: tweak todo 
88420      Branch: cfgperl
88421            ! Todo-5.6
88422 ____________________________________________________________________________
88423 [  6166] By: jhi                                   on 2000/05/30  22:11:51
88424         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
88425              in case somebody wants to write an extension for more
88426              shadow database interfaces.
88427      Branch: cfgperl
88428            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88429            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
88430            ! vos/config.def vos/config.h vos/config_h.SH_orig
88431            ! win32/config.bc win32/config.gc win32/config.vc
88432            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
88433      Branch: metaconfig
88434            ! U/modified/Myinit.U
88435      Branch: metaconfig/U/perl
88436            + d_getespwnam.U d_getprpwnam.U i_prot.U
88437 ____________________________________________________________________________
88438 [  6165] By: jhi                                   on 2000/05/30  18:35:34
88439         Log: Integrate with Sarathy.
88440      Branch: cfgperl
88441           !> op.c
88442 ____________________________________________________________________________
88443 [  6164] By: jhi                                   on 2000/05/30  18:30:16
88444         Log: detypo
88445      Branch: cfgperl
88446            ! Configure config_h.SH
88447      Branch: metaconfig/U/perl
88448            ! perlxv.U
88449 ____________________________________________________________________________
88450 [  6163] By: gsar                                  on 2000/05/30  03:24:03
88451         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
88452      Branch: perl
88453            ! op.c
88454 ____________________________________________________________________________
88455 [  6162] By: gsar                                  on 2000/05/30  03:09:38
88456         Log: fix memory leak in method call optimization (change#3768);
88457              made C<eval "$x->foo()"> leak
88458      Branch: perl
88459            ! op.c
88460 ____________________________________________________________________________
88461 [  6161] By: jhi                                   on 2000/05/29  17:56:26
88462         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
88463              both from Simon Cozens.
88464      Branch: cfgperl
88465            + pod/perlmodlib.PL pod/perlnewmod.pod
88466            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
88467            ! pod/perlmodlib.pod pod/perltoc.pod
88468 ____________________________________________________________________________
88469 [  6160] By: jhi                                   on 2000/05/29  17:23:55
88470         Log: Changes for the File::Temp 0.08 (change #6159) test suite
88471              to fit better into the Perl distribution test framework.
88472      Branch: cfgperl
88473            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
88474            ! t/lib/ftmp-tempfile.t
88475 ____________________________________________________________________________
88476 [  6159] By: jhi                                   on 2000/05/29  16:55:36
88477         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
88478      Branch: cfgperl
88479            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
88480            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
88481 ____________________________________________________________________________
88482 [  6158] By: bailey                                on 2000/05/29  16:22:08
88483         Log: Add fallback to tmpfile for use in cases where user's relying on
88484              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
88485              Lane's patch)
88486      Branch: vmsperl
88487            ! vms/vms.c vms/vmsish.h
88488 ____________________________________________________________________________
88489 [  6157] By: jhi                                   on 2000/05/29  03:10:36
88490         Log: Regen Configure to jive with #6149.
88491      Branch: cfgperl
88492            ! Configure
88493      Branch: metaconfig
88494            ! U/modified/Getfile.U
88495 ____________________________________________________________________________
88496 [  6156] By: jhi                                   on 2000/05/29  03:01:38
88497         Log: Integrate with Sarathy.
88498      Branch: cfgperl
88499           +> ext/DynaLoader/dl_mac.xs
88500           !> (integrate 38 files)
88501 ____________________________________________________________________________
88502 [  6155] By: gsar                                  on 2000/05/28  21:15:58
88503         Log: small bug in change#6144; remove random \xA0 character that snuck
88504              in via change#6145
88505      Branch: perl
88506            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
88507 ____________________________________________________________________________
88508 [  6154] By: gsar                                  on 2000/05/28  21:04:19
88509         Log: avoid type mismatch warning
88510      Branch: perl
88511            ! perl.c
88512 ____________________________________________________________________________
88513 [  6153] By: gsar                                  on 2000/05/28  20:58:31
88514         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
88515              <nick@Bagpuss.uk.boo.com>)
88516      Branch: perl
88517            ! lib/Test/Harness.pm
88518 ____________________________________________________________________________
88519 [  6152] By: gsar                                  on 2000/05/28  20:53:42
88520         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
88521      Branch: perl
88522            ! regexec.c
88523 ____________________________________________________________________________
88524 [  6151] By: gsar                                  on 2000/05/28  20:50:28
88525         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
88526      Branch: perl
88527            ! regexec.c
88528 ____________________________________________________________________________
88529 [  6150] By: gsar                                  on 2000/05/28  20:39:58
88530         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
88531      Branch: perl
88532            ! pod/perlrequick.pod
88533 ____________________________________________________________________________
88534 [  6149] By: gsar                                  on 2000/05/28  20:35:16
88535         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
88536              <troc@netrus.net>)
88537      Branch: perl
88538            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
88539            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
88540            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
88541            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
88542 ____________________________________________________________________________
88543 [  6148] By: gsar                                  on 2000/05/28  20:21:07
88544         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
88545      Branch: perl
88546            ! lib/ExtUtils/MM_Unix.pm
88547 ____________________________________________________________________________
88548 [  6147] By: gsar                                  on 2000/05/28  20:12:41
88549         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
88550              (from Peter Prymmer)
88551      Branch: perl
88552            ! vms/subconfigure.com
88553 ____________________________________________________________________________
88554 [  6146] By: gsar                                  on 2000/05/28  20:06:15
88555         Log: doc typo
88556      Branch: perl
88557            ! lib/warnings.pm warnings.h warnings.pl
88558 ____________________________________________________________________________
88559 [  6145] By: gsar                                  on 2000/05/28  18:44:33
88560         Log: make xsubpp skip embedded pod (from Matthias Neeracher
88561              <neeri@iis.ee.ethz.ch>)
88562      Branch: perl
88563            ! lib/ExtUtils/xsubpp
88564 ____________________________________________________________________________
88565 [  6144] By: gsar                                  on 2000/05/28  18:42:49
88566         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
88567              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
88568              <neeri@iis.ee.ethz.ch>)
88569      Branch: perl
88570            ! lib/AutoSplit.pm
88571 ____________________________________________________________________________
88572 [  6143] By: gsar                                  on 2000/05/28  18:41:12
88573         Log: MacOS support, part 1 (from Matthias Neeracher
88574              <neeri@iis.ee.ethz.ch>)
88575      Branch: perl
88576            + ext/DynaLoader/dl_mac.xs
88577            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
88578            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
88579            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
88580            ! util.h
88581 ____________________________________________________________________________
88582 [  6142] By: gsar                                  on 2000/05/28  18:21:51
88583         Log: File::Find fails to chdir when chasing symlinks (from
88584              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
88585      Branch: perl
88586            ! lib/File/Find.pm t/lib/filefind.t
88587 ____________________________________________________________________________
88588 [  6141] By: jhi                                   on 2000/05/28  14:25:15
88589         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
88590              forwarded by Peter Seebach from the bsdi-users mailing list.
88591              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
88592      Branch: perl
88593            ! hints/bsdos.sh
88594 ____________________________________________________________________________
88595 [  6140] By: jhi                                   on 2000/05/28  14:11:57
88596         Log: Integrate with Sarathy.
88597      Branch: cfgperl
88598           +> (branch 30 files)
88599           !> (integrate 93 files)
88600 ____________________________________________________________________________
88601 [  6139] By: gsar                                  on 2000/05/28  10:01:48
88602         Log: revise mktables.PL for bugs and newness in Unicode 3.0
88603              (from James Bence <jbence@amgen.com>)
88604      Branch: perl
88605            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
88606            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
88607            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
88608            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
88609            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
88610            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
88611            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
88612            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
88613            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
88614            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
88615            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
88616            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
88617            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
88618            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
88619            + lib/unicode/Is/SylWU.pl
88620            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
88621            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
88622            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
88623            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
88624            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
88625            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
88626            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
88627            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
88628            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
88629            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
88630            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
88631            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
88632            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
88633            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
88634            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
88635            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
88636            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
88637            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
88638            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
88639            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
88640            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
88641            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
88642            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
88643            ! lib/unicode/Makefile lib/unicode/mktables.PL
88644 ____________________________________________________________________________
88645 [  6138] By: gsar                                  on 2000/05/28  08:50:32
88646         Log: add note about the handling of negative indices to tied arrays
88647              (from Michael G Schwern <schwern@pobox.com>)
88648      Branch: perl
88649            ! pod/perltie.pod
88650 ____________________________________________________________________________
88651 [  6137] By: gsar                                  on 2000/05/28  08:46:10
88652         Log: fix bogus redeclaration warning for "our" variables in different
88653              scopes
88654      Branch: perl
88655            ! op.c t/pragma/strict-vars
88656 ____________________________________________________________________________
88657 [  6136] By: gsar                                  on 2000/05/28  08:31:20
88658         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
88659      Branch: perl
88660            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
88661 ____________________________________________________________________________
88662 [  6135] By: gsar                                  on 2000/05/28  08:17:50
88663         Log: enable Test::Harness to dynamically determine column width etc.
88664              (from Rob Napier <rnapier@employees.org>)
88665      Branch: perl
88666            ! lib/Test/Harness.pm
88667 ____________________________________________________________________________
88668 [  6134] By: gsar                                  on 2000/05/28  08:13:39
88669         Log: make Test::Harness use wait.h/WCOREDUMP if available
88670              (from Ben Tilly <ben_tilly@hotmail.com>)
88671      Branch: perl
88672            ! lib/Test/Harness.pm
88673 ____________________________________________________________________________
88674 [  6133] By: gsar                                  on 2000/05/28  08:08:05
88675         Log: elide bogus test in change#6132
88676      Branch: perl
88677            ! t/pragma/warn/9enabled
88678 ____________________________________________________________________________
88679 [  6132] By: gsar                                  on 2000/05/28  08:03:14
88680         Log: warnings::enabled() doesn't fall back to looking at $^W if
88681              caller isn't using lexical warnings (from Paul Marquess)
88682      Branch: perl
88683            ! pp_ctl.c t/pragma/warn/9enabled
88684 ____________________________________________________________________________
88685 [  6131] By: gsar                                  on 2000/05/28  07:57:47
88686         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
88687      Branch: perl
88688            ! ext/POSIX/POSIX.pm
88689 ____________________________________________________________________________
88690 [  6130] By: gsar                                  on 2000/05/28  07:29:12
88691         Log: fix places that mean C<"word" character> but say C<alphanumeric
88692              character>
88693      Branch: perl
88694            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
88695 ____________________________________________________________________________
88696 [  6129] By: gsar                                  on 2000/05/28  07:18:41
88697         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
88698      Branch: perl
88699            ! vms/test.com
88700 ____________________________________________________________________________
88701 [  6128] By: gsar                                  on 2000/05/28  07:12:55
88702         Log: new perlxstut example for passing/returning refs to arrays
88703              (from David Lowe <dlowe@pootpoot.com>)
88704      Branch: perl
88705            ! pod/perlxstut.pod
88706 ____________________________________________________________________________
88707 [  6127] By: gsar                                  on 2000/05/28  07:02:50
88708         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
88709              failed (from Gisle Aas)
88710      Branch: perl
88711            ! cop.h perl.c
88712 ____________________________________________________________________________
88713 [  6126] By: gsar                                  on 2000/05/28  06:39:53
88714         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
88715              (reworked variant of patch suggested by Simon Cozens)
88716      Branch: perl
88717            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
88718            ! pp_hot.c proto.h t/op/gv.t
88719 ____________________________________________________________________________
88720 [  6125] By: gsar                                  on 2000/05/28  05:14:55
88721         Log: enable propagating exception objects via Perl_croak() in XS code
88722              (from Gisle Aas)
88723      Branch: perl
88724            ! util.c
88725 ____________________________________________________________________________
88726 [  6124] By: gsar                                  on 2000/05/28  05:07:28
88727         Log: integrate vmsperl contents into mainline
88728      Branch: perl
88729           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
88730           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
88731           !> vms/vmsish.h
88732 ____________________________________________________________________________
88733 [  6123] By: gsar                                  on 2000/05/28  05:03:53
88734         Log: clarify gotcha with #line directives (from Rocco Caputo
88735              <troc@netrus.net>)
88736      Branch: perl
88737            ! pod/perldebug.pod pod/perlsyn.pod
88738 ____________________________________________________________________________
88739 [  6122] By: gsar                                  on 2000/05/28  04:58:29
88740         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
88741              (from Mark-Jason Dominus)
88742      Branch: perl
88743            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
88744            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
88745            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
88746            ! toke.c
88747 ____________________________________________________________________________
88748 [  6121] By: bailey                                on 2000/05/25  04:46:54
88749         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
88750              lists (based on fixes by Craig Berry)
88751      Branch: vmsperl
88752            ! lib/File/Spec/VMS.pm
88753 ____________________________________________________________________________
88754 [  6120] By: bailey                                on 2000/05/25  04:25:38
88755         Log: Add missing escape (Charles Lane)
88756      Branch: vmsperl
88757            ! t/op/lex_assign.t
88758 ____________________________________________________________________________
88759 [  6119] By: bailey                                on 2000/05/25  04:21:25
88760         Log: Quiet error messages in vmsish.t (Charles Lane)
88761      Branch: vmsperl
88762            ! vms/ext/vmsish.t
88763 ____________________________________________________________________________
88764 [  6118] By: bailey                                on 2000/05/25  04:17:57
88765         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
88766              Flatten case labels in switch statements uniformly (Charles Bailey)
88767      Branch: vmsperl
88768            ! vms/vms.c
88769 ____________________________________________________________________________
88770 [  6117] By: bailey                                on 2000/05/25  03:58:09
88771         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
88772      Branch: vmsperl
88773            ! vms/vmsish.h
88774 ____________________________________________________________________________
88775 [  6116] By: bailey                                on 2000/05/25  03:11:15
88776         Log: Miscellaneous cosmetic fixes (Charles Lane)
88777      Branch: vmsperl
88778            ! lib/ExtUtils/MM_VMS.pm
88779 ____________________________________________________________________________
88780 [  6115] By: bailey                                on 2000/05/25  03:10:36
88781         Log: Add bounds checking for several strings (Charles Lane)
88782      Branch: vmsperl
88783            ! vms/vms.c
88784 ____________________________________________________________________________
88785 [  6114] By: bailey                                on 2000/05/25  02:25:34
88786         Log: Urk -- undo previous removal of vmsish 'exit' change
88787      Branch: vmsperl
88788            ! vms/ext/vmsish.pm vms/vmsish.h
88789 ____________________________________________________________________________
88790 [  6113] By: bailey                                on 2000/05/24  02:24:40
88791         Log: Ugly workaround for version-specific RTL error
88792      Branch: vmsperl
88793            ! vms/vms.c
88794 ____________________________________________________________________________
88795 [  6112] By: bailey                                on 2000/05/24  02:19:55
88796         Log: Check for existence of file before trying to delete
88797      Branch: vmsperl
88798            ! vms/test.com
88799 ____________________________________________________________________________
88800 [  6111] By: bailey                                on 2000/05/23  23:35:13
88801         Log: Resync with mainline prior to post-5.6.0 updates
88802      Branch: vmsperl
88803           +> (branch 49 files)
88804            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
88805            ! vms/ext/vmsish.pm
88806           !> (integrate 334 files)
88807 ____________________________________________________________________________
88808 [  6110] By: jhi                                   on 2000/05/23  19:28:32
88809         Log: todo tweak
88810      Branch: cfgperl
88811            ! Todo-5.6
88812 ____________________________________________________________________________
88813 [  6109] By: jhi                                   on 2000/05/18  17:38:54
88814         Log: Integrate with Sarathy.
88815      Branch: cfgperl
88816           !> mg.c perl.h win32/perlhost.h
88817 ____________________________________________________________________________
88818 [  6108] By: gsar                                  on 2000/05/17  02:24:56
88819         Log: reenable fake signal handling on Windows, bugs and all
88820      Branch: perl
88821            ! mg.c perl.h win32/perlhost.h
88822 ____________________________________________________________________________
88823 [  6107] By: jhi                                   on 2000/05/15  18:01:41
88824         Log: Tweak the todo list.
88825      Branch: cfgperl
88826            ! Todo-5.6
88827 ____________________________________________________________________________
88828 [  6106] By: jhi                                   on 2000/05/15  13:41:48
88829         Log: The (Configure) script refuses to go on, after asking for
88830              'You may also choose to try maximal 64-bitness....'.
88831              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
88832              -- Patrick Zima
88833              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
88834      Branch: cfgperl
88835            ! hints/solaris_2.sh
88836 ____________________________________________________________________________
88837 [  6105] By: jhi                                   on 2000/05/11  14:37:43
88838         Log: Integrate with Sarathy.
88839      Branch: cfgperl
88840           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88841           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
88842 ____________________________________________________________________________
88843 [  6104] By: gsar                                  on 2000/05/11  03:39:07
88844         Log: PL_sys_intern was being initialized too late on windows
88845      Branch: perl
88846            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88847            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
88848 ____________________________________________________________________________
88849 [  6103] By: jhi                                   on 2000/05/09  19:42:20
88850         Log: Test tweaking for Unicos continues.
88851      Branch: cfgperl
88852            ! t/op/64bitint.t
88853 ____________________________________________________________________________
88854 [  6102] By: jhi                                   on 2000/05/09  16:47:27
88855         Log: The test suite tweak in #6101 wasn't quite right.
88856      Branch: cfgperl
88857            ! t/lib/complex.t
88858 ____________________________________________________________________________
88859 [  6101] By: jhi                                   on 2000/05/09  15:35:34
88860         Log: Hints and test tweaks for Unicos.
88861      Branch: cfgperl
88862            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
88863 ____________________________________________________________________________
88864 [  6100] By: jhi                                   on 2000/05/08  21:15:06
88865         Log: More compilation tweakery from Allen Smith.
88866      Branch: cfgperl
88867            ! hints/irix_6.sh
88868 ____________________________________________________________________________
88869 [  6099] By: jhi                                   on 2000/05/08  19:21:18
88870         Log: Tweaks for the cc bugs from Allen Smith.
88871      Branch: cfgperl
88872            ! hints/irix_6.sh
88873 ____________________________________________________________________________
88874 [  6098] By: jhi                                   on 2000/05/08  19:13:37
88875         Log: Add a note about other, yet unsupported, shadow password APIs.
88876      Branch: cfgperl
88877            ! pp_sys.c
88878 ____________________________________________________________________________
88879 [  6097] By: jhi                                   on 2000/05/08  18:46:34
88880         Log: Add a note about possible compilation problems from Allen Smith.
88881      Branch: cfgperl
88882            ! hints/irix_6.sh
88883 ____________________________________________________________________________
88884 [  6096] By: jhi                                   on 2000/05/08  17:33:10
88885         Log: Integrate with Sarathy.
88886      Branch: cfgperl
88887           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
88888           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
88889 ____________________________________________________________________________
88890 [  6095] By: jhi                                   on 2000/05/08  16:21:33
88891         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
88892              might be useful in future.
88893      Branch: cfgperl
88894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88895            ! config_h.SH
88896      Branch: metaconfig
88897            ! U/installdirs/inc_version_list.U
88898      Branch: metaconfig/U/perl
88899            ! perlxv.U
88900 ____________________________________________________________________________
88901 [  6094] By: gsar                                  on 2000/05/08  14:22:22
88902         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
88903      Branch: perl
88904            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
88905            ! hints/cygwin.sh pp_sys.c
88906 ____________________________________________________________________________
88907 [  6093] By: gsar                                  on 2000/05/08  12:52:28
88908         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
88909              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
88910      Branch: perl
88911            ! pp_sys.c sv.c win32/perlhost.h
88912 ____________________________________________________________________________
88913 [  6092] By: jhi                                   on 2000/05/07  22:40:34
88914         Log: Regen perltoc with the fixed buildtoc.
88915      Branch: cfgperl
88916            ! pod/perltoc.pod
88917 ____________________________________________________________________________
88918 [  6091] By: jhi                                   on 2000/05/07  22:24:16
88919         Log: Integrate with Sarathy.
88920      Branch: cfgperl
88921           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
88922           !> t/op/substr.t toke.c
88923 ____________________________________________________________________________
88924 [  6090] By: gsar                                  on 2000/05/07  19:47:07
88925         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
88926              [NI]OK; added tests for both
88927      Branch: perl
88928            ! perl.c pp_hot.c sv.c t/op/substr.t
88929 ____________________________________________________________________________
88930 [  6089] By: gsar                                  on 2000/05/07  18:18:38
88931         Log: buildtoc tweak to fix newline lossage
88932      Branch: perl
88933            ! pod/buildtoc
88934 ____________________________________________________________________________
88935 [  6088] By: jhi                                   on 2000/05/07  16:35:36
88936         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
88937              because we do not use those.  The HAS_GETSPNAM remains,
88938              though, because we still do use that.
88939      Branch: cfgperl
88940            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
88941            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
88942            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
88943            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
88944            ! win32/config.vc win32/config_H.bc win32/config_H.gc
88945            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
88946 ____________________________________________________________________________
88947 [  6087] By: gsar                                  on 2000/05/07  16:05:16
88948         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
88949      Branch: perl
88950            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
88951 ____________________________________________________________________________
88952 [  6086] By: jhi                                   on 2000/05/07  15:27:07
88953         Log: Integrate with Sarathy.
88954      Branch: cfgperl
88955           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
88956           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
88957           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
88958           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
88959           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
88960           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
88961 ____________________________________________________________________________
88962 [  6085] By: gsar                                  on 2000/05/07  05:52:02
88963         Log: repeat operator (x) doesn't preserve utf8-ness
88964      Branch: perl
88965            ! pp.c t/op/substr.t
88966 ____________________________________________________________________________
88967 [  6084] By: gsar                                  on 2000/05/07  05:39:55
88968         Log: substr() does not preserve utf8-ness (from Stefan Eissing
88969              <Eissing@medicaldataservice.de>); added tests
88970      Branch: perl
88971            ! pp.c t/op/substr.t
88972 ____________________________________________________________________________
88973 [  6083] By: gsar                                  on 2000/05/07  05:24:46
88974         Log: note about undocumented caller() return value (from M.J.T. Guy);
88975              yet another peek.t tweak
88976      Branch: perl
88977            ! pod/perlfunc.pod t/lib/peek.t
88978 ____________________________________________________________________________
88979 [  6082] By: gsar                                  on 2000/05/07  05:08:40
88980         Log: peek.t non-portable to ithreads
88981      Branch: perl
88982            ! t/lib/peek.t
88983 ____________________________________________________________________________
88984 [  6081] By: gsar                                  on 2000/05/07  04:17:04
88985         Log: better default perlbug categories for ok reports (from Richard Foley)
88986      Branch: perl
88987            ! utils/perlbug.PL
88988 ____________________________________________________________________________
88989 [  6080] By: gsar                                  on 2000/05/07  04:08:07
88990         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
88991              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
88992      Branch: perl
88993            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
88994            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
88995            ! AUTHORS MAINTAIN MANIFEST
88996 ____________________________________________________________________________
88997 [  6079] By: gsar                                  on 2000/05/07  04:01:38
88998         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
88999      Branch: perl
89000            ! lib/Carp/Heavy.pm
89001 ____________________________________________________________________________
89002 [  6078] By: gsar                                  on 2000/05/07  01:24:19
89003         Log: workaround for CRT bug in chdir() (from Charles Lane, via
89004              Peter Prymmer)
89005      Branch: perl
89006            ! iperlsys.h vms/vms.c vms/vmsish.h
89007 ____________________________________________________________________________
89008 [  6077] By: gsar                                  on 2000/05/07  01:22:23
89009         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
89010              and Tom Phoenix)
89011      Branch: perl
89012            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
89013 ____________________________________________________________________________
89014 [  6076] By: gsar                                  on 2000/05/06  17:36:29
89015         Log: integrate cfgperl contents into mainline
89016      Branch: perl
89017           +> t/lib/peek.t
89018           !> Configure MANIFEST Porting/Glossary Porting/config.sh
89019           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
89020           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
89021           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
89022 ____________________________________________________________________________
89023 [  6075] By: jhi                                   on 2000/05/05  18:56:10
89024         Log: Make the test more portable.
89025      Branch: cfgperl
89026            ! t/lib/peek.t
89027 ____________________________________________________________________________
89028 [  6074] By: jhi                                   on 2000/05/05  18:49:20
89029         Log: Introduce t/lib/peek.t.
89030      Branch: cfgperl
89031            + t/lib/peek.t
89032            ! MANIFEST
89033 ____________________________________________________________________________
89034 [  6073] By: jhi                                   on 2000/05/05  14:30:45
89035         Log: Complex tweaks.
89036      Branch: cfgperl
89037            ! lib/Math/Complex.pm t/lib/complex.t
89038 ____________________________________________________________________________
89039 [  6072] By: jhi                                   on 2000/05/05  12:27:13
89040         Log: Integrate with Sarathy.
89041      Branch: cfgperl
89042           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
89043           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89044           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
89045           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
89046 ____________________________________________________________________________
89047 [  6071] By: gsar                                  on 2000/05/05  02:24:46
89048         Log: misformatted perllocal.pod (from Tim Jenness
89049              <t.jenness@jach.hawaii.edu>)
89050      Branch: perl
89051            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
89052 ____________________________________________________________________________
89053 [  6070] By: gsar                                  on 2000/05/05  02:16:52
89054         Log: remove misleading comment (from M.J.T. Guy)
89055      Branch: perl
89056            ! t/lib/anydbm.t
89057 ____________________________________________________________________________
89058 [  6069] By: gsar                                  on 2000/05/05  02:15:13
89059         Log: File::Spec compatibility update (from Barrie Slaymaker
89060              <barries@slaysys.com>)
89061      Branch: perl
89062            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
89063            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89064 ____________________________________________________________________________
89065 [  6068] By: gsar                                  on 2000/05/05  02:01:50
89066         Log: note about values()
89067      Branch: perl
89068            ! pod/perlfunc.pod
89069 ____________________________________________________________________________
89070 [  6067] By: gsar                                  on 2000/05/05  01:33:09
89071         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
89072      Branch: perl
89073            ! win32/win32.c
89074 ____________________________________________________________________________
89075 [  6066] By: gsar                                  on 2000/05/05  01:23:43
89076         Log: s/END/CHECK/
89077      Branch: perl
89078            ! perl.c
89079 ____________________________________________________________________________
89080 [  6065] By: jhi                                   on 2000/05/04  17:30:22
89081         Log: Integrate with Sarathy.
89082      Branch: cfgperl
89083           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
89084 ____________________________________________________________________________
89085 [  6064] By: gsar                                  on 2000/05/04  17:26:14
89086         Log: change#5905 wasn't quite right--it's intent only applies when arguments
89087              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
89088      Branch: perl
89089            ! pp_sys.c sv.c
89090 ____________________________________________________________________________
89091 [  6063] By: gsar                                  on 2000/05/04  16:52:29
89092         Log: tokeq() could read unallocated field in argument
89093      Branch: perl
89094            ! toke.c
89095 ____________________________________________________________________________
89096 [  6062] By: gsar                                  on 2000/05/04  16:34:51
89097         Log: additional tests for utf8.t
89098      Branch: perl
89099            ! t/pragma/utf8.t
89100 ____________________________________________________________________________
89101 [  6061] By: gsar                                  on 2000/05/04  16:09:28
89102         Log: change#5921 neglected to make eq honor "use bytes"
89103      Branch: perl
89104            ! sv.c
89105 ____________________________________________________________________________
89106 [  6060] By: jhi                                   on 2000/05/04  15:30:16
89107         Log: Integrate with Sarathy.
89108      Branch: cfgperl
89109           !> perl.c regcomp.c t/pragma/utf8.t
89110 ____________________________________________________________________________
89111 [  6059] By: jhi                                   on 2000/05/04  15:26:37
89112         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
89113              in natively 64-bit platforms where a long is a quad (no need
89114              for long longs).  Also added bias for IVs.
89115      Branch: cfgperl
89116            ! toke.c
89117 ____________________________________________________________________________
89118 [  6058] By: gsar                                  on 2000/05/04  00:19:14
89119         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
89120              (spotted by Donald Kinzer <dkinzer@premia.com>)
89121      Branch: perl
89122            ! perl.c
89123 ____________________________________________________________________________
89124 [  6057] By: gsar                                  on 2000/05/03  18:34:01
89125         Log: fix broken parsing of /\x{ab}/
89126      Branch: perl
89127            ! regcomp.c t/pragma/utf8.t
89128 ____________________________________________________________________________
89129 [  6056] By: jhi                                   on 2000/05/03  17:57:16
89130         Log: The search of infinity continues, this time simplified.
89131      Branch: cfgperl
89132            ! lib/Math/Complex.pm
89133 ____________________________________________________________________________
89134 [  6055] By: jhi                                   on 2000/05/03  17:45:30
89135         Log: Detypo.
89136      Branch: cfgperl
89137            ! hints/unicos.sh
89138 ____________________________________________________________________________
89139 [  6054] By: jhi                                   on 2000/05/02  22:28:27
89140         Log: Be more forgiving in POSIX about HUGE_VALL.
89141      Branch: cfgperl
89142            ! ext/POSIX/POSIX.xs
89143 ____________________________________________________________________________
89144 [  6053] By: jhi                                   on 2000/05/02  22:25:05
89145         Log: Integrate with Sarathy.
89146      Branch: cfgperl
89147           !> hints/irix_6.sh pod/perlop.pod
89148 ____________________________________________________________________________
89149 [  6052] By: jhi                                   on 2000/05/02  22:24:31
89150         Log: Unicos hint tweak.
89151      Branch: cfgperl
89152            ! hints/unicos.sh
89153 ____________________________________________________________________________
89154 [  6051] By: jhi                                   on 2000/05/02  22:21:26
89155         Log: Complex tweakery.
89156      Branch: cfgperl
89157            ! lib/Math/Complex.pm t/lib/complex.t
89158 ____________________________________________________________________________
89159 [  6050] By: jhi                                   on 2000/05/02  19:26:22
89160         Log: Use setxxent()/endxxent().
89161      Branch: cfgperl
89162            ! t/op/grent.t t/op/pwent.t
89163 ____________________________________________________________________________
89164 [  6049] By: jhi                                   on 2000/05/02  19:06:02
89165         Log: Test both the scalar and list contexts.
89166      Branch: cfgperl
89167            ! t/op/grent.t t/op/pwent.t
89168 ____________________________________________________________________________
89169 [  6048] By: gsar                                  on 2000/05/02  18:29:10
89170         Log: add note about how $( doesn't interpolate in REs (from
89171              Philip Newton <newton@ficus.frogspace.net>)
89172      Branch: perl
89173            ! pod/perlop.pod
89174 ____________________________________________________________________________
89175 [  6047] By: jhi                                   on 2000/05/02  17:41:24
89176         Log: Call getspnam() only iff needed.
89177      Branch: cfgperl
89178            ! pp_sys.c
89179 ____________________________________________________________________________
89180 [  6046] By: gsar                                  on 2000/05/02  17:07:25
89181         Log: libscheck has insufficient checks for n32 libs (from
89182              Albert Chin-A-Young <china@thewrittenword.com>)
89183      Branch: perl
89184            ! hints/irix_6.sh
89185 ____________________________________________________________________________
89186 [  6045] By: jhi                                   on 2000/05/02  13:57:17
89187         Log: Integrate with Sarathy.
89188      Branch: cfgperl
89189           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
89190           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
89191 ____________________________________________________________________________
89192 [  6044] By: gsar                                  on 2000/05/02  06:48:19
89193         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
89194              such that underscores are only ignored in literal numbers,
89195              "\x{...}", and hex/oct argument
89196      Branch: perl
89197            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
89198 ____________________________________________________________________________
89199 [  6043] By: gsar                                  on 2000/05/02  02:22:29
89200         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
89201      Branch: perl
89202            ! pod/perlretut.pod
89203 ____________________________________________________________________________
89204 [  6042] By: gsar                                  on 2000/05/02  02:17:51
89205         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
89206      Branch: perl
89207            ! pod/perltrap.pod
89208 ____________________________________________________________________________
89209 [  6041] By: gsar                                  on 2000/05/02  01:53:51
89210         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
89211              to compensate
89212      Branch: perl
89213            ! Porting/makerel
89214 ____________________________________________________________________________
89215 [  6040] By: gsar                                  on 2000/05/02  01:51:57
89216         Log: missing files in MANIFEST
89217      Branch: perl
89218            ! MANIFEST
89219 ____________________________________________________________________________
89220 [  6039] By: jhi                                   on 2000/05/02  00:36:46
89221         Log: Infinite problems.
89222      Branch: cfgperl
89223            ! lib/Math/Complex.pm
89224 ____________________________________________________________________________
89225 [  6038] By: jhi                                   on 2000/05/02  00:06:38
89226         Log: pwent/spent #ifdef imbalance.
89227      Branch: cfgperl
89228            ! pp_sys.c
89229 ____________________________________________________________________________
89230 [  6037] By: jhi                                   on 2000/05/01  22:50:11
89231         Log: Use HUGE_VALL if applicable.
89232      Branch: cfgperl
89233            ! ext/POSIX/POSIX.xs util.c
89234 ____________________________________________________________________________
89235 [  6036] By: jhi                                   on 2000/05/01  22:20:53
89236         Log: Correct Freudian slip.
89237      Branch: cfgperl
89238            ! pp_sys.c
89239 ____________________________________________________________________________
89240 [  6035] By: jhi                                   on 2000/05/01  21:07:38
89241         Log: Continue on the pwent/spent case.
89242      Branch: cfgperl
89243            ! pp_sys.c
89244 ____________________________________________________________________________
89245 [  6034] By: jhi                                   on 2000/05/01  17:45:14
89246         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
89247              adjustments in 6032 conflicted badly with this, will have
89248              to revisit them later.
89249      Branch: cfgperl
89250           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
89251           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
89252           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
89253           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
89254           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
89255           !> t/lib/cgi-html.t t/lib/cgi-request.t
89256 ____________________________________________________________________________
89257 [  6033] By: jhi                                   on 2000/05/01  17:40:49
89258         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
89259      Branch: cfgperl
89260            ! pp_sys.c
89261 ____________________________________________________________________________
89262 [  6032] By: gsar                                  on 2000/05/01  15:56:32
89263         Log: whitespace adjustments
89264      Branch: perl
89265            ! pp_sys.c
89266 ____________________________________________________________________________
89267 [  6031] By: gsar                                  on 2000/05/01  15:19:41
89268         Log: small nits in diagnostics.pm (from Robin Barker)
89269      Branch: perl
89270            ! lib/diagnostics.pm pod/perldiag.pod
89271 ____________________________________________________________________________
89272 [  6030] By: gsar                                  on 2000/05/01  08:39:18
89273         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
89274              for @- and @+ (from Johan Vromans)
89275      Branch: perl
89276            ! lib/English.pm pod/perlvar.pod
89277 ____________________________________________________________________________
89278 [  6029] By: gsar                                  on 2000/05/01  08:16:10
89279         Log: add CGI.pm v2.66 (from Lincoln Stein)
89280      Branch: perl
89281            + lib/CGI/Util.pm t/lib/cgi-pretty.t
89282            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
89283            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
89284            ! t/lib/cgi-html.t t/lib/cgi-request.t
89285 ____________________________________________________________________________
89286 [  6028] By: gsar                                  on 2000/05/01  06:34:41
89287         Log: Pod::Man generates groff-incompatible macro definition (from
89288              Tom Christiansen)
89289      Branch: perl
89290            ! lib/Pod/Man.pm
89291 ____________________________________________________________________________
89292 [  6027] By: gsar                                  on 2000/05/01  06:31:36
89293         Log: podlators-1.02 update (from Russ Allbery)
89294      Branch: perl
89295            ! lib/Pod/Man.pm lib/Pod/Text.pm
89296 ____________________________________________________________________________
89297 [  6026] By: jhi                                   on 2000/04/30  23:24:23
89298         Log: Integrate with Sarathy.
89299      Branch: cfgperl
89300           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
89301           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
89302           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
89303           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
89304           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
89305           !> t/lib/syslog.t toke.c win32/win32.h
89306 ____________________________________________________________________________
89307 [  6025] By: gsar                                  on 2000/04/30  18:17:47
89308         Log: Is{Alnum,Alpha,Word} don't match titlecase
89309              
89310              TODO: IsSpace is defined recursively!
89311              
89312              (both spotted by Larry)
89313      Branch: perl
89314            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
89315            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
89316 ____________________________________________________________________________
89317 [  6024] By: gsar                                  on 2000/04/30  17:50:19
89318         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
89319              (from Hugo van der Sanden)
89320      Branch: perl
89321            ! toke.c
89322 ____________________________________________________________________________
89323 [  6023] By: gsar                                  on 2000/04/30  17:14:43
89324         Log: debugger stomps on $. (from M.J.T. Guy)
89325      Branch: perl
89326            ! lib/perl5db.pl
89327 ____________________________________________________________________________
89328 [  6022] By: gsar                                  on 2000/04/30  16:59:22
89329         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
89330      Branch: perl
89331            ! sv.c
89332 ____________________________________________________________________________
89333 [  6021] By: gsar                                  on 2000/04/29  21:00:08
89334         Log: remove Win2K issue in pod (fixed by change#6020)
89335      Branch: perl
89336            ! README.win32 pod/perl56delta.pod
89337 ____________________________________________________________________________
89338 [  6020] By: gsar                                  on 2000/04/29  20:51:49
89339         Log: test tweak
89340      Branch: perl
89341            ! t/lib/open3.t
89342 ____________________________________________________________________________
89343 [  6019] By: gsar                                  on 2000/04/29  20:34:27
89344         Log: windows portability tweaks
89345      Branch: perl
89346            ! t/lib/b.t win32/win32.h
89347 ____________________________________________________________________________
89348 [  6018] By: gsar                                  on 2000/04/29  19:55:24
89349         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
89350              make _PATH_LOG() return "" if unavailable
89351      Branch: perl
89352            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
89353            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
89354 ____________________________________________________________________________
89355 [  6017] By: jhi                                   on 2000/04/28  22:49:46
89356         Log: Integrate with Sarathy.
89357      Branch: cfgperl
89358           !> op.c perl.c pod/perldiag.pod t/lib/b.t
89359 ____________________________________________________________________________
89360 [  6016] By: jhi                                   on 2000/04/28  22:46:14
89361         Log: Do not warn that an infinity does not look like a number.
89362      Branch: cfgperl
89363            ! sv.c
89364 ____________________________________________________________________________
89365 [  6015] By: gsar                                  on 2000/04/28  22:35:49
89366         Log: tweak test for portability
89367      Branch: perl
89368            ! t/lib/b.t
89369 ____________________________________________________________________________
89370 [  6014] By: gsar                                  on 2000/04/28  22:05:31
89371         Log: glob() loading File::Glob behind the scenes may cause syntax errors
89372      Branch: perl
89373            ! op.c
89374 ____________________________________________________________________________
89375 [  6013] By: gsar                                  on 2000/04/28  21:25:22
89376         Log: tweak change#5945 to display correct switch name in diagnostic
89377      Branch: perl
89378            ! perl.c pod/perldiag.pod
89379 ____________________________________________________________________________
89380 [  6012] By: jhi                                   on 2000/04/28  21:08:12
89381         Log: Integrate with Sarathy.
89382      Branch: cfgperl
89383           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
89384           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
89385           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
89386 ____________________________________________________________________________
89387 [  6011] By: jhi                                   on 2000/04/28  21:04:46
89388         Log: &HUGE_VAL is not defined, it exists.
89389      Branch: cfgperl
89390            ! lib/Math/Complex.pm
89391 ____________________________________________________________________________
89392 [  6010] By: gsar                                  on 2000/04/28  21:02:58
89393         Log: clarify note about shadow password support (from
89394              gellyfish@gellyfish.com)
89395      Branch: perl
89396            ! pod/perlfunc.pod
89397 ____________________________________________________________________________
89398 [  6009] By: gsar                                  on 2000/04/28  21:00:00
89399         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
89400      Branch: perl
89401            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
89402 ____________________________________________________________________________
89403 [  6008] By: gsar                                  on 2000/04/28  20:56:33
89404         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
89405      Branch: perl
89406            ! installperl vms/subconfigure.com
89407 ____________________________________________________________________________
89408 [  6007] By: gsar                                  on 2000/04/28  20:51:21
89409         Log: note about compile failures and END blocks (from M.J.T. Guy)
89410      Branch: perl
89411            ! pod/perl56delta.pod pod/perlmod.pod
89412 ____________________________________________________________________________
89413 [  6006] By: jhi                                   on 2000/04/28  20:42:14
89414         Log: Regen Configure.
89415      Branch: cfgperl
89416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89417            ! config_h.SH
89418 ____________________________________________________________________________
89419 [  6005] By: gsar                                  on 2000/04/28  20:41:16
89420         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
89421      Branch: perl
89422            ! utils/perldoc.PL
89423 ____________________________________________________________________________
89424 [  6004] By: jhi                                   on 2000/04/28  20:28:21
89425         Log: Integrate with Sarathy.
89426      Branch: cfgperl
89427           !> Configure INSTALL Porting/Glossary Porting/config.sh
89428           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
89429           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
89430           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
89431           !> win32/config.vc win32/win32.c
89432 ____________________________________________________________________________
89433 [  6003] By: gsar                                  on 2000/04/28  20:11:20
89434         Log: allow REG_EXPAND_SZ keys in Windows registry (from
89435              John Clayton <John.Clayton@barclayscapital.com>)
89436      Branch: perl
89437            ! win32/win32.c
89438 ____________________________________________________________________________
89439 [  6002] By: gsar                                  on 2000/04/28  19:34:16
89440         Log: destructive sv_setsv() can lose UV-ness from source, causing
89441              numeric promotions/comparisons to fail to do the right thing
89442      Branch: perl
89443            ! sv.c
89444 ____________________________________________________________________________
89445 [  6001] By: gsar                                  on 2000/04/28  18:44:15
89446         Log: support additional library locations via $Config{otherlibdirs}
89447              (from Andy Dougherty)
89448      Branch: perl
89449            ! Configure INSTALL Porting/Glossary Porting/config.sh
89450            ! Porting/config_H config_h.SH epoc/config.sh perl.c
89451            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
89452            ! win32/config.bc win32/config.gc win32/config.vc
89453 ____________________________________________________________________________
89454 [  6000] By: gsar                                  on 2000/04/28  18:26:58
89455         Log: reworked otherlibdirs.U (from Andy Dougherty)
89456      Branch: metaconfig
89457            ! U/installdirs/otherlibdirs.U
89458 ____________________________________________________________________________
89459 [  5999] By: gsar                                  on 2000/04/28  18:17:07
89460         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
89461      Branch: perl
89462            ! t/pragma/warn/toke toke.c
89463 ____________________________________________________________________________
89464 [  5998] By: jhi                                   on 2000/04/28  13:32:17
89465         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
89466      Branch: cfgperl
89467            ! lib/Math/Complex.pm
89468 ____________________________________________________________________________
89469 [  5997] By: jhi                                   on 2000/04/28  13:14:04
89470         Log: Preserve $!.
89471      Branch: cfgperl
89472            ! lib/Math/Complex.pm
89473 ____________________________________________________________________________
89474 [  5996] By: jhi                                   on 2000/04/28  12:59:23
89475         Log: Integrate with Sarathy.
89476      Branch: cfgperl
89477           +> pod/perlrequick.pod pod/perlretut.pod
89478           !> (integrate 51 files)
89479 ____________________________________________________________________________
89480 [  5995] By: gsar                                  on 2000/04/28  09:37:36
89481         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
89482      Branch: perl
89483            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
89484 ____________________________________________________________________________
89485 [  5994] By: gsar                                  on 2000/04/28  09:33:26
89486         Log: fix for missed accounting for null byte in pack("Z",...) (from
89487              M.J.T. Guy)
89488      Branch: perl
89489            ! pp.c t/op/pack.t
89490 ____________________________________________________________________________
89491 [  5993] By: gsar                                  on 2000/04/28  09:30:05
89492         Log: various minor tweaks seen on p5p
89493      Branch: perl
89494            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
89495 ____________________________________________________________________________
89496 [  5992] By: gsar                                  on 2000/04/28  09:08:19
89497         Log: pod nit (from Simon Cozens)
89498      Branch: perl
89499            ! pod/perlop.pod
89500 ____________________________________________________________________________
89501 [  5991] By: gsar                                  on 2000/04/28  09:06:36
89502         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
89503      Branch: perl
89504            ! README.posix-bc hints/posix-bc.sh
89505 ____________________________________________________________________________
89506 [  5990] By: gsar                                  on 2000/04/28  08:54:52
89507         Log: use $ENV{LIB} to search for libs under Visual C compiler
89508              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
89509      Branch: perl
89510            ! lib/ExtUtils/Liblist.pm
89511 ____________________________________________________________________________
89512 [  5989] By: gsar                                  on 2000/04/28  08:27:12
89513         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
89514              itself and no other (from Tom Hughes)
89515      Branch: perl
89516            ! t/op/array.t toke.c
89517 ____________________________________________________________________________
89518 [  5988] By: gsar                                  on 2000/04/28  08:01:38
89519         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
89520              <paul@miraclefish.com>)
89521      Branch: perl
89522            ! lib/ExtUtils/MakeMaker.pm
89523 ____________________________________________________________________________
89524 [  5987] By: gsar                                  on 2000/04/28  07:53:09
89525         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
89526      Branch: perl
89527            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
89528 ____________________________________________________________________________
89529 [  5986] By: gsar                                  on 2000/04/28  07:44:17
89530         Log: add regular expressions tutorial and quick-start guide (from
89531              Mark Kvale <kvale@phy.ucsf.edu>)
89532      Branch: perl
89533            + pod/perlrequick.pod pod/perlretut.pod
89534            ! AUTHORS MAINTAIN MANIFEST
89535 ____________________________________________________________________________
89536 [  5985] By: gsar                                  on 2000/04/28  07:30:28
89537         Log: forked child may not exit correctly if it failed to open
89538              /dev/console (from Graham Barr)
89539      Branch: perl
89540            ! ext/Sys/Syslog/Syslog.pm
89541 ____________________________________________________________________________
89542 [  5984] By: gsar                                  on 2000/04/28  07:27:20
89543         Log: attributes::reftype() doesn't work on tied argument
89544      Branch: perl
89545            ! xsutils.c
89546 ____________________________________________________________________________
89547 [  5983] By: gsar                                  on 2000/04/28  07:15:04
89548         Log: numeric conversion of non-number in change#3378 tramples on
89549              OOK offset, causing segfaults
89550      Branch: perl
89551            ! sv.c
89552 ____________________________________________________________________________
89553 [  5982] By: gsar                                  on 2000/04/28  04:48:25
89554         Log: avoid error in IO::Socket::INET when given an unknown service name
89555              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
89556      Branch: perl
89557            ! ext/IO/lib/IO/Socket/INET.pm
89558 ____________________________________________________________________________
89559 [  5981] By: gsar                                  on 2000/04/28  04:31:31
89560         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
89561              prototype mismatch with CORE::glob(); update pod and tests to
89562              suit (File::Glob::glob() is still available for backward
89563              compatibility, but should be considered deprecated)
89564      Branch: perl
89565            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
89566            ! t/lib/glob-taint.t
89567 ____________________________________________________________________________
89568 [  5980] By: gsar                                  on 2000/04/28  03:47:29
89569         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
89570              <ghudson@mit.edu>)
89571      Branch: metaconfig
89572            ! U/modified/Options.U
89573      Branch: perl
89574            ! Configure
89575 ____________________________________________________________________________
89576 [  5979] By: gsar                                  on 2000/04/28  03:07:54
89577         Log: under useithreads, constant pad entries could inadvertently be
89578              shared across threads (from Eric Blood <eblood@xmission.com>);
89579              added Eric's test case to testsuite
89580      Branch: perl
89581            ! op.c t/op/misc.t
89582 ____________________________________________________________________________
89583 [  5978] By: gsar                                  on 2000/04/27  21:13:00
89584         Log: sync version numbers in File::Spec with the ones on CPAN
89585              (from Barrie Slaymaker)
89586      Branch: perl
89587            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
89588            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
89589            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
89590 ____________________________________________________________________________
89591 [  5977] By: gsar                                  on 2000/04/27  21:07:29
89592         Log: autoquote barewords followed by newline and arrow properly
89593              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
89594      Branch: perl
89595            ! t/pragma/warn/toke toke.c
89596 ____________________________________________________________________________
89597 [  5976] By: gsar                                  on 2000/04/27  20:41:20
89598         Log: DB_File v1.73 update (from Paul Marquess)
89599      Branch: perl
89600            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
89601            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
89602 ____________________________________________________________________________
89603 [  5975] By: gsar                                  on 2000/04/27  20:34:24
89604         Log: allow sort() reentrancy (variant of patch suggested by
89605              Hugo van der Sanden)
89606      Branch: perl
89607            ! pp_ctl.c t/op/sort.t
89608 ____________________________________________________________________________
89609 [  5974] By: gsar                                  on 2000/04/27  19:46:57
89610         Log: change#4197 somehow missed initializing PL_errors, meaning
89611              sytax error queueing wasn't working outside eval"" at all;
89612              also fixed eval"" to localize PL_error_count, so that compile-time
89613              eval's don't clobber the error state of the outer context
89614      Branch: perl
89615            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
89616            ! t/pragma/warn/toke
89617 ____________________________________________________________________________
89618 [  5973] By: gsar                                  on 2000/04/27  18:29:05
89619         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
89620      Branch: perl
89621            ! regcomp.c regexec.c t/op/re_tests
89622 ____________________________________________________________________________
89623 [  5972] By: jhi                                   on 2000/04/27  18:22:41
89624         Log: Integrate with Sarathy.
89625      Branch: cfgperl
89626           +> t/lib/b.t t/lib/syslog.t
89627           !> (integrate 31 files)
89628 ____________________________________________________________________________
89629 [  5971] By: jhi                                   on 2000/04/27  18:18:46
89630         Log: Unicos tweaks from Mark P. Lutz.
89631      Branch: cfgperl
89632            ! hints/unicos.sh lib/Math/Complex.pm
89633 ____________________________________________________________________________
89634 [  5970] By: gsar                                  on 2000/04/27  18:05:11
89635         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
89636              IV is >32bits
89637      Branch: perl
89638            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
89639 ____________________________________________________________________________
89640 [  5969] By: gsar                                  on 2000/04/27  17:50:56
89641         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
89642      Branch: perl
89643            + t/lib/syslog.t
89644            ! MANIFEST ext/Sys/Syslog/Syslog.pm
89645 ____________________________________________________________________________
89646 [  5968] By: gsar                                  on 2000/04/27  17:44:49
89647         Log: tolerate spaces in group names in test on solaris (from David Boyce
89648              <dsb@boyski.com>)
89649      Branch: perl
89650            ! t/op/groups.t
89651 ____________________________________________________________________________
89652 [  5967] By: gsar                                  on 2000/04/27  17:41:22
89653         Log: improved docs on the warn_uninit diagnostic (from David Glasser
89654              and Simon Cozens)
89655      Branch: perl
89656            ! pod/perldiag.pod
89657 ____________________________________________________________________________
89658 [  5966] By: gsar                                  on 2000/04/27  16:54:58
89659         Log: add testsuite for B backends, fix bug in B::Deparse (from
89660              Simon Cozens <simon@brecon.co.uk>)
89661      Branch: perl
89662            + t/lib/b.t
89663            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
89664 ____________________________________________________________________________
89665 [  5965] By: gsar                                  on 2000/04/27  16:10:37
89666         Log: avoid "will not stay shared" warnings for our variables (from
89667              Robin Barker)
89668      Branch: perl
89669            ! op.c t/pragma/warn/op
89670 ____________________________________________________________________________
89671 [  5964] By: gsar                                  on 2000/04/27  07:05:05
89672         Log: reformat to 72 columns (again)
89673      Branch: perl
89674            ! pod/perldiag.pod
89675 ____________________________________________________________________________
89676 [  5963] By: gsar                                  on 2000/04/27  06:28:31
89677         Log: patch from Larry to make (\&) prototype work; added tests for
89678              the same
89679      Branch: perl
89680            ! op.c t/comp/proto.t
89681 ____________________________________________________________________________
89682 [  5962] By: gsar                                  on 2000/04/27  06:15:47
89683         Log: updated README.hpux (from Jeff Okamoto)
89684      Branch: perl
89685            ! README.hpux
89686 ____________________________________________________________________________
89687 [  5961] By: gsar                                  on 2000/04/27  05:55:03
89688         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
89689      Branch: perl
89690            ! emacs/cperl-mode.el
89691 ____________________________________________________________________________
89692 [  5960] By: gsar                                  on 2000/04/27  05:49:26
89693         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
89694      Branch: perl
89695            ! INSTALL
89696 ____________________________________________________________________________
89697 [  5959] By: gsar                                  on 2000/04/27  05:33:41
89698         Log: doubled words in pods (from Simon Cozens
89699              <simon.p.cozens@jp.pwcglobal.com>)
89700      Branch: perl
89701            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
89702            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
89703            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
89704            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
89705            ! pod/perltootc.pod
89706 ____________________________________________________________________________
89707 [  5958] By: gsar                                  on 2000/04/27  05:11:39
89708         Log: change#3569 deleted some essential code, revert; avoid use of
89709              atexit() to make DynaLoader work properly on AIX under mod_perl
89710              (from Jens-Uwe Mager <jum@helios.de>)
89711      Branch: perl
89712            ! ext/DynaLoader/dl_aix.xs
89713 ____________________________________________________________________________
89714 [  5957] By: gsar                                  on 2000/04/27  04:54:51
89715         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
89716      Branch: perl
89717            ! pod/perlmod.pod
89718 ____________________________________________________________________________
89719 [  5956] By: gsar                                  on 2000/04/27  04:51:47
89720         Log: better diagnostics on failed tests (from Ilya Zakharevich)
89721      Branch: perl
89722            ! t/op/lex_assign.t
89723 ____________________________________________________________________________
89724 [  5955] By: gsar                                  on 2000/04/27  04:26:44
89725         Log: longstanding bug exposed by change#3307: sort arguments weren't
89726              compiled with the right wantarray context (ensuing runtime lookup
89727              via block_gimme() was getting the incidental context of the
89728              sort() itself)
89729      Branch: perl
89730            ! op.c t/op/sort.t
89731 ____________________________________________________________________________
89732 [  5954] By: gsar                                  on 2000/04/26  23:42:12
89733         Log: integrate cfgperl contents into mainline
89734      Branch: perl
89735           !> (integrate 30 files)
89736 ____________________________________________________________________________
89737 [  5953] By: jhi                                   on 2000/04/26  23:06:42
89738         Log: Integrate with Sarathy.
89739      Branch: cfgperl
89740           !> README.win32 ext/B/B/Deparse.pm
89741           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
89742           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
89743           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
89744           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
89745           !> utils/perldoc.PL vms/perlvms.pod
89746 ____________________________________________________________________________
89747 [  5952] By: jhi                                   on 2000/04/26  23:03:46
89748         Log: Undo "use integer" addition from 64bitint as it seems
89749              to break most of the subtests in Digital UNIX;
89750              Unicos needs to find another way.
89751      Branch: cfgperl
89752            ! t/op/64bitint.t
89753 ____________________________________________________________________________
89754 [  5951] By: jhi                                   on 2000/04/26  22:57:53
89755         Log: Be more robust on "extreme" (large absolute value)
89756              arguments.  Originally reported by Daniel Connelly
89757              as a problem with asinh() on large negative arguments,
89758              asinh() used to bail out because an argument to log()
89759              ended up being zero.  Ilya Zakharevich proposed using
89760              Taylor's series in such cases, which for such large
89761              arguments is a very good approximation.
89762      Branch: cfgperl
89763            ! lib/Math/Complex.pm t/lib/complex.t
89764 ____________________________________________________________________________
89765 [  5950] By: gsar                                  on 2000/04/25  19:13:12
89766         Log: reformat perldiag to avoid long lines
89767      Branch: perl
89768            ! pod/perldiag.pod
89769 ____________________________________________________________________________
89770 [  5949] By: gsar                                  on 2000/04/25  18:41:11
89771         Log: make perldoc use the pod2man from the same version (from
89772              M.J.T. Guy)
89773      Branch: perl
89774            ! utils/perldoc.PL
89775 ____________________________________________________________________________
89776 [  5948] By: gsar                                  on 2000/04/25  18:21:57
89777         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
89778              <kompas@kompas.usr.onet.pl>)
89779      Branch: perl
89780            ! lib/vars.pm
89781 ____________________________________________________________________________
89782 [  5947] By: gsar                                  on 2000/04/25  18:11:53
89783         Log: use &dl_error rather than &dl_load_file as the guard for calling
89784              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
89785              statically built perl)
89786      Branch: perl
89787            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
89788 ____________________________________________________________________________
89789 [  5946] By: jhi                                   on 2000/04/25  17:37:54
89790         Log: Document that tr() is not tr(1).
89791      Branch: cfgperl
89792            ! pod/perlop.pod
89793 ____________________________________________________________________________
89794 [  5945] By: gsar                                  on 2000/04/25  16:34:33
89795         Log: make module name mandatory after -M switch; reorder perldiag
89796              alphabetically (from Mark-Jason Dominus)
89797      Branch: perl
89798            ! perl.c pod/perldiag.pod
89799 ____________________________________________________________________________
89800 [  5944] By: jhi                                   on 2000/04/25  01:15:18
89801         Log: On second thoughts frexp() does have two arguments.
89802      Branch: cfgperl
89803            ! perl.h
89804 ____________________________________________________________________________
89805 [  5943] By: jhi                                   on 2000/04/24  22:56:32
89806         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
89807              Now pp_ncmp() returns undef is either operand is a NaN.
89808      Branch: cfgperl
89809            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89810            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
89811            ! vms/subconfigure.com vos/config.def vos/config.h
89812            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
89813            ! win32/config.vc win32/config_H.bc win32/config_H.gc
89814            ! win32/config_H.vc
89815      Branch: metaconfig/U/perl
89816            + d_modfl.U
89817 ____________________________________________________________________________
89818 [  5942] By: jhi                                   on 2000/04/24  19:45:17
89819         Log: Regen Configure to match #5937.
89820      Branch: cfgperl
89821            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89822            ! config_h.SH
89823      Branch: metaconfig
89824            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
89825 ____________________________________________________________________________
89826 [  5941] By: jhi                                   on 2000/04/24  19:24:11
89827         Log: Further Unicos fixes for Mark Lutz.
89828      Branch: cfgperl
89829            ! hints/unicos.sh pp_ctl.c
89830 ____________________________________________________________________________
89831 [  5940] By: jhi                                   on 2000/04/24  19:09:06
89832         Log: Various Unicos 10.0.0.6 fixes.
89833              
89834              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
89835              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
89836              Reply-To: tecmpl1@triton.ca.boeing.com 
89837              To: perl5-porters@perl.org 
89838              Date: Fri, 14 Apr 2000 20:21:00 GMT 
89839              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
89840      Branch: cfgperl
89841            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
89842 ____________________________________________________________________________
89843 [  5939] By: gsar                                  on 2000/04/24  19:01:24
89844         Log: more pod nits (from Larry Virden)
89845      Branch: perl
89846            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
89847            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
89848            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
89849 ____________________________________________________________________________
89850 [  5938] By: gsar                                  on 2000/04/24  18:54:01
89851         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
89852      Branch: perl
89853            ! ext/B/B/Deparse.pm
89854 ____________________________________________________________________________
89855 [  5937] By: jhi                                   on 2000/04/24  17:39:00
89856         Log: Integrate with Sarathy.
89857      Branch: cfgperl
89858           +> (branch 31 files)
89859           !> (integrate 73 files)
89860 ____________________________________________________________________________
89861 [  5936] By: gsar                                  on 2000/04/24  17:30:06
89862         Log: additional tests for change#5934 (from Paul Marquess, who also
89863              sent in the same fix)
89864      Branch: perl
89865            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
89866            ! t/pragma/warn/5nolint t/pragma/warn/6default
89867 ____________________________________________________________________________
89868 [  5935] By: jhi                                   on 2000/04/24  17:26:05
89869         Log: Do not assume sign propagation.
89870              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
89871              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
89872              To: payner@ncifcrf.gov, perl5-porters@perl.org 
89873              Date: Tue, 18 Apr 2000 18:24:49 +0100 
89874              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
89875      Branch: cfgperl
89876            ! t/op/bop.t t/op/misc.t
89877 ____________________________________________________________________________
89878 [  5934] By: gsar                                  on 2000/04/24  17:16:54
89879         Log: propagate lexical warnings from surrounding scope correctly
89880              within string eval()
89881      Branch: perl
89882            ! pp_ctl.c t/pragma/warn/pp_ctl
89883 ____________________________________________________________________________
89884 [  5933] By: jhi                                   on 2000/04/24  17:01:07
89885         Log: Flatten the cpp jungle doing the nosuid checking.
89886      Branch: cfgperl
89887            ! perl.c
89888 ____________________________________________________________________________
89889 [  5932] By: gsar                                  on 2000/04/24  09:08:14
89890         Log: add rsignal(), whichsig() and do_join() to public API list
89891              (mod_perl uses them to good advantage)
89892      Branch: perl
89893            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
89894 ____________________________________________________________________________
89895 [  5931] By: gsar                                  on 2000/04/24  09:01:40
89896         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
89897      Branch: perl
89898            ! pp_hot.c regexec.c t/op/pat.t
89899 ____________________________________________________________________________
89900 [  5930] By: gsar                                  on 2000/04/24  08:58:33
89901         Log: small os390 tweaks (from Peter Prymmer)
89902      Branch: perl
89903            ! config_h.SH makedepend.SH
89904 ____________________________________________________________________________
89905 [  5929] By: gsar                                  on 2000/04/24  08:55:25
89906         Log: pod nits
89907      Branch: perl
89908            ! pod/perlguts.pod
89909 ____________________________________________________________________________
89910 [  5928] By: gsar                                  on 2000/04/24  08:50:13
89911         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
89912      Branch: perl
89913            ! ext/IO/lib/IO/Poll.pm
89914 ____________________________________________________________________________
89915 [  5927] By: gsar                                  on 2000/04/24  08:43:24
89916         Log: arrange for next() to resume at the unstack op rather than the
89917              loop conditional, so that scope cleanup happens correctly
89918              (from Stephen McCamant)
89919      Branch: perl
89920            ! op.c pp_ctl.c t/op/misc.t
89921 ____________________________________________________________________________
89922 [  5926] By: gsar                                  on 2000/04/24  08:18:40
89923         Log: on windows, reserve 16M of stack rather than 128M (allows more
89924              threads to run concurrently)
89925      Branch: perl
89926            ! win32/Makefile win32/makefile.mk
89927 ____________________________________________________________________________
89928 [  5925] By: gsar                                  on 2000/04/24  08:13:52
89929         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
89930      Branch: perl
89931            ! toke.c
89932 ____________________________________________________________________________
89933 [  5924] By: gsar                                  on 2000/04/24  08:08:59
89934         Log: avoid using uninitialized memory in require version check
89935      Branch: perl
89936            ! pp_ctl.c universal.c
89937 ____________________________________________________________________________
89938 [  5923] By: gsar                                  on 2000/04/24  07:20:14
89939         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
89940      Branch: perl
89941            ! ext/IO/lib/IO/Poll.pm
89942 ____________________________________________________________________________
89943 [  5922] By: gsar                                  on 2000/04/24  07:08:42
89944         Log: commentary about IoTYPE() (from Nathan Torkington)
89945      Branch: perl
89946            ! sv.h
89947 ____________________________________________________________________________
89948 [  5921] By: gsar                                  on 2000/04/24  06:58:26
89949         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
89950              by fix
89951      Branch: perl
89952            ! sv.c t/lib/charnames.t t/pragma/utf8.t
89953 ____________________________________________________________________________
89954 [  5920] By: gsar                                  on 2000/04/24  06:37:59
89955         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
89956      Branch: perl
89957            ! doop.c t/op/ver.t
89958 ____________________________________________________________________________
89959 [  5919] By: gsar                                  on 2000/04/24  06:21:58
89960         Log: Configure might miss old directories when prefix must be
89961              expanded (from Robin Barker)
89962      Branch: metaconfig
89963            ! U/installdirs/inc_version_list.U
89964      Branch: perl
89965            ! Configure
89966 ____________________________________________________________________________
89967 [  5918] By: gsar                                  on 2000/04/24  06:16:11
89968         Log: VMS nits in glob() test (from Charles Lane)
89969      Branch: perl
89970            ! t/lib/glob-basic.t
89971 ____________________________________________________________________________
89972 [  5917] By: gsar                                  on 2000/04/24  06:11:56
89973         Log: various pod nits (from Larry Virden and others)
89974      Branch: perl
89975            ! README.amiga README.hpux README.machten README.os2
89976            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
89977            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
89978            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
89979            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
89980            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
89981            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
89982            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
89983            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
89984 ____________________________________________________________________________
89985 [  5916] By: gsar                                  on 2000/04/24  05:52:43
89986         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
89987              <wjones@tc.fluke.com>)
89988      Branch: perl
89989            ! t/lib/glob-basic.t
89990 ____________________________________________________________________________
89991 [  5915] By: gsar                                  on 2000/04/24  05:07:01
89992         Log: supported platforms mixed up
89993      Branch: perl
89994            ! pod/perl56delta.pod pod/perlport.pod
89995 ____________________________________________________________________________
89996 [  5914] By: gsar                                  on 2000/04/24  04:56:08
89997         Log: caller() wasn't returning the right number of elements for
89998              eval {...}
89999      Branch: perl
90000            ! pp_ctl.c t/pragma/warn/9enabled
90001 ____________________________________________________________________________
90002 [  5913] By: gsar                                  on 2000/04/24  04:35:41
90003         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
90004              Mark-Jason Dominus)
90005      Branch: perl
90006            ! pod/perlfunc.pod
90007 ____________________________________________________________________________
90008 [  5912] By: gsar                                  on 2000/04/24  04:17:15
90009         Log: fix totally broken caching in UNIVERSAL::isa() (from
90010              Nick Ing-Simmons)
90011      Branch: perl
90012            ! t/op/universal.t universal.c
90013 ____________________________________________________________________________
90014 [  5911] By: gsar                                  on 2000/04/24  03:39:47
90015         Log: add linebreak properties from unicode/LineBrk.txt (from
90016              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
90017      Branch: perl
90018            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
90019            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
90020            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
90021            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
90022            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
90023            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
90024            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
90025            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
90026            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
90027            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
90028            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
90029            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
90030            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
90031            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
90032            + lib/unicode/Is/LbrkZW.pl
90033            ! lib/unicode/mktables.PL
90034 ____________________________________________________________________________
90035 [  5910] By: gsar                                  on 2000/04/24  03:23:10
90036         Log: typo in pod
90037      Branch: perl
90038            ! ext/Thread/Thread.pm
90039 ____________________________________________________________________________
90040 [  5909] By: gsar                                  on 2000/04/24  03:22:03
90041         Log: mode argument to do_binmode() should be file mode, not boolean
90042      Branch: perl
90043            ! pp_sys.c
90044 ____________________________________________________________________________
90045 [  5908] By: gsar                                  on 2000/04/16  16:51:08
90046         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
90047              always returns a valid GV even when the symbol is trapped by strictures
90048              (avoids coredumps)
90049              
90050              TODO: the C<package;> hack needs similar treatment
90051      Branch: perl
90052            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
90053            ! t/pragma/strict-vars
90054 ____________________________________________________________________________
90055 [  5907] By: jhi                                   on 2000/03/31  23:42:56
90056         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
90057              an assumption which #5905 demolished.
90058      Branch: cfgperl
90059            ! pp_sys.c
90060 ____________________________________________________________________________
90061 [  5906] By: jhi                                   on 2000/03/31  18:54:37
90062         Log: Typo in #5905.
90063      Branch: cfgperl
90064            ! t/op/64bitint.t
90065 ____________________________________________________________________________
90066 [  5905] By: jhi                                   on 2000/03/31  18:50:54
90067         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
90068              reported by Joseph N. Hall.  The bug was that even with use64bitint
90069              one had to use the prefixes q, L, or ll with printf/sprintf,
90070              contrary to the documentation and common sense.
90071      Branch: cfgperl
90072            ! sv.c t/op/64bitint.t
90073 ____________________________________________________________________________
90074 [  5904] By: gsar                                  on 2000/03/28  02:31:32
90075         Log: add Changes, perldelta.pod
90076      Branch: perl
90077            + Changes pod/perldelta.pod
90078 ____________________________________________________________________________
90079 [  5903] By: gsar                                  on 2000/03/28  02:03:55
90080         Log: rename Changes and perldelta.pod
90081      Branch: perl
90082           +> Changes5.6 pod/perl56delta.pod
90083            - Changes pod/perldelta.pod
90084            ! MANIFEST
90085 ____________________________________________________________________________
90086 [  5902] By: gsar                                  on 2000/03/28  01:59:14
90087         Log: create maint-5.6 branch
90088      Branch: maint-5.6/perl
90089           +> (branch 1611 files)
90090 ____________________________________________________________________________
90091 [  5901] By: jhi                                   on 2000/03/23  05:48:43
90092         Log: Integrate with Sarathy.
90093      Branch: cfgperl
90094           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
90095 ____________________________________________________________________________
90096 [  5900] By: gsar                                  on 2000/03/23  05:42:43
90097         Log: three guesses on what this is :-)
90098      Branch: perl
90099            ! Changes