Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [  9621] By: jhi                                   on 2001/04/07  22:34:16
35         Log: Update AUTHORS.
36      Branch: perl
37            ! AUTHORS
38 ____________________________________________________________________________
39 [  9620] By: jhi                                   on 2001/04/07  22:12:47
40         Log: Forgot to bump the number of tests in #9164.
41      Branch: perl
42            ! t/op/array.t
43 ____________________________________________________________________________
44 [  9619] By: jhi                                   on 2001/04/07  22:09:50
45         Log: Bump patchlevel to 5.7.1.
46      Branch: perl
47            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48            ! config_h.SH patchlevel.h
49 ____________________________________________________________________________
50 [  9618] By: jhi                                   on 2001/04/07  22:02:41
51         Log: Populate perl571delta.
52      Branch: perl
53            ! pod/perl571delta.pod
54 ____________________________________________________________________________
55 [  9617] By: jhi                                   on 2001/04/07  22:01:23
56         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
57              to forget it later; do not change patchlevel.h yet or regenerate
58              Configure yet.
59      Branch: perl
60            ! epoc/config.sh win32/Makefile win32/config_H.bc
61            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
62 ____________________________________________________________________________
63 [  9616] By: jhi                                   on 2001/04/07  17:46:33
64         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
65      Branch: perl
66            ! pod/perl571delta.pod
67 ____________________________________________________________________________
68 [  9615] By: jhi                                   on 2001/04/07  17:33:21
69         Log: Change the toc configuration.
70      Branch: perl
71            ! pod/buildtoc.PL pod/perl.pod
72 ____________________________________________________________________________
73 [  9614] By: jhi                                   on 2001/04/07  17:29:47
74         Log: Subject: PATCH: $[
75              From: Robin Houston <robin@kitsite.com>
76              Date: Fri, 6 Apr 2001 18:10:14 +0100
77              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
78      Branch: perl
79            ! op.c t/op/array.t
80 ____________________________________________________________________________
81 [  9613] By: jhi                                   on 2001/04/07  17:28:26
82         Log: Subject: [PATCH perl@9424] isn't numeric warning
83              From: Robin Barker <rmb1@cise.npl.co.uk>
84              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
85              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
86      Branch: perl
87            ! sv.c t/pragma/warn/sv
88 ____________________________________________________________________________
89 [  9612] By: jhi                                   on 2001/04/07  17:26:45
90         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
91              From: Mike Guy <mjtg@cam.ac.uk>
92              Date: Fri, 06 Apr 2001 12:47:06 +0100
93              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
94      Branch: perl
95            ! dump.c t/lib/peek.t
96 ____________________________________________________________________________
97 [  9611] By: jhi                                   on 2001/04/07  17:21:35
98         Log: Create perl571delta and seed it off with the perldelta changes
99              since 5.7.0; remove those changes from perldelta and rename it
100              as perl570delta; recreate perldelta but leave it almost empty.
101      Branch: perl
102            + pod/perl570delta.pod pod/perl571delta.pod
103            ! MANIFEST pod/perldelta.pod
104 ____________________________________________________________________________
105 [  9610] By: jhi                                   on 2001/04/07  16:56:32
106         Log: Denit.
107      Branch: perl
108            ! pod/perldelta.pod
109 ____________________________________________________________________________
110 [  9609] By: jhi                                   on 2001/04/07  16:38:32
111         Log: Retract #9523: needs more thought.
112      Branch: perl
113            ! Makefile.SH
114 ____________________________________________________________________________
115 [  9608] By: jhi                                   on 2001/04/07  14:59:20
116         Log: atmark() code cleanaup.
117      Branch: perl
118            ! ext/IO/IO.xs
119 ____________________________________________________________________________
120 [  9607] By: jhi                                   on 2001/04/07  14:48:14
121         Log: Integrate change #9605 from maintperl into mainline.
122              
123              can't optimize away scope entry if tr/// is present
124      Branch: perl
125           !> op.c t/op/tr.t
126 ____________________________________________________________________________
127 [  9606] By: jhi                                   on 2001/04/07  14:43:59
128         Log: Integrate perlio.
129      Branch: perl
130           +> win32/FindExt.pm
131           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
132           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
133 ____________________________________________________________________________
134 [  9605] By: gsar                                  on 2001/04/07  11:52:40
135         Log: can't optimize away scope entry if tr/// is present
136      Branch: maint-5.6/perl
137            ! op.c t/op/tr.t
138 ____________________________________________________________________________
139 [  9604] By: nick                                  on 2001/04/07  11:39:45
140         Log: Split out extension finding code from buildext.pl into FindExt.pm
141              Use it to get Config.pm's idea of available extensions in line
142              with what is built.
143      Branch: perlio
144            + win32/FindExt.pm
145            ! MANIFEST win32/buildext.pl win32/config_sh.PL
146            ! win32/makefile.mk
147 ____________________________________________________________________________
148 [  9603] By: nick                                  on 2001/04/07  09:11:38
149         Log: Cleanup correction for failed :Via() layer, also set an error code.
150      Branch: perlio
151            ! ext/PerlIO/Via/Via.xs
152 ____________________________________________________________________________
153 [  9602] By: nick                                  on 2001/04/07  08:38:04
154         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
155              style. So don't use binmode() on the handles so that Win32 etc. see
156              same sequence and produce same digests.
157      Branch: perlio
158            ! t/lib/md5-file.t
159 ____________________________________________________________________________
160 [  9601] By: nick                                  on 2001/04/07  08:36:26
161         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
162              Else it complains and so crlf layer (say) does not get pushed.
163      Branch: perlio
164            ! perlio.c
165 ____________________________________________________________________________
166 [  9600] By: jhi                                   on 2001/04/06  23:00:09
167         Log: Integrate change #9599 from perlio into mainline.
168      Branch: perl
169           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
170           !> win32/config_H.vc
171 ____________________________________________________________________________
172 [  9599] By: nick                                  on 2001/04/06  21:42:43
173         Log: Quote $VERSION in Encode.pm.
174              regen_config_h as requested.
175      Branch: perlio
176            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
177            ! win32/config_H.vc
178 ____________________________________________________________________________
179 [  9598] By: nick                                  on 2001/04/06  20:34:59
180         Log: Integrate mainline
181      Branch: perlio
182           +> README.macos
183           !> (integrate 39 files)
184 ____________________________________________________________________________
185 [  9597] By: gsar                                  on 2001/04/06  18:06:35
186         Log: integrate change#9464 from mainline (addendum to change#8313)
187              
188              Subject: [PATCH @9452] Better peep()ing for foreach() loops
189      Branch: maint-5.6/perl
190           !> op.c
191 ____________________________________________________________________________
192 [  9596] By: jhi                                   on 2001/04/06  17:26:03
193         Log: The d_casti32=undef is good for you even when not use64bitall.
194      Branch: perl
195            ! hints/hpux.sh
196 ____________________________________________________________________________
197 [  9595] By: gsar                                  on 2001/04/06  14:57:17
198         Log: add a low-impact fix to accomodate darwin-ism
199      Branch: maint-5.6/perl
200            ! ext/Errno/Errno_pm.PL
201 ____________________________________________________________________________
202 [  9594] By: jhi                                   on 2001/04/06  14:55:14
203         Log: Integrate changes #9528,9593 from mainline into maintperl;
204              tweaking the editor/IDE/shell list.
205      Branch: maint-5.6/perl
206           !> pod/perlfaq3.pod
207 ____________________________________________________________________________
208 [  9593] By: jhi                                   on 2001/04/06  14:51:39
209         Log: Make the editor/IDE/shell list a little bit airier.
210      Branch: perl
211            ! pod/perlfaq3.pod
212 ____________________________________________________________________________
213 [  9592] By: gsar                                  on 2001/04/06  14:45:18
214         Log: integrate change#9477 from mainline (base.pm doc tweak)
215              
216              missing doc entry for fmod()
217      Branch: maint-5.6/perl
218            ! lib/Math/BigFloat.pm
219           !> lib/base.pm
220 ____________________________________________________________________________
221 [  9591] By: jhi                                   on 2001/04/06  13:55:48
222         Log: Regen toc.
223      Branch: perl
224            ! pod/perltoc.pod
225 ____________________________________________________________________________
226 [  9590] By: jhi                                   on 2001/04/06  13:54:52
227         Log: Math::BigFloat patches from John Peacock.  The equivalent
228              of #9586 from maintperl but reworked by John to work with
229              the bleadperl.
230      Branch: perl
231            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
232 ____________________________________________________________________________
233 [  9589] By: jhi                                   on 2001/04/06  13:42:23
234         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
235      Branch: perl
236            ! ext/Digest/MD5/Makefile.PL
237 ____________________________________________________________________________
238 [  9588] By: jhi                                   on 2001/04/06  13:31:45
239         Log: Integrate changes #9584,9587 from maintperl into mainline.
240              
241              keep eval"" CVs alive until the end of the statement in which
242              they're called
243              
244              add README.macos (from Chris Nandor)
245              
246              tyop in change#9555
247      Branch: perl
248           +> README.macos
249           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
250           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
251           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
252           !> win32/makefile.mk
253 ____________________________________________________________________________
254 [  9587] By: gsar                                  on 2001/04/06  07:31:30
255         Log: add README.macos (from Chris Nandor)
256              
257              tyop in change#9555
258      Branch: maint-5.6/perl
259            + README.macos
260            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
261            ! win32/Makefile win32/makefile.mk
262 ____________________________________________________________________________
263 [  9586] By: gsar                                  on 2001/04/06  07:08:54
264         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
265      Branch: maint-5.6/perl
266            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
267 ____________________________________________________________________________
268 [  9585] By: gsar                                  on 2001/04/06  06:58:44
269         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
270              from mainline
271              
272              Subject: [PATCH] Base64 update to perlfaq9.pod
273              
274              Subject: [PATCH AUTHORS] Housekeeping
275              
276              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
277              Mac OS X (Darwin) has extra pwent fields.
278              
279              Subject: [PATCH B::*] print control-character vars readably
280              Needs EBCDICification.
281              
282              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
283              
284              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
285              
286              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
287              
288              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
289              
290              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
291              
292              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
293              
294              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
295              
296              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
297              
298              FreeBSD hints tweak from Anton Berezin.
299              
300              Subject: [PATCH foolperl & bleadperl] README.vms update
301              
302              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
303      Branch: maint-5.6/perl
304           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
305           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
306           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
307 ____________________________________________________________________________
308 [  9584] By: gsar                                  on 2001/04/06  04:09:00
309         Log: keep eval"" CVs alive until the end of the statement in which
310              they're called; this avoids a coredump ensuing from search for
311              lexicals in code such as:
312              
313              sub bug {
314              my $s = @_;
315              eval q[sub { eval 'sub { &$s }' }];
316              }
317              bug("x")->()->();
318              
319              this code still doesn't work as intended (as it has remained
320              since time immemorial), but it doesn't provoke a coredump anymore
321      Branch: maint-5.6/perl
322            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
323            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
324 ____________________________________________________________________________
325 [  9583] By: jhi                                   on 2001/04/05  23:52:51
326         Log: Update Changes.
327      Branch: perl
328            ! Changes patchlevel.h
329 ____________________________________________________________________________
330 [  9582] By: jhi                                   on 2001/04/05  23:11:23
331         Log: Slight doc tweak.
332      Branch: perl
333            ! pod/perlunicode.pod
334 ____________________________________________________________________________
335 [  9581] By: jhi                                   on 2001/04/05  23:04:11
336         Log: Integrate perlio.
337      Branch: perl
338           !> pod/perlunicode.pod
339 ____________________________________________________________________________
340 [  9580] By: jhi                                   on 2001/04/05  23:03:29
341         Log: Test for #9579.
342      Branch: perl
343            ! t/op/do.t
344 ____________________________________________________________________________
345 [  9579] By: jhi                                   on 2001/04/05  22:54:17
346         Log: Subject: [PATCH] Propagate calling context for do '...'
347              From: Gisle Aas <gisle@ActiveState.com>
348              Date: 04 Apr 2001 20:17:29 -0700
349              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
350      Branch: perl
351            ! pod/perlfunc.pod pp_ctl.c
352 ____________________________________________________________________________
353 [  9578] By: jhi                                   on 2001/04/05  22:52:51
354         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
355              From: Peter Prymmer <pvhp@forte.com>
356              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
357              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
358      Branch: perl
359            ! README.vms
360 ____________________________________________________________________________
361 [  9577] By: jhi                                   on 2001/04/05  22:48:22
362         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
363              From: "Craig A. Berry" <craigberry@mac.com>
364              Date: Thu, 5 Apr 2001 13:43:28 -0500
365              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
366      Branch: perl
367            ! README.vms
368 ____________________________________________________________________________
369 [  9576] By: jhi                                   on 2001/04/05  22:31:38
370         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
371              From: Michael G Schwern <schwern@pobox.com>
372              Date: Thu, 5 Apr 2001 21:53:21 +0100
373              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
374      Branch: perl
375            ! lib/base.pm t/lib/fields.t
376 ____________________________________________________________________________
377 [  9575] By: jhi                                   on 2001/04/05  22:26:10
378         Log: FreeBSD hints tweak from Anton Berezin.
379      Branch: perl
380            ! hints/freebsd.sh
381 ____________________________________________________________________________
382 [  9574] By: jhi                                   on 2001/04/05  22:24:03
383         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
384              From: David Dyck <dcd@tc.fluke.com>
385              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
386              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
387      Branch: perl
388            ! t/op/oct.t
389 ____________________________________________________________________________
390 [  9573] By: jhi                                   on 2001/04/05  22:23:06
391         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
392              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
393              From: David Dyck <dcd@tc.fluke.com>
394              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
395      Branch: perl
396            ! pp.c
397 ____________________________________________________________________________
398 [  9572] By: jhi                                   on 2001/04/05  22:14:47
399         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
400              From: Robin Houston <robin@kitsite.com>
401              Date: Thu, 5 Apr 2001 20:56:48 +0100
402              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
403      Branch: perl
404            ! ext/B/B/Deparse.pm
405 ____________________________________________________________________________
406 [  9571] By: jhi                                   on 2001/04/05  22:12:53
407         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
408              From: Robin Houston <robin@kitsite.com>
409              Date: Thu, 5 Apr 2001 19:55:51 +0100
410              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
411      Branch: perl
412            ! ext/B/B/Deparse.pm
413 ____________________________________________________________________________
414 [  9570] By: jhi                                   on 2001/04/05  22:11:06
415         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
416              From: Robin Houston <robin@kitsite.com>
417              Date: Thu, 5 Apr 2001 20:16:29 +0100
418              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
419      Branch: perl
420            ! ext/B/B/Deparse.pm
421 ____________________________________________________________________________
422 [  9569] By: nick                                  on 2001/04/05  21:32:26
423         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
424      Branch: perlio
425            ! pod/perlunicode.pod
426 ____________________________________________________________________________
427 [  9568] By: nick                                  on 2001/04/05  19:38:09
428         Log: Integrate mainline
429      Branch: perlio
430           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
431           !> (integrate 35 files)
432 ____________________________________________________________________________
433 [  9567] By: jhi                                   on 2001/04/05  18:31:45
434         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
435              From: Robin Houston <robin@kitsite.com>
436              Date: Thu, 5 Apr 2001 18:03:23 +0100
437              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
438      Branch: perl
439            ! ext/B/B/Deparse.pm
440 ____________________________________________________________________________
441 [  9566] By: jhi                                   on 2001/04/05  18:29:35
442         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
443              From: Robin Houston <robin@kitsite.com>
444              Date: Thu, 5 Apr 2001 16:45:18 +0100
445              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
446      Branch: perl
447            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
448 ____________________________________________________________________________
449 [  9565] By: jhi                                   on 2001/04/05  18:24:23
450         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
451              From: Robin Houston <robin@kitsite.com>
452              Date: Thu, 5 Apr 2001 14:50:09 +0100
453              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
454      Branch: perl
455            ! ext/B/B/Deparse.pm
456 ____________________________________________________________________________
457 [  9564] By: jhi                                   on 2001/04/05  18:23:03
458         Log: Subject: [PATCH B::*] print control-character vars readably
459              From: Robin Houston <robin@kitsite.com>
460              Date: Thu, 5 Apr 2001 14:27:38 +0100
461              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
462              
463              Needs EBCDICification.
464      Branch: perl
465            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
466            ! ext/B/B/Terse.pm
467 ____________________________________________________________________________
468 [  9563] By: jhi                                   on 2001/04/05  18:20:32
469         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
470              Date: Thu, 5 Apr 2001 13:21:42 -0400
471              From: Paul Schinder <schinder@pobox.com>
472              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
473              
474              Mac OS X (Darwin) has extra pwent fields.
475      Branch: perl
476            ! t/op/pwent.t
477 ____________________________________________________________________________
478 [  9562] By: jhi                                   on 2001/04/05  17:57:51
479         Log: Regen toc.
480      Branch: perl
481            ! pod/perltoc.pod
482 ____________________________________________________________________________
483 [  9561] By: jhi                                   on 2001/04/05  17:47:33
484         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
485      Branch: metaconfig
486            ! U/Glossary.patch
487      Branch: metaconfig/U/perl
488            + d_u32align.U
489            ! d_cmsghdr_s.U d_msghdr_s.U
490 ____________________________________________________________________________
491 [  9560] By: jhi                                   on 2001/04/05  17:47:01
492         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
493              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
494              Introduce probes for struct msghdr, struct cmsghdr,
495              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
496              ualarm, usleep, for possible later extension work.
497      Branch: perl
498            + t/lib/md5-align.t
499            ! Configure MANIFEST Porting/Glossary Porting/config.sh
500            ! Porting/config_H config_h.SH configure.com epoc/config.sh
501            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
502            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
503            ! vos/config.ga.h win32/config.bc win32/config.gc
504            ! win32/config.vc
505 ____________________________________________________________________________
506 [  9559] By: jhi                                   on 2001/04/05  13:03:04
507         Log: Be traditional in your cpp (for the Errno extension).
508      Branch: perl
509            ! hints/darwin.sh
510 ____________________________________________________________________________
511 [  9558] By: jhi                                   on 2001/04/05  13:00:05
512         Log: Add $Config{cppflags} to the gcc incantation.
513      Branch: perl
514            ! ext/Errno/Errno_pm.PL
515 ____________________________________________________________________________
516 [  9557] By: jhi                                   on 2001/04/05  04:22:39
517         Log: Introduce Sean Burke's Class::ISA 0.32.
518      Branch: perl
519            + lib/Class/ISA.pm t/lib/class-isa.t
520            ! MANIFEST
521 ____________________________________________________________________________
522 [  9556] By: jhi                                   on 2001/04/05  04:09:50
523         Log: Subject: [PATCH AUTHORS] Housekeeping
524              From: Paul Johnson <paul@pjcj.net> 
525              Date: Wed, 4 Apr 2001 22:45:47 +0200
526              Message-ID: <20010404224547.D9548@pjcj.net>
527      Branch: perl
528            ! AUTHORS
529 ____________________________________________________________________________
530 [  9555] By: jhi                                   on 2001/04/05  04:06:33
531         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
532              From: Gisle Aas <gisle@ActiveState.com>
533              Date: 04 Apr 2001 14:23:04 -0700
534              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
535      Branch: perl
536            ! pod/perlfaq9.pod
537 ____________________________________________________________________________
538 [  9554] By: jhi                                   on 2001/04/05  04:05:49
539         Log: Downgrade also the "Wide character" diagnostic.
540      Branch: perl
541            ! pod/perldiag.pod
542 ____________________________________________________________________________
543 [  9553] By: jhi                                   on 2001/04/05  04:00:33
544         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
545              maintperl into mainline.
546              
547              "double" should be "NV"; standard typemap is missing entry
548              for NV
549              
550              s/djSP/dSP/
551              
552              Downgrade "Wide character in print" to a warning.
553              
554              B::Deparse fix for ${^FOO} and documentation for PVX() method
555              (from Robin Houston)
556              
557              tr/// doesn't null-terminate the result in some situations
558              (from Gisle Aas)
559      Branch: perl
560           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
561           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
562           !> t/io/utf8.t t/op/tr.t
563 ____________________________________________________________________________
564 [  9552] By: jhi                                   on 2001/04/05  03:52:50
565         Log: Retract changes #9542 and #9538 (from maintperl, integrated
566              at #9540), shouldn't be needed because of the perlio changes.
567      Branch: perl
568            ! util.c
569 ____________________________________________________________________________
570 [  9551] By: gsar                                  on 2001/04/05  00:18:34
571         Log: tr/// doesn't null-terminate the result in some situations
572              (from Gisle Aas)
573      Branch: maint-5.6/perl
574            ! doop.c t/op/tr.t
575 ____________________________________________________________________________
576 [  9550] By: gsar                                  on 2001/04/04  20:04:17
577         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
578              (from Robin Houston)
579      Branch: maint-5.6/perl
580            ! ext/B/B.pm ext/B/B/Deparse.pm
581 ____________________________________________________________________________
582 [  9549] By: nick                                  on 2001/04/04  18:56:15
583         Log: Downgrade "Wide character in print" to a warning.
584      Branch: perlio
585            ! doio.c t/io/utf8.t
586 ____________________________________________________________________________
587 [  9548] By: gsar                                  on 2001/04/04  18:51:49
588         Log: integrate changes#9460,9462,9482,9521,9522
589              
590              Subject: PATCH: B::Debug should show LOOP-specific fields
591              
592              Subject: B::Deparse precedence bug. (Patch included.)
593              
594              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
595              
596              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
597              
598              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
599      Branch: maint-5.6/perl
600           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
601           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
602 ____________________________________________________________________________
603 [  9547] By: gsar                                  on 2001/04/04  18:49:16
604         Log: s/djSP/dSP/
605      Branch: maint-5.6/perl
606            ! ext/Thread/Thread.xs
607 ____________________________________________________________________________
608 [  9546] By: nick                                  on 2001/04/04  18:44:00
609         Log: Integrate mainline.
610      Branch: perlio
611           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
612           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
613 ____________________________________________________________________________
614 [  9545] By: gsar                                  on 2001/04/04  18:38:52
615         Log: integrate change#8837 from mainline
616              
617              Subject: [patch] -Wall cleanup round 2
618      Branch: maint-5.6/perl
619           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
620           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
621           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
622           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
623           !> ext/SDBM_File/SDBM_File.xs
624 ____________________________________________________________________________
625 [  9544] By: gsar                                  on 2001/04/04  17:49:57
626         Log: "double" should be "NV"; standard typemap is missing entry
627              for NV
628      Branch: maint-5.6/perl
629            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
630 ____________________________________________________________________________
631 [  9543] By: jhi                                   on 2001/04/04  14:13:18
632         Log: Thou shalt not (just) match for English error messages.
633      Branch: perl
634            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
635            ! os2/OS2/Process/Process.pm
636 ____________________________________________________________________________
637 [  9542] By: jhi                                   on 2001/04/04  13:20:39
638         Log: Make the stdio tricks of fflush_all() to exist only if
639              stdio is being used.
640      Branch: perl
641            ! util.c
642 ____________________________________________________________________________
643 [  9541] By: jhi                                   on 2001/04/04  04:20:24
644         Log: Subject: Re: [PATCH] Lighten up glob
645              From: Benjamin Sugars <bsugars@canoe.ca>
646              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
647              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
648      Branch: perl
649            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
650            ! util.c
651 ____________________________________________________________________________
652 [  9540] By: jhi                                   on 2001/04/04  04:03:57
653         Log: Integrate changes #9538,9539 from maintperl into mainline.
654              
655              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
656              for use with _fwalk() (fix for change#7705)
657              
658              another tweak needed for SunOS 4.1.x build (from Mike Guy)
659              (cp -f is not portable)
660      Branch: perl
661           !> Makefile.SH util.c
662 ____________________________________________________________________________
663 [  9539] By: gsar                                  on 2001/04/04  03:01:14
664         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
665      Branch: maint-5.6/perl
666            ! Makefile.SH
667 ____________________________________________________________________________
668 [  9538] By: gsar                                  on 2001/04/04  01:00:38
669         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
670              for use with _fwalk() (fix for change#7705)
671      Branch: maint-5.6/perl
672            ! util.c
673 ____________________________________________________________________________
674 [  9537] By: nick                                  on 2001/04/03  19:24:55
675         Log: Integrate mainline
676      Branch: perlio
677           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
678           +> lib/unicode/PropList.html
679            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
680           !> (integrate 69 files)
681 ____________________________________________________________________________
682 [  9536] By: jhi                                   on 2001/04/03  18:02:31
683         Log: Integrate change #9533 from maintperl into mainline.
684              
685              better fix for change#9517 to accomodate UNC paths like
686              \\server\share\foo, and paths with trailing backslash
687              like c:\this\
688      Branch: perl
689           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
690 ____________________________________________________________________________
691 [  9535] By: jhi                                   on 2001/04/03  17:58:07
692         Log: Change the push/unshift warning to be of class syntax, not misc.
693      Branch: perl
694            ! op.c pod/perldiag.pod t/pragma/warn/op
695 ____________________________________________________________________________
696 [  9534] By: jhi                                   on 2001/04/03  15:03:46
697         Log: Change the push/unshift warning (#9532) to talk about "no values"
698              instead of "no arguments".
699      Branch: perl
700            ! op.c pod/perldiag.pod t/pragma/warn/op
701 ____________________________________________________________________________
702 [  9533] By: gsar                                  on 2001/04/03  14:30:07
703         Log: better fix for change#9517 to accomodate UNC paths like
704              \\server\share\foo, and paths with trailing backslash
705              like c:\this\
706      Branch: maint-5.6/perl
707            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
708 ____________________________________________________________________________
709 [  9532] By: jhi                                   on 2001/04/03  13:11:46
710         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
711              From: Robin Houston <robin@kitsite.com>
712              Date: Mon, 2 Apr 2001 15:03:29 +0100
713              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
714      Branch: perl
715            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
716 ____________________________________________________________________________
717 [  9531] By: jhi                                   on 2001/04/03  13:06:34
718         Log: Integrate change #9530 from maintperl into mainline.
719              
720              accomodate VMS "mailbox overflow" quirk in testsuite (from
721              Craig Berry)
722      Branch: perl
723           !> t/lib/socket.t
724 ____________________________________________________________________________
725 [  9530] By: gsar                                  on 2001/04/03  04:56:41
726         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
727              Craig Berry)
728      Branch: maint-5.6/perl
729            ! t/lib/socket.t
730 ____________________________________________________________________________
731 [  9529] By: jhi                                   on 2001/04/03  02:34:34
732         Log: Update Changes.
733      Branch: perl
734            ! Changes patchlevel.h
735 ____________________________________________________________________________
736 [  9528] By: jhi                                   on 2001/04/03  01:27:57
737         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
738              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
739              To: perl5-porters@perl.org
740              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
741      Branch: perl
742            ! pod/perlfaq3.pod
743 ____________________________________________________________________________
744 [  9527] By: jhi                                   on 2001/04/03  01:22:09
745         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
746              From: Peter Prymmer <pvhp@forte.com>
747              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
748              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
749      Branch: perl
750            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
751 ____________________________________________________________________________
752 [  9526] By: jhi                                   on 2001/04/03  01:18:25
753         Log: The metaconfig unit changes for #9525.
754      Branch: metaconfig
755            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
756      Branch: metaconfig/U/perl
757            ! use64bits.U
758 ____________________________________________________________________________
759 [  9525] By: jhi                                   on 2001/04/03  01:17:30
760         Log: Configure sanity checks:
761              * if use64bitall is attempted but pointers are only 32-bit,
762              'downgrade' to use64bitint
763              * if use64bitint is attempted but there's no quad type,
764              forget about use64bitint (well, the default for it is 'n',
765              the user can still override this)
766              * if pointers are 64 bits, do not try to use Perl's malloc
767      Branch: perl
768            ! Configure
769 ____________________________________________________________________________
770 [  9524] By: gsar                                  on 2001/04/03  01:09:12
771         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
772      Branch: maint-5.6/perl
773            ! pp_sys.c
774 ____________________________________________________________________________
775 [  9523] By: jhi                                   on 2001/04/03  00:02:31
776         Log: (Retracted by #9609)
777              
778              Make it harder for parallel makes to enter 'test' before
779              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
780              should be unhappy enough, but sometimes parallel makes seem
781              to sneak past both in Tru64 and AIX.)
782      Branch: perl
783            ! Makefile.SH
784 ____________________________________________________________________________
785 [  9522] By: jhi                                   on 2001/04/02  22:35:31
786         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
787              Date: Mon, 2 Apr 2001 22:54:10 +0100
788              From: Robin Houston <robin@kitsite.com>
789              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
790      Branch: perl
791            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
792 ____________________________________________________________________________
793 [  9521] By: jhi                                   on 2001/04/02  22:32:23
794         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
795              From: Robin Houston <robin@kitsite.com>
796              Date: Mon, 2 Apr 2001 20:24:03 +0100
797              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
798      Branch: perl
799            ! ext/B/B/Concise.pm
800 ____________________________________________________________________________
801 [  9520] By: jhi                                   on 2001/04/02  22:30:43
802         Log: Subject: [PATCH] REALLY pedantic hv.h nit
803              From: Simon Cozens <simon@netthink.co.uk>
804              Date: Mon, 2 Apr 2001 15:43:06 +0100
805              Message-ID: <20010402154306.A21711@netthink.co.uk>
806      Branch: perl
807            ! hv.h
808 ____________________________________________________________________________
809 [  9519] By: jhi                                   on 2001/04/02  22:28:04
810         Log: Based on
811              
812              Subject: [foolperl] EPOC fix
813              From: Olaf Flebbe <O.Flebbe@science-computing.de>
814              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
815              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
816      Branch: perl
817            ! pp_sys.c
818 ____________________________________________________________________________
819 [  9518] By: jhi                                   on 2001/04/02  22:22:34
820         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
821              
822              README.win32 tweaks; add a note about alternative location for
823              getting a gcc-2.95.2 that will build perl properly on windows
824              
825              add some notes about gutsy threading matters
826              
827              many of the utilities interpolate literal paths within doublequotes
828              (fails on dosish platforms where path contains backslashes)
829      Branch: perl
830           !> README.win32 pod/perlguts.pod utils/perldoc.PL
831           !> x2p/find2perl.PL x2p/s2p.PL
832 ____________________________________________________________________________
833 [  9517] By: gsar                                  on 2001/04/02  19:52:21
834         Log: many of the utilities interpolate literal paths within doublequotes
835              (fails on dosish platforms where path contains backslashes)
836      Branch: maint-5.6/perl
837            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
838 ____________________________________________________________________________
839 [  9516] By: gsar                                  on 2001/04/02  05:49:37
840         Log: a foolish release
841      Branch: maint-5.6/perl
842            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
843            ! pod/perltoc.pod
844 ____________________________________________________________________________
845 [  9515] By: gsar                                  on 2001/04/02  05:04:29
846         Log: add missing changelog summaries
847      Branch: maint-5.6/perl
848            ! Changes
849 ____________________________________________________________________________
850 [  9514] By: gsar                                  on 2001/04/02  04:07:13
851         Log: add some notes about gutsy threading matters
852      Branch: maint-5.6/perl
853            ! pod/perlguts.pod
854 ____________________________________________________________________________
855 [  9513] By: gsar                                  on 2001/04/02  03:25:21
856         Log: add more prominent caveat notices about experimental features
857      Branch: maint-5.6/perl
858            ! pod/perlfork.pod pod/perlunicode.pod
859 ____________________________________________________________________________
860 [  9512] By: gsar                                  on 2001/04/02  02:54:33
861         Log: integrate changes#9479,9509 from mainline
862              
863              [PATCH] File::Glob stuff for Mac OS
864              
865              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
866      Branch: maint-5.6/perl
867           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
868           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
869           !> t/lib/glob-taint.t
870 ____________________________________________________________________________
871 [  9511] By: gsar                                  on 2001/04/02  02:38:24
872         Log: README.win32 tweaks; add a note about alternative location for
873              getting a gcc-2.95.2 that will build perl properly on windows
874      Branch: maint-5.6/perl
875            ! README.win32
876 ____________________________________________________________________________
877 [  9510] By: jhi                                   on 2001/04/01  20:45:10
878         Log: An ambiguosity warning.
879      Branch: perl
880            ! t/lib/trig.t
881 ____________________________________________________________________________
882 [  9509] By: jhi                                   on 2001/04/01  19:53:47
883         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
884              From: Jonathan Stowe <gellyfish@gellyfish.com>
885              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
886              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
887      Branch: perl
888            ! ext/File/Glob/bsd_glob.c
889 ____________________________________________________________________________
890 [  9508] By: jhi                                   on 2001/04/01  19:35:03
891         Log: Update Changes.
892      Branch: perl
893            ! Changes patchlevel.h
894 ____________________________________________________________________________
895 [  9507] By: jhi                                   on 2001/04/01  19:24:01
896         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
897              from mainline to maintperl: pod tweaks.
898      Branch: maint-5.6/perl
899           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
900           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
901           !> pod/perlvar.pod
902 ____________________________________________________________________________
903 [  9506] By: jhi                                   on 2001/04/01  19:11:53
904         Log: Commit Sarathy to April release of 5.6.1 :-)
905      Branch: perl
906            ! pod/perlfaq1.pod
907 ____________________________________________________________________________
908 [  9505] By: jhi                                   on 2001/04/01  19:03:15
909         Log: Subject: PATCH 5.6.0 (perldebug.pod)
910              From: Mark-Jason Dominus <mjd@plover.com>
911              Date: Sun, 01 Apr 2001 14:25:11 -0400
912              Message-ID: <20010401182511.9247.qmail@plover.com>
913      Branch: perl
914            ! pod/perldebug.pod
915 ____________________________________________________________________________
916 [  9504] By: jhi                                   on 2001/04/01  18:43:09
917         Log: Add great_circle_direction().
918      Branch: perl
919            ! lib/Math/Trig.pm t/lib/trig.t
920 ____________________________________________________________________________
921 [  9503] By: jhi                                   on 2001/04/01  17:29:12
922         Log: Unicode ReadMe update for Unicode 3.1.
923      Branch: perl
924            ! lib/unicode/ReadMe.txt
925 ____________________________________________________________________________
926 [  9502] By: jhi                                   on 2001/04/01  17:18:40
927         Log: Integrate change #9501 from maintperl into mainline.
928              
929              fix the perlembed notes on multiple interpreters
930              
931              fix ExtUtils::Embed to work passably on Windows
932      Branch: perl
933           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
934 ____________________________________________________________________________
935 [  9501] By: gsar                                  on 2001/04/01  07:21:57
936         Log: fix the perlembed notes on multiple interpreters
937              
938              fix ExtUtils::Embed to work passably on Windows
939      Branch: maint-5.6/perl
940            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
941 ____________________________________________________________________________
942 [  9500] By: jhi                                   on 2001/04/01  05:58:23
943         Log: Test for #9499.
944      Branch: perl
945            ! t/op/tr.t
946 ____________________________________________________________________________
947 [  9499] By: jhi                                   on 2001/04/01  05:55:46
948         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
949      Branch: perl
950            ! embed.h embed.pl op.c proto.h
951 ____________________________________________________________________________
952 [  9498] By: jhi                                   on 2001/04/01  05:44:34
953         Log: Protect the workaround hunk more.
954      Branch: perl
955            ! toke.c
956 ____________________________________________________________________________
957 [  9497] By: jhi                                   on 2001/04/01  00:24:25
958         Log: Integrate changes #9493,9494,9495,9496 from maintperl
959              into mainline.
960              
961              fix a broken workaround for Borland compiler in change#4739
962              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
963              
964              nits spotted by Borland compiler
965              
966              avoid redefinition warnings under Borland 5.02
967              
968              various nits identified by the Borland 5.5 compiler; remove suppression
969              of a few warnings
970      Branch: perl
971           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
972           !> win32/win32.h
973 ____________________________________________________________________________
974 [  9496] By: gsar                                  on 2001/03/31  23:22:28
975         Log: various nits identified by the Borland 5.5 compiler; remove suppression
976              of a few warnings
977      Branch: maint-5.6/perl
978            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
979 ____________________________________________________________________________
980 [  9495] By: gsar                                  on 2001/03/31  21:03:08
981         Log: avoid redefinition warnings under Borland 5.02
982      Branch: maint-5.6/perl
983            ! win32/makefile.mk
984 ____________________________________________________________________________
985 [  9494] By: gsar                                  on 2001/03/31  20:18:59
986         Log: nits spotted by Borland compiler
987      Branch: maint-5.6/perl
988            ! utf8.h win32/win32.h
989 ____________________________________________________________________________
990 [  9493] By: gsar                                  on 2001/03/31  20:18:05
991         Log: fix a broken workaround for Borland compiler in change#4739
992              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
993      Branch: maint-5.6/perl
994            ! toke.c
995 ____________________________________________________________________________
996 [  9492] By: jhi                                   on 2001/03/31  18:36:24
997         Log: Integrate change #9491 from maintperl into mainline.
998              
999              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1000              directory is relative (need to fetch the full path name *before*
1001              the chdir!)
1002      Branch: perl
1003           !> lib/Cwd.pm
1004 ____________________________________________________________________________
1005 [  9491] By: gsar                                  on 2001/03/31  17:01:56
1006         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1007              directory is relative (need to fetch the full path name *before*
1008              the chdir!)
1009              
1010              this is a followup patch for change#6749
1011      Branch: maint-5.6/perl
1012            ! lib/Cwd.pm
1013 ____________________________________________________________________________
1014 [  9490] By: jhi                                   on 2001/03/31  15:50:18
1015         Log: Subject: Re: [PATCH] av.h cosmetics
1016              From: Simon Cozens <simon@netthink.co.uk>
1017              Date: Sat, 31 Mar 2001 13:09:59 +0100
1018              Message-ID: <20010331130959.A22000@netthink.co.uk>
1019              
1020              Document AvALLOC.
1021      Branch: perl
1022            ! pod/perlguts.pod
1023 ____________________________________________________________________________
1024 [  9489] By: jhi                                   on 2001/03/31  15:48:44
1025         Log: Subject: [PATCH] Re: Math::Big* v1.21
1026              From: Tels <perl_dummy@bloodgate.com>
1027              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
1028              Message-Id: <200103311125.GAA377738@www08.hway.net>
1029      Branch: perl
1030            ! pod/perlop.pod
1031 ____________________________________________________________________________
1032 [  9488] By: jhi                                   on 2001/03/31  03:39:51
1033         Log: Debug output tweak.
1034      Branch: perl
1035            ! t/lib/cwd.t
1036 ____________________________________________________________________________
1037 [  9487] By: jhi                                   on 2001/03/31  03:33:02
1038         Log: OverVMSification.
1039      Branch: perl
1040            ! t/lib/cwd.t
1041 ____________________________________________________________________________
1042 [  9486] By: jhi                                   on 2001/03/31  03:01:40
1043         Log: Missed MANIFESTations in #9483.
1044      Branch: perl
1045            ! MANIFEST
1046 ____________________________________________________________________________
1047 [  9485] By: jhi                                   on 2001/03/31  02:58:17
1048         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
1049              From: Peter Prymmer <pvhp@forte.com>
1050              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
1051              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
1052      Branch: perl
1053            ! regexec.c t/lib/cwd.t
1054 ____________________________________________________________________________
1055 [  9484] By: jhi                                   on 2001/03/31  01:04:41
1056         Log: Obsolete file (see #3938)
1057      Branch: perl
1058            - lib/unicode/README.Ethiopic
1059            ! MANIFEST
1060 ____________________________________________________________________________
1061 [  9483] By: jhi                                   on 2001/03/31  00:52:42
1062         Log: Update to Unicode 3.1.
1063              (Rename Names.txt to NamesList.txt.)
1064      Branch: perl
1065            + lib/unicode/NamesList.txt lib/unicode/PropList.html
1066            - lib/unicode/Names.txt
1067            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
1068            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
1069            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
1070            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
1071            ! lib/unicode/UCD.html lib/unicode/Unicode.html
1072            ! lib/unicode/rename lib/unicode/version
1073 ____________________________________________________________________________
1074 [  9482] By: jhi                                   on 2001/03/30  23:33:44
1075         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1076              From: Robin Houston <robin@kitsite.com>
1077              Date: Fri, 30 Mar 2001 20:07:22 +0100
1078              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
1079      Branch: perl
1080            ! ext/B/B/Deparse.pm
1081 ____________________________________________________________________________
1082 [  9481] By: jhi                                   on 2001/03/30  23:20:25
1083         Log: Subject: Re: [PATCH] CwdXS, Take 2
1084              From: Benjamin Sugars <bsugars@canoe.ca>
1085              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
1086              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
1087      Branch: perl
1088            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
1089            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
1090 ____________________________________________________________________________
1091 [  9480] By: jhi                                   on 2001/03/30  22:52:38
1092         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
1093              From: David Dyck <dcd@tc.fluke.com>
1094              Date: Fri, 30 Mar 2001 14:44:13 -0800
1095              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
1096              
1097              The t/rantests flags file creation was accidentally
1098              removed by #9217.
1099      Branch: perl
1100            ! Makefile.SH
1101 ____________________________________________________________________________
1102 [  9479] By: jhi                                   on 2001/03/30  22:45:45
1103         Log: Subject: [PATCH] File::Glob stuff for Mac OS
1104              From: Chris Nandor <pudge@pobox.com>
1105              Date: Fri, 30 Mar 2001 16:51:00 -0500
1106              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
1107      Branch: perl
1108            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1109            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1110            ! t/lib/glob-taint.t
1111 ____________________________________________________________________________
1112 [  9478] By: jhi                                   on 2001/03/30  22:43:12
1113         Log: Subject: fix for win32/buildext.pl
1114              From: "Vadim Konovalov" <watman@inbox.ru>
1115              Date: Sat, 31 Mar 2001 00:50:36 +0400
1116              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
1117      Branch: perl
1118            ! win32/buildext.pl
1119 ____________________________________________________________________________
1120 [  9477] By: jhi                                   on 2001/03/30  22:41:16
1121         Log: Subject: small base.pm doc patch
1122              From: Leon Brocard <acme@astray.com>
1123              Date: Fri, 30 Mar 2001 21:49:57 +0100
1124              Message-ID: <20010330214957.B8733@ns0.astray.com>
1125      Branch: perl
1126            ! lib/base.pm
1127 ____________________________________________________________________________
1128 [  9476] By: jhi                                   on 2001/03/30  18:16:57
1129         Log: Subject: [PATCH] av.h cosmetics
1130              From: Simon Cozens <simon@netthink.co.uk>
1131              Date: Fri, 30 Mar 2001 18:12:28 +0100
1132              Message-ID: <20010330181228.A9319@netthink.co.uk>
1133      Branch: perl
1134            ! av.h
1135 ____________________________________________________________________________
1136 [  9475] By: jhi                                   on 2001/03/30  18:15:50
1137         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
1138              From: "Philip Newton" <pnewton@gmx.de>
1139              Date: Fri, 30 Mar 2001 19:06:57 +0200
1140              Message-ID: <3AC4D951.14815.1AC7068@localhost>
1141      Branch: perl
1142            ! pod/perlhack.pod
1143 ____________________________________________________________________________
1144 [  9474] By: jhi                                   on 2001/03/30  18:14:02
1145         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
1146              From: Benjamin Sugars <bsugars@canoe.ca>
1147              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
1148              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
1149      Branch: perl
1150            ! t/lib/glob-basic.t
1151 ____________________________________________________________________________
1152 [  9473] By: jhi                                   on 2001/03/30  16:09:24
1153         Log: Update Changes.
1154      Branch: perl
1155            ! Changes patchlevel.h
1156 ____________________________________________________________________________
1157 [  9472] By: jhi                                   on 2001/03/30  15:16:08
1158         Log: Integrate perlio.
1159      Branch: perl
1160           !> t/lib/cwd.t t/lib/glob-basic.t
1161 ____________________________________________________________________________
1162 [  9471] By: nick                                  on 2001/03/30  14:47:10
1163         Log: Should be (^O eq 'MSWin32') not 'Win32'
1164              Fail #12 seems real - chdir is in wrong dir.
1165      Branch: perlio
1166            ! t/lib/cwd.t
1167 ____________________________________________________________________________
1168 [  9470] By: jhi                                   on 2001/03/30  14:41:11
1169         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
1170              From: Radu Greab <radu@netsoft.ro>
1171              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
1172              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
1173              
1174              Replace #9352.
1175      Branch: perl
1176            ! ext/Socket/Socket.xs pp_sys.c
1177 ____________________________________________________________________________
1178 [  9469] By: jhi                                   on 2001/03/30  14:37:51
1179         Log: Subject: PATCH pod/perldiag.pod
1180              From: Robin Houston <robin@kitsite.com>
1181              Date: Fri, 30 Mar 2001 14:10:36 +0100
1182              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
1183      Branch: perl
1184            ! pod/perldiag.pod t/lib/glob-basic.t
1185 ____________________________________________________________________________
1186 [  9468] By: jhi                                   on 2001/03/30  14:36:36
1187         Log: Subject: Better diagnostic in io/fs.t
1188              From: andreas.koenig@anima.de (Andreas J. Koenig)
1189              Date: 30 Mar 2001 10:11:43 +0200
1190              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
1191      Branch: perl
1192            ! t/io/fs.t
1193 ____________________________________________________________________________
1194 [  9467] By: nick                                  on 2001/03/30  14:25:43
1195         Log: Skip order test of glob if case-ignoring system cannot 
1196              create a.test and A.test
1197      Branch: perlio
1198            ! t/lib/glob-basic.t
1199 ____________________________________________________________________________
1200 [  9466] By: nick                                  on 2001/03/30  13:03:12
1201         Log: Integrate mainline.
1202      Branch: perlio
1203            - ext/re/hints/aix.pl
1204           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
1205           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
1206           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
1207           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
1208 ____________________________________________________________________________
1209 [  9465] By: jhi                                   on 2001/03/30  03:53:37
1210         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
1211              the tests sometimes hang, sometimes not.)
1212      Branch: perl
1213            ! t/lib/io_multihomed.t t/lib/io_sock.t
1214 ____________________________________________________________________________
1215 [  9464] By: jhi                                   on 2001/03/30  02:56:04
1216         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
1217              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1218              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
1219              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
1220      Branch: perl
1221            ! op.c
1222 ____________________________________________________________________________
1223 [  9463] By: jhi                                   on 2001/03/30  02:34:48
1224         Log: Test for #9462.
1225      Branch: perl
1226            ! t/lib/b.t
1227 ____________________________________________________________________________
1228 [  9462] By: jhi                                   on 2001/03/30  02:29:37
1229         Log: Subject: B::Deparse precedence bug. (Patch included.)
1230              From: Jeremy Madea <jmadea@inktomi.com>
1231              Date: Thu, 29 Mar 2001 12:05:02 -0800
1232              Message-ID: <20010329120502.A24881@dr.inktomi.com>
1233      Branch: perl
1234            ! ext/B/B/Deparse.pm
1235 ____________________________________________________________________________
1236 [  9461] By: jhi                                   on 2001/03/30  02:18:41
1237         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
1238              From: Peter Prymmer <pvhp@forte.com>
1239              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
1240              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
1241      Branch: perl
1242            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
1243            ! t/lib/md5-file.t
1244 ____________________________________________________________________________
1245 [  9460] By: jhi                                   on 2001/03/30  02:17:07
1246         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
1247              From: Robin Houston <robin@kitsite.com>
1248              Date: Thu, 29 Mar 2001 20:47:56 +0100
1249              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
1250      Branch: perl
1251            ! ext/B/B/Debug.pm
1252 ____________________________________________________________________________
1253 [  9459] By: jhi                                   on 2001/03/30  02:16:05
1254         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
1255              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1256              Date: Wed, 28 Mar 2001 18:02:20 -0600
1257              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
1258      Branch: perl
1259            ! lib/ExtUtils/MM_VMS.pm
1260 ____________________________________________________________________________
1261 [  9458] By: jhi                                   on 2001/03/30  02:07:58
1262         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
1263              From: "Joshua E. Rodd" <jrodd@pbs.org>
1264              Date: Wed, 28 Mar 2001 17:29:12 -0500
1265              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
1266      Branch: perl
1267            ! pod/perlop.pod
1268 ____________________________________________________________________________
1269 [  9457] By: jhi                                   on 2001/03/30  02:04:33
1270         Log: Subject: ext/re/aix.pl can go
1271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1272              Date: Thu, 29 Mar 2001 12:03:28 +0200
1273              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
1274      Branch: perl
1275            - ext/re/hints/aix.pl
1276            ! MANIFEST
1277 ____________________________________________________________________________
1278 [  9456] By: jhi                                   on 2001/03/30  02:03:32
1279         Log: Integrate perlio.
1280      Branch: perl
1281           !> ext/Encode/Encode.xs installperl
1282 ____________________________________________________________________________
1283 [  9455] By: nick                                  on 2001/03/29  21:11:46
1284         Log: DLL name has changed so installperl needs to know
1285              (Why isn't it working it out or passed it?)
1286      Branch: perlio
1287            ! installperl
1288 ____________________________________________________________________________
1289 [  9454] By: nick                                  on 2001/03/29  20:56:12
1290         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
1291              and we don't get undef warnings.
1292      Branch: perlio
1293            ! ext/Encode/Encode.xs
1294 ____________________________________________________________________________
1295 [  9453] By: nick                                  on 2001/03/29  17:58:48
1296         Log: Integrate mainline
1297      Branch: perlio
1298           !> Changes patchlevel.h
1299 ____________________________________________________________________________
1300 [  9452] By: jhi                                   on 2001/03/29  16:44:55
1301         Log: Update Changes.
1302      Branch: perl
1303            ! Changes patchlevel.h
1304 ____________________________________________________________________________
1305 [  9451] By: nick                                  on 2001/03/29  16:31:38
1306         Log: Integrate mainline
1307      Branch: perlio
1308           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
1309           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
1310           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
1311           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
1312           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
1313 ____________________________________________________________________________
1314 [  9450] By: jhi                                   on 2001/03/29  16:29:17
1315         Log: Integrate perlio.
1316      Branch: perl
1317           !> win32/buildext.pl
1318 ____________________________________________________________________________
1319 [  9449] By: jhi                                   on 2001/03/29  15:50:01
1320         Log: Update Changes.
1321      Branch: perl
1322            ! Changes patchlevel.h
1323 ____________________________________________________________________________
1324 [  9448] By: nick                                  on 2001/03/29  15:47:15
1325         Log: Make sure buildext.pl finds Errno.pm
1326      Branch: perlio
1327            ! win32/buildext.pl
1328 ____________________________________________________________________________
1329 [  9447] By: jhi                                   on 2001/03/29  15:39:34
1330         Log: Integrate perlio.
1331      Branch: perl
1332           !> win32/makefile.mk
1333 ____________________________________________________________________________
1334 [  9446] By: nick                                  on 2001/03/29  15:30:03
1335         Log: Integrate win32/makefile.mk with mainline.
1336      Branch: perlio
1337           !> win32/makefile.mk
1338 ____________________________________________________________________________
1339 [  9445] By: nick                                  on 2001/03/29  15:27:32
1340         Log: Fix breakage ... 
1341      Branch: perlio
1342            ! win32/makefile.mk
1343 ____________________________________________________________________________
1344 [  9444] By: jhi                                   on 2001/03/29  15:03:08
1345         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
1346              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1347              Date: Thu, 29 Mar 2001 10:32:59 +0400
1348              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
1349      Branch: perl
1350            ! win32/makefile.mk
1351 ____________________________________________________________________________
1352 [  9443] By: jhi                                   on 2001/03/29  15:02:12
1353         Log: Integrate perlio.
1354      Branch: perl
1355           +> win32/buildext.pl
1356           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
1357           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
1358 ____________________________________________________________________________
1359 [  9442] By: nick                                  on 2001/03/29  14:59:11
1360         Log: Work in progress - determine win32 extensions to build via script.
1361      Branch: perlio
1362            + win32/buildext.pl
1363            ! MANIFEST win32/makefile.mk
1364 ____________________________________________________________________________
1365 [  9441] By: jhi                                   on 2001/03/29  14:51:47
1366         Log: Reintroduce the use of external pwd.
1367      Branch: perl
1368            ! t/lib/cwd.t
1369 ____________________________________________________________________________
1370 [  9440] By: jhi                                   on 2001/03/29  14:42:58
1371         Log: use warnings instead of -w.
1372      Branch: perl
1373            ! utils/h2xs.PL
1374 ____________________________________________________________________________
1375 [  9439] By: jhi                                   on 2001/03/29  14:41:52
1376         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
1377              From: Jonathan Stowe <gellyfish@gellyfish.com>
1378              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
1379              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
1380      Branch: perl
1381            ! utils/h2xs.PL
1382 ____________________________________________________________________________
1383 [  9438] By: jhi                                   on 2001/03/29  14:39:38
1384         Log: Subject: [PATCH perl@9424] minor pod nits
1385              From: Robin Barker <rmb1@cise.npl.co.uk>
1386              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
1387              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
1388      Branch: perl
1389            ! pod/perlhack.pod pod/perliol.pod
1390 ____________________________________________________________________________
1391 [  9437] By: jhi                                   on 2001/03/29  14:29:16
1392         Log: Subject: [PATCH perl@9424] typemap cast warning
1393              From: Robin Barker <rmb1@cise.npl.co.uk>
1394              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
1395              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
1396      Branch: perl
1397            ! lib/ExtUtils/typemap
1398 ____________________________________________________________________________
1399 [  9436] By: jhi                                   on 2001/03/29  14:26:03
1400         Log: Subject: [PATCH perl@9424] printf warning
1401              From: Robin Barker <rmb1@cise.npl.co.uk>
1402              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
1403              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
1404      Branch: perl
1405            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
1406            ! ext/Storable/Storable.xs toke.c
1407 ____________________________________________________________________________
1408 [  9435] By: nick                                  on 2001/03/29  14:23:31
1409         Log: Win32 has name conflict with ERROR
1410      Branch: perlio
1411            ! ext/PerlIO/Via/Via.xs
1412 ____________________________________________________________________________
1413 [  9434] By: jhi                                   on 2001/03/29  14:17:48
1414         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
1415              From: Peter Prymmer <pvhp@forte.com>
1416              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
1417              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
1418      Branch: perl
1419            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
1420 ____________________________________________________________________________
1421 [  9433] By: jhi                                   on 2001/03/29  13:52:44
1422         Log: test-prep target was missing.
1423      Branch: perl
1424            ! Makefile.SH
1425 ____________________________________________________________________________
1426 [  9432] By: nick                                  on 2001/03/29  12:40:03
1427         Log: Make as-shipped compiler default to MSVC6 
1428      Branch: perlio
1429            ! win32/makefile.mk
1430 ____________________________________________________________________________
1431 [  9431] By: nick                                  on 2001/03/29  12:12:16
1432         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
1433              akin to PerlIO::Scalar.
1434      Branch: perlio
1435            ! perlio.c perlio.h
1436 ____________________________________________________________________________
1437 [  9430] By: nick                                  on 2001/03/29  10:56:35
1438         Log: Integrate mainline.
1439      Branch: perlio
1440           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
1441           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
1442           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
1443           !> win32/makefile.mk win32/win32sck.c
1444 ____________________________________________________________________________
1445 [  9429] By: nick                                  on 2001/03/29  09:03:43
1446         Log: Noticed that two tests were skipped as perlio:: package
1447              isn't there any more. Changed the skip condition.
1448              Avoid core-dump if sv_utf8_upgrade() called on something
1449              that does not become SvPOK after SvPV() (e.g. a ref).
1450      Branch: perlio
1451            ! sv.c t/io/utf8.t t/lib/io_scalar.t
1452 ____________________________________________________________________________
1453 [  9428] By: jhi                                   on 2001/03/29  01:31:47
1454         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
1455              From: Benjamin Sugars <bsugars@canoe.ca> 
1456              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
1457              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
1458      Branch: perl
1459            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
1460            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
1461            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
1462 ____________________________________________________________________________
1463 [  9427] By: jhi                                   on 2001/03/29  00:49:30
1464         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
1465              From: "Vadim Konovalov" <watman@inbox.ru>
1466              Date: Thu, 29 Mar 2001 01:50:12 +0400
1467              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
1468      Branch: perl
1469            ! win32/makefile.mk win32/win32sck.c
1470 ____________________________________________________________________________
1471 [  9426] By: gsar                                  on 2001/03/29  00:28:04
1472         Log: dmake can only handle == and != in comparisons; support building
1473              with Borland's VCL libraries (from Vadim Konovalov)
1474      Branch: maint-5.6/perl
1475            ! win32/makefile.mk
1476 ____________________________________________________________________________
1477 [  9425] By: nick                                  on 2001/03/28  19:29:56
1478         Log: Integrate (@snapshot)
1479      Branch: perlio
1480           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
1481 ____________________________________________________________________________
1482 [  9424] By: jhi                                   on 2001/03/28  19:03:16
1483         Log: Update Changes.
1484      Branch: perl
1485            ! Changes patchlevel.h
1486 ____________________________________________________________________________
1487 [  9423] By: jhi                                   on 2001/03/28  18:52:09
1488         Log: Rmdir lib/XS on cleanup.
1489      Branch: perl
1490            ! Makefile.SH
1491 ____________________________________________________________________________
1492 [  9422] By: jhi                                   on 2001/03/28  18:49:34
1493         Log: Integrate perlio.
1494      Branch: perl
1495           !> t/op/utf8decode.t
1496 ____________________________________________________________________________
1497 [  9421] By: nick                                  on 2001/03/28  18:46:44
1498         Log: Loose duplicate chunk.
1499      Branch: perlio
1500            ! t/op/utf8decode.t
1501 ____________________________________________________________________________
1502 [  9420] By: nick                                  on 2001/03/28  18:44:11
1503         Log: Integrate mainline.
1504      Branch: perlio
1505           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
1506           !> vms/vmsish.h
1507 ____________________________________________________________________________
1508 [  9419] By: jhi                                   on 2001/03/28  18:42:05
1509         Log: Can't trust external pwds
1510              (either shell builtins or external programs)
1511      Branch: perl
1512            ! t/lib/cwd.t
1513 ____________________________________________________________________________
1514 [  9418] By: jhi                                   on 2001/03/28  18:34:05
1515         Log: Integrate perlio.
1516      Branch: perl
1517            - lib/perlio.pm
1518           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
1519           !> t/op/utf8decode.t
1520 ____________________________________________________________________________
1521 [  9417] By: nick                                  on 2001/03/28  18:24:02
1522         Log: PerlIO.pm / perlio.pm conflict.
1523              Update some pods.
1524              Make t/op/utf8decode.t a text file.
1525      Branch: perlio
1526            - lib/perlio.pm
1527            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
1528            ! t/op/utf8decode.t
1529 ____________________________________________________________________________
1530 [  9416] By: jhi                                   on 2001/03/28  18:06:07
1531         Log: Integrate change #9409 from mainline to maintperl.
1532              
1533              Yet another tweak on AIX dynaloading.
1534      Branch: maint-5.6/perl
1535           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1536 ____________________________________________________________________________
1537 [  9415] By: gsar                                  on 2001/03/28  17:13:01
1538         Log: integrate changes#9377,9385,9401 from mainline
1539              
1540              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
1541              
1542              If directory entries compare equal case-insensitively,
1543              retry case-sensitively.
1544              
1545              Subject: [PATCH] B::Terse and warnings
1546      Branch: maint-5.6/perl
1547           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
1548           !> t/pragma/warn/perl
1549 ____________________________________________________________________________
1550 [  9414] By: jhi                                   on 2001/03/28  17:11:12
1551         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
1552              From: "Craig A. Berry" <craigberry@mac.com>
1553              Date: Wed, 28 Mar 2001 10:55:20 -0600
1554              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
1555      Branch: perl
1556            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
1557 ____________________________________________________________________________
1558 [  9413] By: jhi                                   on 2001/03/28  17:03:12
1559         Log: Dup hunk.
1560      Branch: perl
1561            ! t/op/utf8decode.t
1562 ____________________________________________________________________________
1563 [  9412] By: jhi                                   on 2001/03/28  17:02:36
1564         Log: Forced integrate from perlio.
1565      Branch: perl
1566           !> t/op/utf8decode.t
1567 ____________________________________________________________________________
1568 [  9411] By: nick                                  on 2001/03/28  16:50:03
1569         Log: Integrate mainline.
1570      Branch: perlio
1571           +> t/lib/cwd.t
1572           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1573           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
1574           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
1575           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
1576           !> t/pragma/warn/perl
1577 ____________________________________________________________________________
1578 [  9410] By: jhi                                   on 2001/03/28  16:44:23
1579         Log: Subject: Re: [PATCH] 9403 cannot be tested
1580              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1581              Date: Wed, 28 Mar 2001 18:33:56 +0200
1582              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
1583      Branch: perl
1584            ! makedef.pl
1585 ____________________________________________________________________________
1586 [  9409] By: jhi                                   on 2001/03/28  16:12:45
1587         Log: Yet another tweak on AIX dynaloading.
1588      Branch: perl
1589            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1590 ____________________________________________________________________________
1591 [  9408] By: jhi                                   on 2001/03/28  15:52:55
1592         Log: Subject: [PATCH] 9403 cannot be tested
1593              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
1594              Date: Wed, 28 Mar 2001 17:23:00 +0200
1595              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
1596              
1597              A missing symbol.
1598      Branch: perl
1599            ! makedef.pl
1600 ____________________________________________________________________________
1601 [  9407] By: jhi                                   on 2001/03/28  15:47:43
1602         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
1603      Branch: perl
1604            ! t/op/utf8decode.t
1605           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
1606           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
1607 ____________________________________________________________________________
1608 [  9406] By: jhi                                   on 2001/03/28  15:37:08
1609         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
1610              From: Benjamin Sugars <bsugars@canoe.ca> 
1611              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
1612              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
1613      Branch: perl
1614            + t/lib/cwd.t
1615            ! MANIFEST
1616 ____________________________________________________________________________
1617 [  9405] By: jhi                                   on 2001/03/28  15:13:18
1618         Log: pp_ne() needs a CORRECT boolean.
1619      Branch: perl
1620            ! pp.c
1621 ____________________________________________________________________________
1622 [  9404] By: jhi                                   on 2001/03/28  15:09:23
1623         Log: pp_ne() needs a boolean, not an integer.
1624      Branch: perl
1625            ! pp.c
1626 ____________________________________________________________________________
1627 [  9403] By: jhi                                   on 2001/03/28  14:47:43
1628         Log: (Retracted by #9404.)
1629      Branch: perl
1630            ! pp.c
1631 ____________________________________________________________________________
1632 [  9402] By: jhi                                   on 2001/03/28  14:43:59
1633         Log: Subject: Re: [PATCH] Typemap testing
1634              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
1635              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
1636              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
1637      Branch: perl
1638            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1639            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
1640 ____________________________________________________________________________
1641 [  9401] By: jhi                                   on 2001/03/28  14:42:14
1642         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
1643              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1644              Date: Sun, 25 Mar 2001 21:59:15 +0100
1645              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
1646              
1647              A variable will be checked for the "use once" warnings if:
1648              
1649              1. It is in the scope of a use warnings 'once'
1650              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
1651              
1652              Otherwise it won't be checked at all.
1653              
1654              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
1655              
1656              The enclosed patch partially fixes this issue. What I didn't
1657              get to work was the case where the "used once" warning is enabled
1658              in any file other than the main file.
1659      Branch: perl
1660            ! gv.c t/pragma/warn/perl
1661 ____________________________________________________________________________
1662 [  9400] By: nick                                  on 2001/03/28  14:38:24
1663         Log: More EBCDIC tweaks:
1664              - one more swash issue &~(0xA0-1) did not do the right thing,
1665              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
1666              - add "use re 'asciirange'" to make [!-~] etc. work
1667              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
1668              - Choose a key for t/op/each.t test which gets encoded.
1669              - Skip utf8decode if this is UTF-EBCDIC.
1670      Branch: perlio
1671            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
1672            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
1673 ____________________________________________________________________________
1674 [  9399] By: jhi                                   on 2001/03/28  14:21:00
1675         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
1676              Andreas Schwab.
1677      Branch: perl
1678            ! pp.c
1679 ____________________________________________________________________________
1680 [  9398] By: jhi                                   on 2001/03/28  00:55:56
1681         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
1682              From: David Dyck <dcd@tc.fluke.com>
1683              Date: Tue, 27 Mar 2001 15:16:24 -0800
1684              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
1685      Branch: perl
1686            ! ext/IO/lib/IO/Socket.pm
1687 ____________________________________________________________________________
1688 [  9397] By: jhi                                   on 2001/03/27  21:52:49
1689         Log: Integrate perlio.
1690      Branch: perl
1691           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
1692           +> ext/PerlIO/Via/Via.xs
1693           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
1694 ____________________________________________________________________________
1695 [  9396] By: nick                                  on 2001/03/27  21:45:13
1696         Log: Integrate mainline.
1697      Branch: perlio
1698           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
1699           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
1700 ____________________________________________________________________________
1701 [  9395] By: nick                                  on 2001/03/27  21:18:58
1702         Log: Outline docs for PerlIO and PerlIO::Scalar
1703      Branch: perlio
1704            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
1705 ____________________________________________________________________________
1706 [  9394] By: nick                                  on 2001/03/27  20:50:13
1707         Log: PerlIO::Via layer (alpha-ish).
1708      Branch: perlio
1709            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
1710            + ext/PerlIO/Via/Via.xs
1711            ! MANIFEST
1712 ____________________________________________________________________________
1713 [  9393] By: jhi                                   on 2001/03/27  20:49:55
1714         Log: Retract #9329 now that 9390 should take care of the matter.
1715      Branch: perl
1716            ! utils/h2xs.PL
1717 ____________________________________________________________________________
1718 [  9390] By: jhi                                   on 2001/03/27  20:47:50
1719         Log: Subject: Autoloading Errno.pm when %! is encountered
1720              From: Robin Houston <robin@kitsite.com>
1721              Date: Tue, 27 Mar 2001 20:57:11 +0100
1722              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
1723      Branch: perl
1724            ! embed.h embed.pl gv.c proto.h t/op/magic.t
1725 ____________________________________________________________________________
1726 [  9389] By: jhi                                   on 2001/03/27  20:24:31
1727         Log: Integrate perlio.
1728      Branch: perl
1729           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
1730           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
1731           !> utf8.c
1732 ____________________________________________________________________________
1733 [  9388] By: jhi                                   on 2001/03/27  20:21:38
1734         Log: Better have a three-element array if one is going to assign
1735              to the third element of that array. (from Tim Jenness)
1736      Branch: perl
1737            ! ext/XS/Typemap/Typemap.xs
1738 ____________________________________________________________________________
1739 [  9387] By: nick                                  on 2001/03/27  20:15:43
1740         Log: Integrate mainline.
1741      Branch: perlio
1742           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
1743           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1744           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
1745           +> t/lib/xs-typemap.t
1746           !> (integrate 34 files)
1747 ____________________________________________________________________________
1748 [  9386] By: jhi                                   on 2001/03/27  20:04:18
1749         Log: Subject: Re: perl@9359 breaks HTML::Parser
1750              From: Gisle Aas <gisle@ActiveState.com>
1751              Date: 27 Mar 2001 11:30:24 -0800
1752              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
1753              
1754              Clarify the UTF-8 issues of the API docs.
1755              (Slightly reworded and expanded.)
1756      Branch: perl
1757            ! pod/perlapi.pod sv.c sv.h
1758 ____________________________________________________________________________
1759 [  9385] By: jhi                                   on 2001/03/27  19:44:25
1760         Log: If directory entries compare equal case-insensitively,
1761              retry case-sensitively.
1762      Branch: perl
1763            ! ext/File/Glob/bsd_glob.c
1764 ____________________________________________________________________________
1765 [  9384] By: nick                                  on 2001/03/27  19:38:50
1766         Log: Various EBCDIC fixes:
1767              - major revelation that swash code is encoding aware,
1768              (or thought it was) - now it is ;-)
1769              - With that out of the way fix a slab of tr/// cases.
1770              - Fix Encode 'Unicode' to be true Unicode so tests pass.
1771              - As anticipated Base64.xs needed tweaks.
1772              - Until tr/// works right avoid old_encode64 in MIME tests.
1773      Branch: perlio
1774            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
1775            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
1776 ____________________________________________________________________________
1777 [  9383] By: jhi                                   on 2001/03/27  18:34:41
1778         Log: Add the std test suite BEGIN block.
1779      Branch: perl
1780            ! t/lib/xs-typemap.t
1781 ____________________________________________________________________________
1782 [  9382] By: jhi                                   on 2001/03/27  15:16:07
1783         Log: Add debugging output to the test.
1784      Branch: perl
1785            ! t/lib/glob-basic.t
1786 ____________________________________________________________________________
1787 [  9381] By: jhi                                   on 2001/03/27  15:08:10
1788         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
1789      Branch: perl
1790            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
1791            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1792            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
1793            + t/lib/xs-typemap.t
1794            ! MANIFEST
1795 ____________________________________________________________________________
1796 [  9380] By: jhi                                   on 2001/03/27  14:48:34
1797         Log: Subject: [PATCH] Typemap testing
1798              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
1799              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
1800              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
1801              
1802              (The first part of the patch.)
1803      Branch: perl
1804            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
1805 ____________________________________________________________________________
1806 [  9379] By: jhi                                   on 2001/03/27  14:44:56
1807         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
1808              From: Benjamin Sugars <bsugars@canoe.ca> 
1809              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
1810              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
1811      Branch: perl
1812            ! t/lib/glob-basic.t
1813 ____________________________________________________________________________
1814 [  9378] By: jhi                                   on 2001/03/27  14:42:30
1815         Log: Subject: [PATCH] perlvar nit
1816              From: Simon Cozens <simon@netthink.co.uk>
1817              Date: Tue, 27 Mar 2001 01:12:01 +0100
1818              Message-ID: <20010327011201.A19179@netthink.co.uk>
1819      Branch: perl
1820            ! pod/perlvar.pod
1821 ____________________________________________________________________________
1822 [  9377] By: jhi                                   on 2001/03/27  14:36:26
1823         Log: Subject: [PATCH] B::Terse and warnings
1824              From: Benjamin Sugars <ben.sugars@home.com>
1825              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
1826              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
1827      Branch: perl
1828            ! ext/B/B.pm ext/B/B/Terse.pm
1829 ____________________________________________________________________________
1830 [  9376] By: jhi                                   on 2001/03/27  14:31:31
1831         Log: Document sockatmark() some.
1832      Branch: perl
1833            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
1834            ! pod/perltoc.pod
1835 ____________________________________________________________________________
1836 [  9375] By: jhi                                   on 2001/03/27  14:00:24
1837         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
1838              noted by Gisle and fixed by NI-S.
1839      Branch: perl
1840            ! sv.c
1841 ____________________________________________________________________________
1842 [  9374] By: jhi                                   on 2001/03/27  05:50:01
1843         Log: Regen toc.
1844      Branch: perl
1845            ! pod/perltoc.pod
1846 ____________________________________________________________________________
1847 [  9373] By: jhi                                   on 2001/03/27  05:43:51
1848         Log: Pixie documenting.
1849      Branch: perl
1850            ! Makefile.SH pod/perlhack.pod
1851 ____________________________________________________________________________
1852 [  9372] By: jhi                                   on 2001/03/27  05:29:34
1853         Log: Metaconfig unit changes for #9371.
1854      Branch: metaconfig
1855            ! U/modified/myhostname.U
1856      Branch: metaconfig/U/perl
1857            + d_sockatmark.U
1858            ! gccvers.U
1859 ____________________________________________________________________________
1860 [  9371] By: jhi                                   on 2001/03/27  05:29:07
1861         Log: Add sockatmark() probing.
1862      Branch: perl
1863            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1864            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
1865            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1866            ! vos/config.ga.h win32/config.bc win32/config.gc
1867            ! win32/config.vc
1868 ____________________________________________________________________________
1869 [  9370] By: jhi                                   on 2001/03/26  22:01:18
1870         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
1871              Really need to benchmark this.
1872      Branch: perl
1873            ! pp.c
1874 ____________________________________________________________________________
1875 [  9369] By: nick                                  on 2001/03/26  21:59:30
1876         Log: Integrate mainline.
1877      Branch: perlio
1878            ! ext/MIME/Base64/QuotedPrint.pm
1879           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1880           !> patchlevel.h pod/perlhack.pod pp_sys.c
1881 ____________________________________________________________________________
1882 [  9368] By: jhi                                   on 2001/03/26  21:47:03
1883         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
1884              
1885              TODO1: perlbench.
1886              TODO2: le, lt, ge, gt?  Yech.
1887      Branch: perl
1888            ! pp.c
1889 ____________________________________________________________________________
1890 [  9367] By: jhi                                   on 2001/03/26  21:34:57
1891         Log: Too much cut-and-paste in #9363.
1892      Branch: perl
1893            ! pp_sys.c
1894 ____________________________________________________________________________
1895 [  9366] By: jhi                                   on 2001/03/26  21:20:53
1896         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
1897              From: Andreas Schwab <schwab@suse.de>
1898              Date: 26 Mar 2001 17:29:04 +0200
1899              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
1900              
1901              (The patch for 5.6.0 or so, this is a guess for bleadperl)
1902      Branch: perl
1903            ! pp_hot.c
1904 ____________________________________________________________________________
1905 [  9365] By: jhi                                   on 2001/03/26  21:07:54
1906         Log: Integrate perlio.
1907      Branch: perl
1908           !> perlio.c
1909 ____________________________________________________________________________
1910 [  9364] By: nick                                  on 2001/03/26  20:30:48
1911         Log: REFCNT botch in layer name cache hash.
1912      Branch: perlio
1913            ! perlio.c
1914 ____________________________________________________________________________
1915 [  9363] By: jhi                                   on 2001/03/26  18:44:32
1916         Log: Subject: [PATCH] socket() leaks file descriptors
1917              From: Benjamin Sugars <bsugars@canoe.ca>
1918              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
1919              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
1920              
1921              Also sockpair() fixed similarly.
1922      Branch: perl
1923            ! pp_sys.c
1924 ____________________________________________________________________________
1925 [  9362] By: jhi                                   on 2001/03/26  18:37:52
1926         Log: Integrate perlio.
1927      Branch: perl
1928           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
1929 ____________________________________________________________________________
1930 [  9361] By: nick                                  on 2001/03/26  17:32:06
1931         Log: Implement flush of linebuffered streams on read of a tty.
1932      Branch: perlio
1933            ! perlio.c perliol.h
1934 ____________________________________________________________________________
1935 [  9360] By: nick                                  on 2001/03/26  17:12:32
1936         Log: Memory tweaks and notes for OEMVS.
1937      Branch: perlio
1938            ! README.os390 miniperlmain.c t/op/pat.t
1939 ____________________________________________________________________________
1940 [  9359] By: jhi                                   on 2001/03/26  02:12:54
1941         Log: Update Changes.
1942      Branch: perl
1943            ! Changes patchlevel.h
1944 ____________________________________________________________________________
1945 [  9358] By: jhi                                   on 2001/03/26  02:05:32
1946         Log: Document the most common pixie options.
1947      Branch: perl
1948            ! pod/perlhack.pod
1949 ____________________________________________________________________________
1950 [  9357] By: jhi                                   on 2001/03/26  01:25:28
1951         Log: For perl.pixie check *before* compiling that optimize is -g,
1952              as for perl.third.
1953      Branch: perl
1954            ! Makefile.SH
1955 ____________________________________________________________________________
1956 [  9356] By: jhi                                   on 2001/03/26  01:13:41
1957         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
1958      Branch: perl
1959            ! Makefile.SH
1960 ____________________________________________________________________________
1961 [  9355] By: jhi                                   on 2001/03/26  01:11:19
1962         Log: Remove t/perl.third.
1963      Branch: perl
1964            ! Makefile.SH
1965 ____________________________________________________________________________
1966 [  9354] By: jhi                                   on 2001/03/26  00:23:38
1967         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
1968              IO::Sockatmark().
1969      Branch: perl
1970            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1971 ____________________________________________________________________________
1972 [  9353] By: jhi                                   on 2001/03/25  22:25:04
1973         Log: Integrate perlio.
1974      Branch: perl
1975           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1976           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
1977           !> pp_hot.c win32/makefile.mk
1978 ____________________________________________________________________________
1979 [  9352] By: jhi                                   on 2001/03/25  22:21:41
1980         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
1981              From: Radu Greab <radu@netsoft.ro>
1982              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
1983              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
1984      Branch: perl
1985            ! pp_sys.c
1986 ____________________________________________________________________________
1987 [  9351] By: nick                                  on 2001/03/25  22:15:02
1988         Log: Fix readline in list mode to tell rest of world that it has
1989              things on the stack. Otherwise if perl code gets invoked
1990              underneath it it scribbles over results-so-far.
1991              (Why TIEHANDLE has not tripped on this is a mystery.)
1992      Branch: perlio
1993            ! pp_hot.c
1994 ____________________________________________________________________________
1995 [  9350] By: nick                                  on 2001/03/25  22:10:13
1996         Log: win32/makefile.mk typos
1997      Branch: perlio
1998            ! win32/makefile.mk
1999 ____________________________________________________________________________
2000 [  9349] By: nick                                  on 2001/03/25  21:31:14
2001         Log: Integrate now-non-binary file.
2002      Branch: perlio
2003           !> t/lib/mimeqp.t
2004 ____________________________________________________________________________
2005 [  9348] By: nick                                  on 2001/03/25  21:27:24
2006         Log: Make it text
2007      Branch: perlio
2008            ! t/lib/mimeqp.t
2009 ____________________________________________________________________________
2010 [  9347] By: nick                                  on 2001/03/25  21:25:37
2011         Log: Integrate mainline.
2012      Branch: perlio
2013           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2014           !> lib/Term/ReadLine.pm t/lib/md5-file.t
2015 ____________________________________________________________________________
2016 [  9346] By: nick                                  on 2001/03/25  20:58:15
2017         Log: Add destruct time hook to PerlIO (for work-in-process implementing
2018              layers in perl code. In such cases layers need to be popped before
2019              we loose the ability to run perl code.)
2020              Also back-out "PerlIO::object" hook - it isn't going to work like that...
2021      Branch: perlio
2022            ! perl.c perlio.c perlio.h perliol.h
2023 ____________________________________________________________________________
2024 [  9345] By: nick                                  on 2001/03/25  20:49:11
2025         Log: Avoid at leasy one of undefined warnings in Encode.
2026      Branch: perlio
2027            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2028 ____________________________________________________________________________
2029 [  9344] By: jhi                                   on 2001/03/25  20:37:43
2030         Log: A workaround for using Term::ReadLine in emacs minibuffer
2031              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
2032              additional tweaks from Ilya Zakharevich.
2033      Branch: perl
2034            ! lib/Term/ReadLine.pm
2035 ____________________________________________________________________________
2036 [  9343] By: nick                                  on 2001/03/25  20:21:14
2037         Log: Missing return value.
2038      Branch: perlio
2039            ! ext/PerlIO/Scalar/Scalar.xs
2040 ____________________________________________________________________________
2041 [  9342] By: jhi                                   on 2001/03/25  16:21:00
2042         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
2043              to equal the CPAN versions since no code changes have been made.
2044      Branch: perl
2045            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2046            ! t/lib/md5-file.t
2047 ____________________________________________________________________________
2048 [  9341] By: jhi                                   on 2001/03/25  16:01:48
2049         Log: Escape 8-bit characters.
2050      Branch: perl
2051            ! t/lib/mimeqp.t
2052 ____________________________________________________________________________
2053 [  9340] By: gsar                                  on 2001/03/25  15:50:53
2054         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
2055              chars)
2056      Branch: perl
2057            + t/lib/mimeqp.t
2058 ____________________________________________________________________________
2059 [  9339] By: gsar                                  on 2001/03/25  15:48:50
2060         Log: delete mimeqp.t for later with text mode set
2061      Branch: perl
2062            - t/lib/mimeqp.t
2063 ____________________________________________________________________________
2064 [  9338] By: nick                                  on 2001/03/25  09:01:57
2065         Log: Integrate mainline.
2066      Branch: perlio
2067           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2068           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2069           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2070           +> t/lib/mimeb64u.t t/lib/mimeqp.t
2071           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
2072           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
2073           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2074 ____________________________________________________________________________
2075 [  9337] By: jhi                                   on 2001/03/25  04:23:24
2076         Log: Add MIME::Base64 here and there.  Again, a lot of
2077              optimism is in the air.
2078      Branch: perl
2079            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
2080            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
2081 ____________________________________________________________________________
2082 [  9336] By: jhi                                   on 2001/03/25  04:12:43
2083         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
2084              this by ear as I do not do Win32 programming.)
2085      Branch: perl
2086            ! win32/Makefile win32/makefile.mk
2087 ____________________________________________________________________________
2088 [  9335] By: jhi                                   on 2001/03/25  04:03:50
2089         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
2090      Branch: perl
2091            ! t/lib/md5-file.t
2092 ____________________________________________________________________________
2093 [  9334] By: jhi                                   on 2001/03/25  03:58:53
2094         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
2095      Branch: perl
2096            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2097            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2098            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2099            + t/lib/mimeb64u.t t/lib/mimeqp.t
2100            ! MANIFEST
2101 ____________________________________________________________________________
2102 [  9333] By: jhi                                   on 2001/03/24  20:14:37
2103         Log: Integrate perlio.
2104      Branch: perl
2105           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
2106 ____________________________________________________________________________
2107 [  9332] By: nick                                  on 2001/03/24  19:40:34
2108         Log: Fix un-init variable leading to spurious "Out of Memory!"
2109      Branch: perlio
2110            ! doio.c
2111 ____________________________________________________________________________
2112 [  9331] By: nick                                  on 2001/03/24  19:09:59
2113         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
2114              and update layers internals doc.
2115      Branch: perlio
2116            ! pod/perlfunc.pod pod/perliol.pod
2117 ____________________________________________________________________________
2118 [  9330] By: jhi                                   on 2001/03/24  18:42:11
2119         Log: The length might be uninitialized garbage if the *svp is the undef.
2120      Branch: perl
2121            ! doio.c
2122 ____________________________________________________________________________
2123 [  9329] By: jhi                                   on 2001/03/24  18:26:57
2124         Log: (Retracted by #9393)
2125
2126              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
2127              From: Simon Cozens <simon@netthink.co.uk>
2128              Date: Sat, 24 Mar 2001 17:13:17 +0000
2129              Message-ID: <20010324171317.A13406@netthink.co.uk>
2130      Branch: perl
2131            ! utils/h2xs.PL
2132 ____________________________________________________________________________
2133 [  9328] By: nick                                  on 2001/03/24  17:22:02
2134         Log: Integrate mainline.
2135      Branch: perlio
2136           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
2137           !> lib/unicode/version
2138 ____________________________________________________________________________
2139 [  9327] By: nick                                  on 2001/03/24  17:16:02
2140         Log: Integrate mainline.
2141      Branch: perlio
2142           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2143           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2144           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
2145           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
2146           +> t/lib/md5-file.t
2147           !> MANIFEST Makefile.SH configure.com djgpp/config.over
2148           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
2149           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
2150           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
2151           !> win32/makefile.mk
2152 ____________________________________________________________________________
2153 [  9326] By: jhi                                   on 2001/03/24  17:00:42
2154         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
2155      Branch: perl
2156            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
2157            ! lib/unicode/version
2158 ____________________________________________________________________________
2159 [  9325] By: jhi                                   on 2001/03/24  16:22:33
2160         Log: Subject: Re: B::Deparse bug (5.6.0)
2161              From: Robin Houston <robin@kitsite.com>
2162              Date: Sat, 24 Mar 2001 14:33:09 +0000
2163              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
2164      Branch: perl
2165            ! op.c pp.c t/lib/b.t t/op/repeat.t
2166 ____________________________________________________________________________
2167 [  9324] By: jhi                                   on 2001/03/24  16:21:56
2168         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
2169              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
2170              these additions may be too optimistic.
2171      Branch: perl
2172            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
2173            ! hints/uwin.sh hints/vmesa.sh
2174 ____________________________________________________________________________
2175 [  9323] By: jhi                                   on 2001/03/24  16:06:01
2176         Log: Integrate perlio.
2177      Branch: perl
2178           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
2179           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2180            ! Makefile.SH
2181           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
2182           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
2183           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
2184           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2185           !> win32/makefile.mk win32/perlhost.h win32/win32.c
2186           !> win32/win32iop.h
2187 ____________________________________________________________________________
2188 [  9322] By: nick                                  on 2001/03/24  14:39:12
2189         Log: Routine Win32 regen_config_h - no real changes.
2190      Branch: perlio
2191            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2192 ____________________________________________________________________________
2193 [  9321] By: nick                                  on 2001/03/24  14:31:49
2194         Log: PerlIO fixups for Win32:
2195              - provide win33_popenlist() - non-functional as yet.
2196              - avoid need for aTHX in PerlIO_debug calls - even if not 
2197              enabled args are still evaluated so Win32 has trouble during fork().
2198              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
2199              - Fixup makedef.pl for latest set of symbols.
2200      Branch: perlio
2201            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
2202            ! win32/perlhost.h win32/win32.c win32/win32iop.h
2203 ____________________________________________________________________________
2204 [  9320] By: nick                                  on 2001/03/24  14:26:58
2205         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
2206              was gibberish - broke it on WIn32 at least.
2207      Branch: perlio
2208            ! ext/POSIX/POSIX.xs
2209 ____________________________________________________________________________
2210 [  9319] By: nick                                  on 2001/03/24  11:29:41
2211         Log: Generated files.
2212      Branch: perlio
2213            ! embed.h global.sym objXSUB.h perlapi.c proto.h
2214 ____________________________________________________________________________
2215 [  9318] By: nick                                  on 2001/03/24  10:29:37
2216         Log: Implement:
2217              1.  open($fh,"+<",undef);  # add test to t/io/open.t
2218              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
2219      Branch: perlio
2220            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
2221            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2222            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
2223            ! t/io/open.t t/io/utf8.t
2224 ____________________________________________________________________________
2225 [  9317] By: jhi                                   on 2001/03/23  23:41:25
2226         Log: AIX does seems to have optimization problems with its C compilers.
2227      Branch: perl
2228            ! hints/aix.sh
2229 ____________________________________________________________________________
2230 [  9316] By: jhi                                   on 2001/03/23  23:40:46
2231         Log: Integrate perlio.
2232      Branch: perl
2233           +> lib/PerlIO.pm
2234           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
2235           !> perliol.h
2236 ____________________________________________________________________________
2237 [  9315] By: jhi                                   on 2001/03/23  22:16:30
2238         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
2239      Branch: perl
2240            ! t/lib/md5-file.t
2241 ____________________________________________________________________________
2242 [  9314] By: nick                                  on 2001/03/23  20:49:02
2243         Log: Perlio internals re-organized.
2244              - open process creates AV of layer/arg pairs
2245              (appends layers from open() or open.pm to default list).
2246              - push arg is now an SV.
2247              - layer ->Open get passed the AV
2248              - open is no longer mandatory method.
2249              - topmost layer that has ->Open method does the open
2250              - any layers above are pushed once that returns.
2251              - vtable re-ordered so dummy layers need only provide push/pop methods.
2252      Branch: perlio
2253            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2254 ____________________________________________________________________________
2255 [  9313] By: nick                                  on 2001/03/23  16:27:41
2256         Log: Check in a stable (working) version before next round of tweaks.
2257              Changes include:
2258              - Move default layers code out of doio.c and into perlio.c
2259              - Single routine for parsing layer specification strings.
2260              - Skeleton support for demand loading of layers
2261              - Core-dump avoidance if PERLIO environment specifies loadable layer
2262              (does not _work_ as need IO to load and need load to do IO ...)
2263      Branch: perlio
2264            + lib/PerlIO.pm
2265            ! MANIFEST doio.c perlio.c
2266 ____________________________________________________________________________
2267 [  9312] By: gsar                                  on 2001/03/23  16:25:25
2268         Log: add execute bit to files with shebang lines in the repository;
2269              avoid clobbering execute bit in Porting/makerel 
2270      Branch: maint-5.6/perl
2271            ! (edit 144 files)
2272 ____________________________________________________________________________
2273 [  9311] By: jhi                                   on 2001/03/23  14:25:35
2274         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
2275      Branch: perl
2276            ! MANIFEST
2277 ____________________________________________________________________________
2278 [  9310] By: jhi                                   on 2001/03/23  13:45:04
2279         Log: Subject: [PATCH] Net::Ping
2280              From: Colin McMillen <mcmi0037@tc.umn.edu>
2281              Date: Thu, 22 Mar 2001 19:30:31 -0600
2282              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
2283      Branch: perl
2284            ! lib/Net/Ping.pm
2285 ____________________________________________________________________________
2286 [  9309] By: jhi                                   on 2001/03/23  13:39:13
2287         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
2288      Branch: perl
2289            ! t/lib/md5-aaa.t t/lib/md5-file.t
2290 ____________________________________________________________________________
2291 [  9308] By: jhi                                   on 2001/03/23  13:20:34
2292         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
2293              - bump the version to 2.14
2294              - drop the base64 tests since they require MIME::Base64
2295              - drop the rfc1321.txt
2296              - drop the hints/dec_osf.pl since it's only needed for
2297              pre-5.005_03 Perls
2298              Todo:
2299              - the U32 alignment testing is now removed; it needs to
2300              be reintroduced as as a Config variable (meaning also
2301              as a Configure test)
2302              - get the new EBCDIC md5sum for MD5.pm
2303              - test in Win32 to see how badly I botched the makefiles
2304      Branch: perl
2305            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2306            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2307            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
2308            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
2309            + t/lib/md5-file.t
2310            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
2311            ! win32/Makefile win32/makefile.mk
2312 ____________________________________________________________________________
2313 [  9307] By: jhi                                   on 2001/03/23  12:56:14
2314         Log: Integrate change #9306 from maintperl into mainline,
2315              AIX dynaloader for AIXes without <load.h>.
2316      Branch: perl
2317           !> ext/DynaLoader/hints/aix.pl
2318 ____________________________________________________________________________
2319 [  9306] By: jhi                                   on 2001/03/23  12:51:36
2320         Log: There are AIXes without /usr/include/load.h,
2321              patch from H.Merijn Brand.
2322      Branch: maint-5.6/perl
2323            ! ext/DynaLoader/hints/aix.pl
2324 ____________________________________________________________________________
2325 [  9305] By: nick                                  on 2001/03/23  11:00:42
2326         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
2327      Branch: perlio
2328            ! ext/Encode/Encode.xs perlio.c perlio.h
2329 ____________________________________________________________________________
2330 [  9304] By: nick                                  on 2001/03/23  10:20:46
2331         Log: Render -Duseperlio functional again.
2332              - this is "quick fix" which calls PerlIO_apply_layers after opening,
2333              which is what old scheme did. New scheme needs to change that
2334              to make open(...,\$scalar) etc. work but this will do for now.
2335      Branch: perlio
2336            ! perlio.c
2337 ____________________________________________________________________________
2338 [  9303] By: nick                                  on 2001/03/23  09:53:20
2339         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
2340              -Uuseperlio now works again.
2341              -Duseperlio is still poorly. Don't merge yet...
2342      Branch: perlio
2343            ! doio.c perlio.h
2344 ____________________________________________________________________________
2345 [  9302] By: nick                                  on 2001/03/22  22:26:51
2346         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
2347              type code.
2348              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
2349              is its main caller. In particular now has access to "extra" args, and
2350              can tell when an open handle is "reopened" (or duped?).
2351              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
2352              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
2353              PerlIO_open() et. al. (i.e. other way round).
2354              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
2355              with args close to PerlIO_openn().
2356      Branch: perlio
2357            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2358 ____________________________________________________________________________
2359 [  9301] By: jhi                                   on 2001/03/22  20:58:04
2360         Log: Integrate perlio.
2361      Branch: perl
2362           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
2363           !> t/io/open.t util.c
2364 ____________________________________________________________________________
2365 [  9300] By: nick                                  on 2001/03/22  17:36:32
2366         Log: Don't include $@ in not ok message.
2367      Branch: perlio
2368            ! t/io/open.t
2369 ____________________________________________________________________________
2370 [  9299] By: gsar                                  on 2001/03/22  16:53:45
2371         Log: back out changes#7532,7521 for now (appears to have problems
2372              on IRIX)
2373      Branch: maint-5.6/perl
2374            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2375            ! ext/POSIX/typemap pod/perlvar.pod
2376 ____________________________________________________________________________
2377 [  9298] By: nick                                  on 2001/03/22  14:35:46
2378         Log: Give a meaning to '&' in n-arg open case:
2379              open($fh,"<&",$scalar);
2380              $scalar can be:
2381              - an integer which does "fdopen"
2382              open($fh,"<&",2); # like open($fh,"<&2")
2383              - something that will yield a file handle via sv_2io()
2384              useful for dup'ing anonymous handles.
2385              e.g.:
2386              open(my $fh,"<&",\*STDIN);
2387              open(my $dup,"<&",$fh);
2388      Branch: perlio
2389            ! doio.c t/io/open.t
2390 ____________________________________________________________________________
2391 [  9297] By: nick                                  on 2001/03/22  13:34:35
2392         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
2393      Branch: perlio
2394            ! util.c
2395 ____________________________________________________________________________
2396 [  9296] By: nick                                  on 2001/03/22  12:51:20
2397         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
2398      Branch: perlio
2399            ! perl.c
2400 ____________________________________________________________________________
2401 [  9295] By: nick                                  on 2001/03/22  11:59:44
2402         Log: If stdin, stdout or stderr get opened in unexpected read/write state
2403              then warn at time of open not at time of use.
2404      Branch: perlio
2405            ! doio.c pp_hot.c pp_sys.c
2406 ____________________________________________________________________________
2407 [  9294] By: nick                                  on 2001/03/22  10:54:35
2408         Log: Die on n-arg open(...,"",xxx,yyy,...)
2409              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
2410              - die on read/write cases so we can decide what it means later.
2411      Branch: perlio
2412            ! doio.c embed.pl iperlsys.h util.c
2413 ____________________________________________________________________________
2414 [  9293] By: nick                                  on 2001/03/22  09:02:45
2415         Log: perlio tweaks (reported by Nick Clark)
2416              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
2417              error check in Pendinf_read().
2418      Branch: perlio
2419            ! perlio.c
2420 ____________________________________________________________________________
2421 [  9292] By: gsar                                  on 2001/03/22  07:12:00
2422         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
2423              fixes)
2424      Branch: maint-5.6/perl
2425           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
2426 ____________________________________________________________________________
2427 [  9291] By: jhi                                   on 2001/03/22  06:06:44
2428         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
2429      Branch: perl
2430            ! t/op/re_tests
2431 ____________________________________________________________________________
2432 [  9290] By: jhi                                   on 2001/03/22  05:57:01
2433         Log: Move MacOS Classic higher in the list of supported platforms.
2434      Branch: maint-5.6/perl
2435            ! pod/perlport.pod
2436 ____________________________________________________________________________
2437 [  9289] By: gsar                                  on 2001/03/22  05:35:04
2438         Log: revert part of change#6438 for compatibility (av_reify()
2439              appears to be needed to implement av_splice()ish things
2440              in XS)
2441      Branch: maint-5.6/perl
2442            ! embed.pl global.sym objXSUB.h perlapi.c
2443 ____________________________________________________________________________
2444 [  9288] By: gsar                                  on 2001/03/22  03:09:19
2445         Log: update copyright year
2446      Branch: maint-5.6/perl
2447            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
2448            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
2449            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
2450            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
2451            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
2452            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
2453            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
2454            ! x2p/walk.c
2455 ____________________________________________________________________________
2456 [  9287] By: jhi                                   on 2001/03/21  20:30:54
2457         Log: Integrate perlio.
2458      Branch: perl
2459           !> ext/Data/Dumper/Dumper.xs
2460 ____________________________________________________________________________
2461 [  9286] By: gsar                                  on 2001/03/21  19:49:54
2462         Log: makefile.mk tweak
2463      Branch: maint-5.6/perl
2464            ! win32/Makefile win32/makefile.mk
2465 ____________________________________________________________________________
2466 [  9285] By: nick                                  on 2001/03/21  19:07:13
2467         Log: Multiplicity fix for Dumper.
2468      Branch: perlio
2469            ! ext/Data/Dumper/Dumper.xs
2470 ____________________________________________________________________________
2471 [  9284] By: nick                                  on 2001/03/21  19:01:07
2472         Log: Integrate mainline - (does not build xTHX issue in Dumper).
2473      Branch: perlio
2474           !> (integrate 27 files)
2475 ____________________________________________________________________________
2476 [  9283] By: jhi                                   on 2001/03/21  17:17:35
2477         Log: Integrate change #9282 from mainline into maintperl,
2478              4-arg UTF-8 substr().
2479      Branch: maint-5.6/perl
2480           !> pp.c
2481 ____________________________________________________________________________
2482 [  9282] By: jhi                                   on 2001/03/21  17:15:43
2483         Log: The #9270 would have leaked a scalar if pp_substr()
2484              returned early.
2485      Branch: perl
2486            ! pp.c
2487 ____________________________________________________________________________
2488 [  9281] By: gsar                                  on 2001/03/21  17:03:14
2489         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
2490      Branch: maint-5.6/perl
2491            ! win32/makefile.mk
2492 ____________________________________________________________________________
2493 [  9280] By: gsar                                  on 2001/03/21  17:01:20
2494         Log: some tweaks to change#9278 (fork() emulation should be enabled
2495              by setting BUILD_FLAVOR instead of changing the defaults)
2496      Branch: maint-5.6/perl
2497            ! win32/makefile.mk
2498 ____________________________________________________________________________
2499 [  9279] By: gsar                                  on 2001/03/21  16:47:19
2500         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
2501      Branch: maint-5.6/perl
2502            ! ext/File/Glob/Glob.pm
2503           !> lib/Cwd.pm
2504 ____________________________________________________________________________
2505 [  9278] By: jhi                                   on 2001/03/21  14:35:10
2506         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
2507              From: "Vadim Konovalov" <watman@inbox.ru>
2508              Date: Wed, 21 Mar 2001 01:53:51 +0300
2509              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
2510      Branch: maint-5.6/perl
2511            ! win32/makefile.mk win32/win32sck.c
2512 ____________________________________________________________________________
2513 [  9277] By: jhi                                   on 2001/03/21  13:58:28
2514         Log: Integrate change #9270 from mainline to maintperl:
2515              continued 4-arg UTF-8 substr() fixing.
2516      Branch: maint-5.6/perl
2517           !> pp.c t/op/substr.t
2518 ____________________________________________________________________________
2519 [  9276] By: jhi                                   on 2001/03/21  13:33:00
2520         Log: More pixie cleaning.
2521      Branch: perl
2522            ! Makefile.SH
2523 ____________________________________________________________________________
2524 [  9275] By: jhi                                   on 2001/03/21  03:54:17
2525         Log: Update Changes.
2526      Branch: perl
2527            ! Changes patchlevel.h
2528 ____________________________________________________________________________
2529 [  9274] By: jhi                                   on 2001/03/21  03:48:24
2530         Log: First stab at making Data::Dumper to grok Unicode.
2531              
2532              TODO: tests, EBCDICify.
2533      Branch: perl
2534            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2535 ____________________________________________________________________________
2536 [  9273] By: jhi                                   on 2001/03/21  02:23:00
2537         Log: Fix for
2538              
2539              Subject: Memory leak in unquoted print   
2540              From: Benjamin Sugars <bsugars@canoe.ca> 
2541              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
2542              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
2543      Branch: perl
2544            ! perlio.c
2545 ____________________________________________________________________________
2546 [  9272] By: jhi                                   on 2001/03/21  01:33:17
2547         Log: Subject: Re: [PATCH] POSIX::getcwd()
2548              From: Benjamin Sugars <bsugars@canoe.ca> 
2549              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
2550              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
2551      Branch: perl
2552            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2553 ____________________________________________________________________________
2554 [  9271] By: jhi                                   on 2001/03/21  01:22:52
2555         Log: Subject: [PATCH] Cwd.pm docs
2556              From: Benjamin Sugars <bsugars@canoe.ca>
2557              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
2558              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
2559      Branch: perl
2560            ! lib/Cwd.pm
2561 ____________________________________________________________________________
2562 [  9270] By: jhi                                   on 2001/03/21  01:16:29
2563         Log: Continue 4-arg substr() UTF-8 fixage.
2564      Branch: perl
2565            ! pp.c t/op/substr.t
2566 ____________________________________________________________________________
2567 [  9269] By: jhi                                   on 2001/03/21  00:46:14
2568         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
2569              
2570              revert the leak fix in change#9142 (problem needs a more experimental
2571              fix unsuitable for 5.6.1)
2572              
2573              do alphabetical sorting by default (for csh compatibility)
2574              
2575              cut-n-paste goof in change#9264
2576              
2577              VMS piping fixes (from Charles Lane)
2578      Branch: perl
2579           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2580           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2581           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
2582 ____________________________________________________________________________
2583 [  9268] By: jhi                                   on 2001/03/21  00:37:04
2584         Log: Integrate perlio.
2585      Branch: perl
2586           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
2587           !> utf8.c utf8.h utfebcdic.h
2588 ____________________________________________________________________________
2589 [  9267] By: nick                                  on 2001/03/20  20:04:39
2590         Log: More EBCDIC stuff:
2591              - Loose the extra level of function on ASCII.
2592              - spotted a chr(0) issue in sv.c
2593              - re-work of UTF-X tr/// ranges to work in Unicode
2594              space. Still issues with the "0xff is illegal UTF-8" hack.
2595              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
2596              (why do it once when you can do it all over the place :-(
2597              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
2598              need utf8.pm for swashes.
2599              - Simplified and commented scan_const() in toke.c
2600              Still something wrong regexp and tr (swashes?).
2601      Branch: perlio
2602            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
2603            ! utf8.c utf8.h utfebcdic.h
2604 ____________________________________________________________________________
2605 [  9266] By: gsar                                  on 2001/03/20  19:16:43
2606         Log: VMS piping fixes (from Charles Lane)
2607      Branch: maint-5.6/perl
2608            ! vms/vms.c vms/vmspipe.com
2609 ____________________________________________________________________________
2610 [  9265] By: gsar                                  on 2001/03/20  17:53:52
2611         Log: cut-n-paste goof in change#9264
2612      Branch: maint-5.6/perl
2613            ! ext/File/Glob/Glob.xs
2614 ____________________________________________________________________________
2615 [  9264] By: gsar                                  on 2001/03/20  17:43:47
2616         Log: do alphabetical sorting by default (for csh compatibility);
2617              bsd_glob() does ASCII sort by default as usual, unless
2618              GLOB_ALPHASORT was specified
2619      Branch: maint-5.6/perl
2620            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
2621            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2622            ! ext/File/Glob/bsd_glob.h
2623 ____________________________________________________________________________
2624 [  9263] By: gsar                                  on 2001/03/20  16:40:08
2625         Log: integrate change#9255 from mainline (unicode fix)
2626              
2627              substr($bytestr, i, n, $charstr)
2628      Branch: maint-5.6/perl
2629           !> Todo-5.6 pp.c t/op/substr.t
2630 ____________________________________________________________________________
2631 [  9262] By: gsar                                  on 2001/03/20  15:57:41
2632         Log: revert the leak fix in change#9142 (problem needs a more experimental
2633              fix unsuitable for 5.6.1)
2634      Branch: maint-5.6/perl
2635            ! scope.c
2636 ____________________________________________________________________________
2637 [  9261] By: jhi                                   on 2001/03/20  14:26:25
2638         Log: Integrate changes #9259,9260 from maintperl into mainline.
2639              
2640              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
2641              
2642              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
2643      Branch: perl
2644           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
2645 ____________________________________________________________________________
2646 [  9260] By: jhi                                   on 2001/03/20  14:05:46
2647         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
2648              From: Robin Barker <rmb1@cise.npl.co.uk>
2649              Date: Tue, 20 Mar 2001 10:12:04 GMT
2650              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
2651      Branch: maint-5.6/perl
2652            ! run.c
2653 ____________________________________________________________________________
2654 [  9259] By: jhi                                   on 2001/03/20  14:04:39
2655         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
2656              From: Chris Nandor <pudge@pobox.com>
2657              Date: Tue, 20 Mar 2001 00:40:56 -0500
2658              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
2659      Branch: maint-5.6/perl
2660            ! ext/POSIX/POSIX.xs lib/File/Path.pm
2661 ____________________________________________________________________________
2662 [  9258] By: jhi                                   on 2001/03/20  05:09:34
2663         Log: Update Changes.
2664      Branch: perl
2665            ! Changes patchlevel.h
2666 ____________________________________________________________________________
2667 [  9257] By: jhi                                   on 2001/03/20  05:04:25
2668         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
2669      Branch: perl
2670            ! t/op/tr.t
2671 ____________________________________________________________________________
2672 [  9256] By: jhi                                   on 2001/03/20  04:43:12
2673         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
2674              From: Peter Prymmer <pvhp@forte.com>
2675              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
2676              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
2677      Branch: maint-5.6/perl
2678            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
2679 ____________________________________________________________________________
2680 [  9255] By: jhi                                   on 2001/03/19  23:17:17
2681         Log: substr($bytestr, i, n, $charstr)
2682
2683              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
2684      Branch: perl
2685            ! Todo-5.6 pp.c t/op/substr.t
2686 ____________________________________________________________________________
2687 [  9254] By: jhi                                   on 2001/03/19  22:25:09
2688         Log: Rearrange the make test target prerequisites so that
2689              in a parallel make 'all' is finished before 'test'.
2690      Branch: perl
2691            ! Makefile.SH
2692 ____________________________________________________________________________
2693 [  9253] By: jhi                                   on 2001/03/19  21:48:07
2694         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
2695              From: Robin Houston <robin@kitsite.com>
2696              Date: Mon, 19 Mar 2001 15:48:41 +0000
2697              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
2698      Branch: perl
2699            ! pp_ctl.c
2700 ____________________________________________________________________________
2701 [  9252] By: jhi                                   on 2001/03/19  21:42:27
2702         Log: Integrate perlio.
2703      Branch: perl
2704           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
2705           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
2706           !> utfebcdic.h vms/perly_c.vms
2707 ____________________________________________________________________________
2708 [  9251] By: jhi                                   on 2001/03/19  21:31:28
2709         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
2710              
2711              Dynaloading in 64-bit AIX with vac.
2712      Branch: perl
2713           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2714           !> hints/aix.sh
2715 ____________________________________________________________________________
2716 [  9250] By: jhi                                   on 2001/03/19  21:18:00
2717         Log: A more robust solution for the 64bitall AIX dynaloading
2718              problem, from Jens-Uwe Mager.
2719      Branch: maint-5.6/perl
2720            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2721 ____________________________________________________________________________
2722 [  9249] By: nick                                  on 2001/03/19  20:59:37
2723         Log: Integrate mainline.
2724      Branch: perlio
2725           !> (integrate 42 files)
2726 ____________________________________________________________________________
2727 [  9248] By: nick                                  on 2001/03/19  20:22:07
2728         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
2729              (Building on OS390 uses native YACC and YYDEBUG has other
2730              side effects.)
2731      Branch: perlio
2732            ! perly.c perly.y vms/perly_c.vms
2733 ____________________________________________________________________________
2734 [  9247] By: jhi                                   on 2001/03/19  19:59:53
2735         Log: 64-bit AIX dynaloading problem (see #9244) idea
2736              from Jens-Uwe Mager.
2737      Branch: maint-5.6/perl
2738            ! ext/DynaLoader/dl_aix.xs
2739 ____________________________________________________________________________
2740 [  9246] By: nick                                  on 2001/03/19  19:27:57
2741         Log: More EBCDIC fixes.
2742      Branch: perlio
2743            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
2744            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
2745 ____________________________________________________________________________
2746 [  9245] By: jhi                                   on 2001/03/19  19:05:19
2747         Log: Integrate change #9243 from mainline into maintperl.
2748              
2749              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
2750      Branch: maint-5.6/perl
2751           !> README.vmesa
2752 ____________________________________________________________________________
2753 [  9244] By: jhi                                   on 2001/03/19  19:03:15
2754         Log: Get 64bitall AIX building, but still does not test okay:
2755              dynaloading anything fails, for example for op/defins:
2756              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
2757              (update: fixed by #9247,9250)
2758      Branch: maint-5.6/perl
2759            ! hints/aix.sh
2760 ____________________________________________________________________________
2761 [  9243] By: jhi                                   on 2001/03/19  19:00:16
2762         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
2763              From: Robin Barker <rmb1@cise.npl.co.uk>
2764              Date: Mon, 19 Mar 2001 18:01:57 GMT
2765              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
2766      Branch: perl
2767            ! README.vmesa
2768 ____________________________________________________________________________
2769 [  9242] By: jhi                                   on 2001/03/19  18:58:43
2770         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
2771              
2772              TODO: tests.
2773      Branch: perl
2774            ! doop.c op.c
2775 ____________________________________________________________________________
2776 [  9241] By: gsar                                  on 2001/03/19  17:34:46
2777         Log: VMSify tests (from Charles Lane)
2778      Branch: maint-5.6/perl
2779            ! t/lib/filehand.t t/lib/texttabs.t
2780 ____________________________________________________________________________
2781 [  9240] By: jhi                                   on 2001/03/19  14:24:26
2782         Log: Integrate change #9233 from maintperl into mainline.
2783              
2784              some refcounts were incorrect in perl_clone()
2785      Branch: perl
2786           !> sv.c
2787 ____________________________________________________________________________
2788 [  9239] By: gsar                                  on 2001/03/19  09:23:17
2789         Log: this is 5.6.1-trial3
2790      Branch: maint-5.6/perl
2791            ! Changes
2792 ____________________________________________________________________________
2793 [  9238] By: gsar                                  on 2001/03/19  08:47:04
2794         Log: some new symbols are only available under ithreads
2795      Branch: maint-5.6/perl
2796            ! makedef.pl
2797 ____________________________________________________________________________
2798 [  9237] By: gsar                                  on 2001/03/19  08:42:28
2799         Log: update patchlevel.h, Changes, &c.
2800      Branch: maint-5.6/perl
2801            ! Changes patchlevel.h pod/perlhist.pod
2802           !> AUTHORS
2803 ____________________________________________________________________________
2804 [  9236] By: gsar                                  on 2001/03/19  08:17:49
2805         Log: integrate changes#8068,8717 from mainline
2806              
2807              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
2808              
2809              [PATCH CPAN 1.59_51] warning message (not!)
2810      Branch: maint-5.6/perl
2811           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
2812           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
2813           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
2814           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
2815           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
2816 ____________________________________________________________________________
2817 [  9235] By: gsar                                  on 2001/03/19  08:07:09
2818         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
2819              
2820              [PATCH] Add missing CV flags to dump.c
2821              
2822              Re: [patch] Re: PL_ptr_table
2823              
2824              Fixup non-ithread build after 8713
2825              
2826              Generated files form 8713 etc.
2827              
2828              Correct the correction :-(
2829              
2830              Documenting coderef @INC (Re: CPAN "make this script work" feature)
2831              
2832              Subject: Re: sync sync sync: have I missed any patches?
2833              Replace djSP with dSP.
2834      Branch: maint-5.6/perl
2835           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
2836           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
2837           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
2838           !> sv.c sv.h win32/perlhost.h
2839 ____________________________________________________________________________
2840 [  9234] By: gsar                                  on 2001/03/19  07:22:05
2841         Log: revert the change#9090 integrate for now (change looks somewhat
2842              incomplete in that [ha]v_exists() need something similar; lacks
2843              tests; &c.)
2844      Branch: maint-5.6/perl
2845            ! hv.c
2846 ____________________________________________________________________________
2847 [  9233] By: gsar                                  on 2001/03/19  07:10:01
2848         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
2849              destruction when there are unreferenced scalars (SvREFCNT==0)
2850      Branch: maint-5.6/perl
2851            ! sv.c
2852 ____________________________________________________________________________
2853 [  9232] By: jhi                                   on 2001/03/19  05:11:02
2854         Log: Regen api and toc.
2855      Branch: maint-5.6/perl
2856            ! pod/perlapi.pod pod/perltoc.pod
2857 ____________________________________________________________________________
2858 [  9231] By: jhi                                   on 2001/03/19  04:06:03
2859         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
2860              add a lost line in pp.c:pp_chop(), update to new op/chop.
2861              
2862              Clarify the description differentiating for and while; inspired by
2863              
2864              Subject: [ID 20010306.004] || != named unary operator
2865              
2866              The $Is_MacOS needs to be declared.
2867      Branch: maint-5.6/perl
2868            ! pp.c t/op/chop.t
2869           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
2870 ____________________________________________________________________________
2871 [  9230] By: jhi                                   on 2001/03/19  03:48:16
2872         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
2873              9079,9083,9089,9090,9091 from mainline to maintperl.
2874              
2875              Quieten some noise in Win32 builds
2876              
2877              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
2878              
2879              The perlretut was still talking about the old \p and \P
2880              definitions.
2881              
2882              More tweakage on the Unicode character class descriptions.
2883              
2884              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
2885              
2886              Subject: 'no *POSIX' Patch speeding up make on BS2000 
2887              
2888              Subject: [PATCH] perldata.pod here-doc docs
2889              
2890              Add /sbin and /usr/sbin to the list of directories scanned
2891              for setuid programs.  Takes care of bug id 20010309.003.
2892              
2893              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
2894              
2895              In op/stat #35 better to scan all the potential directories
2896              for setuids, not just the first one.
2897      Branch: maint-5.6/perl
2898            ! Makefile.SH
2899           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
2900           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
2901           !> t/op/stat.t toke.c win32/win32.h
2902 ____________________________________________________________________________
2903 [  9229] By: jhi                                   on 2001/03/19  02:31:50
2904         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
2905              From: Chris Nandor <pudge@pobox.com>
2906              Date: Sat, 10 Mar 2001 14:22:19 -0500
2907              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
2908      Branch: maint-5.6/perl
2909            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
2910            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
2911            ! t/lib/b.t t/lib/errno.t
2912 ____________________________________________________________________________
2913 [  9228] By: jhi                                   on 2001/03/19  02:29:59
2914         Log: Integrate changes #9113,9122 from mainline into maintperl.
2915              
2916              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?)
2917      Branch: maint-5.6/perl
2918           !> Configure README.os390 hints/os390.sh
2919 ____________________________________________________________________________
2920 [  9227] By: jhi                                   on 2001/03/19  02:22:35
2921         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
2922              into maintperl.
2923              
2924              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
2925              
2926              Forgot to check-in the larger part of #9120, duh.
2927              
2928              Subject: Another patch for integer.pm POD 
2929              
2930              h2ph strictness and cleanliness from Kurt Starsinic.
2931              
2932              Borland filename case problem.
2933              
2934              h2ph strictness and cleanliness from Kurt Starsinic.
2935              
2936              Subject: [PATCH] the uncontroversial doc patches
2937      Branch: maint-5.6/perl
2938           +> win32/sncfnmcs.pl
2939           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
2940           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
2941           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
2942           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
2943           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
2944           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
2945           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
2946 ____________________________________________________________________________
2947 [  9226] By: jhi                                   on 2001/03/19  02:10:21
2948         Log: Integrate changes #9207,9214 from mainline into maintperl.
2949              
2950              podchecker relaxations: =over has an *optional* number after it,
2951              and whitespace in L<> is okay.
2952      Branch: maint-5.6/perl
2953           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
2954           !> t/pod/poderrs.xr
2955 ____________________________________________________________________________
2956 [  9225] By: jhi                                   on 2001/03/19  02:07:38
2957         Log: Integrate change #9219 from maintperl into mainline.
2958              
2959              remove duplicated tests
2960      Branch: perl
2961           !> t/op/re_tests
2962 ____________________________________________________________________________
2963 [  9224] By: jhi                                   on 2001/03/19  02:06:11
2964         Log: Integrate change #9223 from mainline to maintperl.
2965              
2966              Document -Dmksymlinks.
2967      Branch: maint-5.6/perl
2968           !> INSTALL
2969 ____________________________________________________________________________
2970 [  9223] By: jhi                                   on 2001/03/19  02:01:25
2971         Log: Document -Dmksymlinks.
2972      Branch: perl
2973            ! INSTALL
2974 ____________________________________________________________________________
2975 [  9222] By: jhi                                   on 2001/03/19  01:15:35
2976         Log: The -Dmksymlinks wasn't working for maintperl.
2977      Branch: maint-5.6/perl
2978            ! Configure
2979 ____________________________________________________________________________
2980 [  9221] By: jhi                                   on 2001/03/19  00:49:43
2981         Log: Cleanup pixie residue.
2982      Branch: perl
2983            ! Makefile.SH
2984 ____________________________________________________________________________
2985 [  9220] By: jhi                                   on 2001/03/19  00:44:47
2986         Log: Document the use of pixie/prof; create make targets for it.
2987              
2988              TODO: make t/TEST pixie-aware.
2989      Branch: perl
2990            ! Makefile.SH pod/perlhack.pod
2991 ____________________________________________________________________________
2992 [  9219] By: gsar                                  on 2001/03/19  00:16:55
2993         Log: remove duplicated tests
2994      Branch: maint-5.6/perl
2995            ! t/op/re_tests
2996 ____________________________________________________________________________
2997 [  9218] By: jhi                                   on 2001/03/18  23:59:31
2998         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
2999      Branch: perl
3000            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
3001 ____________________________________________________________________________
3002 [  9217] By: jhi                                   on 2001/03/18  23:25:20
3003         Log: Rewrite the tests section of Makefile to be less redundant
3004              and to allow for more flexible test targets, many recursive
3005              make calls introduced.
3006      Branch: perl
3007            ! Makefile.SH
3008 ____________________________________________________________________________
3009 [  9216] By: jhi                                   on 2001/03/18  22:30:04
3010         Log: Document the use of Third Degree (sparsely).
3011      Branch: perl
3012            ! pod/perlhack.pod t/TEST
3013 ____________________________________________________________________________
3014 [  9215] By: jhi                                   on 2001/03/18  22:10:30
3015         Log: Make targets for testing with Third Degree.
3016      Branch: perl
3017            ! Makefile.SH
3018 ____________________________________________________________________________
3019 [  9214] By: jhi                                   on 2001/03/18  21:08:53
3020         Log: The podchecker relaxations need to mirrored also at the tests.
3021      Branch: perl
3022            ! t/pod/poderrs.xr
3023 ____________________________________________________________________________
3024 [  9213] By: jhi                                   on 2001/03/18  20:56:21
3025         Log: Update Changes.
3026      Branch: perl
3027            ! Changes patchlevel.h
3028 ____________________________________________________________________________
3029 [  9212] By: jhi                                   on 2001/03/18  20:36:59
3030         Log: Looking for config.sh in parent directories isn't
3031              very useful for the toplevel Makefile.
3032      Branch: perl
3033            ! Makefile.SH
3034 ____________________________________________________________________________
3035 [  9211] By: jhi                                   on 2001/03/18  20:33:37
3036         Log: On "make clean" take care of Third Degree droppings.
3037      Branch: perl
3038            ! Makefile.SH
3039 ____________________________________________________________________________
3040 [  9210] By: jhi                                   on 2001/03/18  20:21:34
3041         Log: Add a hook for running the tests under the Third Degree
3042              debugging tool (set $ENV{PERL_3LOG} to non-zero)
3043              
3044              TODO: Document the use of Third Degree.
3045      Branch: perl
3046            ! t/TEST
3047 ____________________________________________________________________________
3048 [  9209] By: jhi                                   on 2001/03/18  20:19:07
3049         Log: Regen toc and api pods.
3050      Branch: perl
3051            ! pod/perlapi.pod pod/perltoc.pod
3052 ____________________________________________________________________________
3053 [  9208] By: jhi                                   on 2001/03/18  20:12:12
3054         Log: Integrate changes #8128,9132 from mainline into maintperl,
3055              Tie::SubstrHash fixes.
3056      Branch: maint-5.6/perl
3057           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3058 ____________________________________________________________________________
3059 [  9207] By: jhi                                   on 2001/03/18  20:07:43
3060         Log: podchecker relaxations from Michael Stevens.
3061      Branch: perl
3062            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3063 ____________________________________________________________________________
3064 [  9206] By: jhi                                   on 2001/03/18  20:04:24
3065         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
3066      Branch: perl
3067            ! lib/Locale/Constants.pm lib/Locale/Country.pm
3068            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
3069            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
3070 ____________________________________________________________________________
3071 [  9205] By: jhi                                   on 2001/03/18  19:54:45
3072         Log: Integrate changes #9161,9162 from maintperl to mainline.
3073              
3074              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
3075              results
3076      Branch: perl
3077           !> t/op/magic.t
3078 ____________________________________________________________________________
3079 [  9204] By: jhi                                   on 2001/03/18  19:37:46
3080         Log: Make perl.third checks more understandable to the builder.
3081      Branch: perl
3082            ! Makefile.SH
3083 ____________________________________________________________________________
3084 [  9203] By: jhi                                   on 2001/03/18  19:20:54
3085         Log: Re-integrate #9138 from maintperl to mainline,
3086              the squelching of the unneeded "Scalars leaked" messages.
3087      Branch: perl
3088           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3089           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3090           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3091 ____________________________________________________________________________
3092 [  9202] By: jhi                                   on 2001/03/18  18:48:36
3093         Log: More robust and more paranoid perl.third target.
3094      Branch: perl
3095            ! Makefile.SH
3096 ____________________________________________________________________________
3097 [  9201] By: jhi                                   on 2001/03/18  18:39:21
3098         Log: Integrate change #9197 from maintperl to mainline.
3099              
3100              more thorough cleaning of arenas.
3101      Branch: perl
3102           !> embed.pl perl.c proto.h sv.c t/op/sort.t
3103 ____________________________________________________________________________
3104 [  9200] By: jhi                                   on 2001/03/18  18:25:17
3105         Log: Integrate perlio.
3106      Branch: perl
3107           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
3108           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
3109           !> t/lib/encode.t toke.c universal.c utf8.c
3110 ____________________________________________________________________________
3111 [  9199] By: nick                                  on 2001/03/18  15:23:51
3112         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
3113              is the sense of the test being done. Avoid some magical 127 and 128 values
3114              by using macros.
3115      Branch: perlio
3116            ! doop.c pp_ctl.c sv.c toke.c
3117 ____________________________________________________________________________
3118 [  9198] By: nick                                  on 2001/03/18  14:18:12
3119         Log: UTF-X encoding invariance for Encode:
3120              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
3121              - move the XS code for those to universal.c (so in miniperl)
3122              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
3123              - change ext/Encode/compile to use above.
3124              - Fix t/lib/encode.t for above
3125              - Teach t/lib/b.t to expect -uutf8
3126              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
3127              utf8.pm is needed.
3128      Branch: perlio
3129            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
3130            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
3131 ____________________________________________________________________________
3132 [  9197] By: gsar                                  on 2001/03/18  12:15:57
3133         Log: more thorough cleaning of arenas--keep going until no more
3134              SvREFCNT_dec()s occur (this fixes the problem that causes the
3135              pesky "Scalars leaked" warnings)
3136      Branch: maint-5.6/perl
3137            ! embed.pl perl.c proto.h sv.c t/op/sort.t
3138 ____________________________________________________________________________
3139 [  9196] By: nick                                  on 2001/03/18  10:57:29
3140         Log: Fix pragma/utf8.t # 15
3141              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
3142              are SvUTF8 as well.
3143      Branch: perlio
3144            ! toke.c
3145 ____________________________________________________________________________
3146 [  9195] By: nick                                  on 2001/03/18  09:27:06
3147         Log: Integrate mainline
3148      Branch: perlio
3149           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
3150           !> t/op/pat.t
3151 ____________________________________________________________________________
3152 [  9194] By: jhi                                   on 2001/03/18  05:29:59
3153         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
3154              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
3155      Branch: perl
3156            ! op.c op.h t/op/misc.t t/op/pat.t
3157 ____________________________________________________________________________
3158 [  9193] By: jhi                                   on 2001/03/18  05:15:06
3159         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
3160      Branch: perl
3161            ! mg.c t/op/pat.t
3162 ____________________________________________________________________________
3163 [  9192] By: jhi                                   on 2001/03/18  04:22:43
3164         Log: tr/// UTF-8 patches from Inaba Hiroto.
3165      Branch: perl
3166            ! doop.c op.c
3167 ____________________________________________________________________________
3168 [  9191] By: jhi                                   on 2001/03/18  04:21:17
3169         Log: Integrate perlio.
3170      Branch: perl
3171           !> utf8.c utfebcdic.h
3172 ____________________________________________________________________________
3173 [  9190] By: nick                                  on 2001/03/17  20:32:01
3174         Log: Correct #if EBCDIC side typos.
3175              Builds and passes many tests on OS390.
3176      Branch: perlio
3177            ! utf8.c utfebcdic.h
3178 ____________________________________________________________________________
3179 [  9189] By: jhi                                   on 2001/03/17  18:55:49
3180         Log: Add prerequisites for the perl.third target.
3181      Branch: perl
3182            ! Makefile.SH
3183 ____________________________________________________________________________
3184 [  9188] By: jhi                                   on 2001/03/17  18:46:00
3185         Log: Integrate perlio.
3186      Branch: perl
3187           +> utfebcdic.h
3188           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
3189 ____________________________________________________________________________
3190 [  9187] By: jhi                                   on 2001/03/17  18:38:47
3191         Log: Add a make rule for perl.third (the Third Degree memory debugging
3192              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
3193      Branch: perl
3194            ! Makefile.SH
3195 ____________________________________________________________________________
3196 [  9186] By: nick                                  on 2001/03/17  18:34:48
3197         Log: MANIFEST addition :-(
3198      Branch: perlio
3199            ! MANIFEST
3200 ____________________________________________________________________________
3201 [  9185] By: nick                                  on 2001/03/17  18:29:50
3202         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
3203              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
3204              a superset of ASCII are invariant under the encoding. This is EBCDIC
3205              friendly as an encoded string can be looked at as being EBCDIC by lexer
3206              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
3207              ASCII on ASCII machines.
3208              
3209              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
3210              seperate.
3211              - Add some more macros to comprehend different shift amounts and
3212              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
3213              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
3214              and conditionaly #include it.
3215              
3216              EBCDIC build as yet untested.  ASCII still fails the one test.
3217      Branch: perlio
3218            + utfebcdic.h
3219            ! utf8.c utf8.h
3220 ____________________________________________________________________________
3221 [  9184] By: nick                                  on 2001/03/17  17:44:16
3222         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
3223      Branch: perlio
3224            ! doop.c perl.h pp.c utf8.h
3225 ____________________________________________________________________________
3226 [  9183] By: jhi                                   on 2001/03/17  15:55:42
3227         Log: Integrate perlio.
3228      Branch: perl
3229            ! MANIFEST
3230           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
3231 ____________________________________________________________________________
3232 [  9182] By: nick                                  on 2001/03/17  09:16:06
3233         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
3234      Branch: perlio
3235            ! t/op/pat.t
3236 ____________________________________________________________________________
3237 [  9181] By: nick                                  on 2001/03/17  09:15:11
3238         Log: Integrate mainline.
3239      Branch: perlio
3240           +> lib/Locale/Constants.pm lib/Locale/Country.pm
3241           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
3242           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
3243           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
3244           !> (integrate 83 files)
3245 ____________________________________________________________________________
3246 [  9180] By: nick                                  on 2001/03/16  17:23:21
3247         Log: EBCDIC Fixes.
3248      Branch: perlio
3249            ! perl.h sv.c toke.c utf8.c utf8.h
3250 ____________________________________________________________________________
3251 [  9179] By: jhi                                   on 2001/03/16  14:10:12
3252         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
3253              a change needed to work around an AIX compiler bug.
3254      Branch: perl
3255            ! ext/Storable/Storable.xs
3256 ____________________________________________________________________________
3257 [  9178] By: jhi                                   on 2001/03/16  03:19:59
3258         Log: With Damian's approval synchronize damian's modules'
3259              licensing with Perl's standard module licensing.
3260      Branch: perl
3261            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
3262 ____________________________________________________________________________
3263 [  9177] By: jhi                                   on 2001/03/16  03:15:34
3264         Log: Make the Filter::Util:Call files have their own copies
3265              of the Perl standard module licensing, from Paul Marquess.
3266      Branch: perl
3267            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
3268 ____________________________________________________________________________
3269 [  9176] By: jhi                                   on 2001/03/16  02:56:04
3270         Log: Subject: [PATCH] more pod patches
3271              From: Michael Stevens <michael@etla.org>
3272              Date: Thu, 15 Mar 2001 21:25:18 +0000
3273              Message-ID: <20010315212518.A18870@firedrake.org>
3274      Branch: perl
3275            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
3276            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
3277            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
3278            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
3279            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3280            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
3281            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
3282            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
3283            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
3284            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
3285            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
3286            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
3287            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
3288            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
3289            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
3290            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
3291            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
3292            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
3293            ! lib/Locale/Country.pm lib/Locale/Language.pm
3294            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
3295            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3296            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
3297            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
3298            ! os2/OS2/Process/Process.pm
3299 ____________________________________________________________________________
3300 [  9175] By: jhi                                   on 2001/03/16  02:53:32
3301         Log: Subject: [PATCH] the uncontroversial doc patches
3302              From: Michael Stevens <michael@etla.org>
3303              Date: Thu, 15 Mar 2001 20:01:12 +0000
3304              Message-ID: <20010315200112.A7636@firedrake.org>
3305      Branch: perl
3306            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
3307            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
3308            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
3309            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
3310            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
3311 ____________________________________________________________________________
3312 [  9174] By: jhi                                   on 2001/03/16  02:50:49
3313         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
3314              From: Paul Lindner <lindner@inuus.com>
3315              Date: Fri, 16 Mar 2001 11:28:03 -0800
3316              Message-ID: <20010316112803.A7577@inuus.com>
3317      Branch: perl
3318            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3319 ____________________________________________________________________________
3320 [  9173] By: nick                                  on 2001/03/15  20:21:03
3321         Log: 1st day's EBCDIC fixes:
3322              - toke.c's parsing of strings needed attention
3323              needed to conditionally e2a if string was already UTF-8
3324              - e2a/a2e tables where wrong way round.
3325              - new macros in utf8.h
3326      Branch: perlio
3327            ! perl.h toke.c utf8.h
3328 ____________________________________________________________________________
3329 [  9172] By: jhi                                   on 2001/03/15  15:17:17
3330         Log: Update Changes.
3331      Branch: perl
3332            ! Changes patchlevel.h
3333 ____________________________________________________________________________
3334 [  9171] By: jhi                                   on 2001/03/15  15:09:32
3335         Log: Subject: Re: Another Borland C++ problem.
3336              From: "Vadim Konovalov" <watman@inbox.ru>
3337              Date: Sat, 10 Mar 2001 19:26:07 +0300
3338              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
3339              
3340              Borland filename case problem.
3341      Branch: perl
3342            + win32/sncfnmcs.pl
3343            ! MANIFEST README.win32
3344 ____________________________________________________________________________
3345 [  9170] By: jhi                                   on 2001/03/15  14:54:23
3346         Log: Add Locale::Codes 1.06, from Neil Bowers.
3347      Branch: perl
3348            + lib/Locale/Constants.pm lib/Locale/Country.pm
3349            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
3350            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
3351            + t/lib/lc-language.t t/lib/lc-uk.t
3352            ! MANIFEST
3353 ____________________________________________________________________________
3354 [  9169] By: jhi                                   on 2001/03/15  14:19:01
3355         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
3356      Branch: perl
3357            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3358            ! ext/Storable/Storable.xs
3359 ____________________________________________________________________________
3360 [  9168] By: jhi                                   on 2001/03/15  14:13:22
3361         Log: Integrate changes #9120,9167 from mainline to maintperl.
3362              
3363              Subject: [PATCH 5.6.1] OS/2 docs
3364              
3365              Subject: [PATCH 5.6.1] perldoc
3366      Branch: maint-5.6/perl
3367           !> os2/Changes utils/perldoc.PL
3368 ____________________________________________________________________________
3369 [  9167] By: jhi                                   on 2001/03/15  14:07:42
3370         Log: Subject: [PATCH 5.6.1] perldoc
3371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3372              Date: Wed, 14 Mar 2001 23:46:52 -0500
3373              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
3374      Branch: perl
3375            ! utils/perldoc.PL
3376 ____________________________________________________________________________
3377 [  9166] By: jhi                                   on 2001/03/15  13:53:15
3378         Log: sigaction test condition tweakage.
3379      Branch: perl
3380            ! t/lib/sigaction.t
3381 ____________________________________________________________________________
3382 [  9165] By: alanbur                               on 2001/03/15  03:49:17
3383         Log: Resynchronised with parent
3384      Branch: maint-5.6/pureperl
3385           +> os2/os2add.sym t/op/anonsub.t
3386           !> (integrate 72 files)
3387 ____________________________________________________________________________
3388 [  9164] By: jhi                                   on 2001/03/15  01:05:01
3389         Log: Avoid stomping off the beginning of an array in tr///.
3390      Branch: perl
3391            ! op.c
3392 ____________________________________________________________________________
3393 [  9163] By: jhi                                   on 2001/03/15  00:58:57
3394         Log: h2ph strictness and cleanliness from Kurt Starsinic.
3395      Branch: perl
3396            ! utils/h2ph.PL
3397 ____________________________________________________________________________
3398 [  9162] By: gsar                                  on 2001/03/15  00:56:53
3399         Log: avoid warnings
3400      Branch: maint-5.6/perl
3401            ! t/op/magic.t
3402 ____________________________________________________________________________
3403 [  9161] By: gsar                                  on 2001/03/15  00:52:09
3404         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
3405              results
3406      Branch: maint-5.6/perl
3407            ! t/op/magic.t
3408 ____________________________________________________________________________
3409 [  9160] By: jhi                                   on 2001/03/14  22:02:10
3410         Log: Do not use the Perl malloc in IRIX, suggested by
3411              Helmus Jarausch.
3412      Branch: perl
3413            ! hints/irix_6.sh
3414 ____________________________________________________________________________
3415 [  9159] By: nick                                  on 2001/03/14  21:45:59
3416         Log: Integrate mainline
3417      Branch: perlio
3418           +> t/op/loopctl.t
3419           !> (integrate 41 files)
3420 ____________________________________________________________________________
3421 [  9158] By: jhi                                   on 2001/03/14  21:10:09
3422         Log: The Day of the Retractions continues: the #9138
3423              (integrated in #9144) doesn't work well in mainline.
3424      Branch: perl
3425            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3426            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3427            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3428 ____________________________________________________________________________
3429 [  9157] By: jhi                                   on 2001/03/14  20:58:12
3430         Log: The #9145 CANNOT be enabled: the clear_pmop code still
3431              dumps core all over in Tru64.
3432      Branch: perl
3433            ! op.c op.h t/op/pat.t
3434 ____________________________________________________________________________
3435 [  9156] By: jhi                                   on 2001/03/14  20:48:06
3436         Log: Integrate change #9154 from maintperl to mainline.
3437              
3438              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
3439              (caused Storable 1.0.10 to break on windows)
3440      Branch: perl
3441           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
3442           !> perlapi.c proto.h
3443 ____________________________________________________________________________
3444 [  9155] By: jhi                                   on 2001/03/14  20:23:53
3445         Log: Retract #9136: breaks threading (and binary compatibility).
3446      Branch: perl
3447            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3448 ____________________________________________________________________________
3449 [  9154] By: gsar                                  on 2001/03/14  17:48:18
3450         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
3451              (caused Storable 1.0.10 to break on windows)
3452      Branch: maint-5.6/perl
3453            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
3454            ! perlapi.c proto.h
3455 ____________________________________________________________________________
3456 [  9153] By: jhi                                   on 2001/03/14  13:35:21
3457         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
3458      Branch: perl
3459            ! t/lib/sigaction.t
3460 ____________________________________________________________________________
3461 [  9152] By: gsar                                  on 2001/03/14  07:29:40
3462         Log: back out changes#9012,9010,9009 and parts of change#9016
3463              (causes ABRs under purify, and some prerequisites don't
3464              seem to be there in 5.6.x)
3465      Branch: maint-5.6/perl
3466            ! doop.c op.c t/op/tr.t toke.c
3467 ____________________________________________________________________________
3468 [  9151] By: gsar                                  on 2001/03/14  07:01:29
3469         Log: reenable change#9145 (the test was busted due to a missing
3470              C<print "ok 27\n">)
3471      Branch: perl
3472            ! op.c op.h t/op/pat.t
3473 ____________________________________________________________________________
3474 [  9150] By: jhi                                   on 2001/03/14  06:38:36
3475         Log: Retract #9145.
3476      Branch: perl
3477            ! op.c op.h t/op/pat.t
3478 ____________________________________________________________________________
3479 [  9149] By: jhi                                   on 2001/03/14  06:14:56
3480         Log: Retract #9143.
3481      Branch: perl
3482            ! op.c
3483 ____________________________________________________________________________
3484 [  9148] By: gsar                                  on 2001/03/14  06:13:02
3485         Log: Uninitialized Memory Read in regexec.c
3486      Branch: perl
3487            ! regexec.c
3488 ____________________________________________________________________________
3489 [  9147] By: jhi                                   on 2001/03/14  04:59:54
3490         Log: Subject: PATCH: make goto work in nested eval ""
3491              From: Robin Houston <robin@kitsite.com>
3492              Date: Wed, 14 Mar 2001 04:16:10 +0000
3493              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
3494      Branch: perl
3495            ! pp_ctl.c t/op/goto.t
3496 ____________________________________________________________________________
3497 [  9146] By: jhi                                   on 2001/03/14  04:42:54
3498         Log: Preserve the #ifdef PERL_CORE in perly.h.
3499      Branch: perl
3500            ! perly.fixer
3501 ____________________________________________________________________________
3502 [  9145] By: jhi                                   on 2001/03/14  03:57:41
3503         Log: (Retracted by #9150.)
3504      Branch: perl
3505            ! op.c op.h t/op/pat.t
3506 ____________________________________________________________________________
3507 [  9144] By: jhi                                   on 2001/03/14  03:50:38
3508         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
3509              
3510              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
3511              
3512              remove squelch controls for "Scalars leaked" messages in most places
3513              (these are now cured)
3514              
3515              fix another memory leak reported by purify (tie callbacks that
3516              croak can leak when wiping out magic)
3517      Branch: perl
3518           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
3519           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
3520           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
3521           !> t/pragma/warnings.t
3522 ____________________________________________________________________________
3523 [  9143] By: jhi                                   on 2001/03/14  03:37:53
3524         Log: (Retracted by #9149.)
3525      Branch: perl
3526            ! op.c
3527 ____________________________________________________________________________
3528 [  9142] By: gsar                                  on 2001/03/14  03:20:48
3529         Log: fix another memory leak reported by purify (tie callbacks that
3530              croak can leak when wiping out magic)
3531      Branch: maint-5.6/perl
3532            ! scope.c
3533 ____________________________________________________________________________
3534 [  9141] By: jhi                                   on 2001/03/14  02:55:00
3535         Log: Subject: PATCH for [ID 20010305.003]
3536              From: Robin Houston <robin@kitsite.com>
3537              Date: Wed, 14 Mar 2001 02:45:51 +0000
3538              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
3539      Branch: perl
3540            ! pp_ctl.c t/op/eval.t
3541 ____________________________________________________________________________
3542 [  9140] By: jhi                                   on 2001/03/14  02:41:54
3543         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
3544              Date: Wed, 14 Mar 2001 01:52:51 +0000
3545              From: Robin Houston <robin@kitsite.com>
3546              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
3547              
3548              Fix for 2000313.004.
3549      Branch: perl
3550            ! pp_ctl.c t/op/goto.t
3551 ____________________________________________________________________________
3552 [  9139] By: jhi                                   on 2001/03/14  02:40:50
3553         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
3554              From: Robin Houston <robin@kitsite.com>
3555              Date: Wed, 14 Mar 2001 00:43:45 +0000
3556              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
3557      Branch: perl
3558            + t/op/loopctl.t
3559            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
3560            ! vms/perly_c.vms
3561 ____________________________________________________________________________
3562 [  9138] By: gsar                                  on 2001/03/14  01:18:00
3563         Log: remove squelch controls for "Scalars leaked" messages in most places
3564              (these are now cured)
3565      Branch: maint-5.6/perl
3566            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3567            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3568            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3569 ____________________________________________________________________________
3570 [  9137] By: gsar                                  on 2001/03/14  00:57:04
3571         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
3572      Branch: maint-5.6/perl
3573            ! regcomp.c
3574 ____________________________________________________________________________
3575 [  9136] By: jhi                                   on 2001/03/13  23:12:24
3576         Log: (Retracted by #9155)
3577              
3578              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
3579              From: Jens-Uwe Mager <jum@helios.de>
3580              Date: Wed, 21 Feb 2001 21:32:04 +0100
3581              Message-ID: <20010221213203.A18340@ans.helios.de>
3582      Branch: perl
3583            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3584 ____________________________________________________________________________
3585 [  9135] By: jhi                                   on 2001/03/13  22:50:05
3586         Log: Integrate perlio.
3587      Branch: perl
3588           !> pp.c
3589 ____________________________________________________________________________
3590 [  9134] By: jhi                                   on 2001/03/13  22:49:05
3591         Log: Integrate change #9131 from maintperl into mainline.
3592              
3593              make the error text look more consistent in hints/hpux.sh
3594      Branch: perl
3595           !> hints/hpux.sh
3596 ____________________________________________________________________________
3597 [  9133] By: gsar                                  on 2001/03/13  22:46:20
3598         Log: integrate change#9067 from mainline
3599              
3600              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
3601      Branch: maint-5.6/perl
3602           !> lib/ExtUtils/MM_Unix.pm
3603 ____________________________________________________________________________
3604 [  9132] By: jhi                                   on 2001/03/13  22:41:21
3605         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
3606              From: "John P. Linderman" <jpl@research.att.com>
3607              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
3608              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
3609              
3610              A more correct prime finder.
3611      Branch: perl
3612            ! lib/Tie/SubstrHash.pm
3613 ____________________________________________________________________________
3614 [  9131] By: gsar                                  on 2001/03/13  22:30:42
3615         Log: make the error text look more consistent in hints/hpux.sh
3616      Branch: maint-5.6/perl
3617            ! hints/hpux.sh
3618 ____________________________________________________________________________
3619 [  9130] By: jhi                                   on 2001/03/13  22:23:44
3620         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
3621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3622              Date: Tue, 13 Mar 2001 18:41:26 +0100
3623              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
3624              
3625              If the test is run non-interactively the default handler
3626              is different.
3627      Branch: perl
3628            ! t/lib/sigaction.t
3629 ____________________________________________________________________________
3630 [  9129] By: jhi                                   on 2001/03/13  22:20:21
3631         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
3632              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3633              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
3634              Date:     Tue, 13 Mar 2001 16:44:32 EST
3635      Branch: perl
3636            ! t/lib/1_compile.t
3637 ____________________________________________________________________________
3638 [  9128] By: jhi                                   on 2001/03/13  22:18:34
3639         Log: Subject: Another patch for integer.pm POD 
3640              From: "John L. Allen" <allen@grumman.com>
3641              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
3642              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
3643      Branch: perl
3644            ! lib/integer.pm
3645 ____________________________________________________________________________
3646 [  9127] By: nick                                  on 2001/03/13  21:26:30
3647         Log: Integrate mainline.
3648      Branch: perlio
3649           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
3650           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
3651           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
3652           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
3653           !> Changes Configure MANIFEST README.os2 README.os390
3654           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
3655           !> os2/Changes patchlevel.h win32/perlhost.h
3656 ____________________________________________________________________________
3657 [  9126] By: nick                                  on 2001/03/13  20:39:51
3658         Log: #ifdef'ed out code to make packed side of pack/unpack
3659              octets. (i.e. pack('U') => encode_utf8).
3660      Branch: perlio
3661            ! pp.c
3662 ____________________________________________________________________________
3663 [  9125] By: jhi                                   on 2001/03/13  15:07:16
3664         Log: Update Changes.
3665      Branch: perl
3666            ! Changes patchlevel.h
3667 ____________________________________________________________________________
3668 [  9124] By: jhi                                   on 2001/03/13  14:22:45
3669         Log: Workaround for the buggy ("internal compiler error")
3670              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
3671              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
3672              of Andreas König.
3673      Branch: perl
3674            ! ext/re/Makefile.PL hints/aix.sh
3675 ____________________________________________________________________________
3676 [  9123] By: jhi                                   on 2001/03/13  03:24:34
3677         Log: Typo in #9114.
3678      Branch: metaconfig
3679            ! U/modified/myhostname.U
3680 ____________________________________________________________________________
3681 [  9122] By: jhi                                   on 2001/03/13  03:24:06
3682         Log: Typo in #9113.
3683      Branch: perl
3684            ! Configure
3685 ____________________________________________________________________________
3686 [  9121] By: jhi                                   on 2001/03/13  01:53:05
3687         Log: Forgot to check-in the larger part of #9120, duh.
3688      Branch: perl
3689            ! README.os2
3690 ____________________________________________________________________________
3691 [  9120] By: jhi                                   on 2001/03/13  01:51:31
3692         Log: Subject: [PATCH 5.6.1] OS/2 docs
3693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3694              Date: Mon, 12 Mar 2001 03:27:32 -0500
3695              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
3696      Branch: perl
3697            ! os2/Changes
3698 ____________________________________________________________________________
3699 [  9119] By: jhi                                   on 2001/03/13  01:49:41
3700         Log: Integrate change #9116 from maintperl into mainline.
3701              
3702              Win32::GetCwd() returns C: instead of C:\ in the root directory
3703              under ithreads
3704      Branch: perl
3705           !> win32/perlhost.h
3706 ____________________________________________________________________________
3707 [  9118] By: jhi                                   on 2001/03/13  01:13:39
3708         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
3709      Branch: perl
3710            + lib/Switch.pm t/lib/switch.t
3711            ! MANIFEST
3712 ____________________________________________________________________________
3713 [  9117] By: jhi                                   on 2001/03/13  01:03:17
3714         Log: Add Text::Balanced 1.83.
3715      Branch: perl
3716            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
3717            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
3718            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
3719            + t/lib/tb-xvari.t
3720            ! MANIFEST
3721 ____________________________________________________________________________
3722 [  9116] By: gsar                                  on 2001/03/13  00:55:53
3723         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
3724              under ithreads
3725      Branch: maint-5.6/perl
3726            ! win32/perlhost.h
3727 ____________________________________________________________________________
3728 [  9115] By: jhi                                   on 2001/03/13  00:54:09
3729         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
3730              From: "John L. Allen" <allen@grumman.com>
3731              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
3732              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
3733              
3734              use integer document clarification.
3735      Branch: perl
3736            ! lib/integer.pm
3737 ____________________________________________________________________________
3738 [  9114] By: jhi                                   on 2001/03/13  00:38:54
3739         Log: Metaconfig unit change for #9113.
3740      Branch: metaconfig
3741            ! U/modified/myhostname.U
3742 ____________________________________________________________________________
3743 [  9113] By: jhi                                   on 2001/03/13  00:38:35
3744         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?)
3745              From: Peter Prymmer <pvhp@forte.com>
3746              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
3747              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
3748      Branch: perl
3749            ! Configure README.os390 hints/os390.sh
3750 ____________________________________________________________________________
3751 [  9112] By: jhi                                   on 2001/03/13  00:29:00
3752         Log: Integrate perlio.
3753      Branch: perl
3754           !> sv.c utf8.h
3755 ____________________________________________________________________________
3756 [  9111] By: nick                                  on 2001/03/12  21:16:33
3757         Log: Integrate mainline.
3758      Branch: perlio
3759           +> t/op/anonsub.t
3760           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
3761           !> proto.h sv.c
3762 ____________________________________________________________________________
3763 [  9110] By: nick                                  on 2001/03/12  21:00:13
3764         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
3765      Branch: perlio
3766            ! sv.c utf8.h
3767 ____________________________________________________________________________
3768 [  9109] By: jhi                                   on 2001/03/12  16:04:47
3769         Log: Integrate change #9108 from maintperl to mainline.
3770              
3771              fix memory leak in C<sub X { sub {} }> arising from a refcount
3772              loop between the outer sub and the inner prototype anonsub
3773              
3774              this also enables closures returned by subroutines that
3775              subsequently get redefined to work without generating coredumps :)
3776              
3777              completely removed the free_closures() hack--it shouldn't be
3778              needed anymore
3779      Branch: perl
3780           +> t/op/anonsub.t
3781           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
3782           !> proto.h sv.c
3783 ____________________________________________________________________________
3784 [  9108] By: gsar                                  on 2001/03/12  10:21:31
3785         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
3786              loop between the outer sub and the inner prototype anonsub
3787              
3788              this also enables closures returned by subroutines that
3789              subsequently get redefined to work without generating coredumps :)
3790              
3791              completely removed the free_closures() hack--it shouldn't be
3792              needed anymore
3793      Branch: maint-5.6/perl
3794            + t/op/anonsub.t
3795            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
3796            ! proto.h sv.c
3797 ____________________________________________________________________________
3798 [  9107] By: jhi                                   on 2001/03/12  05:15:31
3799         Log: Integrate perlio.
3800      Branch: perl
3801           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
3802 ____________________________________________________________________________
3803 [  9106] By: nick                                  on 2001/03/11  20:10:12
3804         Log: regcomp.c is working in native space, not Unicode space (if different)
3805              as it is doing compare against 'W' in \W etc.
3806      Branch: perlio
3807            ! regcomp.c
3808 ____________________________________________________________________________
3809 [  9105] By: nick                                  on 2001/03/11  19:39:34
3810         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
3811              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
3812      Branch: perlio
3813            ! regcomp.c toke.c utf8.c
3814 ____________________________________________________________________________
3815 [  9104] By: nick                                  on 2001/03/11  18:15:44
3816         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
3817      Branch: perlio
3818            ! sv.c
3819 ____________________________________________________________________________
3820 [  9103] By: nick                                  on 2001/03/11  18:03:28
3821         Log: Integrate mainline (for regexp stuff).
3822      Branch: perlio
3823           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
3824           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
3825           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
3826           !> t/lib/errno.t t/op/pat.t
3827 ____________________________________________________________________________
3828 [  9102] By: nick                                  on 2001/03/11  17:44:20
3829         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
3830              - exclude layer syms in makedef.pl for sfio
3831              - also inhibit Encode from trying to build ":encode()" layer.
3832      Branch: perlio
3833            ! ext/Encode/Encode.xs makedef.pl
3834 ____________________________________________________________________________
3835 [  9101] By: jhi                                   on 2001/03/10  22:38:13
3836         Log: The $Is_MacOS needs to be declared.
3837      Branch: perl
3838            ! lib/ExtUtils/Manifest.pm
3839 ____________________________________________________________________________
3840 [  9100] By: jhi                                   on 2001/03/10  22:14:29
3841         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
3842              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
3843              pollute the symbolspace if using sfio.
3844      Branch: perl
3845            ! ext/Encode/Encode.xs
3846 ____________________________________________________________________________
3847 [  9099] By: jhi                                   on 2001/03/10  21:58:48
3848         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
3849              Date: Sat, 10 Mar 2001 14:23:55 -0500
3850              From: Chris Nandor <pudge@pobox.com>
3851              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
3852      Branch: perl
3853            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
3854            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
3855            ! t/lib/errno.t
3856 ____________________________________________________________________________
3857 [  9098] By: jhi                                   on 2001/03/10  21:38:30
3858         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
3859      Branch: perl
3860            ! regcomp.c regexec.c t/op/pat.t
3861 ____________________________________________________________________________
3862 [  9097] By: jhi                                   on 2001/03/10  14:38:07
3863         Log: Integrate perlio.
3864      Branch: perl
3865           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
3866           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
3867           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
3868 ____________________________________________________________________________
3869 [  9096] By: nick                                  on 2001/03/10  11:55:43
3870         Log: EBCDIC sanity - phase I
3871              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
3872              - use utf8n_xxxx (c.f. pvn) for forms which take length.
3873              - back out vN.N and $^V exceptions to e2a/a2e
3874              - make "locale" isxxx macros be uvchr (may be redundant?)
3875              
3876              Not clear yet that toUPPER_uni et. al. return being handled correctly.
3877              The tr// and rexexp stuff still needs an audit, assumption is they are working
3878              in Unicode space.
3879              
3880              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
3881      Branch: perlio
3882            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
3883            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
3884            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
3885 ____________________________________________________________________________
3886 [  9095] By: jhi                                   on 2001/03/09  22:10:01
3887         Log: Integrate perlio.
3888      Branch: perl
3889           !> dump.c
3890 ____________________________________________________________________________
3891 [  9094] By: nick                                  on 2001/03/09  17:36:38
3892         Log: Builds an passes all tests after integrate and this tweak.
3893      Branch: perlio
3894            ! dump.c
3895 ____________________________________________________________________________
3896 [  9093] By: nick                                  on 2001/03/09  17:16:03
3897         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
3898      Branch: perlio
3899           +> lib/unicode/Scripts.txt t/lib/sigaction.t
3900           !> (integrate 79 files)
3901 ____________________________________________________________________________
3902 [  9092] By: jhi                                   on 2001/03/09  15:28:26
3903         Log: Update Changes.
3904      Branch: perl
3905            ! Changes patchlevel.h
3906 ____________________________________________________________________________
3907 [  9091] By: jhi                                   on 2001/03/09  15:25:05
3908         Log: In op/stat #35 better to scan all the potential directories
3909              for setuids, not just the first one.
3910      Branch: perl
3911            ! t/op/stat.t
3912 ____________________________________________________________________________
3913 [  9090] By: jhi                                   on 2001/03/09  15:01:27
3914         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
3915              From: rspier@pobox.com (Robert Spier)
3916              Date: Fri, 9 Mar 2001 03:30:20 -0500
3917              Message-ID: <15016.38044.381174.160189@rls.cx>
3918              
3919              EXISTS() returning undef mistakenly triggered a FETCH().
3920      Branch: perl
3921            ! hv.c
3922 ____________________________________________________________________________
3923 [  9089] By: jhi                                   on 2001/03/09  14:59:02
3924         Log: Add /sbin and /usr/sbin to the list of directories scanned
3925              for setuid programs.  Takes care of bug id 20010309.003.
3926      Branch: perl
3927            ! t/op/stat.t
3928 ____________________________________________________________________________
3929 [  9088] By: jhi                                   on 2001/03/09  14:48:32
3930         Log: Regen perlapi, perltoc.
3931      Branch: perl
3932            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
3933 ____________________________________________________________________________
3934 [  9087] By: jhi                                   on 2001/03/09  14:38:56
3935         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
3936              From: David Mitchell <davem@fdgroup.co.uk>
3937              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
3938              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
3939      Branch: perl
3940            ! dump.c perl.c perl.h pod/perlrun.pod
3941 ____________________________________________________________________________
3942 [  9086] By: jhi                                   on 2001/03/09  01:47:16
3943         Log: A modified version of
3944              
3945              Subject: [ID 20010307.005] POSIX::sigaction has various problems
3946              From: anders@broadcom.com
3947              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
3948              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
3949              
3950              Currently the sigaction.t test #6 fails (and is fudged to look
3951              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
3952              This may well be a genuine bug in Linux sigaction() (since at
3953              least Tru64, Solaris, and HP-UX disagree with Linux).
3954              Anyone with POSIX / SUSv2 tome handy?  The problem is that
3955              the flags of the oldaction don't match with the flags in
3956              the previously installed disposition.
3957      Branch: perl
3958            + t/lib/sigaction.t
3959            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3960 ____________________________________________________________________________
3961 [  9085] By: jhi                                   on 2001/03/09  01:30:13
3962         Log: Subject: Re: mission impossible for the day
3963              From: Alex Gough <alex@rcon.org>
3964              Date: Thu, 08 Mar 2001 17:18:19 +0000
3965              Message-ID: <3AA7BEDB.8070409@rcon.org>
3966              
3967              If references (are overloaded) and can be directly stringified,
3968              show that instead of "stringified".
3969              
3970              (The problem, infinite mutual recursion caused by overloaded bool
3971              in Switch.pm, tracked by David Mitchell)
3972      Branch: perl
3973            ! lib/Carp/Heavy.pm
3974 ____________________________________________________________________________
3975 [  9084] By: jhi                                   on 2001/03/09  01:20:39
3976         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
3977              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
3978              From: David Mitchell <davem@fdgroup.co.uk>
3979              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
3980      Branch: perl
3981            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
3982            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
3983 ____________________________________________________________________________
3984 [  9083] By: jhi                                   on 2001/03/09  01:16:51
3985         Log: Subject: [PATCH] perldata.pod here-doc docs
3986              From: Jeff Pinyan <jeffp@crusoe.net>
3987              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
3988              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
3989      Branch: perl
3990            ! pod/perldata.pod
3991 ____________________________________________________________________________
3992 [  9082] By: jhi                                   on 2001/03/09  01:01:27
3993         Log: Subject: Re: Unicode/EBCDIC
3994              From: Peter Prymmer <pvhp@forte.com>
3995              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
3996              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
3997      Branch: perl
3998            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
3999 ____________________________________________________________________________
4000 [  9081] By: jhi                                   on 2001/03/08  13:41:30
4001         Log: Subject: Ooops, wrong 'no *POSIX' Patch
4002              From: Dorner Thomas <Thomas.Dorner@start.de>
4003              Date: Thu, 8 Mar 2001 08:43:28 +0100
4004              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
4005      Branch: perl
4006            ! hints/posix-bc.sh
4007 ____________________________________________________________________________
4008 [  9080] By: jhi                                   on 2001/03/08  13:11:42
4009         Log: It's Scripts.txt, not Script.txt.
4010      Branch: perl
4011            ! MANIFEST
4012 ____________________________________________________________________________
4013 [  9079] By: jhi                                   on 2001/03/08  12:59:05
4014         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4015              From: Dorner Thomas <Thomas.Dorner@start.de>
4016              Date: Wed, 7 Mar 2001 14:13:31 +0100
4017              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4018      Branch: perl
4019            ! makedepend.SH
4020 ____________________________________________________________________________
4021 [  9078] By: jhi                                   on 2001/03/08  12:57:43
4022         Log: Retract #9069, wrong patch.
4023      Branch: perl
4024            ! Makefile.SH
4025 ____________________________________________________________________________
4026 [  9077] By: jhi                                   on 2001/03/08  01:06:13
4027         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
4028      Branch: perl
4029            + lib/unicode/Scripts.txt
4030            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
4031            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
4032            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
4033            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
4034            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
4035            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
4036            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
4037            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
4038            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
4039            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
4040            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
4041            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
4042            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
4043            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
4044            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
4045            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
4046            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
4047            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
4048            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
4049            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
4050            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
4051            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
4052            ! lib/unicode/version
4053 ____________________________________________________________________________
4054 [  9076] By: jhi                                   on 2001/03/07  22:59:39
4055         Log: Integrate change #7784 from mainline into maintperl.
4056              
4057              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
4058      Branch: maint-5.6/perl
4059           !> pp_ctl.c t/op/pat.t
4060 ____________________________________________________________________________
4061 [  9075] By: jhi                                   on 2001/03/07  22:05:11
4062         Log: More UTF-8 test tweaks.
4063      Branch: perl
4064            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
4065 ____________________________________________________________________________
4066 [  9074] By: nick                                  on 2001/03/07  21:39:29
4067         Log: Integrate mainline.
4068      Branch: perlio
4069           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
4070           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
4071           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
4072           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
4073           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
4074 ____________________________________________________________________________
4075 [  9073] By: jhi                                   on 2001/03/07  16:37:09
4076         Log: Update Changes.
4077      Branch: perl
4078            ! Changes patchlevel.h
4079 ____________________________________________________________________________
4080 [  9072] By: jhi                                   on 2001/03/07  16:32:30
4081         Log: Subject: [ID 20010306.004] || != named unary operator
4082              From: abela@geneanet.org
4083              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
4084              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
4085      Branch: perl
4086            ! pod/perlop.pod
4087 ____________________________________________________________________________
4088 [  9071] By: jhi                                   on 2001/03/07  15:14:11
4089         Log: Subject: downgrading to bytes for common functions
4090              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
4091              Date: Wed, 7 Mar 2001 02:36:55 -0500
4092              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
4093      Branch: perl
4094            ! pp_sys.c
4095 ____________________________________________________________________________
4096 [  9070] By: jhi                                   on 2001/03/07  15:04:58
4097         Log: Clarify the description differentiating for and while; inspired by
4098              
4099              Subject: [ID 20010306.002] for/while difference in for definition
4100              From: abela@geneanet.org
4101              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
4102              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
4103      Branch: perl
4104            ! pod/perlsyn.pod
4105 ____________________________________________________________________________
4106 [  9069] By: jhi                                   on 2001/03/07  14:55:30
4107         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4108              From: Dorner Thomas <Thomas.Dorner@start.de>
4109              Date: Wed, 7 Mar 2001 14:13:31 +0100
4110              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4111      Branch: perl
4112            ! Makefile.SH
4113 ____________________________________________________________________________
4114 [  9068] By: jhi                                   on 2001/03/07  14:51:17
4115         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
4116              From: Radu Greab <radu@netsoft.ro>
4117              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
4118              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
4119      Branch: perl
4120            ! pp.c t/op/chop.t
4121 ____________________________________________________________________________
4122 [  9067] By: jhi                                   on 2001/03/07  14:48:57
4123         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4124              From: Simon Cozens <simon@netthink.co.uk>
4125              Date: Wed, 7 Mar 2001 13:59:28 +0000
4126              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
4127              
4128              In order to allow MakeMaker to build correct Makefiles,
4129              you need to change the order of the arguments in MM_Unix.pm
4130              as well. (Unless you have C89_CCMODE set, but we're trying
4131              to be POSIXly correct)
4132              
4133              Thanks to Merijn Broeren for tracking this down.
4134      Branch: perl
4135            ! lib/ExtUtils/MM_Unix.pm
4136 ____________________________________________________________________________
4137 [  9066] By: jhi                                   on 2001/03/07  14:30:02
4138         Log: Floating point too messy.
4139      Branch: perl
4140            ! t/camel-III/vstring.t
4141 ____________________________________________________________________________
4142 [  9065] By: jhi                                   on 2001/03/07  14:17:44
4143         Log: Integrate change #9064 from maintperl into mainline.
4144              
4145              fix memory leak in pack("Bb",...)
4146      Branch: perl
4147           !> perl.c
4148 ____________________________________________________________________________
4149 [  9064] By: gsar                                  on 2001/03/07  06:29:24
4150         Log: fix memory leak in pack("Bb",...)
4151      Branch: maint-5.6/perl
4152            ! perl.c
4153 ____________________________________________________________________________
4154 [  9063] By: jhi                                   on 2001/03/07  00:55:04
4155         Log: Major utf8 test reorganisation and rewrite.
4156              Hopefully no tests were lost in the shuffle.
4157              (The beginning of pragma/utf8 was lost intentionally,
4158              the tests were rather bogus and incomplete.)
4159      Branch: perl
4160            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
4161            ! t/pragma/utf8.t
4162 ____________________________________________________________________________
4163 [  9062] By: jhi                                   on 2001/03/07  00:41:16
4164         Log: More tweakage on the Unicode character class descriptions.
4165      Branch: perl
4166            ! lib/unicode/mktables.PL pod/perlretut.pod
4167 ____________________________________________________________________________
4168 [  9061] By: jhi                                   on 2001/03/06  23:12:38
4169         Log: The perlretut was still talking about the old \p and \P
4170              definitions.
4171      Branch: perl
4172            ! pod/perlretut.pod
4173 ____________________________________________________________________________
4174 [  9060] By: nick                                  on 2001/03/06  20:52:37
4175         Log: Integrate mainline (make test works again now).
4176      Branch: perlio
4177           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
4178 ____________________________________________________________________________
4179 [  9059] By: jhi                                   on 2001/03/06  15:36:14
4180         Log: 0.999... does equal 1.0, doesn't it?
4181      Branch: perl
4182            ! t/camel-III/vstring.t
4183 ____________________________________________________________________________
4184 [  9058] By: jhi                                   on 2001/03/06  15:34:00
4185         Log: Make /x{abcd}/ to work without use utf8.
4186      Branch: perl
4187            ! regcomp.c
4188 ____________________________________________________________________________
4189 [  9057] By: jhi                                   on 2001/03/06  03:02:36
4190         Log: Easier to outcomment all the three reset() tests for now.
4191      Branch: perl
4192            ! t/op/pat.t
4193 ____________________________________________________________________________
4194 [  9056] By: jhi                                   on 2001/03/06  02:30:02
4195         Log: Comment out the deadly reset; until the 20010301.005
4196              is finally fixed.
4197      Branch: perl
4198            ! t/op/pat.t
4199 ____________________________________________________________________________
4200 [  9055] By: jhi                                   on 2001/03/06  02:21:26
4201         Log: Integrate the change #9054 from mainline:
4202              retract the PMOP cleanup patch pending further investigation.
4203      Branch: maint-5.6/perl
4204           !> op.c op.h
4205 ____________________________________________________________________________
4206 [  9054] By: jhi                                   on 2001/03/06  02:19:57
4207         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
4208              with oddly familiar stack traces.
4209      Branch: perl
4210            ! op.c op.h
4211 ____________________________________________________________________________
4212 [  9053] By: jhi                                   on 2001/03/05  23:20:28
4213         Log: Integrate perlio.
4214      Branch: perl
4215           +> ext/Encode/Encode/koi8-r.ucm
4216           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
4217           !> makedef.pl
4218 ____________________________________________________________________________
4219 [  9052] By: nick                                  on 2001/03/05  23:08:17
4220         Log: skipping USE_PERLIO symbols correction.
4221      Branch: perlio
4222            ! makedef.pl
4223 ____________________________________________________________________________
4224 [  9051] By: nick                                  on 2001/03/05  22:35:07
4225         Log: More Encode alias tidying.
4226      Branch: perlio
4227            + ext/Encode/Encode/koi8-r.ucm
4228            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
4229 ____________________________________________________________________________
4230 [  9050] By: jhi                                   on 2001/03/05  21:44:29
4231         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
4232              Sarathy's fix for ID 20010301.005.
4233      Branch: maint-5.6/perl
4234           !> op.c op.h
4235 ____________________________________________________________________________
4236 [  9049] By: nick                                  on 2001/03/05  19:54:04
4237         Log: Integrate Jarkko's Encode.pm tweak.
4238      Branch: perlio
4239           !> ext/Encode/Encode.pm
4240 ____________________________________________________________________________
4241 [  9048] By: nick                                  on 2001/03/05  19:47:57
4242         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
4243      Branch: perlio
4244           +> os2/os2add.sym
4245           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
4246           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
4247           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4248           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
4249           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
4250 ____________________________________________________________________________
4251 [  9047] By: jhi                                   on 2001/03/05  19:25:26
4252         Log: Regen perlapi.
4253      Branch: perl
4254            ! pod/perlapi.pod
4255 ____________________________________________________________________________
4256 [  9046] By: jhi                                   on 2001/03/05  19:12:14
4257         Log: Integrate perlio.
4258      Branch: perl
4259           +> t/camel-III/vstring.t
4260           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
4261 ____________________________________________________________________________
4262 [  9045] By: jhi                                   on 2001/03/05  19:10:36
4263         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
4264      Branch: perl
4265            ! ext/Encode/Encode.pm
4266 ____________________________________________________________________________
4267 [  9044] By: jhi                                   on 2001/03/05  18:49:12
4268         Log: Forgot the other half of the PMOP patch (#9033).
4269      Branch: perl
4270            ! op.h
4271 ____________________________________________________________________________
4272 [  9043] By: nick                                  on 2001/03/05  18:14:47
4273         Log: Update MANIFEST for new test.
4274      Branch: perlio
4275            ! MANIFEST
4276 ____________________________________________________________________________
4277 [  9042] By: nick                                  on 2001/03/05  18:12:41
4278         Log: Some tests for Camel 3rd edition features.
4279              Make gethostbyaddr() test in above work.
4280      Branch: perlio
4281            + t/camel-III/vstring.t
4282            ! pp.h pp_sys.c t/TEST t/harness
4283 ____________________________________________________________________________
4284 [  9041] By: jhi                                   on 2001/03/05  17:41:48
4285         Log: Add more ISO 8859 encoding aliases.
4286      Branch: perl
4287            ! ext/Encode/Encode.pm
4288 ____________________________________________________________________________
4289 [  9040] By: jhi                                   on 2001/03/05  17:30:43
4290         Log: Integrate perlio.
4291      Branch: perl
4292           !> MANIFEST sv.c
4293 ____________________________________________________________________________
4294 [  9039] By: nick                                  on 2001/03/05  17:11:36
4295         Log: Missed added file.
4296      Branch: perlio
4297            ! MANIFEST
4298 ____________________________________________________________________________
4299 [  9038] By: jhi                                   on 2001/03/05  15:58:01
4300         Log: Add tr tests for EBCDIC, from Karsten Sperling.
4301      Branch: perl
4302            ! t/op/tr.t
4303 ____________________________________________________________________________
4304 [  9037] By: nick                                  on 2001/03/05  15:56:35
4305         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
4306              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
4307              
4308              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
4309              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
4310              - uses SvPV() rather than sv_2pv() in case it isn't a string.
4311      Branch: perlio
4312            ! sv.c
4313 ____________________________________________________________________________
4314 [  9036] By: jhi                                   on 2001/03/05  15:49:15
4315         Log: Add matching tests currently failing in EBCDIC,
4316              suggested by Karsten Sperling.
4317      Branch: perl
4318            ! t/op/pat.t
4319 ____________________________________________________________________________
4320 [  9035] By: jhi                                   on 2001/03/05  15:36:55
4321         Log: The #9034 needs a MANIFESTation.
4322      Branch: perl
4323            ! MANIFEST
4324 ____________________________________________________________________________
4325 [  9034] By: jhi                                   on 2001/03/05  15:35:14
4326         Log: Integrate perlio.
4327      Branch: perl
4328           +> ext/Encode/Encode/Tcl.pm
4329           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4330           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
4331           !> ext/Encode/Encode/iso8859-1.ucm
4332           !> ext/Encode/Encode/iso8859-10.ucm
4333           !> ext/Encode/Encode/iso8859-13.ucm
4334           !> ext/Encode/Encode/iso8859-14.ucm
4335           !> ext/Encode/Encode/iso8859-15.ucm
4336           !> ext/Encode/Encode/iso8859-16.ucm
4337           !> ext/Encode/Encode/iso8859-2.ucm
4338           !> ext/Encode/Encode/iso8859-3.ucm
4339           !> ext/Encode/Encode/iso8859-4.ucm
4340           !> ext/Encode/Encode/iso8859-5.ucm
4341           !> ext/Encode/Encode/iso8859-6.ucm
4342           !> ext/Encode/Encode/iso8859-7.ucm
4343           !> ext/Encode/Encode/iso8859-8.ucm
4344           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
4345           !> t/lib/encode.t
4346 ____________________________________________________________________________
4347 [  9033] By: jhi                                   on 2001/03/05  15:33:18
4348         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
4349              From: Gurusamy Sarathy <gsar@ActiveState.com>
4350              Date: Sun, 04 Mar 2001 22:33:15 -0800
4351              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
4352              
4353              PMOPs need to remember their own stash so that they can
4354              gracefully remove themselves from their linked list.
4355      Branch: perl
4356            ! op.c
4357 ____________________________________________________________________________
4358 [  9032] By: nick                                  on 2001/03/05  14:51:50
4359         Log: Encode implementation "completion"
4360              Implement and document define_encoding()
4361              Implement and document encoding aliases including define_alias()
4362              Make Encode::XS use define_encoding() rather than back-door.
4363              Move run-time *.enc to separate Encode::Tcl module.
4364              Make 'compile' honour <codeset_name>
4365              Change canonical names of to iso-8859-* and US-ascii.
4366      Branch: perlio
4367            + ext/Encode/Encode/Tcl.pm
4368            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4369            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
4370            ! ext/Encode/Encode/iso8859-1.ucm
4371            ! ext/Encode/Encode/iso8859-10.ucm
4372            ! ext/Encode/Encode/iso8859-13.ucm
4373            ! ext/Encode/Encode/iso8859-14.ucm
4374            ! ext/Encode/Encode/iso8859-15.ucm
4375            ! ext/Encode/Encode/iso8859-16.ucm
4376            ! ext/Encode/Encode/iso8859-2.ucm
4377            ! ext/Encode/Encode/iso8859-3.ucm
4378            ! ext/Encode/Encode/iso8859-4.ucm
4379            ! ext/Encode/Encode/iso8859-5.ucm
4380            ! ext/Encode/Encode/iso8859-6.ucm
4381            ! ext/Encode/Encode/iso8859-7.ucm
4382            ! ext/Encode/Encode/iso8859-8.ucm
4383            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
4384            ! t/lib/encode.t
4385 ____________________________________________________________________________
4386 [  9031] By: jhi                                   on 2001/03/05  13:51:17
4387         Log: Integrate change #9030 from maintperl into mainline.
4388              
4389              Subject: [PATCH 5.6.1] OS/2 cleanup
4390      Branch: perl
4391           +> os2/os2add.sym
4392           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4393           !> makedef.pl os2/Changes os2/Makefile.SHs
4394           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
4395           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
4396           !> os2/os2.sym os2/os2ish.h
4397 ____________________________________________________________________________
4398 [  9030] By: jhi                                   on 2001/03/05  13:46:49
4399         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
4400              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4401              Date: Mon, 5 Mar 2001 02:29:44 -0500
4402              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
4403      Branch: maint-5.6/perl
4404            + os2/os2add.sym
4405            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4406            ! makedef.pl os2/Changes os2/Makefile.SHs
4407            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
4408            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
4409            ! os2/os2.sym os2/os2ish.h
4410 ____________________________________________________________________________
4411 [  9029] By: jhi                                   on 2001/03/05  13:40:35
4412         Log: Integrate change #9028 from maintperl into mainline.
4413              
4414              various nits in MM_Unix.pm found by disabling SelfLoader
4415      Branch: perl
4416           !> lib/ExtUtils/MM_Unix.pm
4417 ____________________________________________________________________________
4418 [  9028] By: gsar                                  on 2001/03/05  09:58:38
4419         Log: various nits in MM_Unix.pm found by disabling SelfLoader
4420      Branch: maint-5.6/perl
4421            ! lib/ExtUtils/MM_Unix.pm
4422 ____________________________________________________________________________
4423 [  9027] By: nick                                  on 2001/03/05  08:35:22
4424         Log: Integrate mainline
4425      Branch: perlio
4426           !> (integrate 28 files)
4427 ____________________________________________________________________________
4428 [  9026] By: jhi                                   on 2001/03/05  02:14:59
4429         Log: Integrate change #9025 from mainline to maintperl,
4430              retract \N{U+HHHH}.
4431      Branch: maint-5.6/perl
4432           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
4433           !> t/lib/charnames.t toke.c
4434 ____________________________________________________________________________
4435 [  9025] By: jhi                                   on 2001/03/05  02:13:09
4436         Log: Retracting \N{U+HHHH}.
4437      Branch: perl
4438            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
4439            ! t/lib/charnames.t toke.c
4440 ____________________________________________________________________________
4441 [  9024] By: jhi                                   on 2001/03/04  20:51:07
4442         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
4443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4444              Date: Fri, 02 Mar 2001 18:25:26 +0100
4445              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
4446              
4447              Casting problem.
4448      Branch: perl
4449            ! ext/Storable/Storable.xs
4450 ____________________________________________________________________________
4451 [  9023] By: jhi                                   on 2001/03/04  19:46:45
4452         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
4453              From: nick@talking.bollo.cx
4454              Date: Sat, 03 Mar 2001 21:41:33 +0000
4455              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
4456              
4457              Revert the workaround.
4458      Branch: perl
4459            ! perlio.c
4460 ____________________________________________________________________________
4461 [  9022] By: jhi                                   on 2001/03/04  19:36:28
4462         Log: Update Changes.
4463      Branch: perl
4464            ! Changes patchlevel.h
4465 ____________________________________________________________________________
4466 [  9021] By: jhi                                   on 2001/03/04  18:41:00
4467         Log: makedef.pl updates suggested by Chris Nandor; double-checking
4468              the changes in AIX, OS/2 Win32 would be nice.
4469      Branch: perl
4470            ! makedef.pl
4471 ____________________________________________________________________________
4472 [  9020] By: jhi                                   on 2001/03/04  18:23:58
4473         Log: Integrate change #9012 from maintperl into mainline,
4474              quench a compiler warning.
4475      Branch: perl
4476           !> toke.c
4477 ____________________________________________________________________________
4478 [  9019] By: jhi                                   on 2001/03/04  18:18:43
4479         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
4480              
4481              \N{U+HHHH} fix.
4482              
4483              pattern in G_ARRAY context
4484      Branch: maint-5.6/perl
4485           !> pp_hot.c t/op/pat.t toke.c
4486 ____________________________________________________________________________
4487 [  9018] By: jhi                                   on 2001/03/04  18:07:48
4488         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
4489              From: Jeff Pinyan <jeffp@crusoe.net>
4490              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
4491              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
4492      Branch: perl
4493            ! pp_hot.c t/op/pat.t
4494 ____________________________________________________________________________
4495 [  9017] By: jhi                                   on 2001/03/04  18:06:21
4496         Log: I thought I tested the #9014.
4497      Branch: perl
4498            ! toke.c
4499 ____________________________________________________________________________
4500 [  9016] By: jhi                                   on 2001/03/04  17:41:22
4501         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
4502              
4503              Tweak the get*ent() OS/2 prototypes.
4504              
4505              Add the \N{U+HHHH} syntax.
4506              
4507              More tr/// UTF-8 fixes from Inaba Hiroto.
4508      Branch: maint-5.6/perl
4509           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
4510           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
4511 ____________________________________________________________________________
4512 [  9015] By: jhi                                   on 2001/03/04  17:36:04
4513         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
4514      Branch: perl
4515            ! doop.c t/op/tr.t
4516 ____________________________________________________________________________
4517 [  9014] By: jhi                                   on 2001/03/04  17:24:49
4518         Log: Add the \N{U+HHHH} syntax.
4519      Branch: perl
4520            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
4521            ! t/lib/charnames.t toke.c
4522 ____________________________________________________________________________
4523 [  9013] By: jhi                                   on 2001/03/04  17:20:45
4524         Log: Tweak the get*ent() OS/2 prototypes.
4525      Branch: perl
4526            ! os2/os2.c
4527 ____________________________________________________________________________
4528 [  9012] By: gsar                                  on 2001/03/04  06:26:14
4529         Log: avoid warning (nit in change#9009)
4530      Branch: maint-5.6/perl
4531            ! toke.c
4532 ____________________________________________________________________________
4533 [  9011] By: gsar                                  on 2001/03/04  06:15:24
4534         Log: lib/charnames.t fails in 5.6.x because of older Unicode
4535              data
4536              
4537              TODO: need to revisit this after updating lib/unicode/...
4538      Branch: maint-5.6/perl
4539            ! t/lib/charnames.t
4540 ____________________________________________________________________________
4541 [  9010] By: gsar                                  on 2001/03/04  06:08:36
4542         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
4543      Branch: maint-5.6/perl
4544            ! toke.c
4545 ____________________________________________________________________________
4546 [  9009] By: jhi                                   on 2001/03/03  19:27:20
4547         Log: Integrate change #9008 from mainline to maintperl,
4548              UTF-8 tr/// fixes from Inaba Hiroto.
4549      Branch: maint-5.6/perl
4550           !> doop.c op.c t/op/tr.t toke.c
4551 ____________________________________________________________________________
4552 [  9008] By: jhi                                   on 2001/03/03  19:19:42
4553         Log: UTF8 tr/// fixes from Inaba Hiroto.
4554      Branch: perl
4555            ! doop.c op.c t/op/tr.t toke.c
4556 ____________________________________________________________________________
4557 [  9007] By: jhi                                   on 2001/03/03  19:00:30
4558         Log: Integrate change #9006 from maintperl to mainline,
4559              more robust quest for the infinite.
4560      Branch: perl
4561           !> lib/Math/Complex.pm
4562 ____________________________________________________________________________
4563 [  9006] By: jhi                                   on 2001/03/03  18:58:06
4564         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
4565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4566              Date: Sat, 3 Mar 2001 12:51:50 -0500
4567              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
4568              
4569              Be more robust in our quest for the infinite.
4570      Branch: maint-5.6/perl
4571            ! lib/Math/Complex.pm
4572 ____________________________________________________________________________
4573 [  9005] By: jhi                                   on 2001/03/03  17:55:50
4574         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
4575      Branch: maint-5.6/perl
4576            ! doio.c
4577 ____________________________________________________________________________
4578 [  9004] By: jhi                                   on 2001/03/03  17:40:14
4579         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
4580              so that picky compilers like IRIX won't get huffy about
4581              "statements without effect" (like 1;).
4582      Branch: perl
4583            ! toke.c
4584 ____________________________________________________________________________
4585 [  9003] By: jhi                                   on 2001/03/03  17:15:52
4586         Log: Integrate change #9002 from mainline to maintperl.
4587              
4588              Subject: [perl-5.6.x, perl-current] accept for EPOC
4589      Branch: maint-5.6/perl
4590           !> pp_sys.c
4591 ____________________________________________________________________________
4592 [  9002] By: jhi                                   on 2001/03/03  17:14:30
4593         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
4594              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4595              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
4596              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
4597      Branch: perl
4598            ! pp_sys.c
4599 ____________________________________________________________________________
4600 [  9001] By: jhi                                   on 2001/03/03  17:13:13
4601         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
4602              From: "Craig A. Berry" <craigberry@mac.com>
4603              Date: Fri, 02 Mar 2001 17:44:40 -0600
4604              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
4605      Branch: perl
4606            ! t/pod/find.t
4607 ____________________________________________________________________________
4608 [  9000] By: jhi                                   on 2001/03/03  17:11:55
4609         Log: Integrate changes #8997,8999 from maintperl.
4610              
4611              Subject: [PATCH 5.6.1] compiling on OS/2
4612              (Better error message from hints/os2.sh)
4613              
4614              Subject: [PATCH 5.6.1] syslog.t
4615      Branch: perl
4616           !> hints/os2.sh t/lib/syslog.t
4617 ____________________________________________________________________________
4618 [  8999] By: jhi                                   on 2001/03/03  17:09:28
4619         Log: Subject: [PATCH 5.6.1] syslog.t
4620              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4621              Date: Sat, 3 Mar 2001 02:11:17 -0500
4622              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
4623      Branch: maint-5.6/perl
4624            ! t/lib/syslog.t
4625 ____________________________________________________________________________
4626 [  8998] By: jhi                                   on 2001/03/03  17:07:50
4627         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
4628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4629              Date: Sat, 3 Mar 2001 01:53:52 -0500
4630              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
4631      Branch: maint-5.6/perl
4632            ! opcode.pl os2/os2.c
4633 ____________________________________________________________________________
4634 [  8997] By: jhi                                   on 2001/03/03  17:03:30
4635         Log: Subject: [PATCH 5.6.1] compiling on OS/2
4636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4637              Date: Sat, 3 Mar 2001 01:59:59 -0500
4638              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
4639      Branch: maint-5.6/perl
4640            ! hints/os2.sh
4641 ____________________________________________________________________________
4642 [  8996] By: jhi                                   on 2001/03/03  00:55:58
4643         Log: Regen files for mainline.
4644      Branch: perl
4645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4646            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
4647 ____________________________________________________________________________
4648 [  8995] By: jhi                                   on 2001/03/03  00:35:22
4649         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
4650              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
4651              to maintperl.
4652              
4653              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
4654              
4655              Add Configure option -Dmksymlinks which will create a symlink
4656              forest if the current/build differs from the source directory.
4657              (8218,8220,8221,8317,8318,8971)
4658              
4659              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
4660              (Document APPLLIB_EXP in INSTALL.)
4661              
4662              If running byacc write-enable also perly.h.
4663              
4664              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
4665              
4666              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
4667              
4668              Sanity check for conflicting thread flavours.
4669              
4670              Fix the sys/fcntl.h problem reported by Peter Prymmer.
4671              
4672              Add few CPUs/architectures to the Cppsym scan,
4673              add -perlio to archname if so selected (modified 8890)
4674              
4675              Be more helpful for devel builders, suggested by John L. Allen.
4676              (admittedly pointless change for maintperl, but the usedevel
4677              code is there already)
4678      Branch: maint-5.6/perl
4679           !> Configure INSTALL Makefile.SH Porting/Glossary
4680           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
4681           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
4682           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
4683           !> win32/config.bc win32/config.gc win32/config.vc
4684 ____________________________________________________________________________
4685 [  8994] By: jhi                                   on 2001/03/02  23:31:41
4686         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
4687      Branch: metaconfig/U/perl
4688            ! gccvers.U
4689 ____________________________________________________________________________
4690 [  8993] By: jhi                                   on 2001/03/02  23:22:12
4691         Log: Regenerate various files for maint.
4692      Branch: maint-5.6/perl
4693            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
4694            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
4695 ____________________________________________________________________________
4696 [  8992] By: alanbur                               on 2001/03/02  22:48:34
4697         Log: Resync wuth parent
4698      Branch: maint-5.6/pureperl
4699           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
4700           !> (integrate 60 files)
4701 ____________________________________________________________________________
4702 [  8991] By: jhi                                   on 2001/03/02  21:00:08
4703         Log: Retract the #8742 part of #8986, backward compat.
4704      Branch: maint-5.6/perl
4705            ! embed.pl
4706 ____________________________________________________________________________
4707 [  8990] By: jhi                                   on 2001/03/02  20:40:07
4708         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
4709      Branch: maint-5.6/perl
4710            ! hv.c
4711 ____________________________________________________________________________
4712 [  8989] By: jhi                                   on 2001/03/02  19:59:56
4713         Log: Update Changes.
4714      Branch: perl
4715            ! Changes patchlevel.h
4716 ____________________________________________________________________________
4717 [  8988] By: jhi                                   on 2001/03/02  19:57:08
4718         Log: Integrate perlio.
4719      Branch: perl
4720           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4721           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4722           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4723           !> ext/Encode/Encode/iso8859-10.ucm
4724           !> ext/Encode/Encode/iso8859-13.ucm
4725           !> ext/Encode/Encode/iso8859-14.ucm
4726           !> ext/Encode/Encode/iso8859-15.ucm
4727           !> ext/Encode/Encode/iso8859-16.ucm
4728           !> ext/Encode/Encode/iso8859-2.ucm
4729           !> ext/Encode/Encode/iso8859-3.ucm
4730           !> ext/Encode/Encode/iso8859-4.ucm
4731           !> ext/Encode/Encode/iso8859-5.ucm
4732           !> ext/Encode/Encode/iso8859-6.ucm
4733           !> ext/Encode/Encode/iso8859-7.ucm
4734           !> ext/Encode/Encode/iso8859-8.ucm
4735           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
4736           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
4737 ____________________________________________________________________________
4738 [  8987] By: jhi                                   on 2001/03/02  19:43:40
4739         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
4740              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
4741              8950,8952,8955 from mainline to maintperl.
4742              
4743              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
4744              
4745              Put to rest the 20010205.001, the email address checking (not) regex.
4746              
4747              fork() not everywhere, cleanup temp files.
4748              
4749              The #8843 wasn't quite right: %Config needs to imported.
4750              
4751              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
4752              (#8849: the glob-basic hunk needed massaging as it depended
4753              on Schwern's large-scale (unintegrated) patches)
4754              
4755              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
4756              
4757              Upgrade to CGI.pm 2.752, from Lincoln Stein.
4758              (Note: there were some conflicts due to EBCDIC and EPOC
4759              patches, in general I preferred the repository code.)
4760              (When 2.753 comes out, we need to synchronize.)
4761              
4762              Subject: [PATCH] fix for charnames above FFFF
4763              
4764              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
4765              
4766              If no sfio, no -lsfio.
4767              
4768              Run run/*.t also in minitest.
4769              
4770              Subject:  [PATCH perl 5.7.0] malloc message address offset
4771              
4772              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
4773              
4774              Subject: fix for parameter -Dm (for perl@8867)
4775              
4776              Subject: [PATCH: perl@8892] was Re: hashing order difference?
4777              (make the test more portable)
4778              
4779              Subject: Re: [PATCH] fix for charnames above FFFF
4780              
4781              Subject: Re: I'm losing the war...
4782              (hv_store() not working correctly in ENV_IS_CASELESS case.)
4783              
4784              Subject: Modified README.bs2000 
4785              
4786              Subject: [PATCH: perl@8935] -Dt padsv($var)
4787              
4788              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
4789              
4790              Subject: PATCH: extra tests to check on negative float to unsigned cast
4791              
4792              Subject: [PATCH] XPUSH[insp] was Re: progress
4793              
4794              Subject: Re: Compile with perlcc..
4795      Branch: maint-5.6/perl
4796           !> (integrate 36 files)
4797 ____________________________________________________________________________
4798 [  8986] By: jhi                                   on 2001/03/02  18:51:25
4799         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
4800              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
4801              to maintperl.
4802              
4803              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
4804              
4805              Subject: [DOC PATCH] overload.pm nits
4806              
4807              Add header for LIB$ prototypes (C. Berry)
4808              
4809              Convert fwrite()s to sockets to write()s, since some socket stacks
4810              don't take kindly to stdio.
4811              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
4812              (for often optional LNMs)
4813              Correct a few typos
4814              (C. Bailey)
4815              
4816              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
4817              
4818              De-cut-and-pasto.
4819              
4820              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
4821              
4822              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
4823              
4824              Upgrade to CPAN 1.59_54, from Andreas König.
4825              
4826              Bogus shebang.
4827              
4828              Subject: [PATCH] Document makepatch in Porting/patching
4829              
4830              UTF-8 documentation.
4831              
4832              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
4833              
4834              Sort the MANIFEST.
4835              
4836              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
4837              
4838              Subject: [PATCH @8807] toke.c cleanup: scan_str()
4839              
4840              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
4841              
4842              Add run/*.t to testables.
4843              
4844              TODO: integrate #8784.
4845      Branch: maint-5.6/perl
4846           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
4847           !> (integrate 28 files)
4848 ____________________________________________________________________________
4849 [  8985] By: nick                                  on 2001/03/02  18:15:45
4850         Log: Integrate mainline
4851      Branch: perlio
4852           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
4853           !> vms/vms.c
4854 ____________________________________________________________________________
4855 [  8984] By: jhi                                   on 2001/03/02  16:00:17
4856         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
4857              
4858              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
4859              5.004_05, and mention the suidperl August 2000 security problem.
4860              (#8978,#8981)
4861              
4862              Subject: [ID 20010301.004] Technically speaking in perldata
4863              
4864              Subject: [PATCH] File::Copy for bleadperl, maintperl
4865              
4866              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
4867              
4868              (The #8982, fix for 20010221.005 and 20010221.008,
4869              would be nice too but it didn't integrate cleanly.)
4870      Branch: maint-5.6/perl
4871           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
4872 ____________________________________________________________________________
4873 [  8983] By: jhi                                   on 2001/03/02  15:51:16
4874         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
4875              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4876              Date:     Thu, 1 Mar 2001 15:54:09 EST
4877              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
4878      Branch: perl
4879            ! vms/vms.c
4880 ____________________________________________________________________________
4881 [  8982] By: jhi                                   on 2001/03/02  15:43:31
4882         Log: Subject: Re: sync sync sync: have I missed any patches?
4883              From: Radu Greab <radu@netsoft.ro> 
4884              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
4885              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
4886              
4887              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
4888              was checking argv[0] regardless of whether a different pathname
4889              will actually be executed."  Test case not supplied because 
4890              drafting that, ironically enough, revealed another bug
4891              (or a feature).
4892      Branch: perl
4893            ! doio.c
4894 ____________________________________________________________________________
4895 [  8981] By: jhi                                   on 2001/03/02  15:28:03
4896         Log: Misdate in #8978.
4897      Branch: perl
4898            ! pod/perlfaq1.pod
4899 ____________________________________________________________________________
4900 [  8980] By: jhi                                   on 2001/03/02  15:24:20
4901         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
4902              From: Chris Nandor <pudge@pobox.com>
4903              Date: Wed, 28 Feb 2001 22:10:15 -0500
4904              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
4905      Branch: perl
4906            ! lib/File/Copy.pm
4907 ____________________________________________________________________________
4908 [  8979] By: jhi                                   on 2001/03/02  15:17:16
4909         Log: Subject: [ID 20010301.004] Technically speaking in perldata
4910              From: abela@geneanet.org
4911              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
4912              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
4913      Branch: perl
4914            ! pod/perldata.pod
4915 ____________________________________________________________________________
4916 [  8978] By: jhi                                   on 2001/03/02  15:15:27
4917         Log: Subject: [ID 20010301.003] ref to 5.004
4918              From: abela@geneanet.org
4919              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
4920              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
4921              
4922              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
4923              and mention the suidperl August 2000 security problem.
4924      Branch: perl
4925            ! pod/perlfaq1.pod
4926 ____________________________________________________________________________
4927 [  8977] By: alanbur                               on 2001/03/02  14:17:45
4928         Log: Resynchronised with parent
4929      Branch: maint-5.6/pureperl
4930           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
4931           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
4932           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
4933           !> vms/descrip_mms.template win32/win32.c win32/win32.h
4934           !> win32/win32iop.h
4935 ____________________________________________________________________________
4936 [  8976] By: nick                                  on 2001/03/01  23:25:30
4937         Log: Integrate mainline.
4938      Branch: perlio
4939            - t/op/qu.t
4940           !> (integrate 55 files)
4941 ____________________________________________________________________________
4942 [  8975] By: jhi                                   on 2001/03/01  16:51:34
4943         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
4944      Branch: perl
4945           !> toke.c
4946 ____________________________________________________________________________
4947 [  8974] By: gsar                                  on 2001/03/01  16:28:21
4948         Log: fix for bugid 20010226.008
4949              
4950              the problem was that some of the pointers (PL_last_lop and
4951              PL_last_uni specifically) into the lex buffers weren't correctly
4952              being invalidated when the buffer changed; this would leave the
4953              pointers pointing at an arbitrary location in the buffer if
4954              the buffer didn't need to be reallocated, or point into freed
4955              memory if the buffer had to be realloced
4956              
4957              TODO item for bugdb maintainers: check other seemingly random
4958              parser-related bugs--they might be cured by this
4959      Branch: maint-5.6/perl
4960            ! toke.c
4961 ____________________________________________________________________________
4962 [  8973] By: jhi                                   on 2001/03/01  02:23:25
4963         Log: Retract #8970 because of a completely mysterious core dump:
4964              adding the tests 241..244 causes op/pat dump core at test #25.
4965              The test needs a lot of whittling down before the bug can be solved.
4966      Branch: perl
4967            ! t/op/pat.t
4968 ____________________________________________________________________________
4969 [  8972] By: jhi                                   on 2001/03/01  01:58:38
4970         Log: Regen perlapi.
4971      Branch: perl
4972            ! pod/perlapi.pod
4973 ____________________________________________________________________________
4974 [  8971] By: jhi                                   on 2001/03/01  01:34:09
4975         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))
4976              From: Nicholas Clark <nick@ccl4.org>
4977              Date: Wed, 28 Feb 2001 23:28:49 +0000
4978              Message-ID: <20010228232849.A55187@plum.flirble.org>
4979              
4980              Allow a completely write protected source code tree
4981              when using the Configure -Dmksymlinks.
4982      Branch: perl
4983            ! embed.pl warnings.pl
4984 ____________________________________________________________________________
4985 [  8970] By: jhi                                   on 2001/03/01  01:32:04
4986         Log: Add back the EBCDIC character range tests (for matching).
4987      Branch: perl
4988            ! t/op/pat.t
4989 ____________________________________________________________________________
4990 [  8969] By: nick                                  on 2001/02/28  18:18:01
4991         Log: Add charname comments to .ucm files writen by 'compile',
4992              also order charmaps in those files by source encoding.
4993              regenerate distrubuted .ucm files
4994      Branch: perlio
4995            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4996            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4997            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4998            ! ext/Encode/Encode/iso8859-10.ucm
4999            ! ext/Encode/Encode/iso8859-13.ucm
5000            ! ext/Encode/Encode/iso8859-14.ucm
5001            ! ext/Encode/Encode/iso8859-15.ucm
5002            ! ext/Encode/Encode/iso8859-16.ucm
5003            ! ext/Encode/Encode/iso8859-2.ucm
5004            ! ext/Encode/Encode/iso8859-3.ucm
5005            ! ext/Encode/Encode/iso8859-4.ucm
5006            ! ext/Encode/Encode/iso8859-5.ucm
5007            ! ext/Encode/Encode/iso8859-6.ucm
5008            ! ext/Encode/Encode/iso8859-7.ucm
5009            ! ext/Encode/Encode/iso8859-8.ucm
5010            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5011            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
5012 ____________________________________________________________________________
5013 [  8968] By: jhi                                   on 2001/02/28  16:26:37
5014         Log: Expand usemorebits early if d_casti32 needs to be undefined.
5015      Branch: perl
5016            ! hints/hpux.sh hints/irix_6.sh
5017 ____________________________________________________________________________
5018 [  8967] By: jhi                                   on 2001/02/28  16:22:26
5019         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
5020              retract toke.c/qu parts of #8583, retract #8485, retract
5021              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
5022              op/length.t, and MANIFEST, and delete t/op/qu.t.
5023      Branch: perl
5024            - t/op/qu.t
5025            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
5026            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
5027            ! t/op/length.t toke.c
5028 ____________________________________________________________________________
5029 [  8966] By: jhi                                   on 2001/02/28  15:00:27
5030         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
5031              by not changing from pre-Unicode days into being Unicode-aware.
5032              Sniff.
5033      Branch: perl
5034            ! pp.c t/op/pack.t t/op/qu.t
5035 ____________________________________________________________________________
5036 [  8965] By: jhi                                   on 2001/02/28  14:37:55
5037         Log: Subject: Re: Errors in core PODs
5038              From: Michael Stevens <michael@etla.org> 
5039              Date: Fri, 23 Feb 2001 15:47:56 +0000
5040              Message-ID: <20010223154756.A7723@firedrake.org> 
5041      Branch: perl
5042            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
5043            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
5044            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5045            ! x2p/a2p.pod
5046 ____________________________________________________________________________
5047 [  8964] By: jhi                                   on 2001/02/28  14:35:35
5048         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
5049              (The #8961 was too bold.)
5050      Branch: perl
5051            ! hints/hpux.sh hints/irix_6.sh
5052 ____________________________________________________________________________
5053 [  8963] By: jhi                                   on 2001/02/28  14:33:39
5054         Log: Subject: Re: sync sync sync: have I missed any patches?
5055              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5056              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
5057              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
5058              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
5059              
5060              Replace djSP with dSP.
5061      Branch: perl
5062            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
5063            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
5064            ! win32/perlhost.h
5065 ____________________________________________________________________________
5066 [  8962] By: jhi                                   on 2001/02/27  23:21:14
5067         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
5068      Branch: perl
5069            ! lib/Filter/Simple.pm
5070 ____________________________________________________________________________
5071 [  8961] By: jhi                                   on 2001/02/27  22:55:26
5072         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
5073              and this would be it.
5074      Branch: perl
5075            ! hints/hpux.sh hints/irix_6.sh
5076 ____________________________________________________________________________
5077 [  8960] By: jhi                                   on 2001/02/27  22:51:33
5078         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
5079              From: "Craig A. Berry" <craigberry@mac.com>
5080              Date: Tue, 27 Feb 2001 16:11:44 -0600
5081              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
5082      Branch: maint-5.6/perl
5083            ! configure.com vms/descrip_mms.template
5084 ____________________________________________________________________________
5085 [  8959] By: jhi                                   on 2001/02/27  22:47:23
5086         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
5087              From: "Craig A. Berry" <craigberry@mac.com>
5088              Date: Tue, 27 Feb 2001 16:11:44 -0600
5089              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
5090      Branch: perl
5091            ! configure.com vms/descrip_mms.template
5092 ____________________________________________________________________________
5093 [  8958] By: jhi                                   on 2001/02/27  15:16:42
5094         Log: Update Changes.
5095      Branch: perl
5096            ! Changes patchlevel.h
5097 ____________________________________________________________________________
5098 [  8957] By: jhi                                   on 2001/02/27  06:15:07
5099         Log: Subject: [5.6.x] EPOC additions
5100              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5101              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
5102              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
5103      Branch: maint-5.6/perl
5104            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
5105 ____________________________________________________________________________
5106 [  8956] By: jhi                                   on 2001/02/27  06:12:11
5107         Log: Subject: [perl-current] EPOC 
5108              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5109              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
5110              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
5111      Branch: perl
5112            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
5113            ! epoc/epocish.c epoc/epocish.h pp_sys.c
5114 ____________________________________________________________________________
5115 [  8955] By: jhi                                   on 2001/02/27  05:59:50
5116         Log: Subject: Re: Compile with perlcc..
5117              From: Edward Peschko <edwardp@excitehome.net>
5118              Date: Mon, 26 Feb 2001 18:51:58 -0800
5119              Message-ID: <20010226185158.A9871@excitehome.net>
5120              
5121              plus add a simple usage message if no arguments given.
5122      Branch: perl
5123            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
5124            ! utils/Makefile utils/perlcc.PL win32/pod.mak
5125 ____________________________________________________________________________
5126 [  8954] By: nick                                  on 2001/02/26  21:02:59
5127         Log: Integrate mainline
5128      Branch: perlio
5129           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
5130           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
5131           !> t/op/sprintf.t
5132 ____________________________________________________________________________
5133 [  8953] By: jhi                                   on 2001/02/26  14:43:54
5134         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
5135              From: Nicholas Clark <nick@ccl4.org>
5136              Date: Mon, 26 Feb 2001 00:42:07 +0000
5137              Message-ID: <20010226004207.F23333@plum.flirble.org>
5138      Branch: perl
5139            ! pp_ctl.c
5140 ____________________________________________________________________________
5141 [  8952] By: jhi                                   on 2001/02/26  14:42:13
5142         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
5143              From: Simon Cozens <simon@netthink.co.uk>
5144              Date: Mon, 26 Feb 2001 12:23:48 +0000
5145              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
5146      Branch: perl
5147            ! pod/perlguts.pod
5148 ____________________________________________________________________________
5149 [  8951] By: jhi                                   on 2001/02/26  14:39:15
5150         Log: Subject: [PATCH] perlio - unknown layer
5151              From: Nicholas Clark <nick@ccl4.org>
5152              Date: Mon, 26 Feb 2001 00:27:19 +0000
5153              Message-ID: <20010226002719.E23333@plum.flirble.org>
5154      Branch: perl
5155            ! perlio.c
5156 ____________________________________________________________________________
5157 [  8950] By: jhi                                   on 2001/02/26  14:38:04
5158         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
5159              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
5160              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
5161              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
5162      Branch: perl
5163            ! t/op/bop.t
5164 ____________________________________________________________________________
5165 [  8949] By: jhi                                   on 2001/02/26  14:37:07
5166         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
5167              From: Peter Prymmer <pvhp@forte.com>
5168              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
5169              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
5170      Branch: perl
5171            ! lib/Test.pm
5172 ____________________________________________________________________________
5173 [  8948] By: jhi                                   on 2001/02/26  14:35:53
5174         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
5175              From: Radu Greab <radu@netsoft.ro>
5176              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
5177              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
5178      Branch: perl
5179            ! pod/perlop.pod
5180 ____________________________________________________________________________
5181 [  8947] By: jhi                                   on 2001/02/26  14:34:46
5182         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
5183              From: David Mitchell <davem@fdgroup.co.uk>
5184              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
5185              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
5186      Branch: perl
5187            ! run.c
5188 ____________________________________________________________________________
5189 [  8946] By: jhi                                   on 2001/02/26  14:32:37
5190         Log: Subject: Modified README.bs2000 
5191              From: Dorner Thomas <Thomas.Dorner@start.de>
5192              Date: Mon, 26 Feb 2001 09:22:17 +0100
5193              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
5194      Branch: perl
5195            ! README.bs2000
5196 ____________________________________________________________________________
5197 [  8945] By: jhi                                   on 2001/02/26  14:19:53
5198         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
5199              to maintperl, listing the known failures on the tests 129 and 130.
5200      Branch: maint-5.6/perl
5201           !> t/op/sprintf.t
5202 ____________________________________________________________________________
5203 [  8944] By: jhi                                   on 2001/02/26  14:14:15
5204         Log: Add more known sprintf failures.
5205      Branch: perl
5206            ! t/op/sprintf.t
5207 ____________________________________________________________________________
5208 [  8943] By: jhi                                   on 2001/02/26  13:56:22
5209         Log: perlglob.exe needs to be found in Win32, patch from
5210              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
5211              which needs external glob at mini-perl time."
5212      Branch: perl
5213            ! ext/Encode/compile
5214 ____________________________________________________________________________
5215 [  8942] By: jhi                                   on 2001/02/26  13:52:19
5216         Log: A missing dTHX from Vadim Konovalov.
5217      Branch: perl
5218            ! perlio.c
5219 ____________________________________________________________________________
5220 [  8941] By: jhi                                   on 2001/02/26  13:37:05
5221         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
5222      Branch: perl
5223            ! op.c
5224 ____________________________________________________________________________
5225 [  8940] By: jhi                                   on 2001/02/26  13:35:40
5226         Log: Integrate perlio.
5227      Branch: perl
5228           !> ext/Encode/Encode.pm
5229 ____________________________________________________________________________
5230 [  8939] By: nick                                  on 2001/02/25  23:47:09
5231         Log: Integrate mainline.
5232      Branch: perlio
5233           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
5234           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
5235 ____________________________________________________________________________
5236 [  8938] By: nick                                  on 2001/02/25  19:36:28
5237         Log: Encode implementations docs.
5238      Branch: perlio
5239            ! ext/Encode/Encode.pm
5240 ____________________________________________________________________________
5241 [  8937] By: jhi                                   on 2001/02/25  19:26:16
5242         Log: Script wasn't aligned with reality.
5243      Branch: perl
5244            ! t/pod/find.t
5245 ____________________________________________________________________________
5246 [  8936] By: jhi                                   on 2001/02/25  18:54:55
5247         Log: Update Changes.
5248      Branch: perl
5249            ! Changes patchlevel.h
5250 ____________________________________________________________________________
5251 [  8935] By: jhi                                   on 2001/02/25  18:46:36
5252         Log: Retract #8929,8930,8932,8933 for now.
5253      Branch: perl
5254            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
5255 ____________________________________________________________________________
5256 [  8934] By: jhi                                   on 2001/02/25  17:34:35
5257         Log: Integrate perlio.
5258      Branch: perl
5259           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
5260           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
5261           !> t/lib/encode.t
5262 ____________________________________________________________________________
5263 [  8933] By: jhi                                   on 2001/02/25  17:33:12
5264         Log: (Retracted by #8395.)
5265              
5266              Slight tweaks in scan_const(), not fixes yet, it seems like
5267              lots of work remains to be done...
5268      Branch: perl
5269            ! toke.c
5270 ____________________________________________________________________________
5271 [  8932] By: jhi                                   on 2001/02/25  17:27:11
5272         Log: (Retracted by #8395.)
5273              
5274              Missing from #8930.
5275      Branch: perl
5276            ! perl.h
5277 ____________________________________________________________________________
5278 [  8931] By: jhi                                   on 2001/02/25  17:26:19
5279         Log: A comment tweak.
5280      Branch: perl
5281            ! utf8.c
5282 ____________________________________________________________________________
5283 [  8930] By: jhi                                   on 2001/02/25  17:25:47
5284         Log: (Retracted by #8395.)
5285              
5286              Attempt to fix the EBCDIC character range problwm with //.
5287      Branch: perl
5288            ! regcomp.c
5289 ____________________________________________________________________________
5290 [  8929] By: jhi                                   on 2001/02/25  17:23:45
5291         Log: (Retracted by #8395.)
5292              
5293              Expand the EBCDIC character range tests, and add few nasty
5294              tr tests from Karsten Sperling.
5295      Branch: perl
5296            ! t/op/pat.t t/op/tr.t
5297 ____________________________________________________________________________
5298 [  8928] By: jhi                                   on 2001/02/25  17:18:49
5299         Log: Missing check-in.
5300      Branch: perl
5301            ! lib/Pod/Find.pm
5302 ____________________________________________________________________________
5303 [  8927] By: nick                                  on 2001/02/25  11:30:22
5304         Log: Change method names in Encode implementation classes to something
5305              less confusing (preparing to "go public").
5306      Branch: perlio
5307            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
5308 ____________________________________________________________________________
5309 [  8926] By: nick                                  on 2001/02/25  10:53:24
5310         Log: GCC __atribute__ / printf fix
5311      Branch: perlio
5312            ! perl.h
5313 ____________________________________________________________________________
5314 [  8925] By: nick                                  on 2001/02/25  10:52:25
5315         Log: Checked in the wrong one ...
5316      Branch: perlio
5317            ! ext/Encode/Encode.pm
5318 ____________________________________________________________________________
5319 [  8924] By: nick                                  on 2001/02/24  18:46:51
5320         Log: Integrate mainline - to see what Jarkko has in ...
5321      Branch: perlio
5322           +> t/pod/testpods/lib/Pod/Stuff.pm
5323           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
5324 ____________________________________________________________________________
5325 [  8923] By: nick                                  on 2001/02/24  17:05:23
5326         Log: Encode API documentation nd tidy up.
5327              Minor additions to test.
5328              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
5329              Adds STRLEN to standard typemap.
5330      Branch: perlio
5331            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
5332            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
5333 ____________________________________________________________________________
5334 [  8922] By: jhi                                   on 2001/02/24  16:38:12
5335         Log: Add a test for the "character range should match in EBCDIC
5336              if specified using explicit numerics" bug found by Karsten
5337              Sperling.
5338      Branch: perl
5339            ! t/op/pat.t
5340 ____________________________________________________________________________
5341 [  8921] By: jhi                                   on 2001/02/24  16:30:16
5342         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
5343              From: schwern@pobox.com
5344              Date: Fri, 23 Feb 2001 03:21:37 -0500
5345              Message-ID: <20010223032137.A26022@magnonel.guild.net>
5346              
5347              plus Charles Lane's fixes, plus tweaks.
5348      Branch: perl
5349            + t/pod/testpods/lib/Pod/Stuff.pm
5350            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
5351 ____________________________________________________________________________
5352 [  8920] By: nick                                  on 2001/02/24  10:30:11
5353         Log: Integrate mainline
5354      Branch: perlio
5355           !> (integrate 33 files)
5356 ____________________________________________________________________________
5357 [  8919] By: jhi                                   on 2001/02/24  00:23:35
5358         Log: Subject: Re: I'm losing the war...
5359              From: "Vadim Konovalov" <watman@inbox.ru>
5360              Date: Sat, 24 Feb 2001 00:10:14 +0300
5361              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
5362              
5363              hv_store() not working correctly in ENV_IS_CASELESS case.
5364      Branch: perl
5365            ! hv.c
5366 ____________________________________________________________________________
5367 [  8918] By: jhi                                   on 2001/02/24  00:20:09
5368         Log: Subject: Re: [PATCH] fix for charnames above FFFF
5369              From: andreas.koenig@anima.de (Andreas J. Koenig)
5370              Date: 23 Feb 2001 02:39:03 +0100
5371              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
5372              
5373              A further efficiency tweak.
5374      Branch: perl
5375            ! lib/charnames.pm
5376 ____________________________________________________________________________
5377 [  8917] By: jhi                                   on 2001/02/23  20:27:51
5378         Log: Integrate change #8916 from mainline,
5379              do away with USE_WIN32_RTL_ENV.
5380      Branch: maint-5.6/perl
5381           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
5382 ____________________________________________________________________________
5383 [  8916] By: jhi                                   on 2001/02/23  20:02:25
5384         Log: Abolish USE_WIN32_RTL_ENV.
5385      Branch: perl
5386            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
5387 ____________________________________________________________________________
5388 [  8915] By: jhi                                   on 2001/02/23  19:36:00
5389         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
5390              later protected by some #define.
5391      Branch: perl
5392            ! gv.c
5393 ____________________________________________________________________________
5394 [  8914] By: jhi                                   on 2001/02/23  19:31:38
5395         Log: Retract #8902 for now, requested by Charles Lane, the correct
5396              fix will be something else.
5397      Branch: perl
5398            ! op.c
5399 ____________________________________________________________________________
5400 [  8913] By: jhi                                   on 2001/02/23  19:11:36
5401         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
5402              From: Peter Prymmer <pvhp@forte.com>
5403              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
5404              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
5405      Branch: perl
5406            ! t/op/lex_assign.t
5407 ____________________________________________________________________________
5408 [  8912] By: jhi                                   on 2001/02/23  18:38:20
5409         Log: Subject: [patch] perlio + useithreads
5410              From: Doug MacEachern <dougm@covalent.net>
5411              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
5412              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
5413              
5414              Gets things running but not complete.
5415      Branch: perl
5416            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
5417 ____________________________________________________________________________
5418 [  8911] By: jhi                                   on 2001/02/23  04:20:02
5419         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
5420              
5421              Duplicated environment freeing, File::Temp 0.12,
5422              op/append portability (EBCDIC) tweak.
5423      Branch: maint-5.6/perl
5424           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5425           !> t/op/append.t
5426 ____________________________________________________________________________
5427 [  8910] By: jhi                                   on 2001/02/23  02:07:33
5428         Log: Integrate change #8909 from mainline, a better Borland
5429              putenv() workaround.
5430      Branch: maint-5.6/perl
5431           !> perl.c
5432 ____________________________________________________________________________
5433 [  8909] By: jhi                                   on 2001/02/23  02:05:46
5434         Log: A better workaround for Borland putenv() brokenness from Sarathy.
5435      Branch: perl
5436            ! perl.c
5437 ____________________________________________________________________________
5438 [  8908] By: jhi                                   on 2001/02/23  02:04:14
5439         Log: Subject: fix for parameter -Dm (for perl@8867)
5440              From: "Vadim Konovalov" <watman@inbox.ru>
5441              Date: Thu, 22 Feb 2001 17:30:12 +0300
5442              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
5443      Branch: perl
5444            ! perl.h
5445 ____________________________________________________________________________
5446 [  8907] By: jhi                                   on 2001/02/23  01:58:20
5447         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
5448              From: Peter Prymmer <pvhp@forte.com>
5449              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
5450              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
5451      Branch: perl
5452            ! t/op/append.t
5453 ____________________________________________________________________________
5454 [  8906] By: jhi                                   on 2001/02/23  01:48:34
5455         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
5456      Branch: perl
5457            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5458 ____________________________________________________________________________
5459 [  8905] By: jhi                                   on 2001/02/23  01:43:30
5460         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
5461              From: Peter Prymmer <pvhp@forte.com>
5462              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
5463              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
5464      Branch: perl
5465            ! t/lib/st-06compat.t
5466 ____________________________________________________________________________
5467 [  8904] By: jhi                                   on 2001/02/23  01:42:39
5468         Log: Metaconfig unit change for #8903.
5469      Branch: metaconfig/U/perl
5470            ! Devel.U
5471 ____________________________________________________________________________
5472 [  8903] By: jhi                                   on 2001/02/23  01:42:12
5473         Log: Be more helpful for devel builders, suggested by John L. Allen.
5474      Branch: perl
5475            ! Configure
5476 ____________________________________________________________________________
5477 [  8902] By: jhi                                   on 2001/02/23  01:37:41
5478         Log: (Retracted by #8914)
5479              (Wrongly, reinstated by #8941)             
5480
5481              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
5482              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5483              Date:     Thu, 22 Feb 2001 09:43:57 EST
5484              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
5485      Branch: perl
5486            ! op.c
5487 ____________________________________________________________________________
5488 [  8901] By: jhi                                   on 2001/02/23  01:20:32
5489         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
5490              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5491              Date:     Thu, 22 Feb 2001 08:01:35 EST
5492              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
5493      Branch: perl
5494            ! malloc.c
5495 ____________________________________________________________________________
5496 [  8900] By: jhi                                   on 2001/02/23  01:18:02
5497         Log: Integrate changes #8898,8899 from mainline, environ handling.
5498      Branch: maint-5.6/perl
5499           !> perl.c
5500 ____________________________________________________________________________
5501 [  8899] By: jhi                                   on 2001/02/23  01:16:25
5502         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
5503              putenv() is not to be relied on, they are either broken or leaky
5504              or both.)
5505      Branch: perl
5506            ! perl.c
5507 ____________________________________________________________________________
5508 [  8898] By: jhi                                   on 2001/02/22  23:36:59
5509         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
5510              and safesysfree() must be used.
5511      Branch: perl
5512            ! perl.c
5513 ____________________________________________________________________________
5514 [  8897] By: jhi                                   on 2001/02/22  23:25:45
5515         Log: With environ one must use safesysmalloc()/safesysfree().
5516      Branch: perl
5517            ! perl.c
5518 ____________________________________________________________________________
5519 [  8896] By: jhi                                   on 2001/02/22  22:13:18
5520         Log: If we have a duplicated environment free it
5521              if PERL_DESTRUCT_LEVEL.
5522      Branch: perl
5523            ! perl.c
5524 ____________________________________________________________________________
5525 [  8895] By: alanbur                               on 2001/02/22  19:31:57
5526         Log: Synchronised with parent
5527      Branch: maint-5.6/pureperl
5528           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
5529 ____________________________________________________________________________
5530 [  8894] By: gsar                                  on 2001/02/22  19:06:18
5531         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
5532              
5533              fix memory leak in method call optimization (change#3768);
5534              made C<eval "$x->foo()"> leak
5535              
5536              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
5537      Branch: maint-5.6/perl
5538           !> op.c
5539 ____________________________________________________________________________
5540 [  8893] By: jhi                                   on 2001/02/22  18:35:27
5541         Log: (Retracted by #8915.)
5542              
5543              Third Degree finding:
5544              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
5545      Branch: perl
5546            ! gv.c
5547 ____________________________________________________________________________
5548 [  8892] By: jhi                                   on 2001/02/22  14:28:32
5549         Log: Update Changes.
5550      Branch: perl
5551            ! Changes patchlevel.h
5552 ____________________________________________________________________________
5553 [  8891] By: jhi                                   on 2001/02/22  13:22:45
5554         Log: Metaconfig unit changes for #8890.
5555      Branch: metaconfig
5556            ! U/modified/Cppsym.U U/threads/archname.U
5557 ____________________________________________________________________________
5558 [  8890] By: jhi                                   on 2001/02/22  13:22:12
5559         Log: Add -stdio to the archname if no perlio selected,
5560              no -perlio added since that is now the default.
5561              
5562              Add few CPUs/architectures to the Cppsym scan.
5563      Branch: perl
5564            ! Configure config_h.SH
5565 ____________________________________________________________________________
5566 [  8889] By: jhi                                   on 2001/02/22  13:05:59
5567         Log: Metaconfig unit change for #8888.
5568      Branch: metaconfig/U/perl
5569            ! useperlio.U
5570 ____________________________________________________________________________
5571 [  8888] By: jhi                                   on 2001/02/22  13:05:28
5572         Log: *drum roll*  Make perlio the default.
5573      Branch: perl
5574            ! Configure config_h.SH
5575 ____________________________________________________________________________
5576 [  8887] By: jhi                                   on 2001/02/22  12:50:52
5577         Log: Integrate change #8665 from maintperl to mainline,
5578              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
5579      Branch: perl
5580           !> ext/POSIX/POSIX.xs
5581 ____________________________________________________________________________
5582 [  8886] By: jhi                                   on 2001/02/22  12:49:24
5583         Log: Integrate changes #8883,8884 from mainline to maintperl.
5584              
5585              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
5586              Subject: Re: File::Temp::_gettemp warning
5587      Branch: maint-5.6/perl
5588           !> embed.h embed.pl lib/File/Temp.pm
5589 ____________________________________________________________________________
5590 [  8885] By: jhi                                   on 2001/02/22  12:43:59
5591         Log: Based on
5592              
5593              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
5594              From: schwab@suse.de
5595              Date: Thu, 22 Feb 2001 13:08:09 +0100
5596              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
5597              
5598              but the fix done slightly differently because the other
5599              half was already done in #8664.
5600      Branch: maint-5.6/perl
5601            ! ext/POSIX/POSIX.xs
5602 ____________________________________________________________________________
5603 [  8884] By: jhi                                   on 2001/02/22  12:37:15
5604         Log: Subject: Re: File::Temp::_gettemp warning
5605              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5606              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
5607              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
5608              
5609              This patch to File::Temp does two things:
5610              
5611              1. Fixes the problem with CGI::Carp when determining
5612              the Fcntl constants
5613              
5614              2. Removes most of the carps and consolidates them so that all the
5615              reasons are included in a single die that is caught by the test. This
5616              means that the correct skipping behaviour is displayed by the test.
5617      Branch: perl
5618            ! lib/File/Temp.pm
5619 ____________________________________________________________________________
5620 [  8883] By: jhi                                   on 2001/02/22  12:29:19
5621         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
5622              From: Peter Prymmer <pvhp@forte.com>
5623              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
5624              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
5625      Branch: perl
5626            ! embed.h embed.pl
5627 ____________________________________________________________________________
5628 [  8882] By: jhi                                   on 2001/02/21  19:41:33
5629         Log: Integrate change #8881 from mainlin to maintperl.
5630              
5631              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
5632      Branch: maint-5.6/perl
5633           !> op.c
5634 ____________________________________________________________________________
5635 [  8881] By: jhi                                   on 2001/02/21  19:38:57
5636         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
5637              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5638              Date:     Wed, 21 Feb 2001 13:08:03 EST
5639              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
5640      Branch: perl
5641            ! op.c
5642 ____________________________________________________________________________
5643 [  8880] By: jhi                                   on 2001/02/21  19:34:34
5644         Log: Retract #8875, cannot let go of the old semantics of unpack U
5645              without rethinking utf8decode.t.
5646      Branch: perl
5647            ! pp.c t/op/pack.t
5648 ____________________________________________________________________________
5649 [  8879] By: jhi                                   on 2001/02/21  19:08:02
5650         Log: Run run/*.t also in minitest.
5651      Branch: perl
5652            ! Makefile.SH
5653 ____________________________________________________________________________
5654 [  8878] By: nick                                  on 2001/02/21  18:55:37
5655         Log: Integrate mainline
5656      Branch: perlio
5657           !> (integrate 76 files)
5658 ____________________________________________________________________________
5659 [  8877] By: jhi                                   on 2001/02/21  15:09:33
5660         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
5661      Branch: metaconfig
5662            ! U/compline/nblock_io.U
5663      Branch: perl
5664            ! Configure config_h.SH
5665 ____________________________________________________________________________
5666 [  8876] By: jhi                                   on 2001/02/21  14:54:45
5667         Log: If no sfio, no -lsfio.
5668      Branch: metaconfig/U/perl
5669            ! d_sfio.U
5670      Branch: perl
5671            ! Configure config_h.SH
5672 ____________________________________________________________________________
5673 [  8875] By: jhi                                   on 2001/02/21  14:54:00
5674         Log: Make unpack C and unpack C truly equivalent.
5675      Branch: perl
5676            ! pp.c t/op/pack.t
5677 ____________________________________________________________________________
5678 [  8874] By: jhi                                   on 2001/02/21  14:26:02
5679         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
5680              From: Peter Prymmer <pvhp@forte.com>
5681              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
5682              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
5683      Branch: perl
5684            ! pod/perlport.pod
5685 ____________________________________________________________________________
5686 [  8873] By: jhi                                   on 2001/02/21  14:24:31
5687         Log: Subject: [PATCH] fix for charnames above FFFF
5688              From: andreas.koenig@anima.de (Andreas J. Koenig)
5689              Date: 21 Feb 2001 07:05:45 +0100
5690              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
5691      Branch: perl
5692            ! lib/charnames.pm t/lib/charnames.t
5693 ____________________________________________________________________________
5694 [  8872] By: jhi                                   on 2001/02/21  14:15:25
5695         Log: Integrate change #8868 from pureperl to mainline.
5696              
5697              Fixed reference count loop caused by sv_magic.
5698      Branch: perl
5699           !> sv.c
5700 ____________________________________________________________________________
5701 [  8871] By: jhi                                   on 2001/02/21  14:07:29
5702         Log: Integrate change #8868 from pureperl to maintperl.
5703              
5704              Fixed reference count loop caused by sv_magic.
5705      Branch: maint-5.6/perl
5706           !> sv.c
5707 ____________________________________________________________________________
5708 [  8870] By: jhi                                   on 2001/02/21  14:04:41
5709         Log: Put back the #8840, it was innocent.
5710      Branch: perl
5711            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5712            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5713 ____________________________________________________________________________
5714 [  8869] By: jhi                                   on 2001/02/21  14:00:03
5715         Log: unpack("C", ...) was left slightly unfinished by #8865.
5716      Branch: perl
5717            ! pp.c t/op/pack.t
5718 ____________________________________________________________________________
5719 [  8868] By: alanbur                               on 2001/02/21  01:33:45
5720         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
5721              from gv_fetchpv to create single-character magic variables (e.g. $!),
5722              and it is passed a sv and the gv that contains the sv as the mg_obj
5723              value.  When sv_magic stores the mg_obj pointer it increments the gv
5724              refcount, thus causing a sv-gv pair that can't be freed.  There is
5725              already a check for sv == obj which is used to prevent such reference
5726              loops.  This change extends the check to cover the case described above.
5727      Branch: maint-5.6/pureperl
5728            ! sv.c
5729 ____________________________________________________________________________
5730 [  8867] By: jhi                                   on 2001/02/21  00:52:39
5731         Log: Update Changes.
5732      Branch: perl
5733            ! Changes patchlevel.h
5734 ____________________________________________________________________________
5735 [  8866] By: jhi                                   on 2001/02/21  00:34:20
5736         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
5737              (Note: there were some conflicts due to EBCDIC and EPOC
5738              patches, in general I preferred the repository code.)
5739              (When 2.753 comes out, we need to synchronize.)
5740      Branch: perl
5741            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
5742            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
5743            ! t/lib/cgi-html.t
5744 ____________________________________________________________________________
5745 [  8865] By: jhi                                   on 2001/02/21  00:24:22
5746         Log: Make pack("C", 0x100) to create Unicode, unless under the
5747              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
5748              will understand Unicode, unless you under know what.
5749      Branch: perl
5750            ! pp.c t/op/pack.t t/op/qu.t
5751 ____________________________________________________________________________
5752 [  8864] By: alanbur                               on 2001/02/20  22:35:34
5753         Log: Resynchronised with parent
5754      Branch: maint-5.6/pureperl
5755           !> README.win32 ext/GDBM_File/GDBM_File.pm
5756           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5757           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
5758           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
5759           !> t/lib/sdbm.t util.c
5760 ____________________________________________________________________________
5761 [  8863] By: jhi                                   on 2001/02/20  20:55:11
5762         Log: Integrate change #8860,8861 from mainline into maintperl.
5763              
5764              "pseudo-literal j"
5765              
5766              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
5767      Branch: maint-5.6/perl
5768           !> lib/Test.pm pod/perlop.pod
5769 ____________________________________________________________________________
5770 [  8862] By: jhi                                   on 2001/02/20  20:30:07
5771         Log: Don't do casting between pointers pointing to differently sized
5772              integers.
5773      Branch: perl
5774            ! hv.c sv.c
5775 ____________________________________________________________________________
5776 [  8861] By: jhi                                   on 2001/02/20  19:53:44
5777         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
5778              From: Peter Prymmer <pvhp@forte.com>
5779              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
5780              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
5781      Branch: perl
5782            ! lib/Test.pm
5783 ____________________________________________________________________________
5784 [  8860] By: jhi                                   on 2001/02/20  19:48:02
5785         Log: "pseudo-literal j", a documentation glitch reported to Debian.
5786              The text recovered from Perl 5.005_03, and pseudo-literal replaced
5787              by "backtick string".
5788      Branch: perl
5789            ! pod/perlop.pod
5790 ____________________________________________________________________________
5791 [  8859] By: jhi                                   on 2001/02/20  19:15:46
5792         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
5793              from Chris Nandor.
5794      Branch: perl
5795            ! makedef.pl
5796 ____________________________________________________________________________
5797 [  8858] By: jhi                                   on 2001/02/20  17:36:53
5798         Log: Integrate pureperl changes #8844,8845,8850 to mainline
5799              (via maintperl #8855).
5800              
5801              Fixed %^H scoping bug
5802              
5803              Removed GV <-> CV refcount loop
5804              
5805              Removed %ENV refcount loop
5806      Branch: perl
5807           !> gv.c op.c perl.c pp.c scope.c
5808 ____________________________________________________________________________
5809 [  8857] By: jhi                                   on 2001/02/20  17:34:32
5810         Log: Integrate changes #8853,8854 from maintperl to mainline.
5811              
5812              EBDIC fixes, README.win32 Borland update.
5813      Branch: perl
5814           !> README.win32 handy.h util.c
5815 ____________________________________________________________________________
5816 [  8856] By: jhi                                   on 2001/02/20  17:33:16
5817         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
5818      Branch: maint-5.6/perl
5819           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
5820           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
5821           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
5822 ____________________________________________________________________________
5823 [  8855] By: jhi                                   on 2001/02/20  17:32:13
5824         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
5825              
5826              Fixed %^H scoping bug
5827              
5828              Removed GV <-> CV refcount loop
5829              
5830              Removed %ENV refcount loop
5831      Branch: maint-5.6/perl
5832           !> gv.c op.c perl.c pp.c scope.c
5833 ____________________________________________________________________________
5834 [  8854] By: jhi                                   on 2001/02/20  17:25:06
5835         Log: Subject: Addition to readme.win32 for Borland C++ compilers
5836              Date: Tue, 20 Feb 2001 02:15:25 +0300
5837              From: "Vadim Konovalov" <watman@inbox.ru>
5838              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
5839              
5840              Document Borland compiler misbehaviour.
5841      Branch: maint-5.6/perl
5842            ! README.win32
5843 ____________________________________________________________________________
5844 [  8853] By: jhi                                   on 2001/02/20  17:22:25
5845         Log: The assimilation of ebcdic.c didn't quite work at the first try,
5846              patches from Thomas Dorner.
5847      Branch: maint-5.6/perl
5848            ! handy.h util.c
5849 ____________________________________________________________________________
5850 [  8852] By: jhi                                   on 2001/02/20  17:20:15
5851         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
5852              From: Chris Nandor <pudge@pobox.com>
5853              Date: Tue, 20 Feb 2001 08:32:45 -0500
5854              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
5855      Branch: maint-5.6/perl
5856            ! makedef.pl mg.c
5857 ____________________________________________________________________________
5858 [  8851] By: jhi                                   on 2001/02/20  17:15:52
5859         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
5860      Branch: perl
5861            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
5862            ! t/lib/filter-util.t
5863 ____________________________________________________________________________
5864 [  8850] By: alanbur                               on 2001/02/20  17:12:40
5865         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
5866              and the magic pointer points back to the GV that contains the
5867              %ENV hash.  This creates a refcount loop that prevents members
5868              of %ENV from being freed correctly.  This change removes the
5869              refcount loop - the magic pointer was never used anyway, the
5870              only use of the magic was to check the type ('E') so that the
5871              appropriate environment manipulation code is called when %ENV
5872              is modified.
5873      Branch: maint-5.6/pureperl
5874            ! perl.c
5875 ____________________________________________________________________________
5876 [  8849] By: jhi                                   on 2001/02/20  17:12:20
5877         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
5878              From: "Craig A. Berry" <craigberry@mac.com>
5879              Date: Mon, 19 Feb 2001 23:36:12 -0600
5880              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
5881              
5882              Case-forgiving systems match TestInit.pm with TES*.
5883      Branch: perl
5884            ! t/lib/glob-basic.t
5885 ____________________________________________________________________________
5886 [  8848] By: jhi                                   on 2001/02/20  17:10:02
5887         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
5888      Branch: perl
5889            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
5890            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
5891            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
5892 ____________________________________________________________________________
5893 [  8847] By: jhi                                   on 2001/02/20  15:34:41
5894         Log: The #8843 wasn't quite right: %Config needs to imported.
5895      Branch: perl
5896            ! t/run/runenv.t
5897 ____________________________________________________________________________
5898 [  8846] By: jhi                                   on 2001/02/20  15:31:50
5899         Log: Retract the #8838 and #8840 for now because of
5900              the DB_File tie problem.
5901      Branch: perl
5902            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
5903            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
5904            ! proto.h sv.c
5905 ____________________________________________________________________________
5906 [  8845] By: alanbur                               on 2001/02/20  14:25:41
5907         Log: Removed GV <-> CV refcount loop
5908              CvGV(mycv) points to the parent GV of the CV, and was previously
5909              refcounted.  The pointer remains, but the refcounting has been removed
5910              as it causes a refcount loop between the CV and GV that means the CV
5911              can't ever be deleted.
5912      Branch: maint-5.6/pureperl
5913            ! gv.c op.c pp.c
5914 ____________________________________________________________________________
5915 [  8844] By: alanbur                               on 2001/02/20  14:23:13
5916         Log: Fixed %^H scoping bug
5917      Branch: maint-5.6/pureperl
5918            ! scope.c
5919 ____________________________________________________________________________
5920 [  8843] By: jhi                                   on 2001/02/19  13:38:08
5921         Log: fork() not everywhere, cleanup temp files.
5922      Branch: perl
5923            ! t/run/runenv.t
5924 ____________________________________________________________________________
5925 [  8842] By: alanbur                               on 2001/02/19  12:42:07
5926         Log: Resynchronised with parent
5927      Branch: maint-5.6/pureperl
5928           !> pod/perlfaq4.pod sv.c utf8.c
5929 ____________________________________________________________________________
5930 [  8841] By: jhi                                   on 2001/02/19  03:35:51
5931         Log: Update Changes.
5932      Branch: perl
5933            ! Changes patchlevel.h
5934 ____________________________________________________________________________
5935 [  8840] By: jhi                                   on 2001/02/19  00:23:41
5936         Log: Subject: [patch] add sv_setref_uv
5937              From: Doug MacEachern <dougm@covalent.net>
5938              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
5939              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
5940      Branch: perl
5941            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5942            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5943 ____________________________________________________________________________
5944 [  8839] By: jhi                                   on 2001/02/19  00:01:38
5945         Log: Put to rest the 20010205.001, the email address checking (not) regex.
5946      Branch: perl
5947            ! pod/perlfaq9.pod
5948 ____________________________________________________________________________
5949 [  8838] By: jhi                                   on 2001/02/18  22:17:54
5950         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
5951              From: Doug MacEachern <dougm@covalent.net>
5952              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
5953              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
5954      Branch: perl
5955            ! lib/ExtUtils/xsubpp
5956 ____________________________________________________________________________
5957 [  8837] By: jhi                                   on 2001/02/18  22:16:50
5958         Log: Subject: [patch] -Wall cleanup round 2
5959              From: Doug MacEachern <dougm@covalent.net>
5960              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
5961              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
5962      Branch: perl
5963            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
5964            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
5965            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
5966            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
5967            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5968            ! ext/SDBM_File/SDBM_File.xs
5969 ____________________________________________________________________________
5970 [  8836] By: jhi                                   on 2001/02/18  22:11:20
5971         Log: Misapplied regex optimizations when \C is present.
5972              Fixes 20001230.002.
5973              
5974              What still remains broken is that the submatches that
5975              have \C in them get their UTF8 flag on because their
5976              parent SV has it on.  This will result in malformed
5977              UTF8 if a \C happened to match a non-ASCII byte.
5978      Branch: perl
5979            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
5980            ! t/pragma/utf8.t
5981 ____________________________________________________________________________
5982 [  8835] By: jhi                                   on 2001/02/18  20:12:02
5983         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
5984              
5985              The hash key got wrongly UTF8fied.
5986      Branch: perl
5987            ! pod/perlapi.pod toke.c utf8.c
5988 ____________________________________________________________________________
5989 [  8834] By: jhi                                   on 2001/02/18  19:44:25
5990         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
5991              don't warn on magical or overloaded things.
5992      Branch: perl
5993            ! pp_hot.c
5994 ____________________________________________________________________________
5995 [  8833] By: nick                                  on 2001/02/18  19:31:22
5996         Log: Integrate mainline
5997      Branch: perlio
5998           +> t/TestInit.pm t/run/runenv.t
5999            - t/UTEST
6000           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
6001           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6002           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
6003           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
6004           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6005           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
6006           !> utf8.c
6007 ____________________________________________________________________________
6008 [  8832] By: jhi                                   on 2001/02/18  19:21:18
6009         Log: Integrate perlio.
6010      Branch: perl
6011           !> perlio.c pod/perldiag.pod
6012 ____________________________________________________________________________
6013 [  8831] By: jhi                                   on 2001/02/18  19:14:20
6014         Log: Integrate change #8827 from mainline.
6015              
6016              UTF8 tweaks.
6017      Branch: maint-5.6/perl
6018           !> sv.c utf8.c
6019 ____________________________________________________________________________
6020 [  8830] By: nick                                  on 2001/02/18  19:10:34
6021         Log: Apply the spirit of patch from Nick Clark:
6022              Subject: [PATCH] Re: extensions that provide layers
6023              From: Nicholas Clark <nick@ccl4.org>
6024              Date: Mon, 12 Feb 2001 16:43:51 +0000
6025              Message-Id: <20010212164350.Q3652@plum.flirble.org>
6026      Branch: perlio
6027            ! perlio.c pod/perldiag.pod
6028 ____________________________________________________________________________
6029 [  8829] By: jhi                                   on 2001/02/18  19:03:25
6030         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
6031              From: schwern@pobox.com 
6032              Date: Sun, 18 Feb 2001 13:44:35 -0500
6033              Message-ID: <20010218134435.A17544@magnonel.guild.net>
6034              
6035              Applied, but as t/TestInit.pm.
6036      Branch: perl
6037            + t/TestInit.pm
6038            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
6039            ! t/op/subst_wamp.t
6040 ____________________________________________________________________________
6041 [  8828] By: jhi                                   on 2001/02/18  18:43:52
6042         Log: Integrate perlio.
6043      Branch: perl
6044           !> perlio.c
6045 ____________________________________________________________________________
6046 [  8827] By: jhi                                   on 2001/02/18  18:41:33
6047         Log: UTF-8 tweaks.
6048      Branch: perl
6049            ! sv.c utf8.c
6050 ____________________________________________________________________________
6051 [  8826] By: nick                                  on 2001/02/18  17:40:59
6052         Log: Fix [ID 20010217.002]
6053              open FOO, "<:raw:perlio", ...
6054              :raw now inserts default base layer below itself.
6055              Also
6056              open FOO, "<:unix", ...
6057              works as well - but leaves buffer layer on stack under the unix layer.
6058      Branch: perlio
6059            ! perlio.c
6060 ____________________________________________________________________________
6061 [  8825] By: jhi                                   on 2001/02/18  17:15:39
6062         Log: Integrate perlio.
6063      Branch: perl
6064           !> perlio.c perliol.h
6065 ____________________________________________________________________________
6066 [  8824] By: jhi                                   on 2001/02/18  17:10:53
6067         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
6068              From: schwern@pobox.com
6069              Date: Sun, 18 Feb 2001 01:48:50 -0500
6070              Message-ID: <20010218014850.C19957@magnonel.guild.net>
6071      Branch: perl
6072            ! lib/Test/Harness.pm t/TEST t/op/chop.t
6073 ____________________________________________________________________________
6074 [  8823] By: jhi                                   on 2001/02/18  17:01:06
6075         Log: Add run/*.t to testables.
6076      Branch: perl
6077            ! t/TEST
6078 ____________________________________________________________________________
6079 [  8822] By: jhi                                   on 2001/02/18  16:58:58
6080         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
6081              From: schwern@pobox.com
6082              Date: Sun, 18 Feb 2001 01:11:35 -0500
6083              Message-ID: <20010218011135.A19957@magnonel.guild.net>
6084              
6085              Revive mjd's and Simon's PERL5OPT fix.
6086      Branch: perl
6087            + t/run/runenv.t
6088            ! MANIFEST perl.c
6089 ____________________________________________________________________________
6090 [  8821] By: jhi                                   on 2001/02/18  16:53:46
6091         Log: Subject: Re: Why t/TEST and not Test::Harness?
6092              From: schwern@pobox.com
6093              Date: Sat, 17 Feb 2001 22:44:44 -0500
6094              Message-ID: <20010217224444.A6679@magnonel.guild.net>
6095              
6096              Replace UTEST with TEST -utf8.
6097      Branch: perl
6098            - t/UTEST
6099            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
6100            ! t/lib/glob-basic.t
6101 ____________________________________________________________________________
6102 [  8820] By: nick                                  on 2001/02/18  13:06:16
6103         Log: Clean up a few core dumps when layers are used in unexpected ways.
6104              (Still not "right"...)
6105      Branch: perlio
6106            ! perlio.c perliol.h
6107 ____________________________________________________________________________
6108 [  8819] By: jhi                                   on 2001/02/18  02:25:55
6109         Log: Integrate change #8818 from maintperl, a FAQ nit.
6110      Branch: perl
6111           !> pod/perlfaq4.pod
6112 ____________________________________________________________________________
6113 [  8818] By: jhi                                   on 2001/02/18  02:24:50
6114         Log: FAQ nit from Chris Fedde.
6115      Branch: maint-5.6/perl
6116            ! pod/perlfaq4.pod
6117 ____________________________________________________________________________
6118 [  8817] By: nick                                  on 2001/02/17  18:20:14
6119         Log: Integrate mainline
6120      Branch: perlio
6121           +> lib/unicode/UCD.html lib/unicode/Unicode.html
6122           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
6123           +> pod/perlclib.pod
6124            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6125            - lib/unicode/Unicode.301
6126           !> (integrate 324 files)
6127 ____________________________________________________________________________
6128 [  8816] By: jhi                                   on 2001/02/17  16:56:58
6129         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
6130      Branch: perl
6131            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6132            ! ext/Storable/Storable.xs t/lib/st-06compat.t
6133            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6134 ____________________________________________________________________________
6135 [  8815] By: jhi                                   on 2001/02/17  16:40:07
6136         Log: Subject: [patch] -Wall
6137              From: Doug MacEachern <dougm@covalent.net>
6138              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
6139              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
6140      Branch: perl
6141            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
6142            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
6143 ____________________________________________________________________________
6144 [  8814] By: jhi                                   on 2001/02/16  19:27:18
6145         Log: Document qu better.
6146      Branch: perl
6147            ! pod/perlop.pod
6148 ____________________________________________________________________________
6149 [  8813] By: jhi                                   on 2001/02/15  13:54:37
6150         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
6151              From: Hugo <hv@crypt.compulink.co.uk>
6152              Date: Thu, 15 Feb 2001 13:39:49 +0000
6153              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
6154      Branch: perl
6155            ! toke.c
6156 ____________________________________________________________________________
6157 [  8812] By: alanbur                               on 2001/02/15  13:52:16
6158         Log: Resynchronised with parent
6159      Branch: maint-5.6/pureperl
6160            - ebcdic.c
6161           !> (integrate 36 files)
6162 ____________________________________________________________________________
6163 [  8811] By: jhi                                   on 2001/02/15  13:51:16
6164         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
6165              
6166              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
6167              From: Jan Dubois <JanD@ActiveState.com>
6168              Date: Wed, 31 Jan 2001 21:17:03 -0800
6169              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
6170              
6171              tweak change#8659 to keep it simple
6172              
6173              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
6174              From: Russ Allbery <rra@stanford.edu>
6175              Date: 14 Feb 2001 10:15:41 -0800
6176              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
6177              
6178              (8809 empty)
6179
6180              Upgrade to podlators 1.08, from Russ Allbery.
6181      Branch: perl
6182           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
6183           !> utils/perldoc.PL
6184 ____________________________________________________________________________
6185 [  8810] By: jhi                                   on 2001/02/15  13:35:08
6186         Log: Upgrade to podlators 1.08, from Russ Allbery.
6187      Branch: maint-5.6/perl
6188            ! lib/Pod/Man.pm lib/Pod/Text.pm
6189 ____________________________________________________________________________
6190 [  8809] By: jhi                                   on 2001/02/15  13:26:38
6191         Log: (accidentally empty check-in)
6192      Branch: maint-5.6/perl
6193            ! lib/Test/Harness.pm
6194 ____________________________________________________________________________
6195 [  8808] By: jhi                                   on 2001/02/15  13:23:47
6196         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
6197              From: Russ Allbery <rra@stanford.edu>
6198              Date: 14 Feb 2001 10:15:41 -0800
6199              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
6200              
6201              perldoc was hardcoding $Config{installscript}, which breaks
6202              when install* isn't where Perl ends up (such as with AFS).
6203              
6204              Use $Config{scriptdir} instead.
6205      Branch: maint-5.6/perl
6206            ! utils/perldoc.PL
6207 ____________________________________________________________________________
6208 [  8807] By: jhi                                   on 2001/02/14  14:37:27
6209         Log: Update Changes.
6210      Branch: perl
6211            ! Changes patchlevel.h
6212 ____________________________________________________________________________
6213 [  8806] By: jhi                                   on 2001/02/14  14:25:31
6214         Log: Integrate changes #8803,8804,8805 from mainline.
6215              
6216              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
6217              
6218              Don't skip too much of the locale error message if no environ array,
6219              from Chris Nandor.
6220              
6221              More MacOS Classic fixes from Chris Nandor.
6222      Branch: maint-5.6/perl
6223           !> doop.c lib/Cwd.pm perl.c perl.h util.c
6224 ____________________________________________________________________________
6225 [  8805] By: jhi                                   on 2001/02/14  03:29:01
6226         Log: More MacOS Classic fixes from Chris Nandor.
6227      Branch: perl
6228            ! doop.c lib/Cwd.pm
6229 ____________________________________________________________________________
6230 [  8804] By: jhi                                   on 2001/02/14  03:18:35
6231         Log: Don't skip too much of the locale error message if no environ array,
6232              from Chris Nandor.
6233      Branch: perl
6234            ! util.c
6235 ____________________________________________________________________________
6236 [  8803] By: jhi                                   on 2001/02/14  03:14:14
6237         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
6238      Branch: perl
6239            ! perl.c perl.h
6240 ____________________________________________________________________________
6241 [  8802] By: jhi                                   on 2001/02/13  18:31:33
6242         Log: AUTHORS update.
6243      Branch: perl
6244            ! AUTHORS
6245 ____________________________________________________________________________
6246 [  8801] By: jhi                                   on 2001/02/13  17:55:19
6247         Log: Integrate change #8792 from mainline.
6248              
6249              Subject: buncha MacPerl patches for bleadperl
6250              From: Chris Nandor <pudge@pobox.com>
6251              Date: Tue, 13 Feb 2001 00:02:43 -0500
6252              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
6253      Branch: maint-5.6/perl
6254           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6255           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
6256           !> t/lib/basename.t toke.c util.h
6257 ____________________________________________________________________________
6258 [  8800] By: jhi                                   on 2001/02/13  17:46:43
6259         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
6260              to be forced to Off_t.
6261              
6262              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
6263              From: nick@ccl4.org
6264              Date: Thu, 1 Feb 2001 12:01:04 +0000
6265              Message-Id: <20010201120103.E11401@plum.flirble.org>
6266      Branch: maint-5.6/perl
6267            ! iperlsys.h perlio.c
6268 ____________________________________________________________________________
6269 [  8799] By: jhi                                   on 2001/02/13  16:52:51
6270         Log: Duplex duplex hunk hunk.
6271      Branch: maint-5.6/perl
6272            ! Makefile.SH
6273 ____________________________________________________________________________
6274 [  8797] By: jhi                                   on 2001/02/13  14:52:04
6275         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
6276              From: "Craig A. Berry" <craigberry@mac.com>
6277              Date: Mon, 12 Feb 2001 11:05:25 -0600
6278              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
6279      Branch: perl
6280            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
6281 ____________________________________________________________________________
6282 [  8796] By: jhi                                   on 2001/02/13  14:36:47
6283         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
6284              From: simon.cozens@pembroke.oxford.ac.uk 
6285              Date: Sat, 10 Feb 2001 17:57:02 +0000
6286              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
6287              
6288              Now it does include.
6289      Branch: perl
6290            ! pod/perldiag.pod
6291 ____________________________________________________________________________
6292 [  8795] By: jhi                                   on 2001/02/13  14:30:11
6293         Log: Sort the MANIFEST.
6294      Branch: perl
6295            ! MANIFEST
6296 ____________________________________________________________________________
6297 [  8794] By: jhi                                   on 2001/02/13  14:26:51
6298         Log: Integrate change #8793 from mainline, FAQ updates.
6299      Branch: maint-5.6/perl
6300           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
6301 ____________________________________________________________________________
6302 [  8793] By: jhi                                   on 2001/02/13  14:25:13
6303         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
6304      Branch: perl
6305            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
6306 ____________________________________________________________________________
6307 [  8792] By: jhi                                   on 2001/02/13  14:22:50
6308         Log: Subject: buncha MacPerl patches for bleadperl
6309              From: Chris Nandor <pudge@pobox.com>
6310              Date: Tue, 13 Feb 2001 00:02:43 -0500
6311              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
6312      Branch: perl
6313            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6314            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
6315            ! t/lib/basename.t toke.c util.h
6316 ____________________________________________________________________________
6317 [  8791] By: jhi                                   on 2001/02/13  14:10:39
6318         Log: Integrate change #8790 from mainline.
6319              
6320              environ array wrongly assumed in Perl_init_i18nl10n(),
6321      Branch: maint-5.6/perl
6322           !> util.c
6323 ____________________________________________________________________________
6324 [  8790] By: jhi                                   on 2001/02/13  14:06:15
6325         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
6326              noticed by Chris Nandor in MacOS Classic.
6327      Branch: perl
6328            ! util.c
6329 ____________________________________________________________________________
6330 [  8789] By: jhi                                   on 2001/02/13  13:58:07
6331         Log: Integrate changes #8373,8487,8544,8783 from mainline.
6332              
6333              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
6334              hints files, the dynaloading, assimilate ebcdic into util.c.
6335      Branch: maint-5.6/perl
6336            - ebcdic.c
6337            ! MANIFEST hints/posix-bc.sh
6338           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
6339           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
6340           !> perlapi.c proto.h util.c
6341 ____________________________________________________________________________
6342 [  8788] By: alanbur                               on 2001/02/13  10:33:13
6343         Log: Integrated changes from maint-5.6
6344      Branch: maint-5.6/pureperl
6345           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
6346           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
6347           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6348           !> vos/config.ga.h vos/configure_perl.cm
6349 ____________________________________________________________________________
6350 [  8787] By: jhi                                   on 2001/02/13  05:56:36
6351         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
6352      Branch: perl
6353           !> Makefile.SH
6354 ____________________________________________________________________________
6355 [  8786] By: jhi                                   on 2001/02/13  05:54:34
6356         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
6357              From: Dorner Thomas <Thomas.Dorner@start.de>
6358              Date: Mon, 12 Feb 2001 15:06:26 +0100
6359              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
6360      Branch: maint-5.6/perl
6361            ! Makefile.SH
6362 ____________________________________________________________________________
6363 [  8785] By: jhi                                   on 2001/02/13  05:29:04
6364         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
6365      Branch: perl
6366           !> hints/openbsd.sh
6367 ____________________________________________________________________________
6368 [  8784] By: jhi                                   on 2001/02/13  02:25:24
6369         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
6370              From: Peter Prymmer <pvhp@forte.com>
6371              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
6372              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
6373      Branch: perl
6374            ! pod/perlclib.pod
6375 ____________________________________________________________________________
6376 [  8783] By: jhi                                   on 2001/02/13  02:22:36
6377         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
6378      Branch: perl
6379            - ebcdic.c
6380            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
6381            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
6382            ! util.c
6383 ____________________________________________________________________________
6384 [  8782] By: jhi                                   on 2001/02/13  02:00:07
6385         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
6386      Branch: maint-5.6/perl
6387            ! pod/perlport.pod
6388 ____________________________________________________________________________
6389 [  8781] By: jhi                                   on 2001/02/13  01:58:44
6390         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
6391      Branch: maint-5.6/perl
6392            ! hints/openbsd.sh
6393 ____________________________________________________________________________
6394 [  8780] By: jhi                                   on 2001/02/13  01:57:33
6395         Log: Synchronize the regexp tests between maintperl and mainline.
6396      Branch: maint-5.6/perl
6397           !> t/op/re_tests
6398 ____________________________________________________________________________
6399 [  8779] By: jhi                                   on 2001/02/13  01:49:35
6400         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
6401              From: Hugo <hv@crypt.compulink.co.uk>
6402              Date: Tue, 13 Feb 2001 00:11:11 +0000
6403              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
6404      Branch: perl
6405            ! regcomp.c t/op/re_tests
6406 ____________________________________________________________________________
6407 [  8778] By: jhi                                   on 2001/02/13  00:23:10
6408         Log: Comments do not nest.
6409      Branch: perl
6410            ! perl.h
6411 ____________________________________________________________________________
6412 [  8777] By: jhi                                   on 2001/02/13  00:17:54
6413         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
6414              From: Hugo <hv@crypt.compulink.co.uk>
6415              Date: Tue, 13 Feb 2001 00:11:11 +0000
6416              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
6417      Branch: maint-5.6/perl
6418            ! regcomp.c t/op/re_tests
6419 ____________________________________________________________________________
6420 [  8776] By: jhi                                   on 2001/02/12  23:25:52
6421         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
6422      Branch: maint-5.6/perl
6423            ! pod/perlport.pod
6424 ____________________________________________________________________________
6425 [  8775] By: jhi                                   on 2001/02/12  23:04:28
6426         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
6427      Branch: maint-5.6/perl
6428            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
6429            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6430            ! vos/configure_perl.cm
6431 ____________________________________________________________________________
6432 [  8774] By: jhi                                   on 2001/02/12  22:59:11
6433         Log: Subject: Re: [patch] context for 'U' magic functions
6434              From: Doug MacEachern <dougm@covalent.net>
6435              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
6436              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
6437              
6438              plus the suggestion by Nick Ing-Simmons to name the macro
6439              as PERL_MG_UFUNC to avoid namespace pollution, plus add
6440              the advice by Doug for XS writers to perl.h
6441      Branch: perl
6442            ! mg.c perl.h
6443 ____________________________________________________________________________
6444 [  8773] By: jhi                                   on 2001/02/11  20:14:12
6445         Log: Update Changes.
6446      Branch: perl
6447            ! Changes patchlevel.h
6448 ____________________________________________________________________________
6449 [  8772] By: jhi                                   on 2001/02/11  18:47:52
6450         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
6451              From: Simon Cozens <simon@cozens.net>
6452              Date: Wed, 31 Jan 2001 16:31:43 +0000
6453              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
6454      Branch: perl
6455            + pod/perlclib.pod
6456            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
6457            ! pod/perltoc.pod
6458 ____________________________________________________________________________
6459 [  8771] By: jhi                                   on 2001/02/11  18:36:48
6460         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
6461              
6462              Blocks-4d3.beta.txt
6463              CaseFolding-3d4.beta.txt
6464              CompositionExclusions-3d6.beta.txt
6465              EastAsianWidth-4d4.beta.txt
6466              LineBreak-6d3.beta.txt
6467              NamesList-3.1.0d1.beta.txt
6468              PropList-3.1.0d4.beta.txt
6469              SpecialCasing-4d1.beta.txt
6470              UnicodeData-3.1.0d6.beta.txt
6471      Branch: perl
6472            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
6473           +> lib/unicode/UCD.html lib/unicode/Unicode.html
6474            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6475            - lib/unicode/Unicode.301
6476            ! (edit 257 files)
6477 ____________________________________________________________________________
6478 [  8770] By: jhi                                   on 2001/02/11  17:26:22
6479         Log: UTF-8 documentation.
6480      Branch: perl
6481            ! utf8.h
6482 ____________________________________________________________________________
6483 [  8769] By: jhi                                   on 2001/02/11  17:12:49
6484         Log: Retract #8762.
6485      Branch: perl
6486            ! regexec.c
6487 ____________________________________________________________________________
6488 [  8768] By: jhi                                   on 2001/02/11  16:54:45
6489         Log: Subject: [PATCH] Test::Harness
6490              From: andreas.koenig@anima.de (Andreas J. Koenig)
6491              Date: 11 Feb 2001 14:37:00 +0100
6492              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
6493      Branch: perl
6494            ! lib/Test/Harness.pm
6495 ____________________________________________________________________________
6496 [  8767] By: jhi                                   on 2001/02/11  16:53:52
6497         Log: Subject: [PATCH] Document makepatch in Porting/patching
6498              From: andreas.koenig@anima.de (Andreas J. Koenig)
6499              Date: 11 Feb 2001 16:46:28 +0100
6500              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
6501      Branch: perl
6502            ! Porting/patching.pod
6503 ____________________________________________________________________________
6504 [  8766] By: jhi                                   on 2001/02/11  06:30:23
6505         Log: Subject: Re: [patch] GvSHARED
6506              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
6507              From: Doug MacEachern <dougm@covalent.net>
6508              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
6509              
6510              Subject: Re: [patch] GvSHARED
6511              From: Doug MacEachern <dougm@covalent.net>
6512              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
6513              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
6514              
6515              Subject: [patch] attributes.pm support for `shared'
6516              From: Doug MacEachern <dougm@covalent.net>
6517              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
6518              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
6519              
6520              our() attributes were ignored, our :shared pieces missing,
6521              allow attributes.pm to turn on shared.
6522      Branch: perl
6523            ! op.c t/op/attrs.t toke.c xsutils.c
6524 ____________________________________________________________________________
6525 [  8765] By: alanbur                               on 2001/02/10  23:11:19
6526         Log: Resync with parent (hopefully sucessfully this time)
6527      Branch: maint-5.6/pureperl
6528           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
6529           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
6530           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6531           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
6532           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
6533           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
6534           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
6535 ____________________________________________________________________________
6536 [  8764] By: jhi                                   on 2001/02/10  22:54:38
6537         Log: Make TEST and UTEST more verbose in case something goes
6538              wrong in running/compiling a script, suggested by Doug
6539              MacEachern.
6540      Branch: perl
6541            ! t/TEST t/UTEST
6542 ____________________________________________________________________________
6543 [  8763] By: jhi                                   on 2001/02/10  22:11:34
6544         Log: Bogus shebang.
6545      Branch: perl
6546            ! t/lib/texttabs.t
6547 ____________________________________________________________________________
6548 [  8762] By: jhi                                   on 2001/02/10  21:56:02
6549         Log: (Retracted by #8769)
6550      Branch: perl
6551            ! regexec.c
6552 ____________________________________________________________________________
6553 [  8761] By: jhi                                   on 2001/02/10  21:26:15
6554         Log: Subject: Re: [patch] GvSHARED 
6555              From: Doug MacEachern <dougm@covalent.net>
6556              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
6557              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
6558              
6559              our @EXPORT : shared = (...);
6560      Branch: perl
6561            ! toke.c
6562 ____________________________________________________________________________
6563 [  8760] By: jhi                                   on 2001/02/10  21:25:07
6564         Log: Subject: [patch] GvSHARED
6565              From: Doug MacEachern <dougm@covalent.net>
6566              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
6567              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
6568      Branch: perl
6569            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
6570 ____________________________________________________________________________
6571 [  8759] By: alanbur                               on 2001/02/10  21:24:27
6572         Log: Backed out mismerge.
6573      Branch: maint-5.6/pureperl
6574            ! MANIFEST README.hpux README.vmesa gv.c installhtml
6575            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
6576            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6577            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
6578            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
6579            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
6580            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
6581 ____________________________________________________________________________
6582 [  8758] By: jhi                                   on 2001/02/10  18:01:17
6583         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
6584              
6585              Fixed UMRs and leak in Perl_pmtrans()
6586              
6587              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
6588              associated UTFied tr/// code.  Also fixed scoping leak of
6589              PL_reg_start_tmp.
6590              
6591              newATTRSUB leaks when an attempt to redefine the active sort sub is
6592              made.
6593      Branch: maint-5.6/perl
6594           !> op.c regcomp.c
6595 ____________________________________________________________________________
6596 [  8757] By: alanbur                               on 2001/02/10  17:56:46
6597         Log: Resynchronised with parent
6598      Branch: maint-5.6/pureperl
6599           +> README.bs2000
6600            - README.posix-bc
6601            ! gv.c perl.c sv.c
6602           !> MANIFEST README.hpux README.vmesa installhtml
6603           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
6604           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6605           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
6606           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
6607           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
6608           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
6609 ____________________________________________________________________________
6610 [  8756] By: alanbur                               on 2001/02/10  17:51:15
6611         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
6612              made.
6613      Branch: maint-5.6/pureperl
6614            ! op.c
6615 ____________________________________________________________________________
6616 [  8755] By: jhi                                   on 2001/02/09  22:41:35
6617         Log: Upgrade to CPAN 1.59_54, from Andreas König.
6618      Branch: perl
6619            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6620 ____________________________________________________________________________
6621 [  8754] By: jhi                                   on 2001/02/09  22:29:20
6622         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
6623              
6624              Didn't upgrade the fill.t since it has a dependency to File::Slurp
6625              purely for debugging purposes, the actual test hasn't changed.
6626      Branch: perl
6627            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
6628            ! t/lib/textwrap.t
6629 ____________________________________________________________________________
6630 [  8753] By: jhi                                   on 2001/02/09  20:17:50
6631         Log: Integrate change #8682 from maintperl.
6632              
6633              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
6634              to work correctly.
6635      Branch: perl
6636           !> hints/irix_6.sh
6637 ____________________________________________________________________________
6638 [  8752] By: jhi                                   on 2001/02/09  20:00:46
6639         Log: Update Changes.
6640      Branch: perl
6641            ! Changes patchlevel.h
6642 ____________________________________________________________________________
6643 [  8751] By: nick                                  on 2001/02/09  19:48:37
6644         Log: Integrate mainline
6645      Branch: perlio
6646           +> README.bs2000 t/lib/cgi-esc.t
6647            - README.posix-bc
6648           !> (integrate 53 files)
6649 ____________________________________________________________________________
6650 [  8750] By: nick                                  on 2001/02/09  19:25:16
6651         Log: Subject: RE: Biannual Competition to Improve Hashing Function
6652              From: Fisher Mark <fisherm@tce.com>
6653              Date: Thu, 8 Feb 2001 10:44:00 -0500
6654              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
6655              Date: Thu, 8 Feb 2001 15:02:47 -0500
6656              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
6657      Branch: perl
6658            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
6659 ____________________________________________________________________________
6660 [  8749] By: jhi                                   on 2001/02/09  19:02:35
6661         Log: Forgotten fragment.
6662      Branch: perl
6663            ! pod/perlapi.pod
6664 ____________________________________________________________________________
6665 [  8748] By: jhi                                   on 2001/02/09  18:31:34
6666         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
6667              plus manual tweakage.
6668              
6669              Sync the perlfaq2 between mainline and maintperl.
6670      Branch: maint-5.6/perl
6671            ! pod/perlfaq2.pod
6672      Branch: perl
6673           !> pod/perlfaq2.pod
6674 ____________________________________________________________________________
6675 [  8747] By: jhi                                   on 2001/02/09  18:12:04
6676         Log: Subject: versiononly and installperl
6677              From: abigail@foad.org
6678              Date: Wed, 7 Feb 2001 22:43:12 +0100
6679              Message-ID: <20010207214312.7045.qmail@foad.org>    
6680              
6681              Add +v flag to force a normal install of the perl binary
6682              and the utilities.
6683              
6684              Subject: [PATCH] installperl
6685              From: Nicholas Clark <nick@ccl4.org>
6686              Date: Fri, 9 Feb 2001 16:28:57 +0000
6687              Message-ID: <20010209162857.B10931@plum.flirble.org>
6688              
6689              Add -A flag which also hardlinks the binary with
6690              the full architecture name.
6691      Branch: perl
6692            ! installperl
6693 ____________________________________________________________________________
6694 [  8746] By: jhi                                   on 2001/02/09  18:03:43
6695         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
6696              
6697              Subject: perlfaq2, re: perlmongers
6698              
6699              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
6700              
6701              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
6702              
6703              Subject: [ID 20010205.001] typo in perlfaq9
6704              
6705              Subject: [ID 20010208.002] unordered explanation in perlcall
6706      Branch: maint-5.6/perl
6707           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6708           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
6709           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
6710 ____________________________________________________________________________
6711 [  8745] By: jhi                                   on 2001/02/09  17:59:09
6712         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
6713              From: abela@geneanet.org
6714              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
6715              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
6716      Branch: perl
6717            ! pod/perlcall.pod
6718 ____________________________________________________________________________
6719 [  8744] By: jhi                                   on 2001/02/09  17:48:16
6720         Log: Subject: [ID 20010205.001] typo in perlfaq9
6721              From: eserte@vran.herceg.de
6722              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
6723              Message-Id: <200102042244.XAA21926@vran.herceg.de>
6724      Branch: perl
6725            ! pod/perlfaq9.pod
6726 ____________________________________________________________________________
6727 [  8743] By: jhi                                   on 2001/02/09  17:25:12
6728         Log: Integrate change #8695 from maintperl.
6729              
6730              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
6731      Branch: perl
6732           !> thread.h
6733 ____________________________________________________________________________
6734 [  8742] By: jhi                                   on 2001/02/09  17:21:22
6735         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
6736              From: Andy Dougherty <doughera@lafayette.edu>
6737              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
6738              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
6739      Branch: perl
6740            ! embed.pl
6741 ____________________________________________________________________________
6742 [  8741] By: jhi                                   on 2001/02/09  17:05:19
6743         Log: Integrate changes #8738,8739,8740 from maintperl.
6744              
6745              Html files will be installed in a more logical and easier to
6746              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
6747              
6748              Html files will be generated with a header to make them look
6749              a little less bare.
6750              
6751              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
6752      Branch: perl
6753           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
6754 ____________________________________________________________________________
6755 [  8740] By: jhi                                   on 2001/02/09  17:03:46
6756         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
6757              From: "Brendan O'Dea" <bod@compusol.com.au>
6758              Date: Sun, 4 Feb 2001 11:17:56 +1100
6759              Message-ID: <20010204111756.A16301@compusol.com.au>
6760      Branch: maint-5.6/perl
6761            ! pod/perlfaq3.pod
6762 ____________________________________________________________________________
6763 [  8739] By: jhi                                   on 2001/02/09  17:01:59
6764         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
6765              From: "Indy Singh" <indy@nusphere.com>
6766              Date: Fri, 2 Feb 2001 15:09:59 -0500
6767              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
6768              
6769              Html files will be generated with a header to make them look
6770              a little less bare.
6771      Branch: maint-5.6/perl
6772            ! installhtml
6773 ____________________________________________________________________________
6774 [  8738] By: jhi                                   on 2001/02/09  16:58:48
6775         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
6776              From: "Indy Singh" <indy@nusphere.com>
6777              Date: Fri, 2 Feb 2001 15:08:23 -0500
6778              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
6779              
6780              Html files will be installed in a more logical and easier to
6781              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
6782      Branch: maint-5.6/perl
6783            ! win32/Makefile win32/makefile.mk
6784 ____________________________________________________________________________
6785 [  8737] By: jhi                                   on 2001/02/09  16:46:54
6786         Log: Integrate changes #8687,8736 from maintperl.
6787              
6788              HP-UX thread patches from Merijn H. Brand.
6789              
6790              Latin nit from Philip Newton.
6791      Branch: perl
6792           !> README.hpux hints/hpux.sh
6793 ____________________________________________________________________________
6794 [  8736] By: jhi                                   on 2001/02/09  16:42:31
6795         Log: Latin nit from Philip Newton.
6796      Branch: maint-5.6/perl
6797            ! README.hpux
6798 ____________________________________________________________________________
6799 [  8735] By: jhi                                   on 2001/02/09  16:24:03
6800         Log: Integrate changes #8704,8710 from pureperl.
6801              
6802              Fixed UMRs and leak in Perl_pmtrans()
6803              
6804              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
6805              associated UTFied tr/// code.  Also fixed scoping leak of
6806              PL_reg_start_tmp.
6807      Branch: perl
6808           !> op.c regcomp.c
6809 ____________________________________________________________________________
6810 [  8734] By: jhi                                   on 2001/02/09  15:40:21
6811         Log: Integrate change #8733 from maintperl.
6812              
6813              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
6814      Branch: perl
6815           !> pod/perlre.pod
6816 ____________________________________________________________________________
6817 [  8733] By: jhi                                   on 2001/02/09  15:35:47
6818         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
6819              From: Prymmer/Kahn <pvhp@best.com>
6820              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
6821              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
6822      Branch: maint-5.6/perl
6823            ! pod/perlre.pod
6824 ____________________________________________________________________________
6825 [  8732] By: jhi                                   on 2001/02/09  15:26:17
6826         Log: Rename README.posix-bc to README.bs2000 (to avoid the
6827              confusion of a "perlposix-bc.pod"), add a few missing
6828              arch pods, regen toc.
6829      Branch: maint-5.6/perl
6830           +> README.bs2000
6831            - README.posix-bc
6832            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
6833            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6834 ____________________________________________________________________________
6835 [  8731] By: jhi                                   on 2001/02/09  15:23:39
6836         Log: De-cut-and-pasto.
6837      Branch: perl
6838            ! pod/perl.pod
6839 ____________________________________________________________________________
6840 [  8730] By: jhi                                   on 2001/02/09  15:11:13
6841         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
6842              when people think that perlposix-bc.pod tells anything about
6843              Perl and POSIX.  Regen toc.
6844      Branch: perl
6845           +> README.bs2000
6846            - README.posix-bc
6847            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
6848            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6849 ____________________________________________________________________________
6850 [  8729] By: jhi                                   on 2001/02/09  14:52:28
6851         Log: The README.vmesa part of #8712 from maintperl.
6852      Branch: perl
6853            ! README.vmesa
6854 ____________________________________________________________________________
6855 [  8728] By: jhi                                   on 2001/02/09  14:46:06
6856         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
6857              From: Peter Prymmer <pvhp@forte.com>
6858              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
6859              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
6860      Branch: maint-5.6/perl
6861            ! README.vmesa win32/Makefile win32/makefile.mk
6862 ____________________________________________________________________________
6863 [  8727] By: jhi                                   on 2001/02/09  14:33:25
6864         Log: Integrate change #8712 from mainline.
6865              
6866              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
6867      Branch: maint-5.6/perl
6868           !> lib/Pod/Find.pm
6869 ____________________________________________________________________________
6870 [  8726] By: jhi                                   on 2001/02/09  14:30:28
6871         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
6872              From: Peter Prymmer <pvhp@forte.com>
6873              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
6874              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
6875      Branch: perl
6876            + t/lib/cgi-esc.t
6877            ! MANIFEST lib/CGI/Util.pm
6878 ____________________________________________________________________________
6879 [  8725] By: jhi                                   on 2001/02/09  04:56:47
6880         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
6881      Branch: maint-5.6/perl
6882            ! pod/perlport.pod
6883 ____________________________________________________________________________
6884 [  8724] By: jhi                                   on 2001/02/09  04:40:59
6885         Log: Integrate changes 7819,7820 from vmsperl into mainline.
6886              
6887              Add header for LIB$ prototypes (C. Berry)
6888              
6889              Convert fwrite()s to sockets to write()s, since some socket stacks
6890              don't take kindly to stdio.
6891              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
6892              (for often optional LNMs)
6893              Correct a few typos
6894              (C. Bailey)
6895      Branch: perl
6896           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
6897 ____________________________________________________________________________
6898 [  8723] By: jhi                                   on 2001/02/09  03:29:29
6899         Log: Integrate change #8722 from mainline.
6900              
6901              The Im() function wasn't returning zero for non-Math::Complex
6902              arguments.  The bug reported by John Gamble.
6903      Branch: maint-5.6/perl
6904           !> lib/Math/Complex.pm
6905 ____________________________________________________________________________
6906 [  8722] By: jhi                                   on 2001/02/09  03:28:33
6907         Log: The Im() function wasn't returning zero for non-Math::Complex
6908              arguments.  The bug reported by John Gamble.
6909      Branch: perl
6910            ! lib/Math/Complex.pm
6911 ____________________________________________________________________________
6912 [  8721] By: nick                                  on 2001/02/08  22:11:35
6913         Log: Correct the correction :-(
6914      Branch: perl
6915            ! perl.c
6916 ____________________________________________________________________________
6917 [  8720] By: bailey                                on 2001/02/08  20:59:22
6918         Log: Convert frwite()s to sockets to write()s, since some socket stacks
6919              don't take kindly to stdio.
6920              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
6921              (for often optional LNMs)
6922              Correct a few typos
6923              (C. Bailey)
6924      Branch: vmsperl
6925            ! vms/vms.c vms/vmsish.h
6926 ____________________________________________________________________________
6927 [  8719] By: bailey                                on 2001/02/08  20:51:02
6928         Log: Add header for LIB$ prototypes (C. Berry)
6929      Branch: vmsperl
6930            ! ext/Devel/DProf/DProf.xs
6931 ____________________________________________________________________________
6932 [  8718] By: bailey                                on 2001/02/08  20:49:00
6933         Log: SYN SYN
6934      Branch: vmsperl
6935           +> pod/perliol.pod t/lib/sample-tests/bailout
6936           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
6937           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
6938           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
6939           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
6940           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
6941           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
6942            - lib/unicode/Is/DCinital.pl
6943           !> (integrate 101 files)
6944 ____________________________________________________________________________
6945 [  8717] By: nick                                  on 2001/02/08  19:38:48
6946         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
6947              From: Robin Barker <rmb1@cise.npl.co.uk>
6948              Date: Thu, 8 Feb 2001 14:38:07 GMT
6949              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
6950      Branch: perl
6951            ! lib/CPAN.pm
6952 ____________________________________________________________________________
6953 [  8716] By: nick                                  on 2001/02/08  19:29:07
6954         Log: Generated files form 8713 etc.
6955      Branch: perl
6956            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6957 ____________________________________________________________________________
6958 [  8715] By: nick                                  on 2001/02/08  19:26:08
6959         Log: Fixup non-ithread build after 8713
6960      Branch: perl
6961            ! perl.c
6962 ____________________________________________________________________________
6963 [  8714] By: nick                                  on 2001/02/08  19:17:45
6964         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
6965              From: nick@ccl4.org
6966              Date: Wed, 7 Feb 2001 00:27:47 +0000
6967              Message-Id: <20010207002747.B63724@plum.flirble.org>
6968      Branch: perl
6969            ! sv.c toke.c
6970 ____________________________________________________________________________
6971 [  8713] By: nick                                  on 2001/02/08  19:15:58
6972         Log: Subject: Re: [patch] Re: PL_ptr_table
6973              From: Doug Maceachern <dougm@covalent.net>
6974              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
6975              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
6976      Branch: perl
6977            ! embed.pl perl.c sv.c sv.h
6978 ____________________________________________________________________________
6979 [  8712] By: nick                                  on 2001/02/08  19:12:47
6980         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
6981              From: Peter Prymmer <pvhp@forte.com>
6982              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
6983              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
6984      Branch: perl
6985            ! lib/Pod/Find.pm
6986 ____________________________________________________________________________
6987 [  8711] By: nick                                  on 2001/02/07  21:06:11
6988         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
6989              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
6990              From: Alan Burlison <Alan.Burlison@uk.sun.com>
6991              Date: Tue, 06 Feb 2001 23:37:01 +0000
6992              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
6993      Branch: perl
6994            ! regcomp.c
6995 ____________________________________________________________________________
6996 [  8710] By: alanbur                               on 2001/02/07  00:22:04
6997         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
6998              associated UTFied tr/// code.  Also fixed scoping leak of
6999              PL_reg_start_tmp.
7000      Branch: maint-5.6/pureperl
7001            ! op.c regcomp.c
7002 ____________________________________________________________________________
7003 [  8709] By: nick                                  on 2001/02/06  21:16:49
7004         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7005              From: Michael G Schwern <schwern@pobox.com>
7006              Date: Sun, 4 Feb 2001 19:47:14 -0500
7007              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
7008      Branch: perl
7009            ! pod/perlapi.pod pod/perlmodlib.PL
7010 ____________________________________________________________________________
7011 [  8708] By: nick                                  on 2001/02/06  20:41:20
7012         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7013              From: Michael G Schwern <schwern@pobox.com>
7014              Date: Sun, 4 Feb 2001 21:17:49 -0500
7015              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
7016      Branch: perl
7017            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
7018            ! pod/perltootc.pod
7019 ____________________________________________________________________________
7020 [  8707] By: nick                                  on 2001/02/06  20:29:11
7021         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
7022              From: Michael G Schwern <schwern@pobox.com>
7023              Date: Tue, 6 Feb 2001 05:54:30 -0500
7024              Message-Id: <20010206055430.A951@blackrider.aocn.com>
7025      Branch: perl
7026            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
7027 ____________________________________________________________________________
7028 [  8706] By: nick                                  on 2001/02/06  20:21:40
7029         Log: Subject: RE: some win32 fixes
7030              Date: Tue, 6 Feb 2001 09:23:20 +0300
7031              From: Vadim Konovalov <vkonovalov@lucent.com>
7032              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
7033      Branch: perl
7034            ! toke.c win32/Makefile win32/config.bc win32/config.gc
7035            ! win32/config.vc win32/config_H.bc win32/makefile.mk
7036 ____________________________________________________________________________
7037 [  8705] By: alanbur                               on 2001/02/06  15:00:03
7038         Log: Synchronised with parent
7039      Branch: maint-5.6/pureperl
7040            ! regexec.c
7041           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
7042           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
7043 ____________________________________________________________________________
7044 [  8704] By: alanbur                               on 2001/02/06  14:55:24
7045         Log: Fixed UMRs and leak in Perl_pmtrans()
7046      Branch: maint-5.6/pureperl
7047            ! op.c
7048 ____________________________________________________________________________
7049 [  8703] By: gsar                                  on 2001/02/06  02:29:37
7050         Log: $(MAKE) distclean doesn't clean up properly on windows
7051      Branch: maint-5.6/perl
7052            ! win32/Makefile win32/makefile.mk
7053 ____________________________________________________________________________
7054 [  8702] By: gsar                                  on 2001/02/06  01:00:46
7055         Log: tweak change#8659 to keep it simple
7056      Branch: maint-5.6/perl
7057            ! utils/perldoc.PL
7058 ____________________________________________________________________________
7059 [  8701] By: gsar                                  on 2001/02/05  22:45:41
7060         Log: change#8693 was missing testsuite changes
7061      Branch: maint-5.6/perl
7062           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
7063 ____________________________________________________________________________
7064 [  8700] By: nick                                  on 2001/02/05  20:32:52
7065         Log: Integrate mainline
7066      Branch: perlio
7067           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
7068           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
7069           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
7070           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
7071           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
7072           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
7073           +> t/lib/test-harness.t
7074           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
7075           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
7076           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
7077           !> pod/perlutil.pod t/TEST utils/h2xs.PL
7078 ____________________________________________________________________________
7079 [  8699] By: nick                                  on 2001/02/05  19:41:07
7080         Log: Subject: perlfaq2, re: perlmongers
7081              From: David H. Adler <dha@panix.com>
7082              Date: Sun, 4 Feb 2001 23:48:23 -0500
7083              Message-Id: <20010204234823.A13429@panix.com>
7084      Branch: perl
7085            ! pod/perlfaq2.pod
7086 ____________________________________________________________________________
7087 [  8698] By: nick                                  on 2001/02/05  19:39:31
7088         Log: Missed file f#rom the testharness mess.
7089      Branch: perl
7090            + t/lib/test-harness.t
7091 ____________________________________________________________________________
7092 [  8697] By: nick                                  on 2001/02/05  19:37:21
7093         Log: Subject: [DOC PATCH] overload.pm nits
7094              From: John Tobey <jtobey@john-edwin-tobey.org>
7095              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
7096              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
7097      Branch: perl
7098            ! lib/overload.pm
7099 ____________________________________________________________________________
7100 [  8696] By: alanbur                               on 2001/02/05  11:56:00
7101         Log: Sync with parent
7102      Branch: maint-5.6/pureperl
7103           !> thread.h
7104 ____________________________________________________________________________
7105 [  8695] By: gsar                                  on 2001/02/05  03:27:34
7106         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
7107      Branch: maint-5.6/perl
7108            ! thread.h
7109 ____________________________________________________________________________
7110 [  8694] By: alanbur                               on 2001/02/05  00:07:47
7111         Log: Initial branch creation from //depot/maint-5.6/perl
7112      Branch: maint-5.6/pureperl
7113           +> (branch 1719 files)
7114 ____________________________________________________________________________
7115 [  8693] By: gsar                                  on 2001/02/04  22:38:49
7116         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
7117              changes)
7118      Branch: maint-5.6/perl
7119           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7120           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7121           !> ext/DB_File/version.c
7122 ____________________________________________________________________________
7123 [  8692] By: nick                                  on 2001/02/04  18:15:57
7124         Log: The missed t/TEST part of the grand testharness upgrade.
7125      Branch: perl
7126            ! t/TEST
7127 ____________________________________________________________________________
7128 [  8691] By: nick                                  on 2001/02/04  18:05:17
7129         Log: New improved test harness
7130              Subject: Re: [PATCH Test::Harness] Third time's a charm?
7131              From: Michael G Schwern <schwern@pobox.com>
7132              Date: Sun, 4 Feb 2001 08:01:20 -0500
7133              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
7134      Branch: perl
7135            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
7136            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
7137            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
7138            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
7139            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
7140            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
7141            ! MANIFEST lib/Test/Harness.pm
7142 ____________________________________________________________________________
7143 [  8690] By: nick                                  on 2001/02/04  17:57:51
7144         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
7145              From: Jonathan Stowe <gellyfish@gellyfish.com>
7146              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
7147              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
7148      Branch: perl
7149            ! utils/h2xs.PL
7150 ____________________________________________________________________________
7151 [  8689] By: nick                                  on 2001/02/04  17:55:24
7152         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
7153              From: Michael G Schwern <schwern@pobox.com>
7154              Date: Sat, 3 Feb 2001 22:46:38 -0500
7155              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
7156      Branch: perl
7157            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
7158            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
7159 ____________________________________________________________________________
7160 [  8688] By: nick                                  on 2001/02/04  17:43:55
7161         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
7162              length byfailing to spot lack of closing )
7163              From: nick@talking.bollo.cx
7164              Date: Sat, 03 Feb 2001 23:53:16 +0000
7165              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
7166      Branch: perl
7167            ! perlio.c pod/perldiag.pod
7168 ____________________________________________________________________________
7169 [  8687] By: jhi                                   on 2001/02/03  17:11:42
7170         Log: HP-UX thread patches from Merijn H. Brand.
7171      Branch: maint-5.6/perl
7172            ! README.hpux hints/hpux.sh
7173 ____________________________________________________________________________
7174 [  8686] By: jhi                                   on 2001/02/03  16:40:12
7175         Log: Metaconfig changes for #8685.
7176      Branch: metaconfig
7177            ! U/installdirs/instubperl.U
7178      Branch: metaconfig/U/perl
7179            ! Devel.U versiononly.U
7180 ____________________________________________________________________________
7181 [  8685] By: jhi                                   on 2001/02/03  16:39:49
7182         Log: For -Dusedevel builds turn off installusrbinperl and turn on
7183              versiononly, a combined idea of Richard Soderberg and Merijn
7184              H. Brand.  You can still override both of these from the command
7185              line if you need to, -Dinstallusrbinperl and -Uversiononly.
7186      Branch: perl
7187            ! Configure
7188 ____________________________________________________________________________
7189 [  8684] By: jhi                                   on 2001/02/03  16:16:34
7190         Log: Metaconfig unit fix for #8683.
7191      Branch: metaconfig
7192            ! U/compline/nblock_io.U
7193 ____________________________________________________________________________
7194 [  8683] By: jhi                                   on 2001/02/03  16:16:12
7195         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
7196              reported by Peter Prymmer for 5.6-TRIAL1.
7197      Branch: perl
7198            ! Configure
7199 ____________________________________________________________________________
7200 [  8682] By: jhi                                   on 2001/02/03  05:52:11
7201         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
7202              to work correctly.
7203      Branch: maint-5.6/perl
7204            ! hints/irix_6.sh
7205 ____________________________________________________________________________
7206 [  8681] By: jhi                                   on 2001/02/03  05:47:33
7207         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
7208      Branch: maint-5.6/perl
7209            ! pod/perlport.pod
7210 ____________________________________________________________________________
7211 [  8680] By: jhi                                   on 2001/02/02  21:39:49
7212         Log: perlport update from Peter Prymmer.
7213      Branch: maint-5.6/perl
7214            ! pod/perlport.pod
7215 ____________________________________________________________________________
7216 [  8679] By: nick                                  on 2001/02/02  20:50:48
7217         Log: Integrate mainline
7218      Branch: perlio
7219           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
7220           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
7221           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
7222 ____________________________________________________________________________
7223 [  8678] By: gsar                                  on 2001/02/02  16:02:12
7224         Log: note about bincompat, slightly modified (from Lupe Christoph)
7225      Branch: maint-5.6/perl
7226            ! README.solaris
7227 ____________________________________________________________________________
7228 [  8677] By: jhi                                   on 2001/02/02  15:46:20
7229         Log: Supported platforms updates.
7230      Branch: maint-5.6/perl
7231            ! pod/perlport.pod
7232 ____________________________________________________________________________
7233 [  8676] By: jhi                                   on 2001/02/02  03:41:26
7234         Log: A couple more perlfaq2 tweaks.
7235      Branch: maint-5.6/perl
7236            ! pod/perlfaq2.pod
7237 ____________________________________________________________________________
7238 [  8675] By: jhi                                   on 2001/02/02  03:17:44
7239         Log: Misedit in #8661.
7240      Branch: maint-5.6/perl
7241            ! Configure
7242 ____________________________________________________________________________
7243 [  8674] By: jhi                                   on 2001/02/02  03:14:38
7244         Log: Damien again.
7245      Branch: maint-5.6/perl
7246            ! pod/perlfaq2.pod
7247 ____________________________________________________________________________
7248 [  8673] By: jhi                                   on 2001/02/02  03:12:40
7249         Log: perlfaq update from Elaine Ashton.
7250      Branch: maint-5.6/perl
7251            ! pod/perlfaq2.pod
7252 ____________________________________________________________________________
7253 [  8672] By: jhi                                   on 2001/02/02  03:07:08
7254         Log: UTF-8 s/// patch from Inaba Hiroto.
7255      Branch: maint-5.6/perl
7256            ! pp_ctl.c pp_hot.c
7257 ____________________________________________________________________________
7258 [  8671] By: jhi                                   on 2001/02/01  22:34:31
7259         Log: Update Changes.
7260      Branch: perl
7261            ! Changes patchlevel.h
7262 ____________________________________________________________________________
7263 [  8670] By: jhi                                   on 2001/02/01  22:15:29
7264         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
7265              from maintperl.
7266              
7267              Upgrade to Getopt::Long 2.25, from Johan Vromans.
7268              
7269              more files need to be writable in the source distribution
7270              
7271              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
7272              
7273              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
7274              
7275              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
7276              
7277              Allow the float to be fuzzier.
7278              
7279              need to use INT2PTR instead of a straight cast or ia64 fails
7280              
7281              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
7282              
7283              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
7284      Branch: perl
7285           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
7286           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
7287           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
7288 ____________________________________________________________________________
7289 [  8669] By: jhi                                   on 2001/02/01  21:57:02
7290         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
7291              From: Robin Barker <rmb1@cise.npl.co.uk>
7292              Date: Thu, 1 Feb 2001 16:59:05 GMT
7293              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
7294      Branch: maint-5.6/perl
7295            ! pod/perlmodlib.PL
7296 ____________________________________________________________________________
7297 [  8668] By: nick                                  on 2001/02/01  19:41:40
7298         Log: Integrate mainline
7299      Branch: perlio
7300           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
7301           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
7302           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
7303 ____________________________________________________________________________
7304 [  8667] By: gsar                                  on 2001/02/01  16:59:11
7305         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
7306      Branch: maint-5.6/perl
7307            ! embed.pl embedvar.h
7308 ____________________________________________________________________________
7309 [  8666] By: gsar                                  on 2001/02/01  16:34:51
7310         Log: add missing entries to win32/config.?c
7311      Branch: maint-5.6/perl
7312            ! win32/config.bc win32/config.gc win32/config.vc
7313            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7314 ____________________________________________________________________________
7315 [  8665] By: jhi                                   on 2001/02/01  14:58:51
7316         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
7317              From: "Stephen P. Potter" <spp@spotter.yi.org>
7318              Date: Thu, 01 Feb 2001 10:45:46 -0500
7319              Message-Id: <200102011545.KAA31479@spotter.yi.org>
7320      Branch: maint-5.6/perl
7321            ! pod/perlfunc.pod
7322 ____________________________________________________________________________
7323 [  8664] By: gsar                                  on 2001/02/01  14:52:37
7324         Log: need to use INT2PTR instead of a straight cast or ia64 fails
7325              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
7326      Branch: maint-5.6/perl
7327            ! ext/POSIX/POSIX.xs
7328 ____________________________________________________________________________
7329 [  8663] By: jhi                                   on 2001/02/01  14:09:13
7330         Log: Allow the float to be fuzzier.
7331      Branch: maint-5.6/perl
7332            ! t/lib/peek.t
7333 ____________________________________________________________________________
7334 [  8662] By: jhi                                   on 2001/02/01  13:59:00
7335         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
7336              From: Robin Barker <rmb1@cise.npl.co.uk>
7337              Date: Thu, 1 Feb 2001 13:05:39 GMT
7338              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
7339      Branch: maint-5.6/perl
7340            ! pod/perlmodlib.pod
7341 ____________________________________________________________________________
7342 [  8661] By: jhi                                   on 2001/02/01  13:57:38
7343         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
7344              Date: Thu, 01 Feb 2001 14:15:41 +0100
7345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7346              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
7347              
7348              Have the $ccflags in the gcc version test (strange, this change
7349              is claimed to be have been integrated already)
7350      Branch: maint-5.6/perl
7351            ! Configure
7352 ____________________________________________________________________________
7353 [  8660] By: jhi                                   on 2001/02/01  13:44:10
7354         Log: Integrate changes #7950,7964,7962 from mainline.
7355              
7356              Find the stdchar signedness using cpp, should fix some of
7357              the Solaris compiler warnings reported by Alan Burlison.
7358      Branch: maint-5.6/perl
7359           !> Configure config_h.SH
7360 ____________________________________________________________________________
7361 [  8659] By: jhi                                   on 2001/02/01  05:35:32
7362         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
7363              From: Jan Dubois <JanD@ActiveState.com>
7364              Date: Wed, 31 Jan 2001 21:17:03 -0800
7365              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
7366      Branch: maint-5.6/perl
7367            ! utils/perldoc.PL
7368 ____________________________________________________________________________
7369 [  8658] By: jhi                                   on 2001/02/01  04:33:17
7370         Log: Integrate the README.os390 and README.posix-bc parts of mainline
7371              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
7372              installperl parts were taken care of by #8657.)
7373      Branch: maint-5.6/perl
7374           !> README.os390 README.posix-bc
7375 ____________________________________________________________________________
7376 [  8657] By: jhi                                   on 2001/02/01  04:29:21
7377         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7378              From: Peter Prymmer <pvhp@forte.com>
7379              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
7380              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
7381      Branch: maint-5.6/perl
7382            + ext/DynaLoader/dl_dllload.xs
7383            ! MANIFEST Makefile.SH hints/os390.sh installperl
7384 ____________________________________________________________________________
7385 [  8656] By: jhi                                   on 2001/02/01  04:25:45
7386         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
7387              From: Peter Prymmer <pvhp@forte.com>
7388              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
7389              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
7390      Branch: maint-5.6/perl
7391            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
7392 ____________________________________________________________________________
7393 [  8655] By: jhi                                   on 2001/02/01  04:14:47
7394         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
7395              From: troc@netrus.net
7396              Date: Wed, 31 Jan 2001 22:31:26 -0500
7397              Message-Id: <200102010331.WAA117.85@rocco.homenet>
7398      Branch: maint-5.6/perl
7399            ! os2/os2.c
7400 ____________________________________________________________________________
7401 [  8654] By: jhi                                   on 2001/02/01  04:12:52
7402         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
7403              as reported by Alan Burlison.
7404      Branch: maint-5.6/perl
7405            ! pp.h
7406 ____________________________________________________________________________
7407 [  8653] By: jhi                                   on 2001/02/01  04:05:12
7408         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
7409              From: dsugalski@northernlight.com
7410              Date: Wed, 31 Jan 2001 18:54:11 -0500
7411              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
7412      Branch: maint-5.6/perl
7413            ! configure.com
7414 ____________________________________________________________________________
7415 [  8652] By: jhi                                   on 2001/02/01  04:03:11
7416         Log: Misplaced #endif.
7417              
7418              Subject: [perl-5-6-1-trial2] patches for EPOC
7419              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7420              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
7421              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
7422      Branch: maint-5.6/perl
7423            ! epoc/epocish.c
7424 ____________________________________________________________________________
7425 [  8651] By: jhi                                   on 2001/02/01  04:00:25
7426         Log: Integrate changes #8647,8648,8650 from mainline.
7427              
7428              Macrofy a magic UTF-8 test.
7429              
7430              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
7431              
7432              Watch out for cross compiling for EPOC (usually done on linux).
7433      Branch: maint-5.6/perl
7434           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
7435 ____________________________________________________________________________
7436 [  8650] By: jhi                                   on 2001/02/01  03:56:20
7437         Log: Watch out for cross compiling for EPOC (usually done on linux)
7438              
7439              Subject: [perl-5-6-1-trial2] patches for EPOC
7440              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7441              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
7442              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
7443      Branch: perl
7444            ! ext/Errno/Errno_pm.PL
7445 ____________________________________________________________________________
7446 [  8649] By: gsar                                  on 2001/02/01  00:46:00
7447         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
7448      Branch: maint-5.6/perl
7449            ! sv.c
7450 ____________________________________________________________________________
7451 [  8648] By: jhi                                   on 2001/01/31  23:35:36
7452         Log: All the uses of PL_numeric_radix must be protected by
7453              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
7454              
7455              Subject: [perl-5-6-1-trial2] patches for EPOC
7456              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7457              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
7458              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
7459      Branch: perl
7460            ! sv.c
7461 ____________________________________________________________________________
7462 [  8647] By: jhi                                   on 2001/01/31  22:56:16
7463         Log: Macrofy a magic UTF-8 test.
7464      Branch: perl
7465            ! utf8.c utf8.h
7466 ____________________________________________________________________________
7467 [  8646] By: gsar                                  on 2001/01/31  15:55:12
7468         Log: update Changes
7469      Branch: maint-5.6/perl
7470            ! Changes
7471 ____________________________________________________________________________
7472 [  8645] By: gsar                                  on 2001/01/31  15:10:14
7473         Log: Configure tweak suggested by Peter Prymmer
7474      Branch: maint-5.6/perl
7475            ! Configure
7476 ____________________________________________________________________________
7477 [  8644] By: gsar                                  on 2001/01/31  15:06:32
7478         Log: more files need to be writable in the source distribution
7479      Branch: maint-5.6/perl
7480            ! Porting/makerel
7481 ____________________________________________________________________________
7482 [  8643] By: jhi                                   on 2001/01/31  14:59:46
7483         Log: Integrate changes #8258,8278,8279 from mainline.
7484              
7485              Make the large file tests more robust/talkative.
7486      Branch: maint-5.6/perl
7487           !> t/lib/syslfs.t t/op/lfs.t
7488 ____________________________________________________________________________
7489 [  8642] By: gsar                                  on 2001/01/31  14:53:48
7490         Log: integrate changes#8311,8334 from mainline
7491              
7492              Add a new MakeMaker variable PM_FILTER that defines a Unix
7493              filter to be run on each .pm during the pm_to_blib() phase,
7494              a fixed version of
7495              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
7496              
7497              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
7498              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
7499              accurate reading of the "atime".  
7500      Branch: maint-5.6/perl
7501           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
7502           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7503           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
7504 ____________________________________________________________________________
7505 [  8641] By: jhi                                   on 2001/01/31  14:46:37
7506         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
7507      Branch: maint-5.6/perl
7508            ! lib/Getopt/Long.pm
7509 ____________________________________________________________________________
7510 [  8640] By: gsar                                  on 2001/01/31  14:40:24
7511         Log: make regen_all
7512      Branch: maint-5.6/perl
7513            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
7514 ____________________________________________________________________________
7515 [  8639] By: gsar                                  on 2001/01/31  14:37:25
7516         Log: refresh windows config files
7517      Branch: maint-5.6/perl
7518            ! win32/Makefile win32/config_H.bc win32/config_H.gc
7519            ! win32/config_H.vc win32/makefile.mk
7520 ____________________________________________________________________________
7521 [  8638] By: gsar                                  on 2001/01/31  14:28:10
7522         Log: makefile tweaks for windows: introduce a bulk-switch to enable
7523              same options as ActivePerl; sync changes with makefile.mk
7524      Branch: maint-5.6/perl
7525            ! win32/Makefile win32/makefile.mk
7526 ____________________________________________________________________________
7527 [  8637] By: jhi                                   on 2001/01/31  04:41:30
7528         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
7529              From: Nicholas Clark <nick@ccl4.org>
7530              Date: Tue, 30 Jan 2001 19:51:05 +0000
7531              Message-ID: <20010130195105.R76607@plum.flirble.org> 
7532              
7533              op/inc cure.
7534      Branch: perl
7535            ! pp.c pp.h pp_hot.c t/op/arith.t
7536 ____________________________________________________________________________
7537 [  8636] By: jhi                                   on 2001/01/31  02:38:32
7538         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
7539              no perlio],8257,8380,8479,8515 from mainline.
7540              
7541              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
7542              
7543              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
7544              Subject: [PATCH perl@8133] fix-up for VMS extensions
7545              
7546              In VMS embedded perls couldn't access the statically built Socket.
7547              
7548              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
7549              
7550              Further VMS piping fixes from Charles Lane.
7551              
7552              Subject:  [PATCH] make t/op/misc.t work on VMS
7553              
7554              Add tracing for debugging extensions builds in VMS.
7555              
7556              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
7557      Branch: maint-5.6/perl
7558           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
7559           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
7560           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
7561 ____________________________________________________________________________
7562 [  8635] By: jhi                                   on 2001/01/31  01:46:41
7563         Log: Integrate change #7732 from mainline.
7564              
7565              Sparc 64-bit pack() fix from Jens Hamisch.
7566      Branch: maint-5.6/perl
7567           !> pp.c
7568 ____________________________________________________________________________
7569 [  8634] By: jhi                                   on 2001/01/31  01:41:16
7570         Log: One spot missing from #8626.
7571      Branch: maint-5.6/perl
7572            ! sv.c
7573 ____________________________________________________________________________
7574 [  8633] By: jhi                                   on 2001/01/31  00:49:17
7575         Log: Integrate change #7495 from mainline.
7576              
7577              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
7578      Branch: maint-5.6/perl
7579           !> MANIFEST ext/re/Makefile.PL
7580 ____________________________________________________________________________
7581 [  8632] By: jhi                                   on 2001/01/30  23:38:49
7582         Log: Integrate change #8396 from mainline.
7583              
7584              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
7585              better multicast support (resend)
7586      Branch: maint-5.6/perl
7587           !> ext/Socket/Socket.pm
7588 ____________________________________________________________________________
7589 [  8631] By: jhi                                   on 2001/01/30  23:28:03
7590         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
7591              
7592              More AIX lore. (7514, ext/re/hints/aix.pl)
7593              
7594              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
7595              
7596              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)
7597              
7598              Subject: [ID 20001214.002] Net::Ping patch
7599              
7600              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
7601              
7602              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
7603              
7604              Add ReuseAddr as a (preferred) alias for Reuse as we now
7605              also have ReusePort.
7606              
7607              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
7608      Branch: maint-5.6/perl
7609           +> ext/re/hints/aix.pl
7610           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
7611           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
7612 ____________________________________________________________________________
7613 [  8630] By: jhi                                   on 2001/01/30  23:03:59
7614         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
7615              
7616              read() documentation tweak for 20001121.004.
7617              
7618              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
7619      Branch: maint-5.6/perl
7620           !> pod/perlfunc.pod pod/perlre.pod
7621 ____________________________________________________________________________
7622 [  8629] By: jhi                                   on 2001/01/30  22:41:57
7623         Log: Integrate change #8098 from mainline.
7624              
7625              fastgetcwd is defined using a glob alias on a $^O dependent basis
7626              and there was no default assignment or perl subroutine.
7627      Branch: maint-5.6/perl
7628           !> lib/Cwd.pm
7629 ____________________________________________________________________________
7630 [  8628] By: jhi                                   on 2001/01/30  21:58:52
7631         Log: Integrate change #7866 from mainline.
7632              
7633              File::Temp 0.11.
7634      Branch: maint-5.6/perl
7635           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
7636 ____________________________________________________________________________
7637 [  8627] By: jhi                                   on 2001/01/30  21:39:44
7638         Log: Integrate changes #8075,8086,8228 from mainline.  
7639              
7640              Darwin is not Windows. (8075,8086)
7641              
7642              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
7643      Branch: maint-5.6/perl
7644           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
7645           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
7646           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
7647           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
7648 ____________________________________________________________________________
7649 [  8626] By: jhi                                   on 2001/01/30  21:22:11
7650         Log: Integrate with tweakery the change #8625 from mainline,
7651              the multibyte decimal separator fix ("fa_IR locale failure").
7652      Branch: maint-5.6/perl
7653            ! embedvar.h perlapi.h
7654           !> intrpvar.h perl.c perl.h sv.c util.c
7655 ____________________________________________________________________________
7656 [  8625] By: jhi                                   on 2001/01/30  20:26:33
7657         Log: Fix for the fa_IR locale failure.  The reason for the failure
7658              was that Perl was assuming the decimal separator aka the radix
7659              separator is one character.  The Farsi-Iranian locale crushed
7660              that bad assumption since there the separator is 'Momayyez',
7661              glyphwise looking somewhat like a slash, and in Unicode UTF-8
7662              encoded in two bytes, 0xd9 0xab.
7663      Branch: perl
7664            ! intrpvar.h perl.c perl.h sv.c util.c
7665 ____________________________________________________________________________
7666 [  8624] By: gsar                                  on 2001/01/30  20:17:03
7667         Log: regen_headers
7668      Branch: maint-5.6/perl
7669            ! Makefile.SH pod/perlintern.pod
7670 ____________________________________________________________________________
7671 [  8623] By: gsar                                  on 2001/01/30  19:42:34
7672         Log: backout change#7431 and its dependents (causes spurious rebuilds
7673              of autogenerated files)
7674              
7675              fix benign b.t failure
7676      Branch: maint-5.6/perl
7677            ! Makefile.SH t/lib/b.t
7678 ____________________________________________________________________________
7679 [  8622] By: jhi                                   on 2001/01/30  19:41:41
7680         Log: Microperl sync.
7681      Branch: perl
7682            ! mg.c perl.h
7683 ____________________________________________________________________________
7684 [  8621] By: gsar                                  on 2001/01/30  19:24:47
7685         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
7686              from mainline
7687              
7688              Subject: podlators 1.06 released
7689              
7690              Subject: [PATCH @8436] Eliminate op_children
7691              
7692              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
7693              
7694              (Replaced by #8448)  More op_children traces (cleanup of #8442).
7695              
7696              Subject: [PATCH #3 @8436] Re: Eliminate op_children
7697              Replace #8444 and #8445.
7698              
7699              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
7700              at the setting of the ofs_sv in new_struct_thread() as the
7701              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
7702              uninitialized fields are, uh, initialized with),
7703              SvREFCNT_inc()ing that invited a core dump.
7704              
7705              podlators 1.07, from Russ Allbery.
7706              
7707              Subject: [PATCH] regcomp.c old feature removal
7708              From: mjd@plover.com
7709              Date: 16 Jan 2001 14:43:18 -0000 
7710              Message-ID: <20010116144318.7140.qmail@plover.com> 
7711      Branch: maint-5.6/perl
7712           +> lib/Pod/Text/Overstrike.pm
7713           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
7714           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
7715           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
7716           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
7717           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
7718           !> util.c
7719 ____________________________________________________________________________
7720 [  8620] By: gsar                                  on 2001/01/30  18:48:32
7721         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
7722              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
7723              now fails one test)
7724              
7725              Subject: [PATCH] lvalue AUTOLOAD. No, really.
7726              
7727              Subject: [PATCH] Interesting syntax idea
7728              Make opens + bareword assigns do typeglob assigns.
7729              
7730              Tests for #8254.
7731              
7732              Subject: [PATCH @8269] Continue blocks and B::Deparse
7733              Make the peephole optimizer to bypass more null ops and
7734              and rewrite the deparse handling of continue blocks.
7735              
7736              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
7737              Doc tweak on #8313.
7738              
7739              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
7740              
7741              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
7742              
7743              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
7744              
7745              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
7746              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
7747              according to the platform.
7748              
7749              Subject: [PATCH @8404] Consolidated lvalue sub changes
7750              
7751              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
7752              
7753              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
7754              
7755              Subject: B::Concise -- an improved replacement for B::Terse 
7756              
7757              The B::Terse drop-in replacement wasn't quite drop-in.
7758              
7759              The LVRET macro needed an aTHX.
7760              
7761              Use the /^Perl_/-less form of is_lvalue_sub().
7762              
7763              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
7764      Branch: maint-5.6/perl
7765           +> ext/B/B/Concise.pm
7766           !> (integrate 27 files)
7767 ____________________________________________________________________________
7768 [  8619] By: nick                                  on 2001/01/30  18:40:28
7769         Log: Integrate mainline
7770      Branch: perlio
7771           !> (integrate 40 files)
7772 ____________________________________________________________________________
7773 [  8618] By: jhi                                   on 2001/01/30  18:37:18
7774         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
7775              Date: Mon, 29 Jan 2001 22:51:29 -0600
7776              From: "Craig A. Berry" <craigberry@mac.com>
7777              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
7778      Branch: perl
7779            ! vms/test.com
7780 ____________________________________________________________________________
7781 [  8617] By: jhi                                   on 2001/01/30  18:34:53
7782         Log: Subject: [PATCH] Add missing CV flags to dump.c
7783              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7784              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
7785              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
7786      Branch: perl
7787            ! dump.c
7788 ____________________________________________________________________________
7789 [  8616] By: jhi                                   on 2001/01/30  18:20:58
7790         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
7791              part isn't applicable to maintperl.
7792              
7793              UTF-8 nit from Inaba Hiroto.
7794      Branch: maint-5.6/perl
7795           !> pod/perlapi.pod utf8.c
7796 ____________________________________________________________________________
7797 [  8615] By: jhi                                   on 2001/01/30  18:18:51
7798         Log: UTF-8 nit from Inaba Hiroto.
7799      Branch: perl
7800            ! pod/perlapi.pod t/op/each.t utf8.c
7801 ____________________________________________________________________________
7802 [  8614] By: jhi                                   on 2001/01/30  18:13:38
7803         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
7804              
7805              perl's internal variables are not for public consumption,
7806              move their docs from perlapi.pod to perlintern.pod
7807              
7808              support for -Dusethreads build under HP-UX 10.20 and DCE threads
7809              library (11.0 and later have pthreads but 10.x don't)
7810              
7811              avoid uninitialized value warnings
7812              
7813              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
7814              gets weird results)
7815              
7816              perldoc nit on windows
7817              
7818              make it possible to run the tests outside the source tree
7819              (there's still a dependency on ../lib being the library
7820              location)
7821      Branch: perl
7822           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
7823           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
7824           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
7825           !> win32/bin/search.pl win32/vdir.h
7826 ____________________________________________________________________________
7827 [  8613] By: gsar                                  on 2001/01/30  16:39:59
7828         Log: make it possible to run the tests outside the source tree
7829              (there's still a dependency on ../lib being the library
7830              location)
7831      Branch: maint-5.6/perl
7832            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
7833 ____________________________________________________________________________
7834 [  8612] By: gsar                                  on 2001/01/30  16:31:12
7835         Log: perldoc nit on windows
7836      Branch: maint-5.6/perl
7837            ! utils/perldoc.PL
7838 ____________________________________________________________________________
7839 [  8611] By: gsar                                  on 2001/01/30  16:22:54
7840         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
7841              gets weird results)
7842      Branch: maint-5.6/perl
7843            ! win32/vdir.h
7844 ____________________________________________________________________________
7845 [  8610] By: gsar                                  on 2001/01/30  16:12:45
7846         Log: avoid uninitialized value warnings
7847      Branch: maint-5.6/perl
7848            ! win32/bin/search.pl
7849 ____________________________________________________________________________
7850 [  8609] By: gsar                                  on 2001/01/30  16:08:01
7851         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
7852              library (11.0 and later have pthreads but 10.x don't)
7853      Branch: maint-5.6/perl
7854            ! hints/hpux.sh thread.h
7855 ____________________________________________________________________________
7856 [  8608] By: gsar                                  on 2001/01/30  15:48:55
7857         Log: perl's internal variables are not for public consumption,
7858              move their docs from perlapi.pod to perlintern.pod
7859      Branch: maint-5.6/perl
7860            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
7861            ! thrdvar.h
7862 ____________________________________________________________________________
7863 [  8607] By: gsar                                  on 2001/01/30  15:44:27
7864         Log: mistakenly branched perl56delta.pod, revert
7865      Branch: maint-5.6/perl
7866            - pod/perl56delta.pod
7867           !> pod/perldelta.pod
7868 ____________________________________________________________________________
7869 [  8606] By: gsar                                  on 2001/01/30  14:20:24
7870         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
7871              dTHR which has been a noop for a while now, except for the
7872              compatibility definition in thread.h)
7873      Branch: maint-5.6/perl
7874           !> (integrate 45 files)
7875 ____________________________________________________________________________
7876 [  8605] By: jhi                                   on 2001/01/30  05:43:58
7877         Log: Mark the UTF-8 APIs as experimental.
7878      Branch: maint-5.6/perl
7879            ! embed.pl pod/perlapi.pod
7880 ____________________________________________________________________________
7881 [  8604] By: jhi                                   on 2001/01/30  05:38:40
7882         Log: Nits from earlier integrates.
7883      Branch: maint-5.6/perl
7884            ! lib/Carp/Heavy.pm
7885           !> sv.c
7886 ____________________________________________________________________________
7887 [  8603] By: jhi                                   on 2001/01/30  05:27:26
7888         Log: Regenerate Porting files.
7889      Branch: maint-5.6/perl
7890            ! Porting/Glossary Porting/config.sh Porting/config_H
7891 ____________________________________________________________________________
7892 [  8602] By: jhi                                   on 2001/01/30  05:14:59
7893         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
7894              8310,8339,8447,8492,8493,8505,8525: documentation changes.
7895              
7896              Subject: Re: perlfaq style changes
7897              
7898              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
7899              
7900              Subject: [PATCH] docs on NaN
7901              
7902              Subject: [patch] perlfaq7
7903              
7904              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
7905              
7906              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
7907              
7908              Subject: [PATCH] open() example in perlfunc.pod
7909              
7910              Podify README.mpeix (a new version from the web)
7911              
7912              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
7913              
7914              Subject: [PATCH] format and rewording in perlfaq.pod
7915              
7916              Subject: [PATCH] API Variable documentation   
7917              
7918              Memory management calls documentation.
7919              
7920              Subject: [PATCH: perl@8482] README.vms URL updates
7921              
7922              Subject: Minor typos in perlfaq2.pod
7923              
7924              Subject: [PATCH] pod/perlvar.pod
7925      Branch: maint-5.6/perl
7926           +> pod/perl56delta.pod
7927            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7928           !> README.amiga README.epoc README.mpeix README.vms
7929           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
7930           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
7931           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
7932           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
7933           !> pod/perlvar.pod thrdvar.h
7934 ____________________________________________________________________________
7935 [  8601] By: jhi                                   on 2001/01/30  04:38:35
7936         Log: Integrate changes #8036,8096,8253 from mainline:
7937              hints changes.
7938              
7939              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
7940              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
7941              
7942              Output the (apparent) version of gcc in Tru64.
7943      Branch: maint-5.6/perl
7944           +> ext/POSIX/hints/svr4.pl
7945           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
7946           !> hints/svr4.sh t/lib/bigfltpm.t
7947 ____________________________________________________________________________
7948 [  8600] By: jhi                                   on 2001/01/30  04:04:01
7949         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
7950              locale fixes.
7951              
7952              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
7953              
7954              Debian allows /usr/bin/locale to exist without any locales. (7868)
7955              
7956              Allow the locale test needing POSIX and the taint test
7957              needing IPC::SysV to run under 'minitest' (basically,
7958              bail out if loading the extension fails). (8384)
7959              
7960              Cleanup the locale.t output  (8480)
7961      Branch: maint-5.6/perl
7962           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
7963           !> t/pragma/locale.t
7964 ____________________________________________________________________________
7965 [  8599] By: jhi                                   on 2001/01/30  03:51:04
7966         Log: Missing generated files from #8598.
7967      Branch: maint-5.6/perl
7968            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7969 ____________________________________________________________________________
7970 [  8598] By: jhi                                   on 2001/01/30  03:41:54
7971         Log: Integrate change #8555 from mainline, manually integrate parts
7972              of changes 8452 and 8583.
7973              
7974              Subject: [PATCH] utf8.c documentation (8452)
7975              
7976              No point in checking the length if the pointer is bogus. (8555)
7977              
7978              Introduce bytes_from_utf8() and implement sv_eq() using it,
7979              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
7980              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
7981              was malformed. (8583)
7982      Branch: maint-5.6/perl
7983            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
7984           !> pod/perlapi.pod sv.c utf8.c
7985 ____________________________________________________________________________
7986 [  8597] By: gsar                                  on 2001/01/30  02:37:26
7987         Log: get PERL_OBJECT build going again on windows
7988      Branch: maint-5.6/perl
7989            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7990            ! pod/perlapi.pod proto.h sv.c
7991 ____________________________________________________________________________
7992 [  8596] By: jhi                                   on 2001/01/30  02:16:17
7993         Log: Signedness nit.
7994      Branch: perl
7995            ! sv.c
7996 ____________________________________________________________________________
7997 [  8595] By: jhi                                   on 2001/01/30  02:11:07
7998         Log: EBCDIC patch for Storable, from Peter Prymmer.
7999      Branch: perl
8000            ! t/lib/st-06compat.t
8001 ____________________________________________________________________________
8002 [  8594] By: jhi                                   on 2001/01/30  01:04:48
8003         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
8004              From: Peter Prymmer <pvhp@forte.com>
8005              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
8006              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
8007      Branch: perl
8008            ! t/lib/b.t
8009 ____________________________________________________________________________
8010 [  8593] By: jhi                                   on 2001/01/30  00:56:47
8011         Log: Subject: [PATCH: perl@8585] pod problems in io
8012              From: Peter Prymmer <pvhp@forte.com>
8013              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
8014              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
8015      Branch: perl
8016            ! pod/perlapio.pod pod/perliol.pod
8017 ____________________________________________________________________________
8018 [  8592] By: jhi                                   on 2001/01/30  00:48:20
8019         Log: Integrate perlio.
8020      Branch: perl
8021           !> pod/perlapio.pod pod/perliol.pod
8022 ____________________________________________________________________________
8023 [  8591] By: nick                                  on 2001/01/29  22:02:28
8024         Log: GNU 'merge' Simon's copy of perliol.pod with version
8025              patched by Craig's patch.
8026      Branch: perlio
8027            ! pod/perliol.pod
8028 ____________________________________________________________________________
8029 [  8590] By: nick                                  on 2001/01/29  21:55:10
8030         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
8031      Branch: perlio
8032            ! pod/perlapio.pod pod/perliol.pod
8033 ____________________________________________________________________________
8034 [  8589] By: jhi                                   on 2001/01/29  15:35:33
8035         Log: Integrate change #8586 from maint-5.6/perl.
8036              
8037              make the BOM detection code not call tell() until it has to
8038              (meant to fix esoteric compatibility issues where PL_rsfp
8039              is overridden)
8040      Branch: perl
8041           !> toke.c
8042 ____________________________________________________________________________
8043 [  8588] By: jhi                                   on 2001/01/29  15:29:11
8044         Log: Subject: MAking Solaris malloc() the default
8045              From: Lupe Christoph <lupe@lupe-christoph.de>
8046              Date: Mon, 29 Jan 2001 12:59:36 +0100
8047              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
8048              
8049              The README.solaris part slightly tweaked.
8050      Branch: perl
8051            ! README.solaris hints/solaris_2.sh
8052 ____________________________________________________________________________
8053 [  8587] By: jhi                                   on 2001/01/29  15:17:34
8054         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
8055              From: root@ak-75.mind.de
8056              Date: Sun, 28 Jan 2001 20:32:29 +0100
8057              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
8058      Branch: perl
8059            ! pod/perlre.pod
8060 ____________________________________________________________________________
8061 [  8586] By: gsar                                  on 2001/01/29  13:43:44
8062         Log: make the BOM detection code not call tell() until it has to
8063              (meant to fix esoteric compatibility issues where PL_rsfp
8064              is overridden)
8065      Branch: maint-5.6/perl
8066            ! toke.c
8067 ____________________________________________________________________________
8068 [  8585] By: jhi                                   on 2001/01/28  20:05:45
8069         Log: Update Changes.
8070      Branch: perl
8071            ! Changes patchlevel.h
8072 ____________________________________________________________________________
8073 [  8584] By: jhi                                   on 2001/01/28  19:30:02
8074         Log: Integrate perlio.
8075      Branch: perl
8076           +> pod/perliol.pod
8077           !> MANIFEST pod/perlapio.pod
8078 ____________________________________________________________________________
8079 [  8583] By: jhi                                   on 2001/01/28  19:28:40
8080         Log: Patch from Inaba Hiroto:
8081              - canonical UTF-8 hash keys: if a key string for a hash is
8082              UTF8-on, try downgrade the string and use it if
8083              unicode::distinct is not in effect.
8084              For the task, I added a function bytes_from_utf8() to utf8.c.
8085              It might resemble utf8_to_bytes() but it is not convenient
8086              to the task.
8087              Made a test for it and added to t/op/each.t
8088              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
8089              the mortal copy of the argument SV.
8090              And changed t/io/utf8.t test 18 which expects print() to
8091              upgrade its argument.
8092              - re-implement sv_eq with bytes_from_utf8()
8093              - some bug fixes
8094              - tr/// does not handle UTF8 range (\x{}-\x{})
8095              - \ before raw UTF8 character produced
8096              "Malformed UTF-8 character" warning.
8097              - "\x{100}\N{CENT SIGN}" is Malformed.
8098              Added tests for these 3.
8099              - and one silly bug (by me) with qu operator.
8100      Branch: perl
8101            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
8102            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
8103            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
8104 ____________________________________________________________________________
8105 [  8582] By: nick                                  on 2001/01/28  19:25:04
8106         Log: Add pod/perliol.pod to MANIFEST :-(
8107      Branch: perlio
8108            ! MANIFEST
8109 ____________________________________________________________________________
8110 [  8581] By: nick                                  on 2001/01/28  19:22:40
8111         Log: PerlIO documentation. Proofing and sub-editing requested.
8112      Branch: perlio
8113            + pod/perliol.pod
8114            ! pod/perlapio.pod
8115 ____________________________________________________________________________
8116 [  8580] By: jhi                                   on 2001/01/28  05:16:25
8117         Log: Revert the change to sv_2pv() done by #8054: Someone who
8118              did SvNV_set() on a scalar that also happened to be POK,
8119              followed by sv_2pv() won't get the right coercion anymore.
8120              [Sarathy]
8121      Branch: maint-5.6/perl
8122            ! sv.c
8123 ____________________________________________________________________________
8124 [  8579] By: jhi                                   on 2001/01/28  05:15:04
8125         Log: Remove the #8084 effect: do not allow -Q to be interpreted
8126              as -&Q(), this is too much wiggle room.
8127      Branch: maint-5.6/perl
8128            ! toke.c
8129 ____________________________________________________________________________
8130 [  8578] By: jhi                                   on 2001/01/28  05:12:45
8131         Log: Needed bits of #8439 (should have been in #8576),
8132              mainly for lval substr().
8133      Branch: maint-5.6/perl
8134            ! mg.c pp.c pp_hot.c
8135 ____________________________________________________________________________
8136 [  8577] By: jhi                                   on 2001/01/28  05:02:46
8137         Log: A missing check-in.
8138      Branch: maint-5.6/perl
8139            ! utf8.c
8140 ____________________________________________________________________________
8141 [  8576] By: jhi                                   on 2001/01/28  04:26:18
8142         Log: Integrate changes #8425,8436,8439,8517 from mainline.
8143              The 8439 was not truly integrated because it had too many
8144              dependencies on the development branch and because it introduced
8145              concepts too bold for a maintenance branch (such as the qu operator).
8146              
8147              Subject: [PATCH perl@8342] -Wformat
8148              
8149              Tighten some of the UTF-8 tests a bit.
8150              
8151              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
8152              - The substr lval was still not okay.
8153              - Now pp_stringify and sv_setsv copies source's UTF8 flag
8154              even if IN_BYTE.  pp_stringify is called from fold_constants
8155              at optimization phase and "\x{100}" was made SvUTF8_off under
8156              use bytes (the bytes pragma is for "byte semantics" and not
8157              for "do not produce UTF8 data")
8158      Branch: maint-5.6/perl
8159            ! t/lib/charnames.t t/op/substr.t toke.c
8160           !> sv.c t/pragma/utf8.t
8161 ____________________________________________________________________________
8162 [  8575] By: jhi                                   on 2001/01/28  04:01:51
8163         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
8164              
8165              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
8166              
8167              Subject: [ID 20001230.003] UTF-8 tr still hurts
8168              
8169              Test cases for #8385 (from Simon's "torture.pl")
8170              
8171              Start fixing UTF-8 lval substr() (8405)
8172      Branch: maint-5.6/perl
8173           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
8174           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
8175 ____________________________________________________________________________
8176 [  8574] By: jhi                                   on 2001/01/28  03:09:06
8177         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
8178              from mainline.
8179              
8180              UTF-8 cleanup.
8181              
8182              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
8183              
8184              "\x{FF}\xFF" was broken.
8185              
8186              Tests for #8329 and #8330.
8187              
8188              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
8189              
8190              IRIX compiler noticed that the bof initialization might be
8191              bypassed by control flow.
8192              
8193              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
8194      Branch: maint-5.6/perl
8195           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
8196           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
8197 ____________________________________________________________________________
8198 [  8573] By: jhi                                   on 2001/01/28  02:06:12
8199         Log: Retract #8552.
8200      Branch: perl
8201            ! lib/Text/Wrap.pm t/lib/textwrap.t
8202 ____________________________________________________________________________
8203 [  8572] By: jhi                                   on 2001/01/28  02:04:49
8204         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
8205              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
8206              not really integrated but instead salvaged by hand
8207              (they had too many dependencies on the development release
8208              to be cleanly integratable).
8209              
8210              Subject: more UTF8 test suites and an UTF8 patch
8211              
8212              Tweak for MULTIPLICITY/USE_PERLIO
8213              
8214              Signedness nit.
8215              
8216              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
8217              
8218              Use the UTF8_XXX macros in is_utf8_char().
8219              
8220              Rewrite pp_concat() in terms of sv_catsv().  The . operator
8221              should now be UTF-8-proof.
8222              
8223              Subject: [PATCH perl@8269] scanning two hex-constants
8224              fails on EBCDIC environment (script length.t)
8225              
8226              Add some Unicode chop() tests.
8227      Branch: maint-5.6/perl
8228            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
8229           !> sv.c t/op/chop.t utf8.h
8230 ____________________________________________________________________________
8231 [  8571] By: jhi                                   on 2001/01/28  00:35:59
8232         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
8233              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
8234              
8235              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
8236              
8237              The maxiters upper limit sanity check (guarding against
8238              non-progress) assumed bytes instead of characters in s///
8239              and split().
8240              
8241              Signedness nit.
8242              
8243              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
8244              join() should now be UTF-8-proof.
8245              
8246              More split // UTF-8 tests. (8250)
8247      Branch: maint-5.6/perl
8248           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
8249           !> util.c
8250 ____________________________________________________________________________
8251 [  8570] By: jhi                                   on 2001/01/27  22:15:46
8252         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
8253              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
8254              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
8255              8084,8204,8244,8333 from mainline.
8256              
8257              For -Q where Q might be a one-letter sub name one does no more
8258              get a warning about an unknown filetest (7941,7943,7944,8084).
8259              
8260              Subject: Re: [ID 20001130.011] expression parsing bug ?
8261              
8262              Make uv_to_utf8() to zero-terminate its output buffer.
8263              
8264              Split off t/op/length.t (7995)
8265              
8266              Split off t/op/utf8decode.t (7996)
8267              
8268              Remove an unnecessary 'use utf8' from the utf8.t (7998)
8269              
8270              Split off t/op/concat.t (8004)
8271              
8272              Split off t/op/ver.t (8005)
8273              
8274              Document utf8_length(), utf8_distance(), and utf8_hop().
8275              
8276              Document utf8_to_uv() better.
8277              
8278              Introduce macros for UTF8 decoding (8028,8033).
8279              
8280              Add test for reverse() (8030,8031).
8281              
8282              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
8283              
8284              Do not return the Unicode replacement character    on UTF-8
8285              decoding failure.
8286              
8287              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
8288              not this_utf8 i.e. the output string has one, but don't mess
8289              with source assumption. (8052,8053)
8290              
8291              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
8292              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
8293              was not expecting to be called with something that was already
8294              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
8295              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
8296              (8054)
8297              
8298              Recode the naughty binary bytes in utf8decode.t using the \xHH.
8299              
8300              Make some panic messages a bit more logical.
8301      Branch: maint-5.6/perl
8302           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
8303           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
8304           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
8305           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
8306           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
8307           !> utf8.c utf8.h
8308 ____________________________________________________________________________
8309 [  8569] By: jhi                                   on 2001/01/27  19:16:43
8310         Log: Integrate changes #7750 from perlio and #8566 from mainline.
8311      Branch: maint-5.6/perl
8312           !> regexec.c sv.c
8313 ____________________________________________________________________________
8314 [  8568] By: jhi                                   on 2001/01/27  18:06:51
8315         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
8316              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
8317              7935[-perlio.c],7936,7959,7965 from mainline.
8318              
8319              Change the "big byte" error message to "Wide character".
8320              (7355, the croak-if-wide-chars-in-print part ignored)
8321              
8322              Use UINT64_C().
8323              
8324              Introduce Perl_utf8_length().
8325              
8326              diff -se shows these as different (7753, forgotten check-ins)
8327              
8328              Subject: [PATCH] doop.c - UTF8 tr///
8329              
8330              If we use (aTHX_ ...) then put Perl_ on the front.
8331              
8332              Make utf8_length() and utf8_distance() to be less forgiving
8333              about bad UTF-8.
8334              
8335              Test line numbers are different with utf8.
8336              
8337              No need to scan till infinity, 13 is enough. (7872,7911)
8338              
8339              Subject: [PATCH] Tokeniser debugging
8340              
8341              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
8342              
8343              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
8344              
8345              Be more careful in Perl_sv_utf8_downgrade().
8346              
8347              Use DO_UTF8().
8348              
8349              Raw zero bytes in text files confuse at least GNU patch 2.1.
8350      Branch: maint-5.6/perl
8351           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
8352           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
8353           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
8354           !> t/pragma/utf8.t toke.c utf8.c utf8.h
8355 ____________________________________________________________________________
8356 [  8567] By: nick                                  on 2001/01/27  11:10:38
8357         Log: Integrate mainline
8358      Branch: perlio
8359           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
8360           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
8361           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
8362           !> toke.c
8363 ____________________________________________________________________________
8364 [  8566] By: jhi                                   on 2001/01/27  06:22:48
8365         Log: More documentation for the regexp context stack.
8366      Branch: perl
8367            ! regexec.c
8368 ____________________________________________________________________________
8369 [  8565] By: jhi                                   on 2001/01/27  05:21:57
8370         Log: Update Changes.
8371      Branch: perl
8372            ! Changes patchlevel.h
8373 ____________________________________________________________________________
8374 [  8564] By: jhi                                   on 2001/01/27  04:44:04
8375         Log: Threadedness patch for #8562 from Doug MacEachern.
8376      Branch: perl
8377            ! toke.c
8378 ____________________________________________________________________________
8379 [  8563] By: jhi                                   on 2001/01/27  04:26:24
8380         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
8381              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8382              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
8383              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
8384      Branch: perl
8385            ! op.c
8386 ____________________________________________________________________________
8387 [  8562] By: jhi                                   on 2001/01/27  04:20:30
8388         Log: Subject: Re: Announce : Tokener reporting patch
8389              From: Simon Cozens <simon@cozens.net>
8390              Date: Mon, 22 Jan 2001 02:17:22 +0000
8391              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
8392      Branch: perl
8393            ! embed.h embed.pl proto.h toke.c
8394 ____________________________________________________________________________
8395 [  8561] By: jhi                                   on 2001/01/27  04:17:24
8396         Log: Forgot from #8545.  Oops.
8397      Branch: perl
8398            ! pp.c t/pragma/overload.t
8399 ____________________________________________________________________________
8400 [  8560] By: jhi                                   on 2001/01/27  03:01:47
8401         Log: A better module compilation test, use MANIFEST as suggested
8402              by Spider.
8403      Branch: perl
8404            ! t/lib/1_compile.t
8405 ____________________________________________________________________________
8406 [  8559] By: jhi                                   on 2001/01/27  02:50:48
8407         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
8408              From: Peter Prymmer <pvhp@forte.com>
8409              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
8410              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
8411      Branch: perl
8412            ! t/lib/b.t
8413 ____________________________________________________________________________
8414 [  8558] By: jhi                                   on 2001/01/27  02:27:05
8415         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
8416              From: Peter Prymmer <pvhp@forte.com>
8417              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
8418              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
8419      Branch: perl
8420            ! t/pragma/sub_lval.t
8421 ____________________________________________________________________________
8422 [  8557] By: jhi                                   on 2001/01/27  02:26:03
8423         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
8424              From: Peter Prymmer <pvhp@forte.com>
8425              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
8426              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
8427      Branch: perl
8428            ! t/lib/st-06compat.t
8429 ____________________________________________________________________________
8430 [  8556] By: jhi                                   on 2001/01/27  02:24:33
8431         Log: Subject: [PATCH: perl@8531] minor update to README.os390
8432              From: Peter Prymmer <pvhp@forte.com>
8433              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
8434              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
8435      Branch: perl
8436            ! README.os390
8437 ____________________________________________________________________________
8438 [  8555] By: jhi                                   on 2001/01/27  00:35:47
8439         Log: No point in checking the length before we know whether the pointer
8440              is bogus or not, fixes Abigail's odbm failures in Linux.
8441      Branch: perl
8442            ! sv.c
8443 ____________________________________________________________________________
8444 [  8554] By: nick                                  on 2001/01/26  19:01:31
8445         Log: Integrate mainline
8446      Branch: perlio
8447           !> lib/Text/Wrap.pm t/lib/textwrap.t
8448 ____________________________________________________________________________
8449 [  8553] By: jhi                                   on 2001/01/26  15:19:39
8450         Log: Integrate change #7792 from perlio (multiplicity fix),
8451              fix the AV leak in regex DEBUGGING (tiny part of the
8452              polymorphic regexp patch #8143).
8453      Branch: maint-5.6/perl
8454            ! regcomp.c
8455           !> scope.h
8456 ____________________________________________________________________________
8457 [  8552] By: jhi                                   on 2001/01/26  15:03:23
8458         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
8459              From: Michael G Schwern <schwern@pobox.com>
8460              Date: Fri, 26 Jan 2001 09:28:31 -0500
8461              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
8462      Branch: perl
8463            ! lib/Text/Wrap.pm t/lib/textwrap.t
8464 ____________________________________________________________________________
8465 [  8551] By: jhi                                   on 2001/01/26  02:33:19
8466         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
8467              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
8468              
8469              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
8470              
8471              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
8472              
8473              Message nit.
8474              
8475              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
8476              
8477              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
8478              
8479              (the cleanup of unused submatches in regtry() and regcppop())
8480              
8481              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
8482              stored and restored, and thusly was trounced by the utf8 swash
8483              routines.
8484              
8485              use utf8 not required to use \x{}.
8486              
8487              Removed two more tests that make no sense in UTF-8 since the test
8488              data is not in UTF-8.
8489              
8490              Get the three different space character classes right under utf8.
8491              
8492              Implement ANYOFUTF8 regprop() dumping.
8493              
8494              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
8495              
8496              Document the regex context pushing/popping a bit better.
8497      Branch: maint-5.6/perl
8498           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
8499           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
8500           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
8501           !> t/op/regmesg.t utf8.c
8502 ____________________________________________________________________________
8503 [  8550] By: nick                                  on 2001/01/25  19:42:30
8504         Log: Integrate mainline
8505      Branch: perlio
8506           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
8507           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
8508           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
8509           !> t/lib/bigint.t t/lib/bigintpm.t
8510 ____________________________________________________________________________
8511 [  8549] By: jhi                                   on 2001/01/25  15:22:28
8512         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
8513      Branch: maint-5.6/perl
8514            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
8515 ____________________________________________________________________________
8516 [  8548] By: jhi                                   on 2001/01/25  15:02:55
8517         Log: Integrate changes #7997,8063,8492,8547 from mainline.
8518              
8519              Subject: Re: STRLEN - what?
8520              
8521              Subject: [PATCH] perlguts.pod
8522              
8523              Memory management calls documentation.
8524              
8525              Layout using tabulator is not a good idea in a pod.
8526      Branch: maint-5.6/perl
8527           !> pod/perlguts.pod
8528 ____________________________________________________________________________
8529 [  8547] By: jhi                                   on 2001/01/25  14:49:05
8530         Log: Layout using tabulator is not a good idea in a pod.
8531      Branch: perl
8532            ! pod/perlguts.pod
8533 ____________________________________________________________________________
8534 [  8546] By: jhi                                   on 2001/01/25  14:31:12
8535         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
8536              from mainline.
8537              
8538              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
8539              
8540              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
8541              
8542              More Win32 editor/IDE/shell hints.
8543              
8544              More Win32 Perling.
8545              
8546              Yet another editor edit.
8547              
8548              Edit edit edit.
8549              
8550              IDE/editor section tweaking.
8551              
8552              Few more IDE/editor nits from p5p.
8553      Branch: maint-5.6/perl
8554           !> pod/perlfaq3.pod
8555 ____________________________________________________________________________
8556 [  8545] By: jhi                                   on 2001/01/25  04:16:32
8557         Log: Subject: [PATCH 5.7.0] overload int()
8558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8559              Date: Wed, 24 Jan 2001 19:06:57 -0500
8560              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
8561      Branch: perl
8562            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
8563            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
8564            ! t/lib/bigintpm.t
8565 ____________________________________________________________________________
8566 [  8544] By: jhi                                   on 2001/01/25  04:15:11
8567         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
8568              From: Peter Prymmer <pvhp@forte.com>
8569              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
8570              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
8571      Branch: perl
8572            ! Makefile.SH README.os390 hints/os390.sh installperl
8573 ____________________________________________________________________________
8574 [  8543] By: jhi                                   on 2001/01/25  03:52:08
8575         Log: Integrate change #8462,8469 from mainline.
8576              
8577              In VMS Perl subversion (perl -V) is undef.
8578      Branch: maint-5.6/perl
8579           !> configure.com
8580 ____________________________________________________________________________
8581 [  8542] By: jhi                                   on 2001/01/25  03:44:55
8582         Log: Integrate changes #7835,7850,8315,8316 from mainline.
8583              
8584              Solaris hints.
8585      Branch: maint-5.6/perl
8586           !> hints/solaris_2.sh
8587 ____________________________________________________________________________
8588 [  8541] By: jhi                                   on 2001/01/25  03:39:28
8589         Log: Integrate #8336 from mainline.
8590      Branch: maint-5.6/perl
8591           !> hv.c
8592 ____________________________________________________________________________
8593 [  8540] By: jhi                                   on 2001/01/25  03:23:50
8594         Log: Retract #8539.
8595      Branch: maint-5.6/perl
8596            ! pod/perlfaq3.pod
8597 ____________________________________________________________________________
8598 [  8539] By: jhi                                   on 2001/01/25  03:21:55
8599         Log: (Retracted by #5940.)
8600      Branch: maint-5.6/perl
8601            ! pod/perlfaq3.pod
8602 ____________________________________________________________________________
8603 [  8538] By: jhi                                   on 2001/01/25  03:14:07
8604         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
8605              From: Peter Prymmer <pvhp@forte.com>
8606              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
8607              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
8608              
8609              The VMS bits.
8610      Branch: maint-5.6/perl
8611            ! configure.com vms/descrip_mms.template
8612 ____________________________________________________________________________
8613 [  8537] By: jhi                                   on 2001/01/25  03:06:09
8614         Log: Integrate #7710,7824,7973 from mainline.
8615      Branch: maint-5.6/perl
8616           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8617           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
8618           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
8619           !> vos/config.ga.def vos/config.ga.h win32/config.bc
8620           !> win32/config.gc win32/config.vc
8621 ____________________________________________________________________________
8622 [  8536] By: jhi                                   on 2001/01/24  13:50:20
8623         Log: Revert the edits made by me so far to the 5.6 branch since
8624              the TRIAL1 since I did edits when I should have been using
8625              integrates.  Bad programmer.   (Will integrate them properly later.)
8626              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
8627              The #8353 will not be reapplied at least for now since
8628              the UTF-8 hash keys need more thinking.
8629              (The patches #8347, #8354, #8454, #8473 were okay since they
8630              were original edits made specifically for the 5.6.1-TRIAL1.)
8631      Branch: maint-5.6/perl
8632            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8633            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
8634            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
8635            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
8636            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
8637            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8638            ! win32/config.bc win32/config.gc win32/config.vc
8639 ____________________________________________________________________________
8640 [  8535] By: bailey                                on 2001/01/24  06:37:02
8641         Log: SYN SYN
8642      Branch: vmsperl
8643           +> (branch 26 files)
8644           !> (integrate 130 files)
8645 ____________________________________________________________________________
8646 [  8534] By: nick                                  on 2001/01/23  19:30:57
8647         Log: Integrate mainline.
8648      Branch: perlio
8649           !> Changes Configure Porting/Glossary Porting/config.sh
8650           !> Porting/config_H embed.h embed.pl ext/Encode/compile
8651           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
8652           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
8653           !> pod/perlvar.pod proto.h t/lib/1_compile.t
8654 ____________________________________________________________________________
8655 [  8533] By: jhi                                   on 2001/01/23  16:15:46
8656         Log: Forgotten from #8501.
8657      Branch: perl
8658            ! Porting/Glossary Porting/config.sh Porting/config_H
8659 ____________________________________________________________________________
8660 [  8532] By: jhi                                   on 2001/01/23  16:13:27
8661         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
8662              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8663              Date: Mon, 22 Jan 2001 17:51:58 +0100
8664              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
8665      Branch: perl
8666            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
8667 ____________________________________________________________________________
8668 [  8531] By: jhi                                   on 2001/01/23  15:46:01
8669         Log: Update Changes.
8670      Branch: perl
8671            ! Changes patchlevel.h
8672 ____________________________________________________________________________
8673 [  8530] By: jhi                                   on 2001/01/23  15:38:39
8674         Log: De-cut-and-pasto.
8675      Branch: perl
8676            ! t/lib/1_compile.t
8677 ____________________________________________________________________________
8678 [  8529] By: jhi                                   on 2001/01/23  15:11:04
8679         Log: Document the mkdir trailing slashes case.
8680      Branch: perl
8681            ! pod/perlfunc.pod
8682 ____________________________________________________________________________
8683 [  8528] By: jhi                                   on 2001/01/23  15:08:28
8684         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
8685              get installed:
8686              
8687              Subject: lib/lib.pm
8688              From: <abigail@foad.org>
8689              Date: Mon, 28 Aug 2000 20:35:08 -0400
8690              Message-ID: <20000829003508.21281.qmail@foad.org>
8691      Branch: perl
8692            ! installperl
8693 ____________________________________________________________________________
8694 [  8527] By: jhi                                   on 2001/01/23  14:44:04
8695         Log: Metaconfig unit change for #8526.
8696      Branch: metaconfig
8697            ! U/threads/archname.U
8698 ____________________________________________________________________________
8699 [  8526] By: jhi                                   on 2001/01/23  14:43:19
8700         Log: Attach -perlio to the archname if so selected.
8701      Branch: perl
8702            ! Configure
8703 ____________________________________________________________________________
8704 [  8525] By: jhi                                   on 2001/01/23  14:24:01
8705         Log: Subject: [PATCH] pod/perlvar.pod
8706              From: abigail@foad.org
8707              Date: Tue, 23 Jan 2001 01:41:10 +0100
8708              Message-ID: <20010123004110.22259.qmail@foad.org>
8709      Branch: perl
8710            ! pod/perlvar.pod
8711 ____________________________________________________________________________
8712 [  8524] By: jhi                                   on 2001/01/23  14:22:32
8713         Log: A bug introduced in #8217 (the undefined variable in the
8714              lib/safe1_t #3) fixed, by Charles Lane:
8715              
8716              The earlier patch made it so that stuff running in Safe
8717              compartments could do a "caller" and see "main".  That
8718              little change in name is done right before the code in
8719              the compartment is run, and apparantly the parser
8720              was picking up the stash name before it got changed.
8721              
8722              (why it was threaded vs. unthreaded Perl that was sensitive to this
8723              I still don't know...and it probably doesn't matter).
8724              
8725              I tryed removing the stash name-change and saw that threaded Perl
8726              did indeed pass the lib/safe1.t tests.
8727              
8728              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
8729              do the name change (and to connect _ in the compartment to the global
8730              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
8731              to call _safe_pkg_prep when creating a new compartment.
8732              
8733              Passes all tests with threaded perl on linux; passes all tests
8734              with unthreaded perl on VMS.
8735              
8736              At some point I'll probably want to revisit Safe and Opcode to
8737              provide more sensible handling of global variables...and to get
8738              formats working in Safe compartments, which they don't do currently.
8739      Branch: perl
8740            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
8741 ____________________________________________________________________________
8742 [  8523] By: jhi                                   on 2001/01/23  14:11:58
8743         Log: Also the lib/Thread.pm itself needs to be ignored if
8744              the Thread extension hasn't been built.
8745      Branch: perl
8746            ! t/lib/1_compile.t
8747 ____________________________________________________________________________
8748 [  8522] By: jhi                                   on 2001/01/23  13:51:28
8749         Log: print() instead of warn() so that stderr doesn't get
8750              unncessarily polluted.
8751      Branch: perl
8752            ! ext/Encode/compile
8753 ____________________________________________________________________________
8754 [  8521] By: jhi                                   on 2001/01/23  13:49:48
8755         Log: Integrate perlio.
8756      Branch: perl
8757           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
8758           !> ext/Encode/encode.h
8759 ____________________________________________________________________________
8760 [  8520] By: nick                                  on 2001/01/22  21:44:00
8761         Log: More messing with Encode:
8762              Extra fields in header to allow multiple names and to record
8763              other things "compile" knows.
8764              Re-organise compile to factor out common output routines.
8765      Branch: perlio
8766            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
8767 ____________________________________________________________________________
8768 [  8519] By: nick                                  on 2001/01/22  20:33:50
8769         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
8770      Branch: perlio
8771            ! ext/Encode/Makefile.PL ext/Encode/compile
8772 ____________________________________________________________________________
8773 [  8518] By: nick                                  on 2001/01/22  20:28:13
8774         Log: Integrate mainline
8775      Branch: perlio
8776           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
8777           !> vos/config.alpha.def vos/config.alpha.h
8778 ____________________________________________________________________________
8779 [  8517] By: jhi                                   on 2001/01/22  15:37:17
8780         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
8781              by Inaba Hiroto.
8782      Branch: perl
8783            ! sv.c
8784 ____________________________________________________________________________
8785 [  8516] By: jhi                                   on 2001/01/22  14:55:15
8786         Log: More SIG_SIZE fixes.
8787      Branch: perl
8788            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
8789 ____________________________________________________________________________
8790 [  8515] By: jhi                                   on 2001/01/22  14:50:27
8791         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
8792              From: "Craig A. Berry" <craigberry@mac.com>
8793              Date: Mon, 22 Jan 2001 00:42:24 -0600
8794              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
8795      Branch: perl
8796            ! configure.com
8797 ____________________________________________________________________________
8798 [  8514] By: jhi                                   on 2001/01/22  14:31:17
8799         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
8800              From: "Craig A. Berry" <craigberry@mac.com>
8801              Date: Sun, 21 Jan 2001 23:03:25 -0600
8802              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
8803      Branch: perl
8804            ! configure.com
8805 ____________________________________________________________________________
8806 [  8513] By: jhi                                   on 2001/01/22  14:14:00
8807         Log: Add the .ucm encoding tables to the MANIFEST.
8808      Branch: perl
8809            ! MANIFEST
8810 ____________________________________________________________________________
8811 [  8512] By: jhi                                   on 2001/01/22  13:43:33
8812         Log: Integrate perlio.
8813      Branch: perl
8814           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8815           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8816           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8817           +> ext/Encode/Encode/iso8859-10.ucm
8818           +> ext/Encode/Encode/iso8859-13.ucm
8819           +> ext/Encode/Encode/iso8859-14.ucm
8820           +> ext/Encode/Encode/iso8859-15.ucm
8821           +> ext/Encode/Encode/iso8859-16.ucm
8822           +> ext/Encode/Encode/iso8859-2.ucm
8823           +> ext/Encode/Encode/iso8859-3.ucm
8824           +> ext/Encode/Encode/iso8859-4.ucm
8825           +> ext/Encode/Encode/iso8859-5.ucm
8826           +> ext/Encode/Encode/iso8859-6.ucm
8827           +> ext/Encode/Encode/iso8859-7.ucm
8828           +> ext/Encode/Encode/iso8859-8.ucm
8829           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8830           +> ext/Encode/Encode/symbol.ucm
8831           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
8832           !> perliol.h
8833 ____________________________________________________________________________
8834 [  8511] By: nick                                  on 2001/01/21  23:44:47
8835         Log: Make "real" layers of ":utf8" and ":raw".
8836              So now PERLIO=utf8 perl ...
8837              does what Andreas wanted.
8838              Fix arg passing in open.pm (still have a Carp issue).
8839      Branch: perlio
8840            ! lib/open.pm perlio.c perliol.h
8841 ____________________________________________________________________________
8842 [  8510] By: jhi                                   on 2001/01/21  22:56:53
8843         Log: Document the regex context pushing/popping a bit better.
8844      Branch: perl
8845            ! regexec.c
8846 ____________________________________________________________________________
8847 [  8509] By: jhi                                   on 2001/01/21  22:55:44
8848         Log: Tweak the mkdir trailing slash code some more.
8849              
8850              TO DO: the same handling should probably be done for
8851              all the other filesystem functions that can have directories
8852              as their arguments.
8853      Branch: perl
8854            ! pp_sys.c
8855 ____________________________________________________________________________
8856 [  8508] By: nick                                  on 2001/01/21  21:37:43
8857         Log: Switch "compiled in" encodings to .ucm format.
8858              (Leave others as .enc till we can run-time load .ucm,
8859              or find some other way to load them.)
8860      Branch: perlio
8861            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
8862            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
8863            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
8864            + ext/Encode/Encode/iso8859-10.ucm
8865            + ext/Encode/Encode/iso8859-13.ucm
8866            + ext/Encode/Encode/iso8859-14.ucm
8867            + ext/Encode/Encode/iso8859-15.ucm
8868            + ext/Encode/Encode/iso8859-16.ucm
8869            + ext/Encode/Encode/iso8859-2.ucm
8870            + ext/Encode/Encode/iso8859-3.ucm
8871            + ext/Encode/Encode/iso8859-4.ucm
8872            + ext/Encode/Encode/iso8859-5.ucm
8873            + ext/Encode/Encode/iso8859-6.ucm
8874            + ext/Encode/Encode/iso8859-7.ucm
8875            + ext/Encode/Encode/iso8859-8.ucm
8876            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
8877            + ext/Encode/Encode/symbol.ucm
8878            ! ext/Encode/Makefile.PL ext/Encode/compile
8879 ____________________________________________________________________________
8880 [  8507] By: nick                                  on 2001/01/21  21:02:03
8881         Log: Integrate (partial) mainline.
8882      Branch: perlio
8883           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
8884           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
8885           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8886 ____________________________________________________________________________
8887 [  8506] By: jhi                                   on 2001/01/21  20:09:30
8888         Log: Update Changes.
8889      Branch: perl
8890            ! Changes patchlevel.h
8891 ____________________________________________________________________________
8892 [  8505] By: jhi                                   on 2001/01/21  19:39:59
8893         Log: Subject: Minor typos in perlfaq2.pod
8894              From: "Stephen P. Potter" <spp@spotter.yi.org>
8895              Message-Id: <200101192101.QAA11911@spotter.yi.org>
8896              Date: Fri, 19 Jan 2001 16:01:13 -0500
8897              
8898              with a nit from Philip Netwon.
8899      Branch: perl
8900            ! pod/perlfaq2.pod
8901 ____________________________________________________________________________
8902 [  8504] By: jhi                                   on 2001/01/21  19:33:05
8903         Log: Metaconfig change for #8503.
8904      Branch: metaconfig
8905            ! U/threads/usethreads.U
8906 ____________________________________________________________________________
8907 [  8503] By: jhi                                   on 2001/01/21  19:32:21
8908         Log: Sanity check for conflicting thread flavours.
8909      Branch: perl
8910            ! Configure config_h.SH
8911 ____________________________________________________________________________
8912 [  8502] By: jhi                                   on 2001/01/21  19:23:00
8913         Log: Metaconfig change for #8501.
8914      Branch: metaconfig
8915            ! U/modified/sig_name.U
8916 ____________________________________________________________________________
8917 [  8501] By: jhi                                   on 2001/01/21  19:22:26
8918         Log: The SIG_SIZE is the number of the elements *excluding*
8919              the terminating NULL.
8920      Branch: perl
8921            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
8922            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
8923            ! win32/config_H.vc
8924 ____________________________________________________________________________
8925 [  8500] By: jhi                                   on 2001/01/21  18:31:31
8926         Log: Integrate perlio.
8927      Branch: perl
8928           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
8929           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
8930           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
8931           !> pp_sys.c proto.h sv.c
8932 ____________________________________________________________________________
8933 [  8499] By: jhi                                   on 2001/01/21  17:43:57
8934         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
8935              From: Hugo <hv@crypt.compulink.co.uk>
8936              Date: Sun, 21 Jan 2001 13:34:05 +0000
8937              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
8938              
8939              In sprintf UTF8ize only if necessary.
8940      Branch: perl
8941            ! sv.c
8942 ____________________________________________________________________________
8943 [  8498] By: nick                                  on 2001/01/21  16:25:32
8944         Log: Encode cleanup.
8945              Add command line control over "compile" so that Makefile.PL
8946              needs can be combined with other uses.
8947              Use command line options in Makefile.PL.
8948              Fix multi-byte parsing in .ucm files.
8949      Branch: perlio
8950            ! ext/Encode/Makefile.PL ext/Encode/compile
8951 ____________________________________________________________________________
8952 [  8497] By: nick                                  on 2001/01/21  12:56:27
8953         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
8954      Branch: perlio
8955            ! ext/Encode/Encode.xs
8956 ____________________________________________________________________________
8957 [  8496] By: nick                                  on 2001/01/21  12:18:45
8958         Log: Fixup after integrate:
8959              missed the .sym files that are changed by regen_headers
8960              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
8961      Branch: perlio
8962            ! global.sym pp.sym sv.c
8963 ____________________________________________________________________________
8964 [  8495] By: nick                                  on 2001/01/21  11:51:07
8965         Log: Integrate mainline.
8966      Branch: perlio
8967           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
8968           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
8969           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
8970           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
8971           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
8972           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
8973           !> win32/Makefile win32/makefile.mk
8974 ____________________________________________________________________________
8975 [  8494] By: jhi                                   on 2001/01/20  23:12:11
8976         Log: Forgot the expect_number() prototype.
8977      Branch: perl
8978            ! embed.h embed.pl proto.h
8979 ____________________________________________________________________________
8980 [  8493] By: jhi                                   on 2001/01/20  22:56:39
8981         Log: Subject: [PATCH: perl@8482] README.vms URL updates
8982              From: Peter Prymmer <pvhp@forte.com>
8983              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
8984              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
8985              
8986              Plus Craig A. Berry's suggestion to use compaq.com instead
8987              of digital.com.
8988      Branch: perl
8989            ! README.vms
8990 ____________________________________________________________________________
8991 [  8492] By: jhi                                   on 2001/01/20  22:50:05
8992         Log: Memory management calls documentation.
8993      Branch: perl
8994            ! pod/perlguts.pod
8995 ____________________________________________________________________________
8996 [  8491] By: jhi                                   on 2001/01/20  22:38:33
8997         Log: Signedness nit plus few memcpy/Copy nits.
8998      Branch: perl
8999            ! sv.c
9000 ____________________________________________________________________________
9001 [  8490] By: jhi                                   on 2001/01/20  22:25:53
9002         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
9003              From: Peter Prymmer <pvhp@forte.com>
9004              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
9005              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
9006      Branch: perl
9007            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
9008 ____________________________________________________________________________
9009 [  8489] By: jhi                                   on 2001/01/20  22:24:41
9010         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
9011              From: Peter Prymmer <pvhp@forte.com>
9012              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
9013              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
9014      Branch: perl
9015            ! win32/Makefile win32/makefile.mk
9016 ____________________________________________________________________________
9017 [  8488] By: jhi                                   on 2001/01/20  22:22:27
9018         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
9019              From: Peter Prymmer <pvhp@forte.com>
9020              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
9021              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
9022      Branch: perl
9023            ! Makefile.SH
9024 ____________________________________________________________________________
9025 [  8487] By: jhi                                   on 2001/01/20  22:21:18
9026         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
9027              From: Peter Prymmer <pvhp@forte.com>
9028              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
9029              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
9030      Branch: perl
9031            + ext/DynaLoader/dl_dllload.xs
9032            ! MANIFEST Makefile.SH hints/os390.sh
9033 ____________________________________________________________________________
9034 [  8486] By: jhi                                   on 2001/01/20  22:17:53
9035         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
9036              From: Peter Prymmer <pvhp@forte.com>
9037              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
9038              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
9039      Branch: perl
9040            ! README.os390 README.posix-bc
9041 ____________________________________________________________________________
9042 [  8485] By: jhi                                   on 2001/01/20  20:15:30
9043         Log: Document and test the new qu operator.
9044      Branch: perl
9045            + t/op/qu.t
9046            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
9047            ! pod/perlretut.pod pod/perlunicode.pod
9048 ____________________________________________________________________________
9049 [  8484] By: nick                                  on 2001/01/20  19:42:30
9050         Log: Infrastructure to allow:
9051              open($fh,"|-",@array);
9052              to be implemented
9053              i.e. mark pp_open as needing a stack mark, and make pp_open
9054              process its args in that style (and pass them _all_ to tied handles OPEN).
9055              Invent do_openn() which takes SV ** at allow it to see multiple args.
9056              Note this does not _do_ anything yet.
9057      Branch: perlio
9058            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
9059            ! perlapi.c pp_proto.h pp_sys.c proto.h
9060 ____________________________________________________________________________
9061 [  8483] By: nick                                  on 2001/01/20  17:23:14
9062         Log: Integrate mainline.
9063      Branch: perlio
9064           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
9065           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
9066 ____________________________________________________________________________
9067 [  8482] By: jhi                                   on 2001/01/19  15:37:49
9068         Log: Update Changes.
9069      Branch: perl
9070            ! Changes patchlevel.h
9071 ____________________________________________________________________________
9072 [  8481] By: jhi                                   on 2001/01/19  14:41:24
9073         Log: Subject: Re: new feature: s?printf parameter reordering 
9074              From: Hugo <hv@crypt.compulink.co.uk>
9075              Date: Thu, 11 Jan 2001 17:09:03 +0000
9076              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
9077              
9078              - support reordering for all parameters: %, *v, *, .*
9079              - lay down that the reordering specification must immediately
9080              follow that parameter: %3$, *v3$, *3$, .*3$
9081              - fix vectorisation of a zero-length string
9082              - factor out the code choosing the argument to format
9083              
9084              Possibly unwanted side-effects:
9085              - the special format specifiers ' +-0' must now precede any
9086              vectorisation specifier. Tests in op/sprintf and op/ver
9087              have been changed to reflect this.
9088              - sprintf.t test #214 changed its expectations because in many
9089              cases, the next parameter has already been consumed when an
9090              invalid type letter is detected.
9091              
9092              Probably wanted side-effects:
9093              - attempts to format a non-existent parameter will warn as if C<undef>
9094              - attempt to write to non-existent parameter with '%n' will complain
9095              of "attempt to modify read-only value" instead of being silent
9096      Branch: perl
9097            ! sv.c t/op/sprintf.t t/op/ver.t
9098 ____________________________________________________________________________
9099 [  8480] By: jhi                                   on 2001/01/19  14:08:37
9100         Log: Subject: PATCH pragma/locale.t
9101              From: andreas.koenig@anima.de (Andreas J. Koenig)
9102              Date: 18 Jan 2001 09:45:37 +0100
9103              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
9104      Branch: perl
9105            ! t/pragma/locale.t
9106 ____________________________________________________________________________
9107 [  8479] By: jhi                                   on 2001/01/19  13:19:58
9108         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
9109      Branch: perl
9110            ! configure.com
9111 ____________________________________________________________________________
9112 [  8478] By: jhi                                   on 2001/01/19  02:12:35
9113         Log: Automate 1_compile.t.
9114      Branch: perl
9115            ! t/lib/1_compile.t
9116 ____________________________________________________________________________
9117 [  8477] By: jhi                                   on 2001/01/19  01:49:56
9118         Log: Integrate perlio.
9119      Branch: perl
9120           !> sv.c win32/config.bc win32/config.gc win32/config.vc
9121           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9122 ____________________________________________________________________________
9123 [  8476] By: nick                                  on 2001/01/18  21:51:52
9124         Log: Integrate mainline
9125      Branch: perlio
9126           +> t/lib/1_compile.t t/lib/compmod.pl
9127           !> MANIFEST configure.com lib/unicode/distinct.pm
9128 ____________________________________________________________________________
9129 [  8475] By: nick                                  on 2001/01/18  21:48:02
9130         Log: Win32 "safe signals" co-existance fix.
9131              Fix SIG_SIZE value.
9132              Clear PL_sig_pending when cloning (fork).
9133      Branch: perlio
9134            ! sv.c win32/config.bc win32/config.gc win32/config.vc
9135            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9136 ____________________________________________________________________________
9137 [  8474] By: jhi                                   on 2001/01/18  14:40:57
9138         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
9139      Branch: perl
9140            ! t/lib/1_compile.t
9141 ____________________________________________________________________________
9142 [  8473] By: gsar                                  on 2001/01/18  11:42:31
9143         Log: unsubmitted trial1 change
9144      Branch: maint-5.6/perl
9145            ! Changes
9146 ____________________________________________________________________________
9147 [  8472] By: jhi                                   on 2001/01/18  04:30:24
9148         Log: The first bug found by 1_compile.t.
9149      Branch: perl
9150            ! lib/unicode/distinct.pm
9151 ____________________________________________________________________________
9152 [  8471] By: jhi                                   on 2001/01/18  04:29:42
9153         Log: Add Schwern's 1_compile test.  The compile_module script renamed
9154              to be a bit shorter for the 8.3 people.
9155      Branch: perl
9156            + t/lib/1_compile.t t/lib/compmod.pl
9157            ! MANIFEST
9158 ____________________________________________________________________________
9159 [  8470] By: jhi                                   on 2001/01/18  04:16:00
9160         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)
9161              From: Peter Prymmer <pvhp@forte.com>
9162              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
9163              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
9164              Replace #8463.
9165      Branch: maint-5.6/perl
9166            ! configure.com
9167 ____________________________________________________________________________
9168 [  8469] By: jhi                                   on 2001/01/18  04:13:02
9169         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)
9170              From: Peter Prymmer <pvhp@forte.com>
9171              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
9172              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
9173              Replace #8462.
9174      Branch: perl
9175            ! configure.com
9176 ____________________________________________________________________________
9177 [  8468] By: jhi                                   on 2001/01/18  03:42:08
9178         Log: Integrate perlio.
9179      Branch: perl
9180           !> gv.c mg.c perlio.c util.c
9181 ____________________________________________________________________________
9182 [  8467] By: nick                                  on 2001/01/17  22:41:10
9183         Log: "Safe" signals - trial implementation.
9184              gv.c tweaked to zero PL_sig_pend array
9185              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
9186              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
9187              Odd thing is that it "works" with PERLIO=stdio as well (linux).
9188      Branch: perlio
9189            ! gv.c mg.c perlio.c util.c
9190 ____________________________________________________________________________
9191 [  8466] By: nick                                  on 2001/01/17  20:40:20
9192         Log: Integrate mainline.
9193      Branch: perlio
9194           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9195           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
9196           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
9197           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9198           !> vos/config.ga.h win32/config.bc win32/config.gc
9199           !> win32/config.vc
9200 ____________________________________________________________________________
9201 [  8465] By: jhi                                   on 2001/01/17  18:37:13
9202         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
9203              From: Nicholas Clark <nick@ccl4.org>
9204              Date: Wed, 17 Jan 2001 17:31:33 +0000
9205              Message-ID: <20010117173133.I2633@plum.flirble.org>
9206      Branch: perl
9207            ! t/op/int.t
9208 ____________________________________________________________________________
9209 [  8464] By: jhi                                   on 2001/01/17  14:43:17
9210         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
9211              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9212              Date: Wed, 17 Jan 2001 15:16:43 +0100
9213              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
9214              
9215              pp_int() was dropping an NV to the floor,
9216              int(279964589018079/59) either returned not an integer
9217              4745162525730.15, or one got "Attempt to free unreferenced scalar."
9218      Branch: perl
9219            ! pp.c
9220 ____________________________________________________________________________
9221 [  8463] By: jhi                                   on 2001/01/17  06:12:42
9222         Log: (Replaced by #8470)
9223              
9224              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)
9225              From: "Craig A. Berry" <craigberry@mac.com>
9226              Date: Tue, 16 Jan 2001 23:38:46 -0600
9227              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
9228      Branch: maint-5.6/perl
9229            ! configure.com
9230 ____________________________________________________________________________
9231 [  8462] By: jhi                                   on 2001/01/17  06:11:31
9232         Log: (Replaced by #8469)
9233              
9234              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)
9235              From: "Craig A. Berry" <craigberry@mac.com>
9236              Date: Tue, 16 Jan 2001 23:38:46 -0600
9237              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
9238      Branch: perl
9239            ! configure.com
9240 ____________________________________________________________________________
9241 [  8461] By: jhi                                   on 2001/01/17  05:56:12
9242         Log: Allow for one trailing slash in the directory of mkdir().
9243      Branch: perl
9244            ! pp_sys.c
9245 ____________________________________________________________________________
9246 [  8460] By: jhi                                   on 2001/01/17  03:26:01
9247         Log: Metaconfig unit changes for #8459.
9248      Branch: metaconfig
9249            ! U/modified/Loc.U U/modified/sig_name.U
9250 ____________________________________________________________________________
9251 [  8459] By: jhi                                   on 2001/01/17  03:24:48
9252         Log: Define SIG_SIZE, the number of elements in the sig_name and
9253              sig_num arrays, including the final NULL entry.
9254      Branch: perl
9255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9256            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
9257            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
9258            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9259            ! win32/config.bc win32/config.gc win32/config.vc
9260 ____________________________________________________________________________
9261 [  8458] By: jhi                                   on 2001/01/17  01:41:33
9262         Log: Integrate perlio.
9263      Branch: perl
9264           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
9265           !> perlapi.h proto.h sv.c
9266 ____________________________________________________________________________
9267 [  8457] By: nick                                  on 2001/01/16  22:07:26
9268         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
9269              Provides all the "cost" but no benefit yet - it is to allow cost
9270              to be measured, and implementation experiments (just in mg.c?).
9271      Branch: perlio
9272            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
9273            ! perlapi.h proto.h sv.c
9274 ____________________________________________________________________________
9275 [  8456] By: nick                                  on 2001/01/16  21:07:07
9276         Log: Integrate mainline.
9277      Branch: perlio
9278           !> (integrate 51 files)
9279 ____________________________________________________________________________
9280 [  8455] By: jhi                                   on 2001/01/16  18:13:43
9281         Log: Subject: [PATCH] regcomp.c old feature removal
9282              From: mjd@plover.com
9283              Date: 16 Jan 2001 14:43:18 -0000 
9284              Message-ID: <20010116144318.7140.qmail@plover.com> 
9285      Branch: perl
9286            ! regcomp.c
9287 ____________________________________________________________________________
9288 [  8454] By: jhi                                   on 2001/01/16  16:12:39
9289         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
9290              From: "Indy Singh" <indy@nusphere.com>
9291              Date: Wed, 10 Jan 2001 20:17:49 -0500
9292              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
9293      Branch: maint-5.6/perl
9294            ! win32/Makefile
9295 ____________________________________________________________________________
9296 [  8453] By: jhi                                   on 2001/01/16  16:09:33
9297         Log: Update Changes.
9298      Branch: perl
9299            ! Changes patchlevel.h
9300 ____________________________________________________________________________
9301 [  8452] By: jhi                                   on 2001/01/16  15:42:04
9302         Log: Subject: Re: API Cleanup
9303              To: perl5-porters@perl.org
9304              Date: Tue, 16 Jan 2001 13:42:30 +0000
9305              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
9306              
9307              Subject: [PATCH] utf8.c documentation
9308              From: Simon Cozens <simon@cozens.net>
9309              Date: Tue, 16 Jan 2001 13:52:48 +0000
9310              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
9311              
9312              Subject: Re: API Cleanup
9313              From: Simon Cozens <simon@cozens.net>
9314              Date: Tue, 16 Jan 2001 14:58:55 +0000
9315              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
9316              
9317              UTF-8 doc patches.
9318      Branch: perl
9319            ! embed.pl pod/perlapi.pod utf8.c
9320 ____________________________________________________________________________
9321 [  8451] By: jhi                                   on 2001/01/16  14:41:39
9322         Log: podlators 1.07, from Russ Allbery.
9323      Branch: perl
9324            ! lib/Pod/Man.pm
9325 ____________________________________________________________________________
9326 [  8450] By: jhi                                   on 2001/01/16  14:24:19
9327         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
9328              From: "Indy Singh" <indy@nusphere.com>
9329              Date: Mon, 15 Jan 2001 20:59:40 -0500
9330              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
9331      Branch: perl
9332            ! win32/Makefile
9333 ____________________________________________________________________________
9334 [  8449] By: jhi                                   on 2001/01/16  03:42:55
9335         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
9336              at the setting of the ofs_sv in new_struct_thread() as the
9337              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
9338              that invited a core dump.
9339      Branch: perl
9340            ! util.c
9341 ____________________________________________________________________________
9342 [  8448] By: jhi                                   on 2001/01/16  01:49:07
9343         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
9344              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9345              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
9346              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
9347              
9348              Replace #8444 and #8445.
9349      Branch: perl
9350            ! ext/B/B.xs ext/B/B/Debug.pm
9351 ____________________________________________________________________________
9352 [  8447] By: jhi                                   on 2001/01/15  21:05:35
9353         Log: Subject: [PATCH] API Variable documentation   
9354              From: Simon Cozens <simon@cozens.net>
9355              Date: Mon, 15 Jan 2001 19:35:54 +0000
9356              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
9357      Branch: perl
9358            ! pod/perlapi.pod thrdvar.h
9359 ____________________________________________________________________________
9360 [  8446] By: jhi                                   on 2001/01/15  20:49:20
9361         Log: Signedness nit.
9362      Branch: perl
9363            ! pp_ctl.c
9364 ____________________________________________________________________________
9365 [  8445] By: jhi                                   on 2001/01/15  20:28:48
9366         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
9367      Branch: perl
9368            ! ext/B/B/Debug.pm
9369 ____________________________________________________________________________
9370 [  8444] By: jhi                                   on 2001/01/15  13:09:10
9371         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
9372      Branch: perl
9373            ! ext/B/B.xs
9374 ____________________________________________________________________________
9375 [  8443] By: jhi                                   on 2001/01/15  13:06:26
9376         Log: Missing from #8439.
9377      Branch: perl
9378            ! keywords.h mg.c
9379 ____________________________________________________________________________
9380 [  8442] By: jhi                                   on 2001/01/15  13:02:38
9381         Log: Subject: [PATCH @8436] Eliminate op_children
9382              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9383              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
9384              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
9385              
9386              Subject: [PATCH @8436] Re: Eliminate op_children
9387              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9388              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
9389              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
9390      Branch: perl
9391            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9392            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9393            ! op.c op.h
9394 ____________________________________________________________________________
9395 [  8441] By: jhi                                   on 2001/01/15  12:57:08
9396         Log: Use the /^Perl_/-less form of is_lvalue_sub().
9397      Branch: perl
9398            ! pp.h
9399 ____________________________________________________________________________
9400 [  8440] By: jhi                                   on 2001/01/15  05:13:09
9401         Log: Revert #8437 and #8438, the Linux large files story is more complex.
9402      Branch: metaconfig/U/perl
9403            ! d_fpos64_t.U d_off64_t.U
9404      Branch: perl
9405            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9406            ! config_h.SH configure.com epoc/config.sh perl.h
9407            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
9408            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9409            ! win32/config.bc win32/config.gc win32/config.vc
9410 ____________________________________________________________________________
9411 [  8439] By: jhi                                   on 2001/01/15  05:02:24
9412         Log: More UTF-8 patches from Inaba Hiroto.
9413              - The substr lval was still not okay.
9414              - Now pp_stringify and sv_setsv copies source's UTF8 flag
9415              even if IN_BYTE.  pp_stringify is called from fold_constants
9416              at optimization phase and "\x{100}" was made SvUTF8_off under
9417              use bytes (the bytes pragma is for "byte semantics" and not
9418              for "do not produce UTF8 data")
9419              - New `qu' operator to generate UTF8 string explicitly.
9420              Though I agree with the policy "0x00-0xff always produce bytes",
9421              sometimes want to such a string to be coded in UTF8.
9422              I can use pack"U0a*" but it requires more typing and has
9423              runtime overhead.
9424              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
9425              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
9426              string is not UTF8_on and has char 0x80-0xff.
9427              
9428              TODO: document and test qu.
9429      Branch: perl
9430            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
9431            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
9432            ! toke.c
9433 ____________________________________________________________________________
9434 [  8438] By: jhi                                   on 2001/01/14  05:10:23
9435         Log: Metaconfig unit changes for #8437.
9436      Branch: metaconfig/U/perl
9437            ! d_fpos64_t.U d_off64_t.U
9438 ____________________________________________________________________________
9439 [  8437] By: jhi                                   on 2001/01/14  04:55:34
9440         Log: Add <features.h> probing, seems to be needed for (some?)
9441              Linux largefileness.
9442      Branch: perl
9443            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9444            ! config_h.SH configure.com epoc/config.sh perl.h
9445            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
9446            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9447            ! win32/config.bc win32/config.gc win32/config.vc
9448 ____________________________________________________________________________
9449 [  8436] By: jhi                                   on 2001/01/13  17:47:21
9450         Log: Tighten some of the tests a bit.
9451      Branch: perl
9452            ! t/pragma/utf8.t
9453 ____________________________________________________________________________
9454 [  8435] By: jhi                                   on 2001/01/13  17:31:54
9455         Log: Integrate perlio.
9456      Branch: perl
9457           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
9458           !> win32/config_H.gc win32/config_H.vc
9459 ____________________________________________________________________________
9460 [  8434] By: nick                                  on 2001/01/13  11:36:53
9461         Log: Run dmake regen_config_h for Win32
9462      Branch: perlio
9463            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9464 ____________________________________________________________________________
9465 [  8433] By: nick                                  on 2001/01/13  11:31:55
9466         Log: VMS friendly patch to Encode compile process
9467      Branch: perlio
9468            ! ext/Encode/Makefile.PL ext/Encode/compile
9469 ____________________________________________________________________________
9470 [  8432] By: nick                                  on 2001/01/13  11:06:44
9471         Log: Integrate mainline
9472      Branch: perlio
9473           +> ext/B/B/Concise.pm
9474           !> (integrate 52 files)
9475 ____________________________________________________________________________
9476 [  8431] By: jhi                                   on 2001/01/13  05:55:55
9477         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
9478              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9479              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
9480              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
9481      Branch: perl
9482            ! ext/B/B/Concise.pm
9483 ____________________________________________________________________________
9484 [  8430] By: jhi                                   on 2001/01/13  04:24:18
9485         Log: The LVRET macro needed an aTHX.
9486      Branch: perl
9487            ! pp.h
9488 ____________________________________________________________________________
9489 [  8429] By: jhi                                   on 2001/01/13  02:12:42
9490         Log: Update Changes.
9491      Branch: perl
9492            ! Changes patchlevel.h
9493 ____________________________________________________________________________
9494 [  8428] By: jhi                                   on 2001/01/13  02:08:50
9495         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
9496              From: Peter Prymmer <pvhp@forte.com>
9497              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
9498              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
9499              
9500              Add a BEGIN guard for sloppy floating point division.
9501      Branch: perl
9502            ! lib/Math/BigInt.pm lib/bigint.pl
9503 ____________________________________________________________________________
9504 [  8427] By: jhi                                   on 2001/01/13  01:47:16
9505         Log: The B::Terse drop-in replacement wasn't quite drop-in.
9506      Branch: perl
9507            ! ext/B/B/Terse.pm
9508 ____________________________________________________________________________
9509 [  8426] By: jhi                                   on 2001/01/12  21:20:43
9510         Log: Use UVXf.
9511      Branch: perl
9512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9513            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
9514            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9515            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9516            ! win32/config.gc win32/config.vc
9517 ____________________________________________________________________________
9518 [  8425] By: jhi                                   on 2001/01/12  20:20:14
9519         Log: Subject: [PATCH perl@8342] -Wformat
9520              From: Robin Barker <rmb1@cise.npl.co.uk>
9521              Date: Fri, 12 Jan 2001 20:03:14 GMT
9522              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
9523      Branch: perl
9524            ! ext/Encode/Encode.xs mg.c sv.c toke.c
9525 ____________________________________________________________________________
9526 [  8424] By: jhi                                   on 2001/01/12  20:01:48
9527         Log: Subject: B::Concise -- an improved replacement for B::Terse 
9528              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9529              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
9530              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
9531      Branch: perl
9532            + ext/B/B/Concise.pm
9533            ! MANIFEST ext/B/B/Terse.pm
9534 ____________________________________________________________________________
9535 [  8423] By: jhi                                   on 2001/01/12  19:24:02
9536         Log: The new metaconfig unit from the #8421.
9537      Branch: metaconfig/U/perl
9538            + d_sigprocmask.U
9539 ____________________________________________________________________________
9540 [  8422] By: jhi                                   on 2001/01/12  19:23:43
9541         Log: Forgot the microperl config from the #8421.
9542      Branch: perl
9543            ! uconfig.h uconfig.sh
9544 ____________________________________________________________________________
9545 [  8421] By: jhi                                   on 2001/01/12  19:05:27
9546         Log: Add sigprocmask() probe, regen Configure, regen toc.
9547      Branch: perl
9548            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9549            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
9550            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9551            ! vos/config.ga.h win32/config.bc win32/config.gc
9552            ! win32/config.vc
9553 ____________________________________________________________________________
9554 [  8420] By: jhi                                   on 2001/01/12  18:34:31
9555         Log: Add sockatmark() to the todo list.
9556      Branch: perl
9557            ! Todo-5.6
9558 ____________________________________________________________________________
9559 [  8419] By: jhi                                   on 2001/01/12  18:09:46
9560         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
9561      Branch: perl
9562            ! op.c
9563 ____________________________________________________________________________
9564 [  8418] By: jhi                                   on 2001/01/12  18:05:30
9565         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
9566              From: Radu Greab <radu@netsoft.ro>
9567              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
9568              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
9569      Branch: perl
9570            ! op.c t/pragma/sub_lval.t
9571 ____________________________________________________________________________
9572 [  8417] By: jhi                                   on 2001/01/12  16:09:09
9573         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
9574              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
9575              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
9576              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
9577      Branch: perl
9578            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
9579            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
9580            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
9581            ! t/pragma/sub_lval.t toke.c
9582 ____________________________________________________________________________
9583 [  8416] By: jhi                                   on 2001/01/12  15:42:06
9584         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
9585              From: "Richard Soderberg" <rs@crystalflame.net>
9586              Date: Fri, 12 Jan 2001 04:49:35 -0800
9587              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
9588              
9589              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
9590              according to the platform.
9591      Branch: perl
9592            ! op.c
9593 ____________________________________________________________________________
9594 [  8415] By: jhi                                   on 2001/01/12  15:33:41
9595         Log: One more UTF-8 fix from Inaba Hiroto.
9596      Branch: perl
9597            ! pp.c regexec.c t/pragma/utf8.t
9598 ____________________________________________________________________________
9599 [  8414] By: jhi                                   on 2001/01/12  15:30:18
9600         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
9601      Branch: perl
9602            ! regexec.c
9603 ____________________________________________________________________________
9604 [  8413] By: jhi                                   on 2001/01/12  15:22:10
9605         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
9606              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9607              Date: Thu, 11 Jan 2001 12:53:36 +0100
9608              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
9609      Branch: perl
9610            ! toke.c
9611 ____________________________________________________________________________
9612 [  8412] By: jhi                                   on 2001/01/12  15:20:25
9613         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
9614              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9615              Date: Fri, 12 Jan 2001 14:37:55 +0100
9616              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
9617      Branch: perl
9618            ! hints/posix-bc.sh
9619 ____________________________________________________________________________
9620 [  8411] By: jhi                                   on 2001/01/12  15:14:14
9621         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
9622              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9623              Date: Fri, 12 Jan 2001 10:42:21 +0100
9624              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
9625      Branch: perl
9626            ! t/op/regmesg.t
9627 ____________________________________________________________________________
9628 [  8410] By: jhi                                   on 2001/01/12  05:48:55
9629         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
9630              From: Nicholas Clark <nick@ccl4.org> 
9631              Date: Sun, 7 Jan 2001 19:47:14 +0000
9632              Message-ID: <20010107194714.B1048@plum.flirble.org>
9633      Branch: perl
9634            ! t/op/numconvert.t
9635 ____________________________________________________________________________
9636 [  8409] By: jhi                                   on 2001/01/12  05:41:28
9637         Log: Integrate perlio.
9638      Branch: perl
9639           !> mg.c scope.h
9640 ____________________________________________________________________________
9641 [  8408] By: nick                                  on 2001/01/11  22:43:28
9642         Log: Remove variables that were used in experiments.
9643      Branch: perlio
9644            ! mg.c
9645 ____________________________________________________________________________
9646 [  8407] By: nick                                  on 2001/01/11  20:57:44
9647         Log: Catch die in %SIG handler and unblock the signal before re-dying.
9648              This make Linux work _without_ sigsetjmp().
9649              Turn off sigsetjmp() to see what else it does.
9650              May need Configure probe for sigprocmask() if anything has sigaction()
9651              but not sigprocmask().
9652      Branch: perlio
9653            ! mg.c scope.h
9654 ____________________________________________________________________________
9655 [  8406] By: nick                                  on 2001/01/11  19:32:07
9656         Log: Integrate mainline
9657      Branch: perlio
9658           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
9659           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
9660           !> t/op/substr.t
9661 ____________________________________________________________________________
9662 [  8405] By: jhi                                   on 2001/01/11  17:11:01
9663         Log: Fix UTF-8 lval substr().
9664      Branch: perl
9665            ! mg.c t/op/substr.t
9666 ____________________________________________________________________________
9667 [  8404] By: jhi                                   on 2001/01/11  05:13:58
9668         Log: Update Changes.
9669      Branch: perl
9670            ! Changes patchlevel.h
9671 ____________________________________________________________________________
9672 [  8403] By: jhi                                   on 2001/01/11  04:38:24
9673         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
9674              From: Hugo <hv@crypt.compulink.co.uk>
9675              Date: Mon, 30 Oct 2000 01:33:26 +0000
9676              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
9677      Branch: perl
9678            ! regexec.c t/op/re_tests
9679 ____________________________________________________________________________
9680 [  8402] By: jhi                                   on 2001/01/11  04:26:12
9681         Log: Integrate perlio.
9682      Branch: perl
9683           !> scope.h util.c
9684 ____________________________________________________________________________
9685 [  8401] By: nick                                  on 2001/01/10  22:52:55
9686         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
9687              (So Alan and Ilya can try setting via hints.)
9688              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
9689              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
9690              doing the save everywhere seems to restart read() correctly, but just
9691              doing it once "round" the handler does not.
9692      Branch: perlio
9693            ! scope.h
9694 ____________________________________________________________________________
9695 [  8400] By: jhi                                   on 2001/01/10  21:57:54
9696         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
9697              of IRIX, HP-UX is unaffected.
9698      Branch: perl
9699            ! perl.h
9700 ____________________________________________________________________________
9701 [  8399] By: nick                                  on 2001/01/10  21:29:19
9702         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
9703      Branch: perlio
9704            ! util.c
9705 ____________________________________________________________________________
9706 [  8398] By: jhi                                   on 2001/01/10  20:55:31
9707         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
9708              also have ReusePort.
9709      Branch: perl
9710            ! ext/IO/lib/IO/Socket/INET.pm
9711 ____________________________________________________________________________
9712 [  8397] By: jhi                                   on 2001/01/10  20:50:57
9713         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
9714              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
9715              Date: Wed, 10 Jan 2001 01:38:13 -0800
9716              Message-ID: <20010110013813.B41744@yahoo-inc.com>
9717      Branch: perl
9718            ! ext/IO/lib/IO/Socket/INET.pm
9719 ____________________________________________________________________________
9720 [  8396] By: jhi                                   on 2001/01/10  20:49:30
9721         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
9722              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
9723              Date: Wed, 10 Jan 2001 01:37:32 -0800
9724              Message-ID: <20010110013732.A41744@yahoo-inc.com>
9725      Branch: perl
9726            ! ext/Socket/Socket.pm
9727 ____________________________________________________________________________
9728 [  8395] By: jhi                                   on 2001/01/10  20:41:37
9729         Log: Test for bug id 20010105.016 (fixed by #8378).
9730      Branch: perl
9731            ! t/op/split.t
9732 ____________________________________________________________________________
9733 [  8394] By: jhi                                   on 2001/01/10  20:26:32
9734         Log: Integrate perlio.
9735      Branch: perl
9736            ! util.c
9737 ____________________________________________________________________________
9738 [  8393] By: nick                                  on 2001/01/10  19:34:30
9739         Log: Back out Simon's pid hackery for now.
9740      Branch: perlio
9741            ! util.c
9742 ____________________________________________________________________________
9743 [  8392] By: nick                                  on 2001/01/10  19:23:13
9744         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
9745      Branch: perlio
9746           !> (integrate 29 files)
9747 ____________________________________________________________________________
9748 [  8391] By: jhi                                   on 2001/01/10  18:43:15
9749         Log: Subject: [PATCH] Fix my_pclose segfault
9750              From: Simon Cozens <simon@cozens.net>
9751              Date: Wed, 10 Jan 2001 18:39:35 +0000
9752              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
9753      Branch: perl
9754            ! util.c
9755 ____________________________________________________________________________
9756 [  8390] By: jhi                                   on 2001/01/10  18:42:08
9757         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
9758              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9759              Date:     Wed, 10 Jan 2001 13:23:02 EST
9760              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
9761      Branch: perl
9762            ! ext/Opcode/Opcode.xs
9763 ____________________________________________________________________________
9764 [  8389] By: jhi                                   on 2001/01/10  15:16:07
9765         Log: Turn off the integer preservation for now.
9766      Branch: perl
9767            ! perl.h
9768 ____________________________________________________________________________
9769 [  8388] By: jhi                                   on 2001/01/10  15:01:25
9770         Log: Few more IDE/editor nits from p5p.
9771      Branch: perl
9772            ! pod/perlfaq3.pod
9773 ____________________________________________________________________________
9774 [  8387] By: jhi                                   on 2001/01/10  06:53:16
9775         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
9776              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
9777              Date: Tue, 9 Jan 2001 23:16:02 +0000
9778              Message-ID: <20010109231602.A81101@plum.flirble.org>
9779      Branch: perl
9780            ! sv.c
9781 ____________________________________________________________________________
9782 [  8386] By: jhi                                   on 2001/01/10  03:17:54
9783         Log: Test cases for #8385 (from Simon's "torture.pl")
9784      Branch: perl
9785            ! t/op/tr.t
9786 ____________________________________________________________________________
9787 [  8385] By: jhi                                   on 2001/01/10  03:17:11
9788         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
9789              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
9790              Date: Wed, 10 Jan 2001 11:39:39 +0900
9791              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
9792              
9793              Some more UTF-8 tr cases fixed.
9794      Branch: perl
9795            ! doop.c
9796 ____________________________________________________________________________
9797 [  8384] By: jhi                                   on 2001/01/09  22:45:40
9798         Log: Allow the locale test needing POSIX and the taint test
9799              needing IPC::SysV to run under 'minitest' (basically,
9800              bail out if loading the extension fails)
9801      Branch: perl
9802            ! t/op/misc.t t/op/taint.t
9803 ____________________________________________________________________________
9804 [  8383] By: jhi                                   on 2001/01/09  21:36:04
9805         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
9806              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9807              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
9808              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
9809      Branch: perl
9810            ! t/io/openpid.t
9811 ____________________________________________________________________________
9812 [  8382] By: jhi                                   on 2001/01/09  21:06:08
9813         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
9814              Should finish up the bug id 20001205.022.
9815      Branch: perl
9816            ! pp.c pp_hot.c scope.c
9817 ____________________________________________________________________________
9818 [  8381] By: jhi                                   on 2001/01/09  18:27:43
9819         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
9820              From: Andy Dougherty <doughera@lafayette.edu>
9821              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
9822              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
9823              
9824              More robust yacc/bison error detection.
9825      Branch: perl
9826            ! t/comp/proto.t
9827 ____________________________________________________________________________
9828 [  8380] By: jhi                                   on 2001/01/09  15:21:38
9829         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
9830              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9831              Date:     Tue, 9 Jan 2001 07:53:55 EST
9832              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
9833      Branch: perl
9834            ! t/op/misc.t vms/test.com
9835 ____________________________________________________________________________
9836 [  8379] By: jhi                                   on 2001/01/09  15:20:38
9837         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
9838              From: jhi@cc.hut.fi
9839              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
9840              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
9841              
9842              The #8378 fixed this.
9843      Branch: perl
9844            ! t/op/tr.t
9845 ____________________________________________________________________________
9846 [  8378] By: jhi                                   on 2001/01/09  15:05:32
9847         Log: Subject: One more patch for UTF8 
9848              From: Inaba Hiroto <inaba@st.rim.or.jp>
9849              Date: Tue, 09 Jan 2001 01:04:32 +0900
9850              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
9851              
9852              UTF-8 fixes for 'x' and tr///.
9853      Branch: perl
9854            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
9855            ! regcomp.c regexec.c toke.c utf8.c
9856 ____________________________________________________________________________
9857 [  8377] By: jhi                                   on 2001/01/09  14:32:17
9858         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
9859      Branch: perl
9860            ! t/op/length.t
9861 ____________________________________________________________________________
9862 [  8376] By: jhi                                   on 2001/01/09  04:32:32
9863         Log: integrate changes #7775, #8316, #8316 from mainline
9864      Branch: maint-5.6/perl
9865            ! hints/solaris_2.sh
9866 ____________________________________________________________________________
9867 [  8375] By: jhi                                   on 2001/01/09  04:26:43
9868         Log: Update Changes.
9869      Branch: perl
9870            ! Changes patchlevel.h
9871 ____________________________________________________________________________
9872 [  8374] By: jhi                                   on 2001/01/09  04:14:32
9873         Log: IDE/editor section tweaking.
9874      Branch: perl
9875            ! pod/perlfaq3.pod
9876 ____________________________________________________________________________
9877 [  8373] By: jhi                                   on 2001/01/09  02:38:26
9878         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
9879              From: Peter Prymmer <pvhp@forte.com>
9880              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
9881              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
9882              
9883              In preparation os OS/390 dynamic loading.
9884      Branch: perl
9885            ! README.os390 hints/os390.sh
9886 ____________________________________________________________________________
9887 [  8372] By: jhi                                   on 2001/01/09  00:24:30
9888         Log: Integrate with perlio.
9889      Branch: perl
9890           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
9891 ____________________________________________________________________________
9892 [  8371] By: nick                                  on 2001/01/08  23:54:33
9893         Log: Fix "scalars leaked" bugs caused by overload magic
9894              (Highlighted by Ilya's DESTROY optimization.)
9895      Branch: perlio
9896            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
9897 ____________________________________________________________________________
9898 [  8370] By: nick                                  on 2001/01/08  20:19:41
9899         Log: Integrate mainline
9900      Branch: perlio
9901           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
9902           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
9903           !> t/op/64bitint.t
9904 ____________________________________________________________________________
9905 [  8369] By: jhi                                   on 2001/01/08  17:30:52
9906         Log: save_delete() Safefree() doesn't (anymore?) work with shared
9907              strings, one test failure in op/misc and almost all of lib/b.
9908              (Outcomments #8369.)
9909      Branch: perl
9910            ! scope.c
9911 ____________________________________________________________________________
9912 [  8368] By: jhi                                   on 2001/01/08  14:47:10
9913         Log: (Outcommented by #8369.)
9914              
9915              Subject: Re: Perl BugID 20001205.022 ---- save_delete
9916              From: Simon Cozens <simon@cozens.net>
9917              Date: Sat, 6 Jan 2001 11:48:40 +0000
9918              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
9919              
9920              The save_delete() does need the Safefree.
9921      Branch: perl
9922            ! scope.c
9923 ____________________________________________________________________________
9924 [  8367] By: bailey                                on 2001/01/08  08:53:52
9925         Log: Once again syncing after too long an absence
9926      Branch: vmsperl
9927           +> (branch 55 files)
9928            - MAINTAIN fix_pl vos/config.def vos/config.h
9929            - vos/config_h.SH_orig
9930           !> (integrate 498 files)
9931 ____________________________________________________________________________
9932 [  8366] By: jhi                                   on 2001/01/08  02:42:59
9933         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
9934              From: nick@ccl4.org
9935              Date: Sun, 7 Jan 2001 21:07:18 +0000
9936              Message-Id: <20010107210717.D1048@plum.flirble.org>
9937      Branch: perl
9938            ! sv.c t/op/64bitint.t
9939 ____________________________________________________________________________
9940 [  8365] By: jhi                                   on 2001/01/08  02:35:16
9941         Log: Subject: [PATCH] environ nit
9942              From: Simon Cozens <simon@cozens.net>
9943              Date: Sun, 7 Jan 2001 17:57:07 +0000
9944              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
9945              
9946              Use environ only if we have it.
9947      Branch: perl
9948            ! mg.c
9949 ____________________________________________________________________________
9950 [  8364] By: jhi                                   on 2001/01/08  02:24:51
9951         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
9952      Branch: perl
9953            ! ext/GDBM_File/GDBM_File.xs
9954 ____________________________________________________________________________
9955 [  8363] By: jhi                                   on 2001/01/08  02:19:24
9956         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
9957              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9958              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
9959              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
9960      Branch: perl
9961            ! dump.c op.c
9962 ____________________________________________________________________________
9963 [  8362] By: jhi                                   on 2001/01/08  02:17:43
9964         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
9965              From: Doug MacEachern <dougm@covalent.net>
9966              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
9967              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
9968              
9969              Allow AUTOLOAD to be an xsub and allow such xsubs
9970              to avoid use of $AUTOLOAD.
9971      Branch: perl
9972            ! gv.c
9973 ____________________________________________________________________________
9974 [  8361] By: jhi                                   on 2001/01/08  02:16:07
9975         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
9976              From: Radu Greab <radu@netsoft.ro>
9977              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
9978              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
9979              
9980              No need for the potentially unportable $SIG{CHLD}.
9981      Branch: perl
9982            ! t/io/pipe.t
9983 ____________________________________________________________________________
9984 [  8360] By: jhi                                   on 2001/01/08  01:58:23
9985         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
9986      Branch: perl
9987            ! lib/Getopt/Long.pm
9988 ____________________________________________________________________________
9989 [  8359] By: jhi                                   on 2001/01/08  01:55:44
9990         Log: Integrate perlio.
9991      Branch: perl
9992           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
9993           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
9994           !> utf8.c win32/Makefile
9995 ____________________________________________________________________________
9996 [  8358] By: jhi                                   on 2001/01/07  21:16:50
9997         Log: Update the EPOC cross SDK URL.
9998      Branch: perl
9999            ! README.epoc
10000 ____________________________________________________________________________
10001 [  8357] By: jhi                                   on 2001/01/07  21:16:09
10002         Log: Update the EPOC cross SDK URL.
10003      Branch: maint-5.6/perl
10004            ! README.epoc
10005 ____________________________________________________________________________
10006 [  8356] By: nick                                  on 2001/01/06  21:47:52
10007         Log: FILE * in XS code for PerlIO world:
10008              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
10009              - Add FILE * T_STDIO typemap.
10010              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
10011      Branch: perlio
10012            ! lib/ExtUtils/typemap perlio.c perlio.h
10013 ____________________________________________________________________________
10014 [  8355] By: jhi                                   on 2001/01/06  20:27:15
10015         Log: integrate change #8336 from mainline
10016              
10017              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
10018      Branch: maint-5.6/perl
10019            ! hv.c
10020 ____________________________________________________________________________
10021 [  8354] By: jhi                                   on 2001/01/06  20:24:29
10022         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10023              From: Robin Barker <rmb1@cise.npl.co.uk>
10024              Date: Fri, 22 Dec 2000 12:17:38 GMT
10025              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
10026              
10027              The patch reformats some long =item lines so they give
10028              correct output via pod2man | nroff -man
10029              
10030              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10031              From: Robin Barker <rmb1@cise.npl.co.uk>
10032              Date: Tue, 2 Jan 2001 15:35:03 GMT
10033              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
10034              
10035              Here is a _further_ patch which corrects a few more errors:
10036              * an empty C<=item> in CPAN.pm
10037              * patching the wrong file (pod/perlamiga.pod not README.amiga)
10038              * leaving empty C<=item>s which formatted incorrectly
10039              * over long C<=item>s revealed by latest patch to Pod::Man
10040      Branch: maint-5.6/perl
10041            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
10042            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
10043            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
10044            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
10045            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
10046            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
10047 ____________________________________________________________________________
10048 [  8353] By: jhi                                   on 2001/01/06  20:21:10
10049         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
10050              
10051              UTF-8 hash keys.
10052      Branch: maint-5.6/perl
10053            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
10054 ____________________________________________________________________________
10055 [  8352] By: jhi                                   on 2001/01/06  20:18:44
10056         Log: Forgotten from #8438.
10057      Branch: maint-5.6/perl
10058            ! epoc/epocish.h
10059 ____________________________________________________________________________
10060 [  8351] By: jhi                                   on 2001/01/06  20:18:12
10061         Log: Forgotten from #8347.
10062      Branch: maint-5.6/perl
10063            ! config_h.SH
10064 ____________________________________________________________________________
10065 [  8350] By: jhi                                   on 2001/01/06  20:00:19
10066         Log: Thinko in #8347.
10067      Branch: maint-5.6/perl
10068            ! regcomp.c
10069 ____________________________________________________________________________
10070 [  8349] By: jhi                                   on 2001/01/06  18:05:30
10071         Log: Copy the FAQ3 IDE section from the development branch,
10072              changes originally by Peter Prymmer.
10073      Branch: maint-5.6/perl
10074            ! pod/perlfaq3.pod
10075 ____________________________________________________________________________
10076 [  8348] By: jhi                                   on 2001/01/06  18:03:02
10077         Log: EPOC updates for TRIAL1.
10078              
10079              Subject: [5.6.1 trial1] EPOC update
10080              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10081              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
10082              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
10083              
10084              Subject: epoc patch2 for perl-5.6.1-trial1
10085              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10086              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
10087              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
10088      Branch: maint-5.6/perl
10089            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
10090            ! epoc/epocish.c
10091 ____________________________________________________________________________
10092 [  8347] By: jhi                                   on 2001/01/06  17:29:10
10093         Log: integrate changes #7710,7824,7973 from mainline,
10094              plus VMS nits from Peter Prymmer and Dan Sugalski.
10095              
10096              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
10097              library (getprotobyname and getprotobynumber are outversioned by
10098              the same calls in libc, at least for xlc version 3.
10099              
10100              Add HAS_SBRK_PROTO.
10101              
10102              Fixes for signedness warnings noticed by VMSperlers.
10103      Branch: maint-5.6/perl
10104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10105            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
10106            ! sv.c vms/descrip_mms.template vos/config.alpha.def
10107            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10108            ! win32/config.bc win32/config.gc win32/config.vc
10109 ____________________________________________________________________________
10110 [  8346] By: nick                                  on 2001/01/06  14:36:01
10111         Log: Fixup accumulated integrate muddles (perlio == devperl again)
10112      Branch: perlio
10113            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
10114 ____________________________________________________________________________
10115 [  8345] By: nick                                  on 2001/01/06  14:24:58
10116         Log: Integrate mainline
10117      Branch: perlio
10118           !> (integrate 55 files)
10119 ____________________________________________________________________________
10120 [  8344] By: jhi                                   on 2001/01/06  02:24:02
10121         Log: Subject: [patch] PerlIO_cleanup() prototype
10122              From: Doug MacEachern <dougm@covalent.net>
10123              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
10124              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
10125      Branch: perl
10126            ! perlio.h
10127 ____________________________________________________________________________
10128 [  8343] By: jhi                                   on 2001/01/06  01:04:09
10129         Log: IRIX compiler noticed that the bof initialization might be
10130              bypassed by control flow.
10131      Branch: perl
10132            ! toke.c
10133 ____________________________________________________________________________
10134 [  8342] By: jhi                                   on 2001/01/06  00:10:48
10135         Log: Update Changes.
10136      Branch: perl
10137            ! Changes patchlevel.h
10138 ____________________________________________________________________________
10139 [  8341] By: jhi                                   on 2001/01/05  23:52:33
10140         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
10141      Branch: perl
10142            ! toke.c
10143 ____________________________________________________________________________
10144 [  8340] By: jhi                                   on 2001/01/05  22:44:08
10145         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
10146              From: Radu Greab <radu@netsoft.ro>
10147              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
10148              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
10149      Branch: perl
10150            ! t/io/pipe.t util.c
10151 ____________________________________________________________________________
10152 [  8339] By: jhi                                   on 2001/01/05  22:35:17
10153         Log: Subject: [PATCH] format and rewording in perlfaq.pod
10154              From: Robin Barker <rmb1@cise.npl.co.uk>
10155              Date: Fri, 5 Jan 2001 18:51:20 GMT
10156              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
10157      Branch: perl
10158            ! pod/perlfaq.pod
10159 ____________________________________________________________________________
10160 [  8338] By: jhi                                   on 2001/01/05  22:31:17
10161         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
10162              From: Peter Prymmer <pvhp@forte.com>
10163              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
10164              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
10165      Branch: perl
10166            ! utils/perlbug.PL
10167 ____________________________________________________________________________
10168 [  8337] By: jhi                                   on 2001/01/05  18:15:11
10169         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
10170              From: Robin Barker <rmb1@cise.npl.co.uk>
10171              Date: Tue, 2 Jan 2001 15:24:07 GMT
10172              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
10173              
10174              If you call configure as C<./Configure> or C<sh ./Configure>,
10175              $src is set to the absolute path name, not '.'.
10176              
10177              This, in turn, means -Dmksymlink tries to do its stuff because
10178              it does not think it is in the src directory.
10179              
10180              (plus a metaconfig nitfix)
10181      Branch: metaconfig
10182            ! U/compline/ccflags.U U/modified/src.U
10183      Branch: perl
10184            ! Configure config_h.SH
10185 ____________________________________________________________________________
10186 [  8336] By: jhi                                   on 2001/01/05  17:48:32
10187         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
10188              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10189              Message-ID: <3A5606C4.473D2226@uk.sun.com>
10190              Date: Fri, 05 Jan 2001 17:39:16 +0000
10191      Branch: perl
10192            ! hv.c
10193 ____________________________________________________________________________
10194 [  8335] By: jhi                                   on 2001/01/05  16:05:44
10195         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
10196      Branch: perl
10197            ! lib/Getopt/Long.pm
10198 ____________________________________________________________________________
10199 [  8334] By: jhi                                   on 2001/01/05  16:00:51
10200         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
10201              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10202              Date: Fri, 05 Jan 2001 13:46:51 +0100
10203              Message-ID: <13693.978698811@nice.ram.loc>
10204              
10205              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
10206              accurate reading of the "atime".  
10207      Branch: perl
10208            ! t/io/fs.t
10209 ____________________________________________________________________________
10210 [  8333] By: jhi                                   on 2001/01/05  15:57:37
10211         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
10212              From: Simon Cozens <simon@cozens.net>
10213              Date: Fri, 8 Dec 2000 13:33:31 +0000
10214              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
10215              
10216              A lost patch fragment.
10217      Branch: perl
10218            ! doop.c
10219 ____________________________________________________________________________
10220 [  8332] By: jhi                                   on 2001/01/05  15:40:42
10221         Log: Do away with strncpy() and a fixed length buffer.
10222      Branch: perl
10223            ! utf8.c
10224 ____________________________________________________________________________
10225 [  8331] By: jhi                                   on 2001/01/05  15:03:07
10226         Log: Tests for #8329 and #8330.
10227      Branch: perl
10228            ! t/op/bop.t
10229 ____________________________________________________________________________
10230 [  8330] By: jhi                                   on 2001/01/05  15:02:38
10231         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
10232              raw 8-bit form to the UTF-8 string.
10233      Branch: perl
10234            ! toke.c
10235 ____________________________________________________________________________
10236 [  8329] By: jhi                                   on 2001/01/05  14:55:13
10237         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
10238              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10239              Date: Fri, 5 Jan 2001 12:28:52 +0100
10240              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
10241              
10242              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
10243              no effect.  (changed the strncpy() to Copy())
10244      Branch: perl
10245            ! toke.c
10246 ____________________________________________________________________________
10247 [  8328] By: jhi                                   on 2001/01/05  06:44:27
10248         Log: UTF-8 cleanup.
10249      Branch: perl
10250            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
10251            ! regexec.c sv.c toke.c
10252 ____________________________________________________________________________
10253 [  8327] By: jhi                                   on 2001/01/05  01:11:29
10254         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')
10255              From: Radu Greab <radu@netsoft.ro>
10256              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
10257              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
10258              
10259              Cleans up Harness to not use FileHandle, which uses IO.
10260      Branch: perl
10261            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10262 ____________________________________________________________________________
10263 [  8326] By: jhi                                   on 2001/01/05  00:56:37
10264         Log: Update Changes.
10265      Branch: perl
10266            ! Changes patchlevel.h
10267 ____________________________________________________________________________
10268 [  8325] By: jhi                                   on 2001/01/05  00:53:18
10269         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
10270              From: Peter Prymmer <pvhp@forte.com>
10271              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
10272              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
10273              
10274              plus a couple more tailing whitespace removals.
10275      Branch: perl
10276            ! win32/Makefile
10277 ____________________________________________________________________________
10278 [  8324] By: jhi                                   on 2001/01/05  00:47:39
10279         Log: Add some Unicode chop() tests.
10280      Branch: perl
10281            ! t/op/chop.t
10282 ____________________________________________________________________________
10283 [  8323] By: jhi                                   on 2001/01/05  00:47:23
10284         Log: Unify UTF-8 malformedness handling.
10285      Branch: perl
10286            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
10287 ____________________________________________________________________________
10288 [  8322] By: jhi                                   on 2001/01/04  22:21:54
10289         Log: The new $issymlink was unknown to Mksymlinks.
10290      Branch: metaconfig/U/perl
10291            ! Mksymlinks.U issymlink.U
10292      Branch: perl
10293            ! Configure config_h.SH
10294 ____________________________________________________________________________
10295 [  8321] By: jhi                                   on 2001/01/04  21:51:05
10296         Log: The test didn't work under the core test framework.
10297      Branch: perl
10298            ! t/lib/st-lock.t
10299 ____________________________________________________________________________
10300 [  8320] By: jhi                                   on 2001/01/04  21:14:22
10301         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
10302      Branch: perl
10303            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
10304 ____________________________________________________________________________
10305 [  8319] By: jhi                                   on 2001/01/04  20:46:17
10306         Log: Typo in #8312 when manually appying a problematic patch fragment.
10307      Branch: perl
10308            ! ext/Storable/Storable.xs
10309 ____________________________________________________________________________
10310 [  8318] By: jhi                                   on 2001/01/04  20:43:01
10311         Log: The $sh_c didn't fly.
10312      Branch: metaconfig
10313            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
10314            ! U/modified/Loc.U U/modified/myhostname.U
10315            ! U/modified/spitshell.U
10316      Branch: metaconfig/U/perl
10317            ! issymlink.U
10318      Branch: perl
10319            ! Configure config_h.SH
10320 ____________________________________________________________________________
10321 [  8317] By: jhi                                   on 2001/01/04  19:58:01
10322         Log: AIX builtin test -h is broken, changes based on
10323              
10324              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
10325              Date: Tue, 02 Jan 2001 11:24:39 +0100
10326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10327              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
10328      Branch: metaconfig
10329            + U/modified/spitshell.U
10330            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
10331            ! U/modified/Loc.U U/modified/myhostname.U
10332      Branch: metaconfig/U/perl
10333            ! Mksymlinks.U issymlink.U
10334      Branch: perl
10335            ! Configure
10336 ____________________________________________________________________________
10337 [  8316] By: jhi                                   on 2001/01/04  19:02:22
10338         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
10339              From: Andy Dougherty <doughera@lafayette.edu>
10340              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
10341              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
10342              
10343              Beware of GNU ld.
10344      Branch: perl
10345            ! hints/solaris_2.sh
10346 ____________________________________________________________________________
10347 [  8315] By: jhi                                   on 2001/01/04  18:56:48
10348         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
10349              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
10350              Date: Wed, 3 Jan 2001 07:58:51 +0100
10351              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
10352      Branch: perl
10353            ! hints/solaris_2.sh
10354 ____________________________________________________________________________
10355 [  8314] By: jhi                                   on 2001/01/04  18:54:07
10356         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
10357              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10358              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
10359              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
10360              
10361              Doc tweak on #8313.
10362      Branch: perl
10363            ! ext/B/B/Deparse.pm
10364 ____________________________________________________________________________
10365 [  8313] By: jhi                                   on 2001/01/04  18:52:27
10366         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
10367              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
10368              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10369              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
10370              
10371              Make the peephole optimizer to bypass more null ops and
10372              and rewrite the deparse handling of continue blocks.
10373      Branch: perl
10374            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
10375 ____________________________________________________________________________
10376 [  8312] By: jhi                                   on 2001/01/04  18:47:39
10377         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
10378      Branch: perl
10379            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
10380            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10381            ! t/lib/st-lock.t
10382 ____________________________________________________________________________
10383 [  8311] By: jhi                                   on 2001/01/04  18:36:08
10384         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
10385              filter to be run on each .pm during the pm_to_blib() phase,
10386              a fixed version of
10387              
10388              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
10389              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10390              Date: Wed, 03 Jan 2001 22:01:30 +0100
10391              Message-ID: <5296.978555690@nice.ram.loc>
10392      Branch: perl
10393            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
10394            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10395            ! lib/ExtUtils/MakeMaker.pm
10396 ____________________________________________________________________________
10397 [  8310] By: jhi                                   on 2001/01/04  18:32:54
10398         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10399              From: Robin Barker <rmb1@cise.npl.co.uk>
10400              Date: Tue, 2 Jan 2001 15:35:03 GMT
10401              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
10402      Branch: perl
10403            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
10404            ! pod/perlrequick.pod
10405 ____________________________________________________________________________
10406 [  8309] By: jhi                                   on 2001/01/04  18:29:07
10407         Log: Subject: Re: [patch] static-ize XS()
10408              From: Doug MacEachern <dougm@covalent.net>
10409              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
10410              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
10411              
10412              Provide prototypes for the XS functions.
10413      Branch: perl
10414            ! lib/ExtUtils/xsubpp
10415 ____________________________________________________________________________
10416 [  8308] By: jhi                                   on 2001/01/04  18:27:44
10417         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
10418              From: Doug MacEachern <dougm@covalent.net>
10419              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
10420              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
10421      Branch: perl
10422            ! lib/ExtUtils/typemap
10423 ____________________________________________________________________________
10424 [  8307] By: jhi                                   on 2001/01/04  18:25:25
10425         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
10426              From: Doug MacEachern <dougm@covalent.net>
10427              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
10428              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
10429              
10430              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
10431      Branch: perl
10432            ! lib/ExtUtils/MM_Unix.pm
10433 ____________________________________________________________________________
10434 [  8306] By: jhi                                   on 2001/01/04  18:23:00
10435         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
10436              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10437              Date: Thu, 4 Jan 2001 12:47:10 +0100 
10438              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
10439              
10440              The toke.c part only, patching embed.h and proto.h is futile.
10441      Branch: perl
10442            ! toke.c
10443 ____________________________________________________________________________
10444 [  8305] By: jhi                                   on 2001/01/04  18:05:51
10445         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
10446              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10447              Date: Thu, 4 Jan 2001 17:50:12 +0100 
10448              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
10449      Branch: perl
10450            ! toke.c
10451 ____________________________________________________________________________
10452 [  8304] By: jhi                                   on 2001/01/04  18:03:26
10453         Log: Subject: [PATCH perl@8269]
10454              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10455              Date: Thu, 4 Jan 2001 12:53:39 +0100 
10456              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
10457              
10458              If running byacc write-enable also perly.h.
10459      Branch: perl
10460            ! Makefile.SH
10461 ____________________________________________________________________________
10462 [  8303] By: jhi                                   on 2001/01/04  15:40:49
10463         Log: Rewrite pp_concat() in terms of sv_catsv().
10464      Branch: perl
10465            ! pp_hot.c
10466 ____________________________________________________________________________
10467 [  8302] By: nick                                  on 2001/01/03  22:43:22
10468         Log: Integrate mainline.
10469      Branch: perlio
10470           !> ext/Encode/Encode.xs sv.c utf8.c
10471 ____________________________________________________________________________
10472 [  8301] By: jhi                                   on 2001/01/02  23:40:26
10473         Log: Variable naming tweak.
10474      Branch: perl
10475            ! sv.c
10476 ____________________________________________________________________________
10477 [  8300] By: jhi                                   on 2001/01/02  23:40:02
10478         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
10479              in is_utf8_string().
10480      Branch: perl
10481            ! utf8.c
10482 ____________________________________________________________________________
10483 [  8299] By: jhi                                   on 2001/01/02  22:14:40
10484         Log: Integrate perlio.
10485      Branch: perl
10486           !> pp.c pp_hot.c win32/Makefile
10487 ____________________________________________________________________________
10488 [  8298] By: nick                                  on 2001/01/02  22:03:06
10489         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
10490      Branch: perlio
10491            ! pp.c pp_hot.c
10492 ____________________________________________________________________________
10493 [  8297] By: jhi                                   on 2001/01/02  04:26:28
10494         Log: Signedness nit.
10495      Branch: perl
10496            ! ext/Encode/Encode.xs
10497 ____________________________________________________________________________
10498 [  8296] By: nick                                  on 2001/01/01  23:49:36
10499         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
10500      Branch: perlio
10501            ! win32/Makefile
10502 ____________________________________________________________________________
10503 [  8295] By: jhi                                   on 2001/01/01  23:05:48
10504         Log: Integrate perlio.
10505      Branch: perl
10506           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
10507           !> t/lib/encode.t
10508 ____________________________________________________________________________
10509 [  8294] By: nick                                  on 2001/01/01  22:48:34
10510         Log: Integrate mainline
10511      Branch: perlio
10512            ! pp_hot.c t/lib/encode.t
10513           !> (integrate 65 files)
10514 ____________________________________________________________________________
10515 [  8293] By: nick                                  on 2001/01/01  21:58:50
10516         Log: More rigor in UTF-8-ness of Encode's toUnicode
10517              XS export some of the utf8 internal functions.
10518              Test some of the functions.
10519              Fix pp_concat() bug shown by said tests.
10520      Branch: perlio
10521            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
10522            ! t/lib/encode.t
10523 ____________________________________________________________________________
10524 [  8292] By: jhi                                   on 2001/01/01  18:11:44
10525         Log: Integrate perlio.
10526      Branch: perl
10527           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
10528           !> ext/Encode/encengine.c ext/Encode/encode.h
10529 ____________________________________________________________________________
10530 [  8291] By: jhi                                   on 2001/01/01  18:10:58
10531         Log: Podify README.mpeix (a new version from the web),
10532              add a dummy NAME to Carp::Heavy, regen toc.
10533      Branch: perl
10534            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
10535            ! pod/perltoc.pod
10536 ____________________________________________________________________________
10537 [  8290] By: nick                                  on 2001/01/01  17:43:47
10538         Log: Loose the "Loading..." warning.
10539              Another bug in fallback support
10540      Branch: perlio
10541            ! ext/Encode/Encode.pm ext/Encode/encengine.c
10542 ____________________________________________________________________________
10543 [  8289] By: jhi                                   on 2001/01/01  00:01:57
10544         Log: Bump up Larry's copyright.
10545      Branch: perl
10546            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10547            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
10548            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
10549            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
10550            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
10551            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
10552            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
10553            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
10554 ____________________________________________________________________________
10555 [  8288] By: nick                                  on 2000/12/31  21:27:53
10556         Log: Fix .ucm reading - forgot a chr()
10557              Start of .ucm write (for .enc to .ucm)
10558      Branch: perlio
10559            ! ext/Encode/compile
10560 ____________________________________________________________________________
10561 [  8287] By: jhi                                   on 2000/12/31  18:15:56
10562         Log: Comment away a diagnostic message as noted by Craig A. Berry
10563              (the unexpected message was confusing testing)
10564      Branch: perl
10565            ! ext/Encode/Encode.pm
10566 ____________________________________________________________________________
10567 [  8286] By: jhi                                   on 2000/12/31  18:14:51
10568         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
10569              Date: Sun, 31 Dec 2000 11:17:37 -0600
10570              From: "Craig A. Berry" <craigberry@mac.com>
10571              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
10572      Branch: perl
10573            ! ext/Encode/Makefile.PL
10574 ____________________________________________________________________________
10575 [  8285] By: nick                                  on 2000/12/31  18:11:54
10576         Log: Start of support of ICU-style .ucm files:
10577              - teach compile how to read a .ucm file
10578              - first guess at how to represent fallbacks in "tries".
10579              - use fallbacks if check == 0
10580              - new return code to indicate we used one.
10581      Branch: perlio
10582            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
10583            ! ext/Encode/encengine.c ext/Encode/encode.h
10584 ____________________________________________________________________________
10585 [  8284] By: jhi                                   on 2000/12/31  18:04:41
10586         Log: Pacify picky VMS compiler.
10587              
10588              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
10589              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10590              Date: Sat, 30 Dec 2000 18:10:02 -0600
10591              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
10592      Branch: perl
10593            ! sv.c
10594 ____________________________________________________________________________
10595 [  8283] By: jhi                                   on 2000/12/31  16:11:47
10596         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
10597      Branch: perl
10598            ! t/lib/glob-basic.t
10599 ____________________________________________________________________________
10600 [  8282] By: jhi                                   on 2000/12/31  15:26:11
10601         Log: Integrate perlio.
10602      Branch: perl
10603           !> makedef.pl opcode.pl os2/os2.c perlio.c
10604 ____________________________________________________________________________
10605 [  8281] By: nick                                  on 2000/12/31  10:06:15
10606         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
10607              is available to be exported
10608      Branch: perlio
10609            ! makedef.pl perlio.c
10610 ____________________________________________________________________________
10611 [  8280] By: nick                                  on 2000/12/31  09:41:26
10612         Log: Ilya's OS2 patch (testing for damage on Win32)
10613      Branch: perlio
10614            ! makedef.pl opcode.pl os2/os2.c
10615 ____________________________________________________________________________
10616 [  8279] By: jhi                                   on 2000/12/30  21:52:07
10617         Log: Test nits.
10618      Branch: perl
10619            ! t/lib/syslfs.t t/op/lfs.t
10620 ____________________________________________________________________________
10621 [  8278] By: jhi                                   on 2000/12/30  21:47:49
10622         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
10623              From: andreas.koenig@anima.de (Andreas J. Koenig)
10624              Date: 30 Dec 2000 22:35:37 +0100
10625              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
10626              
10627              The 32-bit wraparound test wasn't quite right.
10628      Branch: perl
10629            ! t/lib/syslfs.t t/op/lfs.t
10630 ____________________________________________________________________________
10631 [  8277] By: jhi                                   on 2000/12/30  21:33:44
10632         Log: Subject: [PATCH] open() example in perlfunc.pod 
10633              From: Karsten Sperling <s_sperli@ira.uka.de>
10634              Date: Sat, 30 Dec 2000 22:27:09 +0100
10635              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
10636      Branch: perl
10637            ! pod/perlfunc.pod
10638 ____________________________________________________________________________
10639 [  8276] By: jhi                                   on 2000/12/30  20:32:40
10640         Log: Not quite that many tests yet.
10641      Branch: perl
10642            ! t/op/pat.t
10643 ____________________________________________________________________________
10644 [  8275] By: jhi                                   on 2000/12/30  20:26:58
10645         Log: Integrate perlio.
10646      Branch: perl
10647           !> toke.c
10648 ____________________________________________________________________________
10649 [  8274] By: jhi                                   on 2000/12/30  20:24:56
10650         Log: Signedness nit.
10651      Branch: perl
10652            ! utf8.c
10653 ____________________________________________________________________________
10654 [  8273] By: jhi                                   on 2000/12/30  20:15:46
10655         Log: Add a test case for 20000731.001 which was fixed by the #8267.
10656      Branch: perl
10657            ! t/op/pat.t
10658 ____________________________________________________________________________
10659 [  8272] By: nick                                  on 2000/12/30  19:47:51
10660         Log: Tweak for MULTIPLICITY/USE_PERLIO
10661      Branch: perlio
10662            ! toke.c
10663 ____________________________________________________________________________
10664 [  8271] By: nick                                  on 2000/12/30  19:46:45
10665         Log: Integrate mainline
10666      Branch: perlio
10667           +> lib/unicode/distinct.pm
10668           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
10669           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
10670           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
10671 ____________________________________________________________________________
10672 [  8270] By: jhi                                   on 2000/12/30  19:39:50
10673         Log: Subject: RE: perl@8269
10674              From: "Richard Soderberg" <rs@crystalflame.net>
10675              Date: Sat, 30 Dec 2000 11:36:27 -0800
10676              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
10677              
10678              A missing aTHX_.
10679      Branch: perl
10680            ! toke.c
10681 ____________________________________________________________________________
10682 [  8269] By: jhi                                   on 2000/12/30  18:55:48
10683         Log: Update Changes.
10684      Branch: perl
10685            ! Changes patchlevel.h
10686 ____________________________________________________________________________
10687 [  8268] By: jhi                                   on 2000/12/30  17:18:40
10688         Log: Add a test for Unicode split //.  The #8267 was the cure.
10689      Branch: perl
10690            ! t/op/split.t
10691 ____________________________________________________________________________
10692 [  8267] By: jhi                                   on 2000/12/30  17:14:19
10693         Log: Subject: more UTF8 test suites and an UTF8 patch
10694              From: Inaba Hiroto <inaba@st.rim.or.jp>
10695              Date: Sat, 30 Dec 2000 14:27:10 +0900
10696              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
10697              
10698              Just the patch part for now, and the pragma renamed
10699              as unicode::distinct.
10700      Branch: perl
10701            + lib/unicode/distinct.pm
10702            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
10703            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10704            ! regcomp.h regexec.c sv.c toke.c utf8.c
10705 ____________________________________________________________________________
10706 [  8266] By: nick                                  on 2000/12/30  16:40:49
10707         Log: Integrate mainline
10708      Branch: perlio
10709           +> lib/Pod/Text/Overstrike.pm
10710           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
10711           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
10712           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
10713           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
10714           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
10715 ____________________________________________________________________________
10716 [  8265] By: jhi                                   on 2000/12/30  07:28:55
10717         Log: The sv_catsv() fix, take two.
10718      Branch: perl
10719            ! sv.c t/op/join.t
10720 ____________________________________________________________________________
10721 [  8264] By: jhi                                   on 2000/12/30  06:19:18
10722         Log: Undo all the join-related changes since #8248: relevant
10723              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
10724              The new sv_catsv() doesn't fly so it must go back to
10725              the drawing board.
10726      Branch: perl
10727            ! sv.c t/op/join.t t/pragma/utf8.t
10728 ____________________________________________________________________________
10729 [  8263] By: jhi                                   on 2000/12/30  01:08:32
10730         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
10731      Branch: perl
10732            ! sv.c
10733 ____________________________________________________________________________
10734 [  8262] By: jhi                                   on 2000/12/30  00:45:14
10735         Log: Retract #8261.
10736      Branch: perl
10737            ! hv.c util.c
10738 ____________________________________________________________________________
10739 [  8261] By: jhi                                   on 2000/12/30  00:38:32
10740         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
10741      Branch: perl
10742            ! hv.c util.c
10743 ____________________________________________________________________________
10744 [  8260] By: jhi                                   on 2000/12/29  22:51:33
10745         Log: (Retracted by #8264)  More fixing for #8251.
10746      Branch: perl
10747            ! sv.c
10748 ____________________________________________________________________________
10749 [  8259] By: jhi                                   on 2000/12/29  18:27:30
10750         Log: Subject: podlators 1.06 released
10751              From: Russ Allbery <rra@stanford.edu>
10752              Date: 25 Dec 2000 05:09:30 -0800
10753              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
10754      Branch: perl
10755            + lib/Pod/Text/Overstrike.pm
10756            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
10757            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
10758 ____________________________________________________________________________
10759 [  8258] By: jhi                                   on 2000/12/29  18:20:45
10760         Log: Make the large file tests more robust/talkative as suggested by
10761              
10762              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
10763              From: andreas.koenig@anima.de (Andreas J. Koenig)
10764              Date: 29 Dec 2000 14:23:01 +0100
10765              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
10766      Branch: perl
10767            ! t/lib/syslfs.t t/op/lfs.t
10768 ____________________________________________________________________________
10769 [  8257] By: jhi                                   on 2000/12/29  17:48:04
10770         Log: Further VMS piping fixes from Charles Lane:
10771              
10772              In summary, error messages produced when a subprocess terminated
10773              abnormally were being sent not just to the parent process, but to
10774              grandparents, because of default values for error output that were
10775              not completely overridden when the subprocess was started.
10776              
10777              This patch fixes this behavior by defining user-mode (i.e., temporary
10778              for the duration of the program) logical names for SYS$OUTPUT and
10779              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
10780              changes to make it so that the user-mode logicals are the ones that
10781              control where Perl's error messages go if it terminates abnormally.
10782              
10783              I also added some gratuitous fixes to the indentation of braces in
10784              the piping code.  It just looked ugly, before.
10785      Branch: perl
10786            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
10787 ____________________________________________________________________________
10788 [  8256] By: jhi                                   on 2000/12/29  17:45:12
10789         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
10790              From: "Casey R. Tweten" <crt@kiski.net>
10791              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
10792              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
10793              
10794              Tests for for #8240.
10795      Branch: perl
10796            ! t/pragma/constant.t
10797 ____________________________________________________________________________
10798 [  8255] By: jhi                                   on 2000/12/29  17:43:07
10799         Log: Subject: Re: [PATCH] Interesting syntax idea
10800              From: Simon Cozens <simon@cozens.net>
10801              Date: Fri, 29 Dec 2000 14:34:04 +0000
10802              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
10803              
10804              Tests for #8254.
10805      Branch: perl
10806            ! t/pragma/sub_lval.t
10807 ____________________________________________________________________________
10808 [  8254] By: jhi                                   on 2000/12/29  17:42:11
10809         Log: Subject: [PATCH] Interesting syntax idea
10810              From: Simon Cozens <simon@cozens.net>
10811              Date: Wed, 27 Dec 2000 05:08:57 +0000
10812              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
10813              
10814              Make opens + bareword assigns do typeglob assigns.
10815      Branch: perl
10816            ! op.c
10817 ____________________________________________________________________________
10818 [  8253] By: jhi                                   on 2000/12/29  17:36:45
10819         Log: Output the (apparent) version of gcc, as suggested by
10820              
10821              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
10822              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
10823              Date: 26 Dec 2000 04:29:17 -0500
10824              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
10825              
10826              (The patch as such didn't any more apply as the misparsing had
10827              already been addressed in #6474.)  Also change the wording about
10828              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
10829      Branch: perl
10830            ! hints/dec_osf.sh
10831 ____________________________________________________________________________
10832 [  8252] By: nick                                  on 2000/12/29  12:14:31
10833         Log: Integrate mainline
10834      Branch: perlio
10835           !> (integrate 27 files)
10836 ____________________________________________________________________________
10837 [  8251] By: jhi                                   on 2000/12/29  08:45:46
10838         Log: (Retracted by #8264)
10839              
10840              (Fixed by #8260.)
10841              
10842              sv_catsv() needs one more byte space than seems reasonable.
10843              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
10844              Curiouser and curiouser.
10845      Branch: perl
10846            ! sv.c
10847 ____________________________________________________________________________
10848 [  8250] By: jhi                                   on 2000/12/29  07:57:52
10849         Log: More split // UTF-8 tests.
10850      Branch: perl
10851            ! t/pragma/utf8.t
10852 ____________________________________________________________________________
10853 [  8249] By: jhi                                   on 2000/12/29  07:54:51
10854         Log: (Retracted by #8264)  More join() testing which was good because
10855              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
10856      Branch: perl
10857            ! pp.c t/op/join.t utf8.c utf8.h
10858 ____________________________________________________________________________
10859 [  8248] By: jhi                                   on 2000/12/29  07:08:32
10860         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
10861              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
10862              that the only cases to care about are byte+byte and byte+character.
10863              
10864              TODO: See how well pp_concat() could be implemented in terms
10865              of sv_catsv().
10866      Branch: perl
10867            ! doop.c sv.c t/op/join.t utf8.h
10868 ____________________________________________________________________________
10869 [  8247] By: jhi                                   on 2000/12/29  06:35:23
10870         Log: Signedness nit.
10871      Branch: perl
10872            ! pp_hot.c
10873 ____________________________________________________________________________
10874 [  8246] By: jhi                                   on 2000/12/29  01:23:31
10875         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
10876              From: Lupe Christoph <lupe@lupe-christoph.de>
10877              Date: Thu, 28 Dec 2000 23:00:00 +0100
10878              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
10879              
10880              Suggest rsync --delete --dry-run.
10881      Branch: perl
10882            ! pod/perlhack.pod
10883 ____________________________________________________________________________
10884 [  8245] By: jhi                                   on 2000/12/28  23:57:05
10885         Log: The maxiters upper limit sanity check (guarding against
10886              non-progress) assumed bytes instead of characters in s///
10887              and split().
10888      Branch: perl
10889            ! pp.c pp_hot.c
10890 ____________________________________________________________________________
10891 [  8244] By: jhi                                   on 2000/12/28  23:34:08
10892         Log: Make some panic messages a bit more logical.
10893      Branch: perl
10894            ! doop.c pod/perldiag.pod pp.c pp_hot.c
10895 ____________________________________________________________________________
10896 [  8243] By: jhi                                   on 2000/12/28  22:59:16
10897         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
10898              From: Simon Cozens <simon@cozens.net>
10899              Date: Wed, 27 Dec 2000 02:30:03 +0000
10900              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
10901      Branch: perl
10902            ! pp.c t/pragma/sub_lval.t
10903 ____________________________________________________________________________
10904 [  8242] By: jhi                                   on 2000/12/28  22:56:53
10905         Log: Subject: [PATCH blead] Fix B::Terse indentation
10906              From: Daniel Chetlin <daniel@chetlin.com>
10907              Date: Wed, 27 Dec 2000 06:43:30 -0800
10908              Message-ID: <20001227064329.B9573@darkstar>
10909      Branch: perl
10910            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
10911 ____________________________________________________________________________
10912 [  8241] By: jhi                                   on 2000/12/28  22:48:59
10913         Log: The latter patch from the
10914              
10915              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
10916              From: Peter Prymmer <pvhp@forte.com> 
10917              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
10918              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
10919              
10920              (the former patch from the above should have been
10921              taken care of by Nick I-S)
10922      Branch: perl
10923            ! win32/Makefile
10924 ____________________________________________________________________________
10925 [  8240] By: jhi                                   on 2000/12/28  22:45:22
10926         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
10927              From: "Casey R. Tweten" <crt@kiski.net>
10928              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
10929              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
10930      Branch: perl
10931            ! lib/constant.pm
10932 ____________________________________________________________________________
10933 [  8239] By: jhi                                   on 2000/12/28  22:37:45
10934         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
10935              From: Simon Cozens <simon@cozens.net>
10936              Date: Wed, 27 Dec 2000 14:12:44 +0000
10937              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
10938      Branch: perl
10939            ! t/op/method.t t/op/sort.t toke.c
10940 ____________________________________________________________________________
10941 [  8238] By: jhi                                   on 2000/12/28  22:30:32
10942         Log: Subject: [PATCH perl@8229] Call.pm
10943              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
10944              Date: Mon, 25 Dec 2000 10:47:15 -0000
10945              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
10946      Branch: perl
10947            ! ext/Filter/Util/Call/Call.pm
10948 ____________________________________________________________________________
10949 [  8237] By: jhi                                   on 2000/12/28  22:19:21
10950         Log: Subject: [PATCH blead] Fix problem with `&' prototype
10951              From: Daniel Chetlin <daniel@chetlin.com>
10952              Date: Wed, 27 Dec 2000 15:55:32 -0800
10953              Message-ID: <20001227155532.D9573@darkstar>
10954      Branch: perl
10955            ! op.c t/comp/proto.t
10956 ____________________________________________________________________________
10957 [  8236] By: jhi                                   on 2000/12/28  22:09:25
10958         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
10959              From: Daniel Chetlin <daniel@chetlin.com>
10960              Date: Sun, 24 Dec 2000 04:09:49 -0800
10961              Message-ID: <20001224040949.B3090@darkstar>
10962      Branch: perl
10963            ! gv.c mg.c t/op/attrs.t
10964 ____________________________________________________________________________
10965 [  8235] By: jhi                                   on 2000/12/28  22:07:11
10966         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
10967              From: Jan Dubois <jand@ActiveState.com>
10968              Date: Tue, 26 Dec 2000 20:57:31 -0800
10969              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
10970      Branch: perl
10971            ! win32/win32.c
10972 ____________________________________________________________________________
10973 [  8234] By: jhi                                   on 2000/12/28  21:52:42
10974         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
10975              From: Simon Cozens <simon@cozens.net>
10976              Date: Thu, 28 Dec 2000 20:33:13 +0000
10977              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
10978      Branch: perl
10979            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
10980 ____________________________________________________________________________
10981 [  8233] By: jhi                                   on 2000/12/28  19:40:49
10982         Log: Integrate perlio.
10983      Branch: perl
10984           !> ext/Encode/Makefile.PL ext/Encode/compile
10985 ____________________________________________________________________________
10986 [  8232] By: nick                                  on 2000/12/23  16:06:00
10987         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
10988              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
10989      Branch: perlio
10990            ! ext/Encode/Makefile.PL
10991 ____________________________________________________________________________
10992 [  8231] By: nick                                  on 2000/12/23  14:30:34
10993         Log: "Compiled" encode build cleanup
10994              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
10995              - .c files do not export sub-tables
10996      Branch: perlio
10997            ! ext/Encode/Makefile.PL ext/Encode/compile
10998 ____________________________________________________________________________
10999 [  8230] By: nick                                  on 2000/12/23  12:50:37
11000         Log: Integrate mainline
11001      Branch: perlio
11002           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11003           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11004           !> pod/perl5004delta.pod pod/perl5005delta.pod
11005           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11006           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11007           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11008           !> pod/perlsub.pod
11009 ____________________________________________________________________________
11010 [  8229] By: jhi                                   on 2000/12/22  15:32:12
11011         Log: Integrate perlio.
11012      Branch: perl
11013           +> win32/distclean.bat
11014           !> MANIFEST t/io/utf8.t
11015 ____________________________________________________________________________
11016 [  8228] By: jhi                                   on 2000/12/22  15:29:40
11017         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11018              From: Robin Barker <rmb1@cise.npl.co.uk>
11019              Date: Fri, 22 Dec 2000 12:17:38 GMT
11020              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11021      Branch: perl
11022            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11023            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11024            ! pod/perl5004delta.pod pod/perl5005delta.pod
11025            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11026            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11027            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11028            ! pod/perlsub.pod
11029 ____________________________________________________________________________
11030 [  8227] By: jhi                                   on 2000/12/22  15:24:28
11031         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
11032              From: "John L. Allen" <allen@grumman.com>
11033              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
11034              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
11035              
11036              Document APPLLIB_EXP.
11037      Branch: perl
11038            ! INSTALL
11039 ____________________________________________________________________________
11040 [  8226] By: nick                                  on 2000/12/21  22:11:50
11041         Log: Handy script for when one forgets to "dmake clean" 
11042      Branch: perlio
11043            + win32/distclean.bat
11044            ! MANIFEST
11045 ____________________________________________________________________________
11046 [  8225] By: nick                                  on 2000/12/21  21:54:04
11047         Log: CRLF platform issue with io/utf8 fix.
11048      Branch: perlio
11049            ! t/io/utf8.t
11050 ____________________________________________________________________________
11051 [  8224] By: nick                                  on 2000/12/21  21:02:20
11052         Log: Integrate mainline
11053      Branch: perlio
11054           !> Changes Configure Makefile.SH Porting/Glossary
11055           !> Porting/config.sh Porting/config_H configure.com
11056           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
11057           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
11058           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
11059           !> win32/config.bc win32/config.gc win32/config.vc
11060 ____________________________________________________________________________
11061 [  8223] By: jhi                                   on 2000/12/21  17:09:16
11062         Log: Update Changes.
11063      Branch: perl
11064            ! Changes patchlevel.h
11065 ____________________________________________________________________________
11066 [  8222] By: jhi                                   on 2000/12/21  16:24:01
11067         Log: Metaconfig unit changes for #8221.
11068      Branch: metaconfig/U/perl
11069           +> issymlink.U
11070            - testsyml.U
11071            ! Mksymlinks.U
11072 ____________________________________________________________________________
11073 [  8221] By: jhi                                   on 2000/12/21  16:23:48
11074         Log: Rename testsyml to issymlink.
11075      Branch: perl
11076            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11077            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
11078            ! win32/config.vc
11079 ____________________________________________________________________________
11080 [  8220] By: jhi                                   on 2000/12/21  15:47:26
11081         Log: Robustness support for #8218 (symlink forest) since the GNU
11082              tools seem to be overly picky about symlinkage depths.
11083      Branch: perl
11084            ! Makefile.SH t/io/fs.t
11085 ____________________________________________________________________________
11086 [  8219] By: jhi                                   on 2000/12/21  15:38:27
11087         Log: Metaconfig changes for #8218.
11088      Branch: metaconfig
11089            ! U/modified/Oldconfig.U
11090      Branch: metaconfig/U/perl
11091            + Mksymlinks.U
11092            ! testsyml.U
11093 ____________________________________________________________________________
11094 [  8218] By: jhi                                   on 2000/12/21  15:37:57
11095         Log: Add Configure option -Dmksymlinks which will create a symlink
11096              forest if the current/build differs from the source directory.
11097              TODO: mkdir -p is not portable.
11098      Branch: perl
11099            ! Configure
11100 ____________________________________________________________________________
11101 [  8217] By: jhi                                   on 2000/12/21  14:39:12
11102         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
11103              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
11104              Date: Thu, 21 Dec 2000 09:38:18 GMT
11105              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
11106              
11107              The ofs became an SV.
11108      Branch: perl
11109            ! ext/Thread/Thread.xs
11110 ____________________________________________________________________________
11111 [  8216] By: jhi                                   on 2000/12/21  05:40:21
11112         Log: The polymorphism seems to have fixed 20000517.001.
11113      Branch: perl
11114            ! t/pragma/utf8.t
11115 ____________________________________________________________________________
11116 [  8215] By: jhi                                   on 2000/12/21  04:44:52
11117         Log: read() documentation tweak for 20001121.004.
11118      Branch: perl
11119            ! pod/perlfunc.pod
11120 ____________________________________________________________________________
11121 [  8214] By: jhi                                   on 2000/12/21  03:54:11
11122         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
11123      Branch: perl
11124            ! pp_sys.c t/op/misc.t
11125 ____________________________________________________________________________
11126 [  8213] By: jhi                                   on 2000/12/21  00:28:10
11127         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
11128              From: Peter Prymmer <pvhp@forte.com>
11129              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
11130              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
11131      Branch: perl
11132            ! configure.com
11133 ____________________________________________________________________________
11134 [  8212] By: jhi                                   on 2000/12/21  00:26:21
11135         Log: Edit edit edit.
11136      Branch: perl
11137            ! pod/perlfaq3.pod
11138 ____________________________________________________________________________
11139 [  8211] By: jhi                                   on 2000/12/20  18:52:46
11140         Log: Update Changes.
11141      Branch: perl
11142            ! Changes patchlevel.h
11143 ____________________________________________________________________________
11144 [  8210] By: jhi                                   on 2000/12/20  18:34:47
11145         Log: Yet another editor edit.
11146      Branch: perl
11147            ! pod/perlfaq3.pod
11148 ____________________________________________________________________________
11149 [  8209] By: jhi                                   on 2000/12/20  15:33:28
11150         Log: More Win32 Perling.
11151      Branch: perl
11152            ! pod/perlfaq3.pod
11153 ____________________________________________________________________________
11154 [  8208] By: jhi                                   on 2000/12/20  15:07:46
11155         Log: More Win32 editor/IDE/shell hints.
11156      Branch: perl
11157            ! pod/perlfaq3.pod
11158 ____________________________________________________________________________
11159 [  8207] By: jhi                                   on 2000/12/20  03:54:08
11160         Log: Subject: [PATCH] obscure timing knowledge
11161              From: Nicholas Clark <nick@ccl4.org>
11162              Date: Tue, 19 Dec 2000 19:22:31 +0000
11163              Message-ID: <20001219192231.F2827@plum.flirble.org>
11164      Branch: perl
11165            ! sv.c
11166 ____________________________________________________________________________
11167 [  8206] By: jhi                                   on 2000/12/20  03:45:57
11168         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
11169              From: Spider Boardman <spider@leggy.zk3.dec.com>
11170              Date: Tue, 19 Dec 2000 21:30:16 -0500
11171              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
11172      Branch: perl
11173            ! sv.c
11174 ____________________________________________________________________________
11175 [  8205] By: jhi                                   on 2000/12/19  23:02:01
11176         Log: Update Changes.
11177      Branch: perl
11178            ! Changes patchlevel.h
11179 ____________________________________________________________________________
11180 [  8204] By: jhi                                   on 2000/12/19  22:58:18
11181         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
11182              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
11183              on editors and diffing/patching.
11184      Branch: perl
11185            ! t/op/utf8decode.t
11186 ____________________________________________________________________________
11187 [  8203] By: nick                                  on 2000/12/19  21:36:16
11188         Log: Integrate mainline (forgot my own change...)
11189      Branch: perlio
11190           !> ext/Encode/compile
11191 ____________________________________________________________________________
11192 [  8202] By: nick                                  on 2000/12/19  21:34:42
11193         Log: Integrate mainline.
11194      Branch: perlio
11195           !> (integrate 61 files)
11196 ____________________________________________________________________________
11197 [  8201] By: nick                                  on 2000/12/19  21:34:06
11198         Log: Avoid looking for File::Glob when we don't need it.
11199      Branch: perl
11200            ! ext/Encode/compile
11201 ____________________________________________________________________________
11202 [  8200] By: jhi                                   on 2000/12/19  18:35:49
11203         Log: Update Changes.
11204      Branch: perl
11205            ! Changes patchlevel.h
11206 ____________________________________________________________________________
11207 [  8199] By: jhi                                   on 2000/12/19  18:35:07
11208         Log: Microperl tweaks.
11209      Branch: perl
11210            ! sv.c uconfig.h uconfig.sh
11211 ____________________________________________________________________________
11212 [  8198] By: jhi                                   on 2000/12/19  18:29:59
11213         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
11214      Branch: perl
11215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11216            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
11217 ____________________________________________________________________________
11218 [  8197] By: jhi                                   on 2000/12/19  17:55:29
11219         Log: In VMS embedded perls couldn't access the statically built Socket,
11220              from Charles Lane.
11221      Branch: perl
11222            ! configure.com
11223 ____________________________________________________________________________
11224 [  8196] By: jhi                                   on 2000/12/19  17:49:50
11225         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
11226              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
11227              Date: Sun, 17 Dec 2000 19:11:44 -0000
11228              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
11229      Branch: perl
11230            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11231            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
11232 ____________________________________________________________________________
11233 [  8195] By: jhi                                   on 2000/12/19  17:47:53
11234         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
11235              From: Jonathan Stowe <gellyfish@gellyfish.com>
11236              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
11237              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
11238      Branch: perl
11239            ! utils/h2xs.PL
11240 ____________________________________________________________________________
11241 [  8194] By: jhi                                   on 2000/12/19  17:46:28
11242         Log: Subject: Re: useless use of void context work-around
11243              From: andreas.koenig@anima.de (Andreas J. Koenig)
11244              Date: 16 Dec 2000 15:13:36 +0100
11245              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
11246              
11247              Document (comment) the q(di ds ig) trick in the code.
11248      Branch: perl
11249            ! op.c
11250 ____________________________________________________________________________
11251 [  8193] By: jhi                                   on 2000/12/19  17:10:57
11252         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
11253              From: "Mark J. Reed" <mreed@strange.turner.com>
11254              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
11255              Message-Id: <200012160222.VAA13986@strange.turner.com>
11256      Branch: perl
11257            ! ext/Sys/Syslog/Syslog.pm
11258 ____________________________________________________________________________
11259 [  8192] By: jhi                                   on 2000/12/19  17:07:45
11260         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
11261              From: Nicholas Clark <nick@ccl4.org>
11262              Date: Sat, 16 Dec 2000 19:03:13 +0000
11263              Message-ID: <20001216190313.D68304@plum.flirble.org>
11264      Branch: perl
11265            ! t/op/64bitint.t
11266 ____________________________________________________________________________
11267 [  8191] By: jhi                                   on 2000/12/19  17:06:13
11268         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
11269              From: Dominic Dunlop <domo@computer.org>
11270              Date: Mon, 18 Dec 2000 12:00:15 +0100
11271              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
11272              
11273              This patchlet is needed in order that perl can be statically linked.  
11274      Branch: perl
11275            ! regexec.c
11276 ____________________________________________________________________________
11277 [  8190] By: jhi                                   on 2000/12/19  17:03:08
11278         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
11279              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11280              Date: Sun, 17 Dec 2000 00:18:35 -0600
11281              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
11282      Branch: perl
11283            ! perlio.h vms/gen_shrfls.pl
11284 ____________________________________________________________________________
11285 [  8189] By: jhi                                   on 2000/12/19  16:20:28
11286         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
11287              From: Prymmer/Kahn <pvhp@best.com>
11288              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
11289              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
11290              
11291              A better version of #8188.
11292      Branch: perl
11293            ! pod/perlfaq3.pod
11294 ____________________________________________________________________________
11295 [  8188] By: jhi                                   on 2000/12/19  15:57:06
11296         Log: (Replaced by #8189)
11297              
11298              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
11299              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
11300              From: Prymmer/Kahn <pvhp@best.com>
11301              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
11302              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
11303              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
11304              Date: Mon, 18 Dec 2000 11:10:45 -0500
11305              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
11306      Branch: perl
11307            ! pod/perlfaq3.pod
11308 ____________________________________________________________________________
11309 [  8187] By: jhi                                   on 2000/12/19  15:54:19
11310         Log: Email address fix for Anton Berezin.
11311      Branch: perl
11312            ! AUTHORS
11313 ____________________________________________________________________________
11314 [  8186] By: jhi                                   on 2000/12/19  15:38:54
11315         Log: Subject: [PATCH perl@8102] cygwin port
11316              From: "Eric Fifer" <efifer@dircon.co.uk> 
11317              Date: Thu, 14 Dec 2000 13:41:29 -0000
11318              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
11319              
11320              When compiling modules the data item that is being imported
11321              from libperl.dll needs to be tagged as imported/shared data:
11322              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
11323      Branch: perl
11324            ! perliol.h
11325 ____________________________________________________________________________
11326 [  8185] By: jhi                                   on 2000/12/19  14:53:24
11327         Log: Regen uconfig.h and uconfig.sh.
11328      Branch: perl
11329            ! uconfig.h uconfig.sh
11330 ____________________________________________________________________________
11331 [  8184] By: jhi                                   on 2000/12/18  20:43:49
11332         Log: Comments work so much better when they are closed.
11333      Branch: perl
11334            ! regcomp.c
11335 ____________________________________________________________________________
11336 [  8183] By: jhi                                   on 2000/12/18  18:04:02
11337         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
11338              Fixes the bug 20001218.016.
11339      Branch: perl
11340            ! regcomp.c
11341 ____________________________________________________________________________
11342 [  8182] By: gsar                                  on 2000/12/18  09:53:47
11343         Log: delete spurious files
11344      Branch: maint-5.6/perl
11345            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
11346            - vos/config.h vos/config_h.SH_orig
11347 ____________________________________________________________________________
11348 [  8181] By: gsar                                  on 2000/12/18  09:46:08
11349         Log: regen perltoc
11350      Branch: maint-5.6/perl
11351            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
11352 ____________________________________________________________________________
11353 [  8180] By: gsar                                  on 2000/12/18  09:20:27
11354         Log: integrate changes#7924..7926,7946,7952 from mainline
11355      Branch: maint-5.6/perl
11356           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
11357           !> lib/File/stat.pm t/lib/class-struct.t
11358 ____________________________________________________________________________
11359 [  8179] By: gsar                                  on 2000/12/18  08:55:54
11360         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
11361              7918,7919,7988,8907 from mainline (various)
11362      Branch: maint-5.6/perl
11363           +> t/lib/class-struct.t
11364           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
11365           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
11366           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
11367 ____________________________________________________________________________
11368 [  8178] By: gsar                                  on 2000/12/18  08:16:30
11369         Log: avoid redefinition warnings on windows due to sys/socket.h getting
11370              #included before win32.h
11371      Branch: maint-5.6/perl
11372            ! win32/include/sys/socket.h
11373 ____________________________________________________________________________
11374 [  8177] By: gsar                                  on 2000/12/18  05:24:04
11375         Log: make regen_headers; fix POSIX.xs problems; remove outdated
11376              code from sys/socket.h that makes build fail now
11377      Branch: maint-5.6/perl
11378            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
11379            ! pod/perlapi.pod
11380           !> win32/include/sys/socket.h
11381 ____________________________________________________________________________
11382 [  8176] By: gsar                                  on 2000/12/18  05:20:17
11383         Log: update Changes
11384      Branch: maint-5.6/perl
11385            ! Changes patchlevel.h
11386 ____________________________________________________________________________
11387 [  8175] By: gsar                                  on 2000/12/18  04:57:48
11388         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
11389              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
11390              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
11391              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
11392              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
11393              7823,7825,7838
11394      Branch: maint-5.6/perl
11395           +> lib/File/Spec/Epoc.pm
11396           !> (integrate 88 files)
11397 ____________________________________________________________________________
11398 [  8174] By: gsar                                  on 2000/12/18  03:53:09
11399         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
11400              7625..7629,7631..7634,7637,7639,7642 from mainline
11401      Branch: maint-5.6/perl
11402           +> README.solaris
11403           !> (integrate 26 files)
11404 ____________________________________________________________________________
11405 [  8173] By: gsar                                  on 2000/12/18  03:37:02
11406         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
11407              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
11408              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
11409              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
11410      Branch: maint-5.6/perl
11411           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
11412            - MAINTAIN
11413           !> (integrate 111 files)
11414 ____________________________________________________________________________
11415 [  8172] By: jhi                                   on 2000/12/18  02:49:27
11416         Log: Regen pods.
11417      Branch: perl
11418            ! pod/perlmodlib.pod pod/perltoc.pod
11419 ____________________________________________________________________________
11420 [  8171] By: gsar                                  on 2000/12/18  02:49:24
11421         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
11422              7465..7471 from mainline
11423              
11424              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
11425              in platforms that strictly require all the symbols being present
11426              at link time.
11427              
11428              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
11429              
11430              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
11431              
11432              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
11433              
11434              Subject: [PATCH] todo
11435              
11436              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
11437              
11438              Use $sort, $uniq (and $tr) consistently as wondered
11439              by Nicholas Clark.
11440              
11441              Too enthusiastic editing in #7460.
11442              
11443              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
11444              
11445              Upgrade to CPAN 1.58_55.
11446              Subject: CPAN.pm status
11447              
11448              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
11449              
11450              Make target reordering to avoid pointless re-makes.
11451              Subject: Re: Total re-make of 'make okfile' after 7451 ?
11452              
11453              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
11454              
11455              Subject: DOC PATCH 5.6.0
11456              
11457              Add the repository doc by Malcolm, Sarathy, and by Simon,
11458              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
11459      Branch: maint-5.6/perl
11460           +> Porting/repository.pod
11461           !> Configure MANIFEST Makefile.SH README.dos README.os2
11462           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
11463           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
11464           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
11465 ____________________________________________________________________________
11466 [  8169] By: gsar                                  on 2000/12/18  02:33:34
11467         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
11468              7435..7441,7445 from mainline
11469              
11470              Make the UTF-8 decoding stricter and more verbose when
11471              malformation happens.  This involved adding an argument
11472              to utf8_to_uv_chk(), which involved changing its prototype,
11473              and prefer STRLEN over I32 for the UTF-8 length, which as
11474              a domino effect necessitated changing the prototypes of
11475              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
11476              The stricter UTF-8 decoding checking uses Markus Kuhn's
11477              UTF-8 Decode Stress Tester from
11478              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
11479              
11480              Run vms/vms_yfix.pl, should have done that after changing
11481              perly.c in #7382.
11482              
11483              Subject: [PATCH 5.7.0] static linking with uninstalled perl
11484              
11485              (Replaced by #7440.)
11486              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
11487              
11488              Fix the bug ID 20001024.005, the bug introduced by #7416.
11489              
11490              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
11491              
11492              Fix the bug reported in
11493              From: andreas.koenig@anima.de (Andreas J. Koenig)
11494              Also make is_utf8_char() stricter.
11495              
11496              Missed the header file changes from #7425.
11497              
11498              Check if stdio supports tweaking lval and cnt simultaneously.
11499              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
11500              
11501              Stratus VOS updates from Paul Green.
11502              
11503              Podify README.epoc and README.vos.
11504              
11505              Add targets to Makefile.SH, most importantly
11506              'regen_all' which also remembers to update vms/perly*.
11507              
11508              Subject: Minor update to find2perl, for portability
11509              
11510              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
11511              
11512              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
11513              
11514              Rename UTF8LEN() to be UNISKIP(), too confusing to have
11515              UTF8LEN() and UTF8SKIP(). 
11516              
11517              Allow poking holes at the UTF-8 decoding strictness.
11518              
11519              Continue the internal UTF-8 API tweaking.
11520              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
11521              used much more than the simpler API, now called utf8_to_uv_simple().
11522              Still not quite happy with API, too much partial duplication
11523              of functionality.
11524              
11525              A new version of making the syslog test more robust.
11526              (Replaces #7421.)
11527              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
11528              
11529              buildtoc target tweaks.
11530              
11531              Integrate with vmsperl #7430 by Charles Bailey:
11532              
11533              Cleanup from prior patch (Charles Lane?):
11534              - improve handling of MFDs in Basename and Path
11535              - default to no xsubpp line # munging when building debug images
11536      Branch: maint-5.6/perl
11537           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11538           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
11539           !> (integrate 67 files)
11540 ____________________________________________________________________________
11541 [  8168] By: gsar                                  on 2000/12/18  02:05:49
11542         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
11543              
11544              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
11545              From: Martin Husemann <martin@duskware.de>
11546              
11547              Subject: [PATCH 5.7.0] restore match data on backtracing
11548              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11549      Branch: maint-5.6/perl
11550           !> regcomp.c regexec.c t/op/re_tests
11551 ____________________________________________________________________________
11552 [  8167] By: gsar                                  on 2000/12/18  01:55:22
11553         Log: integrate changes#7858,7986 from mainline
11554              
11555              C<foreach my $x ...> in pseudo-fork()ed process may diddle
11556              parent's memory; fix it by keeping track of the actual pad
11557              offset rather than a raw pointer (this change is probably also
11558              relevant to non-ithreads case to avoid fallout from reallocs of
11559              the pad array, but is currently only enabled for the ithreads
11560              case in the interests of minimal disruption to existing "well
11561              tested" code)
11562              
11563              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
11564              due to the notorious GetFileType() bug in Windows 9x, which fstat()
11565              tickles)
11566      Branch: maint-5.6/perl
11567           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
11568           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
11569           !> win32/win32.c win32/win32.h win32/win32sck.c
11570 ____________________________________________________________________________
11571 [  8166] By: gsar                                  on 2000/12/18  01:52:59
11572         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
11573              from mainline (xsubpp and ExtUtils::LibList fixups, various
11574              other small items)
11575      Branch: maint-5.6/perl
11576           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
11577           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11578           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
11579           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
11580           !> win32/bin/search.pl
11581 ____________________________________________________________________________
11582 [  8165] By: gsar                                  on 2000/12/18  01:28:45
11583         Log: integrate changes#7533,7563,7611,7623 from mainline (various
11584              malloc.c embellishments)
11585      Branch: maint-5.6/perl
11586           !> malloc.c pod/perldiag.pod
11587 ____________________________________________________________________________
11588 [  8164] By: gsar                                  on 2000/12/18  01:23:33
11589         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
11590              fixups)
11591      Branch: maint-5.6/perl
11592           !> utils/h2xs.PL
11593 ____________________________________________________________________________
11594 [  8163] By: gsar                                  on 2000/12/18  01:17:50
11595         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
11596              fixups)
11597      Branch: maint-5.6/perl
11598           !> Makefile.SH utils/perlbug.PL
11599 ____________________________________________________________________________
11600 [  8162] By: gsar                                  on 2000/12/18  00:25:43
11601         Log: always export Perl_deb() (it is required by re.xs whether
11602              Perl is built with or without -DDEBUGGING)
11603      Branch: maint-5.6/perl
11604            ! makedef.pl
11605 ____________________________________________________________________________
11606 [  8161] By: gsar                                  on 2000/12/18  00:23:38
11607         Log: integrate change#7414 from mainline
11608              
11609              Undo the basename() part of #7412 since the lib/basename
11610              tests would need upgrading too.
11611              
11612              squelch two tests in tr.t that rely on tr/// paranoia change
11613              that's not in 5.6.x
11614      Branch: maint-5.6/perl
11615            ! t/op/tr.t
11616           !> lib/File/Basename.pm
11617 ____________________________________________________________________________
11618 [  8160] By: gsar                                  on 2000/12/18  00:05:30
11619         Log: missing change in previous integrate
11620      Branch: maint-5.6/perl
11621           !> README.aix
11622 ____________________________________________________________________________
11623 [  8159] By: gsar                                  on 2000/12/18  00:03:38
11624         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
11625              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
11626              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
11627              7410..7413 from mainline
11628      Branch: maint-5.6/perl
11629           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
11630           +> t/lib/tie-splice.t
11631            - lib/unicode/Is/DCinital.pl
11632           !> (integrate 112 files)
11633 ____________________________________________________________________________
11634 [  8158] By: jhi                                   on 2000/12/17  23:04:24
11635         Log: Subject: [PATCHES] RE: perl@8150 
11636              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
11637              Date: Sun, 17 Dec 2000 21:46:39 +0100
11638              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
11639              
11640              Neither cygwin has a getpwuid() one can trust on.
11641      Branch: perl
11642            ! t/lib/glob-basic.t
11643 ____________________________________________________________________________
11644 [  8157] By: jhi                                   on 2000/12/17  23:01:54
11645         Log: More MAN.PODS => {} fixes.
11646      Branch: perl
11647            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
11648            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
11649            ! os2/OS2/REXX/Makefile.PL
11650 ____________________________________________________________________________
11651 [  8156] By: gsar                                  on 2000/12/17  22:49:13
11652         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
11653              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
11654              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
11655              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
11656              7201,7204 from mainline
11657      Branch: maint-5.6/perl
11658           !> (integrate 121 files)
11659 ____________________________________________________________________________
11660 [  8155] By: jhi                                   on 2000/12/17  22:30:58
11661         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
11662              From: "Craig A. Berry" <craigberry@mac.com>
11663              Date: Sun, 17 Dec 2000 13:09:28 -0600
11664              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
11665              
11666              MAN.PODS => ' ' is naughty.
11667      Branch: perl
11668            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
11669 ____________________________________________________________________________
11670 [  8154] By: nick                                  on 2000/12/17  22:07:13
11671         Log: MULTIPLICITY nit.
11672      Branch: perl
11673            ! mg.c
11674 ____________________________________________________________________________
11675 [  8153] By: gsar                                  on 2000/12/17  21:23:05
11676         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
11677              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
11678              from mainline
11679              
11680              Document the SvIOK_.*UV().
11681              
11682              Update Unicode todo list.
11683              
11684              Guard against bad string->int conversion for quads.
11685              
11686              Subject: small apidoc fix
11687              
11688              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
11689              
11690              Subject: [PATCH] Tied filehandle documentation
11691              
11692              Subject: [PATCH] Modernize Opcode.pm documentation
11693              
11694              Make Data::Dumper (non-XS) to work with changed semantics of ref().
11695              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
11696              [applied even though said semantics didn't change in 5.6.x]
11697              
11698              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
11699              
11700              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
11701              
11702              Fix the URL, but the server is still missing in action.
11703              Subject: [ID 20000905.002] perlfaq1.pod URL error
11704              
11705              Subject: [ID 20000903.001] \w in utf8-strings
11706              
11707              Fix the ccversion detection for 5.1 and beyond.
11708              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
11709              
11710              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
11711              
11712              Subject: [ID 20000904.008] Tiny fix for perldiag
11713              
11714              Subject: Re: [ID 20000906.004] segfault with bad perl statement
11715              
11716              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
11717              
11718              Subject: [ID 20000908.002] perlipc documentation bug.
11719              
11720              Subject: [PATCH lib/Benchmark.pm]
11721              
11722              Re-allow vec() for characters > 255.
11723              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
11724              
11725              Do away with memory models cruft.  Sorry, PDP users.
11726              
11727              Continue #7041.
11728              
11729              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
11730              
11731              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
11732              
11733              Upgrade to CPAN 1.57_65, from Andreas König.
11734              
11735              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
11736              by Russ Allbery.
11737              
11738              Silence t/pod/*.t about alternate quote-mappings now implemented
11739              by Pod::Text, from Brad Appleton.
11740              
11741              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
11742              Subject: borland C++ win32.c tweak
11743              
11744              C<@a = @b = split(...)> optimization coredumps under ithreads
11745              (missed a spot when fixing up op_pmreplroot hack for ithreads)
11746              
11747              Document the SvUTF8*().
11748              
11749              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
11750              
11751              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
11752              
11753              Do in VMS as the #7054 does.
11754              
11755              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
11756              
11757              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
11758              
11759              Subject: [patch: perl@7045] vms updates
11760              
11761              Test for the #7049.
11762              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
11763              
11764              Break up the myconfig lines a bit.
11765              Subject: perlbug/perl -V output format
11766              
11767              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
11768              
11769              The #7054 truncated Configure badly.
11770              
11771              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
11772              initialization in all the threads on Windows
11773              
11774              Allow for whitespace between "#" and "line" in cpp output.
11775              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
11776              
11777              Remove vestiges of tr//CU.
11778              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
11779              
11780              The return value of setlocale must be copied away.
11781              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
11782              
11783              Allow chop() and chomp() to be overridden.
11784              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
11785              
11786              Hints optimization.
11787              Subject: Minor nit
11788              
11789              Subject: [PATCH] de-wall t/README
11790              
11791              Subject: Re: Two advertising clauses need to be removed
11792      Branch: maint-5.6/perl
11793           !> (integrate 75 files)
11794 ____________________________________________________________________________
11795 [  8152] By: gsar                                  on 2000/12/17  20:30:11
11796         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
11797              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
11798              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
11799              
11800              Don't attach -ld to the archname if pointless.
11801              
11802              Document UNTIE in a very minimalistic way.
11803              
11804              POSIX doesn't report long double values under -Duselongdouble
11805              when the long doubles are "real" (bigger than doubles).
11806              
11807              More author updates.
11808              
11809              Try to deduce NV_MAX.  Really should be Configure fodder.
11810              
11811              :: not allowed in pathnames, change to .
11812              Subject: [PATCH perl@6938] cygwin port
11813              
11814              Forget about NV_MAX (#6951).  Various floating point tweaks,
11815              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
11816              
11817              Move the Solaris 7 scan to use64bitall, make the
11818              failure to find 64-bot sparc libc to mention the
11819              possibility of being in an intel, from Lupe and Alan.
11820              
11821              Regen perltoc.
11822              
11823              AUTHORS tweaks, from Peter Prymmer.
11824              
11825              More address tweaking.
11826              
11827              Small tweaks all over.
11828              
11829              File::Temp patches from Andreas König,
11830              
11831              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
11832              
11833              Subject: CPAN.pm beta 1.57_57 for the core
11834              
11835              Part of the solution.
11836              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
11837              
11838              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
11839              
11840              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
11841              
11842              Add the overload warnings to perldiag.
11843              
11844              Drop unused argument.
11845              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
11846              
11847              Subject: Nit in Configure (bleadperl@6961)
11848              
11849              Update to PodParser 1.18, from Brad Appleton.
11850              
11851              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
11852              
11853              Subject: [PATCH: 6948] add SCNfldbl to configure.com
11854              
11855              Document UNTIE. Also tweak implementation to suppress the 'inner references'
11856              warning when UNTIE exists and instead pass the cound of extra references to
11857              the UNTIE method.
11858              
11859              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
11860              so that case-ignoring systems like DCL can tell them from
11861              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
11862              
11863              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
11864              
11865              Feature ordering tweak.
11866              
11867              Regen perltoc.
11868              
11869              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
11870              
11871              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
11872              
11873              Subject: http:// in L<>
11874              
11875              Detypo.
11876              
11877              change#6791 accidentally clobbered change#6710, put it back
11878              
11879              Only the first line, thank you very much.
11880              
11881              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
11882              plus rework the http: spots as suggested by Tom Christiansen,
11883              plus regen perltoc.
11884              
11885              Undo part of change 6489 which looks like a bulk edit which
11886              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
11887              The supressing of main:: on return from select() is undesirable.
11888              
11889              Apparently avoiding the swapping is too costly.
11890              
11891              Various Configure nits by Philip Newton,
11892              plus the ebcdic one by me.
11893              
11894              Make certain cc is set before trying to run it.
11895              
11896              If overloaded %{} etc. return the object do not loop.
11897              Thus  sub deref { $_[0] } functions if object is wanted type.
11898              
11899              Update perlhist.
11900              
11901              More %{} and other deref special casing - do not pass to 'nomethod'.
11902      Branch: maint-5.6/perl
11903           !> (integrate 59 files)
11904 ____________________________________________________________________________
11905 [  8151] By: gsar                                  on 2000/12/17  19:14:38
11906         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
11907              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
11908              
11909              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
11910              
11911              Make the epsilon to be relative, not absolute.
11912              
11913              Put back the flags dump as reasoned in
11914              Subject: Re: [PATCH] Glob dumping
11915              
11916              Introduce ccname to keep track of what compiler kind of we have.
11917              
11918              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
11919              
11920              Put back the slice accidentally removed by #6907.
11921              
11922              Reset archname and archname64 always, forcing them be
11923              recomputed at each Configure run, make Configure and
11924              the hints files agree on the naming of largefiles variables.
11925              
11926              Don't say "Perl 5.0 source kit".
11927              
11928              Subject: [PATCH] fix misc cast warnings
11929              
11930              Subject: typos in pods
11931              
11932              NVs not necessarily doubles, as pointed out by Yitzchak.
11933              
11934              Subject: [PATCH 6889] add a few ldbl formats to configure.com
11935              
11936              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
11937              
11938              Better options for rsync.
11939              
11940              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
11941              
11942              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
11943              
11944              Subject: [PATCH] Re: UNTIE method 
11945              
11946              A better fix for the Socket building problem from Craig Berry.
11947              
11948              Retract the dummy test, skip the security tests (instead of failing),
11949              explain what the warnings mean.
11950              
11951              Heap decorruption.
11952              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
11953              
11954              Update to Unicode 3.0.1.
11955              
11956              Missed one Unicode file.
11957              
11958              Subject: Re: typos in pods
11959              
11960              The #6929 was too skimpy.
11961              
11962              sscanf() may be the only way to read long doubles from strings.
11963              
11964              Reveal Borland's isnan.
11965              Subject: build with BC++ tweak
11966              
11967              Issue useful diagnostic on unknown pod commands.
11968              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
11969              
11970              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
11971              
11972              Clarify the third case of ftmp-security warnings.
11973              
11974              Make -Dusemorebits find long doubles in Solaris.
11975              
11976              Wrap the test in eval.
11977      Branch: maint-5.6/perl
11978           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
11979           +> lib/unicode/PropList.txt lib/unicode/README.perl
11980           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
11981           +> lib/unicode/Unicode.301 vms/vmspipe.com
11982            - lib/unicode/Props.txt lib/unicode/UCD300.html
11983            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
11984           !> (integrate 305 files)
11985 ____________________________________________________________________________
11986 [  8150] By: jhi                                   on 2000/12/17  18:47:57
11987         Log: Uncheckedin generated files.
11988      Branch: perl
11989            ! global.sym perlapi.c pod/perlapi.pod
11990 ____________________________________________________________________________
11991 [  8149] By: jhi                                   on 2000/12/17  18:41:22
11992         Log: Update Changes.
11993      Branch: perl
11994            ! Changes patchlevel.h
11995 ____________________________________________________________________________
11996 [  8148] By: jhi                                   on 2000/12/17  18:39:16
11997         Log: Subject: [PATCH] Fcntl constants speedup
11998              From: Nicholas Clark <nick@ccl4.org>
11999              Date: Sun, 17 Dec 2000 16:29:24 +0000
12000              Message-ID: <20001217162924.E97668@plum.flirble.org>
12001              
12002              Use IVs for the Fcntl constants instead of NVs.
12003      Branch: perl
12004            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
12005 ____________________________________________________________________________
12006 [  8147] By: jhi                                   on 2000/12/17  18:33:41
12007         Log: Add test for #8145 (binmode() warning), add warning for
12008              ioctl() and sockpair(), document them. (fileno() cannot
12009              be tripwired with the same kind of warning because
12010              'defined fileno($foo)' seems to be an idiom.)
12011      Branch: perl
12012            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
12013 ____________________________________________________________________________
12014 [  8146] By: gsar                                  on 2000/12/17  18:09:08
12015         Log: update Changes
12016      Branch: maint-5.6/perl
12017            ! Changes
12018 ____________________________________________________________________________
12019 [  8145] By: jhi                                   on 2000/12/17  17:39:35
12020         Log: Subject: [PATCH] Re: The long awaited feature ...
12021              From: Simon Cozens <simon@cozens.net>
12022              Date: Sun, 17 Dec 2000 12:31:56 +0000
12023              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
12024              
12025              Add a warning to binmode() about using bad filehandles
12026              (can happen e.g. if someone forgets the filehandle argument)
12027      Branch: perl
12028            ! pp_sys.c
12029 ____________________________________________________________________________
12030 [  8144] By: jhi                                   on 2000/12/17  17:33:48
12031         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
12032              From: Jonathan Stowe <gellyfish@gellyfish.com>
12033              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
12034              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
12035      Branch: perl
12036            ! lib/Net/Ping.pm
12037 ____________________________________________________________________________
12038 [  8143] By: jhi                                   on 2000/12/17  05:31:37
12039         Log: Polymorphic regexps.
12040              
12041              Fixes at least the bugs 20001028.003 (both of them...) and
12042              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
12043              also to be fixed by now, probably already before this patch.
12044      Branch: perl
12045            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
12046            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
12047            ! t/op/utf8decode.t t/pragma/utf8.t
12048 ____________________________________________________________________________
12049 [  8142] By: jhi                                   on 2000/12/16  17:16:05
12050         Log: Subject: [patch perl@8102] dos/djgpp update
12051              From: Laszlo Molnar <ml1050@freemail.hu>
12052              Date: Sat, 16 Dec 2000 01:40:52 +0100
12053              Message-ID: <20001216014052.A335@freemail.hu>
12054      Branch: perl
12055            ! djgpp/config.over t/base/commonsense.t
12056 ____________________________________________________________________________
12057 [  8141] By: jhi                                   on 2000/12/16  17:09:27
12058         Log: Few uncheckedin files.
12059      Branch: perl
12060            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
12061 ____________________________________________________________________________
12062 [  8140] By: nick                                  on 2000/12/15  22:14:31
12063         Log: Integrate mainline
12064      Branch: perlio
12065           !> (integrate 53 files)
12066 ____________________________________________________________________________
12067 [  8139] By: jhi                                   on 2000/12/15  19:49:49
12068         Log: One more IVUV tweak from Nicholas Clark.
12069      Branch: perl
12070            ! sv.c
12071 ____________________________________________________________________________
12072 [  8138] By: jhi                                   on 2000/12/15  19:17:06
12073         Log: Return of the IVUV-preservation, now seems to be happy even
12074              in Digital UNIX (the broken strtoul brokenness detection
12075              seems to have been the fly in the ointment).
12076      Branch: perl
12077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12078            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
12079            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
12080            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
12081            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12082            ! vos/config.ga.h win32/config.bc win32/config.gc
12083            ! win32/config.vc
12084 ____________________________________________________________________________
12085 [  8137] By: jhi                                   on 2000/12/15  18:12:14
12086         Log: Metaconfig unit change for #8136.
12087      Branch: metaconfig
12088            ! U/modified/d_strtoul.U
12089      Branch: metaconfig/U/perl
12090            ! d_strtoull.U d_strtouq.U
12091 ____________________________________________________________________________
12092 [  8136] By: jhi                                   on 2000/12/15  18:11:35
12093         Log: I don't think it's sensible or portable to test the strtou*
12094              on /^-/ strings.
12095      Branch: perl
12096            ! Configure
12097 ____________________________________________________________________________
12098 [  8135] By: jhi                                   on 2000/12/15  17:18:49
12099         Log: Metaconfig unit change for #8134.
12100      Branch: metaconfig
12101            ! U/modified/d_strtoul.U
12102 ____________________________________________________________________________
12103 [  8134] By: jhi                                   on 2000/12/15  17:14:13
12104         Log: If longsize is 8 we don't need a LL suffix for integer constants.
12105      Branch: perl
12106            ! Configure config_h.SH
12107 ____________________________________________________________________________
12108 [  8133] By: jhi                                   on 2000/12/15  16:00:23
12109         Log: Update Changes.
12110      Branch: perl
12111            ! Changes patchlevel.h
12112 ____________________________________________________________________________
12113 [  8132] By: jhi                                   on 2000/12/15  15:44:16
12114         Log: Some compilers get huffy if you do not cast a const pointer
12115              to a non-const when assigning.
12116      Branch: perl
12117            ! gv.c
12118 ____________________________________________________________________________
12119 [  8131] By: jhi                                   on 2000/12/15  15:38:30
12120         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
12121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12122              Date: Fri, 15 Dec 2000 05:26:57 -0500
12123              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
12124      Branch: perl
12125            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
12126            ! t/pragma/overload.t
12127 ____________________________________________________________________________
12128 [  8130] By: jhi                                   on 2000/12/15  15:36:08
12129         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
12130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12131              Date: Thu, 14 Dec 2000 22:02:43 -0500
12132              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
12133      Branch: perl
12134            ! gv.c perl.h
12135 ____________________________________________________________________________
12136 [  8129] By: jhi                                   on 2000/12/15  15:34:16
12137         Log: Subject: PATCH: h2xs nit
12138              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12139              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
12140              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
12141              
12142              Add a template README.
12143      Branch: perl
12144            ! utils/h2xs.PL
12145 ____________________________________________________________________________
12146 [  8128] By: jhi                                   on 2000/12/15  15:32:22
12147         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
12148      Branch: perl
12149            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
12150 ____________________________________________________________________________
12151 [  8127] By: jhi                                   on 2000/12/15  15:19:34
12152         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
12153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12154              Date:     Thu, 14 Dec 2000 20:04:42 EST
12155              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
12156      Branch: perl
12157            ! ext/Opcode/Opcode.xs
12158 ____________________________________________________________________________
12159 [  8126] By: jhi                                   on 2000/12/15  15:17:49
12160         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
12161              From: Peter Prymmer <pvhp@forte.com>
12162              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
12163              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
12164      Branch: perl
12165            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
12166            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
12167            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
12168 ____________________________________________________________________________
12169 [  8125] By: jhi                                   on 2000/12/15  15:11:05
12170         Log: This seems to be a stage sane and stable enough to checkin.
12171              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
12172      Branch: perl
12173            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
12174            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
12175            ! t/op/cmp.t t/op/numconvert.t
12176 ____________________________________________________________________________
12177 [  8124] By: jhi                                   on 2000/12/15  04:20:26
12178         Log: Something is really wonky.
12179      Branch: perl
12180            ! sv.c
12181 ____________________________________________________________________________
12182 [  8123] By: jhi                                   on 2000/12/15  04:00:50
12183         Log: Fixes for the IV UV patches to compile in Digital UNIX.
12184      Branch: perl
12185            ! sv.c
12186 ____________________________________________________________________________
12187 [  8122] By: jhi                                   on 2000/12/15  02:53:40
12188         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
12189              From: "Craig A. Berry" <craigberry@mac.com>
12190              Date: Thu, 14 Dec 2000 19:10:49 -0600
12191              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
12192      Branch: perl
12193            ! vms/vms.c
12194 ____________________________________________________________________________
12195 [  8121] By: jhi                                   on 2000/12/15  02:50:00
12196         Log: Metaconfig changes for #8120.
12197      Branch: metaconfig
12198            + U/modified/d_strtoul.U
12199      Branch: metaconfig/U/perl
12200            ! d_strtoull.U d_strtouq.U
12201 ____________________________________________________________________________
12202 [  8120] By: jhi                                   on 2000/12/15  02:49:42
12203         Log: From: Nicholas Clark <nick@ccl4.org> 
12204              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
12205              Date: Thu, 14 Dec 2000 18:38:57 +0000
12206              Message-ID: <20001214183857.B97909@plum.flirble.org>
12207      Branch: perl
12208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12209            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
12210            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12211            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12212            ! win32/config.gc win32/config.vc
12213 ____________________________________________________________________________
12214 [  8119] By: jhi                                   on 2000/12/14  23:40:58
12215         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
12216              From: Nicholas Clark <nick@ccl4.org>
12217              Date: Wed, 13 Dec 2000 20:08:50 +0000
12218              Message-ID: <20001213200849.B71166@plum.flirble.org>
12219      Branch: perl
12220            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
12221            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
12222 ____________________________________________________________________________
12223 [  8118] By: jhi                                   on 2000/12/14  22:46:26
12224         Log: Integrate perlio.
12225      Branch: perl
12226           !> MANIFEST ext/Encode/compile makedef.pl
12227 ____________________________________________________________________________
12228 [  8117] By: nick                                  on 2000/12/14  22:38:53
12229         Log: Win32 tweaks to get Encode to build
12230              - temp hack to makedef.pl till PerlIO is properly "exported".
12231              - MSVC dislikes  
12232              static encpage_t foo[];
12233              so make 'em extern for now.
12234      Branch: perlio
12235            ! ext/Encode/compile makedef.pl
12236 ____________________________________________________________________________
12237 [  8116] By: nick                                  on 2000/12/14  22:00:53
12238         Log: Document the new files
12239      Branch: perlio
12240            ! MANIFEST
12241 ____________________________________________________________________________
12242 [  8115] By: jhi                                   on 2000/12/14  21:58:01
12243         Log: MANIFEST new files of #8114.
12244      Branch: perl
12245            ! MANIFEST
12246 ____________________________________________________________________________
12247 [  8114] By: jhi                                   on 2000/12/14  21:50:49
12248         Log: Integrate perlio.
12249      Branch: perl
12250           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
12251           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12252           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
12253           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
12254           !> ext/Encode/Makefile.PL
12255 ____________________________________________________________________________
12256 [  8113] By: jhi                                   on 2000/12/14  21:48:49
12257         Log: The documentation part of the
12258              
12259              Subject: [ID 20001214.002] Net::Ping patch
12260              From: Jonathan Stowe <gellyfish@gellyfish.com>
12261              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
12262              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
12263              since the #7529 had already addressed the same problem.
12264      Branch: perl
12265            ! lib/Net/Ping.pm
12266 ____________________________________________________________________________
12267 [  8112] By: jhi                                   on 2000/12/14  21:42:57
12268         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
12269              From: Dominic Dunlop <domo@computer.org>
12270              Date: Tue, 12 Dec 2000 10:47:10 +0100
12271              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
12272              
12273              Document how elusive subroutines can be.
12274      Branch: perl
12275            ! pod/perlfunc.pod
12276 ____________________________________________________________________________
12277 [  8111] By: jhi                                   on 2000/12/14  21:38:05
12278         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
12279              From: Dominic Dunlop <domo@computer.org>
12280              Date: Thu, 14 Dec 2000 10:13:51 +0100
12281              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
12282      Branch: perl
12283            ! ext/POSIX/POSIX.pod
12284 ____________________________________________________________________________
12285 [  8110] By: jhi                                   on 2000/12/14  21:36:32
12286         Log: Subject: [patch] perlfaq7
12287              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
12288              Date: Thu, 14 Dec 2000 15:31:07 +0100
12289              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
12290      Branch: perl
12291            ! pod/perlfaq7.pod
12292 ____________________________________________________________________________
12293 [  8109] By: jhi                                   on 2000/12/14  21:29:20
12294         Log: Subject: [8104] Encode
12295              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12296              Date: Thu, 14 Dec 2000 14:49:34 +0100
12297              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
12298              
12299              Type casting for nervous compilers.
12300      Branch: perl
12301            ! ext/Encode/Encode.xs
12302 ____________________________________________________________________________
12303 [  8108] By: jhi                                   on 2000/12/14  21:26:17
12304         Log: Subject: [8104] DB_File
12305              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12306              Date: Thu, 14 Dec 2000 14:49:35 +0100
12307              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
12308              
12309              Type definition incorrect for DB 2.7.7.  Not known when it
12310              changed, so only changed it for a known revision.
12311      Branch: perl
12312            ! ext/DB_File/DB_File.xs
12313 ____________________________________________________________________________
12314 [  8107] By: jhi                                   on 2000/12/14  21:23:41
12315         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
12316              From: Peter Prymmer <pvhp@forte.com>
12317              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
12318              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
12319              
12320              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
12321      Branch: perl
12322            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
12323            ! ext/Encode/Encode/posix-bc.enc
12324 ____________________________________________________________________________
12325 [  8106] By: nick                                  on 2000/12/14  20:36:13
12326         Log: "Cold" build correction to Encode's Makefile.PL
12327      Branch: perlio
12328            ! ext/Encode/Makefile.PL
12329 ____________________________________________________________________________
12330 [  8105] By: nick                                  on 2000/12/14  20:09:37
12331         Log: "Compiled" encodings.
12332              Correct replacement character in EBCDIC .enc files
12333              Add 0x7F to ASCII repertoire.
12334      Branch: perlio
12335            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12336            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
12337            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
12338            ! ext/Encode/Makefile.PL ext/Encode/compile
12339            ! ext/Encode/encengine.c ext/Encode/encode.h
12340 ____________________________________________________________________________
12341 [  8104] By: nick                                  on 2000/12/14  00:38:20
12342         Log: Integrate mainline
12343      Branch: perlio
12344           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
12345           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12346           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
12347           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
12348           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
12349           !> t/lib/db-hash.t t/lib/db-recno.t
12350 ____________________________________________________________________________
12351 [  8103] By: nick                                  on 2000/12/13  23:16:13
12352         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
12353              so far and so it does not get lost.
12354      Branch: perlio
12355            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
12356 ____________________________________________________________________________
12357 [  8102] By: jhi                                   on 2000/12/13  17:14:22
12358         Log: Update Changes.
12359      Branch: perl
12360            ! Changes patchlevel.h
12361 ____________________________________________________________________________
12362 [  8101] By: jhi                                   on 2000/12/13  16:53:41
12363         Log: Move the proto of start_glob() to a better place; regen api files.
12364      Branch: perl
12365            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
12366 ____________________________________________________________________________
12367 [  8100] By: jhi                                   on 2000/12/13  16:47:11
12368         Log: Metaconfig change for #8099.
12369      Branch: metaconfig
12370            ! U/modified/Head.U
12371 ____________________________________________________________________________
12372 [  8099] By: jhi                                   on 2000/12/13  16:46:48
12373         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
12374              From: Andy Dougherty <doughera@lafayette.edu>
12375              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
12376              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
12377      Branch: perl
12378            ! Configure
12379 ____________________________________________________________________________
12380 [  8098] By: jhi                                   on 2000/12/13  16:39:02
12381         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
12382              From: rspier@pobox.com (Robert Spier)
12383              Date: Tue, 12 Dec 2000 21:12:39 -0500
12384              Message-ID: <14902.56087.678086.725773@rls.cx>
12385              
12386              fastgetcwd is defined using a glob alias on a $^O dependent basis -
12387              and there was no default assignment or perl subroutine.
12388      Branch: perl
12389            ! lib/Cwd.pm
12390 ____________________________________________________________________________
12391 [  8097] By: jhi                                   on 2000/12/13  16:16:01
12392         Log: Subject: [PATCH] move startglob out of pp_hot.c
12393              From: Nicholas Clark <nick@ccl4.org>
12394              Date: Mon, 11 Dec 2000 23:16:39 +0000
12395              Message-ID: <20001211231638.A55550@plum.flirble.org>
12396      Branch: perl
12397            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
12398 ____________________________________________________________________________
12399 [  8096] By: jhi                                   on 2000/12/13  15:26:23
12400         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
12401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12402              Date: Wed, 13 Dec 2000 14:01:37 +0100
12403              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
12404              
12405              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
12406              in turn requires libpthread in libswanted.
12407      Branch: perl
12408            ! hints/hpux.sh
12409 ____________________________________________________________________________
12410 [  8095] By: jhi                                   on 2000/12/12  19:51:05
12411         Log: The integration wars continue.
12412      Branch: perl
12413           !> sv.c
12414 ____________________________________________________________________________
12415 [  8094] By: jhi                                   on 2000/12/12  19:48:26
12416         Log: Subject: [PATCH perl@8070] DB_File-1.74  
12417              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
12418              Date: Mon, 11 Dec 2000 23:07:17 -0000
12419              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
12420      Branch: perl
12421            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12422            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12423            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
12424            ! t/lib/db-recno.t
12425 ____________________________________________________________________________
12426 [  8093] By: nick                                  on 2000/12/12  19:42:13
12427         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
12428      Branch: perlio
12429            ! sv.c
12430           !> lib/File/DosGlob.pm
12431 ____________________________________________________________________________
12432 [  8092] By: jhi                                   on 2000/12/12  19:28:11
12433         Log: Integrate perlio.
12434      Branch: perl
12435           !> sv.c
12436 ____________________________________________________________________________
12437 [  8091] By: nick                                  on 2000/12/12  18:49:45
12438         Log: Fix for Tk, and upgrading shared SVs.
12439      Branch: perlio
12440            ! sv.c
12441 ____________________________________________________________________________
12442 [  8090] By: jhi                                   on 2000/12/12  16:48:59
12443         Log: Subject: [PATCH] Re: Breadperl & Tk
12444              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12445              Date: Tue, 12 Dec 2000 14:48:27 GMT
12446              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
12447      Branch: perl
12448            ! sv.c
12449 ____________________________________________________________________________
12450 [  8089] By: jhi                                   on 2000/12/12  03:37:19
12451         Log: Subject: DosGlob.pm diff for bash style brace expansion.
12452              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
12453              Date: Fri, 8 Dec 2000 10:45:30 -0600
12454              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
12455      Branch: perl
12456            ! lib/File/DosGlob.pm
12457 ____________________________________________________________________________
12458 [  8088] By: nick                                  on 2000/12/11  23:59:59
12459         Log: Integrate mainline
12460      Branch: perlio
12461           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
12462           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12463           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
12464           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
12465           !> t/op/local.t t/pragma/warn/toke toke.c
12466 ____________________________________________________________________________
12467 [  8087] By: jhi                                   on 2000/12/11  23:20:23
12468         Log: Integrate perlio.
12469      Branch: perl
12470           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12471 ____________________________________________________________________________
12472 [  8086] By: jhi                                   on 2000/12/11  22:50:59
12473         Log: Tune further the OS detection of CGI.
12474      Branch: perl
12475            ! lib/CGI.pm
12476 ____________________________________________________________________________
12477 [  8085] By: nick                                  on 2000/12/11  22:50:46
12478         Log: Finish 1st pass of "encoding" layer e.g. :
12479              open($fh,"<encoding(iso8859-7)",$greek) || die;
12480      Branch: perlio
12481            ! ext/Encode/Encode.xs perlio.c perliol.h
12482 ____________________________________________________________________________
12483 [  8084] By: jhi                                   on 2000/12/11  22:32:06
12484         Log: Revert the -f ambiguousity patch, seems to cause
12485              too much hassle (the interpret -Q as a function
12486              where Q is not a known filetest part is left in).
12487      Branch: perl
12488            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
12489            ! toke.c
12490 ____________________________________________________________________________
12491 [  8083] By: jhi                                   on 2000/12/11  22:27:23
12492         Log: (accidentally empty check-in)
12493      Branch: perl
12494            ! lib/File/DosGlob.pm
12495 ____________________________________________________________________________
12496 [  8082] By: nick                                  on 2000/12/11  19:09:51
12497         Log: Restore mmap function (broken by tweaks to shared buffer
12498              layer for encode(xxxx)).
12499      Branch: perlio
12500            ! perlio.c
12501 ____________________________________________________________________________
12502 [  8081] By: jhi                                   on 2000/12/11  18:29:13
12503         Log: Subject: Re: The long awaited feature ...
12504              From: Simon Cozens <simon@cozens.net>
12505              Date: Mon, 11 Dec 2000 15:54:24 +0000
12506              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
12507              
12508              More io/utf8 tests.
12509      Branch: perl
12510            ! t/io/utf8.t
12511 ____________________________________________________________________________
12512 [  8080] By: jhi                                   on 2000/12/11  18:19:36
12513         Log: Subject: PATCH MakeMaker manpage clarification
12514              From: andreas.koenig@anima.de (Andreas J. Koenig)
12515              Date: 10 Dec 2000 20:46:13 +0100
12516              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
12517      Branch: perl
12518            ! lib/ExtUtils/MakeMaker.pm
12519 ____________________________________________________________________________
12520 [  8079] By: jhi                                   on 2000/12/11  15:35:07
12521         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
12522              From: Simon Cozens <simon@cozens.net>
12523              Date: Sun, 10 Dec 2000 19:06:19 +0000
12524              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
12525      Branch: perl
12526            ! ext/B/B/Deparse.pm t/lib/b.t
12527 ____________________________________________________________________________
12528 [  8078] By: jhi                                   on 2000/12/11  15:09:11
12529         Log: Subject: [PATCH] docs on NaN
12530              From: Nicholas Clark <nick@ccl4.org>
12531              Date: Mon, 11 Dec 2000 01:48:38 +0000
12532              Message-ID: <20001211014838.B99205@plum.flirble.org>
12533      Branch: perl
12534            ! pod/perlop.pod
12535 ____________________________________________________________________________
12536 [  8077] By: jhi                                   on 2000/12/11  15:02:21
12537         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
12538              From: Simon Cozens <simon@cozens.net>
12539              Date: Mon, 11 Dec 2000 01:21:45 +0000
12540              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
12541      Branch: perl
12542            ! pp.c pp_hot.c scope.c t/op/local.t
12543 ____________________________________________________________________________
12544 [  8076] By: nick                                  on 2000/12/10  20:43:32
12545         Log: Not merge worthy...
12546              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
12547              syntax is modelled on attributes.
12548              Untested fix for io/utf8 on Win32 etc.
12549              Very clumsy start to the encode layer.
12550      Branch: perlio
12551            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12552 ____________________________________________________________________________
12553 [  8075] By: jhi                                   on 2000/12/10  18:39:33
12554         Log: Darwin is not Windows.
12555      Branch: perl
12556            ! lib/CGI.pm
12557 ____________________________________________________________________________
12558 [  8074] By: jhi                                   on 2000/12/10  18:31:27
12559         Log: Subject: Ambiguous -%c() resolved as a file test
12560              From: "Paul Marquess" <Paul.Marquess@openwave.com>
12561              Date: Sun, 10 Dec 2000 15:35:07 -0000
12562              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
12563      Branch: perl
12564            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12565 ____________________________________________________________________________
12566 [  8073] By: jhi                                   on 2000/12/10  18:16:29
12567         Log: Subject: PATCH installperl misinformed 
12568              From: andreas.koenig@anima.de (Andreas J. Koenig)
12569              Date: 10 Dec 2000 13:01:32 +0100 
12570              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
12571      Branch: perl
12572            ! installperl
12573 ____________________________________________________________________________
12574 [  8072] By: jhi                                   on 2000/12/10  18:07:55
12575         Log: The walkoptree confusion rages; walkoptree() seems to be coming
12576              from B.xs, while walkoptree_slow() comes from B.pm.
12577      Branch: perl
12578            ! ext/B/B.pm
12579 ____________________________________________________________________________
12580 [  8071] By: nick                                  on 2000/12/10  11:45:47
12581         Log: Integrate mainline
12582      Branch: perlio
12583           +> t/base/commonsense.t
12584           !> (integrate 37 files)
12585 ____________________________________________________________________________
12586 [  8070] By: jhi                                   on 2000/12/10  04:46:21
12587         Log: Update Changes.
12588      Branch: perl
12589            ! Changes patchlevel.h
12590 ____________________________________________________________________________
12591 [  8069] By: jhi                                   on 2000/12/10  04:39:19
12592         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
12593              From: andreas.koenig@anima.de (Andreas J. Koenig)
12594              Date: 09 Dec 2000 17:14:25 +0100
12595              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
12596      Branch: perl
12597            + t/base/commonsense.t
12598            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
12599 ____________________________________________________________________________
12600 [  8068] By: jhi                                   on 2000/12/10  04:17:36
12601         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
12602              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12603              Date: Sat, 9 Dec 2000 16:47:22 -0000
12604              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
12605      Branch: perl
12606            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
12607            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12608            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
12609            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12610            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
12611            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12612            ! t/lib/sdbm.t
12613 ____________________________________________________________________________
12614 [  8067] By: jhi                                   on 2000/12/10  03:52:02
12615         Log: Test case for #8066.
12616      Branch: perl
12617            ! t/op/misc.t
12618 ____________________________________________________________________________
12619 [  8066] By: jhi                                   on 2000/12/10  03:50:30
12620         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
12621              From: Simon Cozens <simon@cozens.net>
12622              Date: Sun, 10 Dec 2000 00:55:37 +0000
12623              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
12624      Branch: perl
12625            ! pp_sys.c
12626 ____________________________________________________________________________
12627 [  8065] By: jhi                                   on 2000/12/10  03:44:52
12628         Log: Test case for #8064.
12629      Branch: perl
12630            ! t/comp/proto.t
12631 ____________________________________________________________________________
12632 [  8064] By: jhi                                   on 2000/12/10  03:42:32
12633         Log: Subject: Re: prototype of substr
12634              From: Simon Cozens <simon@cozens.net>
12635              Date: Sun, 10 Dec 2000 00:13:33 +0000
12636              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
12637              
12638              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
12639      Branch: perl
12640            ! pp.c
12641 ____________________________________________________________________________
12642 [  8063] By: jhi                                   on 2000/12/10  03:39:42
12643         Log: Subject: [PATCH] perlguts.pod
12644              From: Simon Cozens <simon@cozens.net>
12645              Date: Sun, 10 Dec 2000 00:06:47 +0000
12646              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
12647              
12648              Documentation of the different types of ops,
12649              plus the functions in dump.c
12650      Branch: perl
12651            ! pod/perlguts.pod
12652 ____________________________________________________________________________
12653 [  8062] By: jhi                                   on 2000/12/10  03:30:04
12654         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
12655              From: Nicholas Clark <nick@talking.bollo.cx>
12656              Date: Sat, 09 Dec 2000 18:57:25 +0000
12657              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
12658              
12659              Be more robust in weird hostname setups.
12660      Branch: perl
12661            ! t/lib/net-hostent.t
12662 ____________________________________________________________________________
12663 [  8061] By: jhi                                   on 2000/12/10  03:28:21
12664         Log: Pacify fussy compiler. 
12665      Branch: perl
12666            ! pp_sys.c
12667 ____________________________________________________________________________
12668 [  8060] By: jhi                                   on 2000/12/10  02:52:46
12669         Log: Integrate perlio.
12670      Branch: perl
12671           !> pp_sys.c t/io/utf8.t
12672 ____________________________________________________________________________
12673 [  8059] By: nick                                  on 2000/12/09  23:40:14
12674         Log: read/sysread/recv should now be utf8 aware.
12675              Basic test for utf8 read.
12676      Branch: perlio
12677            ! pp_sys.c t/io/utf8.t
12678 ____________________________________________________________________________
12679 [  8058] By: jhi                                   on 2000/12/09  21:56:02
12680         Log: Integrate perlio.
12681      Branch: perl
12682           +> t/io/utf8.t
12683           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
12684 ____________________________________________________________________________
12685 [  8057] By: jhi                                   on 2000/12/09  21:53:35
12686         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
12687              From: Inaba Hiroto <inaba@st.rim.or.jp>
12688              Date: Sun, 10 Dec 2000 05:53:21 +0900
12689              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
12690              
12691              Tests for #8056.
12692      Branch: perl
12693            ! t/op/each.t
12694 ____________________________________________________________________________
12695 [  8056] By: jhi                                   on 2000/12/09  21:51:16
12696         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
12697              From: Inaba Hiroto <inaba@st.rim.or.jp>
12698              Date: Sat, 09 Dec 2000 18:02:00 +0900
12699              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
12700              
12701              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
12702      Branch: perl
12703            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
12704 ____________________________________________________________________________
12705 [  8055] By: nick                                  on 2000/12/09  20:11:48
12706         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
12707              than raw PerlIO_write() - does not seem to break any tests.
12708      Branch: perlio
12709            ! pp_sys.c
12710 ____________________________________________________________________________
12711 [  8054] By: nick                                  on 2000/12/09  19:47:30
12712         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
12713              (sysread, recv and write i.e. formats still to do...)
12714              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
12715              open($fh,">:utf8","name")
12716              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
12717              so no extra overhead is involved.
12718              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
12719              to a non-utf8 stream.
12720              Add initial io/utf8.t
12721              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
12722              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
12723              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
12724      Branch: perlio
12725            + t/io/utf8.t
12726            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
12727 ____________________________________________________________________________
12728 [  8053] By: nick                                  on 2000/12/09  19:26:37
12729         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
12730              was only testing this_utf8.
12731      Branch: perlio
12732            ! toke.c
12733 ____________________________________________________________________________
12734 [  8052] By: nick                                  on 2000/12/09  19:09:41
12735         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
12736              i.e. the output string has one, but don't mess with source assumption.
12737      Branch: perlio
12738            ! toke.c
12739 ____________________________________________________________________________
12740 [  8051] By: jhi                                   on 2000/12/09  16:55:17
12741         Log: Integrate perlio.
12742      Branch: perl
12743           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
12744           !> sv.c thrdvar.h util.c
12745 ____________________________________________________________________________
12746 [  8050] By: jhi                                   on 2000/12/09  16:48:07
12747         Log: Nits noticed by Peter Prymmer.
12748      Branch: perl
12749            ! lib/ExtUtils/MM_VMS.pm
12750 ____________________________________________________________________________
12751 [  8049] By: nick                                  on 2000/12/09  13:49:40
12752         Log: UTF8 output prework.
12753              - Store $\ and $, as SVs so they can have SvUTF8 flag
12754              - use do_print() rather than raw PerlIO_write() to print them.
12755      Branch: perlio
12756            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
12757            ! thrdvar.h util.c
12758 ____________________________________________________________________________
12759 [  8048] By: nick                                  on 2000/12/09  12:30:43
12760         Log: Integrate mainline.
12761      Branch: perlio
12762           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
12763           +> t/op/reverse.t
12764           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
12765           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
12766           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
12767           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
12768           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
12769           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
12770 ____________________________________________________________________________
12771 [  8047] By: jhi                                   on 2000/12/09  00:23:27
12772         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
12773              From: Michael G Schwern <schwern@pobox.com>
12774              Date: Fri, 8 Dec 2000 14:43:04 -0600
12775      Branch: perl
12776            ! lib/ExtUtils/MM_VMS.pm
12777 ____________________________________________________________________________
12778 [  8046] By: jhi                                   on 2000/12/08  23:10:27
12779         Log: A missed check-in.
12780      Branch: perl
12781            ! lib/ExtUtils/Manifest.pm
12782 ____________________________________________________________________________
12783 [  8045] By: jhi                                   on 2000/12/08  21:57:12
12784         Log: (null check-in)
12785      Branch: perl
12786            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
12787 ____________________________________________________________________________
12788 [  8044] By: jhi                                   on 2000/12/08  21:11:06
12789         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
12790              at the final draft stage.
12791      Branch: perl
12792            + ext/Encode/Encode/iso8859-16.enc
12793            ! MANIFEST
12794 ____________________________________________________________________________
12795 [  8043] By: jhi                                   on 2000/12/08  16:39:04
12796         Log: Update Changes.
12797      Branch: perl
12798            ! Changes patchlevel.h
12799 ____________________________________________________________________________
12800 [  8042] By: jhi                                   on 2000/12/08  16:33:39
12801         Log: Do not return the Unicode replacement character if UTF-8
12802              decoding goes awry, it should be up to the caller to decide.
12803      Branch: perl
12804            ! pod/perlapi.pod utf8.c
12805 ____________________________________________________________________________
12806 [  8041] By: jhi                                   on 2000/12/08  16:22:28
12807         Log: metaconfig maintenance.
12808      Branch: metaconfig
12809            ! U/modified/stdchar.U
12810      Branch: metaconfig/U/perl
12811            + testsyml.U
12812 ____________________________________________________________________________
12813 [  8040] By: jhi                                   on 2000/12/08  16:03:08
12814         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
12815              From: sthoenna@efn.org
12816              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
12817              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
12818      Branch: perl
12819            ! Changes lib/ExtUtils/MM_OS2.pm
12820 ____________________________________________________________________________
12821 [  8039] By: jhi                                   on 2000/12/08  15:57:11
12822         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
12823              From: Simon Cozens <simon@cozens.net>
12824              Date: Fri, 8 Dec 2000 13:33:31 +0000
12825              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
12826              
12827              (The pp_hot part needed a rewrite.)
12828      Branch: perl
12829            ! doop.c pp_hot.c utf8.c
12830 ____________________________________________________________________________
12831 [  8038] By: jhi                                   on 2000/12/08  15:25:08
12832         Log: Subject: djSP
12833              From: Michael Stevens <michael@etla.org>
12834              Date: Wed, 6 Dec 2000 23:24:01 +0000
12835              Message-ID: <20001206232400.A21381@firedrake.org>
12836              
12837              Plus a note from Nick Ing-Simmons.
12838      Branch: perl
12839            ! pp.h
12840 ____________________________________________________________________________
12841 [  8037] By: jhi                                   on 2000/12/08  15:18:35
12842         Log: Filetype is text.
12843      Branch: perl
12844            ! t/op/utf8decode.t
12845 ____________________________________________________________________________
12846 [  8036] By: jhi                                   on 2000/12/08  03:31:27
12847         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
12848              From: Andy Dougherty <doughera@lafayette.edu>
12849              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
12850              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
12851              
12852              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
12853              From: Andy Dougherty <doughera@lafayette.edu>
12854              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
12855              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
12856      Branch: perl
12857            + ext/POSIX/hints/svr4.pl
12858            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
12859 ____________________________________________________________________________
12860 [  8035] By: jhi                                   on 2000/12/08  03:26:01
12861         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
12862              From: Andy Dougherty <doughera@lafayette.edu>
12863              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
12864              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
12865      Branch: perl
12866            ! t/README t/base/term.t
12867 ____________________________________________________________________________
12868 [  8034] By: jhi                                   on 2000/12/08  03:21:59
12869         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
12870              From: mjd@plover.com  
12871              Date: 7 Dec 2000 21:04:20 -0000
12872              Message-ID: <20001207210420.22282.qmail@plover.com>
12873              
12874              Plus -z doc.
12875      Branch: perl
12876            ! pod/perlfunc.pod
12877 ____________________________________________________________________________
12878 [  8033] By: jhi                                   on 2000/12/08  03:19:03
12879         Log: Use the UTF8 macros a bit.  They can't be used with abandon
12880              everywhere because we do generate illegal UTF-8 in some situations.
12881              This is of course naughty.
12882      Branch: perl
12883            ! pod/perlapi.pod utf8.c utf8.h
12884 ____________________________________________________________________________
12885 [  8032] By: jhi                                   on 2000/12/08  03:00:09
12886         Log: Out of sync?
12887      Branch: perl
12888            ! t/pragma/warn/utf8
12889 ____________________________________________________________________________
12890 [  8031] By: jhi                                   on 2000/12/08  02:22:39
12891         Log: Cnt spl.
12892      Branch: perl
12893            ! MANIFEST
12894 ____________________________________________________________________________
12895 [  8030] By: jhi                                   on 2000/12/08  01:23:54
12896         Log: Add test for reverse().
12897      Branch: perl
12898            + t/op/reverse.t
12899            ! MANIFEST
12900 ____________________________________________________________________________
12901 [  8029] By: jhi                                   on 2000/12/08  01:21:47
12902         Log: Integrate perlio.
12903      Branch: perl
12904           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
12905           !> perlio.c perlio.h perlsdio.h warnings.pl
12906 ____________________________________________________________________________
12907 [  8028] By: jhi                                   on 2000/12/08  01:19:08
12908         Log: Introduce macros for UTF8 decoding.
12909      Branch: perl
12910            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
12911 ____________________________________________________________________________
12912 [  8027] By: nick                                  on 2000/12/07  22:18:19
12913         Log: Integrate mainline
12914      Branch: perlio
12915           !> embed.pl pod/perlapi.pod utf8.c
12916 ____________________________________________________________________________
12917 [  8026] By: nick                                  on 2000/12/07  21:45:08
12918         Log: Various oddities p4 diff -se showed up
12919              Remove 'our' from warnings.pl
12920      Branch: perlio
12921            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
12922 ____________________________________________________________________________
12923 [  8025] By: nick                                  on 2000/12/07  21:43:32
12924         Log: Change PerlIO_(get|set)pos to take SV *
12925              Should fix, OS/2, VMS, (sfio??)
12926      Branch: perlio
12927            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
12928 ____________________________________________________________________________
12929 [  8024] By: jhi                                   on 2000/12/07  19:05:32
12930         Log: Document utf8_to_uv() better.
12931      Branch: perl
12932            ! pod/perlapi.pod utf8.c
12933 ____________________________________________________________________________
12934 [  8023] By: jhi                                   on 2000/12/07  18:23:47
12935         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
12936      Branch: perl
12937            ! embed.pl pod/perlapi.pod utf8.c
12938 ____________________________________________________________________________
12939 [  8022] By: jhi                                   on 2000/12/07  04:13:51
12940         Log: Integrate perlio.
12941      Branch: perl
12942           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
12943           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
12944           !> win32/makefile.mk
12945 ____________________________________________________________________________
12946 [  8021] By: nick                                  on 2000/12/07  00:28:14
12947         Log: Various attempts at MSVC debug - not sure what has
12948              changed but works now. 
12949              Seems atexit() _may_ work for DLLs built with MSVC so don't
12950              call cleanup that way.
12951      Branch: perlio
12952            ! perlio.c win32/makefile.mk
12953 ____________________________________________________________________________
12954 [  8020] By: nick                                  on 2000/12/06  19:57:20
12955         Log: Integrate mainline
12956      Branch: perlio
12957           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
12958           !> (integrate 75 files)
12959 ____________________________________________________________________________
12960 [  8019] By: nick                                  on 2000/12/06  19:28:21
12961         Log: Add useperlio to config.vc
12962              Turn off binmode in config_H.PL
12963              Regen all the config_H.xx
12964              Attempt to get debugging build with MSVC.
12965      Branch: perlio
12966            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12967            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
12968 ____________________________________________________________________________
12969 [  8018] By: nick                                  on 2000/12/06  19:21:57
12970         Log: Test various dup/external program options on all platforms.
12971      Branch: perlio
12972            ! t/io/dup.t
12973 ____________________________________________________________________________
12974 [  8017] By: nick                                  on 2000/12/06  19:20:47
12975         Log: Fix harness to be less picky
12976      Branch: perlio
12977            ! lib/Test/Harness.pm
12978 ____________________________________________________________________________
12979 [  8016] By: jhi                                   on 2000/12/06  16:45:12
12980         Log: Update Changes.
12981      Branch: perl
12982            ! Changes patchlevel.h
12983 ____________________________________________________________________________
12984 [  8015] By: jhi                                   on 2000/12/06  16:41:03
12985         Log: Test \x{...} with ord().
12986      Branch: perl
12987            ! t/op/ord.t
12988 ____________________________________________________________________________
12989 [  8014] By: jhi                                   on 2000/12/06  16:20:33
12990         Log: Test tweak because of #8013.
12991      Branch: perl
12992            ! t/lib/b.t
12993 ____________________________________________________________________________
12994 [  8013] By: jhi                                   on 2000/12/06  16:09:09
12995         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
12996              From: Michael G Schwern <schwern@pobox.com>
12997              Date: Tue, 5 Dec 2000 21:23:28 -0500
12998              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
12999              
13000              Carp::Heavy parts not very applicable because of recent changes.
13001      Branch: perl
13002            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
13003            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
13004            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
13005            ! lib/Exporter.pm lib/Exporter/Heavy.pm
13006            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
13007            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13008            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
13009            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
13010            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
13011            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
13012            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
13013            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
13014            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
13015            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
13016            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
13017            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
13018            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
13019            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
13020            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
13021            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
13022            ! warnings.pl
13023 ____________________________________________________________________________
13024 [  8012] By: jhi                                   on 2000/12/06  15:22:38
13025         Log: Subject: [PATCH] Re: New harness is failing things
13026              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13027              Date: Wed, 6 Dec 2000 13:00:30 GMT
13028              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
13029      Branch: perl
13030            ! lib/Test/Harness.pm
13031 ____________________________________________________________________________
13032 [  8011] By: jhi                                   on 2000/12/06  15:12:08
13033         Log: Subject: installhtml changes
13034              From: Michael Stevens <michael@etla.org>
13035              Date: Wed, 6 Dec 2000 13:15:53 +0000
13036              Message-ID: <20001206131553.A27317@firedrake.org>
13037      Branch: perl
13038            ! installhtml
13039 ____________________________________________________________________________
13040 [  8010] By: jhi                                   on 2000/12/06  15:06:05
13041         Log: Subject: the dTHR hits
13042              From: Michael Stevens <michael@etla.org>
13043              Date: Wed, 6 Dec 2000 12:06:03 +0000
13044              Message-ID: <20001206120603.A24581@firedrake.org>
13045              
13046              More, errrm, less dTHRs.
13047      Branch: perl
13048            ! bytecode.pl ext/B/B/C.pm
13049 ____________________________________________________________________________
13050 [  8009] By: jhi                                   on 2000/12/06  15:04:25
13051         Log: Subject: MakeMaker mailing list gone?
13052              From: Michael G Schwern <schwern@pobox.com>
13053              Date: Tue, 5 Dec 2000 19:29:59 -0500
13054              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
13055              
13056              The MakeMaker mailing list is dead, perlbug is the right
13057              address to report bugs.
13058      Branch: perl
13059            ! lib/ExtUtils/MakeMaker.pm
13060 ____________________________________________________________________________
13061 [  8008] By: jhi                                   on 2000/12/06  15:00:32
13062         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
13063              From: Michael G Schwern <schwern@pobox.com>
13064              Date: Tue, 5 Dec 2000 19:21:21 -0500
13065              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
13066              
13067              Add a default MANIFEST skip that ignores things like
13068              version control files, editor temporary files, and the Makefile.
13069      Branch: perl
13070            + lib/ExtUtils/MANIFEST.SKIP
13071            ! MANIFEST lib/ExtUtils/Manifest.pm
13072 ____________________________________________________________________________
13073 [  8007] By: jhi                                   on 2000/12/06  14:57:20
13074         Log: In Amiga more manual hackery of the scripts seems to be needed,
13075              from Jan-Erik Karlsson.  Why Configure does not get this right
13076              is unknown, may be shell-induced.
13077      Branch: perl
13078            ! README.amiga
13079 ____________________________________________________________________________
13080 [  8006] By: jhi                                   on 2000/12/05  23:53:12
13081         Log: Add TOPm1s to peek at the second topmost stack item.
13082      Branch: perl
13083            ! pp.h
13084 ____________________________________________________________________________
13085 [  8005] By: jhi                                   on 2000/12/05  23:13:55
13086         Log: Avaunt, you foul UTF-8 tests.
13087      Branch: perl
13088            ! t/op/ver.t t/pragma/utf8.t
13089 ____________________________________________________________________________
13090 [  8004] By: jhi                                   on 2000/12/05  23:09:54
13091         Log: Continue utf8 dispersal. 
13092      Branch: perl
13093            + t/op/concat.t
13094            ! MANIFEST t/pragma/utf8.t
13095 ____________________________________________________________________________
13096 [  8003] By: nick                                  on 2000/12/05  23:02:39
13097         Log: Integrate mainline.
13098      Branch: perlio
13099           +> t/op/length.t t/op/utf8decode.t
13100           !> (integrate 69 files)
13101 ____________________________________________________________________________
13102 [  8002] By: jhi                                   on 2000/12/05  22:59:28
13103         Log: Integrate perlio.
13104      Branch: perl
13105           !> iperlsys.h perl.c perlio.c win32/perllib.c
13106 ____________________________________________________________________________
13107 [  8001] By: nick                                  on 2000/12/05  22:07:52
13108         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
13109              - calloc/free suffer from damage on TerminateThread()
13110              - use PerlMemShared (as originally planned) now fixed
13111              - avoid doing anything important on DLL "detach".
13112      Branch: perlio
13113            ! perl.c perlio.c win32/perllib.c
13114 ____________________________________________________________________________
13115 [  8000] By: nick                                  on 2000/12/05  21:05:09
13116         Log: Fix gross PerlMemShared issue.
13117      Branch: perlio
13118            ! iperlsys.h
13119 ____________________________________________________________________________
13120 [  7999] By: jhi                                   on 2000/12/05  20:46:58
13121         Log: Test for Unicode (UTF-8) hash keys.
13122      Branch: perl
13123            ! t/op/each.t
13124 ____________________________________________________________________________
13125 [  7998] By: jhi                                   on 2000/12/05  20:30:35
13126         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
13127              is now always UTF-8), empty line cosmetics.
13128      Branch: perl
13129            ! t/pragma/utf8.t
13130 ____________________________________________________________________________
13131 [  7997] By: jhi                                   on 2000/12/05  20:15:40
13132         Log: Subject: Re: STRLEN - what?
13133              From: Andy Dougherty <doughera@lafayette.edu>
13134              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
13135              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
13136              
13137              Explain STRLEN.
13138      Branch: perl
13139            ! pod/perlguts.pod
13140 ____________________________________________________________________________
13141 [  7996] By: jhi                                   on 2000/12/05  20:13:34
13142         Log: Split off the UTF-8 decoder tests, make them to check also
13143              the error message.
13144      Branch: perl
13145            + t/op/utf8decode.t
13146            ! MANIFEST t/pragma/utf8.t utf8.c
13147 ____________________________________________________________________________
13148 [  7995] By: jhi                                   on 2000/12/05  16:39:47
13149         Log: Start migrating bits of pragma/utf8 to elsewhere
13150              (since the long term plan is to obsolete 'use utf8').
13151      Branch: perl
13152            + t/op/length.t
13153            ! MANIFEST t/pragma/utf8.t
13154 ____________________________________________________________________________
13155 [  7994] By: jhi                                   on 2000/12/05  16:30:21
13156         Log: Fix a manual edit typo from #7993, fix the message formatting
13157              for Unicode, add few our declarations.
13158      Branch: perl
13159            ! lib/Carp/Heavy.pm
13160 ____________________________________________________________________________
13161 [  7993] By: jhi                                   on 2000/12/05  16:09:15
13162         Log: Subject: Need help with warnings :-(
13163              From: "Ben Tilly" <ben_tilly@hotmail.com>
13164              Date: Tue, 05 Dec 2000 01:35:54 -0500
13165              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
13166              
13167              Subject: UPDATE: Carp/Heavy now passes all tests
13168              From: "Ben Tilly" <ben_tilly@hotmail.com>
13169              Date: Tue, 05 Dec 2000 07:59:41 -0500
13170              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
13171              
13172              The Brave New Carp.
13173      Branch: perl
13174            ! lib/Carp.pm lib/Carp/Heavy.pm
13175 ____________________________________________________________________________
13176 [  7992] By: jhi                                   on 2000/12/05  15:55:08
13177         Log: Subject: [PATCH perl@7979] cygwin port
13178              From: "Eric Fifer" <efifer@dircon.co.uk>
13179              Date: Tue, 5 Dec 2000 14:04:09 -0000
13180              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
13181      Branch: perl
13182            ! t/lib/net-hostent.t
13183 ____________________________________________________________________________
13184 [  7991] By: jhi                                   on 2000/12/05  15:52:34
13185         Log: Subject: Re: [PATCH] The largest hoax of all times?
13186              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13187              Date: Tue, 5 Dec 2000 00:40:25 -0500
13188              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
13189              
13190              Subject: Re: [PATCH] The largest hoax of all times?
13191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13192              Date: Mon, 4 Dec 2000 23:55:53 -0500
13193              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
13194              
13195              Subject: Re: [PATCH] The largest hoax of all times?
13196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13197              Date: Tue, 5 Dec 2000 01:28:45 -0500
13198              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
13199              
13200              Fix the unpredictable order of DESTROYs.
13201      Branch: perl
13202            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
13203            ! sv.c sv.h t/op/ref.t
13204 ____________________________________________________________________________
13205 [  7990] By: jhi                                   on 2000/12/05  14:38:53
13206         Log: Subject: [PATCH] shrink pp_hot fractionally
13207              From: Nicholas Clark <nick@ccl4.org>
13208              Date: Tue, 5 Dec 2000 12:44:31 +0000
13209              Message-ID: <20001205124431.E74518@plum.flirble.org>
13210              
13211              Use report_evil_fh().
13212      Branch: perl
13213            ! opcode.pl opnames.h pp_hot.c util.c
13214 ____________________________________________________________________________
13215 [  7989] By: jhi                                   on 2000/12/05  14:21:27
13216         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
13217              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13218              Date: Mon, 04 Dec 2000 22:21:59 -0800
13219              Message-ID: <HmIL6gzkgepS092yn@efn.org>
13220              
13221              Harness shouldn't ignore responses like "ok 3\r\r\n".
13222      Branch: perl
13223            ! lib/Test/Harness.pm
13224 ____________________________________________________________________________
13225 [  7988] By: jhi                                   on 2000/12/05  13:51:28
13226         Log: Integrate the "skip" messages to explain().
13227      Branch: perl
13228            ! t/lib/syslfs.t t/op/lfs.t
13229 ____________________________________________________________________________
13230 [  7987] By: jhi                                   on 2000/12/05  12:34:54
13231         Log: The one that got away in #7984.
13232              
13233              Subject: Re: dTHR - what and why?
13234              From: Michael Stevens <michael@etla.org> 
13235              Date: Tue, 5 Dec 2000 11:15:52 +0000
13236              Message-ID: <20001205111552.A4647@firedrake.org>
13237      Branch: perl
13238            ! sv.h
13239 ____________________________________________________________________________
13240 [  7986] By: gsar                                  on 2000/12/05  09:14:44
13241         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
13242              due to the notorious GetFileType() bug in Windows 9x, which fstat()
13243              tickles)
13244      Branch: perl
13245            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
13246 ____________________________________________________________________________
13247 [  7985] By: jhi                                   on 2000/12/05  05:49:03
13248         Log: Integrate perlio.
13249      Branch: perl
13250           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
13251           !> win32/perlhost.h win32/perllib.c
13252 ____________________________________________________________________________
13253 [  7984] By: jhi                                   on 2000/12/05  05:48:16
13254         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
13255      Branch: perl
13256            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
13257            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
13258            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
13259            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
13260            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
13261            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
13262            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
13263            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
13264            ! win32/win32.c
13265 ____________________________________________________________________________
13266 [  7983] By: nick                                  on 2000/12/04  23:27:43
13267         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
13268      Branch: perlio
13269            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
13270            ! win32/perlhost.h win32/perllib.c
13271 ____________________________________________________________________________
13272 [  7982] By: jhi                                   on 2000/12/04  19:44:09
13273         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
13274              uncovered by #7980.
13275      Branch: perl
13276            ! op.c
13277 ____________________________________________________________________________
13278 [  7981] By: jhi                                   on 2000/12/04  19:42:07
13279         Log: Subject: [PATCH] Trivial dump.c feature
13280              From: Simon Cozens <simon@cozens.net>
13281              Date: Mon, 4 Dec 2000 18:08:38 +0000
13282              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
13283              
13284              Show whether a constant is UTF-8.
13285      Branch: perl
13286            ! dump.c
13287 ____________________________________________________________________________
13288 [  7980] By: jhi                                   on 2000/12/04  19:36:51
13289         Log: UTF-8 hash keys, patch from Inaba Hiroto.
13290      Branch: perl
13291            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
13292 ____________________________________________________________________________
13293 [  7979] By: jhi                                   on 2000/12/04  17:36:28
13294         Log: Update Changes.
13295      Branch: perl
13296            ! Changes patchlevel.h
13297 ____________________________________________________________________________
13298 [  7978] By: jhi                                   on 2000/12/04  16:42:17
13299         Log: Retract #7977, still too volatile (the euphemism of the day
13300              for unfinished and buggy :-)
13301      Branch: perl
13302            ! doop.c hv.c pp.c sv.h
13303 ____________________________________________________________________________
13304 [  7977] By: jhi                                   on 2000/12/04  16:25:15
13305         Log: (Retracted by #7978, too shaky yet.)
13306              
13307              Subject: Re: utf8 in hash keys, implementor missing
13308              From: Simon Cozens <simon@cozens.net>
13309              Date: Sat, 2 Dec 2000 19:49:35 +0000
13310              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
13311              
13312              The first step at UTF-8 hash keys.
13313      Branch: perl
13314            ! doop.c hv.c pp.c sv.h
13315 ____________________________________________________________________________
13316 [  7976] By: jhi                                   on 2000/12/04  16:13:53
13317         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
13318              From: sthoenna@efn.org
13319              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
13320              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
13321      Branch: perl
13322            ! os2/os2.c perlio.c
13323 ____________________________________________________________________________
13324 [  7975] By: jhi                                   on 2000/12/04  16:05:25
13325         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
13326              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13327              Date: Thu, 30 Nov 2000 20:50:37 -0800
13328              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
13329      Branch: perl
13330            ! os2/os2.c
13331 ____________________________________________________________________________
13332 [  7974] By: jhi                                   on 2000/12/04  16:03:57
13333         Log: Subject: [PATCH] ++ 20% faster
13334              From: Nicholas Clark <nick@ccl4.org>
13335              Date: Mon, 4 Dec 2000 12:17:27 +0000
13336              Message-ID: <20001204121726.B52976@plum.flirble.org>
13337              
13338              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
13339      Branch: perl
13340            ! sv.c
13341 ____________________________________________________________________________
13342 [  7973] By: jhi                                   on 2000/12/04  16:00:48
13343         Log: 
13344              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
13345              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13346              Date: Mon, 04 Dec 2000 12:30:45 +0100
13347              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
13348              
13349              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
13350              library (getprotobyname and getprotobynumber are outversioned by
13351              the same calls in libc, at least for xlc version 3.
13352      Branch: perl
13353            ! hints/aix.sh
13354 ____________________________________________________________________________
13355 [  7972] By: jhi                                   on 2000/12/04  02:58:31
13356         Log: Integrate perlio.
13357      Branch: perl
13358           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
13359           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
13360           !> win32/win32.h win32/win32iop.h win32/win32thread.h
13361 ____________________________________________________________________________
13362 [  7971] By: nick                                  on 2000/12/04  00:24:33
13363         Log: Quieten some noise in Win32 builds:
13364              - win32.h is included after <sys/socket.h>, so need to 
13365              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
13366              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
13367      Branch: perlio
13368            ! doio.c perl.h toke.c win32/win32.h
13369 ____________________________________________________________________________
13370 [  7970] By: nick                                  on 2000/12/03  22:57:46
13371         Log: PERL_IMPLICIT_SYS compiles but does not work.
13372      Branch: perlio
13373            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
13374            ! win32/perlhost.h win32/perllib.c win32/win32.h
13375            ! win32/win32iop.h win32/win32thread.h
13376 ____________________________________________________________________________
13377 [  7969] By: jhi                                   on 2000/12/03  22:12:58
13378         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
13379              used to swash_init(), makes regprop() dumps more informative
13380              (+utf8::IsAlpha, -utf8::IsDigit, for example).
13381      Branch: perl
13382            ! regcomp.c regexec.c
13383 ____________________________________________________________________________
13384 [  7968] By: jhi                                   on 2000/12/03  21:39:56
13385         Log: Implement ANYOFUTF8 regprop() dumping.
13386      Branch: perl
13387            ! regcomp.c
13388 ____________________________________________________________________________
13389 [  7967] By: jhi                                   on 2000/12/03  20:57:19
13390         Log: Make uv_to_utf8() to zero-terminate its output buffer,
13391              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
13392      Branch: perl
13393            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
13394 ____________________________________________________________________________
13395 [  7966] By: nick                                  on 2000/12/03  18:41:21
13396         Log: Integrate mainline (STDCHAR)
13397      Branch: perlio
13398           !> Configure t/pragma/utf8.t
13399 ____________________________________________________________________________
13400 [  7965] By: jhi                                   on 2000/12/03  17:58:20
13401         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
13402      Branch: perl
13403            ! t/pragma/utf8.t
13404 ____________________________________________________________________________
13405 [  7964] By: jhi                                   on 2000/12/03  17:35:56
13406         Log: Integrate perlio.
13407      Branch: perl
13408           !> iperlsys.h perlio.c
13409 ____________________________________________________________________________
13410 [  7963] By: jhi                                   on 2000/12/03  17:33:55
13411         Log: Metaconfig unit change for #7962.
13412      Branch: metaconfig
13413            ! U/modified/stdchar.U
13414 ____________________________________________________________________________
13415 [  7962] By: jhi                                   on 2000/12/03  17:33:27
13416         Log: Untangle the <stdio.h> #include nest for the stdchar test,
13417              from Andy Dougherty.
13418      Branch: perl
13419            ! Configure
13420 ____________________________________________________________________________
13421 [  7961] By: nick                                  on 2000/12/03  16:53:00
13422         Log: Make iperlsys.h vector stdio not PerlIO.
13423      Branch: perlio
13424            ! iperlsys.h perlio.c
13425 ____________________________________________________________________________
13426 [  7960] By: nick                                  on 2000/12/03  14:43:01
13427         Log: Integrate mainline
13428      Branch: perlio
13429           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
13430           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
13431 ____________________________________________________________________________
13432 [  7959] By: jhi                                   on 2000/12/03  08:16:36
13433         Log: Use DO_UTF8().
13434      Branch: perl
13435            ! op.c
13436 ____________________________________________________________________________
13437 [  7958] By: jhi                                   on 2000/12/02  18:33:05
13438         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
13439              From: Mike Guy <mjtg@cam.ac.uk>         
13440              Date: Sat, 02 Dec 2000 17:27:13 +0000
13441              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
13442              
13443              An extraneous argument.
13444      Branch: perl
13445            ! toke.c
13446 ____________________________________________________________________________
13447 [  7957] By: jhi                                   on 2000/12/02  18:22:32
13448         Log: A missing hunk.
13449      Branch: perl
13450            ! t/lib/net-hostent.t
13451 ____________________________________________________________________________
13452 [  7956] By: jhi                                   on 2000/12/02  18:06:20
13453         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
13454              From: Nicholas Clark <nick@ccl4.org>
13455              Date: Sat, 2 Dec 2000 14:28:27 +0000
13456              Message-ID: <20001202142827.A12308@plum.flirble.org>
13457              
13458              Test robustness.
13459      Branch: perl
13460            ! t/lib/net-hostent.t
13461 ____________________________________________________________________________
13462 [  7955] By: jhi                                   on 2000/12/02  17:58:06
13463         Log: Metaconfig unit change for #7954.
13464      Branch: metaconfig
13465            ! U/modified/stdchar.U
13466 ____________________________________________________________________________
13467 [  7954] By: jhi                                   on 2000/12/02  17:54:32
13468         Log: An inconvenient hang would happen if the stdio _ptr wasn't
13469              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
13470              would be grepping stdin for all eternity for the _ptr.)
13471      Branch: perl
13472            ! Configure
13473 ____________________________________________________________________________
13474 [  7953] By: jhi                                   on 2000/12/02  00:07:15
13475         Log: Update Changes.
13476      Branch: perl
13477            ! Changes patchlevel.h
13478 ____________________________________________________________________________
13479 [  7952] By: jhi                                   on 2000/12/01  23:54:47
13480         Log: Subject: Re: long shell lines
13481              From: Andy Dougherty <doughera@lafayette.edu>
13482              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
13483              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
13484              
13485              Split overly long shell command lines.
13486      Branch: perl
13487            ! lib/ExtUtils/MM_Unix.pm
13488 ____________________________________________________________________________
13489 [  7951] By: jhi                                   on 2000/12/01  23:48:02
13490         Log: The metaconfig unit change for #7950.
13491      Branch: metaconfig
13492            + U/modified/stdchar.U
13493 ____________________________________________________________________________
13494 [  7950] By: jhi                                   on 2000/12/01  23:47:39
13495         Log: Try to find stdchar also from <stdio_impl.h>.
13496      Branch: perl
13497            ! Configure config_h.SH
13498 ____________________________________________________________________________
13499 [  7949] By: jhi                                   on 2000/12/01  23:46:45
13500         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
13501              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13502              Date: Fri, 1 Dec 2000 16:26:08 -0500
13503              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
13504              
13505              Reword the diagnostic message.
13506      Branch: perl
13507            ! pod/perldiag.pod
13508 ____________________________________________________________________________
13509 [  7948] By: nick                                  on 2000/12/01  22:49:43
13510         Log: Integrate mainline (for s/y/m as sub names stuff).
13511      Branch: perlio
13512           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
13513           !> t/pragma/warn/toke toke.c
13514 ____________________________________________________________________________
13515 [  7947] By: jhi                                   on 2000/12/01  20:55:41
13516         Log: Integrate perlio.
13517      Branch: perl
13518           !> perlio.c perliol.h t/io/pipe.t
13519 ____________________________________________________________________________
13520 [  7946] By: jhi                                   on 2000/12/01  20:36:51
13521         Log: Upgrade to CPAN 1.59_51, from Andreas König.
13522      Branch: perl
13523            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13524 ____________________________________________________________________________
13525 [  7945] By: nick                                  on 2000/12/01  20:31:32
13526         Log: Integrate mainline
13527      Branch: perlio
13528           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
13529           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
13530           +> t/lib/net-hostent.t
13531           !> (integrate 35 files)
13532 ____________________________________________________________________________
13533 [  7944] By: jhi                                   on 2000/12/01  20:23:29
13534         Log: Some help for 20001130.011.  Now one gets warnings like
13535              "Ambiguous -f() resolved as a file test ..."
13536      Branch: perl
13537            ! pod/perldiag.pod t/pragma/warn/toke toke.c
13538 ____________________________________________________________________________
13539 [  7943] By: jhi                                   on 2000/12/01  19:44:44
13540         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
13541              that also breaks using them as methods. 
13542      Branch: perl
13543            ! pod/perldiag.pod t/op/misc.t toke.c
13544 ____________________________________________________________________________
13545 [  7942] By: nick                                  on 2000/12/01  17:56:46
13546         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
13547              Make 'unix' pass most tests
13548              - do unread by temporary push of layer ("pending") holding unread chars
13549              - fast_gets is now based on per-handle flag
13550              - relax one of io/pipe.t tests to allow print to fail and close to
13551              succeed so that it passes on unbuffered "unix" layer.
13552              Remaining fail is sporadic and a genuine race condition between
13553              parent/child in fork test.
13554      Branch: perlio
13555            ! perlio.c perliol.h t/io/pipe.t
13556 ____________________________________________________________________________
13557 [  7941] By: jhi                                   on 2000/12/01  15:28:58
13558         Log: (Retracted by #7943.)
13559              
13560              Reserve the short named string operator names.
13561      Branch: perl
13562            ! pod/perldiag.pod t/op/misc.t toke.c
13563 ____________________________________________________________________________
13564 [  7940] By: jhi                                   on 2000/12/01  06:45:53
13565         Log: Get the three different space character classes right under utf8.
13566      Branch: perl
13567            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
13568            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
13569            ! regexec.c t/op/pat.t utf8.c
13570 ____________________________________________________________________________
13571 [  7939] By: jhi                                   on 2000/12/01  03:26:26
13572         Log: Two more tests that make no sense in UTF-8 since the test
13573              data is not in UTF-8.
13574      Branch: perl
13575            ! t/op/regexp.t
13576 ____________________________________________________________________________
13577 [  7938] By: jhi                                   on 2000/12/01  03:20:39
13578         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
13579              should it be required inside regexen?
13580      Branch: perl
13581            ! regcomp.c t/op/regmesg.t
13582 ____________________________________________________________________________
13583 [  7937] By: jhi                                   on 2000/12/01  02:58:53
13584         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
13585              stored and restored, and thusly was trounced by the utf8 swash
13586              routines.
13587      Branch: perl
13588            ! regcomp.c
13589 ____________________________________________________________________________
13590 [  7936] By: jhi                                   on 2000/11/30  20:41:39
13591         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
13592              Why the different platforms behave so differently (core dump vs
13593              no core dump) on this bug is a but of a mystery, but if I had to
13594              guess I would mumble something like 'alignment'.
13595      Branch: perl
13596            ! sv.c
13597 ____________________________________________________________________________
13598 [  7935] By: jhi                                   on 2000/11/30  16:17:02
13599         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
13600              From: Robin Barker <rmb1@cise.npl.co.uk>
13601              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
13602              Date: Thu, 30 Nov 2000 14:27:12 GMT
13603      Branch: perl
13604            ! perlio.c toke.c
13605 ____________________________________________________________________________
13606 [  7934] By: jhi                                   on 2000/11/30  16:04:49
13607         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
13608      Branch: perl
13609            ! t/lib/net-hostent.t
13610 ____________________________________________________________________________
13611 [  7933] By: jhi                                   on 2000/11/30  06:07:26
13612         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
13613              From: Peter Prymmer <pvhp@forte.com>
13614              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
13615              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
13616              
13617              In VMS the localhost may be LOCALHOST.
13618      Branch: perl
13619            ! t/lib/net-hostent.t
13620 ____________________________________________________________________________
13621 [  7932] By: jhi                                   on 2000/11/30  01:11:11
13622         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
13623              From: Peter Prymmer <pvhp@forte.com>
13624              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
13625              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
13626              
13627              plus regen perlapi.pod.
13628      Branch: perl
13629            ! pod/perlapi.pod utf8.c
13630 ____________________________________________________________________________
13631 [  7931] By: jhi                                   on 2000/11/30  01:06:19
13632         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
13633              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13634              Date:     Wed, 29 Nov 2000 17:15:11 EST
13635              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
13636      Branch: perl
13637            ! t/lib/filter-util.pl t/lib/filter-util.t
13638 ____________________________________________________________________________
13639 [  7930] By: jhi                                   on 2000/11/29  18:51:55
13640         Log: Update Changes.
13641      Branch: perl
13642            ! Changes patchlevel.h
13643 ____________________________________________________________________________
13644 [  7929] By: jhi                                   on 2000/11/29  18:50:55
13645         Log: Update the va_copy() metaconfig unit.
13646      Branch: metaconfig/U/perl
13647            ! need_va_copy.U
13648 ____________________________________________________________________________
13649 [  7928] By: jhi                                   on 2000/11/29  17:50:43
13650         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
13651              From: Dominic Dunlop <domo@computer.org>
13652              Date: Tue, 28 Nov 2000 16:41:57 +0100
13653              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
13654              
13655              Patch to catch a core dump in the Configure va_copy test.
13656      Branch: perl
13657            ! Configure config_h.SH
13658 ____________________________________________________________________________
13659 [  7927] By: jhi                                   on 2000/11/29  17:31:59
13660         Log: Retract #7921, the patch shouldn't be needed.
13661      Branch: perl
13662            ! sv.c
13663 ____________________________________________________________________________
13664 [  7926] By: jhi                                   on 2000/11/29  17:01:41
13665         Log: Make the Class::Struct import() wiser.
13666      Branch: perl
13667            ! lib/Class/Struct.pm t/lib/class-struct.t
13668 ____________________________________________________________________________
13669 [  7925] By: jhi                                   on 2000/11/29  16:36:33
13670         Log: All the core library users of Class::Struct seem to be
13671              using "use Class::Struct 'struct';" instead of the bare
13672              "use Class::Struct;", which isn't documented in Class::Struct.
13673              This can't be right.
13674      Branch: perl
13675            ! lib/File/stat.pm
13676 ____________________________________________________________________________
13677 [  7924] By: jhi                                   on 2000/11/29  16:32:15
13678         Log: A test works better if it has the right 1..$n output.
13679      Branch: perl
13680            ! t/lib/class-struct.t
13681 ____________________________________________________________________________
13682 [  7923] By: jhi                                   on 2000/11/29  16:29:11
13683         Log: Forgot to MANIFEST the new Net::hostent test.
13684      Branch: perl
13685            ! MANIFEST
13686 ____________________________________________________________________________
13687 [  7922] By: jhi                                   on 2000/11/29  16:27:49
13688         Log: Integrate perlio.
13689      Branch: perl
13690           !> iperlsys.h perlio.c
13691 ____________________________________________________________________________
13692 [  7921] By: jhi                                   on 2000/11/29  16:27:10
13693         Log: (Retracted by #7927.)
13694              
13695              Subject: [PATCH] Is infinity a number?
13696              From: Simon Cozens <simon@cozens.net>
13697              Date: Wed, 29 Nov 2000 14:48:20 +0000
13698              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
13699      Branch: perl
13700            ! sv.c
13701 ____________________________________________________________________________
13702 [  7920] By: jhi                                   on 2000/11/29  16:23:02
13703         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
13704              From: rspier@pobox.com (Robert Spier)
13705              Date: Wed, 29 Nov 2000 02:17:49 -0500
13706              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
13707              
13708              Add a test for Net::hostent.
13709      Branch: perl
13710            + t/lib/net-hostent.t
13711 ____________________________________________________________________________
13712 [  7919] By: jhi                                   on 2000/11/29  16:21:31
13713         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
13714              add a test for Class::Struct.
13715      Branch: perl
13716            + t/lib/class-struct.t
13717            ! MANIFEST lib/Class/Struct.pm
13718 ____________________________________________________________________________
13719 [  7918] By: jhi                                   on 2000/11/29  15:48:40
13720         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
13721              From: rspier@pobox.com (Robert Spier)
13722              Date: Wed, 29 Nov 2000 02:25:39 -0500
13723              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
13724              
13725              More checking in case someone has broken their services or
13726              protocol databases.
13727      Branch: perl
13728            ! ext/Sys/Syslog/Syslog.pm
13729 ____________________________________________________________________________
13730 [  7917] By: jhi                                   on 2000/11/29  15:46:25
13731         Log: Subject: [PATCH] $^O  win32 -> MSWin32
13732              From: rspier@pobox.com (Robert Spier)
13733              Date: Wed, 29 Nov 2000 02:17:38 -0500
13734              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
13735              
13736              plus similar nits for vms, err, VMS, and UNICOS.
13737      Branch: perl
13738            ! t/lib/syslfs.t t/op/lfs.t
13739 ____________________________________________________________________________
13740 [  7916] By: jhi                                   on 2000/11/29  15:42:51
13741         Log: Subject: [PATCH] Tokeniser debugging
13742              From: Simon Cozens <simon@cozens.net>
13743              Date: Wed, 29 Nov 2000 14:15:45 +0000
13744              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
13745      Branch: perl
13746            ! perl.c perl.h pod/perlrun.pod toke.c
13747 ____________________________________________________________________________
13748 [  7915] By: jhi                                   on 2000/11/29  15:41:36
13749         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
13750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13751              Date: Wed, 29 Nov 2000 02:13:14 -0500
13752              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
13753              
13754              OUT keyword nits.
13755              
13756              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
13757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13758              Date: Wed, 29 Nov 2000 03:09:04 -0500
13759              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
13760              
13761              OUT and IN_OUT documentation.
13762      Branch: perl
13763            ! lib/ExtUtils/xsubpp pod/perlxs.pod
13764 ____________________________________________________________________________
13765 [  7914] By: jhi                                   on 2000/11/29  03:35:01
13766         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
13767              From: John Tobey <jtobey@john-edwin-tobey.org>
13768              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
13769              Message-Id: <m140e1N-000FOoC@feynman.localnet>
13770              
13771              plus a performance speedup noticed by Sarathy.
13772      Branch: perl
13773            ! op.c
13774 ____________________________________________________________________________
13775 [  7913] By: jhi                                   on 2000/11/29  03:16:59
13776         Log: Use "1 while unlink" so that VMS gets clean, too.
13777      Branch: perl
13778            ! t/lib/filter-util.t
13779 ____________________________________________________________________________
13780 [  7912] By: jhi                                   on 2000/11/29  03:09:08
13781         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
13782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13783              Date: Tue, 28 Nov 2000 03:27:09 -0500
13784              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
13785      Branch: perl
13786            ! lib/ExtUtils/xsubpp
13787 ____________________________________________________________________________
13788 [  7911] By: jhi                                   on 2000/11/29  03:06:30
13789         Log: This should have been part of #7872: no need to scan UTF-8
13790              until eternity.
13791      Branch: perl
13792            ! utf8.c
13793 ____________________________________________________________________________
13794 [  7910] By: jhi                                   on 2000/11/29  02:50:04
13795         Log: One more perltie.pod nit from Casey R. Tweten.
13796      Branch: perl
13797            ! pod/perltie.pod
13798 ____________________________________________________________________________
13799 [  7909] By: jhi                                   on 2000/11/29  02:44:23
13800         Log: Document the known sprintf test failures, exact standard
13801              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
13802      Branch: perl
13803            ! pod/perldelta.pod t/op/sprintf.t
13804 ____________________________________________________________________________
13805 [  7908] By: jhi                                   on 2000/11/29  02:36:23
13806         Log: Add the Encoding table format documentation.
13807      Branch: perl
13808            + ext/Encode/Encode/EncodeFormat.pod
13809            ! MANIFEST
13810 ____________________________________________________________________________
13811 [  7907] By: jhi                                   on 2000/11/29  02:07:24
13812         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
13813              From: "Casey R. Tweten" <crt@kiski.net>
13814              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
13815              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
13816              
13817              Subject: Re: [PATCH] Updating perltie.pod for arrays
13818              From: "Casey R. Tweten" <crt@kiski.net>
13819              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
13820              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
13821      Branch: perl
13822            ! pod/perltie.pod
13823 ____________________________________________________________________________
13824 [  7906] By: nick                                  on 2000/11/28  22:40:59
13825         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
13826      Branch: perlio
13827            ! iperlsys.h perlio.c
13828 ____________________________________________________________________________
13829 [  7905] By: nick                                  on 2000/11/28  22:04:34
13830         Log: Integrate mainline
13831      Branch: perlio
13832           !> (integrate 39 files)
13833 ____________________________________________________________________________
13834 [  7904] By: jhi                                   on 2000/11/28  16:44:43
13835         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
13836              From: Nicholas Clark <nick@babyhippo.co.uk>
13837              Date: Tue, 28 Nov 2000 11:16:57 +0000
13838              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
13839      Branch: perl
13840            ! pod/perlipc.pod
13841 ____________________________________________________________________________
13842 [  7903] By: jhi                                   on 2000/11/28  16:40:31
13843         Log: Subject: [PATCH] Updating perltie.pod for arrays
13844              From: "Casey R. Tweten" <crt@kiski.net>
13845              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
13846              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
13847      Branch: perl
13848            ! pod/perltie.pod
13849 ____________________________________________________________________________
13850 [  7902] By: jhi                                   on 2000/11/28  16:39:37
13851         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
13852              From: Robin Barker <rmb1@cise.npl.co.uk>
13853              Date: Mon, 27 Nov 2000 17:56:44 GMT
13854              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
13855      Branch: perl
13856            ! pod/perlfunc.pod t/op/split.t
13857 ____________________________________________________________________________
13858 [  7901] By: jhi                                   on 2000/11/28  16:28:04
13859         Log: setmode() is a DOSish-only thing.
13860      Branch: perl
13861            ! perlio.c
13862 ____________________________________________________________________________
13863 [  7900] By: jhi                                   on 2000/11/28  16:21:46
13864         Log: Subject: [PATCH] perlcc.PL cleanups
13865              From: Simon Cozens <simon@cozens.net>
13866              Date: Tue, 28 Nov 2000 12:44:35 +0000
13867              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
13868      Branch: perl
13869            ! utils/perlcc.PL
13870 ____________________________________________________________________________
13871 [  7899] By: gsar                                  on 2000/11/28  06:32:55
13872         Log: reintegrate files missed by change#7895
13873      Branch: maint-5.6/perl
13874           +> ext/ByteLoader/bytecode.h utils/Makefile
13875            - utils/perlbc.PL
13876 ____________________________________________________________________________
13877 [  7897] By: gsar                                  on 2000/11/27  18:22:47
13878         Log: can't integrate these two files, for some reason
13879      Branch: maint-5.6/perl
13880            - ext/ByteLoader/bytecode.h utils/Makefile
13881 ____________________________________________________________________________
13882 [  7895] By: gsar                                  on 2000/11/27  18:11:21
13883         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
13884              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
13885              6757..6890,6892..6901 from mainline
13886              
13887              Bytecompiler patches from Benjamin Stuhl.
13888              
13889              More bytecompiler.
13890              
13891              Subject: [PATCH blead] B:: missing dependency
13892              
13893              Subject: [PATCH: 6757] configure.com updates and syslog build
13894              
13895              Long double Gconvert fixes from Yitzchak Scott-Thoennes
13896              and Spider Boardman.
13897              
13898              Subject: [PATCH blead] nextchar() abuse misses an optimisation
13899              
13900              Long double fixes from Spider Boardman.
13901              
13902              Make the selection of NVff et al stricter.
13903              
13904              cSVOPo_*v things index into the current PL_curpad
13905              under ithreads, which is different from the curpad
13906              used by the XSUB.  (In other words, the code as-is
13907              before this patch wouldn't work under ithreads.)
13908              
13909              Be portable.
13910              
13911              VMS MMS (make) wants null action.
13912              
13913              Mac and other portability updates from Chris Nandor.
13914              
13915              Storable support, v-version fixes.
13916              Subject: CPAN.pm beta for testing available
13917              
13918              Portability fix from Hugo van der Sanden.
13919              
13920              Bad makefile.
13921              
13922              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
13923              
13924              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
13925              
13926              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13927              
13928              Replace #6705 with a minimal doc patch.
13929              Subject: [PATCH 5.6.0] replace change #6705
13930              
13931              Drop the separate perlbc, perlcc -b should be enough.
13932              
13933              installperl couldn't tell whether it had run tests or not.
13934              Subject: [PATCH] Re: installperl and t/TEST
13935              
13936              Add silencer flags to installperl.
13937              Subject: [PATCH] Making installperl silent.
13938              
13939              Make "make install" by default silent.  A new "install-verbose"
13940              target is verbose.
13941              
13942              More liberal parsing of version numbers.
13943              Subject: Re: CPAN.pm beta for testing available
13944              
13945              Create directories in silence.
13946              Subject: [PATCH] Another silencer for MakeMaker
13947              
13948              DOS patches and portability/porting notes, from Tim Jenness.
13949              
13950              Make installman to recognize the silence flag -S.
13951              
13952              Actually do something with the silencer option.
13953              
13954              Continue silencing.
13955              
13956              Show the doc file, not the temp file.
13957              
13958              Regen perltoc.
13959              
13960              Subject: [PATCH] More silencing of installman.
13961              
13962              Better wording for the vec lvalue diagnostic.
13963              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
13964              
13965              Subject: [PATCH: 6805] several more tweaks to configure.com
13966              
13967              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
13968              
13969              Missing parts of 
13970              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
13971              
13972              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
13973              (applied slightly modified)
13974              
13975              installperl --verbose and --silent.
13976              Subject: Re: [PATCH] More silencing of installman.
13977              
13978              Add install-silent target.
13979              
13980              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
13981              the problem reported in
13982              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
13983              
13984              Tweak the sfio/useperlio logic, hopefully as wished in
13985              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
13986              
13987              One forgotten file from #6816.
13988              
13989              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
13990              
13991              Remove duplicately applied patch shards.
13992              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
13993              
13994              Support preserving extremely big/small angles.
13995              
13996              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
13997              
13998              Subject: [PATCH] installation not quite silent yet.
13999              
14000              Update the test count.
14001              
14002              Use UVxf, PTR2UV, NVff.
14003              
14004              Document PTR2XX and INT2PTR.
14005              
14006              no-install target a la make -n.
14007              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14008              
14009              grep -e isn't portable.
14010              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14011              
14012              Can't get the test to reliably work thanks to the
14013              inaccurateness of floating point.  "Resolves" bug ids
14014              20000826.003, 20000826.009, 20000826.010,
14015              
14016              Subject: installman buglet
14017              
14018              DJGPP update from Laszlo Molnar.
14019              
14020              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14021              
14022              Passing -R in ldflags makes now it to appear in the default
14023              for lddlflags, just like with -L.
14024              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14025              
14026              Test nit.
14027              
14028              Use the actual thread type, not the pointer-to-struct.
14029              
14030              Provice virtual $Config{ccflags_nolargefiles} etc. 
14031              
14032              display_format used as a class method without arguments was broken,
14033              reported in
14034              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14035              
14036              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14037              
14038              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14039              
14040              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14041              
14042              opmini.o may be left around if a build is interrupted.
14043              
14044              Typo in #6858.
14045              
14046              Fix for ID 20000828.001, long doubles were not formatted
14047              correctly (showed up in $], which stopped installing perl).
14048              
14049              An attempt to fix the problem reported in
14050              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14051              I can't test this properly since the gcc installation I have
14052              access to seems to be botched (gcc is calling the AIX cpp,
14053              a losing proposition...)
14054              
14055              Add -ld to archname on long tr...double platforms.
14056              
14057              Subject: hv.h Doc Patch
14058              
14059              Potential cruft.
14060              
14061              Subject: [PATCH bleedperl@6856] warnings fixes
14062              
14063              -S is the silent flag, -s is the strip flag.
14064              Subject: [PATCH] Re: [PATCH] make no-install          
14065              
14066              Take out the SUIDMAIL thing, that will not be
14067              a problem in 5.7.*.
14068              
14069              Subject: [PATCH bleedperl@6866] spellings
14070              
14071              Subject: [PATCH] Re: files not cleaned even by veryclean
14072              
14073              Use minimal @INC in tests, most of the time just '../lib',
14074              so that we simply can't pick up stuff from other Perls than
14075              the one we are testing.  Pointed out by
14076              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14077              
14078              Update to Getopt::Long 2.24, from Johan Vromans.
14079              
14080              Fix for thinko in #6848.
14081              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14082              
14083              Patches all over for people and the files they (hopefully) care about.
14084              
14085              Subject: Net::protoent does not export 'getproto'
14086              
14087              Missed a change in #6869.
14088              
14089              Subject: [PATCH] Warnings in B::Deparse
14090              
14091              Subject: [PATCH] Glob dumping
14092              
14093              Disable one of the tests for now.
14094              
14095              Disabling the one test is a bit tricky.
14096              
14097              Don't forget to tidy up.
14098              
14099              The #6881 removed one dump line.
14100              
14101              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14102              
14103              Under usethreads the dumped variable is IN_PAD.
14104              Subject: Re: [PATCH] Glob dumping
14105              
14106              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14107              
14108              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14109              
14110              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14111              
14112              Regen Configure for #6894.
14113              
14114              Subject: [PATCH: 6889] updates to perlebcdic.pod
14115              
14116              Undo namespace pollution of #6878.
14117              Subject: Re: Net::protoent does not export 'getproto'
14118              
14119              Admit that we are leaking scalars.
14120              
14121              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14122      Branch: maint-5.6/perl
14123           !> (integrate 271 files)
14124 ____________________________________________________________________________
14125 [  7894] By: gsar                                  on 2000/11/27  16:00:34
14126         Log: a couple of nits
14127      Branch: maint-5.6/perl
14128            ! MANIFEST pp_sys.c
14129 ____________________________________________________________________________
14130 [  7893] By: gsar                                  on 2000/11/27  15:10:56
14131         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
14132              6740..6745,6747..6757,6760
14133              
14134              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
14135              
14136              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
14137              
14138              Doc nits spotted by Richard Soderberg.
14139              
14140              move WNOHANG definition to where other such things are
14141              
14142              Make $Config{byteorder} more magical so that it is
14143              dynamically computed: nice for 'fat binaries'.
14144              Subject: [PATCH]: default byteorder
14145              
14146              Subject: [PATCH] Cwd.pm now uses strict
14147              
14148              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
14149              
14150              Get -DLEAKTEST to compile (not necessarily to work, mind)
14151              Subject: [ID 20000724.006] -DLEAKTEST problem
14152              
14153              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
14154              
14155              Add perlebcdic from Peter Prymmer, regen toc.
14156              
14157              Don't propose using modules built for 5.005 if no binary
14158              compatibility with 5.005 is attempted.
14159              
14160              Do not use prototyping here.
14161              Subject: [ID 20000817.016] [PATCH] Peek.xs
14162              
14163              Document what the backtick returns if the command fails.
14164              
14165              Add byteorder to the myconfig output.
14166              
14167              Introduce NVef, NVff, and NVgf, use the middle one.
14168              (helps for lib/peek + Linux + long doubles)  Reported in
14169              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14170              Use NVs in POSIX math, not doubles.
14171              Subject: [ID 20000817.014] POSIX & modfl
14172              
14173              Subject: [PATCH 5.6.0+] newSVrv() memory leak
14174              
14175              The byteorder code in #6671 was wrong.
14176              
14177              Fix the lib/complex failure of
14178              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14179              Linux long double accuracy issue: something that
14180              when printed with %g looks like "2" but int() of it is 1.
14181              
14182              Propagate new Configure vars.
14183              
14184              Unbuffer the output.
14185              
14186              Subject: [PATCH] perltrap.pod spring cleaning
14187              
14188              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
14189              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
14190              
14191              Tiny Getopt::Long patch from Johan Vromans.
14192              
14193              Document code point which makes if (defined %stash::) to work
14194              (noted by Spider Boardman).
14195              
14196              Subject: [PATCH perl@6698] cygwin port
14197              
14198              Document the NDBM_File and ODBM_File as SDBM_File
14199              was documented in #6417.
14200              
14201              The new tests were missing from #6415.
14202              
14203              Add [[:blank:]] as suggested in
14204              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14205              (the [=cc=] has already been taken care of by #6439
14206              so the whole bug report can be closed)
14207              and make [[:space:]] to be equivalent to isspace(3)
14208              (as opposed to \s, which is isSPACE()).  The difference
14209              is that now [[:space:]] matches the mythical vertical tab,
14210              while \s doesn't.
14211              
14212              Don't eat leading os from index entries.
14213              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
14214              
14215              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
14216              
14217              Typo in pp_complement().
14218              Subject: [PATCH perl-current] Deparse
14219              
14220              Add warnif(), check warnings further up the stack,
14221              all the warnings functions now can take an optional object reference.
14222              Subject: [PATCH bleedperl@6691] warnings pragma update
14223              
14224              Fix a core dump in lib/selfloader under -DDEBUGGING.
14225              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
14226              
14227              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
14228              
14229              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
14230              
14231              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
14232              Put back the long double avoidance code to POSIX.xs
14233              because VMS seems to need it still.
14234              
14235              Introduce a 'veryclean' target that is like 'distclean'
14236              but also removes *~ and *.orig.
14237              
14238              Subject: [ID 20000817.023] endianness description in perlfunc.pod
14239              
14240              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
14241              
14242              Let's try #6717 again.
14243              
14244              UTF8 concat fixes.
14245              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
14246              
14247              pp_open() could pass an uninitialized filename down to do_open9().
14248              
14249              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
14250              
14251              Update to CGI 2.72, from Lincoln Stein.
14252              
14253              Subject: [PATCH] Silence MakeMaker (Was: installman)
14254              
14255              Use temporary directory instead of current directory.
14256              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
14257              
14258              Document odd vs even subreleases and -Dusedevel.
14259              
14260              The veryclean target needs to clobber.
14261              
14262              Use File::Spec->tmpdir().
14263              
14264              Document the number of exponent digits.
14265              
14266              Mention perlebcdic and perlposix-bc.
14267              
14268              s/this one/the 5.6.0 release/
14269              
14270              The #6724 is here.
14271              
14272              The correct cleaning order is an art.
14273              
14274              small tweaks for change#6705: avoid C++ style comments in C code;
14275              use Perl's malloc API rather than the low level system one
14276              
14277              Array context keeps slithering in.
14278              
14279              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
14280              
14281              Subject: [PATCH] os2.c fix for use64bitint
14282              
14283              Update to Pod::LaTeX 0.53.
14284              Subject: [PATCH] lib/Pod/LaTeX.pm updates
14285              
14286              Document the endianness of Alpha more precisely.
14287              
14288              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
14289              
14290              Rename the macro argument because some preprocessors
14291              can't tell the difference and expand arguments also inside
14292              double quoted strings.
14293              
14294              free TLS slot properly on Windows
14295              
14296              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
14297              
14298              Unicos/mk requires elaborate paranoia.
14299              
14300              Tweak the floating point output routine preferences.
14301              
14302              Also under djgpp the timestamps are funky.
14303              
14304              Apply some PodParser 1.18 patches; the Pod/Find.pm
14305              patches cannot be applied since #6712 conflicts.
14306              
14307              Use PodParser 1.18 new test.
14308              
14309              A pod nit.
14310              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
14311              
14312              Be verydeepclean.
14313      Branch: maint-5.6/perl
14314           +> pod/perlebcdic.pod
14315           !> (integrate 106 files)
14316 ____________________________________________________________________________
14317 [  7892] By: jhi                                   on 2000/11/27  15:02:32
14318         Log: Update Changes.
14319      Branch: perl
14320            ! Changes patchlevel.h
14321 ____________________________________________________________________________
14322 [  7891] By: jhi                                   on 2000/11/27  14:57:23
14323         Log: Subject: Re: perlfaq style changes
14324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14325              Date: Sat, 25 Nov 2000 23:32:26 -0800
14326              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
14327              
14328              plus a note from Ronald Kimball.
14329      Branch: perl
14330            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
14331 ____________________________________________________________________________
14332 [  7890] By: jhi                                   on 2000/11/27  14:53:14
14333         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
14334              From: Benjamin Holzman <bah@ecnvantage.com>
14335              Date: Sun, 26 Nov 2000 16:27:33 -0500
14336              Message-ID: <20001126162733.J25040@ecnvantage.com>
14337      Branch: perl
14338            ! gv.c
14339 ____________________________________________________________________________
14340 [  7889] By: jhi                                   on 2000/11/27  14:43:11
14341         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
14342              From: lvirden@cas.org
14343              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
14344              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
14345      Branch: perl
14346            ! README.amiga
14347 ____________________________________________________________________________
14348 [  7888] By: jhi                                   on 2000/11/27  14:32:34
14349         Log: Restore also the locale test to no-sprintf-taint state.
14350              Fixes the bug 20001127.003.
14351      Branch: perl
14352            ! sv.c t/pragma/locale.t
14353 ____________________________________________________________________________
14354 [  7887] By: gsar                                  on 2000/11/27  14:13:05
14355         Log: integrate changes#6613..6616,6620..6665 from mainline
14356              
14357              VMS configure.com update continues.
14358              
14359              Subject: Test fails / warnings with perl-current #6612
14360              
14361              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
14362              
14363              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
14364              
14365              For now remove the mail code.
14366              
14367              Subject: Re: [PATCH] @+, @- readonly
14368              
14369              Subject: warning: storage class after type is obsolescent
14370              
14371              Subject: sfio2000
14372              
14373              Subject: Re: File::Temp problems on VMS in bleedperl
14374              
14375              README.os2 update.
14376              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
14377              
14378              Make the user to give up his firstborn, err, to knowingly
14379              verify installing an unstable developer release.  Also bump
14380              the release to 5.7.0, but leave a patch tag in the local
14381              patches saying that this is not yet the real thing.
14382              
14383              Update (kinda) to Test 1.14, from Joshua Pritikin.
14384              
14385              make ok etc also for win32.
14386              
14387              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
14388              
14389              Don't blow limited stacks, a lower number is enough to
14390              tickle the lookbehind limit.
14391              
14392              Use -Dusedevel; regen Configure and the respective Porting stuff.
14393              
14394              Subject: [PATCH] debugger exit code should reflect user exit code
14395              
14396              Subject: [PATCH perl@6620] cygwin port
14397              
14398              Missed a file from #6638.
14399              
14400              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)
14401              
14402              magic callbacks all need to have same type signature
14403              
14404              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
14405              
14406              Fix a dependency problem.
14407              Subject: [PATCH: 6640] VMS Makefile.SH update
14408              
14409              The numeric locale was reset to "C" by s?printf and never restored.
14410              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
14411              No test since adding the failing example to locale.t
14412              does not fail -- probably because the locale settings are so
14413              thoroughly tweaked by that time.  Running the example standalone
14414              does fail, though.  UPDATE: test case added at change #7540.
14415              
14416              Subject: [ID 20000324.040] minor fix to perlhpux.pod
14417              
14418              Update to CPAN 1.57.
14419              
14420              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
14421              
14422              Change the perlbug address to perl.org since it's more forgiving.
14423              
14424              Change the regx compilation error markers to use = instead of <
14425              since pod makes using the latter quite messy.  Reported in
14426              ID 20000814.006 by Abigail and in
14427              Subject: Unknown escape E<> ?
14428              
14429              Update to perldebtut 1.9, from Richard Foley.
14430              
14431              check that the number pseudo children doesn't exceed
14432              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
14433              the WaitForMultipleObjects() limit that would cause wait()
14434              to crash)
14435              wait() and waitpid() could potentially be rewritten to use
14436              more than one thread to do the waiting to eliminate this
14437              limitation
14438              
14439              change#6328 could make close(SOCKET) return false on windows
14440              when it shouldn't
14441              
14442              pod nit seen in passing
14443              
14444              on windows, the return values from wait() and waitpid() don't
14445              match those of pseudo-pids
14446              
14447              waitpid() now handles externally spawned pids correctly;
14448              fixes for backtick/wait/waitpid failures on Windows 9x
14449              these changes make the pid returned by process functions on
14450              Windows 9x always positive by clearing the high bit (which
14451              is always set on Win9x); pseudo-process PIDs are likewise
14452              always negative now on Win9x (just as on NT/2000)
14453              
14454              trailing new %ENV entries weren't being pushed into the real
14455              environment of subprocesses on Windows
14456              
14457              Tweak the regex compilation errors once more.
14458              
14459              avoid warnings from dense compiler
14460              
14461              add "ok" targets from change#6632 in makefile.mk
14462      Branch: maint-5.6/perl
14463            - lib/Pod/PlainText.pm vms/configure.com
14464           !> (integrate 66 files)
14465 ____________________________________________________________________________
14466 [  7886] By: jhi                                   on 2000/11/27  13:54:18
14467         Log: __FUNCTION__ isn't portable and trying to emulate it leads
14468              into practically spelling out the name of the function.
14469              Takes care of the bug 20001127.001.
14470      Branch: perl
14471            ! perlio.c
14472 ____________________________________________________________________________
14473 [  7885] By: gsar                                  on 2000/11/27  13:53:18
14474         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
14475              6610..6611 from mainline
14476              
14477              Make regular expression parse error messages easier to understand.
14478              Subject: Re: enhanced(?) regex error messages
14479              
14480              Tiny tidying on report_evil_fh().
14481              
14482              Subject: Re: enhanced(?) regex error messages 
14483              plus Capitalize the error messages, plus perldiag them.
14484              
14485              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
14486              
14487              Document here-doc better.
14488              
14489              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
14490              
14491              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
14492              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
14493              (either perlbug or p5p ate the original), plus regen
14494              perlapi and perltoc. 
14495              
14496              Regen global.sym.
14497              
14498              Double check that we have a dirhandle.
14499              
14500              Subject: Re: enhanced(?) regex error messages
14501              (plus two small patches sent privately)
14502              (this still seems to leave few test failures)
14503              
14504              warn is a macro, avoid using at a variable to avoid warnings
14505              in some configurations; readdir.t is too conservative in
14506              estimating number of *.t's
14507              
14508              Get back into sync with Jeffrey on the enhanced regex warnings.
14509              
14510              Subject: [PATCH 5.6.0] cygwin port
14511              
14512              Zero entries were skipped, fix from Adrian Goalby
14513              <argoalby@yahoo.co.uk>
14514              
14515              Subject: Remove dead entry in perldiag
14516              
14517              Amend the description of Perl6.
14518              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
14519              
14520              detypo
14521              
14522              It's the 2ndO'ROSSC.
14523              
14524              Revert the sv.c part of #6559, a better fix is needed.
14525              
14526              Iterating perl6 description.
14527              
14528              Update to Term::ANSIColor 1.03, from Russ Allbery.
14529              
14530              Update to Getopt::Long 2.23_05, from Johan Vromans.
14531              
14532              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
14533              
14534              Update to Pod::Parser 1.17, from Brad Appleton.
14535              
14536              Update to CPAN 1.56, from Andreas König.
14537              
14538              Update to CGI 2.70, from Lincoln Stein.
14539              
14540              Put back the std @INC thing.
14541              
14542              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
14543              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
14544              
14545              Document the IO::Select timeout.
14546              
14547              sleep(1) does not necessarily return 1.
14548              Subject: [PATCH bleadperl] op/lex_assign.t  
14549              
14550              Subject: debugger "d" command doesnt check line number
14551              
14552              B::Deparse didn't do sub attributes.
14553              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
14554              
14555              Preprocessing and postprocessing for File::Find.
14556              Subject: Patch to Find::File.pm to allow alphabetical results
14557              
14558              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
14559              
14560              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
14561              
14562              Subject: Re: [ID 20000730.003] utf8::length() bad
14563              
14564              Subject: Getting perlio and threads to compile
14565              (the Solaris version changes in Configure skipped)
14566              
14567              Tests for #6589.
14568              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
14569              
14570              Add Perl debugging tutorial, regen toc. 
14571              Subject: perldebtut.pod
14572              
14573              Add a few missing files, update MANIFEST.
14574              
14575              Rewrite of vms/subconfigure.com as configure.com,
14576              from Peter Prymmer and the vmsperl crew.
14577              
14578              Should have deleted this in #6603.
14579              
14580              Fix the test for 5005threads.
14581              
14582              Fix-n-skip the tests under 5005threads.
14583              
14584              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
14585              
14586              Upgrade to CGI 2.71, from Lincoln Stein.
14587      Branch: maint-5.6/perl
14588           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
14589           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
14590           +> t/op/regmesg.t t/pod/find.t vms/configure.com
14591            - vms/subconfigure.com
14592            ! lib/lib.pm
14593           !> (integrate 115 files)
14594 ____________________________________________________________________________
14595 [  7884] By: jhi                                   on 2000/11/27  13:44:33
14596         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
14597              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14598              Date:     Mon, 27 Nov 2000 08:23:54 EST
14599              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
14600      Branch: perl
14601            ! vms/descrip_mms.template vms/test.com
14602 ____________________________________________________________________________
14603 [  7883] By: gsar                                  on 2000/11/27  11:50:46
14604         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
14605              6511..6513,6515..6523,6525..6536
14606              
14607              The swallow_bom() saga continues.  The #23 of require.t
14608              (UTF16-LE) still fails (silently, no output) but the #22
14609              (UTF16-BE) seems to be working now.  The root of the
14610              failure may be in sv_gets(): is it UTF-16LE-aware,
14611              especially when it comes to line endings? 
14612              
14613              Document the problem with -P in HP-UX and its workaround.
14614              
14615              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
14616              (aka ID 20000730.002)
14617              
14618              Subject: fix and question re: waitpid() under win32
14619              
14620              Make the safety catch for buggy gccs work with triple version
14621              numbers like 2.95.2.  Reported in
14622              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
14623              
14624              In Digital UNIX warn if gcc explicitly chosen because even
14625              2.95.2 is known to cause problems.
14626              
14627              Make chr() for values >127 to create utf8 when under utf8.
14628              
14629              various syntax errors and such (not fixed: comp/require.t#22 coredump
14630              on Windows)
14631              
14632              Stash away the largefiles flags and libswanted.
14633              
14634              BOM patching from Simon Cozens.
14635              
14636              If gccosandvers is equal to osname, clear gccosandvers.
14637              
14638              Make p4desc to skip non-mainperl branches by default.
14639              
14640              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
14641              
14642              The test from this
14643              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
14644              
14645              In new BSDs changes to argv[] do not show up in ps(1) output,
14646              instead one must use setproctitle().  This was already addressed
14647              by change #6457, but the below has a new variant for FreeBSD 4.0
14648              or later, and the matter is also documented more.
14649              
14650              FreeBSD 3.* updates from
14651              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
14652              
14653              regen_headers, regen perltoc.
14654              
14655              Document in one place the memory abstractions used in Perl core.
14656              
14657              memcpy has n o in it, as pinted ut by Sarathy.
14658              
14659              Remove the extraneous "main::" prefix from all the
14660              "opened only for", "on closed", and "never opened" warnings.
14661              
14662              The name of a filehandle does not have <these>.
14663              
14664              The tr utf8 patching continues.
14665              
14666              The new setproctitle() feature is available only in 
14667              bleeding edge FreeBSD.  From Paul Saab.
14668              
14669              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
14670              
14671              Dump UVs as UVs in Data::Dumper.
14672              
14673              detypo #6494
14674              
14675              Document the IVdf UVuf UVof UVxf.
14676              
14677              require.t needs binmode() to work on windows
14678              
14679              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
14680              that are hopefully soon put into use.
14681              
14682              Allow "no Module;" even if there is no 'unimport'.
14683              
14684              Better skip message for the test; one of the two problems in
14685              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
14686              
14687              The subtest 4 may fail also on VOBS, as pointed out
14688              by Nick Ing-Simmons in November 1999, bug id 19991124.003
14689              (but the failure in that bug report isn't the subtest 4).
14690              
14691              Be more informative on what is skipped and why,
14692              also repeat the list at the end.
14693              
14694              Add a URL for FSF.
14695              
14696              Subject: [PATCH] sv.h documentation - SvLEN
14697              
14698              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
14699              
14700              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
14701              
14702              Subject: [PATCH] bad cppsymbols on os2 + Configure question
14703              
14704              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
14705              
14706              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
14707              mention the idea of @( and @)
14708              
14709              This is 6512.  Really.
14710              
14711              Subject: [ID 19990721.004] Documentation bug in perlfunc
14712              
14713              Subject: Minor tweak to perlvar.pod
14714              
14715              In the warnings call filehandles consistently so;
14716              add "unopened" warning for stat().
14717              
14718              After the #6519 a warning about stat() is just that,
14719              not about a filetest, which now have their own warning.
14720              
14721              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
14722              
14723              Subject: Re: Array vs. List context
14724              
14725              Subject: New perlcc, take 2
14726              
14727              Weed buglets pointed out by
14728              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
14729              
14730              gcc versions might have (parentheses) in them.
14731              
14732              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
14733              
14734              Essential prototype changes were missing from #6527.
14735              Also make report_evil_fh() more bomb-proof.
14736              
14737              Zap lib/Sys directory when cleaning up.
14738              
14739              Change the Policy policy: now -Dprefix= with an existing
14740              Policy.sh and prefix == siteprefix == vendorprefix, then all
14741              of them follow along the new prefix.
14742              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
14743              
14744              Continue fixing the io warnings.  This also
14745              sort of fixes bug ID 20000802.003: the core dump
14746              is no more.  Whether the current behaviour is correct
14747              (giving a warning: "Not a format reference"), is another matter.
14748              
14749              Have symbols for the IoTYPEs.
14750              
14751              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
14752              
14753              Document a bit that UDP is not what you might think.
14754              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
14755              tr memory corruption fix from Simon Cozens.
14756              
14757              Plug the security hole described in the Aug 05 2000 bugtraq message
14758              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
14759              The security hole exists only in suidperls, which isn't
14760              installed or even built by default.
14761      Branch: maint-5.6/perl
14762           !> (integrate 71 files)
14763 ____________________________________________________________________________
14764 [  7882] By: gsar                                  on 2000/11/27  10:25:36
14765         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
14766              from mainline
14767              
14768              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
14769              to be fatal errors (instead of by default ignoring them, and
14770              ignoring with a bug: even though -w gave an error, the opening [
14771              was left in)  Reported in:
14772              
14773              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
14774              
14775              Subject: [PATCH] split /^/
14776              
14777              MacOS nits from Matthias Neeracher.
14778              
14779              More split() doc and test patches from Mike Guy.
14780              
14781              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
14782              from Graham Barr in the module list.
14783              
14784              docfix from Peter Scott <Peter@PSDT.com>.
14785              
14786              File::Temp patches for VMS and OS/2 from Tim Jenness.
14787              
14788              open() wariness in perlbug.
14789              
14790              Subject: [PATCH] minor doc change - perlguts
14791              
14792              Subject: Minor doc patch: handy.h
14793              
14794              Be wary of close()s, too.
14795              
14796              Further File::Temp patches from Yitzchak Scott-Thoennes
14797              and Craig A. Berry.
14798              
14799              Subject: [PATCH] fixes bug 20000508.004
14800              
14801              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
14802              
14803              Allow "no AutoLoader;", based on change #6444,
14804              suggested by Graham Barr.
14805              
14806              Use setproctitle() if available to modify $0.
14807              
14808              Warn if the version of the operating system used to compile gcc
14809              differs from the current version of the operating system.
14810              Also display the gcc compilation os and version in myconfig.
14811              Inspiration from
14812              
14813              Tiny fixes for #6460.
14814              
14815              The problem described in this
14816              Subject: [ID 20000322.018] named chars aren't magical enough
14817              has been fixed in perl 5.6.0 but just in case added a test
14818              to keep it away.  (The report from Joseph Hall.)
14819              
14820              Tune the comments and hopefully stop a memory leak.
14821              
14822              Subject: UTF8 concat
14823              (with a memory leak fixed, plus a few casts added)
14824              This also seems to help for
14825              Subject: [ID 20000716.015] join UTF8 weirdness
14826              
14827              Do not upgrade SVs into utf8 just because they participate
14828              in eq or cmp.  Reported and fix suggested in
14829              Subject: [ID 20000720.009] sv_eq UTF8 bug
14830              
14831              Fix the HALF_UPGRADE() macro introduced in #6263.
14832              
14833              Find green threads before native threads.
14834              Subject: Re: Patch to jpl/JNI/Makefile.PL
14835      Branch: maint-5.6/perl
14836           !> (integrate 30 files)
14837 ____________________________________________________________________________
14838 [  7881] By: jhi                                   on 2000/11/27  05:48:41
14839         Log: It seems that *both* the unused submatch loop cleanup
14840              codes are needed.
14841      Branch: perl
14842            ! regexec.c
14843 ____________________________________________________________________________
14844 [  7880] By: jhi                                   on 2000/11/27  04:50:07
14845         Log: Clean .exists deeper.
14846      Branch: perl
14847            ! Makefile.SH
14848 ____________________________________________________________________________
14849 [  7879] By: jhi                                   on 2000/11/27  02:31:35
14850         Log: The code in regcppop() (see #7878) contains the correct lower
14851              limit for the unused submatch 'cleanup' loop so that under
14852              "use utf8" the following code wouldn't dump core:
14853              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
14854              the cleanup loop in regtry() stomped beyond allocated area
14855              in the startp[] array.  Therefore, copied the correct lower
14856              loop limit (*PL_reglastparen) to regtry().  Note: something
14857              may still not be quite right: why was the _higher_ loop limit
14858              (prog->nparens) different in the utf8 case?
14859              
14860              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
14861              without core dumps, there were about 17 of them before
14862              the patch (with us since Perl 5.7.0).  Two failures, still:
14863              496 and 505 (though these may not be severe).
14864              
14865              Patch #7881 is also needed since both the cleanup loops
14866              seem to be needed.
14867              
14868              Also, the t/op/pat#44 seems to core dump under utf8.
14869              Plus a couple of failures.  UGH-8.
14870      Branch: perl
14871            ! regexec.c
14872 ____________________________________________________________________________
14873 [  7878] By: jhi                                   on 2000/11/27  02:21:17
14874         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
14875              the code in regcppop() seems to be redundant for the test suite --
14876              but it contains a germ of truth, and it needed for the build
14877              process itself: see #7879 and #7881.
14878      Branch: perl
14879            ! regexec.c
14880 ____________________________________________________________________________
14881 [  7877] By: jhi                                   on 2000/11/27  01:53:09
14882         Log: Comment on comment.
14883      Branch: perl
14884            ! regexec.c
14885 ____________________________________________________________________________
14886 [  7876] By: jhi                                   on 2000/11/27  00:49:59
14887         Log: Adjust the docs to agree with #7875.
14888      Branch: perl
14889            ! pod/perllocale.pod
14890 ____________________________________________________________________________
14891 [  7875] By: jhi                                   on 2000/11/27  00:49:27
14892         Log: Retract #7863.  It makes more sense not to taint formatted output,
14893              not even by sprintf().
14894      Branch: perl
14895            ! sv.c
14896 ____________________________________________________________________________
14897 [  7874] By: jhi                                   on 2000/11/26  23:36:02
14898         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
14899              Not really fixed (should really dump the UTF-8 charclass),
14900              but stopped displaying the garbage.
14901              
14902              Also add a note on the (missing) Unicode PSXSPC and BLANK.
14903      Branch: perl
14904            ! regcomp.c
14905 ____________________________________________________________________________
14906 [  7873] By: jhi                                   on 2000/11/26  21:31:13
14907         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
14908      Branch: perl
14909            ! regexec.c
14910 ____________________________________________________________________________
14911 [  7872] By: jhi                                   on 2000/11/26  21:06:04
14912         Log: No need to scan till infinity, 13 is enough.
14913      Branch: perl
14914            ! handy.h utf8.c
14915 ____________________________________________________________________________
14916 [  7871] By: jhi                                   on 2000/11/26  20:20:32
14917         Log: Test line numbers are different with utf8.
14918      Branch: perl
14919            ! t/op/re_tests
14920 ____________________________________________________________________________
14921 [  7870] By: jhi                                   on 2000/11/26  20:10:12
14922         Log: Message nit.
14923      Branch: perl
14924            ! regcomp.c
14925 ____________________________________________________________________________
14926 [  7869] By: jhi                                   on 2000/11/26  19:01:05
14927         Log: Make utf8_length() and utf8_distance() (the latter of which
14928              is unused at the moment) to be less forgiving about bad UTF-8.
14929      Branch: perl
14930            ! embed.h embed.pl objXSUB.h proto.h utf8.c
14931 ____________________________________________________________________________
14932 [  7868] By: jhi                                   on 2000/11/26  18:45:56
14933         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
14934              From: Benjamin Holzman <bah@ecnvantage.com>
14935              Date: Sat, 25 Nov 2000 20:40:20 -0500       
14936              Message-ID: <20001125204020.A25040@ecnvantage.com>              
14937              
14938              Debian allows installing /usr/bin/locale without installing
14939              any locales, an error message will ensue.
14940      Branch: perl
14941            ! t/pragma/locale.t
14942 ____________________________________________________________________________
14943 [  7867] By: jhi                                   on 2000/11/26  18:31:12
14944         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
14945              From: Benjamin Holzman <bah@ecnvantage.com>
14946              Date: Sun, 26 Nov 2000 02:42:34 -0500
14947              Message-ID: <20001126024234.G25040@ecnvantage.com>
14948              
14949              Patch for the bug 20000212.002.
14950      Branch: perl
14951            ! sv.c t/op/array.t
14952 ____________________________________________________________________________
14953 [  7866] By: jhi                                   on 2000/11/26  18:28:09
14954         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
14955              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14956              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
14957              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
14958              
14959              File::Temp 0.11.
14960      Branch: perl
14961            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
14962 ____________________________________________________________________________
14963 [  7865] By: jhi                                   on 2000/11/26  18:24:22
14964         Log: The metaconfig unit change for #7864.
14965      Branch: metaconfig/U/perl
14966            ! need_va_copy.U
14967 ____________________________________________________________________________
14968 [  7864] By: jhi                                   on 2000/11/26  18:23:41
14969         Log: Make the va_copy() test not to be so talkative.
14970      Branch: perl
14971            ! Configure config_h.SH
14972 ____________________________________________________________________________
14973 [  7863] By: jhi                                   on 2000/11/26  18:11:02
14974         Log: Fix locale inconsistencies unearthed by Hugo's work.
14975              Now the floating point sprintf really does taint the result
14976              string as perllocale promises (has promised for a long time)
14977              if "use locale" is in the lexical scope.
14978      Branch: perl
14979            ! sv.c t/pragma/locale.t
14980 ____________________________________________________________________________
14981 [  7862] By: jhi                                   on 2000/11/26  00:35:15
14982         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
14983              From: Nicholas Clark <nick@ccl4.org>
14984              Date: Sun, 26 Nov 2000 00:07:50 +0000
14985              Message-ID: <20001126000750.A22446@plum.flirble.org>
14986              
14987              Infinit.
14988      Branch: perl
14989            ! sv.c
14990 ____________________________________________________________________________
14991 [  7861] By: jhi                                   on 2000/11/26  00:01:26
14992         Log: Integrate perlio.
14993      Branch: perl
14994           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
14995 ____________________________________________________________________________
14996 [  7860] By: nick                                  on 2000/11/25  22:04:17
14997         Log: Correct relative path from new ext\Filter\Util\Call location
14998              back to miniperl.
14999      Branch: perlio
15000            ! win32/makefile.mk
15001 ____________________________________________________________________________
15002 [  7859] By: nick                                  on 2000/11/25  21:26:54
15003         Log: Integrate mainline.
15004      Branch: perlio
15005           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15006           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
15007           +> t/lib/filter-util.t
15008            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15009            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15010            - t/lib/filt-util.t
15011           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
15012           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15013           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
15014           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
15015           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
15016           !> win32/makefile.mk
15017 ____________________________________________________________________________
15018 [  7858] By: gsar                                  on 2000/11/25  20:52:17
15019         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
15020              parent's memory; fix it by keeping track of the actual pad
15021              offset rather than a raw pointer (this change is probably also
15022              relevant to non-ithreads case to avoid fallout from reallocs of
15023              the pad array, but is currently only enabled for the ithreads
15024              case in the interests of minimal disruption to existing "well
15025              tested" code)
15026      Branch: perl
15027            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15028            ! proto.h scope.c scope.h sv.c t/op/fork.t
15029 ____________________________________________________________________________
15030 [  7857] By: nick                                  on 2000/11/25  20:01:28
15031         Log: All tests pass on Win32/gcc/USE_PERLIO.
15032              - when crlf layer is pushed make unix-level binary.
15033              - remove :crlf injection in pp_backtick in pp_sys.c
15034              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
15035      Branch: perlio
15036            ! doio.c perlio.c pp_sys.c win32/makefile.mk
15037 ____________________________________________________________________________
15038 [  7856] By: jhi                                   on 2000/11/25  18:38:30
15039         Log: Update the metaconfig units for #7855.
15040      Branch: metaconfig/U/perl
15041            ! useperlio.U usesocks.U
15042 ____________________________________________________________________________
15043 [  7855] By: jhi                                   on 2000/11/25  18:37:54
15044         Log: Undo the SOCKS workarounds, instead start using PerlIO
15045              if SOCKS is selected.
15046              
15047              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
15048              From: Jens Hamisch <jens@Strawberry.COM>
15049              Date: Fri, 24 Nov 2000 18:31:30 +0100
15050              Message-ID: <20001124183130.E28337@Strawberry.COM>
15051              
15052              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
15053              From: Jens Hamisch <jens@Strawberry.COM>
15054              Date: Fri, 24 Nov 2000 19:11:51 +0100
15055              Message-ID: <20001124191151.A28753@Strawberry.COM>
15056      Branch: perl
15057            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
15058            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
15059 ____________________________________________________________________________
15060 [  7854] By: jhi                                   on 2000/11/25  17:39:08
15061         Log: Undo #7848.  Some of the code seems to use walkoptree(),
15062              some walkoptree_slow().  An unfinished renaming?
15063              Now the sub is walkoptree() (which is @EXPORT_OK),
15064              the walkoptree_slow() is a typeglob alias to walkoptree.
15065              This makes the tests to pass, at least.
15066      Branch: perl
15067            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15068 ____________________________________________________________________________
15069 [  7853] By: nick                                  on 2000/11/24  22:24:33
15070         Log: Re-arrange crlf vs binary for platforms that care.
15071              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
15072              Lip-service to making stdio layer work on such platfroms (untested).
15073              Now fails 3 tests rather than one, checkin to see if I can debug 
15074              the issue under linux. (Do not merge.)
15075      Branch: perlio
15076            ! doio.c perlio.c perliol.h
15077 ____________________________________________________________________________
15078 [  7852] By: jhi                                   on 2000/11/24  18:57:39
15079         Log: AUTHORS edits.
15080      Branch: perl
15081            ! AUTHORS
15082 ____________________________________________________________________________
15083 [  7851] By: jhi                                   on 2000/11/24  17:34:56
15084         Log: Add Jan-Erik Karlsson.
15085      Branch: perl
15086            ! AUTHORS
15087 ____________________________________________________________________________
15088 [  7850] By: jhi                                   on 2000/11/24  17:27:56
15089         Log: Configure should find stdchar on its own.
15090      Branch: perl
15091            ! hints/solaris_2.sh
15092 ____________________________________________________________________________
15093 [  7849] By: jhi                                   on 2000/11/24  17:24:55
15094         Log: Subject: PATCH over 7848: Filter test flawed
15095              From: andreas.koenig@anima.de (Andreas J. Koenig)
15096              Date: 24 Nov 2000 10:28:29 +0100
15097              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
15098      Branch: perl
15099            ! t/lib/filter-util.t
15100 ____________________________________________________________________________
15101 [  7848] By: jhi                                   on 2000/11/24  17:22:15
15102         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
15103              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
15104              Date: Fri, 24 Nov 2000 16:12:58 +0000
15105              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
15106      Branch: perl
15107            ! ext/B/B.pm
15108 ____________________________________________________________________________
15109 [  7847] By: jhi                                   on 2000/11/24  03:07:01
15110         Log: Integrate perlio.
15111      Branch: perl
15112           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
15113           !> win32/makefile.mk
15114 ____________________________________________________________________________
15115 [  7846] By: gsar                                  on 2000/11/24  00:55:57
15116         Log: integrate changes#6415..6418,6420..6438 from mainline
15117              
15118              Fix the bitvector ops for utf8 (tricky since past 7 bits
15119              the utf8 'characters' can be more than one octet).
15120              
15121              MPE/ix updates for perl 5.6.0 from Mark Bixby.
15122              
15123              Subject: SDBM_File documentation
15124              
15125              Detypo.
15126              
15127              Decutandpasto.
15128              
15129              Send all installperl messages to STDERR and be -w clean.
15130              
15131              Out-of-date note removed.
15132              
15133              Protect against "wild next"s, that is, callbacks doing "next"
15134              instead of "return".
15135              
15136              Use STDOUT consistently.
15137              
15138              The output might have been produced in the wrong order.
15139              
15140              A missing 'break' after the [[:space:]] switch case.
15141              
15142              Add tests for
15143              [ID 19991110.003] another matching finding by pcre author
15144              which has already been fixed by some patch, as verified in
15145              
15146              Documentation to explain the behaviour of map().
15147              
15148              Add an optimization for map-maps-a-list-element-to-more-list-elements
15149              case, but add also notes explaining the relationship of this
15150              patch and the earlier notes by Sarathy.
15151              
15152              Subject: [ID 20000716.023] syslog test fails without sockets
15153              
15154              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
15155              Test cases for #6431.
15156              
15157              File::Spec::VMS fixup for tmpdir from Craig Berry.
15158              
15159              Make the "uninit variable" warning to say "concat or string"
15160              or "join or string" when in concat or join .
15161              
15162              Get UTF16 BOMs working.  Patch from
15163              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
15164              
15165              Subject: [PATCH] Make large file tests deal with SIGXFSZ
15166              
15167              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
15168              
15169              Subject: [PATCH] av.c apidoc
15170      Branch: maint-5.6/perl
15171           !> (integrate 43 files)
15172 ____________________________________________________________________________
15173 [  7845] By: gsar                                  on 2000/11/24  00:20:45
15174         Log: integrate changes#6406..6414 from mainline
15175              
15176              Merge perlhacktut into perlhack, update perlguts.
15177              
15178              Fix AutoSplit to use File::Spec the right way in VMS,
15179              from Peter Prymmer.
15180              
15181              The bug report
15182              [ID 19991110.002] minimal matching discrepancy found by pcre author
15183              seems to have been fixed (though differently from what was suggested
15184              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
15185              
15186              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
15187              not in pod, from Peter Prymmer
15188              
15189              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
15190              From: Hugo <hv@crypt.compulink.co.uk>
15191              Date: Fri, 14 Jul 2000 23:05:20 +0100
15192              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
15193              
15194              Didn't anymore apply, but that point still could use another fix.
15195              
15196              lib/b test fixes from Peter Prymmer.
15197              
15198              More docs for sv functions.
15199              
15200              perlvms.pod whitespace cleanup to keep pod utils happy.
15201              
15202              another VMS build tweak from Peter Prymmer
15203      Branch: maint-5.6/perl
15204           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
15205           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
15206           !> vms/descrip_mms.template vms/perlvms.pod
15207 ____________________________________________________________________________
15208 [  7844] By: nick                                  on 2000/11/23  23:42:45
15209         Log: Win32/perlio Now just fails one io/argv.t test - lack 
15210              of default :crlf on standard streams.
15211      Branch: perlio
15212            ! doio.c perlio.c
15213 ____________________________________________________________________________
15214 [  7843] By: nick                                  on 2000/11/23  23:04:05
15215         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
15216              peek fail is showing a real problem (multiple crlf layers
15217              are getting pushed.)
15218      Branch: perlio
15219            ! doio.c perlio.c win32/makefile.mk
15220 ____________________________________________________________________________
15221 [  7842] By: nick                                  on 2000/11/23  19:46:23
15222         Log: Implement PerlIO_binmode()
15223              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
15224              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
15225              make binmode in t/lib/io_tell.t unconditional so that works.
15226              Checkin just so Win32 machine can see these changes.
15227      Branch: perlio
15228            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
15229 ____________________________________________________________________________
15230 [  7841] By: jhi                                   on 2000/11/23  19:30:00
15231         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
15232      Branch: perl
15233            ! README.amiga
15234 ____________________________________________________________________________
15235 [  7840] By: jhi                                   on 2000/11/23  17:18:02
15236         Log: SOCKS wrestling continues, patches from Jens Hamisch.
15237      Branch: perl
15238            ! doio.c embed.h embed.pl perlsdio.h proto.h
15239 ____________________________________________________________________________
15240 [  7839] By: jhi                                   on 2000/11/23  16:54:14
15241         Log: Push Filter::Util::Call one level deeper.
15242      Branch: perl
15243            + t/lib/filter-util.t
15244           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15245           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
15246            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15247            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15248            - t/lib/filt-util.t
15249            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
15250            ! win32/Makefile win32/makefile.mk
15251 ____________________________________________________________________________
15252 [  7838] By: jhi                                   on 2000/11/23  16:52:40
15253         Log: Reach back one higher up when searching for PERL_SRC.
15254      Branch: perl
15255            ! lib/ExtUtils/MM_Unix.pm
15256 ____________________________________________________________________________
15257 [  7837] By: jhi                                   on 2000/11/23  16:05:41
15258         Log: Subject: Re: perl@7826
15259              Date: Thu, 23 Nov 2000 02:20:25 -0600
15260              From: "Craig A. Berry" <craigberry@mac.com>
15261              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
15262              
15263              Make VMS to like Filter::Util::Call. 
15264      Branch: perl
15265            ! configure.com ext/Filter/Util/Makefile.PL
15266 ____________________________________________________________________________
15267 [  7836] By: nick                                  on 2000/11/23  16:04:08
15268         Log: Implement crlf layer - not ready for merge.
15269      Branch: perlio
15270            ! perlio.c win32/makefile.mk
15271 ____________________________________________________________________________
15272 [  7835] By: jhi                                   on 2000/11/23  15:56:52
15273         Log: STDCHAR is different in Sparc v9 vs x86.
15274      Branch: perl
15275            ! hints/solaris_2.sh
15276 ____________________________________________________________________________
15277 [  7834] By: jhi                                   on 2000/11/23  15:50:47
15278         Log: The type needs to be visible to protos.
15279      Branch: perl
15280            ! perl.h
15281 ____________________________________________________________________________
15282 [  7833] By: jhi                                   on 2000/11/23  15:40:46
15283         Log: Finish unfinished SOCKS workaround changes.
15284      Branch: perl
15285            ! doio.c
15286 ____________________________________________________________________________
15287 [  7832] By: jhi                                   on 2000/11/23  15:33:30
15288         Log: Integrate perlio.
15289      Branch: perl
15290           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15291           !> win32/makefile.mk
15292 ____________________________________________________________________________
15293 [  7831] By: nick                                  on 2000/11/23  10:31:07
15294         Log: Correct makefile.mk dependancies for ext/Filter/Util
15295              Build ext/Encode
15296              Run dmake regen_config_h
15297      Branch: perlio
15298            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15299            ! win32/makefile.mk
15300 ____________________________________________________________________________
15301 [  7830] By: nick                                  on 2000/11/23  08:05:07
15302         Log: Integrate mainline
15303      Branch: perlio
15304           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15305           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
15306           +> t/lib/filt-util.pl t/lib/filt-util.t
15307           !> (integrate 41 files)
15308 ____________________________________________________________________________
15309 [  7829] By: gsar                                  on 2000/11/23  03:07:11
15310         Log: build the Filter extension on windows
15311      Branch: perl
15312            ! win32/Makefile win32/makefile.mk
15313 ____________________________________________________________________________
15314 [  7828] By: gsar                                  on 2000/11/23  02:46:35
15315         Log: regenerate win32/config* and fix some inconsistencies in the
15316              makefiles; always export Perl_deb() because it is needed
15317              by ext/re/* (whether perl itself is built with -DDEBUGGING
15318              or not)
15319      Branch: perl
15320            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
15321            ! win32/config_H.vc win32/makefile.mk
15322 ____________________________________________________________________________
15323 [  7827] By: gsar                                  on 2000/11/23  02:18:38
15324         Log: get sources building on windows+MSVC again (untested with other
15325              compilers)
15326      Branch: perl
15327            ! win32/include/sys/socket.h win32/perllib.c
15328 ____________________________________________________________________________
15329 [  7826] By: jhi                                   on 2000/11/23  01:18:26
15330         Log: Update Changes.
15331      Branch: perl
15332            ! Changes patchlevel.h
15333 ____________________________________________________________________________
15334 [  7825] By: jhi                                   on 2000/11/23  00:20:41
15335         Log: Subject: Re: av.c patch (having slight problems)
15336              From: "Ben Tilly" <ben_tilly@hotmail.com>
15337              Date: Tue, 21 Nov 2000 23:29:31 -0500
15338              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
15339              
15340              unshift() speedup.
15341      Branch: perl
15342            ! av.c
15343 ____________________________________________________________________________
15344 [  7824] By: jhi                                   on 2000/11/22  23:59:15
15345         Log: Fixes for signedness warnings noticed by VMSperlers.
15346      Branch: perl
15347            ! ext/Storable/Storable.xs regcomp.c sv.c
15348 ____________________________________________________________________________
15349 [  7823] By: jhi                                   on 2000/11/22  23:19:31
15350         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
15351              From: Peter Prymmer <pvhp@forte.com>
15352              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
15353              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
15354      Branch: perl
15355            ! t/pragma/warn/pp_hot
15356 ____________________________________________________________________________
15357 [  7822] By: jhi                                   on 2000/11/22  22:52:20
15358         Log: Be clean.
15359      Branch: perl
15360            ! Makefile.SH
15361 ____________________________________________________________________________
15362 [  7821] By: jhi                                   on 2000/11/22  22:46:39
15363         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
15364              by Damian Conway, as suggested by Paul Marquess.
15365      Branch: perl
15366            + lib/Filter/Simple.pm
15367 ____________________________________________________________________________
15368 [  7820] By: jhi                                   on 2000/11/22  22:45:51
15369         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
15370      Branch: perl
15371            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15372            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15373            + t/lib/filt-util.t
15374            ! MANIFEST
15375 ____________________________________________________________________________
15376 [  7819] By: jhi                                   on 2000/11/22  22:03:27
15377         Log: Integrate perlio.
15378      Branch: perl
15379           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
15380           !> win32/makefile.mk
15381 ____________________________________________________________________________
15382 [  7818] By: jhi                                   on 2000/11/22  21:56:02
15383         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
15384      Branch: perl
15385            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
15386            ! t/lib/io_sock.t
15387 ____________________________________________________________________________
15388 [  7817] By: jhi                                   on 2000/11/22  21:39:49
15389         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
15390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15391              Date: Wed, 22 Nov 2000 16:08:12 -0500
15392              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
15393      Branch: perl
15394            ! lib/ExtUtils/Liblist.pm
15395 ____________________________________________________________________________
15396 [  7816] By: jhi                                   on 2000/11/22  21:38:25
15397         Log: Go ahead and #include <unistd.h> in perl.h.
15398      Branch: perl
15399            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
15400            ! util.c
15401 ____________________________________________________________________________
15402 [  7815] By: jhi                                   on 2000/11/22  21:22:52
15403         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
15404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15405              Date: Mon, 20 Nov 2000 18:30:52 -0500
15406              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
15407      Branch: perl
15408            ! pod/perlre.pod regcomp.c t/op/re_tests
15409 ____________________________________________________________________________
15410 [  7814] By: jhi                                   on 2000/11/22  21:21:46
15411         Log: Subject: [PATCH 5.7.0] Liblist finally works
15412              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15413              Date: Tue, 21 Nov 2000 22:02:17 -0500
15414              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
15415      Branch: perl
15416            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
15417            ! lib/ExtUtils/MakeMaker.pm
15418 ____________________________________________________________________________
15419 [  7813] By: jhi                                   on 2000/11/22  21:20:23
15420         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
15421              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15422              Date: Wed, 22 Nov 2000 17:53:15 +0100
15423              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
15424              
15425              AIX dynaloader and perlio patch.
15426      Branch: perl
15427            ! ext/DynaLoader/dl_aix.xs
15428 ____________________________________________________________________________
15429 [  7812] By: jhi                                   on 2000/11/22  21:17:52
15430         Log: (Accidentally empty patch.)
15431      Branch: perl
15432            ! av.c
15433 ____________________________________________________________________________
15434 [  7811] By: jhi                                   on 2000/11/22  21:16:31
15435         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
15436              From: Peter Prymmer <pvhp@forte.com>
15437              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
15438              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
15439      Branch: perl
15440            ! vms/test.com
15441 ____________________________________________________________________________
15442 [  7810] By: jhi                                   on 2000/11/22  21:15:36
15443         Log: Subject: Re: perl@7777 
15444              From: "John P. Linderman" <jpl@research.att.com>
15445              Date: Wed, 22 Nov 2000 13:11:11 -0500
15446              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
15447              
15448              Detypoing.
15449      Branch: perl
15450            ! lib/CPAN.pm
15451 ____________________________________________________________________________
15452 [  7809] By: jhi                                   on 2000/11/22  21:14:19
15453         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
15454              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15455              Date:     Wed, 22 Nov 2000 13:51:37 EST
15456              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
15457      Branch: perl
15458            ! perlsdio.h
15459 ____________________________________________________________________________
15460 [  7808] By: jhi                                   on 2000/11/22  21:13:27
15461         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
15462              From: Casey Tweten <crt@kiski.net>
15463              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
15464              Message-Id: <200011201653.LAA10194@home.kiski.net>
15465      Branch: perl
15466            ! t/lib/io_udp.t
15467 ____________________________________________________________________________
15468 [  7807] By: jhi                                   on 2000/11/22  21:12:35
15469         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
15470              From: Casey Tweten <crt@kiski.net>
15471              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
15472              Message-Id: <200011201636.LAA07227@home.kiski.net>
15473      Branch: perl
15474            ! t/lib/io_sock.t
15475 ____________________________________________________________________________
15476 [  7806] By: jhi                                   on 2000/11/22  21:10:59
15477         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
15478              From: "Casey R. Tweten" <crt@kiski.net>
15479              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
15480              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
15481      Branch: perl
15482            ! utils/h2xs.PL
15483 ____________________________________________________________________________
15484 [  7805] By: nick                                  on 2000/11/22  21:05:06
15485         Log: Integrate mainline
15486      Branch: perlio
15487           !> Changes Porting/genlog ext/DB_File/DB_File.xs
15488           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
15489           !> utils/perlbug.PL
15490 ____________________________________________________________________________
15491 [  7804] By: jhi                                   on 2000/11/22  21:01:12
15492         Log: Subject: [PATCH] Test.pm POD peculiarity
15493              From: "Casey R. Tweten" <crt@kiski.net>
15494              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
15495              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
15496      Branch: perl
15497            ! lib/Test.pm
15498 ____________________________________________________________________________
15499 [  7803] By: jhi                                   on 2000/11/22  20:59:59
15500         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
15501              From: "Philip Newton" <pnewton@gmx.de>
15502              Date: Wed, 22 Nov 2000 14:25:53 +0100
15503              Message-Id: <3A1BD771.25462.1939FAD@localhost>
15504              
15505              Be case-understanding also on 's', and use the -oi of sendmail
15506              not to terminate the transmission on a lone '.'.
15507      Branch: perl
15508            ! utils/perlbug.PL
15509 ____________________________________________________________________________
15510 [  7802] By: nick                                  on 2000/11/22  20:51:42
15511         Log: Win32 PerlIO intermediate state now working as expected.
15512              - In current state we are still using C runtime in text/binary
15513              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
15514              - PERLIO=stdio and PERLIO=unix pass all expected tests.
15515              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
15516              and PerlIO_seek() and the dummy crlf layer is not making adjustments
15517              for CRLF translation happening in C runtime. All other tests pass.
15518              
15519              Added note to README.win32 to point out the snags of doing a perl build
15520              with Norton AntiVirus turned on.
15521              
15522              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
15523              which file a fail comes from.
15524              
15525              Updated "canned" config.h to match the one generated.
15526      Branch: perlio
15527            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
15528            ! win32/makefile.mk
15529 ____________________________________________________________________________
15530 [  7801] By: jhi                                   on 2000/11/22  06:50:20
15531         Log: Nickety nits.
15532      Branch: perl
15533            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
15534 ____________________________________________________________________________
15535 [  7800] By: jhi                                   on 2000/11/22  01:29:55
15536         Log: Changes had accidentally gone too silent on non-main branches.
15537      Branch: perl
15538            ! Changes Porting/genlog patchlevel.h
15539 ____________________________________________________________________________
15540 [  7799] By: gsar                                  on 2000/11/22  01:02:56
15541         Log: some lib_pm.PL changes snuck in via change#7772
15542      Branch: maint-5.6/perl
15543            ! Makefile.SH
15544 ____________________________________________________________________________
15545 [  7798] By: nick                                  on 2000/11/21  21:59:40
15546         Log: Integrate mainline
15547      Branch: perlio
15548           !> (integrate 28 files)
15549 ____________________________________________________________________________
15550 [  7797] By: jhi                                   on 2000/11/21  21:01:45
15551         Log: Integrate perlio.
15552      Branch: perl
15553           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
15554 ____________________________________________________________________________
15555 [  7796] By: nick                                  on 2000/11/21  20:36:22
15556         Log: Win32 builds and runs (mostly) with USE_PERLIO.
15557              PERLIO=perlio passes all tests. 
15558              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
15559      Branch: perlio
15560            ! perlio.c win32/perllib.c win32/win32.c
15561 ____________________________________________________________________________
15562 [  7795] By: jhi                                   on 2000/11/21  19:03:44
15563         Log: Update Changes.
15564      Branch: perl
15565            ! Changes patchlevel.h
15566 ____________________________________________________________________________
15567 [  7794] By: jhi                                   on 2000/11/21  18:56:34
15568         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
15569              From: "Craig A. Berry" <craigberry@mac.com>
15570              Date: Mon, 20 Nov 2000 20:27:06 -0600
15571              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
15572              
15573              A cut-and-pasto.
15574      Branch: perl
15575            ! perlio.h
15576 ____________________________________________________________________________
15577 [  7793] By: jhi                                   on 2000/11/21  18:54:41
15578         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
15579              From: Dominic Dunlop <domo@computer.org> 
15580              Date: Mon, 20 Nov 2000 18:55:29 +0100
15581              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
15582              
15583              va_copy() and the need of it.
15584              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
15585      Branch: metaconfig/U/perl
15586            + need_va_copy.U
15587      Branch: perl
15588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15589            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
15590            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15591            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15592            ! win32/config.bc win32/config.gc win32/config.vc
15593 ____________________________________________________________________________
15594 [  7792] By: jhi                                   on 2000/11/21  17:04:10
15595         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
15596      Branch: perl
15597           !> scope.h
15598 ____________________________________________________________________________
15599 [  7791] By: jhi                                   on 2000/11/21  17:01:16
15600         Log: Export the SOCKS workaround symbols only if necessary.
15601      Branch: perl
15602            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
15603 ____________________________________________________________________________
15604 [  7790] By: nick                                  on 2000/11/20  23:57:11
15605         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
15606      Branch: perlio
15607            ! scope.h
15608 ____________________________________________________________________________
15609 [  7789] By: nick                                  on 2000/11/20  23:38:33
15610         Log: Integrate mainline
15611      Branch: perlio
15612           +> lib/File/Spec/Epoc.pm
15613           !> (integrate 34 files)
15614 ____________________________________________________________________________
15615 [  7788] By: nick                                  on 2000/11/20  23:20:18
15616         Log: Make extra buffer layer work (dummy crlf layer)
15617      Branch: perlio
15618            ! doio.c perlio.c perlio.h
15619 ____________________________________________________________________________
15620 [  7787] By: jhi                                   on 2000/11/20  22:44:04
15621         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
15622              From: Peter Prymmer <pvhp@forte.com>
15623              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
15624              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
15625      Branch: perl
15626            ! t/pragma/locale.t
15627 ____________________________________________________________________________
15628 [  7786] By: jhi                                   on 2000/11/20  22:29:10
15629         Log: Subject: DOC PATCH 5.6.0 perlreftut
15630              From: mjd@plover.com
15631              Date: 20 Nov 2000 19:45:06 -0000
15632              Message-ID: <20001120194506.9505.qmail@plover.com>
15633      Branch: perl
15634            ! pod/perlreftut.pod
15635 ____________________________________________________________________________
15636 [  7785] By: jhi                                   on 2000/11/20  22:27:44
15637         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
15638              From: David Dyck <dcd@tc.fluke.com>
15639              Date: Mon, 20 Nov 2000 11:43:40 -0800
15640              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
15641      Branch: perl
15642            ! lib/Cwd.pm
15643 ____________________________________________________________________________
15644 [  7784] By: jhi                                   on 2000/11/20  22:23:21
15645         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
15646              Date: Mon, 20 Nov 2000 17:06:10 -0500
15647              To: Mailing list Perl5 <perl5-porters@perl.org>
15648              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
15649      Branch: perl
15650            ! pp_ctl.c t/op/pat.t
15651 ____________________________________________________________________________
15652 [  7783] By: jhi                                   on 2000/11/20  22:11:18
15653         Log: Subject: [PATCH] doop.c - UTF8 tr///               
15654              From: Simon Cozens <simon@cozens.net>
15655              Date: Sat, 18 Nov 2000 18:49:30 +0000
15656              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
15657              
15658              Subject: Re: [PATCH] doop.c - UTF8 tr///           
15659              From: Simon Cozens <simon@cozens.net>
15660              Date: Mon, 20 Nov 2000 20:45:22 +0000
15661              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
15662              
15663              Make tr on UTF-8 better but still not correct.
15664      Branch: perl
15665            ! doop.c
15666 ____________________________________________________________________________
15667 [  7782] By: jhi                                   on 2000/11/20  22:02:16
15668         Log: Remove the shared object before attempting to create
15669              (by linking) a new one.  E.g. in AIX not removing
15670              becomes quite painful if one tries to do more than one
15671              build in the same tree (an interrupted build, for example),
15672              since the AIX' shared dynaloader seemingly keeps the shared
15673              objects open and therefore 'busy' for quite a while, even when
15674              nobody is using the objects, leading into link failures.
15675      Branch: perl
15676            ! lib/ExtUtils/MM_Unix.pm
15677 ____________________________________________________________________________
15678 [  7781] By: gsar                                  on 2000/11/20  19:02:55
15679         Log: type mismatch due to faulty integration
15680      Branch: maint-5.6/perl
15681            ! toke.c win32/Makefile
15682 ____________________________________________________________________________
15683 [  7780] By: gsar                                  on 2000/11/20  17:31:55
15684         Log: integrate changes#6392,6394..6399,6401..6404
15685              
15686              The {multiplier} of a fixed substring was overlooked which
15687              caused a wrong initial search offset for that substring.
15688              
15689              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
15690              From: Hugo <hv@crypt.compulink.co.uk>
15691              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
15692              Date: Thu, 13 Jul 2000 19:27:13 +0100
15693              
15694              Fix the BOM bug: not a byteorder bug, a signedness bug.
15695              
15696              Replace change #6337 with a better one.
15697              
15698              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
15699              From: Hugo <hv@crypt.compulink.co.uk>
15700              Date: Fri, 14 Jul 2000 04:16:20 +0100
15701              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
15702              
15703              MakeMaker should not remove editor backups (*~) on `make clean`
15704              by default (completes change#6383)
15705              
15706              move new variables to the end of the interpreter structure (for
15707              bincompat in code that doesn't #include XSUB.h)
15708              
15709              rename totally bletcherous SvLOCK() thingy (doesn't do what the
15710              name suggests anyway)
15711              
15712              various cleanups (typos, misformatted code, and small bugs)
15713              
15714              typecasts needed for change#6394
15715              
15716              typos in change#6399, regen headers
15717              
15718              inconsistent types needs casts
15719              
15720              PERL_OBJECT build tweaks
15721      Branch: maint-5.6/perl
15722           !> MANIFEST doop.c embed.h embed.pl embedvar.h
15723           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
15724           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
15725           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
15726           !> toke.c util.c
15727 ____________________________________________________________________________
15728 [  7779] By: gsar                                  on 2000/11/20  17:06:29
15729         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
15730              
15731              Cosmetics and perldelta.
15732              
15733              Fix nits noticed by Boston.pm.
15734              
15735              Do the cc sanity check both before the hints and
15736              after the cc selction.
15737              
15738              get sprintf.t to adjust properly for 3-digit exponents
15739              
15740              don't clobber *.orig files on *clean targets
15741              
15742              fix bugs in processing %v-*d and similar format specs (from
15743              Avi Finkel <avi@finkel.org>)
15744              
15745              sprintf test tweaks (from Dominic Dunlop)
15746              
15747              new selfloader.t in change#6183 doesn't close DATA handles,
15748              and thus fails to clean up tmp files on dosish platforms
15749              
15750              typos (spotted by Peter Prymmer)
15751              
15752              typo fix from Craig Berry
15753      Branch: maint-5.6/perl
15754           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
15755           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
15756           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
15757           !> x2p/Makefile.SH
15758 ____________________________________________________________________________
15759 [  7778] By: gsar                                  on 2000/11/20  16:46:51
15760         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
15761              
15762              Subject: Re: format bug report  [Patch]
15763              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15764              Date: Wed, 05 Jul 2000 13:12:52 +0200
15765              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
15766              
15767              Subject: Re: format bug report  [Patch]
15768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15769              Date: Wed, 05 Jul 2000 14:10:01 +0200
15770              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
15771              
15772              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
15773              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15774              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
15775              Date: Fri, 07 Jul 2000 17:57:16 +0100
15776              
15777              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
15778              To: perl5-porters@perl.org
15779              From: Karsten Sperling <spiff@phreax.net>
15780              Date: Mon, 10 Jul 2000 15:12:52 +0200
15781              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
15782              
15783              README.posix-bc podified from Thomas Dorner.
15784              
15785              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
15786              From: Dominic Dunlop <domo@computer.org>
15787              Date: Tue, 11 Jul 2000 12:27:33 +0200
15788              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
15789              
15790              Typo in #6341.
15791              
15792              Fix for
15793              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
15794              From: Roderick Schertler <roderick@argon.org>
15795              Date: Tue, 11 Jul 2000 13:55:05 -0400
15796              Message-Id: <200007111755.NAA05077@jones.argon.org>
15797              
15798              Minor cleanups on the booklist.
15799              
15800              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
15801              regen perltoc.
15802              
15803              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
15804      Branch: maint-5.6/perl
15805           +> pod/perlbook.pod
15806           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
15807           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
15808           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
15809 ____________________________________________________________________________
15810 [  7777] By: jhi                                   on 2000/11/20  16:08:49
15811         Log: Update Changes.
15812      Branch: perl
15813            ! Changes patchlevel.h
15814 ____________________________________________________________________________
15815 [  7776] By: jhi                                   on 2000/11/20  15:27:56
15816         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
15817              This may be overly harsh but until proven otherwise, we think this
15818              way, or until we have a simple test for Configure (having to start
15819              up servers is does not count as simple) to check for the problems.
15820      Branch: perl
15821            ! perl.h
15822 ____________________________________________________________________________
15823 [  7775] By: jhi                                   on 2000/11/20  15:22:17
15824         Log: Solaris hints tweaks.
15825      Branch: perl
15826            ! hints/solaris_2.sh
15827 ____________________________________________________________________________
15828 [  7774] By: jhi                                   on 2000/11/20  15:01:20
15829         Log: Add a workaround to SOCKS 64-bit problems.
15830      Branch: perl
15831            ! doio.c embed.h embed.pl perlsdio.h proto.h
15832 ____________________________________________________________________________
15833 [  7773] By: jhi                                   on 2000/11/20  14:51:47
15834         Log: sysseek() instead of seek().
15835      Branch: perl
15836            ! t/lib/syslfs.t
15837 ____________________________________________________________________________
15838 [  7772] By: gsar                                  on 2000/11/20  13:06:23
15839         Log: integrate changes#6315..6319,6321..6331,6333..6338
15840              
15841              Integrate with Sarathy, preliminary fix for unicos
15842              alignment problems in [ID 20000612.002] Perl problem on Cray system.
15843              
15844              some debugger output does not go to the socket when RemotePort is set
15845              
15846              winsock cleanup never done on Windows (leads to handle leaks)
15847              
15848              fix UNC path handling on Windows under ithreads, and chdir()
15849              return value when given a non-existent directory
15850              
15851              Autogenerate pod/Makefile and pod/buildtoc.
15852              buildtoc also checks whether the existin pods are
15853              mentioned in MANIFEST and perl.pod, and vice versa.
15854              (None of the thusly found discrepancies fixed yet.)
15855              roffitall also needs to be autogenerated similarly but it
15856              seems so badly out of date that I didn't touch it yet.
15857              
15858              Config is being used.
15859              
15860              Add =head1 NAMEs so that buildtoc is happy.
15861              (The CGI::Util nit reported to Lincoln.)
15862              
15863              Fix complaints of buildtoc.
15864              
15865              Fix the alignment problem in Crays ([ID 20000612.002]).
15866              
15867              Remove perlbook, update perlfaq book listing,
15868              rearrange perl.pod, regenerate perltoc.
15869              
15870              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
15871              was cast to an unsigned (32-bit) integer with wild abandon.
15872              
15873              winsock options weren't being set in all threads under ithreads
15874              (caused send()s from second and subsequent threads to fail)
15875              
15876              accept() leaks memory on windows due to incorrect ordering of
15877              closesocket() and fclose() calls
15878              
15879              Reorder perl.pod once more.
15880              
15881              More POSIX.pod tweaks.
15882              
15883              Sprinkle ldlibpath.
15884              
15885              Precedence goof, fix based on
15886              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
15887              From: Hugo <hv@crypt.compulink.co.uk>
15888              Date: Tue, 11 Jul 2000 12:52:38 +0100
15889              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
15890              
15891              Subject: PATCH perlguts.pod: Document D and d magic types
15892              From: mjd@plover.com
15893              Date: 5 Jul 2000 18:01:51 -0000
15894              Message-ID: <20000705180151.29413.qmail@plover.com>
15895              
15896              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
15897              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
15898              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
15899              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
15900              
15901              Subject: [PATCH cfgperl] $& segfaults if you trick it
15902              From: simon@brecon.co.uk (Simon Cozens)
15903              Date: 7 Jul 2000 11:26:09 GMT
15904              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
15905              
15906              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
15907              From: Hugo <hv@crypt.compulink.co.uk>
15908              Date: Tue, 11 Jul 2000 12:44:50 +0100
15909              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
15910              
15911              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
15912              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15913              Date: Tue, 11 Jul 2000 13:50:51 +0100
15914              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
15915      Branch: maint-5.6/perl
15916           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
15917           +> pod/buildtoc.PL
15918            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
15919           !> (integrate 26 files)
15920 ____________________________________________________________________________
15921 [  7771] By: gsar                                  on 2000/11/20  12:31:42
15922         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
15923              6310,6311,6314
15924              
15925              Subject: [PATCH bleedperl] File::Spec 0.82 beta
15926              From: Barrie Slaymaker <barries@jester.slaysys.com>
15927              Date: Wed, 28 Jun 2000 11:35:29 -0400
15928              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
15929              
15930              tweak perlembed for multiplicity/usethreads sanity; correct notes
15931              about Windows
15932              
15933              localize %INC in a Safe compartment so that use/require work
15934              (many other magic globals probably need similar treatment)
15935              
15936              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
15937              when @_ is modified, causing coredumps
15938              
15939              slurp mode fix in change#4736 still not quite right
15940              
15941              Point to perlipc for more SysV IPC examples.
15942              
15943              Elaborate POSIX.pod.  Still needs work.
15944              
15945              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
15946              
15947              fix large memory leak that has been around for ever, masked by
15948              -DPURIFY (most of the arenas were never freed!)
15949              
15950              fix memory leak on Windows (PL_sys_intern contents were never
15951              freed)
15952              
15953              PERL_OBJECT build tweak
15954              
15955              adjust change#6299
15956              
15957              remove rel2abs prototypes (from Barrie Slaymaker)
15958              
15959              missing perldiag entry for unpack("w",...) diagnostic (from
15960              Andreas Koenig)
15961              
15962              better diagnostic on Frob->stuff() when Frob:: doesn't exist
15963              (from Richard Soderberg <rs@oregonnet.com>)
15964              
15965              Win32 patches for cfgperl from Sarathy.
15966              
15967              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
15968              
15969              More POSIX.pod embellishment.
15970              
15971              tyop in change#6306
15972      Branch: maint-5.6/perl
15973           !> (integrate 44 files)
15974 ____________________________________________________________________________
15975 [  7770] By: gsar                                  on 2000/11/20  11:51:00
15976         Log: integrate changes#6268..6282 from cfgperl branch
15977              
15978              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
15979              From: Dominic Dunlop <domo@computer.org>
15980              Date: Thu, 29 Jun 2000 12:32:39 +0200
15981              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
15982              
15983              Regen headers for #6261 (and update embed.pl for this) and #6267,
15984              silence few compiler warnings.
15985              
15986              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
15987              From: Nicholas Clark <nick@talking.bollo.cx>
15988              Date: Fri, 23 Jun 2000 16:21:15 +0100
15989              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
15990              
15991              Subject: PATCH pod/perltie.pod
15992              From: Ian Phillipps <Ian.Phillipps@iname.com>
15993              Date: Fri, 16 Jun 2000 00:17:19 +0100
15994              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
15995              (only the first hunk, the second hunk had already been done
15996              by some other patch)
15997              
15998              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
15999              From: Tom Phoenix <rootbeer@redcat.com>
16000              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
16001              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
16002              
16003              Subject: [PATCH] xsub attributes
16004              From: Doug MacEachern <dougm@covalent.net>
16005              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
16006              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
16007              
16008              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
16009              From: Andy Dougherty <doughera@lafayette.edu>
16010              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
16011              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
16012              
16013              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
16014              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16015              Date: Tue, 13 Jun 2000 02:43:48 -0500
16016              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
16017              
16018              Subject: [PATCH] Re: eval documentation: context
16019              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16020              Date: Mon, 12 Jun 2000 15:07:29 +0100
16021              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
16022              
16023              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
16024              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16025              Date: Mon, 12 Jun 2000 14:55:59 +0100
16026              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
16027              
16028              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
16029              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
16030              Date: Fri, 09 Jun 2000 12:39:27 -0400
16031              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
16032              (plus update the version "number" of Text::Wrap)
16033              
16034              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
16035              From: Tim Ayers <tayers@bridge.com>
16036              Date: Thu, 08 Jun 2000 08:11:06 +0200
16037              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
16038              [resent by Richard Foley, Message-Id probably wrong]
16039              
16040              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
16041              From: rspier@pobox.com (Robert Spier)
16042              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
16043              Message-ID: <14654.31913.845602.610277@rls.cx>
16044              
16045              Subject: [PATCH 5.6.0] utils/h2xs.PL
16046              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16047              Date: Wed, 7 Jun 2000 04:02:04 -0500
16048              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
16049              
16050              Subject: [PATCH 5.6.0]ITHREADs for VMS
16051              From: Dan Sugalski <dan@sidhe.org>
16052              Date: Tue, 06 Jun 2000 11:59:50 -0400
16053              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
16054      Branch: maint-5.6/perl
16055           !> (integrate 31 files)
16056 ____________________________________________________________________________
16057 [  7769] By: gsar                                  on 2000/11/20  11:29:06
16058         Log: integrate changes#6261..6266 from cfgperl
16059              
16060              Subject: Re: [PATCH cfgperl] BOMs away!
16061              From: simon@brecon.co.uk (Simon Cozens)
16062              Date: 17 Jun 2000 11:49:57 GMT
16063              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
16064              
16065              Subject: 5.6.0 Patch for EPOC
16066              From: Olaf Flebbe <o.flebbe@gmx.de>
16067              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
16068              Message-ID: <23449.960929969@www11.gmx.net>
16069              
16070              tr fixes from Simon Cozens
16071              
16072              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
16073              From: Marty Lucich <marty@netcom.com>
16074              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
16075              Message-Id: <200006282116.OAA11148@netcom.com>
16076              ccdlflags update (the BSD/OS 4.1 part had already been taken
16077              care of by #6141).
16078              
16079              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
16080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16081              Date: Wed, 28 Jun 2000 17:50:12 -0700
16082              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
16083              
16084              Subject: [PATCH 5.6.0] cygwin port
16085              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
16086              From: "Fifer, Eric" <EFifer@sanwaint.com>
16087              Date: Thu, 29 Jun 2000 12:58:29 +0100
16088      Branch: maint-5.6/perl
16089           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
16090           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
16091           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16092           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
16093 ____________________________________________________________________________
16094 [  7768] By: gsar                                  on 2000/11/20  11:13:44
16095         Log: integrate changes#6252..6256,6259..6260
16096              
16097              Paranoia tweak on #6249.
16098              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
16099              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
16100              Date: Sun, 25 Jun 2000 23:43:12 -0400
16101              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
16102              
16103              Subject: tr///, help wanted.
16104              From: simon@brecon.co.uk (Simon Cozens)
16105              Date: 28 Jun 2000 11:29:04 GMT
16106              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
16107              
16108              small thinko tweaks
16109              
16110              tweaks from Simon Conzes to further fix tr/// under utf8
16111              
16112              perlnewmod was missing from MANIFEST.
16113              
16114              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
16115              From: simon@brecon.co.uk (Simon Cozens)
16116              Date: 17 Jun 2000 11:56:44 GMT
16117              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
16118              pack U0, pack C0
16119      Branch: maint-5.6/perl
16120           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
16121           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
16122           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
16123           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
16124 ____________________________________________________________________________
16125 [  7767] By: gsar                                  on 2000/11/20  10:51:38
16126         Log: integrate change#6250 from cfgperl
16127              
16128              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
16129              From: Doug MacEachern <dougm@covalent.net>
16130              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
16131              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
16132      Branch: maint-5.6/perl
16133           +> t/op/my_stash.t
16134           !> MANIFEST embed.pl global.sym proto.h toke.c
16135 ____________________________________________________________________________
16136 [  7766] By: gsar                                  on 2000/11/20  10:48:34
16137         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
16138              
16139              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
16140              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16141              Date: Mon, 26 Jun 2000 18:40:14 +0100
16142              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
16143              
16144              Subject: [PATCH] bytes<->utf8 fixes
16145              From: simon@brecon.co.uk (Simon Cozens)
16146              Date: 26 Jun 2000 04:55:45 GMT
16147              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
16148              
16149              Subject: [PATCH] is_utf8_string
16150              From: simon@brecon.co.uk (Simon Cozens)
16151              Date: 26 Jun 2000 02:25:59 GMT
16152              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
16153              
16154              Subject: [PATCH] avoid mg_ptr in '*' magic
16155              From: Doug MacEachern <dougm@covalent.net>
16156              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
16157              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
16158              
16159              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
16160              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16161              Date: Sat, 24 Jun 2000 13:06:20 +0100
16162              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
16163              
16164              Allow for standalone testing.
16165              
16166              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
16167              From: Mark-Jason Dominus <mjd@plover.com>
16168              Date: Tue, 27 Jun 2000 22:36:42 -0400
16169              Message-ID: <20000628023642.12166.qmail@plover.com>
16170              
16171              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
16172              From: Frank Tobin <ftobin@uiuc.edu>
16173              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
16174              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
16175      Branch: maint-5.6/perl
16176           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
16177           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
16178           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
16179           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
16180           !> utf8.c utils/h2xs.PL
16181 ____________________________________________________________________________
16182 [  7765] By: gsar                                  on 2000/11/20  10:29:13
16183         Log: integrate change#6239 from cfgperl
16184              
16185              Configure maintenance.  Sever some dependency cycles,
16186              separate gccversion from the cc unit,
16187              address [ID 20000623.006] Configure script patch for using gcc on AIX
16188              (but solve it a little bit differently),
16189              unduplex some accidentally duplicated units,
16190              suggest using gcc if no cc available
16191              (p5p thread: "Solaris configure: counterproposal", 1999-09)
16192      Branch: maint-5.6/perl
16193           !> Configure Todo-5.6 config_h.SH
16194 ____________________________________________________________________________
16195 [  7764] By: gsar                                  on 2000/11/20  10:25:55
16196         Log: integrate changes#6233..6238 from cfgperl
16197              
16198              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
16199              From: Mark-Jason Dominus <mjd@plover.com>
16200              Date: Fri, 16 Jun 2000 20:53:04 -0400
16201              Message-ID: <20000617005304.8008.qmail@plover.com>
16202              
16203              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
16204              because when run as services (Win32ese for daemons)
16205              no environment variables are set and tmpdir ends up as /tmp,
16206              which is ambiguous.
16207              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
16208              From: matt@sergeant.org
16209              Date: 16 Jun 2000 16:30:43 -0000
16210              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
16211              
16212              The thread begun by
16213              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
16214              From: Kevin.Ruscoe@ubsw.com
16215              Date: Fri, 16 Jun 2000 16:38:51 +0100
16216              Message-Id: <H000019b03c300d6@MHS>
16217              
16218              Tweak embed.pl, regen headers.
16219              
16220              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
16221              From: Dan Sugalski <dan@sidhe.org>
16222              Date: Fri, 23 Jun 2000 17:00:00 -0400
16223              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
16224      Branch: maint-5.6/perl
16225           !> (integrate 27 files)
16226 ____________________________________________________________________________
16227 [  7763] By: gsar                                  on 2000/11/20  10:08:08
16228         Log: s/perl56delta/perldelta/g
16229      Branch: maint-5.6/perl
16230            ! pod/Makefile
16231 ____________________________________________________________________________
16232 [  7762] By: gsar                                  on 2000/11/20  10:04:00
16233         Log: integrate changes#6225,6229,6231,6232 from cfgperl
16234              
16235              Add source code filenames to apidoc.
16236              From: simon@brecon.co.uk (Simon Cozens)
16237              Subject: [PATCH embed.pl] Source X-ref
16238              Date: 22 Jun 2000 02:18:49 GMT
16239              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
16240              
16241              Subject: README.hpux version 0.6.1
16242              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
16243              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16244              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
16245              
16246              Subject: [PATCH 5.6.0] cygwin port
16247              From: "Fifer, Eric" <EFifer@sanwaint.com>
16248              Date: Tue, 20 Jun 2000 14:30:58 +0100
16249              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
16250              
16251              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
16252              From: simon@brecon.co.uk (Simon Cozens)
16253              Date: 19 Jun 2000 15:18:27 GMT
16254              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
16255              
16256              plus update pod/Makefile and regenerate perltoc
16257      Branch: maint-5.6/perl
16258           +> pod/perlutil.pod
16259           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
16260           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
16261 ____________________________________________________________________________
16262 [  7761] By: jhi                                   on 2000/11/20  04:09:55
16263         Log: Miraculous typo.
16264      Branch: perl
16265            ! t/op/pat.t
16266 ____________________________________________________________________________
16267 [  7760] By: jhi                                   on 2000/11/20  04:06:08
16268         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
16269              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16270              Date: Sun, 19 Nov 2000 22:30:26 -0500
16271              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
16272      Branch: perl
16273            ! regexec.c scope.h t/op/pat.t
16274 ____________________________________________________________________________
16275 [  7759] By: jhi                                   on 2000/11/20  02:05:22
16276         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
16277      Branch: perl
16278            ! perl.h
16279 ____________________________________________________________________________
16280 [  7758] By: jhi                                   on 2000/11/20  01:58:11
16281         Log: Subject: [perl 7711: EPOC] updates
16282              From: Olaf Flebbe <o.flebbe@gmx.de>
16283              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
16284              Message-ID: <25575.974658810@www23.gmx.net>               
16285      Branch: perl
16286            + lib/File/Spec/Epoc.pm
16287            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
16288            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
16289            ! lib/File/Spec.pm perl.c sv.c
16290 ____________________________________________________________________________
16291 [  7757] By: jhi                                   on 2000/11/20  01:53:11
16292         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
16293      Branch: perl
16294            ! MANIFEST
16295 ____________________________________________________________________________
16296 [  7756] By: jhi                                   on 2000/11/20  01:47:22
16297         Log: Integrate perlio.
16298      Branch: perl
16299            - ext/re/hints/MSWin32.pl
16300           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
16301           !> win32/config.gc win32/config_H.gc win32/win32sck.c
16302 ____________________________________________________________________________
16303 [  7755] By: nick                                  on 2000/11/19  20:57:17
16304         Log: Add dummy crlf layer (just as buffer)
16305              Correct 1st bug - one layer of indirection.
16306      Branch: perlio
16307            ! perlio.c perlio.h perliol.h
16308 ____________________________________________________________________________
16309 [  7754] By: nick                                  on 2000/11/19  20:56:12
16310         Log: Work-round to Perl_deb_nocontext is no longer required
16311      Branch: perlio
16312            - ext/re/hints/MSWin32.pl
16313 ____________________________________________________________________________
16314 [  7753] By: nick                                  on 2000/11/19  20:01:16
16315         Log: diff -se shows these as different
16316      Branch: perlio
16317            ! global.sym pod/perlapi.pod
16318 ____________________________________________________________________________
16319 [  7752] By: nick                                  on 2000/11/19  18:57:30
16320         Log: Configure GCC/Win32 build -Duseperlio
16321              Fix a couple of gross issues
16322              - double-include of ../deb.o in re.dll
16323              - win32sck.c needs PerlIO and FILE 
16324      Branch: perlio
16325            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
16326            ! win32/win32sck.c
16327 ____________________________________________________________________________
16328 [  7751] By: nick                                  on 2000/11/19  17:05:36
16329         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
16330      Branch: perlio
16331            ! perlio.c
16332 ____________________________________________________________________________
16333 [  7750] By: nick                                  on 2000/11/19  16:57:14
16334         Log: Missing aTHX_
16335      Branch: perlio
16336            ! sv.c
16337 ____________________________________________________________________________
16338 [  7749] By: jhi                                   on 2000/11/19  16:28:40
16339         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
16340              From: "Peter J. Farley III" <pjfarley@banet.net>
16341              Date: Sun, 19 Nov 2000 01:42:58 -0500
16342              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
16343      Branch: perl
16344            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
16345 ____________________________________________________________________________
16346 [  7748] By: jhi                                   on 2000/11/19  16:08:10
16347         Log: Subject: podlators 1.05 available        
16348              From: Russ Allbery <rra@stanford.edu>   
16349              Date: 18 Nov 2000 22:04:28 -0800
16350              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
16351      Branch: perl
16352            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
16353 ____________________________________________________________________________
16354 [  7747] By: nick                                  on 2000/11/19  11:19:39
16355         Log: Integrate mainline
16356      Branch: perlio
16357           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
16358           !> util.c
16359 ____________________________________________________________________________
16360 [  7746] By: jhi                                   on 2000/11/19  06:42:22
16361         Log: Make hex scanning warn on "\x{x}" and "\xx".
16362              "\x" and and hex("x") are still valid.
16363      Branch: perl
16364            ! util.c
16365 ____________________________________________________________________________
16366 [  7745] By: nick                                  on 2000/11/18  22:52:28
16367         Log: Integrate mainline
16368      Branch: perlio
16369           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
16370           !> perl.h perlio.c proto.h regcomp.c regcomp.h
16371 ____________________________________________________________________________
16372 [  7744] By: jhi                                   on 2000/11/18  22:50:28
16373         Log: Introduce Perl_utf8_length().  Use it.
16374      Branch: perl
16375            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
16376 ____________________________________________________________________________
16377 [  7743] By: jhi                                   on 2000/11/18  22:38:51
16378         Log: Compiler denit.
16379      Branch: perl
16380            ! perlio.c
16381 ____________________________________________________________________________
16382 [  7742] By: jhi                                   on 2000/11/18  20:33:05
16383         Log: Integrate perlio.
16384      Branch: perl
16385           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
16386           !> perlio.h pp_ctl.c pp_sys.c sv.c
16387 ____________________________________________________________________________
16388 [  7741] By: jhi                                   on 2000/11/18  20:31:27
16389         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
16390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16391              Date: Fri, 17 Nov 2000 20:35:11 -0500
16392              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
16393              
16394              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
16395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16396              Date: Fri, 17 Nov 2000 21:03:47 -0500
16397              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
16398              
16399              Plus a little bit of tweaking in pregcomp().
16400      Branch: perl
16401            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
16402 ____________________________________________________________________________
16403 [  7740] By: nick                                  on 2000/11/18  20:17:22
16404         Log: Lexical use open ... support:
16405              add ->cop_io to COP structure in cop.h.
16406              Make mg.c and gv.c associate it with ${^OPEN}.
16407              Make lib/open.pm set it.
16408              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
16409              manner similar to ->cop_warnings.
16410              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
16411              call new PerlIO_apply_layers().
16412              Declare latter in perlio.h and define in perlio.c
16413      Branch: perlio
16414            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
16415            ! perlio.h pp_ctl.c pp_sys.c sv.c
16416 ____________________________________________________________________________
16417 [  7739] By: jhi                                   on 2000/11/18  19:54:00
16418         Log: Integrate perlio.
16419      Branch: perl
16420           !> doio.c perlio.c pp.c
16421 ____________________________________________________________________________
16422 [  7738] By: jhi                                   on 2000/11/18  17:16:13
16423         Log: Subject: [PATCH 5.7.0] etags broken again
16424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16425              Date: Sat, 18 Nov 2000 02:41:36 -0500
16426              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
16427      Branch: perl
16428            ! emacs/ptags
16429 ____________________________________________________________________________
16430 [  7737] By: jhi                                   on 2000/11/18  17:12:18
16431         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
16432      Branch: perl
16433            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16434 ____________________________________________________________________________
16435 [  7736] By: nick                                  on 2000/11/18  14:06:20
16436         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
16437              part to be isolated.
16438      Branch: perlio
16439            ! doio.c perlio.c
16440 ____________________________________________________________________________
16441 [  7735] By: nick                                  on 2000/11/18  11:03:32
16442         Log: Integrate mainline
16443      Branch: perlio
16444           !> Changes README.amiga README.win32 patchlevel.h
16445           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
16446 ____________________________________________________________________________
16447 [  7734] By: jhi                                   on 2000/11/18  01:18:56
16448         Log: Update Changes.
16449      Branch: perl
16450            ! Changes patchlevel.h
16451 ____________________________________________________________________________
16452 [  7733] By: jhi                                   on 2000/11/18  00:32:54
16453         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
16454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16455              Date: Fri, 17 Nov 2000 17:28:02 -0500
16456              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
16457      Branch: perl
16458            ! regcomp.c regexec.c t/op/re_tests
16459 ____________________________________________________________________________
16460 [  7732] By: jhi                                   on 2000/11/18  00:28:56
16461         Log: Sparc 64-bit pack() fix from Jens Hamisch.
16462      Branch: perl
16463            ! pp.c
16464 ____________________________________________________________________________
16465 [  7731] By: jhi                                   on 2000/11/18  00:18:39
16466         Log: Explain in more detail the {} syntax ambiguousity.
16467              
16468              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
16469              From: Nicholas Clark <nick@ccl4.org>
16470              Date: Fri, 17 Nov 2000 22:10:28 +0000
16471              Message-ID: <20001117221028.A88930@plum.flirble.org>
16472      Branch: perl
16473            ! pod/perlfunc.pod
16474 ____________________________________________________________________________
16475 [  7730] By: jhi                                   on 2000/11/18  00:12:18
16476         Log: Subject: Fix for README.amiga (20000323.033)
16477              From: "Stephen P. Potter" <spp@spotter.yi.org>
16478              Date: Fri, 17 Nov 2000 12:25:51 -0500
16479              Message-Id: <200011171725.MAA05768@spotter.yi.org>
16480      Branch: perl
16481            ! README.amiga
16482 ____________________________________________________________________________
16483 [  7729] By: jhi                                   on 2000/11/18  00:08:34
16484         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
16485              From: "A. C. Yardley" <yardley@tanet.net>
16486              Date: Mon, 3 Apr 2000 11:35:33 -0700
16487              Message-ID: <3483.000403@tanet.net>
16488      Branch: perl
16489            ! README.win32
16490 ____________________________________________________________________________
16491 [  7728] By: nick                                  on 2000/11/17  21:59:47
16492         Log: Integrate mainline
16493      Branch: perlio
16494           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
16495           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
16496           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
16497           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
16498 ____________________________________________________________________________
16499 [  7727] By: nick                                  on 2000/11/17  21:56:31
16500         Log: Experiment on use of attributes.pm interface.
16501              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
16502              SVt_PVRV if not already something better (else vivify of say magic gets
16503              core dump).
16504      Branch: perlio
16505            ! perlio.c pp.c
16506 ____________________________________________________________________________
16507 [  7726] By: jhi                                   on 2000/11/17  14:15:49
16508         Log: Subject: Fix for 20000815.006
16509              From: "Stephen P. Potter" <spp@spotter.yi.org>
16510              Date: Fri, 17 Nov 2000 08:57:45 -0500
16511              Message-Id: <200011171357.IAA05122@spotter.yi.org>
16512              
16513              It's really 20000518.006.
16514      Branch: perl
16515            ! pod/perlmodlib.PL
16516 ____________________________________________________________________________
16517 [  7725] By: jhi                                   on 2000/11/17  14:12:31
16518         Log: Subject: Fix for 20000409.001
16519              From: "Stephen P. Potter" <spp@spotter.yi.org>
16520              Date: Fri, 17 Nov 2000 08:55:45 -0500
16521              Message-Id: <200011171355.IAA05104@spotter.yi.org>
16522      Branch: perl
16523            ! pod/perlfaq9.pod
16524 ____________________________________________________________________________
16525 [  7724] By: jhi                                   on 2000/11/17  14:08:58
16526         Log: Undo #7627 now that we have =head3.
16527      Branch: perl
16528            ! pod/perlhack.pod
16529 ____________________________________________________________________________
16530 [  7723] By: jhi                                   on 2000/11/17  14:04:09
16531         Log: As surmised the #7719 wasn't a good move.
16532      Branch: perl
16533            ! hints/solaris_2.sh
16534 ____________________________________________________________________________
16535 [  7722] By: jhi                                   on 2000/11/17  13:59:04
16536         Log: Also the 64bitall hints can be either here or there.
16537      Branch: perl
16538            ! hints/solaris_2.sh
16539 ____________________________________________________________________________
16540 [  7721] By: jhi                                   on 2000/11/17  02:26:23
16541         Log: Test tweak for the open pragma.
16542      Branch: perl
16543            ! t/lib/b.t
16544 ____________________________________________________________________________
16545 [  7720] By: jhi                                   on 2000/11/17  00:23:22
16546         Log: The long double hints can be here or there.
16547      Branch: perl
16548            ! hints/solaris_2.sh
16549 ____________________________________________________________________________
16550 [  7719] By: jhi                                   on 2000/11/17  00:14:06
16551         Log: For Solaris use64bitall the stdchar needs a little bit of help.
16552      Branch: perl
16553            ! hints/solaris_2.sh
16554 ____________________________________________________________________________
16555 [  7718] By: jhi                                   on 2000/11/16  23:27:34
16556         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
16557              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16558              Date: Wed, 15 Nov 2000 08:56:32 +0100
16559              Message-ID: <3A1241B0.64477E00@alcatel.at>
16560      Branch: perl
16561            ! lib/Carp/Heavy.pm
16562 ____________________________________________________________________________
16563 [  7717] By: jhi                                   on 2000/11/16  23:23:29
16564         Log: Subject: [PATCH] Re: 20001101.003 PDL
16565              From: Nicholas Clark <nick@ccl4.org>
16566              Date: Thu, 16 Nov 2000 16:48:25 +0000
16567              Message-ID: <20001116164825.B93487@plum.flirble.org>
16568      Branch: perl
16569            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
16570 ____________________________________________________________________________
16571 [  7716] By: jhi                                   on 2000/11/16  23:21:31
16572         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
16573              From: "Casey R. Tweten" <crt@kiski.net>
16574              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
16575              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
16576      Branch: perl
16577            ! lib/Pod/Checker.pm pod/perlpod.pod
16578 ____________________________________________________________________________
16579 [  7715] By: jhi                                   on 2000/11/16  23:19:40
16580         Log: Avoid an infinite loop in VMS when utils scripts are run
16581              with no arguments, from Charles Lane.
16582      Branch: perl
16583            ! configure.com
16584 ____________________________________________________________________________
16585 [  7714] By: jhi                                   on 2000/11/16  23:17:08
16586         Log: Subject: perllocale.pod changes
16587              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16588              Date: Mon, 13 Nov 2000 10:09:22 +0300
16589              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
16590      Branch: perl
16591            ! pod/perllocale.pod
16592 ____________________________________________________________________________
16593 [  7713] By: jhi                                   on 2000/11/16  23:14:06
16594         Log: Integrate perlio.
16595      Branch: perl
16596           !> doio.c perlio.c perlio.h util.c
16597 ____________________________________________________________________________
16598 [  7712] By: nick                                  on 2000/11/16  21:10:58
16599         Log: Integrate mainline
16600      Branch: perlio
16601           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16602           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
16603           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
16604           !> vos/config.ga.def vos/config.ga.h win32/config.bc
16605           !> win32/config.gc win32/config.vc
16606 ____________________________________________________________________________
16607 [  7711] By: nick                                  on 2000/11/16  19:56:41
16608         Log: Minor tweaks:
16609              consistent way of getting 'rb', 'wb' etc. for binary opens
16610              move *perlio::layers to *open::layers
16611              a #define to show layers available
16612              DOSISH popen/PerlIO had export/import sense inverted.
16613      Branch: perlio
16614            ! doio.c perlio.c perlio.h util.c
16615 ____________________________________________________________________________
16616 [  7710] By: jhi                                   on 2000/11/16  15:46:05
16617         Log: Add HAS_SBRK_PROTO.
16618      Branch: metaconfig/U/perl
16619            + d_sbrkproto.U
16620      Branch: perl
16621            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16622            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
16623            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16624            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16625            ! win32/config.gc win32/config.vc
16626 ____________________________________________________________________________
16627 [  7709] By: nick                                  on 2000/11/16  07:31:49
16628         Log: Integrate mainline
16629      Branch: perlio
16630           !> (integrate 35 files)
16631 ____________________________________________________________________________
16632 [  7708] By: jhi                                   on 2000/11/16  05:33:03
16633         Log: These files are text, not binary.
16634      Branch: perl
16635            ! ext/Encode/Encode/iso8859-10.enc
16636            ! ext/Encode/Encode/iso8859-13.enc
16637            ! ext/Encode/Encode/iso8859-14.enc
16638            ! ext/Encode/Encode/iso8859-15.enc
16639 ____________________________________________________________________________
16640 [  7707] By: jhi                                   on 2000/11/16  01:53:37
16641         Log: Update Changes.
16642      Branch: perl
16643            ! Changes patchlevel.h
16644 ____________________________________________________________________________
16645 [  7706] By: jhi                                   on 2000/11/16  01:35:59
16646         Log: More #undefing of stdio.
16647      Branch: perl
16648            ! fakesdio.h nostdio.h
16649 ____________________________________________________________________________
16650 [  7705] By: jhi                                   on 2000/11/16  01:34:18
16651         Log: Add fwalk() probe to the configuration files and regen perltoc.
16652      Branch: perl
16653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16654            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
16655            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
16656            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16657            ! win32/config.bc win32/config.gc win32/config.vc
16658 ____________________________________________________________________________
16659 [  7704] By: jhi                                   on 2000/11/16  01:33:07
16660         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
16661              an optional third argument to Inlibc?)
16662      Branch: metaconfig/U/perl
16663            + d__fwalk.U
16664 ____________________________________________________________________________
16665 [  7703] By: jhi                                   on 2000/11/16  01:09:22
16666         Log: The type of the hash_cb() size argument is tricky.
16667      Branch: perl
16668            ! ext/DB_File/DB_File.xs
16669 ____________________________________________________________________________
16670 [  7702] By: jhi                                   on 2000/11/15  23:01:16
16671         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
16672      Branch: perl
16673            ! nostdio.h
16674 ____________________________________________________________________________
16675 [  7701] By: jhi                                   on 2000/11/15  22:52:32
16676         Log: Detypo.
16677      Branch: perl
16678            ! t/lib/bigfltpm.t
16679 ____________________________________________________________________________
16680 [  7700] By: jhi                                   on 2000/11/15  22:51:56
16681         Log: UINT64_C() work continues.
16682      Branch: perl
16683            ! handy.h perl.h utf8.h
16684 ____________________________________________________________________________
16685 [  7699] By: jhi                                   on 2000/11/15  14:13:04
16686         Log: SOCKS has its own USE_THREADS, based on
16687              
16688              Subject: [ID 20001114.002] et. al. bugfix followup
16689              From: Jens Hamisch <jens@Strawberry.COM> 
16690              Date: Wed, 15 Nov 2000 14:23:11 +0100
16691              Message-ID: <20001115142311.A21164@Strawberry.COM>
16692      Branch: perl
16693            ! perl.h
16694 ____________________________________________________________________________
16695 [  7698] By: jhi                                   on 2000/11/15  03:50:56
16696         Log: Add few missing #undefs and sort them.
16697      Branch: perl
16698            ! fakesdio.h
16699 ____________________________________________________________________________
16700 [  7697] By: jhi                                   on 2000/11/15  03:39:14
16701         Log: Linenumber fix.
16702      Branch: perl
16703            ! t/pragma/warn/utf8
16704 ____________________________________________________________________________
16705 [  7696] By: jhi                                   on 2000/11/15  02:55:26
16706         Log: EBCDIC tweaks.
16707              
16708              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
16709              From: Peter Prymmer <pvhp@forte.com>
16710              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
16711              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
16712      Branch: perl
16713            ! t/op/regmesg.t t/pragma/warn/utf8
16714 ____________________________________________________________________________
16715 [  7695] By: jhi                                   on 2000/11/15  02:53:58
16716         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
16717              From: Peter Prymmer <pvhp@forte.com>
16718              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
16719              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
16720      Branch: perl
16721            ! utf8.c
16722 ____________________________________________________________________________
16723 [  7694] By: jhi                                   on 2000/11/15  02:50:55
16724         Log: Subject: [PATCH: perl@7674] updates to README.os390
16725              From: Prymmer/Kahn <pvhp@best.com>
16726              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
16727              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
16728      Branch: perl
16729            ! README.os390
16730 ____________________________________________________________________________
16731 [  7693] By: jhi                                   on 2000/11/15  02:48:37
16732         Log: Quit utf8_to_uv() instantly if curlen == 0.
16733      Branch: perl
16734            ! utf8.c
16735 ____________________________________________________________________________
16736 [  7692] By: jhi                                   on 2000/11/15  02:24:29
16737         Log: Use u_int32_t for the size of hash_cb(), not size_t.
16738              
16739              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
16740              From: Jens Hamisch <jens@Strawberry.COM>     
16741              Date: Tue, 14 Nov 2000 19:03:55 +0100
16742              Message-Id: <20001114190355.A20559@Strawberry.COM>
16743      Branch: perl
16744            ! ext/DB_File/DB_File.xs
16745 ____________________________________________________________________________
16746 [  7691] By: jhi                                   on 2000/11/15  02:20:12
16747         Log: Use UINT64_C().
16748              
16749              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
16750              From: Jens Hamisch <jens@Strawberry.COM>
16751              Date: Tue, 14 Nov 2000 19:16:23 +0100
16752              Message-Id: <20001114191623.G20559@Strawberry.COM>
16753      Branch: perl
16754            ! utf8.c utf8.h
16755 ____________________________________________________________________________
16756 [  7690] By: jhi                                   on 2000/11/15  02:17:06
16757         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
16758              (a macro to define signed and unsigned integer constants).
16759      Branch: perl
16760            ! handy.h
16761 ____________________________________________________________________________
16762 [  7689] By: jhi                                   on 2000/11/15  01:56:51
16763         Log: Regen Configure.
16764      Branch: perl
16765            ! Configure
16766 ____________________________________________________________________________
16767 [  7688] By: jhi                                   on 2000/11/15  01:56:32
16768         Log: Make the unit know about SOCKS.
16769      Branch: metaconfig
16770            ! U/protos/socksizetype.U
16771 ____________________________________________________________________________
16772 [  7687] By: jhi                                   on 2000/11/15  01:54:47
16773         Log: Remove unused dependencies.
16774      Branch: metaconfig
16775            ! U/compline/d_getpagsz.U
16776 ____________________________________________________________________________
16777 [  7686] By: nick                                  on 2000/11/14  21:25:13
16778         Log: Integrate mainline.
16779      Branch: perlio
16780           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
16781           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
16782           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
16783           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
16784           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
16785           !> win32/config.bc win32/config.gc win32/config.vc
16786           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
16787 ____________________________________________________________________________
16788 [  7685] By: jhi                                   on 2000/11/14  17:54:56
16789         Log: Integrate perlio.
16790      Branch: perl
16791           +> fakesdio.h perliol.h
16792           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
16793           !> perlsdio.h perlsfio.h pod/perlfunc.pod
16794 ____________________________________________________________________________
16795 [  7684] By: nick                                  on 2000/11/14  17:43:04
16796         Log: PerlIO #include and #ifdef re-work.
16797      Branch: perlio
16798            + fakesdio.h perliol.h
16799            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
16800            ! perlsdio.h perlsfio.h
16801 ____________________________________________________________________________
16802 [  7683] By: jhi                                   on 2000/11/14  15:42:40
16803         Log: Hoist the duplicated socket/netdb include logic to perl.h;
16804              undef SETERRNO in case SOCKS has defined it.  Based on:
16805              
16806              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
16807              From: Jens Hamisch <jens@Strawberry.COM> 
16808              Date: Tue, 14 Nov 2000 11:34:40 +0100
16809              Message-Id: <20001114113440.A20005@Strawberry.COM>
16810      Branch: perl
16811            ! doio.c perl.h pp_sys.c
16812 ____________________________________________________________________________
16813 [  7682] By: jhi                                   on 2000/11/14  14:07:28
16814         Log: Subject: some additions for makefiles for win32 (for perl@7674)
16815              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16816              Date: Tue, 14 Nov 2000 09:31:13 +0300
16817              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
16818      Branch: perl
16819            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
16820            ! win32/makefile.mk
16821 ____________________________________________________________________________
16822 [  7681] By: jhi                                   on 2000/11/14  14:01:41
16823         Log: Subject: tiny typo in perl5db.pl
16824              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16825              Date: Tue, 14 Nov 2000 09:29:28 +0300
16826              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
16827      Branch: perl
16828            ! lib/perl5db.pl
16829 ____________________________________________________________________________
16830 [  7680] By: jhi                                   on 2000/11/14  04:13:50
16831         Log: Redo #7679 with LFs instead of CRLFs.
16832      Branch: perl
16833            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
16834            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
16835            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
16836 ____________________________________________________________________________
16837 [  7679] By: jhi                                   on 2000/11/14  01:21:09
16838         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
16839              From: Benjamin Stuhl <tiriath@yahoo.com> 
16840              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
16841              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
16842      Branch: perl
16843            + win32/bin/mdelete.bat
16844            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
16845            ! makedef.pl perlio.c win32/Makefile win32/config.gc
16846            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
16847 ____________________________________________________________________________
16848 [  7678] By: jhi                                   on 2000/11/14  01:19:20
16849         Log: Fix the re extension building for Win32.
16850              
16851              Subject: [PATCH perl@7638] Get PerlIO building on Win32
16852              From: Benjamin Stuhl <tiriath@yahoo.com> 
16853              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
16854              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
16855      Branch: perl
16856            + ext/re/hints/MSWin32.pl
16857            ! MANIFEST
16858 ____________________________________________________________________________
16859 [  7677] By: jhi                                   on 2000/11/14  01:13:54
16860         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
16861              From: sthoenna@efn.org
16862              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
16863              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
16864      Branch: perl
16865            ! doop.c pp.c toke.c utf8.c utf8.h
16866 ____________________________________________________________________________
16867 [  7676] By: jhi                                   on 2000/11/13  20:23:15
16868         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
16869              From: Nicholas Clark <nick@ccl4.org>
16870              Date: Mon, 13 Nov 2000 18:55:04 +0000
16871              Message-ID: <20001113185504.J29183@plum.flirble.org>
16872      Branch: perl
16873            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
16874 ____________________________________________________________________________
16875 [  7675] By: nick                                  on 2000/11/13  20:21:57
16876         Log: Integrate mainline ...
16877      Branch: perlio
16878           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
16879           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
16880           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
16881           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
16882 ____________________________________________________________________________
16883 [  7674] By: jhi                                   on 2000/11/13  15:07:56
16884         Log: Update Changes.
16885      Branch: perl
16886            ! Changes patchlevel.h
16887 ____________________________________________________________________________
16888 [  7673] By: jhi                                   on 2000/11/13  14:42:42
16889         Log: Remove the new two tests of lib/io_xs for now, they seem to
16890              fail under perlio on some platforms.
16891      Branch: perl
16892            ! t/lib/io_xs.t
16893 ____________________________________________________________________________
16894 [  7672] By: jhi                                   on 2000/11/13  13:57:53
16895         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
16896      Branch: perl
16897            ! perlio.c
16898 ____________________________________________________________________________
16899 [  7671] By: jhi                                   on 2000/11/13  05:30:48
16900         Log: Placate nervous compilers that see longer than ints switch()ing.
16901      Branch: perl
16902            ! utf8.c
16903 ____________________________________________________________________________
16904 [  7670] By: jhi                                   on 2000/11/13  05:14:21
16905         Log: fputs() does return EOF on error but here we don't care.
16906      Branch: perl
16907            ! perlio.c
16908 ____________________________________________________________________________
16909 [  7669] By: jhi                                   on 2000/11/13  05:02:45
16910         Log: Declare reg_data like reg_substr_data.
16911      Branch: perl
16912            ! regexp.h
16913 ____________________________________________________________________________
16914 [  7668] By: jhi                                   on 2000/11/13  04:54:34
16915         Log: Typos in #7667.
16916      Branch: perl
16917            ! perl.h
16918 ____________________________________________________________________________
16919 [  7667] By: jhi                                   on 2000/11/13  04:49:49
16920         Log: Cleanup messy #ifdef.
16921      Branch: perl
16922            ! perl.h
16923 ____________________________________________________________________________
16924 [  7666] By: jhi                                   on 2000/11/13  04:17:34
16925         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
16926              From: Nicholas Clark <nick@talking.bollo.cx>
16927              Date: Sun, 12 Nov 2000 21:14:11 +0000
16928              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
16929              
16930              Note: only one breakage of the two reported is fixed by this patch.
16931      Branch: perl
16932            ! perlio.c
16933 ____________________________________________________________________________
16934 [  7665] By: jhi                                   on 2000/11/13  04:05:07
16935         Log: Tweak the definition of the bit complement on UTF-8 data:
16936              if none of the characters in the string are > 0xff,
16937              the result is a complemented byte string, not a (UTF-8)
16938              char string.  Based on the summary in
16939              
16940              Subject: Re: [ID 20000918.005] ~ on wide chars
16941              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
16942              Date: Fri, 10 Nov 2000 09:47:15 -0800
16943              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
16944              
16945              This should give us the maximum backward (pre-char string)
16946              compatibility and utf8 compatibility.  The other alternative
16947              would be to limit the bit complement to be always byte only,
16948              taking the least significant byte of the chars.
16949      Branch: perl
16950            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
16951 ____________________________________________________________________________
16952 [  7664] By: jhi                                   on 2000/11/13  00:23:44
16953         Log: Couple of tests from #7660 salvaged.
16954      Branch: perl
16955            - t/op/tell.t
16956            ! MANIFEST t/io/tell.t
16957 ____________________________________________________________________________
16958 [  7663] By: jhi                                   on 2000/11/13  00:02:48
16959         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
16960              From: Nicholas Clark <nick@talking.bollo.cx>
16961              Date: Sun, 12 Nov 2000 21:23:43 +0000
16962              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
16963      Branch: perl
16964            ! perlsfio.h
16965 ____________________________________________________________________________
16966 [  7662] By: jhi                                   on 2000/11/13  00:01:39
16967         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
16968              From: Nicholas Clark <nick@talking.bollo.cx>
16969              Date: Sun, 12 Nov 2000 21:30:04 +0000
16970              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
16971      Branch: perl
16972            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
16973 ____________________________________________________________________________
16974 [  7661] By: jhi                                   on 2000/11/12  23:57:29
16975         Log: Document tell() on special streams.
16976      Branch: perl
16977            ! pod/perlfunc.pod
16978 ____________________________________________________________________________
16979 [  7660] By: jhi                                   on 2000/11/12  23:54:22
16980         Log: (Subsumed by #7664)
16981      Branch: perl
16982            + t/op/tell.t
16983            ! MANIFEST
16984 ____________________________________________________________________________
16985 [  7659] By: jhi                                   on 2000/11/12  22:55:25
16986         Log: Many subdocumented return values of the IO extension now documented.
16987              ungetc and write still left subdocumented.
16988              
16989              Subject: [PATCH] (was Re: IO::Handle::ungetc)
16990              From: Nicholas Clark <nick@talking.bollo.cx>
16991              Date: Sun, 12 Nov 2000 21:35:53 +0000
16992              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
16993      Branch: perl
16994            ! ext/IO/lib/IO/Handle.pm
16995 ____________________________________________________________________________
16996 [  7658] By: jhi                                   on 2000/11/12  21:37:06
16997         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
16998              From: Nicholas Clark <nick@talking.bollo.cx>
16999              Date: Sun, 12 Nov 2000 20:03:22 +0000
17000              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
17001      Branch: perl
17002            ! pod/perlfunc.pod
17003 ____________________________________________________________________________
17004 [  7657] By: jhi                                   on 2000/11/12  20:34:55
17005         Log: Integrate perlio.
17006      Branch: perl
17007           !> perlio.c
17008 ____________________________________________________________________________
17009 [  7656] By: nick                                  on 2000/11/12  19:25:06
17010         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
17011      Branch: perlio
17012            ! perlio.c
17013 ____________________________________________________________________________
17014 [  7655] By: nick                                  on 2000/11/12  19:09:41
17015         Log: Integrate mainline
17016      Branch: perlio
17017           +> README.solaris ext/Encode/Encode/cp1006.enc
17018           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
17019           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
17020           +> ext/Encode/Encode/iso8859-13.enc
17021           +> ext/Encode/Encode/iso8859-14.enc
17022           +> ext/Encode/Encode/iso8859-15.enc
17023           !> (integrate 34 files)
17024 ____________________________________________________________________________
17025 [  7654] By: jhi                                   on 2000/11/12  19:00:22
17026         Log: Add a metaconfig unit for fsync.
17027      Branch: metaconfig/U/perl
17028            + d_fsync.U
17029 ____________________________________________________________________________
17030 [  7653] By: jhi                                   on 2000/11/12  19:00:01
17031         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
17032      Branch: perl
17033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17034            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17035            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17036            ! vos/config.ga.h win32/config.bc win32/config.gc
17037            ! win32/config.vc
17038 ____________________________________________________________________________
17039 [  7652] By: jhi                                   on 2000/11/11  21:12:01
17040         Log: Copy the s// information of README.hpux also to the perlrun.
17041      Branch: perl
17042            ! README.hpux pod/perlrun.pod
17043 ____________________________________________________________________________
17044 [  7651] By: jhi                                   on 2000/11/11  21:03:13
17045         Log: More README.solaris updates from Andy Dougherty.
17046      Branch: perl
17047            ! README.solaris
17048 ____________________________________________________________________________
17049 [  7650] By: jhi                                   on 2000/11/11  18:38:57
17050         Log: More descriptive error for unknown perlio layers.
17051              
17052              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
17053              From: Dominic Dunlop <domo@computer.org> 
17054              Date: Sat, 11 Nov 2000 18:20:32 +0100             
17055              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
17056      Branch: perl
17057            ! perlio.c pod/perldiag.pod
17058 ____________________________________________________________________________
17059 [  7649] By: jhi                                   on 2000/11/11  18:37:52
17060         Log: MachTen doesn't really do mmap() and munmap().
17061              
17062              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
17063              From: Dominic Dunlop <domo@computer.org> 
17064              Date: Sat, 11 Nov 2000 18:20:32 +0100             
17065              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
17066      Branch: perl
17067            ! hints/machten.sh
17068 ____________________________________________________________________________
17069 [  7648] By: jhi                                   on 2000/11/11  18:36:46
17070         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
17071              From: rspier@pobox.com (Robert Spier)
17072              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
17073              Message-ID: <14861.32839.491271.985797@rls.cx>
17074      Branch: perl
17075            ! Porting/Contract pod/perltoot.pod
17076 ____________________________________________________________________________
17077 [  7647] By: jhi                                   on 2000/11/11  18:35:30
17078         Log: Simplify the getpagesize() unit by dropping the
17079              pagesize probe since it's nowadays slightly more
17080              complicated because of sysconf(). (Note: if some
17081              platform really needs the -lPW for getpagesize,
17082              I just broke it.)
17083              
17084              TODO: a new pagesize unit.
17085      Branch: metaconfig
17086            ! U/compline/d_getpagsz.U
17087 ____________________________________________________________________________
17088 [  7646] By: jhi                                   on 2000/11/11  18:33:23
17089         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
17090      Branch: perl
17091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17092            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17093            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17094            ! vos/config.ga.h win32/config.bc win32/config.gc
17095            ! win32/config.vc
17096 ____________________________________________________________________________
17097 [  7645] By: jhi                                   on 2000/11/11  16:45:15
17098         Log: Use sysconf() or getpagesize() to find out the pagesize.
17099      Branch: perl
17100            ! perlio.c
17101 ____________________________________________________________________________
17102 [  7644] By: jhi                                   on 2000/11/11  15:46:08
17103         Log: Integrate perlio.
17104      Branch: perl
17105           !> perlio.c
17106 ____________________________________________________________________________
17107 [  7643] By: jhi                                   on 2000/11/11  15:33:36
17108         Log: Subject: Re: [PATCH] README.solaris
17109              From: Lupe Christoph <lupe@lupe-christoph.de>
17110              Date: Sat, 11 Nov 2000 14:08:10 +0100
17111              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
17112      Branch: perl
17113            ! README.solaris
17114 ____________________________________________________________________________
17115 [  7642] By: jhi                                   on 2000/11/11  15:22:12
17116         Log: Subject: [PATCH perl@7638] cygwin port
17117              From: "Eric Fifer" <egf7@columbia.edu>            
17118              Date: Fri, 10 Nov 2000 19:30:30 -0000
17119              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
17120      Branch: perl
17121            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
17122 ____________________________________________________________________________
17123 [  7641] By: nick                                  on 2000/11/11  14:50:36
17124         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
17125              Also call "Buf" layer directly when unread'ing non-read chars.
17126      Branch: perlio
17127            ! perlio.c
17128 ____________________________________________________________________________
17129 [  7640] By: jhi                                   on 2000/11/11  02:05:02
17130         Log: Add more encoding tables.
17131      Branch: perl
17132            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
17133            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
17134            + ext/Encode/Encode/iso8859-10.enc
17135            + ext/Encode/Encode/iso8859-13.enc
17136            + ext/Encode/Encode/iso8859-14.enc
17137            + ext/Encode/Encode/iso8859-15.enc
17138            ! MANIFEST
17139 ____________________________________________________________________________
17140 [  7639] By: jhi                                   on 2000/11/10  18:49:25
17141         Log: Subject: [PATCH] README.solaris
17142              From: Andy Dougherty <doughera@lafayette.edu>
17143              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
17144              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
17145      Branch: perl
17146            + README.solaris
17147            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
17148            ! pod/perl.pod pod/perltoc.pod
17149 ____________________________________________________________________________
17150 [  7638] By: jhi                                   on 2000/11/10  15:04:15
17151         Log: Update Changes.
17152      Branch: perl
17153            ! Changes patchlevel.h
17154 ____________________________________________________________________________
17155 [  7637] By: jhi                                   on 2000/11/10  14:14:28
17156         Log: Explain better why certain regex tests are skipped.
17157              
17158              Subject: Re: tests skipped: unknown reason
17159              From: Lupe Christoph <lupe@lupe-christoph.de>
17160              Date: Fri, 10 Nov 2000 09:08:56 +0100
17161              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
17162      Branch: perl
17163            ! t/op/regexp.t
17164 ____________________________________________________________________________
17165 [  7636] By: nick                                  on 2000/11/10  13:40:00
17166         Log: Integrate mainline.
17167      Branch: perlio
17168           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
17169           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
17170           !> win32/bin/search.pl
17171 ____________________________________________________________________________
17172 [  7635] By: nick                                  on 2000/11/10  13:25:52
17173         Log: Re-instate stdio large file support via perlio.
17174      Branch: perl
17175            ! perlio.c
17176 ____________________________________________________________________________
17177 [  7634] By: jhi                                   on 2000/11/10  04:49:55
17178         Log: Amdahl UTS hints updates.
17179              
17180              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
17181              From: hom00@utsglobal.com (Harold O Morris)
17182              Date: Thu, 9 Nov 2000 20:02 PST
17183              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
17184      Branch: perl
17185            ! hints/uts.sh
17186 ____________________________________________________________________________
17187 [  7633] By: jhi                                   on 2000/11/09  23:33:28
17188         Log: Subject: [PATCH] IO::Seekable pod
17189              From: Nicholas Clark <nick@talking.bollo.cx>
17190              Date: Thu, 9 Nov 2000 20:29:45 +0000
17191              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
17192      Branch: perl
17193            ! ext/IO/lib/IO/Handle.pm
17194 ____________________________________________________________________________
17195 [  7632] By: jhi                                   on 2000/11/09  21:55:41
17196         Log: Various doc oddball characters.
17197              
17198              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
17199              From: Michael Somos <somos@grail.cba.csuohio.edu>
17200              Date: Mon, 6 Nov 2000 17:44:20 -0500
17201              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
17202      Branch: perl
17203            ! emacs/cperl-mode.el lib/unicode/syllables.txt
17204            ! win32/bin/search.pl
17205 ____________________________________________________________________________
17206 [  7631] By: jhi                                   on 2000/11/09  21:12:29
17207         Log: Subject: Re: bash -c exit and linux hints 
17208              From: "John P. Linderman" <jpl@research.att.com>
17209              Date: Thu, 02 Nov 2000 09:37:25 -0500
17210              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
17211      Branch: perl
17212            ! hints/linux.sh
17213 ____________________________________________________________________________
17214 [  7630] By: nick                                  on 2000/11/09  20:34:11
17215         Log: Integrate mainline.
17216      Branch: perlio
17217           !> (integrate 91 files)
17218 ____________________________________________________________________________
17219 [  7629] By: jhi                                   on 2000/11/09  19:46:31
17220         Log: Missing dTHXs.
17221              
17222              Subject: RE: perl@7595 builds not on cygwin
17223              From: "Eric Fifer" <egf7@columbia.edu>
17224              Date: Thu, 9 Nov 2000 19:26:50 -0000
17225              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
17226      Branch: perl
17227            ! ext/Devel/Peek/Peek.xs
17228 ____________________________________________________________________________
17229 [  7628] By: jhi                                   on 2000/11/09  14:48:27
17230         Log: Disable only the tests 99 and 166 for UTF-8 locales.
17231      Branch: perl
17232            ! t/pragma/locale.t
17233 ____________________________________________________________________________
17234 [  7627] By: jhi                                   on 2000/11/09  14:40:27
17235         Log: There's no =head3.
17236      Branch: perl
17237            ! pod/perlhack.pod
17238 ____________________________________________________________________________
17239 [  7626] By: jhi                                   on 2000/11/09  13:54:26
17240         Log: The generated boot_* headers are wrong.  Pickier compiler,
17241              such as KAI C++ will refuse to compile the resulting perlmain.
17242              
17243              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
17244              From: Harri Pasanen <harri.pasanen@trema.com>
17245              Date: Thu, 09 Nov 2000 14:23:28 +0100
17246              Message-Id: <3A0AA550.26D548A3@trema.com>
17247      Branch: perl
17248            ! minimod.pl
17249 ____________________________________________________________________________
17250 [  7625] By: jhi                                   on 2000/11/09  13:50:44
17251         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
17252              From: Prymmer/Kahn <pvhp@best.com>
17253              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
17254              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
17255              
17256              All except the "cow orker" change.
17257      Branch: perl
17258            ! Porting/pumpkin.pod
17259 ____________________________________________________________________________
17260 [  7624] By: jhi                                   on 2000/11/09  13:45:33
17261         Log: Fix for
17262              
17263              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
17264              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17265              Date: Thu, 09 Nov 2000 11:05:52 +0100
17266              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
17267      Branch: perl
17268            ! pod/perldiag.pod t/pragma/warn/pp_sys
17269 ____________________________________________________________________________
17270 [  7623] By: jhi                                   on 2000/11/09  13:37:16
17271         Log: Typo in an ifndef.
17272              
17273              Subject: Re: [PATCH 5.7.0] better messages from malloc()
17274              From: Joe Smith <jms@inwap.com>         
17275              Date: Thu, 09 Nov 2000 01:33:14 -0800
17276              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
17277      Branch: perl
17278            ! malloc.c
17279 ____________________________________________________________________________
17280 [  7622] By: jhi                                   on 2000/11/09  13:31:18
17281         Log: Remove unused extra arguments.
17282      Branch: metaconfig/U/perl
17283            ! perlxv.U
17284      Branch: perl
17285            ! Configure config_h.SH
17286 ____________________________________________________________________________
17287 [  7621] By: jhi                                   on 2000/11/09  13:16:36
17288         Log: More VMS moves on environment handling, from Charles Lane.
17289      Branch: perl
17290            ! t/pragma/locale.t
17291 ____________________________________________________________________________
17292 [  7620] By: jhi                                   on 2000/11/09  04:42:38
17293         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
17294              From: David Dyck <dcd@tc.fluke.com>
17295              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
17296              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
17297      Branch: perl
17298            ! pp_sys.c
17299 ____________________________________________________________________________
17300 [  7619] By: jhi                                   on 2000/11/09  04:36:21
17301         Log: Forgot from #7618.
17302      Branch: perl
17303            ! lib/File/stat.pm
17304 ____________________________________________________________________________
17305 [  7618] By: jhi                                   on 2000/11/09  04:28:44
17306         Log: Make deleting for %ENV work for (newer versions of) VMS,
17307              from Craig A. Berry.
17308      Branch: perl
17309            ! vms/vms.c
17310 ____________________________________________________________________________
17311 [  7617] By: jhi                                   on 2000/11/09  04:25:05
17312         Log: Subject: [PATCH] Class::Struct at compile time
17313              From: "Casey R. Tweten" <crt@kiski.net>
17314              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
17315              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
17316      Branch: perl
17317            ! lib/Class/Struct.pm
17318 ____________________________________________________________________________
17319 [  7616] By: jhi                                   on 2000/11/09  04:15:17
17320         Log: Subject: [ID 20001108.013] spelling
17321              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
17322              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
17323              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
17324      Branch: perl
17325            ! lib/ftp.pl
17326 ____________________________________________________________________________
17327 [  7615] By: jhi                                   on 2000/11/09  04:12:42
17328         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
17329              From: Peter Prymmer <pvhp@forte.com>
17330              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
17331              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
17332      Branch: perl
17333            ! configure.com
17334 ____________________________________________________________________________
17335 [  7614] By: jhi                                   on 2000/11/08  22:42:55
17336         Log: A missing aTHX_.
17337      Branch: perl
17338            ! ext/IPC/SysV/SysV.xs
17339 ____________________________________________________________________________
17340 [  7613] By: jhi                                   on 2000/11/08  19:30:21
17341         Log: Update Changes.
17342      Branch: perl
17343            ! Changes patchlevel.h
17344 ____________________________________________________________________________
17345 [  7612] By: jhi                                   on 2000/11/08  18:35:25
17346         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
17347              From: David Dyck <dcd@tc.fluke.com>
17348              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
17349              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
17350      Branch: perl
17351            ! pp_sys.c
17352 ____________________________________________________________________________
17353 [  7611] By: jhi                                   on 2000/11/08  18:30:26
17354         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
17355              From: Dominic Dunlop <domo@computer.org>
17356              Date: Tue, 7 Nov 2000 12:05:25 +0100
17357              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
17358      Branch: perl
17359            ! malloc.c
17360 ____________________________________________________________________________
17361 [  7610] By: jhi                                   on 2000/11/08  18:25:14
17362         Log: Do not test UTF-8 locales since that the tests would require
17363              polymorphic regexen.
17364      Branch: perl
17365            ! t/pragma/locale.t
17366 ____________________________________________________________________________
17367 [  7609] By: jhi                                   on 2000/11/08  17:12:51
17368         Log: Locale buglets.
17369              
17370              Subject: RE: Locales support (setlocale) fixes
17371              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17372              Date: Wed, 8 Nov 2000 20:01:39 +0300
17373              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
17374      Branch: perl
17375            ! t/pragma/locale.t util.c
17376 ____________________________________________________________________________
17377 [  7608] By: jhi                                   on 2000/11/08  17:00:16
17378         Log: Deleting $ENV{PATH} in VMS is not recommendable.
17379      Branch: perl
17380            ! t/pragma/locale.t
17381 ____________________________________________________________________________
17382 [  7607] By: jhi                                   on 2000/11/08  16:58:26
17383         Log: Subject: PATCH std stdio for (Free)BSD
17384              From: Nicholas Clark <nick@ccl4.org>
17385              Date: Wed, 8 Nov 2000 15:36:29 +0000
17386              Message-ID: <20001108153629.D98736@plum.flirble.org>
17387      Branch: metaconfig
17388            ! U/compline/d_stdstdio.U
17389      Branch: perl
17390            ! Configure config_h.SH
17391 ____________________________________________________________________________
17392 [  7606] By: jhi                                   on 2000/11/08  16:43:31
17393         Log: Forgot to bump the line numbers in #7601.
17394      Branch: perl
17395            ! t/pragma/warn/pp_sys
17396 ____________________________________________________________________________
17397 [  7605] By: jhi                                   on 2000/11/08  16:39:12
17398         Log: More careful detection of how well NVs and UVs mix.
17399              
17400              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))
17401              From: Nicholas Clark <nick@ccl4.org>
17402              Date: Wed, 8 Nov 2000 15:14:12 +0000
17403              Message-ID: <20001108151412.B98736@plum.flirble.org>
17404              
17405              Added some SIGFPE paranoia.
17406      Branch: metaconfig/U/perl
17407            ! perlxv.U
17408      Branch: perl
17409            ! Configure config_h.SH
17410 ____________________________________________________________________________
17411 [  7604] By: jhi                                   on 2000/11/08  14:39:10
17412         Log: Subject: [patch perl@7595] VMS configure.com tweak
17413              From: "Craig A. Berry" <craigberry@mac.com>
17414              Date: Wed, 8 Nov 2000 00:24:12 -0600
17415              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
17416      Branch: perl
17417            ! configure.com
17418 ____________________________________________________________________________
17419 [  7603] By: jhi                                   on 2000/11/08  14:27:11
17420         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
17421              From: Robin Barker <rmb1@cise.npl.co.uk>
17422              Date: Wed, 8 Nov 2000 11:11:39 GMT
17423              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
17424      Branch: perl
17425            ! perlio.c
17426 ____________________________________________________________________________
17427 [  7602] By: jhi                                   on 2000/11/08  14:25:03
17428         Log: Fix for the tie-refhash string table leaks.
17429              
17430              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
17431              Date: Wed, 8 Nov 2000 13:03:04 GMT
17432              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
17433      Branch: perl
17434            ! t/lib/tie-refhash.t
17435 ____________________________________________________________________________
17436 [  7601] By: jhi                                   on 2000/11/08  14:21:08
17437         Log: Try to avoid flockless and emulationless places.
17438      Branch: perl
17439            ! t/pragma/warn/pp_sys
17440 ____________________________________________________________________________
17441 [  7600] By: jhi                                   on 2000/11/08  02:28:54
17442         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
17443              
17444              Subject: [PATCH] prototyped functions that should be overrideable
17445              From: "Casey R. Tweten" <crt@kiski.net>
17446              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
17447              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
17448      Branch: perl
17449            ! toke.c
17450 ____________________________________________________________________________
17451 [  7599] By: jhi                                   on 2000/11/08  01:12:05
17452         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
17453              
17454              Subject: [PATCH] perlbug.PL
17455              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17456              Date: Mon, 6 Nov 2000 21:39:01 -0500
17457              Message-ID: <20001106213901.B20955@O2.chapin.edu>
17458      Branch: perl
17459            ! utils/perlbug.PL
17460 ____________________________________________________________________________
17461 [  7598] By: jhi                                   on 2000/11/07  23:42:00
17462         Log: Bad thinko in #7581 (I used the test program with the expanded
17463              values as-is).
17464      Branch: metaconfig
17465            ! U/compline/d_stdstdio.U
17466      Branch: perl
17467            ! Configure
17468 ____________________________________________________________________________
17469 [  7597] By: jhi                                   on 2000/11/07  21:43:29
17470         Log: Subject: [PATCH perl@7573] cygwin port
17471              From: "Fifer, Eric" <EFifer@sanwaint.com>
17472              Date: Tue, 7 Nov 2000 18:08:51 -0000 
17473              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
17474              
17475              Synchronize with Cygwin 1.1.5.
17476      Branch: perl
17477            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
17478            ! pod/perlport.pod unixish.h util.c
17479 ____________________________________________________________________________
17480 [  7596] By: jhi                                   on 2000/11/07  21:39:25
17481         Log: perlhack updates from H.Merijn Brand.
17482      Branch: perl
17483            ! pod/perlhack.pod
17484 ____________________________________________________________________________
17485 [  7595] By: jhi                                   on 2000/11/07  20:21:41
17486         Log: Update Changes.
17487      Branch: perl
17488            ! Changes patchlevel.h
17489 ____________________________________________________________________________
17490 [  7594] By: jhi                                   on 2000/11/07  19:18:58
17491         Log: Be more robust in Dynaloader.pm.
17492      Branch: perl
17493            ! ext/DynaLoader/DynaLoader_pm.PL
17494 ____________________________________________________________________________
17495 [  7593] By: jhi                                   on 2000/11/07  16:49:31
17496         Log: AUTHORS update.
17497      Branch: perl
17498            ! AUTHORS
17499 ____________________________________________________________________________
17500 [  7592] By: gsar                                  on 2000/11/07  16:39:51
17501         Log: normalize relative paths in virtualized current directory on windows,
17502              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
17503              returns)
17504      Branch: perl
17505            ! win32/vdir.h
17506 ____________________________________________________________________________
17507 [  7591] By: jhi                                   on 2000/11/07  16:04:26
17508         Log: Too profiler-happy: with optimization the #7590 actually makes
17509              the test to run 0.5% _slower_.  Requires much more instrumentation.
17510              Retract #7590.
17511      Branch: perl
17512            ! regcomp.c regcomp.h
17513 ____________________________________________________________________________
17514 [  7590] By: jhi                                   on 2000/11/07  15:51:13
17515         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
17516              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
17517              by using memset() and testing bytewise (as opposed to bitwise).
17518      Branch: perl
17519            ! regcomp.c regcomp.h
17520 ____________________________________________________________________________
17521 [  7589] By: jhi                                   on 2000/11/07  12:56:39
17522         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
17523              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17524              Date: Mon, 06 Nov 2000 23:45:30 -0500
17525              Message-Id: <0011079735.AA973576259@univpress.com>
17526      Branch: perl
17527            ! configure.com t/lib/st-lock.t
17528 ____________________________________________________________________________
17529 [  7588] By: jhi                                   on 2000/11/07  01:03:28
17530         Log: Tweak #7587.
17531      Branch: perl
17532            ! pod/perldiag.pod
17533 ____________________________________________________________________________
17534 [  7587] By: jhi                                   on 2000/11/07  01:00:27
17535         Log: A doc addition for bug id 20001105.019, beware \p.
17536      Branch: perl
17537            ! pod/perldiag.pod
17538 ____________________________________________________________________________
17539 [  7586] By: jhi                                   on 2000/11/07  00:32:22
17540         Log: Fake support of holey files in win/dosish platforms.
17541              
17542              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
17543              From: kipp@shonanblue.ne.jp
17544              Date: Mon, 6 Nov 2000 13:30:55 -0800
17545              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
17546      Branch: perl
17547            ! ext/SDBM_File/sdbm/sdbm.c
17548 ____________________________________________________________________________
17549 [  7585] By: jhi                                   on 2000/11/07  00:12:54
17550         Log: Subject: Pod updates
17551              From: "Stephen P. Potter" <spp@spotter.yi.org>
17552              Date: Mon, 06 Nov 2000 18:56:43 -0500
17553              Message-Id: <200011062357.SAA18173@spotter.yi.org>
17554      Branch: perl
17555            ! README.dos README.os2 README.win32 pod/buildtoc.PL
17556            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
17557            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
17558            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
17559            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
17560            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
17561            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
17562            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
17563            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
17564            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
17565            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
17566            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
17567            ! pod/perltootc.pod pod/perlunicode.pod
17568 ____________________________________________________________________________
17569 [  7584] By: jhi                                   on 2000/11/07  00:04:17
17570         Log: Varargs don't always work too well if one puts an unsigned
17571              char on the stack and pop an unsigned quad off the stack.
17572              
17573              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
17574              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
17575              Date: Mon, 06 Nov 2000 15:19:05 -0800
17576              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
17577      Branch: perl
17578            ! utf8.c
17579 ____________________________________________________________________________
17580 [  7583] By: jhi                                   on 2000/11/06  23:58:48
17581         Log: %ENV note tweaks from Dan Sugalski.
17582      Branch: perl
17583            ! pod/perlport.pod vms/perlvms.pod
17584 ____________________________________________________________________________
17585 [  7582] By: jhi                                   on 2000/11/06  23:05:49
17586         Log: glibc5 detection by __GNU_LIBRARY__.
17587      Branch: perl
17588            ! toke.c
17589 ____________________________________________________________________________
17590 [  7581] By: jhi                                   on 2000/11/06  22:51:29
17591         Log: Make the stdio test program of 7427 less noisy while being 
17592              compiled so that Digital UNIX wouldn't get both
17593              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
17594              undefined.  This makes perlio happy.
17595      Branch: metaconfig
17596            ! U/compline/d_stdstdio.U
17597      Branch: perl
17598            ! Configure config_h.SH
17599 ____________________________________________________________________________
17600 [  7580] By: jhi                                   on 2000/11/06  22:41:41
17601         Log: Document %ENV = () portability issues.
17602      Branch: perl
17603            ! pod/perlport.pod vms/perlvms.pod
17604 ____________________________________________________________________________
17605 [  7579] By: jhi                                   on 2000/11/06  21:29:24
17606         Log: VOS updates from Paul Green.
17607      Branch: perl
17608            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17609 ____________________________________________________________________________
17610 [  7578] By: jhi                                   on 2000/11/06  21:00:40
17611         Log: Sanitize the environment further.
17612      Branch: perl
17613            ! t/pragma/locale.t
17614 ____________________________________________________________________________
17615 [  7577] By: jhi                                   on 2000/11/06  20:53:51
17616         Log: Re-introduce 7552 lost in integration.
17617      Branch: perl
17618            ! perlio.c
17619 ____________________________________________________________________________
17620 [  7576] By: jhi                                   on 2000/11/06  20:33:46
17621         Log: Admit that the test leaks scalars.
17622      Branch: perl
17623            ! t/comp/proto.t
17624 ____________________________________________________________________________
17625 [  7575] By: jhi                                   on 2000/11/06  20:17:08
17626         Log: Integrate perlio.
17627      Branch: perl
17628           !> perlio.c
17629 ____________________________________________________________________________
17630 [  7574] By: nick                                  on 2000/11/06  20:07:28
17631         Log: Remove debug. Try (Mmap_t) on madvise() call.
17632      Branch: perlio
17633            ! perlio.c
17634 ____________________________________________________________________________
17635 [  7573] By: jhi                                   on 2000/11/06  13:56:05
17636         Log: Update Changes.
17637      Branch: perl
17638            ! Changes patchlevel.h
17639 ____________________________________________________________________________
17640 [  7572] By: jhi                                   on 2000/11/06  13:48:41
17641         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
17642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17643              Date: Mon, 06 Nov 2000 10:11:42 +0100
17644              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
17645      Branch: perl
17646            ! pod/perlhack.pod
17647 ____________________________________________________________________________
17648 [  7571] By: jhi                                   on 2000/11/06  01:45:51
17649         Log: AUTHORS updates.
17650      Branch: perl
17651            ! AUTHORS
17652 ____________________________________________________________________________
17653 [  7570] By: jhi                                   on 2000/11/06  00:18:00
17654         Log: Fix for
17655              
17656              Subject: [ID 20000728.005] perl -P broken
17657              From: David Dyck <dcd@tc.fluke.com>
17658              Date: Fri, 28 Jul 2000 17:19:16 -0700
17659              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
17660              
17661              (hopefully).  The fix is also not complete, it seems to break
17662              BOM swallowing for libc5 systems, but until someone figures
17663              out a way to do this without ftell(), this will do.
17664      Branch: perl
17665            ! toke.c
17666 ____________________________________________________________________________
17667 [  7569] By: jhi                                   on 2000/11/06  00:05:30
17668         Log: Document that the evaled syntax errors cause scalar leaks.
17669      Branch: perl
17670            ! t/comp/proto.t
17671 ____________________________________________________________________________
17672 [  7568] By: jhi                                   on 2000/11/05  23:14:47
17673         Log: opmini.o can linger from Configures past.
17674      Branch: perl
17675            ! Makefile.SH
17676 ____________________________________________________________________________
17677 [  7567] By: jhi                                   on 2000/11/05  21:28:39
17678         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
17679              first argument correctly.
17680      Branch: perl
17681            ! perlio.c
17682 ____________________________________________________________________________
17683 [  7566] By: jhi                                   on 2000/11/05  21:15:56
17684         Log: Integrate perlio.
17685      Branch: perl
17686           !> perlio.c
17687 ____________________________________________________________________________
17688 [  7565] By: jhi                                   on 2000/11/05  21:15:13
17689         Log: Use -dM for gcc (the suggested patch did it only for Linux,
17690              but I think it can be generalized).
17691              
17692              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
17693              From: Pixel <pixel@mandrakesoft.com>
17694              Date: 05 Nov 2000 21:49:34 +0100 
17695              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
17696      Branch: perl
17697            ! ext/Errno/Errno_pm.PL
17698 ____________________________________________________________________________
17699 [  7564] By: nick                                  on 2000/11/05  21:09:18
17700         Log: Added a mmap layer as a "subclass" of perlio.
17701              PERLIO=mmap ./perl harness passes
17702      Branch: perlio
17703            ! perlio.c
17704 ____________________________________________________________________________
17705 [  7563] By: jhi                                   on 2000/11/05  19:48:55
17706         Log: Add a note for future generations about bug id 20000229.006.
17707      Branch: perl
17708            ! malloc.c
17709 ____________________________________________________________________________
17710 [  7562] By: jhi                                   on 2000/11/05  19:38:24
17711         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
17712      Branch: perl
17713            ! pp_ctl.c t/op/pos.t
17714 ____________________________________________________________________________
17715 [  7561] By: jhi                                   on 2000/11/05  18:21:46
17716         Log: Add =pod to be tidy.
17717      Branch: perl
17718            ! lib/Math/Complex.pm
17719 ____________________________________________________________________________
17720 [  7560] By: jhi                                   on 2000/11/05  17:38:46
17721         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
17722      Branch: perl
17723            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17724            ! ext/Storable/Storable.xs t/lib/st-recurse.t
17725 ____________________________________________________________________________
17726 [  7559] By: jhi                                   on 2000/11/05  17:32:59
17727         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
17728              From: "Peter J. Farley III" <pjfarley@banet.net>
17729              Date: Sun, 05 Nov 2000 11:55:59 -0500
17730              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
17731      Branch: perl
17732            ! t/lib/syslog.t
17733 ____________________________________________________________________________
17734 [  7558] By: jhi                                   on 2000/11/05  17:29:19
17735         Log: Integrate perlio.
17736      Branch: perl
17737           !> perlio.c
17738 ____________________________________________________________________________
17739 [  7557] By: jhi                                   on 2000/11/05  17:22:01
17740         Log: A fix of sorts for 20000329.026, a better error message
17741              for a missing "use charnames" when using the \N{...}. 
17742      Branch: perl
17743            ! pod/perldiag.pod toke.c
17744 ____________________________________________________________________________
17745 [  7556] By: jhi                                   on 2000/11/05  16:33:50
17746         Log: Test tweak: show also the failed locales.
17747              
17748              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
17749              From: Lupe Christoph <lupe@lupe-christoph.de>         
17750              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
17751              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
17752      Branch: perl
17753            ! t/pragma/locale.t
17754 ____________________________________________________________________________
17755 [  7555] By: nick                                  on 2000/11/05  11:09:34
17756         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
17757              open RDWR so does not fail. (pragma/warnings 303 again...)
17758      Branch: perlio
17759            ! perlio.c
17760 ____________________________________________________________________________
17761 [  7554] By: nick                                  on 2000/11/05  10:10:13
17762         Log: Fix case where ungetc(f,EOF) was allowed.
17763              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
17764              so we can see similarities.
17765              Use types more carefully and a STDCHAR array in hope that this will
17766              fix Jarrko's 64bit machine.
17767      Branch: perlio
17768            ! perlio.c
17769 ____________________________________________________________________________
17770 [  7553] By: jhi                                   on 2000/11/05  01:12:16
17771         Log: Fix for
17772              
17773              Subject: [ID 20001004.007] taint propogation is inconsistent
17774              From: pimlott@idiomtech.com (Andrew Pimlott) 
17775              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
17776              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
17777              
17778              The culprit was sv_setsv() which was rather blindly
17779              propagating taint, which lead to behaviour where if
17780              a tainted anon hash value was seen all the hash values
17781              from then on at that level became tainted, or at any
17782              upper levels in the case of nested anon hashes.
17783      Branch: perl
17784            ! sv.c t/op/taint.t
17785 ____________________________________________________________________________
17786 [  7552] By: jhi                                   on 2000/11/04  23:44:18
17787         Log: Some cpps don't like splitting conditionals across several lines.
17788      Branch: perl
17789            ! perlio.c
17790 ____________________________________________________________________________
17791 [  7551] By: nick                                  on 2000/11/04  23:40:44
17792         Log: Integrate mainline
17793      Branch: perlio
17794           !> pp_hot.c t/op/taint.t
17795 ____________________________________________________________________________
17796 [  7550] By: nick                                  on 2000/11/04  23:39:05
17797         Log: Integrate mainline again
17798      Branch: perlio
17799           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
17800           !> t/lib/b.t t/op/misc.t util.c
17801 ____________________________________________________________________________
17802 [  7549] By: jhi                                   on 2000/11/04  23:14:01
17803         Log: Fix for
17804              
17805              Subject: [ID 20001004.006] undef is never tainted
17806              From: pimlott@idiomtech.com (Andrew Pimlott)
17807              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
17808              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
17809              
17810              An undef read from a slurped file was not tainted.
17811      Branch: perl
17812            ! pp_hot.c t/op/taint.t
17813 ____________________________________________________________________________
17814 [  7548] By: jhi                                   on 2000/11/04  22:56:21
17815         Log: Test tweak ($Config{useperlio} is by default undef) .
17816      Branch: perl
17817            ! t/lib/b.t
17818 ____________________________________________________________________________
17819 [  7547] By: jhi                                   on 2000/11/04  22:43:56
17820         Log: Integrate perlio.
17821      Branch: perl
17822           +> lib/perlio.pm
17823           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
17824           !> pod/perlapi.pod t/lib/b.t
17825 ____________________________________________________________________________
17826 [  7546] By: jhi                                   on 2000/11/04  22:40:59
17827         Log: Configure would use a bad $myuname from an old config.sh.
17828              
17829              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
17830              From: Andy Dougherty <doughera@lafayette.edu>
17831              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
17832              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
17833      Branch: metaconfig
17834            ! U/modified/Oldconfig.U
17835      Branch: perl
17836            ! Configure config_h.SH
17837 ____________________________________________________________________________
17838 [  7545] By: jhi                                   on 2000/11/04  22:36:54
17839         Log: Subject: Locales support (setlocale) fixes
17840              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17841              Date: Sat, 4 Nov 2000 10:15:48 +0300 
17842              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
17843              
17844              Modified quite a bit to be more portable.
17845      Branch: perl
17846            ! embed.h embed.pl perl.h proto.h util.c
17847 ____________________________________________________________________________
17848 [  7544] By: jhi                                   on 2000/11/04  22:32:47
17849         Log: Dying is too strict here, better just skip.
17850      Branch: perl
17851            ! t/op/misc.t
17852 ____________________________________________________________________________
17853 [  7543] By: nick                                  on 2000/11/04  21:55:13
17854         Log: Merge mainline
17855      Branch: perlio
17856           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
17857           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
17858           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
17859           !> (integrate 64 files)
17860 ____________________________________________________________________________
17861 [  7542] By: jhi                                   on 2000/11/04  21:09:28
17862         Log: More Changes tweakery.
17863      Branch: perl
17864            ! Changes Porting/genlog
17865 ____________________________________________________________________________
17866 [  7541] By: jhi                                   on 2000/11/04  20:58:18
17867         Log: Changes fixups.
17868      Branch: perl
17869            ! Changes
17870 ____________________________________________________________________________
17871 [  7540] By: jhi                                   on 2000/11/04  20:42:38
17872         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
17873              create a "fast path" for locale name probing using "locale -a"
17874              if available, squash finally hopefully the s?printf resetting
17875              the numeric locale (since, IIUC perllocale, it never shouldn't). 
17876      Branch: perl
17877            ! sv.c t/op/misc.t t/pragma/locale.t
17878 ____________________________________________________________________________
17879 [  7539] By: nick                                  on 2000/11/04  19:56:10
17880         Log: PerlIO infrastructure complete.
17881      Branch: perlio
17882            + lib/perlio.pm
17883            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
17884 ____________________________________________________________________________
17885 [  7538] By: nick                                  on 2000/11/04  14:31:32
17886         Log: Type tweaks + less contorted allocation scheme
17887      Branch: perlio
17888            ! perlio.c
17889 ____________________________________________________________________________
17890 [  7537] By: nick                                  on 2000/11/04  12:40:42
17891         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
17892              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
17893              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
17894              sensible) which lead to some interesting fails.
17895      Branch: perlio
17896            ! perlio.c
17897 ____________________________________________________________________________
17898 [  7536] By: jhi                                   on 2000/11/04  00:20:02
17899         Log: Add FCNTL_CAN_LOCK.
17900              
17901              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
17902              From: Andy Dougherty <doughera@lafayette.edu>
17903              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
17904              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
17905              
17906              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
17907              From: Andy Dougherty <doughera@lafayette.edu>
17908              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
17909              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
17910      Branch: metaconfig/U/perl
17911            + d_fcntl_can_lock.U
17912            ! startperl.U
17913      Branch: perl
17914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17915            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
17916            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17917            ! vos/config.ga.h win32/config.bc win32/config.gc
17918            ! win32/config.vc
17919 ____________________________________________________________________________
17920 [  7535] By: nick                                  on 2000/11/03  22:19:10
17921         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
17922              - Works on Linux with
17923              perlio + unix
17924              stdio
17925              - Works on Solaris with
17926              perlio + unix
17927              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
17928              - Fails (hangs in openpid) if you try and stack
17929              perlio + stdio - Linux stdio's read() logic is hanging.
17930      Branch: perlio
17931            ! iperlsys.h perlio.c
17932 ____________________________________________________________________________
17933 [  7534] By: jhi                                   on 2000/11/03  15:16:02
17934         Log: Subject: Re: README.aix
17935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17936              Date: Fri, 03 Nov 2000 16:03:15 +0100
17937              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
17938      Branch: perl
17939            ! README.aix
17940 ____________________________________________________________________________
17941 [  7533] By: jhi                                   on 2000/11/03  03:59:02
17942         Log: Subject: [PATCH 5.7.0] better messages from malloc()
17943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17944              Date: Wed, 1 Nov 2000 23:39:56 -0500
17945              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
17946      Branch: perl
17947            ! malloc.c pod/perldiag.pod
17948 ____________________________________________________________________________
17949 [  7532] By: jhi                                   on 2000/11/03  00:11:56
17950         Log: The #7521 touched things it shouldn't have.
17951      Branch: perl
17952            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
17953 ____________________________________________________________________________
17954 [  7531] By: jhi                                   on 2000/11/02  22:32:33
17955         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
17956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17957              Date:     Thu, 2 Nov 2000 16:58:36 EST
17958              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
17959      Branch: perl
17960            ! vms/gen_shrfls.pl
17961 ____________________________________________________________________________
17962 [  7530] By: jhi                                   on 2000/11/02  22:08:49
17963         Log: Fix the problem discussed in
17964              
17965              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
17966              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
17967              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
17968              
17969              originally from Linc Madison.  Also Andreas König's comments
17970              taken into account.  Some other problems with Tie::SubstrHash
17971              fixed: didn't croak when the table exceeded the requested number
17972              of entries (as documented) but instead when the number of entries
17973              exceeded the size of the table, a croak() had an unnecessary \n,
17974              didn't have a CLEAR method, documented that there is no exists().
17975              Didn't fix to be strict-proof because the module uses &foo; and
17976              dynamic scope.  Added a test script exercizing both first tamely 
17977              the basic functionality, and then the failure cases reported by
17978              Linc Madison.
17979      Branch: perl
17980            + t/lib/tie-substrhash.t
17981            ! MANIFEST lib/Tie/SubstrHash.pm
17982 ____________________________________________________________________________
17983 [  7529] By: jhi                                   on 2000/11/02  17:58:08
17984         Log: recv() can fail and return undef.
17985              
17986              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
17987              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
17988              Date: Thu, 2 Nov 2000 20:12:20 +0300
17989              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
17990      Branch: perl
17991            ! lib/Net/Ping.pm
17992 ____________________________________________________________________________
17993 [  7528] By: jhi                                   on 2000/11/02  17:49:09
17994         Log: Detpyo.
17995      Branch: perl
17996            ! pod/perlop.pod
17997 ____________________________________________________________________________
17998 [  7527] By: jhi                                   on 2000/11/02  15:48:37
17999         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
18000              fix a autovivification bug in Tie::RefHash, add tests for both.
18001              
18002              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
18003              From: Edward Avis <epa98@doc.ic.ac.uk>
18004              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
18005              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
18006      Branch: perl
18007            + t/lib/tie-refhash.t
18008            ! MANIFEST lib/Tie/RefHash.pm
18009 ____________________________________________________________________________
18010 [  7526] By: jhi                                   on 2000/11/02  13:56:26
18011         Log: Test::Harness revealed buglets in the new DynaLoader.
18012              
18013              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
18014              From: andreas.koenig@anima.de (Andreas J. Koenig)
18015              Date: 02 Nov 2000 11:26:48 +0100 
18016              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
18017      Branch: perl
18018            ! ext/DynaLoader/DynaLoader_pm.PL
18019 ____________________________________________________________________________
18020 [  7525] By: jhi                                   on 2000/11/01  23:52:08
18021         Log: The entry for #7503 was missing.
18022      Branch: perl
18023            ! Changes
18024 ____________________________________________________________________________
18025 [  7524] By: jhi                                   on 2000/11/01  23:40:52
18026         Log: Update Changes.
18027      Branch: perl
18028            ! Changes patchlevel.h
18029 ____________________________________________________________________________
18030 [  7523] By: jhi                                   on 2000/11/01  22:57:09
18031         Log: More tweaking on the #7522 theme.
18032      Branch: perl
18033            ! ext/DynaLoader/DynaLoader_pm.PL
18034 ____________________________________________________________________________
18035 [  7522] By: jhi                                   on 2000/11/01  22:06:15
18036         Log: Expand %Config variables and %ENV variables only if
18037              so requested during build time using the
18038              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
18039              Not expanding makes relocating distributions easier.
18040      Branch: perl
18041            ! ext/DynaLoader/DynaLoader_pm.PL
18042 ____________________________________________________________________________
18043 [  7521] By: jhi                                   on 2000/11/01  20:56:34
18044         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
18045              and setgid() because they were just changing $< and $( which means
18046              only changing the real uid/gid, as opposed to changing both
18047              real and effective ids.  (The alternative way could have been
18048              in POSIX.pm to change $> and $), too, but making a direct call
18049              to the C API feels cleaner.)  Fixes the bug
18050              
18051              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
18052              From: "Garry T. Williams" <garry@zvolve.com>
18053              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
18054              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
18055      Branch: perl
18056            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18057            ! ext/POSIX/typemap pod/perlvar.pod
18058 ____________________________________________________________________________
18059 [  7520] By: jhi                                   on 2000/11/01  20:08:33
18060         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
18061              From: "Garry T. Williams" <garry@zvolve.com>
18062              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
18063              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
18064      Branch: perl
18065            ! pod/perlsec.pod
18066 ____________________________________________________________________________
18067 [  7519] By: jhi                                   on 2000/11/01  20:01:22
18068         Log: Locale warning explanation tweak.
18069      Branch: perl
18070            ! pod/perldiag.pod
18071 ____________________________________________________________________________
18072 [  7518] By: jhi                                   on 2000/11/01  18:57:13
18073         Log: C.pm part of
18074              
18075              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
18076              From: Jarkko Hietaniemi <jhi@iki.fi>
18077              Date: Tue, 10 Oct 2000 08:22:28 -0500
18078              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
18079      Branch: perl
18080            ! ext/B/B/C.pm
18081 ____________________________________________________________________________
18082 [  7517] By: jhi                                   on 2000/11/01  18:41:59
18083         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
18084              From: Martien Verbruggen <mgjv@comdyn.com.au>
18085              Date: Fri, 6 Oct 2000 14:09:10 +1100
18086              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
18087      Branch: perl
18088            ! pod/perlop.pod
18089 ____________________________________________________________________________
18090 [  7516] By: jhi                                   on 2000/11/01  18:34:55
18091         Log: Generalize the Camel wording.
18092              
18093              Subject: Re: perlfaq style changes
18094              From: John Borwick <jhborwic@unity.ncsu.edu>
18095              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
18096              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
18097      Branch: perl
18098            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
18099 ____________________________________________________________________________
18100 [  7515] By: jhi                                   on 2000/11/01  16:52:31
18101         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
18102              From: pimlott@idiomtech.com (Andrew Pimlott)
18103              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
18104              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
18105      Branch: perl
18106            ! pod/perlsec.pod
18107 ____________________________________________________________________________
18108 [  7514] By: jhi                                   on 2000/11/01  15:03:40
18109         Log: More AIX lore.
18110      Branch: perl
18111            ! ext/re/hints/aix.pl
18112 ____________________________________________________________________________
18113 [  7513] By: jhi                                   on 2000/11/01  14:48:30
18114         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
18115              From: root <root@chronos.fi.muni.cz>
18116              Date: Wed, 1 Nov 2000 12:31:32 +0100
18117              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
18118      Branch: perl
18119            ! lib/Net/Ping.pm
18120 ____________________________________________________________________________
18121 [  7512] By: jhi                                   on 2000/11/01  14:46:47
18122         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
18123              From: Martin Husemann <martin@duskware.de>
18124              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
18125              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
18126      Branch: perl
18127            ! regcomp.c
18128 ____________________________________________________________________________
18129 [  7511] By: jhi                                   on 2000/11/01  14:39:50
18130         Log: AUTHORS updates.
18131      Branch: perl
18132            ! AUTHORS
18133 ____________________________________________________________________________
18134 [  7510] By: jhi                                   on 2000/11/01  14:29:50
18135         Log: Subject: [PATCH] startperl to respect versiononly
18136              From: Robin Barker <rmb1@cise.npl.co.uk> 
18137              Date: Tue, 31 Oct 2000 16:29:36 GMT
18138              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
18139      Branch: metaconfig/U/perl
18140            ! startperl.U
18141      Branch: perl
18142            ! Configure config_h.SH
18143 ____________________________________________________________________________
18144 [  7509] By: jhi                                   on 2000/11/01  14:19:53
18145         Log: printf UVs the correct way, noticed by Robin Barker.
18146      Branch: perl
18147            ! utf8.c
18148 ____________________________________________________________________________
18149 [  7508] By: jhi                                   on 2000/11/01  14:10:03
18150         Log: Do not cleanup *% because the % has special meanings in some
18151              shell environments.
18152      Branch: perl
18153            ! ext/Storable/Makefile.PL
18154 ____________________________________________________________________________
18155 [  7507] By: jhi                                   on 2000/11/01  14:06:00
18156         Log: The NonStop-UX libraries have a novel way to say NaN.
18157      Branch: perl
18158            ! t/lib/bigfltpm.t
18159 ____________________________________________________________________________
18160 [  7506] By: jhi                                   on 2000/11/01  14:03:35
18161         Log: The osname has been lowercased by now, from Tom Bates.
18162      Branch: metaconfig
18163            ! U/modified/Oldconfig.U
18164      Branch: perl
18165            ! Configure config_h.SH
18166 ____________________________________________________________________________
18167 [  7505] By: jhi                                   on 2000/10/31  19:18:39
18168         Log: The compiler is either gcc or cc, from Tom Bates.
18169      Branch: perl
18170            ! hints/nonstopux.sh
18171 ____________________________________________________________________________
18172 [  7504] By: jhi                                   on 2000/10/31  14:53:42
18173         Log: Update Changes.
18174      Branch: perl
18175            ! Changes patchlevel.h
18176 ____________________________________________________________________________
18177 [  7503] By: jhi                                   on 2000/10/31  14:30:50
18178         Log: Whitespace style tweak.  Was originally going to see to
18179              
18180              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
18181              From: Joe Smith <jms@inwap.com>
18182              Date: Mon, 30 Oct 2000 18:47:57 -0800
18183              Message-Id: <39FE32DD.24AAC4D@inwap.com>
18184              
18185              but that had already been taken care of.
18186      Branch: metaconfig
18187            ! U/compline/d_stdstdio.U
18188      Branch: perl
18189            ! Configure config_h.SH
18190 ____________________________________________________________________________
18191 [  7502] By: jhi                                   on 2000/10/31  14:25:02
18192         Log: AUTHORS tweaks.
18193      Branch: perl
18194            ! AUTHORS
18195 ____________________________________________________________________________
18196 [  7501] By: jhi                                   on 2000/10/31  14:23:59
18197         Log: Subject: perlfaq style changes
18198              From: John Borwick <jhborwic@unity.ncsu.edu>
18199              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
18200              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
18201      Branch: perl
18202            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18203            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18204            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18205            ! pod/perlfaq9.pod
18206 ____________________________________________________________________________
18207 [  7500] By: jhi                                   on 2000/10/31  14:22:15
18208         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
18209              
18210              Subject: Re: [ID 20000918.005] ~ on wide chars
18211              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18212              Date: Mon, 30 Oct 2000 21:09:55 -0800
18213              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
18214              
18215              (The ord() part of the patch skipped.)
18216      Branch: perl
18217            ! doop.c
18218 ____________________________________________________________________________
18219 [  7499] By: jhi                                   on 2000/10/31  14:20:08
18220         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
18221              From: Jens Hamisch <jens@Strawberry.COM>
18222              Date: Mon, 30 Oct 2000 15:17:07 +0100
18223              Message-Id: <20001030151707.A9597@Strawberry.COM>
18224      Branch: perl
18225            ! av.c
18226 ____________________________________________________________________________
18227 [  7498] By: jhi                                   on 2000/10/31  14:16:29
18228         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
18229              From: Peter Prymmer <pvhp@forte.com>
18230              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
18231              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
18232      Branch: perl
18233            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18234            + ext/Encode/Encode/posix-bc.enc
18235            ! MANIFEST t/lib/encode.t
18236 ____________________________________________________________________________
18237 [  7497] By: jhi                                   on 2000/10/31  14:13:22
18238         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
18239              From: Peter Prymmer <pvhp@forte.com>
18240              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
18241              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
18242      Branch: perl
18243            ! t/lib/cgi-html.t
18244 ____________________________________________________________________________
18245 [  7496] By: jhi                                   on 2000/10/31  14:12:05
18246         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
18247              From: Peter Prymmer <pvhp@forte.com>
18248              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
18249              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
18250      Branch: perl
18251            ! t/lib/cgi-function.t
18252 ____________________________________________________________________________
18253 [  7495] By: jhi                                   on 2000/10/31  14:11:08
18254         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
18255              From: Peter Prymmer <pvhp@forte.com>
18256              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
18257              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
18258      Branch: perl
18259            + ext/re/hints/aix.pl
18260            ! MANIFEST ext/re/Makefile.PL
18261 ____________________________________________________________________________
18262 [  7494] By: jhi                                   on 2000/10/31  14:08:32
18263         Log: Use Errno magic.
18264              
18265              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
18266              From: Casey Tweten <perl@ctweten.amsite.com>
18267              Date: Mon, 30 Oct 2000 15:51:17 -0500
18268              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
18269      Branch: perl
18270            ! lib/File/Temp.pm
18271 ____________________________________________________________________________
18272 [  7493] By: jhi                                   on 2000/10/31  14:05:07
18273         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
18274              
18275              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
18276              From: Nicholas Clark <nick@ccl4.org>
18277              Date: Mon, 30 Oct 2000 17:38:45 +0000
18278              Message-ID: <20001030173845.O60355@plum.flirble.org>
18279      Branch: perl
18280            ! Makefile.SH utils/perlbug.PL
18281 ____________________________________________________________________________
18282 [  7492] By: nick                                  on 2000/10/30  19:37:23
18283         Log: Change files which are mysteriously different to mainline to be
18284              copies of mainline.
18285      Branch: perlio
18286            ! objXSUB.h perlapi.c pod/perlapi.pod
18287 ____________________________________________________________________________
18288 [  7491] By: nick                                  on 2000/10/30  18:05:54
18289         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
18290              - typo in endian code in putc.
18291              - Don't allow read of write-only files and vice-versa
18292              - and off-by-one in flush-all loop.
18293              Remove debug calls as they were using GCC specific features.
18294      Branch: perlio
18295            ! perlio.c
18296 ____________________________________________________________________________
18297 [  7490] By: nick                                  on 2000/10/29  21:45:45
18298         Log: Integrate mainline to perlio
18299      Branch: perlio
18300           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
18301           !> toke.c
18302 ____________________________________________________________________________
18303 [  7489] By: jhi                                   on 2000/10/29  21:11:08
18304         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
18305              From: andreas.koenig@anima.de (Andreas J. Koenig)
18306              Date: 29 Oct 2000 22:05:59 +0100
18307              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
18308      Branch: perl
18309            ! lib/ExtUtils/Manifest.pm
18310 ____________________________________________________________________________
18311 [  7488] By: jhi                                   on 2000/10/29  21:07:47
18312         Log: Tests for #7487.
18313              
18314              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
18315              From: andreas.koenig@anima.de (Andreas J. Koenig)
18316              Date: 29 Oct 2000 19:37:09 +0100
18317              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
18318      Branch: perl
18319            ! t/comp/proto.t
18320 ____________________________________________________________________________
18321 [  7487] By: jhi                                   on 2000/10/29  21:06:27
18322         Log: constsub spillage.
18323              
18324              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
18325              From: John Tobey <jtobey@john-edwin-tobey.org>
18326              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
18327              Message-Id: <m13pvSr-000FObC@feynman.localnet>
18328      Branch: perl
18329            ! op.c
18330 ____________________________________________________________________________
18331 [  7486] By: nick                                  on 2000/10/29  21:05:04
18332         Log: Integrate mainline to perlio branch
18333      Branch: perlio
18334           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
18335           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
18336           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
18337           +> vos/install_perl.cm
18338            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
18339            - vos/config.h vos/config_h.SH_orig
18340           !> (integrate 141 files)
18341 ____________________________________________________________________________
18342 [  7485] By: jhi                                   on 2000/10/29  21:00:47
18343         Log: Make \x{...} consistently produce UTF-8.
18344              
18345              Subject: Re: \x{...} is confused 
18346              From: Simon Cozens <simon@cozens.net>
18347              Date: Sun, 29 Oct 2000 19:36:48 +0000
18348              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
18349      Branch: perl
18350            ! t/pragma/utf8.t toke.c
18351 ____________________________________________________________________________
18352 [  7484] By: nick                                  on 2000/10/29  20:05:29
18353         Log: PerlIO passes all tests.
18354      Branch: perlio
18355            ! perlio.c
18356 ____________________________________________________________________________
18357 [  7483] By: jhi                                   on 2000/10/29  18:06:55
18358         Log: Update Changes.
18359      Branch: perl
18360            ! Changes patchlevel.h
18361 ____________________________________________________________________________
18362 [  7482] By: nick                                  on 2000/10/29  17:43:28
18363         Log: Include <unistd.h> to get correct lseek() prototype etc.
18364              (I thought perl.h did that) - down to two fails
18365              - comp/require.t (last test)
18366              - lib/io_xs.t - possibly import/export of FILE * ?
18367      Branch: perlio
18368            ! perlio.c
18369 ____________________________________________________________________________
18370 [  7481] By: jhi                                   on 2000/10/29  17:02:37
18371         Log: UTF-8 decoder tweak.
18372      Branch: perl
18373            ! utf8.c
18374 ____________________________________________________________________________
18375 [  7480] By: nick                                  on 2000/10/29  16:26:11
18376         Log: Fixed two bugs:
18377              - error code not being set on close (of broken pipe)
18378              - append mode was truncating.
18379              At least one seek/tell bug remains.
18380      Branch: perlio
18381            ! perlio.c
18382 ____________________________________________________________________________
18383 [  7479] By: nick                                  on 2000/10/29  11:18:16
18384         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
18385              in case of accidents. Still several worrying fails, no line disciplines yet.
18386      Branch: perlio
18387            ! iperlsys.h perlio.c
18388 ____________________________________________________________________________
18389 [  7478] By: jhi                                   on 2000/10/29  02:04:01
18390         Log: Add also emailless people.
18391      Branch: perl
18392            ! AUTHORS
18393 ____________________________________________________________________________
18394 [  7477] By: jhi                                   on 2000/10/29  01:36:00
18395         Log: The #7476 needs a MANIFEST change, too.
18396      Branch: perl
18397            ! MANIFEST
18398 ____________________________________________________________________________
18399 [  7476] By: jhi                                   on 2000/10/29  01:35:21
18400         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
18401      Branch: perl
18402            - MAINTAIN
18403            ! AUTHORS Changes
18404 ____________________________________________________________________________
18405 [  7475] By: jhi                                   on 2000/10/28  23:57:25
18406         Log: De-quoted-unreadable to ISO Latin 1.
18407              (There's one ISO-2022-JP name in Changes5.004.)
18408      Branch: perl
18409            ! Changes Changes5.6
18410 ____________________________________________________________________________
18411 [  7474] By: jhi                                   on 2000/10/28  19:13:06
18412         Log: Subject: [ID 20001027.007] uniq array in perlfaq
18413              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
18414              Date: Fri, 27 Oct 2000 19:28:30 +0200
18415              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
18416      Branch: perl
18417            ! pod/perlfaq4.pod
18418 ____________________________________________________________________________
18419 [  7473] By: jhi                                   on 2000/10/28  18:02:05
18420         Log: Locking null mutexes is not recommendable.
18421              
18422              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
18423              From: Hugo <hv@crypt.compulink.co.uk>
18424              Date: Sat, 28 Oct 2000 18:41:12 +0100
18425              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
18426      Branch: perl
18427            ! op.c
18428 ____________________________________________________________________________
18429 [  7472] By: jhi                                   on 2000/10/28  17:52:58
18430         Log: Better create a true mailing list for the repository keepers.
18431      Branch: perl
18432            ! Porting/repository.pod
18433 ____________________________________________________________________________
18434 [  7471] By: jhi                                   on 2000/10/28  17:28:24
18435         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
18436              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
18437      Branch: perl
18438            + Porting/repository.pod
18439            ! MANIFEST
18440 ____________________________________________________________________________
18441 [  7470] By: jhi                                   on 2000/10/28  17:20:54
18442         Log: Subject: DOC PATCH 5.6.0
18443              From: mjd@plover.com
18444              Date: 27 Oct 2000 17:32:44 -0000
18445              Message-ID: <20001027173244.23754.qmail@plover.com>
18446      Branch: perl
18447            ! pod/perlfunc.pod
18448 ____________________________________________________________________________
18449 [  7469] By: jhi                                   on 2000/10/28  17:16:45
18450         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
18451              From: "Peter J. Farley III" <pjfarley@banet.net>
18452              Date: Fri, 27 Oct 2000 20:32:56 -0400
18453              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
18454      Branch: perl
18455            ! README.dos
18456 ____________________________________________________________________________
18457 [  7468] By: jhi                                   on 2000/10/28  17:07:18
18458         Log: Make target reordering to avoid pointless re-makes.
18459              
18460              Subject: Re: Total re-make of 'make okfile' after 7451 ?
18461              From: Nicholas Clark <nick@ccl4.org>
18462              Date: Sat, 28 Oct 2000 00:31:02 +0100
18463              Message-ID: <20001028003101.A54517@plum.flirble.org>
18464      Branch: perl
18465            ! Makefile.SH
18466 ____________________________________________________________________________
18467 [  7467] By: jhi                                   on 2000/10/28  17:05:31
18468         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
18469              From: lvirden@cas.org
18470              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
18471              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
18472      Branch: perl
18473            ! README.os2
18474 ____________________________________________________________________________
18475 [  7466] By: jhi                                   on 2000/10/28  16:09:16
18476         Log: Upgrade to CPAN 1.58_55.
18477              
18478              Subject: CPAN.pm status
18479              From: andreas.koenig@anima.de (Andreas J. Koenig) 
18480              Date: 28 Oct 2000 08:18:00 +0200 
18481              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
18482      Branch: perl
18483            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18484 ____________________________________________________________________________
18485 [  7465] By: jhi                                   on 2000/10/28  16:02:47
18486         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
18487      Branch: perl
18488            ! embed.h embed.pl perl.h proto.h toke.c
18489 ____________________________________________________________________________
18490 [  7464] By: nick                                  on 2000/10/28  10:43:44
18491         Log: Fix for sv_2iv() on "shared" value from keys %hash.
18492      Branch: perl
18493            ! sv.c
18494 ____________________________________________________________________________
18495 [  7463] By: jhi                                   on 2000/10/27  16:18:29
18496         Log: Update Changes.
18497      Branch: perl
18498            ! Changes patchlevel.h
18499 ____________________________________________________________________________
18500 [  7462] By: jhi                                   on 2000/10/27  16:17:44
18501         Log: Too enthusiastic editing in #7460.
18502      Branch: metaconfig
18503            ! U/modified/Oldsym.U
18504      Branch: perl
18505            ! Configure config_h.SH
18506 ____________________________________________________________________________
18507 [  7461] By: jhi                                   on 2000/10/27  15:37:38
18508         Log: Retract #7459, the script needs more work.
18509      Branch: perl
18510            - mkreef
18511            ! MANIFEST
18512 ____________________________________________________________________________
18513 [  7460] By: jhi                                   on 2000/10/27  15:23:14
18514         Log: Use $sort, $uniq (and $tr) consistently as wondered
18515              by Nicholas Clark.
18516      Branch: metaconfig
18517            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
18518            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
18519            ! U/modified/libc.U
18520      Branch: perl
18521            ! Configure config_h.SH
18522 ____________________________________________________________________________
18523 [  7459] By: jhi                                   on 2000/10/27  15:02:07
18524         Log: (Retracted by #7461)
18525              
18526              Add a shell script for creating/removing symbolic link farms,
18527              useful for keeping the source code read-only and doing the
18528              builds somewhere else.
18529      Branch: perl
18530            + mkreef
18531            ! MANIFEST
18532 ____________________________________________________________________________
18533 [  7458] By: jhi                                   on 2000/10/27  14:42:20
18534         Log: Do away with the fix_pl.
18535      Branch: perl
18536            - fix_pl
18537            ! MANIFEST Makefile.SH
18538 ____________________________________________________________________________
18539 [  7457] By: jhi                                   on 2000/10/27  12:43:13
18540         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
18541              From: Jens Hamisch <jens@Strawberry.COM>
18542              Date: Fri, 27 Oct 2000 14:38:21 +0200
18543              Message-Id: <20001027143821.B3366@Strawberry.COM>
18544      Branch: perl
18545            ! perl.h
18546 ____________________________________________________________________________
18547 [  7456] By: jhi                                   on 2000/10/27  12:33:42
18548         Log: Subject: [PATCH] todo
18549              From: Nicholas Clark <nick@ccl4.org>
18550              Date: Thu, 26 Oct 2000 22:32:29 +0100
18551              Message-ID: <20001026223229.A44540@plum.flirble.org>
18552      Branch: perl
18553            ! pod/perltodo.pod
18554 ____________________________________________________________________________
18555 [  7455] By: jhi                                   on 2000/10/27  12:02:21
18556         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
18557              From: John Tobey <jtobey@john-edwin-tobey.org>
18558              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
18559              Message-Id: <m13ozHF-000FObC@feynman.localnet>
18560      Branch: perl
18561            ! op.c t/pragma/sub_lval.t
18562 ____________________________________________________________________________
18563 [  7454] By: jhi                                   on 2000/10/27  11:59:42
18564         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
18565              From: sthoenna@efn.org
18566              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
18567              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
18568      Branch: perl
18569            ! pp.c t/op/assignwarn.t
18570 ____________________________________________________________________________
18571 [  7453] By: jhi                                   on 2000/10/27  00:15:08
18572         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
18573      Branch: perl
18574            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18575            ! ext/Storable/Storable.xs t/lib/st-lock.t
18576 ____________________________________________________________________________
18577 [  7452] By: jhi                                   on 2000/10/26  13:05:52
18578         Log: Undo #7451, this seems to be a deficiency in Perforce,
18579              there is no per-file line-terminator type, only per-client.
18580      Branch: perl
18581            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
18582            ! win32/makefile.mk
18583 ____________________________________________________________________________
18584 [  7451] By: jhi                                   on 2000/10/26  04:56:03
18585         Log: Experimenting in DOS arcana.
18586      Branch: perl
18587            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
18588            ! win32/makefile.mk
18589 ____________________________________________________________________________
18590 [  7450] By: jhi                                   on 2000/10/26  04:50:52
18591         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
18592              From: "Peter J. Farley III" <pjfarley@banet.net>            
18593              Date: Wed, 25 Oct 2000 23:10:18 -0400
18594              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
18595      Branch: perl
18596            ! t/io/open.t
18597 ____________________________________________________________________________
18598 [  7449] By: jhi                                   on 2000/10/26  04:49:16
18599         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
18600              From: Hugo <hv@crypt.compulink.co.uk>
18601              Date: Thu, 26 Oct 2000 01:55:17 +0100
18602              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
18603              
18604              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
18605      Branch: perl
18606            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
18607 ____________________________________________________________________________
18608 [  7448] By: jhi                                   on 2000/10/26  04:38:36
18609         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
18610              From: Peter Prymmer <pvhp@forte.com>
18611              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
18612              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
18613      Branch: perl
18614            ! configure.com
18615 ____________________________________________________________________________
18616 [  7447] By: jhi                                   on 2000/10/25  23:20:02
18617         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
18618              in platforms that strictly require all the symbols being present
18619              at link time.
18620      Branch: perl
18621            ! handy.h
18622 ____________________________________________________________________________
18623 [  7446] By: jhi                                   on 2000/10/25  21:55:57
18624         Log: Update Changes.
18625      Branch: perl
18626            ! Changes patchlevel.h
18627 ____________________________________________________________________________
18628 [  7445] By: jhi                                   on 2000/10/25  21:27:08
18629         Log: Integrate with vmsperl #7430 by Charles Bailey:
18630              
18631              Cleanup from prior patch (Charles Lane?):
18632              - improve handling of MFDs in Basename and Path
18633              - default to no xsubpp line # munging when building debug images
18634      Branch: perl
18635           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
18636 ____________________________________________________________________________
18637 [  7444] By: jhi                                   on 2000/10/25  21:03:50
18638         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
18639              From: John Peacock <JPeacock@UnivPress.com>
18640              Date: Thu, 18 May 2000 11:55:27 -0400
18641              Message-ID: <3924126F.A58BE57A@UnivPress.com>
18642      Branch: perl
18643            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
18644            ! t/op/write.t
18645 ____________________________________________________________________________
18646 [  7443] By: jhi                                   on 2000/10/25  20:43:10
18647         Log: Temporary stopgap for the self-tying issue: for now only
18648              array and hash self-ties are verboten.  The real fix, of
18649              course, would be to comprehensively test (and implement?)
18650              and debug (and document) self-ties.
18651      Branch: perl
18652            ! pod/perldiag.pod pp_sys.c t/op/tie.t
18653 ____________________________________________________________________________
18654 [  7442] By: jhi                                   on 2000/10/25  20:14:30
18655         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
18656              From: Dan Sugalski <dan@sidhe.org>
18657              Date: Wed, 25 Oct 2000 13:36:35 -0400
18658              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
18659              
18660              plus regen global.sym.
18661      Branch: perl
18662            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
18663            ! thrdvar.h util.c
18664 ____________________________________________________________________________
18665 [  7441] By: jhi                                   on 2000/10/25  20:12:20
18666         Log: buildtoc target tweaks.
18667      Branch: perl
18668            ! pod/Makefile.SH
18669 ____________________________________________________________________________
18670 [  7440] By: jhi                                   on 2000/10/25  20:03:53
18671         Log: A new version of making the syslog test more robust.
18672              (Replaces #7421.)
18673              
18674              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18675              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18676              Date: Wed, 25 Oct 2000 12:13:54 -0400
18677              Message-ID: <20001025121354.B2264@O2.chapin.edu>
18678      Branch: perl
18679            ! t/lib/syslog.t
18680 ____________________________________________________________________________
18681 [  7439] By: jhi                                   on 2000/10/25  20:00:48
18682         Log: Continue the internal UTF-8 API tweaking.
18683              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
18684              used much more than the simpler API, now called utf8_to_uv_simple().
18685              Still not quite happy with API, too much partial duplication
18686              of functionality.
18687      Branch: perl
18688            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
18689            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
18690            ! regcomp.c regexec.c sv.c toke.c utf8.c
18691 ____________________________________________________________________________
18692 [  7438] By: jhi                                   on 2000/10/25  18:52:30
18693         Log: Allow poking holes at the UTF-8 decoding strictness.
18694      Branch: perl
18695            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
18696            ! utf8.h
18697 ____________________________________________________________________________
18698 [  7437] By: jhi                                   on 2000/10/25  13:53:05
18699         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
18700              UTF8LEN() and UTF8SKIP(). 
18701      Branch: perl
18702            ! pp.c utf8.c utf8.h
18703 ____________________________________________________________________________
18704 [  7436] By: jhi                                   on 2000/10/25  13:51:37
18705         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
18706              From: Nicholas Clark <nick@ccl4.org>
18707              Date: Wed, 25 Oct 2000 14:44:05 +0100
18708              Message-ID: <20001025144404.D27253@plum.flirble.org>
18709      Branch: perl
18710            ! pod/perlrun.pod
18711 ____________________________________________________________________________
18712 [  7435] By: jhi                                   on 2000/10/25  13:49:32
18713         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
18714              From: Mike Guy <mjtg@cam.ac.uk>
18715              Date: Tue, 24 Oct 2000 14:59:40 +0100
18716              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
18717      Branch: perl
18718            ! scope.c
18719 ____________________________________________________________________________
18720 [  7434] By: jhi                                   on 2000/10/25  13:48:41
18721         Log: AIX is picky about its symbol exports.  Solution for now
18722              is to include the deb.o explicitly to the re extension build.
18723              
18724              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
18725              From: Peter Prymmer <pvhp@forte.com>
18726              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
18727              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
18728      Branch: perl
18729            ! ext/re/Makefile.PL hints/aix.sh
18730 ____________________________________________________________________________
18731 [  7433] By: jhi                                   on 2000/10/25  13:46:49
18732         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
18733              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18734              Date: Wed, 25 Oct 2000 12:02:20 +0200
18735              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
18736      Branch: perl
18737            ! perlsdio.h
18738 ____________________________________________________________________________
18739 [  7432] By: jhi                                   on 2000/10/25  13:44:28
18740         Log: Subject: Minor update to find2perl, for portability
18741              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
18742              Date: Wed, 25 Oct 2000 12:05:47 +0100
18743              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
18744      Branch: perl
18745            ! x2p/find2perl.PL
18746 ____________________________________________________________________________
18747 [  7431] By: jhi                                   on 2000/10/25  13:40:39
18748         Log: Add targets to Makefile.SH, most importantly
18749              'regen_all' which also remembers to update vms/perly*.
18750      Branch: perl
18751            ! Makefile.SH
18752 ____________________________________________________________________________
18753 [  7430] By: bailey                                on 2000/10/25  03:13:53
18754         Log: Cleanup from prior patch (Charles Lane?):
18755              - improve handling of MFDs in Basename and Path
18756              - default to no xsubpp line # munging when building debug images
18757      Branch: vmsperl
18758            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
18759 ____________________________________________________________________________
18760 [  7429] By: jhi                                   on 2000/10/24  20:03:40
18761         Log: Podify README.epoc and README.vos.
18762      Branch: perl
18763            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
18764            ! pod/perlport.pod pod/perltoc.pod
18765 ____________________________________________________________________________
18766 [  7428] By: jhi                                   on 2000/10/24  19:10:33
18767         Log: Stratus VOS updates from Paul Green.
18768      Branch: perl
18769            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18770            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
18771            - vos/config.def vos/config.h vos/config_h.SH_orig
18772            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
18773            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
18774 ____________________________________________________________________________
18775 [  7427] By: jhi                                   on 2000/10/24  18:59:48
18776         Log: Check if stdio supports tweaking lval and cnt simultaneously.
18777              
18778              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
18779              From: Nicholas Clark <nick@ccl4.org>
18780              Date: Mon, 23 Oct 2000 15:39:32 +0100
18781              Message-ID: <20001023153932.A10786@plum.flirble.org>
18782      Branch: metaconfig
18783            ! U/compline/d_stdstdio.U
18784      Branch: perl
18785            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18786            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
18787            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
18788            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
18789            ! vos/config.h vos/config_h.SH_orig win32/config.bc
18790            ! win32/config.gc win32/config.vc
18791 ____________________________________________________________________________
18792 [  7426] By: jhi                                   on 2000/10/24  17:57:44
18793         Log: Missed the header file changes from #7425.
18794      Branch: perl
18795            ! embed.h embed.pl objXSUB.h proto.h
18796 ____________________________________________________________________________
18797 [  7425] By: jhi                                   on 2000/10/24  17:55:17
18798         Log: Fix the bug reported in
18799              
18800              From: andreas.koenig@anima.de (Andreas J. Koenig)
18801              Subject: Encode bug?
18802              Date: 24 Oct 2000 14:01:26 +0200 
18803              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
18804              
18805              Also make is_utf8_char() stricter.
18806      Branch: perl
18807            ! ext/Encode/Encode.xs utf8.c
18808 ____________________________________________________________________________
18809 [  7424] By: jhi                                   on 2000/10/24  15:15:39
18810         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
18811              From: Peter Scott <Peter@PSDT.com>
18812              Date: Mon, 23 Oct 2000 19:46:01 -0700
18813              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
18814      Branch: perl
18815            ! pod/perlfaq5.pod
18816 ____________________________________________________________________________
18817 [  7423] By: jhi                                   on 2000/10/24  14:25:30
18818         Log: Test tweak to avoid pulling in the whole Config.
18819      Branch: perl
18820            ! t/lib/st-lock.t
18821 ____________________________________________________________________________
18822 [  7422] By: jhi                                   on 2000/10/24  14:03:16
18823         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
18824      Branch: perl
18825            ! pp.c
18826 ____________________________________________________________________________
18827 [  7421] By: jhi                                   on 2000/10/24  13:32:09
18828         Log: (Replaced by #7440.)
18829              
18830              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18831              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18832              Date: Mon, 23 Oct 2000 16:40:54 -0400
18833              Message-ID: <20001023164054.B14491@O2.chapin.edu>
18834      Branch: perl
18835            ! t/lib/syslog.t
18836 ____________________________________________________________________________
18837 [  7420] By: jhi                                   on 2000/10/24  13:30:53
18838         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
18839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18840              Date: Mon, 23 Oct 2000 17:29:03 -0400
18841              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
18842      Branch: perl
18843            ! lib/ExtUtils/MM_Unix.pm
18844 ____________________________________________________________________________
18845 [  7419] By: jhi                                   on 2000/10/24  13:29:57
18846         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
18847              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18848              Date: Mon, 23 Oct 2000 19:01:32 -0400
18849              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
18850      Branch: perl
18851            ! utils/h2xs.PL
18852 ____________________________________________________________________________
18853 [  7418] By: jhi                                   on 2000/10/24  13:26:04
18854         Log: Replace #7409 with
18855              
18856              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
18857              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
18858              Date: Mon, 23 Oct 2000 20:08:56 +0200
18859              Message-ID: <20001023200855.A14850@nice.ram.loc>
18860      Branch: perl
18861            ! ext/Storable/Storable.pm t/lib/st-lock.t
18862 ____________________________________________________________________________
18863 [  7417] By: jhi                                   on 2000/10/24  13:17:52
18864         Log: Run vms/vms_yfix.pl, should have done that after changing
18865              perly.c in #7382.
18866      Branch: perl
18867            ! vms/perly_c.vms vms/perly_h.vms
18868 ____________________________________________________________________________
18869 [  7416] By: jhi                                   on 2000/10/24  02:55:33
18870         Log: Make the UTF-8 decoding stricter and more verbose when
18871              malformation happens.  This involved adding an argument
18872              to utf8_to_uv_chk(), which involved changing its prototype,
18873              and prefer STRLEN over I32 for the UTF-8 length, which as
18874              a domino effect necessitated changing the prototypes of
18875              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
18876              The stricter UTF-8 decoding checking uses Markus Kuhn's
18877              UTF-8 Decode Stress Tester from
18878              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
18879      Branch: perl
18880            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
18881            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
18882            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
18883            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
18884 ____________________________________________________________________________
18885 [  7415] By: jhi                                   on 2000/10/23  14:06:06
18886         Log: Update Changes.
18887      Branch: perl
18888            ! Changes patchlevel.h
18889 ____________________________________________________________________________
18890 [  7414] By: jhi                                   on 2000/10/23  12:39:52
18891         Log: Undo the basename() part of #7412 since the lib/basename
18892              tests would need upgrading too.
18893      Branch: perl
18894            ! lib/File/Basename.pm
18895 ____________________________________________________________________________
18896 [  7413] By: jhi                                   on 2000/10/23  12:19:27
18897         Log: Document PERL_INSTALL_ROOT of #7210.
18898      Branch: perl
18899            ! lib/ExtUtils/Install.pm
18900 ____________________________________________________________________________
18901 [  7412] By: jhi                                   on 2000/10/23  12:16:47
18902         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
18903      Branch: perl
18904            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
18905            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
18906 ____________________________________________________________________________
18907 [  7411] By: jhi                                   on 2000/10/23  12:07:41
18908         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
18909              From: Prymmer/Kahn <pvhp@best.com>
18910              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
18911              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
18912      Branch: perl
18913            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
18914 ____________________________________________________________________________
18915 [  7410] By: jhi                                   on 2000/10/23  04:10:11
18916         Log: The change #7187 was not so good on VMS.
18917              
18918              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
18919              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18920              Date: Sun, 22 Oct 2000 23:03:08 -0500
18921              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
18922      Branch: perl
18923            ! utils/perldoc.PL
18924 ____________________________________________________________________________
18925 [  7409] By: jhi                                   on 2000/10/23  03:57:36
18926         Log: Avoid Storable locking on DJGPP for now.
18927              
18928              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
18929              From: "Peter J. Farley III" <pjfarley@banet.net>
18930              Date: Sun, 22 Oct 2000 20:00:00 -0400
18931              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
18932      Branch: perl
18933            ! ext/Storable/Storable.pm t/lib/st-lock.t
18934 ____________________________________________________________________________
18935 [  7408] By: jhi                                   on 2000/10/23  03:50:24
18936         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
18937              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
18938              Date: Sun, 22 Oct 2000 21:12:22 -0400
18939              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
18940      Branch: perl
18941            ! lib/vars.pm
18942 ____________________________________________________________________________
18943 [  7407] By: jhi                                   on 2000/10/23  03:43:12
18944         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
18945              From: Hugo <hv@crypt.compulink.co.uk>
18946              Date: Mon, 23 Oct 2000 00:47:22 +0100
18947              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
18948      Branch: perl
18949            ! regexec.c t/op/pat.t
18950 ____________________________________________________________________________
18951 [  7406] By: jhi                                   on 2000/10/23  03:40:29
18952         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
18953      Branch: perl
18954            ! lib/ExtUtils/MakeMaker.pm
18955 ____________________________________________________________________________
18956 [  7405] By: jhi                                   on 2000/10/22  21:32:00
18957         Log: Doc patch.
18958              
18959              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
18960              From: rspier@pobox.com (Robert Spier)
18961              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
18962              Message-ID: <14835.16112.13457.447971@rls.cx>
18963      Branch: perl
18964            ! lib/strict.pm
18965 ____________________________________________________________________________
18966 [  7404] By: jhi                                   on 2000/10/22  21:30:51
18967         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
18968              From: rspier@pobox.com (Robert Spier)
18969              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
18970              Message-ID: <14835.17223.72448.705566@rls.cx>
18971      Branch: perl
18972            ! lib/ExtUtils/MakeMaker.pm
18973 ____________________________________________________________________________
18974 [  7403] By: jhi                                   on 2000/10/22  21:24:11
18975         Log: Subject: [PATCH bleadperl] ripples from constsub patch
18976              From: John Tobey <jtobey@john-edwin-tobey.org>
18977              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
18978              Message-Id: <m13nSOB-000FObC@feynman.localnet>
18979      Branch: perl
18980            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
18981 ____________________________________________________________________________
18982 [  7402] By: jhi                                   on 2000/10/22  20:59:35
18983         Log: Support s?printf parameter reordering.
18984      Branch: perl
18985            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
18986 ____________________________________________________________________________
18987 [  7401] By: jhi                                   on 2000/10/22  19:19:14
18988         Log: Expand %Config variables only if explicitly so requested
18989              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
18990              
18991              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
18992              From: Gurusamy Sarathy <gsar@ActiveState.com>
18993              Date: Sun, 22 Oct 2000 11:47:32 -0700
18994              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
18995      Branch: perl
18996            ! Makefile.SH lib/lib_pm.PL
18997 ____________________________________________________________________________
18998 [  7400] By: jhi                                   on 2000/10/22  18:24:10
18999         Log: Move the #7390 test from warn/op to comp/redef.
19000              
19001              Subject: Re: Creating const subs for constants.
19002              From: John Tobey <jtobey@john-edwin-tobey.org>
19003              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
19004              Message-Id: <m13nG72-000FObC@feynman.localnet>               
19005      Branch: perl
19006            ! t/comp/redef.t t/pragma/warn/op
19007 ____________________________________________________________________________
19008 [  7399] By: jhi                                   on 2000/10/22  17:49:59
19009         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19010              From: Nicholas Clark <nick@ccl4.org>
19011              Date: Sat, 21 Oct 2000 22:23:19 +0100
19012              Message-ID: <20001021222319.B45586@plum.flirble.org>
19013      Branch: perl
19014            ! ext/DynaLoader/DynaLoader_pm.PL
19015 ____________________________________________________________________________
19016 [  7398] By: jhi                                   on 2000/10/22  17:47:35
19017         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
19018              From: Hugo <hv@crypt.compulink.co.uk>
19019              Date: Sat, 21 Oct 2000 18:19:59 +0100
19020              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
19021      Branch: perl
19022            ! ext/B/B.pm ext/B/B/C.pm
19023 ____________________________________________________________________________
19024 [  7397] By: jhi                                   on 2000/10/22  17:35:18
19025         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
19026              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19027              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
19028              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
19029      Branch: perl
19030            ! hints/openbsd.sh
19031 ____________________________________________________________________________
19032 [  7396] By: jhi                                   on 2000/10/22  17:19:46
19033         Log: Subject: installman go-faster stripes
19034              From: Nicholas Clark <nick@talking.bollo.cx>
19035              Date: Sat, 21 Oct 2000 17:24:53 +0100
19036              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
19037              
19038              Subject: Re: installman go-faster stripes
19039              From: Russ Allbery <rra@stanford.edu>
19040              Date: 21 Oct 2000 11:04:13 -0700
19041              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
19042      Branch: perl
19043            ! installman pod/pod2man.PL
19044 ____________________________________________________________________________
19045 [  7395] By: jhi                                   on 2000/10/22  17:17:35
19046         Log: Hints tweak from Anton Berezin.
19047      Branch: perl
19048            ! hints/freebsd.sh
19049 ____________________________________________________________________________
19050 [  7394] By: jhi                                   on 2000/10/22  04:50:04
19051         Log: Tweak the Is* definitions of Unicode character classes
19052              to better match the official categorizations; embrace
19053              the official categorizations; add the combining marks
19054              as alpha (and -numeric); fix DCinital (a typo and edito)
19055              to be DCmedial.
19056      Branch: perl
19057            + lib/unicode/Is/DCmedial.pl
19058            - lib/unicode/Is/DCinital.pl
19059            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19060            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
19061            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
19062            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19063 ____________________________________________________________________________
19064 [  7393] By: jhi                                   on 2000/10/21  18:06:05
19065         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
19066              From: Daniel Chetlin <daniel@chetlin.com>
19067              Date: Sat, 21 Oct 2000 02:57:03 -0700
19068              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
19069      Branch: perl
19070            + t/lib/tie-splice.t
19071            ! MANIFEST lib/Tie/Array.pm
19072 ____________________________________________________________________________
19073 [  7392] By: gsar                                  on 2000/10/21  18:05:15
19074         Log: resync utfperl branch with mainline
19075      Branch: utfperl
19076           !> (integrate 1760 files)
19077 ____________________________________________________________________________
19078 [  7391] By: jhi                                   on 2000/10/21  14:37:49
19079         Log: Testcases for a #7383,#7385 related bug.
19080              
19081              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
19082              From: Nicholas Clark <nick@ccl4.org>
19083              Date: Sat, 21 Oct 2000 15:04:51 +0100
19084              Message-ID: <20001021150451.A51566@plum.flirble.org>
19085      Branch: perl
19086            ! t/pragma/utf8.t
19087 ____________________________________________________________________________
19088 [  7390] By: jhi                                   on 2000/10/21  14:35:57
19089         Log: Add a testcase for #7389.
19090      Branch: perl
19091            ! t/pragma/warn/op
19092 ____________________________________________________________________________
19093 [  7389] By: jhi                                   on 2000/10/21  14:26:45
19094         Log: Subject: Re: Creating const subs for constants.
19095              From: John Tobey <jtobey@john-edwin-tobey.org>
19096              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
19097              Message-Id: <m13mo0N-000FObC@feynman.localnet>
19098      Branch: perl
19099            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
19100            ! proto.h sv.c
19101 ____________________________________________________________________________
19102 [  7388] By: nick                                  on 2000/10/21  11:44:23
19103         Log: Populate perlio branch
19104      Branch: perlio
19105           +> (branch 1760 files)
19106 ____________________________________________________________________________
19107 [  7387] By: nick                                  on 2000/10/21  10:52:05
19108         Log: Get branch back as replica of mainline via :
19109              p4 integrate -b utfperl
19110              p4 resolve -at ./...
19111      Branch: utfperl
19112           +> (branch 269 files)
19113            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
19114            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
19115            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
19116            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
19117            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
19118            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19119            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19120            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19121            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
19122            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
19123            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19124            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19125            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19126            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19127            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19128            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19129            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19130            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19131            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
19132            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
19133            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
19134            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
19135            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
19136            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
19137            - lib/unicode/UCD300.html lib/unicode/Unicode.300
19138            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
19139            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
19140            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
19141            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
19142           !> (integrate 965 files)
19143 ____________________________________________________________________________
19144 [  7386] By: jhi                                   on 2000/10/21  01:31:12
19145         Log: Update Changes.
19146      Branch: perl
19147            ! Changes patchlevel.h
19148 ____________________________________________________________________________
19149 [  7385] By: jhi                                   on 2000/10/21  01:28:42
19150         Log: The #7383 was right only in the context of the original bug report,
19151              not in more general case.
19152      Branch: perl
19153            ! pp_hot.c
19154 ____________________________________________________________________________
19155 [  7384] By: jhi                                   on 2000/10/21  01:08:23
19156         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
19157      Branch: perl
19158            ! ext/IO/lib/IO/Select.pm
19159 ____________________________________________________________________________
19160 [  7383] By: jhi                                   on 2000/10/21  00:44:18
19161         Log: Fix for ID 20001020.006, concatenating an unset submatch
19162              with utf8 resulted in "Modification of a read-only value".
19163      Branch: perl
19164            ! pp_hot.c t/pragma/utf8.t
19165 ____________________________________________________________________________
19166 [  7382] By: jhi                                   on 2000/10/20  20:44:31
19167         Log: Make scan_num() reëntrant, as suggested in
19168              
19169              Subject: [PATCH perl@7229] Rentrant parser and yylex()
19170              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19171              Date: Fri, 20 Oct 2000 14:17:27 +0100
19172              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
19173      Branch: perl
19174            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
19175            ! toke.c
19176 ____________________________________________________________________________
19177 [  7381] By: jhi                                   on 2000/10/20  20:07:29
19178         Log: Reëntrancy fix.
19179              
19180              Subject: [PATCH perl@7229] Rentrant parser and yylex()
19181              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19182              Date: Fri, 20 Oct 2000 14:17:27 +0100
19183              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
19184      Branch: perl
19185            ! embed.h embed.pl perl.h proto.h toke.c
19186 ____________________________________________________________________________
19187 [  7380] By: jhi                                   on 2000/10/20  19:15:54
19188         Log: Don't write double values through long double pointers,
19189              based on a part of
19190              
19191              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
19192              From: Jens Hamisch <jens@Strawberry.COM>
19193              Date: Tue, 17 Oct 2000 08:39:36 +0200
19194              Message-Id: <20001017083936.A11104@Strawberry.COM>
19195      Branch: perl
19196            ! perl.h pp.c
19197 ____________________________________________________________________________
19198 [  7379] By: jhi                                   on 2000/10/20  18:43:37
19199         Log: Portability tweak on #7377.
19200              
19201              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
19202              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19203              Date:     Fri, 20 Oct 2000 13:13:41 EDT
19204              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
19205      Branch: perl
19206            ! t/lib/dprof.t
19207 ____________________________________________________________________________
19208 [  7378] By: jhi                                   on 2000/10/20  12:57:19
19209         Log: SOCKS function redefinitions need prototypes, too, otherwise
19210              for example 32 bit versus 64 bit differences cause a lot of
19211              problems.  Part of
19212              
19213              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
19214              From: Jens Hamisch <jens@Strawberry.COM>
19215              Date: Tue, 17 Oct 2000 08:39:36 +0200
19216              Message-Id: <20001017083936.A11104@Strawberry.COM>
19217      Branch: perl
19218            ! doio.c pp_sys.c
19219 ____________________________________________________________________________
19220 [  7377] By: jhi                                   on 2000/10/20  12:37:12
19221         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
19222              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19223              Date:     Fri, 20 Oct 2000 08:26:04 EDT
19224              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
19225      Branch: perl
19226            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
19227 ____________________________________________________________________________
19228 [  7376] By: jhi                                   on 2000/10/20  12:35:31
19229         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
19230              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19231              Date:     Fri, 20 Oct 2000 07:48:15 EDT
19232              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
19233      Branch: perl
19234            ! configure.com vms/gen_shrfls.pl
19235 ____________________________________________________________________________
19236 [  7375] By: bailey                                on 2000/10/20  04:44:37
19237         Log: SYN SYN
19238      Branch: vmsperl
19239           +> (branch 134 files)
19240            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
19241            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
19242            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
19243            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
19244            - eg/cgi/frameset.cgi eg/cgi/index.html
19245            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19246            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19247            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19248            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
19249            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
19250            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19251            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19252            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19253            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19254            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19255            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19256            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19257            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19258            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
19259            - lib/unicode/Props.txt lib/unicode/UCD300.html
19260            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
19261            - utils/perlbc.PL vms/subconfigure.com
19262           !> (integrate 785 files)
19263 ____________________________________________________________________________
19264 [  7374] By: jhi                                   on 2000/10/20  00:59:48
19265         Log: In the latest compiler builds cccdlflags must not become -fpic,
19266              from Wilfredo Sánchez.
19267      Branch: perl
19268            ! hints/darwin.sh
19269 ____________________________________________________________________________
19270 [  7373] By: jhi                                   on 2000/10/20  00:56:35
19271         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
19272              From: Tony Cook <tony@develop-help.com>
19273              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
19274              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
19275      Branch: perl
19276            ! pod/perlop.pod
19277 ____________________________________________________________________________
19278 [  7372] By: jhi                                   on 2000/10/19  19:34:40
19279         Log: Typo noted by Mark Lutz.
19280      Branch: perl
19281            ! t/op/64bitint.t
19282 ____________________________________________________________________________
19283 [  7371] By: jhi                                   on 2000/10/19  19:33:13
19284         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
19285      Branch: metaconfig
19286            ! U/modified/Cppsym.U U/modified/Oldconfig.U
19287      Branch: metaconfig/U/perl
19288            ! End.U dlsrc.U libperl.U
19289      Branch: perl
19290            + hints/nonstopux.sh
19291            ! Configure MANIFEST config_h.SH
19292 ____________________________________________________________________________
19293 [  7370] By: jhi                                   on 2000/10/19  17:18:08
19294         Log: Subject: PATCH do_print has 2 PerlIO_error()s
19295              From: nick@ccl4.org
19296              Date: Thu, 19 Oct 2000 18:09:20 +0100
19297              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
19298      Branch: perl
19299            ! doio.c
19300 ____________________________________________________________________________
19301 [  7369] By: jhi                                   on 2000/10/19  14:01:49
19302         Log: Update Changes.
19303      Branch: perl
19304            ! Changes patchlevel.h
19305 ____________________________________________________________________________
19306 [  7368] By: jhi                                   on 2000/10/19  13:04:29
19307         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
19308              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19309              Date: Wed, 18 Oct 2000 13:12:01 +0200
19310              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
19311      Branch: perl
19312            ! hints/aix.sh
19313 ____________________________________________________________________________
19314 [  7367] By: jhi                                   on 2000/10/19  02:22:40
19315         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
19316              of a 'pmshort' anywhere in the B, so the offending line was simply
19317              removed.
19318      Branch: perl
19319            ! ext/B/B/Debug.pm
19320 ____________________________________________________________________________
19321 [  7366] By: jhi                                   on 2000/10/19  02:12:37
19322         Log: Add the test case for the bug id 20000730.004 which seems
19323              to have been fixed by now.
19324      Branch: perl
19325            ! t/pragma/utf8.t
19326 ____________________________________________________________________________
19327 [  7365] By: jhi                                   on 2000/10/18  23:36:24
19328         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
19329              From: Hugo <hv@crypt.compulink.co.uk>
19330              Date: Wed, 18 Oct 2000 23:25:58 +0100
19331              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
19332      Branch: perl
19333            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
19334 ____________________________________________________________________________
19335 [  7364] By: jhi                                   on 2000/10/18  21:12:53
19336         Log: (retracted)
19337      Branch: perl
19338            ! pp.c
19339 ____________________________________________________________________________
19340 [  7363] By: jhi                                   on 2000/10/18  20:55:38
19341         Log: Missing change from #7362.
19342      Branch: perl
19343            ! win32/perlhost.h
19344 ____________________________________________________________________________
19345 [  7362] By: jhi                                   on 2000/10/18  20:52:01
19346         Log: Borland C fstat() never saw the fd as writable.
19347              
19348              Subject: fix for Borland's weak "stat" (perl@7211)
19349              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19350              Date: Mon, 16 Oct 2000 09:55:03 +0400
19351              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
19352      Branch: perl
19353            ! win32/win32.c
19354 ____________________________________________________________________________
19355 [  7361] By: jhi                                   on 2000/10/18  17:43:50
19356         Log: Regen toc.
19357      Branch: perl
19358            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
19359 ____________________________________________________________________________
19360 [  7360] By: jhi                                   on 2000/10/18  17:07:44
19361         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19362              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
19363              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
19364              Date: Mon, 16 Oct 2000 15:19:49 +0200
19365      Branch: perl
19366            + README.aix
19367            ! MANIFEST
19368 ____________________________________________________________________________
19369 [  7359] By: jhi                                   on 2000/10/18  17:04:49
19370         Log: Subject: Pod patch for Devel::Peek
19371              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19372              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
19373              Date: Mon, 16 Oct 2000 12:26:34 +0200
19374      Branch: perl
19375            ! ext/Devel/Peek/Peek.pm
19376 ____________________________________________________________________________
19377 [  7358] By: jhi                                   on 2000/10/18  17:03:15
19378         Log: Make Cwd more bulletproof in chrooted environments.
19379              
19380              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
19381              From: "Eric E. Coe" <Eric.Coe@oracle.com>
19382              Date: Wed, 18 Oct 2000 04:03:54 -0400
19383              Message-Id: <39ED596A.70E599FE@oracle.com>
19384      Branch: perl
19385            ! lib/Cwd.pm
19386 ____________________________________________________________________________
19387 [  7357] By: jhi                                   on 2000/10/18  16:37:26
19388         Log: Disable the UTF8 downgrade croakage for now to avoid
19389              too many not okay messages.
19390      Branch: perl
19391            ! doio.c
19392 ____________________________________________________________________________
19393 [  7356] By: jhi                                   on 2000/10/17  23:29:41
19394         Log: Show the failed remote port, instead of the failing line number.
19395              
19396              Subject: [PATCH 5.6.1 Debugger] More diagnostics
19397              From: David Sparks <daves@ActiveState.com>
19398              Date: Tue, 17 Oct 2000 15:00:24 -0700
19399              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
19400      Branch: perl
19401            ! lib/perl5db.pl
19402 ____________________________________________________________________________
19403 [  7355] By: jhi                                   on 2000/10/17  14:11:31
19404         Log: On output try to downgrade to bytes, croak if impossible,
19405              from Simon Cozens.  This means that outputting >255 UTF8
19406              is impossible.  Consider this as a strong incentive to get
19407              the I/O disciplines implemented.
19408      Branch: perl
19409            ! doio.c pod/perldiag.pod sv.c
19410 ____________________________________________________________________________
19411 [  7354] By: jhi                                   on 2000/10/17  13:42:23
19412         Log: Clarify documentation on 'use bytes'.
19413              
19414              Subject: Re: What does 'use bytes' "mean" ?
19415              From: Simon Cozens <simon@cozens.net>
19416              Date: Mon, 18 Sep 2000 18:24:25 +0100
19417              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
19418      Branch: perl
19419            ! lib/bytes.pm
19420 ____________________________________________________________________________
19421 [  7353] By: jhi                                   on 2000/10/17  13:28:12
19422         Log: Workaround for a sfio bug where the stream error indicator
19423              is not cleared as documented.
19424              
19425              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
19426              From: Nicholas Clark <nick@ccl4.org>
19427              Date: Mon, 16 Oct 2000 18:28:23 +0100
19428              Message-ID: <20001016182823.J19700@plum.flirble.org>
19429      Branch: perl
19430            ! doio.c
19431 ____________________________________________________________________________
19432 [  7352] By: jhi                                   on 2000/10/17  13:06:19
19433         Log: More IoTYPE sprinkling.
19434      Branch: perl
19435            ! doio.c pp_hot.c
19436 ____________________________________________________________________________
19437 [  7351] By: jhi                                   on 2000/10/16  22:47:07
19438         Log: Detect early whether the std streams have gone bad.
19439              
19440              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
19441              Date: Mon, 16 Oct 2000 23:28:42 +0100
19442              From: Nicholas Clark <nick@ccl4.org>
19443              Message-ID: <20001016232842.A37942@plum.flirble.org>
19444      Branch: perl
19445            ! t/op/misc.t
19446 ____________________________________________________________________________
19447 [  7350] By: jhi                                   on 2000/10/16  22:45:16
19448         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
19449              From: "Peter J. Farley III" <pjfarley@banet.net>
19450              Date: Mon, 16 Oct 2000 18:15:59 -0400
19451              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
19452      Branch: perl
19453            ! djgpp/djgpp.c dosish.h t/io/open.t
19454 ____________________________________________________________________________
19455 [  7349] By: jhi                                   on 2000/10/16  22:36:45
19456         Log: perldelta tweak.
19457      Branch: perl
19458            ! pod/perldelta.pod
19459 ____________________________________________________________________________
19460 [  7348] By: jhi                                   on 2000/10/16  15:17:53
19461         Log: Update Changes.
19462      Branch: perl
19463            ! Changes patchlevel.h
19464 ____________________________________________________________________________
19465 [  7347] By: jhi                                   on 2000/10/16  13:55:27
19466         Log: Add the capability to include/exclude branches.
19467      Branch: perl
19468            ! Porting/genlog
19469 ____________________________________________________________________________
19470 [  7346] By: jhi                                   on 2000/10/16  13:18:04
19471         Log: Add Charles Lane.
19472      Branch: perl
19473            ! AUTHORS Changes
19474 ____________________________________________________________________________
19475 [  7345] By: jhi                                   on 2000/10/16  13:13:21
19476         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
19477      Branch: perl
19478            ! pod/perldelta.pod
19479 ____________________________________________________________________________
19480 [  7344] By: gsar                                  on 2000/10/16  09:30:21
19481         Log: integrate change#6220 from cfgperl
19482              
19483              Win32 patches from Benjamin Stuhl.
19484      Branch: maint-5.6/perl
19485           !> makedef.pl win32/win32.h
19486 ____________________________________________________________________________
19487 [  7343] By: gsar                                  on 2000/10/16  08:32:19
19488         Log: integrate changes#6221,6222 from cfgperl
19489              
19490              Remove tr///CU (the feature is to be obsoleted by better interfaces).
19491              From: simon@brecon.co.uk (Simon Cozens)
19492              Subject: [PATCH] Eliminate tr///[CU][CU]
19493              Date: 23 Jun 2000 11:05:40 GMT
19494              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19495              
19496              doc typo fix
19497              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19498              From: Ian Phillipps <Ian.Phillipps@iname.com>
19499              Date: Fri, 23 Jun 2000 10:40:58 +0100
19500              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19501      Branch: maint-5.6/perl
19502           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
19503 ____________________________________________________________________________
19504 [  7342] By: gsar                                  on 2000/10/16  08:28:08
19505         Log: integrate change#6217 from cfgperl (in part)
19506              
19507              Rename the fdpid locking and integrate with Sarathy.
19508      Branch: maint-5.6/perl
19509           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19510           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19511           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19512           !> win32/win32.c
19513 ____________________________________________________________________________
19514 [  7341] By: gsar                                  on 2000/10/16  08:23:39
19515         Log: integrate changes#6214..6216 from mainline
19516              
19517              @_ can't have junk in it even in the non-USE_ITHREADS case because
19518              caller() wants to populate @DB::args with it (causes a coredump
19519              in Carp::confess())
19520              
19521              tweak comment about @DB::args
19522              
19523              be more optimal about clearing @_
19524      Branch: maint-5.6/perl
19525           !> av.h cop.h pp_ctl.c t/op/runlevel.t
19526 ____________________________________________________________________________
19527 [  7340] By: gsar                                  on 2000/10/16  08:20:37
19528         Log: integrate changes#6207..6210 from cfgperl
19529              
19530              Subject: [PATCH 5.6.0] Threadsafe patches
19531              From: Dan Sugalski <dan@sidhe.org>
19532              To: perl5-porters@perl.org
19533              Date: Mon, 08 May 2000 18:08:13 -0400
19534              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19535              
19536              Regen headers for #6207.
19537              
19538              Lock PL_fdpid against race conditions, based on:
19539              Subject: [PATCH 5.6.0]subprocess fixup for threads
19540              From: Dan Sugalski <dan@sidhe.org>
19541              To: perl5-porters@perl.org
19542              Date: Tue, 11 Apr 2000 17:02:32 -0400
19543              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19544              
19545              Mopup for #6207 and #6209.
19546      Branch: maint-5.6/perl
19547           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
19548           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
19549           !> win32/win32.c
19550 ____________________________________________________________________________
19551 [  7339] By: gsar                                  on 2000/10/16  08:14:34
19552         Log: integrate change#6203 from cfgperl
19553              
19554              perldiag should refer to perlos2.pod not README.os2
19555      Branch: maint-5.6/perl
19556           !> pod/perldiag.pod
19557 ____________________________________________________________________________
19558 [  7338] By: gsar                                  on 2000/10/16  08:11:42
19559         Log: integrate change#6201 from mainline
19560              
19561              Perl_eval_pv() leaks 4 bytes every time it is called because it
19562              does a PUSHMARK that's never ever POPMARKed; in general, only
19563              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19564              Perl_eval_[sp]v() don't because they don't take any incoming
19565              arguments (this leak has been around since the original version
19566              of perl_eval_pv() in 5.003_97e)
19567      Branch: maint-5.6/perl
19568           !> perl.c
19569 ____________________________________________________________________________
19570 [  7337] By: gsar                                  on 2000/10/16  08:08:47
19571         Log: integrate changes#6197..6200 from cfgperl
19572              
19573              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19574              From: John Borwick <jhborwic@unity.ncsu.edu>
19575              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19576              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19577              
19578              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19579              From: Dan Sugalski <dan@sidhe.org>
19580              To: vmsperl@perl.org, perl5-porters@perl.org
19581              Date: Fri, 02 Jun 2000 16:00:41 -0400
19582              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19583              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19584              
19585              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19586              From: Dan Sugalski <dan@sidhe.org>
19587              To: perl5-porters@perl.org, vmsperl@perl.org
19588              Date: Fri, 02 Jun 2000 17:30:51 -0400
19589              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19590              
19591              Update to cperl-mode.el 4.31 from
19592              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19593              Subject: A couple of notes
19594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19595              To: Mailing list Perl5 <perl5-porters@perl.org>
19596              Date: Sat, 3 Jun 2000 23:33:32 -0400
19597              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19598      Branch: maint-5.6/perl
19599           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
19600           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
19601           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
19602           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
19603           !> vms/vmsish.h
19604 ____________________________________________________________________________
19605 [  7336] By: gsar                                  on 2000/10/16  08:03:46
19606         Log: integrate changes#6194,6195 from mainline
19607              
19608              fix small eval"" memory leaks under USE_ITHREADS
19609              
19610              fix yet another eval"" leak under USE_ITHREADS
19611      Branch: maint-5.6/perl
19612           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19613           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19614           !> vms/perly_c.vms
19615 ____________________________________________________________________________
19616 [  7335] By: gsar                                  on 2000/10/16  08:02:15
19617         Log: integrate changes#6190,6191 from mainline
19618              
19619              submit missing embed.pl change
19620              
19621              vec() loses numericalness (modified version of patch suggested
19622              by Robin Barker)
19623      Branch: maint-5.6/perl
19624           !> doop.c embed.pl t/op/vec.t
19625 ____________________________________________________________________________
19626 [  7334] By: gsar                                  on 2000/10/16  08:01:03
19627         Log: integrate change#6189 from mainline
19628              
19629              counting tr/// corrupts later operation (from M.J.T Guy)
19630      Branch: maint-5.6/perl
19631           !> doop.c t/op/tr.t
19632 ____________________________________________________________________________
19633 [  7333] By: gsar                                  on 2000/10/16  07:59:07
19634         Log: integrate changes#6183..6188 from mainline
19635              
19636              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19637              <nick@ccl4.org>)
19638              
19639              tweak for change#6127
19640              
19641              remove incorrect documentation about implicit split to @_ in
19642              list context, which never really worked in perl 5 (from
19643              M.J.T. Guy)
19644              
19645              further qualify references to "alphanumeric" (from Wolfgang Laun
19646              <wolfgang.laun@alcatel.at>)
19647              
19648              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19649              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19650              
19651              h2xs tweaks
19652      Branch: maint-5.6/perl
19653           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19654           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
19655           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
19656           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
19657           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
19658           !> pod/pod2latex.PL utils/h2xs.PL
19659 ____________________________________________________________________________
19660 [  7332] By: gsar                                  on 2000/10/16  07:53:52
19661         Log: integrate change#6179 from mainline
19662              
19663              buggy modulus on UVs introduced by change#3378 (resulted in
19664              4063328477 % 65535 amounting to 27406, instead of 27407)
19665      Branch: maint-5.6/perl
19666           !> pp.c t/op/arith.t
19667 ____________________________________________________________________________
19668 [  7331] By: gsar                                  on 2000/10/16  07:52:49
19669         Log: integrate changes#6176,6177,6178,6182 from cfgperl
19670              
19671              Single-quoted utf8 patch from Simon Cozens.
19672              
19673              Substitution utf8 patch from Simon Cozens.
19674              
19675              Be cleaner.
19676              
19677              Be Cleaner Part Deux.
19678      Branch: maint-5.6/perl
19679           !> Makefile.SH pp_hot.c toke.c
19680 ____________________________________________________________________________
19681 [  7330] By: gsar                                  on 2000/10/16  07:41:36
19682         Log: integrate change#6172 from mainline
19683              
19684              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
19685              (from Ilya Zakharevich)
19686      Branch: maint-5.6/perl
19687           !> regexec.c t/op/re_tests
19688 ____________________________________________________________________________
19689 [  7329] By: gsar                                  on 2000/10/16  07:40:25
19690         Log: integrate change#6171 from mainline
19691              
19692              scalar() doesn't force scalar context when used in void context
19693              (from Simon Cozens)
19694      Branch: maint-5.6/perl
19695           !> op.c t/op/wantarray.t
19696 ____________________________________________________________________________
19697 [  7328] By: gsar                                  on 2000/10/16  07:39:33
19698         Log: integrate change#6170 from mainline
19699              
19700              change#6142 needs tweaks to tests to work where there's no
19701              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19702      Branch: maint-5.6/perl
19703           !> t/lib/filefind.t
19704 ____________________________________________________________________________
19705 [  7327] By: gsar                                  on 2000/10/16  07:35:34
19706         Log: integrate changes#6166..6168 from cfgperl
19707              
19708              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
19709              in case somebody wants to write an extension for more
19710              shadow database interfaces.
19711              
19712              tweak todo
19713              
19714              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
19715      Branch: maint-5.6/perl
19716           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19717           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
19718           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
19719           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
19720           !> win32/config.vc win32/config_H.bc win32/config_H.gc
19721           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
19722 ____________________________________________________________________________
19723 [  7326] By: gsar                                  on 2000/10/16  07:29:05
19724         Log: integrate changes#6157,6159..6161,6164 from cfgperl
19725              
19726              Regen Configure to jive with #6149.
19727              
19728              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
19729              
19730              Changes for the File::Temp 0.08 (change #6159) test suite
19731              to fit better into the Perl distribution test framework.
19732              
19733              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
19734              both from Simon Cozens.
19735              
19736              detypo
19737      Branch: maint-5.6/perl
19738           +> pod/perlmodlib.PL pod/perlnewmod.pod
19739           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
19740           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
19741           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19742           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19743 ____________________________________________________________________________
19744 [  7325] By: gsar                                  on 2000/10/16  07:25:13
19745         Log: integrate change#6158 from vmsperl
19746              
19747              Add fallback to tmpfile for use in cases where user's relying on
19748              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
19749              Lane's patch)
19750      Branch: maint-5.6/perl
19751           !> vms/vms.c vms/vmsish.h
19752 ____________________________________________________________________________
19753 [  7324] By: gsar                                  on 2000/10/16  07:20:50
19754         Log: integrate changes#6153..6155 from mainline
19755              
19756              prettier Test::Harness output on failed tests (from Nicholas Clark
19757              <nick@Bagpuss.uk.boo.com>)
19758              
19759              avoid type mismatch warning
19760              
19761              small bug in change#6144; remove random \xA0 character that snuck
19762              in via change#6145
19763      Branch: maint-5.6/perl
19764           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
19765           !> perl.c
19766 ____________________________________________________________________________
19767 [  7323] By: gsar                                  on 2000/10/16  07:18:47
19768         Log: integrate changes#6151,6152 from mainline
19769              
19770              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
19771              
19772              cosmetic fixups of RE debug output (from Ilya Zakharevich)
19773      Branch: maint-5.6/perl
19774           !> regexec.c
19775 ____________________________________________________________________________
19776 [  7322] By: gsar                                  on 2000/10/16  07:17:25
19777         Log: integrate changes#6146..6150 from mainline
19778              
19779              doc typo
19780              
19781              add a make entry to Config.pm so "perl -V:make" works on VMS
19782              (from Peter Prymmer)
19783              
19784              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
19785              
19786              OS/2 tweaks for usethreads build (from Rocco Caputo
19787              <troc@netrus.net>)
19788              
19789              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
19790      Branch: maint-5.6/perl
19791           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
19792           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
19793           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
19794           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
19795           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
19796           !> warnings.pl x2p/a2p.h
19797 ____________________________________________________________________________
19798 [  7321] By: gsar                                  on 2000/10/16  07:14:02
19799         Log: integrate changes#6143..6145 from mainline
19800              
19801              MacOS support, part 1 (from Matthias Neeracher
19802              <neeri@iis.ee.ethz.ch>)
19803              
19804              MacOS support, part 2: make AutoSplit use File::Spec instead
19805              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
19806              <neeri@iis.ee.ethz.ch>)
19807              
19808              make xsubpp skip embedded pod (from Matthias Neeracher
19809              <neeri@iis.ee.ethz.ch>)
19810      Branch: maint-5.6/perl
19811           +> ext/DynaLoader/dl_mac.xs
19812           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
19813           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
19814           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
19815           !> pp_ctl.c proto.h toke.c util.c util.h
19816 ____________________________________________________________________________
19817 [  7320] By: gsar                                  on 2000/10/16  07:12:13
19818         Log: integrate changes#6141,6142 from mainline
19819              
19820              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
19821              forwarded by Peter Seebach from the bsdi-users mailing list.
19822              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
19823              
19824              File::Find fails to chdir when chasing symlinks (from
19825              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19826      Branch: maint-5.6/perl
19827           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
19828 ____________________________________________________________________________
19829 [  7319] By: gsar                                  on 2000/10/16  07:04:30
19830         Log: integrate change#6139 from mainline
19831              
19832              revise mktables.PL for bugs and newness in Unicode 3.0
19833              (from James Bence <jbence@amgen.com>)
19834      Branch: maint-5.6/perl
19835           +> (branch 30 files)
19836           !> (integrate 49 files)
19837 ____________________________________________________________________________
19838 [  7318] By: gsar                                  on 2000/10/16  07:01:01
19839         Log: integrate changes#6137,6138 from mainline
19840              
19841              fix bogus redeclaration warning for "our" variables in different
19842              scopes
19843              
19844              add note about the handling of negative indices to tied arrays
19845              (from Michael G Schwern <schwern@pobox.com>)
19846      Branch: maint-5.6/perl
19847           !> op.c pod/perltie.pod t/pragma/strict-vars
19848 ____________________________________________________________________________
19849 [  7317] By: gsar                                  on 2000/10/16  06:58:46
19850         Log: integrate changes#6127..6136 from mainline
19851              
19852              call_method(...,G_EVAL) can longjmp() out if the method probing
19853              failed (from Gisle Aas)
19854              
19855              new perlxstut example for passing/returning refs to arrays
19856              (from David Lowe <dlowe@pootpoot.com>)
19857              
19858              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
19859              
19860              fix places that mean C<"word" character> but say C<alphanumeric
19861              character>
19862              
19863              avoid warnings in POSIX.pm (from Barrie Slaymaker)
19864              
19865              warnings::enabled() doesn't fall back to looking at $^W if
19866              caller isn't using lexical warnings (from Paul Marquess)
19867              
19868              elide bogus test in change#6132
19869              
19870              make Test::Harness use wait.h/WCOREDUMP if available
19871              (from Ben Tilly <ben_tilly@hotmail.com>)
19872              
19873              enable Test::Harness to dynamically determine column width etc.
19874              (from Rob Napier <rnapier@employees.org>)
19875              
19876              random pod typos (from Peter Scott <Peter@PSDT.com>)
19877      Branch: maint-5.6/perl
19878           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
19879           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
19880           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
19881           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
19882 ____________________________________________________________________________
19883 [  7316] By: gsar                                  on 2000/10/16  06:53:23
19884         Log: integrate change#6126 from mainline
19885              
19886              change#2879 broke rvalue autovivification of magicals such as
19887              ${$num} (reworked variant of patch suggested by Simon Cozens)
19888      Branch: maint-5.6/perl
19889           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
19890           !> pp_hot.c proto.h t/op/gv.t
19891 ____________________________________________________________________________
19892 [  7315] By: gsar                                  on 2000/10/16  06:51:38
19893         Log: integrate changes#6123,6125 from mainline
19894              
19895              clarify gotcha with #line directives (from Rocco Caputo
19896              <troc@netrus.net>)
19897              
19898              enable propagating exception objects via Perl_croak() in XS code
19899              (from Gisle Aas)
19900      Branch: maint-5.6/perl
19901           !> pod/perldebug.pod pod/perlsyn.pod util.c
19902 ____________________________________________________________________________
19903 [  7314] By: gsar                                  on 2000/10/16  06:49:28
19904         Log: integrate change#6122 from mainline
19905              
19906              downgrade fatal error on C<"foo@nosucharray.com"> to optional
19907              warning (from Mark-Jason Dominus)
19908      Branch: maint-5.6/perl
19909           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
19910           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
19911           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
19912           !> toke.c
19913 ____________________________________________________________________________
19914 [  7313] By: gsar                                  on 2000/10/16  06:46:54
19915         Log: integrate changes#6112..6121 from vmsperl
19916              
19917              Check for existence of file before trying to delete
19918              
19919              Ugly workaround for version-specific RTL error
19920              
19921              Urk -- undo previous removal of vmsish 'exit' change
19922              
19923              Add bounds checking for several strings (Charles Lane)
19924              
19925              Miscellaneous cosmetic fixes (Charles Lane)
19926              
19927              Treat sockets as special in sys(read|write) (Charles Lane et al.)
19928              
19929              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
19930              Flatten case labels in switch statements uniformly (Charles Bailey)
19931              
19932              Quiet error messages in vmsish.t (Charles Lane)
19933              
19934              Add missing escape (Charles Lane)
19935              
19936              Allow eliminate_macros() and fixpath() to handle space-delimited
19937              lists (based on fixes by Craig Berry)
19938      Branch: maint-5.6/perl
19939           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
19940           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
19941           !> vms/vmsish.h
19942 ____________________________________________________________________________
19943 [  7312] By: gsar                                  on 2000/10/16  06:41:18
19944         Log: integrate changes#6107,6110 from cfgperl
19945              
19946              Tweak the todo list.
19947              
19948              todo tweak
19949      Branch: maint-5.6/perl
19950           !> Todo-5.6
19951 ____________________________________________________________________________
19952 [  7311] By: gsar                                  on 2000/10/16  06:38:38
19953         Log: integrate changes#6104,6108 from mainline
19954              
19955              PL_sys_intern was being initialized too late on windows
19956              
19957              reenable fake signal handling on Windows, bugs and all
19958      Branch: maint-5.6/perl
19959           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
19960           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
19961           !> win32/win32.c
19962 ____________________________________________________________________________
19963 [  7310] By: gsar                                  on 2000/10/16  06:36:03
19964         Log: integrate changes#6095,6097..6103 from cfgperl
19965              
19966              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
19967              might be useful in future.
19968              
19969              Add a note about possible compilation problems from Allen Smith.
19970              
19971              Add a note about other, yet unsupported, shadow password APIs.
19972              
19973              Tweaks for the cc bugs from Allen Smith.
19974              
19975              More compilation tweakery from Allen Smith.
19976              
19977              Hints and test tweaks for Unicos.
19978              
19979              The test suite tweak in #6101 wasn't quite right.
19980              
19981              Test tweaking for Unicos continues.
19982      Branch: maint-5.6/perl
19983           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19984           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
19985           !> t/lib/complex.t t/op/64bitint.t
19986 ____________________________________________________________________________
19987 [  7309] By: gsar                                  on 2000/10/16  06:29:41
19988         Log: integrate changes#6093,6094 from mainline
19989              
19990              fork() failure to create pseudo process sets errno=EAGAIN and returns
19991              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
19992              
19993              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
19994      Branch: maint-5.6/perl
19995           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
19996           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
19997 ____________________________________________________________________________
19998 [  7308] By: gsar                                  on 2000/10/16  06:27:29
19999         Log: integrate change#6092 from cfgperl
20000              
20001              Regen perltoc with the fixed buildtoc.
20002      Branch: maint-5.6/perl
20003           !> pod/perltoc.pod
20004 ____________________________________________________________________________
20005 [  7307] By: gsar                                  on 2000/10/16  06:26:40
20006         Log: integrate changes#6089,6090 from mainline
20007              
20008              buildtoc tweak to fix newline lossage
20009              
20010              concat doesn't preserve utf8-ness, and doesn't invalidate
20011              [NI]OK; added tests for both
20012      Branch: maint-5.6/perl
20013           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
20014 ____________________________________________________________________________
20015 [  7306] By: gsar                                  on 2000/10/16  06:24:05
20016         Log: integrate change#6088 from cfgperl
20017              
20018              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20019              because we do not use those.  The HAS_GETSPNAM remains,
20020              though, because we still do use that.
20021      Branch: maint-5.6/perl
20022           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20023           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20024           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20025           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20026           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20027           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20028 ____________________________________________________________________________
20029 [  7305] By: gsar                                  on 2000/10/16  06:15:52
20030         Log: integrate changes#6084,6085,6087 from mainline
20031              
20032              substr() does not preserve utf8-ness (from Stefan Eissing
20033              <Eissing@medicaldataservice.de>); added tests
20034              
20035              repeat operator (x) doesn't preserve utf8-ness
20036              
20037              reverse() and quotemeta() weren't preserving utf8-ness; add tests
20038      Branch: maint-5.6/perl
20039           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20040 ____________________________________________________________________________
20041 [  7304] By: gsar                                  on 2000/10/16  06:13:10
20042         Log: integrate changes#6077..6083 from mainline
20043              
20044              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20045              and Tom Phoenix)
20046              
20047              workaround for CRT bug in chdir() (from Charles Lane, via
20048              Peter Prymmer)
20049              
20050              remove outdated kludge in Carp (NULLs are permitted in diagnostics
20051              now)
20052              
20053              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20054              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20055              
20056              better default perlbug categories for ok reports (from Richard Foley)
20057              
20058              peek.t non-portable to ithreads
20059              
20060              note about undocumented caller() return value (from M.J.T. Guy);
20061              yet another peek.t tweak
20062      Branch: maint-5.6/perl
20063           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20064           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20065           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20066           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20067           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
20068           !> vms/vmsish.h
20069 ____________________________________________________________________________
20070 [  7303] By: gsar                                  on 2000/10/16  06:03:18
20071         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
20072              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
20073              
20074              &HUGE_VAL is not defined, it exists.
20075              
20076              Do not warn that an infinity does not look like a number.
20077              
20078              Rewrite the pwent/spent logic to be a little bit more clearer.
20079              
20080              Continue on the pwent/spent case.
20081              
20082              Correct Freudian slip.
20083              
20084              Use HUGE_VALL if applicable.
20085              
20086              pwent/spent #ifdef imbalance.
20087              
20088              Infinite problems.
20089              
20090              Call getspnam() only iff needd.
20091              
20092              Test both the scalar and list contexts.
20093              
20094              Use setxxent()/endxxent().
20095              
20096              Complex tweakery.
20097              
20098              Unicos hint tweak.
20099              
20100              Be more forgiving in POSIX about HUGE_VALL.
20101              
20102              Detypo.
20103              
20104              The search of infinity continues, this time simplified.
20105              
20106              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20107              in natively 64-bit platforms where a long is a quad (no need
20108              for long longs).  Also added bias for IVs.
20109              
20110              Complex tweaks.
20111              
20112              Introduce t/lib/peek.t.
20113              
20114              Make the test more portable.
20115      Branch: maint-5.6/perl
20116           +> t/lib/peek.t
20117            ! pp_sys.c
20118           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
20119           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
20120           !> t/op/pwent.t toke.c util.c
20121 ____________________________________________________________________________
20122 [  7302] By: gsar                                  on 2000/10/16  05:03:37
20123         Log: integrate changes#6066..6071 from mainline
20124              
20125              s/END/CHECK/
20126              
20127              replace direct call to sighandler() with (*PL_sighandlerp)()
20128              
20129              note about values()
20130              
20131              File::Spec compatibility update (from Barrie Slaymaker
20132              <barries@slaysys.com>)
20133              
20134              remove misleading comment (from M.J.T. Guy)
20135              
20136              misformatted perllocal.pod (from Tim Jenness
20137              <t.jenness@jach.hawaii.edu>)
20138      Branch: maint-5.6/perl
20139           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20140           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20141           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20142           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20143 ____________________________________________________________________________
20144 [  7301] By: gsar                                  on 2000/10/16  05:00:08
20145         Log: integrate changes#6061..6063 from mainline
20146              
20147              change#5921 neglected to make eq honor "use bytes"
20148              
20149              additional tests for utf8.t
20150              
20151              tokeq() could read unallocated field in argument
20152      Branch: maint-5.6/perl
20153           !> sv.c t/pragma/utf8.t toke.c
20154 ____________________________________________________________________________
20155 [  7300] By: gsar                                  on 2000/10/16  04:56:54
20156         Log: integrate changes#6046,6048,6057,6058 from mainline
20157              
20158              libscheck has insufficient checks for n32 libs (from
20159              Albert Chin-A-Young <china@thewrittenword.com>)
20160              
20161              add note about how $( doesn't interpolate in REs (from
20162              Philip Newton <newton@ficus.frogspace.net>)
20163              
20164              fix broken parsing of /\x{ab}/
20165              
20166              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20167              (spotted by Donald Kinzer <dkinzer@premia.com>)
20168      Branch: maint-5.6/perl
20169           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
20170           !> t/pragma/utf8.t
20171 ____________________________________________________________________________
20172 [  7299] By: gsar                                  on 2000/10/16  04:52:50
20173         Log: integrate change#6044 from mainline
20174              
20175              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20176              such that underscores are only ignored in literal numbers,
20177              "\x{...}", and hex/oct argument
20178      Branch: maint-5.6/perl
20179           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20180 ____________________________________________________________________________
20181 [  7298] By: gsar                                  on 2000/10/16  04:50:53
20182         Log: integrate changes#6027..6043 from mainline
20183              
20184              podlators-1.02 update (from Russ Allbery)
20185              
20186              Pod::Man generates groff-incompatible macro definition (from
20187              Tom Christiansen)
20188              
20189              add CGI.pm v2.66 (from Lincoln Stein)
20190              
20191              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20192              for @- and @+ (from Johan Vromans)
20193              
20194              small nits in diagnostics.pm (from Robin Barker)
20195              
20196              whitespace adjustments
20197              
20198              missing files in MANIFEST
20199              
20200              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20201              to compensate
20202              
20203              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20204              
20205              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20206      Branch: maint-5.6/perl
20207           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20208           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
20209           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
20210           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
20211           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
20212           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20213           !> t/lib/cgi-html.t t/lib/cgi-request.t
20214 ____________________________________________________________________________
20215 [  7297] By: gsar                                  on 2000/10/16  04:44:30
20216         Log: integrate change#6025 from mainline
20217              
20218              Is{Alnum,Alpha,Word} don't match titlecase
20219              TODO: IsSpace is defined recursively!
20220              (both spotted by Larry)
20221      Branch: maint-5.6/perl
20222           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20223           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20224 ____________________________________________________________________________
20225 [  7296] By: gsar                                  on 2000/10/16  04:39:30
20226         Log: integrate change#6023 from mainline
20227              
20228              debugger stomps on $. (from M.J.T. Guy)
20229      Branch: maint-5.6/perl
20230           !> lib/perl5db.pl
20231 ____________________________________________________________________________
20232 [  7295] By: gsar                                  on 2000/10/16  04:38:02
20233         Log: integrate change#6022 from mainline
20234              
20235              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
20236      Branch: maint-5.6/perl
20237           !> sv.c
20238 ____________________________________________________________________________
20239 [  7294] By: gsar                                  on 2000/10/16  04:37:05
20240         Log: integrate changes#6018..6021 from mainline
20241              
20242              make lib/syslog.t portable to systems that don't have _PATH_LOG,
20243              make _PATH_LOG() return "" if unavailable
20244              
20245              windows portability tweaks
20246              
20247              test tweak
20248              
20249              remove Win2K issue in pod (fixed by change#6020)
20250      Branch: maint-5.6/perl
20251           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20252           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
20253           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
20254 ____________________________________________________________________________
20255 [  7293] By: gsar                                  on 2000/10/16  04:20:00
20256         Log: integrate changes#6013..6015 from mainline
20257              
20258              tweak change#5945 to display correct switch name in diagnostic
20259              
20260              glob() loading File::Glob behind the scenes may cause syntax errors
20261              
20262              tweak test for portability
20263      Branch: maint-5.6/perl
20264           !> op.c perl.c pod/perldiag.pod t/lib/b.t
20265 ____________________________________________________________________________
20266 [  7292] By: gsar                                  on 2000/10/16  04:18:11
20267         Log: integrate changes#6005..6010 from mainline, cfgperl
20268              
20269              perldoc might fail via "use blib" (from Hugo van der Sanden)
20270              
20271              Regen Configure.
20272              
20273              note about compile failures and END blocks (from M.J.T. Guy)
20274              
20275              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
20276              
20277              (change#6009 integrated earlier in change#7255)
20278              
20279              clarify note about shadow password support (from
20280              gellyfish@gellyfish.com)
20281      Branch: maint-5.6/perl
20282           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20283           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
20284           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
20285 ____________________________________________________________________________
20286 [  7291] By: gsar                                  on 2000/10/16  04:12:03
20287         Log: integrate changes#6002,6003 from mainline
20288              
20289              destructive sv_setsv() can lose UV-ness from source, causing
20290              numeric promotions/comparisons to fail to do the right thing
20291              
20292              allow REG_EXPAND_SZ keys in Windows registry (from
20293              John Clayton <John.Clayton@barclayscapital.com>)
20294      Branch: maint-5.6/perl
20295           !> sv.c win32/win32.c
20296 ____________________________________________________________________________
20297 [  7290] By: gsar                                  on 2000/10/16  04:10:19
20298         Log: integrate change#6001 from mainline
20299              
20300              support additional library locations via $Config{otherlibdirs}
20301              (from Andy Dougherty)
20302      Branch: maint-5.6/perl
20303           !> Configure INSTALL Porting/Glossary Porting/config.sh
20304           !> Porting/config_H config_h.SH epoc/config.sh perl.c
20305           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
20306           !> win32/config.bc win32/config.gc win32/config.vc
20307 ____________________________________________________________________________
20308 [  7289] By: gsar                                  on 2000/10/16  04:08:28
20309         Log: integrate change#5999 from mainline
20310              
20311              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
20312      Branch: maint-5.6/perl
20313           !> t/pragma/warn/toke toke.c
20314 ____________________________________________________________________________
20315 [  7288] By: gsar                                  on 2000/10/16  04:07:01
20316         Log: integrate changes#5997,5998 from cfgperl
20317              
20318              Preserve $!.
20319              
20320              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
20321      Branch: maint-5.6/perl
20322           !> lib/Math/Complex.pm
20323 ____________________________________________________________________________
20324 [  7287] By: gsar                                  on 2000/10/16  04:04:37
20325         Log: integrate change#5995 from mainline
20326              
20327              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
20328      Branch: maint-5.6/perl
20329           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
20330 ____________________________________________________________________________
20331 [  7286] By: gsar                                  on 2000/10/16  04:03:21
20332         Log: integrate change#5994 from mainline
20333              
20334              fix for missed accounting for null byte in pack("Z",...) (from
20335              M.J.T. Guy)
20336      Branch: maint-5.6/perl
20337           !> pp.c t/op/pack.t
20338 ____________________________________________________________________________
20339 [  7285] By: gsar                                  on 2000/10/16  04:02:11
20340         Log: integrate changes#5989..5993 from mainline
20341              
20342              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
20343              itself and no other (from Tom Hughes)
20344              
20345              use $ENV{LIB} to search for libs under Visual C compiler
20346              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
20347              
20348              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
20349              
20350              pod nit (from Simon Cozens)
20351              
20352              various minor tweaks seen on p5p
20353      Branch: maint-5.6/perl
20354           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
20355           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
20356           !> t/op/array.t toke.c
20357 ____________________________________________________________________________
20358 [  7284] By: gsar                                  on 2000/10/16  03:59:00
20359         Log: integrate changes#5978..5988 from mainline
20360              
20361              sync version numbers in File::Spec with the ones on CPAN
20362              (from Barrie Slaymaker)
20363              
20364              under useithreads, constant pad entries could inadvertantly be
20365              shared across threads (from Eric Blood <eblood@xmission.com>);
20366              added Eric's test case to testsuite
20367              
20368              allow Configure -S to run non-interactively (spotted by Greg Hudson
20369              <ghudson@mit.edu>)
20370              
20371              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
20372              prototype mismatch with CORE::glob(); update pod and tests to
20373              suit (File::Glob::glob() is still available for backward
20374              compatibility, but should be considered deprecated)
20375              
20376              avoid error in IO::Socket::INET when given an unknown service name
20377              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
20378              
20379              numeric conversion of non-number in change#3378 tramples on
20380              OOK offset, causing segfaults
20381              
20382              attributes::reftype() doesn't work on tied argument
20383              
20384              forked child may not exit correctly if it failed to open
20385              /dev/console (from Graham Barr)
20386              
20387              add regular expressions tutorial and quick-start guide (from
20388              Mark Kvale <kvale@phy.ucsf.edu>)
20389              
20390              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
20391              
20392              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
20393              <paul@miraclefish.com>)
20394      Branch: maint-5.6/perl
20395           +> pod/perlrequick.pod pod/perlretut.pod
20396           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
20397           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
20398           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
20399           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
20400           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
20401           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20402           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
20403           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
20404 ____________________________________________________________________________
20405 [  7283] By: gsar                                  on 2000/10/16  03:52:14
20406         Log: integrate change#5977 from mainline
20407              
20408              autoquote barewords followed by newline and arrow properly
20409              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
20410      Branch: maint-5.6/perl
20411           !> t/pragma/warn/toke toke.c
20412 ____________________________________________________________________________
20413 [  7282] By: gsar                                  on 2000/10/16  03:50:48
20414         Log: integrate change#5976 from mainline
20415              
20416              DB_File v1.73 update (from Paul Marquess)
20417      Branch: maint-5.6/perl
20418           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
20419           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
20420 ____________________________________________________________________________
20421 [  7281] By: gsar                                  on 2000/10/16  03:49:14
20422         Log: integrate change#5975 from mainline
20423              
20424              allow sort() reentrancy (variant of patch suggested by
20425              Hugo van der Sanden)
20426      Branch: maint-5.6/perl
20427           !> pp_ctl.c t/op/sort.t
20428 ____________________________________________________________________________
20429 [  7280] By: gsar                                  on 2000/10/16  03:48:22
20430         Log: integrate change#5974 from mainline
20431              
20432              change#4197 somehow missed initializing PL_errors, meaning
20433              syntax error queueing wasn't working outside eval"" at all;
20434              also fixed eval"" to localize PL_error_count, so that compile-time
20435              eval's don't clobber the error state of the outer context
20436      Branch: maint-5.6/perl
20437           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
20438           !> t/pragma/warn/toke
20439 ____________________________________________________________________________
20440 [  7279] By: gsar                                  on 2000/10/16  03:46:21
20441         Log: integrate change#5973 from mainline
20442              
20443              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
20444      Branch: maint-5.6/perl
20445           !> regcomp.c regexec.c t/op/re_tests
20446 ____________________________________________________________________________
20447 [  7278] By: gsar                                  on 2000/10/16  03:44:54
20448         Log: integrate change#5971 from cfgperl
20449              
20450              Unicos tweaks from Mark P. Lutz.
20451      Branch: maint-5.6/perl
20452           !> hints/unicos.sh lib/Math/Complex.pm
20453 ____________________________________________________________________________
20454 [  7277] By: gsar                                  on 2000/10/16  03:42:59
20455         Log: integrate changes#5966..5970 from mainline
20456              
20457              add testsuite for B backends, fix bug in B::Deparse (from
20458              Simon Cozens <simon@brecon.co.uk>)
20459              
20460              improved docs on the warn_uninit diagnostic (from David Glasser
20461              and Simon Cozens)
20462              
20463              tolerate spaces in group names in test on solaris (from David Boyce
20464              <dsb@boyski.com>)
20465              
20466              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
20467              
20468              Data::Dumper fumbles negative numbers on 32-bit platforms where
20469              IV is >32bits
20470      Branch: maint-5.6/perl
20471           +> t/lib/b.t t/lib/syslog.t
20472           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
20473           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
20474           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
20475 ____________________________________________________________________________
20476 [  7276] By: gsar                                  on 2000/10/16  03:39:30
20477         Log: integrate change#5965 from mainline
20478              
20479              avoid "will not stay shared" warnings for our variables (from
20480              Robin Barker)
20481      Branch: maint-5.6/perl
20482           !> op.c t/pragma/warn/op
20483 ____________________________________________________________________________
20484 [  7275] By: gsar                                  on 2000/10/16  03:38:18
20485         Log: integrate change#5964 from mainline
20486              
20487              reformat to 72 columns (again)
20488      Branch: maint-5.6/perl
20489           !> pod/perldiag.pod
20490 ____________________________________________________________________________
20491 [  7274] By: gsar                                  on 2000/10/16  03:36:58
20492         Log: integrate change#5963 from mainline
20493              
20494              patch from Larry to make (\&) prototype work; added tests for
20495              the same
20496      Branch: maint-5.6/perl
20497           !> op.c t/comp/proto.t
20498 ____________________________________________________________________________
20499 [  7273] By: gsar                                  on 2000/10/16  03:35:51
20500         Log: integrate changes#5956..5962 from mainline
20501              
20502              better diagnostics on failed tests (from Ilya Zakharevich)
20503              
20504              pod nits (from A. C. Yardley <yardley@tanet.net>)
20505              
20506              change#3569 deleted some essential code, revert; avoid use of
20507              atexit() to make DynaLoader work properly on AIX under mod_perl
20508              (from Jens-Uwe Mager <jum@helios.de>)
20509              
20510              doubled words in pods (from Simon Cozens
20511              <simon.p.cozens@jp.pwcglobal.com>)
20512              
20513              better INSTALL notes on Solaris issues (from Dominic Dunlop)
20514              
20515              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
20516              
20517              updated README.hpux (from Jeff Okamoto)
20518      Branch: maint-5.6/perl
20519           !> INSTALL README.hpux emacs/cperl-mode.el
20520           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
20521           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
20522           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
20523           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
20524           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
20525           !> t/op/lex_assign.t
20526 ____________________________________________________________________________
20527 [  7272] By: gsar                                  on 2000/10/16  03:31:22
20528         Log: integrate change#5955 from mainline
20529              
20530              longstanding bug exposed by change#3307: sort arguments weren't
20531              compiled with the right wantarray context (ensuing runtime lookup
20532              via block_gimme() was getting the incidental context of the
20533              sort() itself)
20534      Branch: maint-5.6/perl
20535           !> op.c t/op/sort.t
20536 ____________________________________________________________________________
20537 [  7271] By: gsar                                  on 2000/10/16  03:29:11
20538         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
20539              branch
20540              
20541              Flatten the cpp jungle doing the nosuid checking.
20542              
20543              Do not assume sign propagation. (from M.J.T. Guy)
20544              
20545              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
20546              
20547              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
20548              Now pp_ncmp() returns undef is either operand is a NaN.
20549              
20550              On second thoughts frexp() does have two arguments.
20551              
20552              Document that tr() is not tr(1).
20553              
20554              Be more robust on "extreme" (large absolute value)
20555              arguments.  Originally reported by Daniel Connelly
20556              as a problem with asinh() on large negative arguments,
20557              asinh() used to bail out because an argument to log()
20558              ended up being zero.  Ilya Zakharevich proposed using
20559              Taylor's series in such cases, which for such large
20560              arguments is a very good approximation.
20561              
20562              Undo "use integer" addition from 64bitint as it seems
20563              to break most of the subtests in Digital UNIX;
20564              Unicos needs to find another way.
20565      Branch: maint-5.6/perl
20566           !> (integrate 29 files)
20567 ____________________________________________________________________________
20568 [  7270] By: gsar                                  on 2000/10/16  03:09:44
20569         Log: integrate changes#5948,5949,5950 from mainline
20570              
20571              typo in vars.pm that leads to cryptic message (from Piotr
20572              Piatkowski <kompas@kompas.usr.onet.pl>)
20573              
20574              make perldoc use the pod2man from the same version (from
20575              M.J.T. Guy)
20576              
20577              reformat perldiag to avoid long lines
20578      Branch: maint-5.6/perl
20579           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
20580 ____________________________________________________________________________
20581 [  7269] By: gsar                                  on 2000/10/16  03:05:54
20582         Log: integrate change#5947 from mainline
20583              
20584              use &dl_error rather than &dl_load_file as the guard for calling
20585              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
20586              statically built perl)
20587      Branch: maint-5.6/perl
20588           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20589 ____________________________________________________________________________
20590 [  7268] By: gsar                                  on 2000/10/16  03:04:48
20591         Log: integrate change#5945 from mainline
20592              
20593              make module name mandatory after -M switch; reorder perldiag
20594              alphabetically (from Mark-Jason Dominus)
20595      Branch: maint-5.6/perl
20596           !> perl.c pod/perldiag.pod
20597 ____________________________________________________________________________
20598 [  7267] By: gsar                                  on 2000/10/16  03:03:01
20599         Log: integrate change#5939 from mainline
20600              
20601              more pod nits (from Larry Virden)
20602      Branch: maint-5.6/perl
20603           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
20604           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
20605           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
20606 ____________________________________________________________________________
20607 [  7266] By: gsar                                  on 2000/10/16  03:01:39
20608         Log: integrate change#5938 from mainline
20609              
20610              Consolidated B::Deparse fixes (from Stephen McCamant)
20611      Branch: maint-5.6/perl
20612           !> ext/B/B/Deparse.pm
20613 ____________________________________________________________________________
20614 [  7265] By: gsar                                  on 2000/10/16  03:00:43
20615         Log: integrate change#5936 from mainline
20616              
20617              additional tests for change#7263 (from Paul Marquess)
20618      Branch: maint-5.6/perl
20619           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
20620           !> t/pragma/warn/5nolint t/pragma/warn/6default
20621 ____________________________________________________________________________
20622 [  7264] By: gsar                                  on 2000/10/16  02:58:34
20623         Log: integrate change#5934 from mainline
20624              
20625              propagate lexical warnings from surrounding scope correctly
20626              within string eval() (from Paul Marquess)
20627      Branch: maint-5.6/perl
20628           !> pp_ctl.c t/pragma/warn/pp_ctl
20629 ____________________________________________________________________________
20630 [  7263] By: gsar                                  on 2000/10/16  02:56:53
20631         Log: integrate change#5932 from mainline
20632              
20633              add rsignal(), whichsig() and do_join() to public API list
20634              (mod_perl uses them to good advantage)
20635      Branch: maint-5.6/perl
20636           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
20637 ____________________________________________________________________________
20638 [  7262] By: gsar                                  on 2000/10/16  02:55:53
20639         Log: integrate change#5931 from mainline
20640              
20641              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
20642      Branch: maint-5.6/perl
20643           !> pp_hot.c regexec.c t/op/pat.t
20644 ____________________________________________________________________________
20645 [  7261] By: gsar                                  on 2000/10/16  02:55:01
20646         Log: integrate change#5930 from mainline
20647              
20648              small os390 tweaks (from Peter Prymmer)
20649      Branch: maint-5.6/perl
20650           !> config_h.SH makedepend.SH
20651 ____________________________________________________________________________
20652 [  7260] By: gsar                                  on 2000/10/16  02:54:10
20653         Log: integrate change#5929 from mainline
20654              
20655              pod nits
20656      Branch: maint-5.6/perl
20657           !> pod/perlguts.pod
20658 ____________________________________________________________________________
20659 [  7259] By: gsar                                  on 2000/10/16  02:52:55
20660         Log: integrate change#5927 from mainline
20661              
20662              arrange for next() to resume at the unstack op rather than the
20663              loop conditional, so that scope cleanup happens correctly
20664              (from Stephen McCamant)
20665      Branch: maint-5.6/perl
20666           !> op.c pp_ctl.c t/op/misc.t
20667 ____________________________________________________________________________
20668 [  7258] By: gsar                                  on 2000/10/16  02:51:38
20669         Log: integrate change#5926 from mainline
20670              
20671              on windows, reserve 16M of stack rather than 128M (allows more
20672              threads to run concurrently)
20673      Branch: maint-5.6/perl
20674           !> win32/Makefile win32/makefile.mk
20675 ____________________________________________________________________________
20676 [  7257] By: gsar                                  on 2000/10/16  02:50:37
20677         Log: integrate change#5925 from mainline
20678              
20679              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
20680      Branch: maint-5.6/perl
20681           !> toke.c
20682 ____________________________________________________________________________
20683 [  7256] By: gsar                                  on 2000/10/16  02:49:36
20684         Log: integrate change#5924 from mainline
20685              
20686              avoid using uninitialized memory in require version check
20687      Branch: maint-5.6/perl
20688           !> pp_ctl.c universal.c
20689 ____________________________________________________________________________
20690 [  7255] By: gsar                                  on 2000/10/16  02:48:03
20691         Log: integrate changes#5923,5928,6009 from mainline
20692              
20693              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
20694      Branch: maint-5.6/perl
20695           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
20696 ____________________________________________________________________________
20697 [  7254] By: gsar                                  on 2000/10/16  02:44:46
20698         Log: integrate change#5922 from mainline
20699              
20700              commentary about IoTYPE() (from Nathan Torkington)
20701      Branch: maint-5.6/perl
20702           !> sv.h
20703 ____________________________________________________________________________
20704 [  7253] By: gsar                                  on 2000/10/16  02:43:49
20705         Log: integrate change#5921 from mainline
20706              
20707              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
20708      Branch: maint-5.6/perl
20709           !> sv.c t/lib/charnames.t t/pragma/utf8.t
20710 ____________________________________________________________________________
20711 [  7252] By: gsar                                  on 2000/10/16  02:42:31
20712         Log: integrate change#5920 from mainline
20713              
20714              Larry's fix for buggy propagation of utf8-ness in join(); add test
20715      Branch: maint-5.6/perl
20716           !> doop.c t/op/ver.t
20717 ____________________________________________________________________________
20718 [  7251] By: gsar                                  on 2000/10/16  02:41:14
20719         Log: integrate changes#5915..5919 from mainline
20720              
20721              various (pod tweaks &c)
20722      Branch: maint-5.6/perl
20723           !> (integrate 33 files)
20724 ____________________________________________________________________________
20725 [  7250] By: gsar                                  on 2000/10/16  02:38:16
20726         Log: integrate change#5914 from mainline
20727              
20728              caller() wasn't returning the right number of elements for
20729              eval {...}
20730      Branch: maint-5.6/perl
20731           !> pp_ctl.c t/pragma/warn/9enabled
20732 ____________________________________________________________________________
20733 [  7249] By: gsar                                  on 2000/10/16  02:37:02
20734         Log: integrate change#5913 from mainline
20735              
20736              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
20737              (from Mark-Jason Dominus)
20738      Branch: maint-5.6/perl
20739           !> pod/perlfunc.pod
20740 ____________________________________________________________________________
20741 [  7248] By: gsar                                  on 2000/10/16  02:35:58
20742         Log: integrate change#5912 from mainline
20743              
20744              fix totally broken caching in UNIVERSAL::isa() (from
20745              Nick Ing-Simmons)
20746      Branch: maint-5.6/perl
20747           !> t/op/universal.t universal.c
20748 ____________________________________________________________________________
20749 [  7247] By: gsar                                  on 2000/10/16  02:34:27
20750         Log: integrate changes#5910,5911 from mainline
20751              
20752              typo in pod
20753              
20754              add linebreak properties from unicode/LineBrk.txt (from
20755              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
20756      Branch: maint-5.6/perl
20757           +> (branch 29 files)
20758           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
20759 ____________________________________________________________________________
20760 [  7246] By: gsar                                  on 2000/10/16  02:33:29
20761         Log: integrate change#5909 from mainline
20762              
20763              mode argument to do_binmode() should be file mode, not boolean
20764      Branch: maint-5.6/perl
20765           !> pp_sys.c
20766 ____________________________________________________________________________
20767 [  7245] By: gsar                                  on 2000/10/16  02:31:04
20768         Log: integrate change#5908 from mainline
20769              
20770              introduce illegal symbols into null package so that
20771              gv_fetchpv(...,TRUE) always returns a valid GV even when the
20772              symbol is trapped by strictures (avoids coredumps)
20773      Branch: maint-5.6/perl
20774           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
20775           !> t/pragma/strict-vars
20776 ____________________________________________________________________________
20777 [  7244] By: jhi                                   on 2000/10/16  02:29:54
20778         Log: Subject: $Carp::ExportLevel confusion in Exporter
20779              From: "Ben Tilly" <ben_tilly@hotmail.com>
20780              Date: Sat, 14 Oct 2000 16:44:34 EDT
20781              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
20782      Branch: perl
20783            ! lib/Exporter/Heavy.pm
20784 ____________________________________________________________________________
20785 [  7243] By: jhi                                   on 2000/10/16  02:28:33
20786         Log: Subject: [PATCH perlguts.pod] Document offset hack
20787              From: Simon Cozens <simon@cozens.net>
20788              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
20789              Date: Sat, 14 Oct 2000 19:32:25 +0100
20790      Branch: perl
20791            ! pod/perlguts.pod
20792 ____________________________________________________________________________
20793 [  7242] By: gsar                                  on 2000/10/16  02:26:51
20794         Log: integrate changes#5905,5906,5907,6064 from mainline
20795              
20796              printf/sprintf didn't get quad types right under use64bitint
20797      Branch: maint-5.6/perl
20798           !> pp_sys.c sv.c t/op/64bitint.t
20799 ____________________________________________________________________________
20800 [  7241] By: jhi                                   on 2000/10/16  02:22:44
20801         Log: Subject: small pod patch
20802              From: Dan Boorstein <dan_boo@bellsouth.net>
20803              Date: Sat, 14 Oct 2000 14:29:24 -0400
20804              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
20805      Branch: perl
20806            ! pod/perlfaq7.pod pod/perlmod.pod
20807 ____________________________________________________________________________
20808 [  7240] By: jhi                                   on 2000/10/16  02:13:46
20809         Log: -w cleanup.
20810              
20811              Subject: Re: Problems with bleadperl 
20812              From: "Stephen P. Potter" <spp@ds.net>
20813              Date: Fri, 13 Oct 2000 13:32:49 -0400
20814              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
20815      Branch: perl
20816            ! t/pragma/overload.t
20817 ____________________________________________________________________________
20818 [  7239] By: jhi                                   on 2000/10/16  01:41:18
20819         Log: One more ~utf8 tweak.
20820      Branch: perl
20821            ! t/op/bop.t
20822 ____________________________________________________________________________
20823 [  7238] By: jhi                                   on 2000/10/16  01:34:14
20824         Log: Tweak the test of #7235.
20825      Branch: perl
20826            ! t/op/bop.t
20827 ____________________________________________________________________________
20828 [  7237] By: jhi                                   on 2000/10/16  01:25:04
20829         Log: Fix a couple of compiler-noted nits in #7235.
20830      Branch: perl
20831            ! pp.c
20832 ____________________________________________________________________________
20833 [  7236] By: jhi                                   on 2000/10/16  01:22:46
20834         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
20835      Branch: perl
20836            ! pp.c pp_hot.c
20837 ____________________________________________________________________________
20838 [  7235] By: jhi                                   on 2000/10/15  16:24:44
20839         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
20840              
20841              From: Simon Cozens <simon@cozens.net>
20842              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
20843              Date: Sat, 14 Oct 2000 20:52:13 +0100
20844              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
20845      Branch: perl
20846            ! pp.c t/op/bop.t utf8.h
20847 ____________________________________________________________________________
20848 [  7234] By: jhi                                   on 2000/10/15  15:19:29
20849         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
20850              The problem was that rx->minlen was in chars while pp_split()
20851              thought it would be in bytes. 
20852      Branch: perl
20853            ! pp.c t/pragma/utf8.t
20854 ____________________________________________________________________________
20855 [  7233] By: jhi                                   on 2000/10/14  20:24:24
20856         Log: Document FNCASE=y as discussed in the bug 20000902.009.
20857      Branch: perl
20858            ! README.dos
20859 ____________________________________________________________________________
20860 [  7232] By: jhi                                   on 2000/10/14  18:52:21
20861         Log: Add test for bug id 20000427.003 (which seems to have
20862              been fixed) (also duplicate as 20000427.004, though
20863              with a higher severity).  Move one utf8 from op/append
20864              to pragma/utf8, tag the tests with bug ids.
20865      Branch: perl
20866            ! t/op/append.t t/pragma/utf8.t
20867 ____________________________________________________________________________
20868 [  7231] By: jhi                                   on 2000/10/14  17:28:37
20869         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
20870      Branch: perl
20871            ! t/pragma/utf8.t
20872 ____________________________________________________________________________
20873 [  7230] By: jhi                                   on 2000/10/14  14:24:50
20874         Log: Needs to be conditional on SunOS 4.
20875              
20876              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
20877              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20878              Date: Sat, 14 Oct 2000 13:37:49 +0100
20879              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
20880      Branch: metaconfig/U/perl
20881            ! End.U
20882      Branch: perl
20883            ! Configure myconfig.SH pod/perldelta.pod
20884 ____________________________________________________________________________
20885 [  7229] By: jhi                                   on 2000/10/14  00:49:22
20886         Log: Update Changes.
20887      Branch: perl
20888            ! Changes patchlevel.h
20889 ____________________________________________________________________________
20890 [  7228] By: jhi                                   on 2000/10/14  00:46:10
20891         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
20892              From: Peter Prymmer <pvhp@forte.com>
20893              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
20894              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
20895      Branch: perl
20896            ! lib/utf8.pm
20897 ____________________________________________________________________________
20898 [  7227] By: jhi                                   on 2000/10/13  23:20:30
20899         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
20900      Branch: perl
20901            ! t/op/tie.t
20902 ____________________________________________________________________________
20903 [  7226] By: jhi                                   on 2000/10/13  22:14:32
20904         Log: Tweak #7225.
20905              
20906              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
20907              From: Peter Prymmer <pvhp@forte.com>
20908              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
20909              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
20910      Branch: perl
20911            ! t/op/sprintf.t
20912 ____________________________________________________________________________
20913 [  7225] By: jhi                                   on 2000/10/13  22:11:31
20914         Log: op/sprintf.t patch for OS/390 (and any other host with limited
20915              floating-point exponent length)
20916              
20917              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
20918              From: Dominic Dunlop <domo@computer.org>
20919              Date: Fri, 13 Oct 2000 19:17:57 +0200
20920              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
20921      Branch: perl
20922            ! t/op/sprintf.t
20923 ____________________________________________________________________________
20924 [  7224] By: jhi                                   on 2000/10/13  18:40:48
20925         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
20926      Branch: perl
20927            ! toke.c
20928 ____________________________________________________________________________
20929 [  7223] By: jhi                                   on 2000/10/13  18:37:13
20930         Log: Thinko in #7222.
20931      Branch: perl
20932            ! utf8.c
20933 ____________________________________________________________________________
20934 [  7222] By: jhi                                   on 2000/10/13  18:05:23
20935         Log: Use UTF8SKIP(), from Simon Cozens.
20936      Branch: perl
20937            ! utf8.c
20938 ____________________________________________________________________________
20939 [  7221] By: jhi                                   on 2000/10/13  15:43:19
20940         Log: (accidentally empty check-in)
20941      Branch: perl
20942            ! utf8.c
20943 ____________________________________________________________________________
20944 [  7220] By: jhi                                   on 2000/10/13  15:23:51
20945         Log: Add (optimistically) Storable to static extensions.
20946      Branch: perl
20947            ! hints/uwin.sh hints/vmesa.sh
20948 ____________________________________________________________________________
20949 [  7219] By: jhi                                   on 2000/10/13  15:20:05
20950         Log: Amdahl UTS doesn't seem to do dynaloading.
20951      Branch: perl
20952            ! hints/uts.sh
20953 ____________________________________________________________________________
20954 [  7218] By: jhi                                   on 2000/10/13  15:15:20
20955         Log: Slight tweak of the code to appease Amdahl UTS cc.
20956      Branch: perl
20957            ! pp.c
20958 ____________________________________________________________________________
20959 [  7217] By: jhi                                   on 2000/10/13  14:50:42
20960         Log: In Amdahl UTS "struct sv" is defined by a system header,
20961              <ksync.h>.
20962      Branch: perl
20963            ! perl.h sv.h
20964 ____________________________________________________________________________
20965 [  7216] By: jhi                                   on 2000/10/13  11:58:25
20966         Log: Ilya implemented the memory profiling API.
20967      Branch: perl
20968            ! Todo
20969 ____________________________________________________________________________
20970 [  7215] By: jhi                                   on 2000/10/13  02:56:38
20971         Log: Subject: [PATCH 5.7.0] Perl API for mstats
20972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20973              Date: Thu, 12 Oct 2000 22:52:40 -0400
20974              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
20975      Branch: perl
20976            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20977 ____________________________________________________________________________
20978 [  7214] By: jhi                                   on 2000/10/13  02:55:38
20979         Log: Subject: [PATCH 5.7.0] IVs in mtats
20980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20981              Date: Thu, 12 Oct 2000 22:51:04 -0400
20982              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
20983      Branch: perl
20984            ! malloc.c perl.h
20985 ____________________________________________________________________________
20986 [  7213] By: jhi                                   on 2000/10/13  02:31:47
20987         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
20988      Branch: perl
20989            ! pod/perldiag.pod pp_sys.c
20990 ____________________________________________________________________________
20991 [  7212] By: jhi                                   on 2000/10/13  01:27:38
20992         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
20993              From: Peter Prymmer <pvhp@forte.com>
20994              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
20995              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
20996      Branch: perl
20997            ! t/op/oct.t
20998 ____________________________________________________________________________
20999 [  7211] By: jhi                                   on 2000/10/13  00:35:09
21000         Log: Update Changes.
21001      Branch: perl
21002            ! Changes patchlevel.h
21003 ____________________________________________________________________________
21004 [  7210] By: jhi                                   on 2000/10/12  23:59:40
21005         Log: The Install.pm third of
21006              
21007              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21008              From: Bill Campbell <bill@celestial.com>
21009              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21010              Date: Thu, 5 Oct 2000 18:04:51 -0700
21011      Branch: perl
21012            ! lib/ExtUtils/Install.pm
21013 ____________________________________________________________________________
21014 [  7209] By: jhi                                   on 2000/10/12  23:58:43
21015         Log: Two thirds of
21016              
21017              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21018              Date: Thu, 5 Oct 2000 18:04:51 -0700
21019              From: Bill Campbell <bill@celestial.com>
21020              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21021              
21022              The Install.pm changes will be submitted separately because
21023              they need some work and discussion still.
21024      Branch: perl
21025            ! lib/getopts.pl lib/termcap.pl
21026 ____________________________________________________________________________
21027 [  7208] By: jhi                                   on 2000/10/12  23:41:19
21028         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
21029              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21030              Date:     Thu, 12 Oct 2000 07:30:02 EDT
21031              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
21032      Branch: perl
21033            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
21034            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
21035 ____________________________________________________________________________
21036 [  7207] By: jhi                                   on 2000/10/12  23:39:01
21037         Log: An updated EBCDIC tr patch.
21038              
21039              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
21040              From: Peter Prymmer <pvhp@forte.com>
21041              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
21042              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
21043      Branch: perl
21044            ! t/op/tr.t
21045 ____________________________________________________________________________
21046 [  7206] By: jhi                                   on 2000/10/12  23:34:55
21047         Log: Upgrade to CPAN 1.58, from Andreas König.
21048      Branch: perl
21049            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21050 ____________________________________________________________________________
21051 [  7205] By: jhi                                   on 2000/10/12  23:29:08
21052         Log: Introduce the man[24-8] variables, from Andy Dougherty.
21053      Branch: metaconfig/U/perl
21054            + mandirs.U mandirstyle.U
21055      Branch: perl
21056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21057            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
21058            ! vos/config.h vos/config.pl vos/config_h.SH_orig
21059            ! win32/config.bc win32/config.gc win32/config.vc
21060 ____________________________________________________________________________
21061 [  7204] By: gsar                                  on 2000/10/12  18:11:24
21062         Log: restore change#7202
21063      Branch: perl
21064            ! mg.c
21065 ____________________________________________________________________________
21066 [  7203] By: gsar                                  on 2000/10/12  18:09:40
21067         Log: another test of the Emergency Broadcast System--back out 
21068              change#7202
21069      Branch: perl
21070            ! mg.c
21071 ____________________________________________________________________________
21072 [  7202] By: gsar                                  on 2000/10/12  16:40:47
21073         Log: (submitted on behalf of Jarkko)
21074              Fix the lib/encode.t subtest 6 failure as reported by Andreas
21075              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
21076              was unearthed by change 7182, as was a bug in HTML::Entities.
21077      Branch: perl
21078            ! mg.c
21079 ____________________________________________________________________________
21080 [  7201] By: jhi                                   on 2000/10/11  03:16:05
21081         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
21082      Branch: perl
21083            ! pp_hot.c t/pragma/utf8.t
21084 ____________________________________________________________________________
21085 [  7200] By: jhi                                   on 2000/10/11  00:40:30
21086         Log: The #7198 was a false alarm.
21087      Branch: perl
21088            ! pp_hot.c
21089 ____________________________________________________________________________
21090 [  7199] By: jhi                                   on 2000/10/11  00:26:04
21091         Log: Remove duplicated code.
21092      Branch: perl
21093            ! t/lib/cgi-html.t
21094 ____________________________________________________________________________
21095 [  7198] By: jhi                                   on 2000/10/10  23:30:46
21096         Log: (Retracted by #7200.)
21097      Branch: perl
21098            ! pp_hot.c
21099 ____________________________________________________________________________
21100 [  7197] By: jhi                                   on 2000/10/10  21:49:30
21101         Log: Add the test case for #7190, from the original bug report
21102              by Andreas König.
21103      Branch: perl
21104            ! t/pragma/utf8.t
21105 ____________________________________________________________________________
21106 [  7196] By: jhi                                   on 2000/10/10  21:40:49
21107         Log: Reapply Andy's patch and regen Configure.
21108      Branch: perl
21109            ! Configure INSTALL Makefile.SH Porting/Glossary
21110            ! Porting/config.sh config_h.SH epoc/config.sh installperl
21111            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
21112            ! win32/config.vc
21113 ____________________________________________________________________________
21114 [  7195] By: jhi                                   on 2000/10/10  21:09:30
21115         Log: Use the versiononly instead of the installscripts,
21116              retract the changes 7146 and 7147.
21117      Branch: perl
21118            ! Configure INSTALL Makefile.SH Porting/Glossary
21119            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
21120            ! installperl uconfig.sh vos/config.def win32/config.bc
21121            ! win32/config.gc win32/config.vc
21122 ____________________________________________________________________________
21123 [  7194] By: jhi                                   on 2000/10/10  21:06:15
21124         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
21125              From: Peter Prymmer <pvhp@forte.com>
21126              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
21127              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
21128      Branch: perl
21129            ! t/op/ver.t
21130 ____________________________________________________________________________
21131 [  7193] By: jhi                                   on 2000/10/10  21:05:12
21132         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
21133              From: Peter Prymmer <pvhp@forte.com>
21134              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
21135              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
21136      Branch: perl
21137            ! t/op/tr.t
21138 ____________________________________________________________________________
21139 [  7192] By: jhi                                   on 2000/10/10  20:57:30
21140         Log: Add versiononly, delete installscripts, from Andy Dougherty.
21141      Branch: metaconfig
21142            - U/installdirs/installscripts.U
21143      Branch: metaconfig/U/perl
21144            + versiononly.U
21145 ____________________________________________________________________________
21146 [  7191] By: jhi                                   on 2000/10/10  19:41:21
21147         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
21148              From: Peter Prymmer <pvhp@forte.com>
21149              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
21150              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
21151      Branch: perl
21152            ! pod/perlebcdic.pod
21153 ____________________________________________________________________________
21154 [  7190] By: jhi                                   on 2000/10/10  19:26:14
21155         Log: Subject: Re: utf8 concat, mg_get
21156              From: Simon Cozens <simon@cozens.net>
21157              Date: Tue, 10 Oct 2000 17:40:17 +0100
21158              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
21159      Branch: perl
21160            ! pp_hot.c
21161 ____________________________________________________________________________
21162 [  7189] By: jhi                                   on 2000/10/10  19:23:03
21163         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
21164              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
21165              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
21166              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
21167      Branch: perl
21168            ! lib/ExtUtils/MM_Unix.pm
21169 ____________________________________________________________________________
21170 [  7188] By: jhi                                   on 2000/10/10  15:31:24
21171         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
21172              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
21173              Date: Fri, 14 Jul 2000 10:47:36 +0100
21174              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
21175      Branch: perl
21176            ! README.win32
21177 ____________________________________________________________________________
21178 [  7187] By: jhi                                   on 2000/10/10  13:30:10
21179         Log: Quote the temp file name, needed in Win32 because the
21180              default name unfortunately contains spaces, shouldn't
21181              hurt elsewhere.
21182              
21183              Subject: FW: perldoc fails if $TEMP contains spaces
21184              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
21185              Date: Thu, 14 Sep 2000 08:58:45 +0100
21186              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
21187      Branch: perl
21188            ! utils/perldoc.PL
21189 ____________________________________________________________________________
21190 [  7186] By: jhi                                   on 2000/10/10  13:16:27
21191         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
21192              From: hv@hugo.hybyte.com
21193              Date: Tue, 10 Oct 2000 14:10:20 +0100
21194              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
21195      Branch: perl
21196            ! t/lib/thr5005.t util.c
21197 ____________________________________________________________________________
21198 [  7185] By: jhi                                   on 2000/10/10  12:06:22
21199         Log: Upgrade to podlators 1.04, from Russ Allbery.
21200      Branch: perl
21201            ! lib/Pod/Man.pm lib/Pod/Text.pm
21202 ____________________________________________________________________________
21203 [  7184] By: jhi                                   on 2000/10/10  12:01:32
21204         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
21205      Branch: perl
21206            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
21207 ____________________________________________________________________________
21208 [  7183] By: jhi                                   on 2000/10/09  23:47:15
21209         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
21210              From: Peter Prymmer <pvhp@forte.com>
21211              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
21212              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
21213      Branch: perl
21214            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
21215 ____________________________________________________________________________
21216 [  7182] By: jhi                                   on 2000/10/09  23:43:16
21217         Log: Make eq work again with utf8 (disabling the upgrading
21218              should no more be necessary since the copies of the
21219              scalars are upgraded, not the scalars themselves).
21220              Takes care of ID 20001009.001.  (The claimed length()
21221              bug in 20001009.001 seems bogus to me.)
21222      Branch: perl
21223            ! sv.c t/pragma/utf8.t
21224 ____________________________________________________________________________
21225 [  7181] By: gsar                                  on 2000/10/09  19:41:54
21226         Log: tweak for change#7173
21227      Branch: perl
21228            ! win32/win32sck.c
21229 ____________________________________________________________________________
21230 [  7180] By: gsar                                  on 2000/10/09  19:26:56
21231         Log: on Windows, clean targets might not work under some flavors of the shell
21232      Branch: perl
21233            ! win32/Makefile win32/makefile.mk
21234 ____________________________________________________________________________
21235 [  7179] By: jhi                                   on 2000/10/09  19:21:02
21236         Log: Update Changes.
21237      Branch: perl
21238            ! Changes patchlevel.h
21239 ____________________________________________________________________________
21240 [  7178] By: jhi                                   on 2000/10/09  19:18:23
21241         Log: Warn about unknown scripts.
21242              
21243              Subject: Re: ideas? patches? [PATCH bleadperl]
21244              From: Dominic Dunlop <domo@computer.org>
21245              Date: Mon, 9 Oct 2000 14:57:17 +0200
21246              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
21247      Branch: perl
21248            ! lib/charnames.pm
21249 ____________________________________________________________________________
21250 [  7177] By: jhi                                   on 2000/10/09  19:13:27
21251         Log: Change #7160 had a nasty typo.
21252      Branch: metaconfig
21253            ! U/compline/Compile.U
21254      Branch: perl
21255            ! Configure config_h.SH
21256 ____________________________________________________________________________
21257 [  7176] By: gsar                                  on 2000/10/09  18:59:33
21258         Log: pod nit
21259      Branch: perl
21260            ! pod/perlport.pod
21261 ____________________________________________________________________________
21262 [  7175] By: gsar                                  on 2000/10/09  18:54:28
21263         Log: Windows9x doesn't support link(), despite what Config.pm
21264              might think
21265      Branch: perl
21266            ! lib/ExtUtils/Manifest.pm
21267 ____________________________________________________________________________
21268 [  7174] By: gsar                                  on 2000/10/09  18:50:03
21269         Log: avoid nonportable example code
21270      Branch: perl
21271            ! lib/File/Copy.pm
21272 ____________________________________________________________________________
21273 [  7173] By: gsar                                  on 2000/10/09  18:46:54
21274         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
21275              being used) when closing a socket handle
21276      Branch: perl
21277            ! win32/win32.c win32/win32.h win32/win32sck.c
21278 ____________________________________________________________________________
21279 [  7172] By: gsar                                  on 2000/10/09  18:41:40
21280         Log: on Windows, cwd strings in the environment should be of the
21281              form =X:=X:\foo instead of =X=X:\foo\
21282      Branch: perl
21283            ! win32/vdir.h
21284 ____________________________________________________________________________
21285 [  7171] By: gsar                                  on 2000/10/09  18:30:09
21286         Log: on Windows, LoadLibrary() could load an extension DLL multiple
21287              times if forward slashes are used in the path
21288      Branch: perl
21289            ! win32/win32.c
21290 ____________________________________________________________________________
21291 [  7170] By: jhi                                   on 2000/10/09  17:53:59
21292         Log: Add a todo note about overloadable assertions.
21293      Branch: perl
21294            ! Todo-5.6
21295 ____________________________________________________________________________
21296 [  7169] By: jhi                                   on 2000/10/09  13:43:45
21297         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
21298              From: mjd@plover.com
21299              Date: 9 Oct 2000 00:24:44 -0000
21300              Message-ID: <20001009002444.10616.qmail@plover.com>
21301      Branch: perl
21302            ! pod/perldebguts.pod
21303 ____________________________________________________________________________
21304 [  7168] By: nick                                  on 2000/10/08  13:16:33
21305         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
21306              is not right thing to do on (e.g. x86). Network order is also "right" for
21307              X fonts.
21308      Branch: perl
21309            ! ext/Encode/Encode.pm
21310 ____________________________________________________________________________
21311 [  7167] By: nick                                  on 2000/10/08  12:54:42
21312         Log: Make "encodings" work post-install when Encode/*.enc files may not
21313              be in same directory as Encode.pm
21314      Branch: perl
21315            ! ext/Encode/Encode.pm
21316 ____________________________________________________________________________
21317 [  7166] By: nick                                  on 2000/10/08  11:51:26
21318         Log: Work round the fact that $hash->{$key} does not take into account
21319              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
21320              so that key is always in the "expected" encoding - i.e. same way we put
21321              it in the hash.
21322      Branch: perl
21323            ! ext/Encode/Encode.pm
21324 ____________________________________________________________________________
21325 [  7165] By: gsar                                  on 2000/10/08  04:15:29
21326         Log: save_re_context() could reset PL_curcop to freed memory, causing core
21327              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
21328      Branch: perl
21329            ! pp_ctl.c
21330 ____________________________________________________________________________
21331 [  7164] By: jhi                                   on 2000/10/06  20:51:48
21332         Log: UTF8ize split() so that the cloned substrings get the UTF8
21333              flag of the original scalar.  Problem reported by Simon Cozens.
21334      Branch: perl
21335            ! pp.c t/pragma/utf8.t
21336 ____________________________________________________________________________
21337 [  7163] By: nick                                  on 2000/10/06  20:48:34
21338         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
21339              got a false +ve and so did not reach code which would have un-FAKEd the SV.
21340      Branch: perl
21341            ! sv.c
21342 ____________________________________________________________________________
21343 [  7162] By: nick                                  on 2000/10/06  20:25:37
21344         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
21345              To fix  (sort {$a <=> $b} keys %hash) in particular but
21346              should cover a number of other as-yet-unknown cases as well.
21347      Branch: perl
21348            ! sv.c
21349 ____________________________________________________________________________
21350 [  7161] By: jhi                                   on 2000/10/06  19:56:18
21351         Log: Change the version number of Tie::Handle in the core to 4.0,
21352              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
21353              
21354              Subject: Note on Tie::Handle
21355              From: andreas.koenig@anima.de (Andreas J. Koenig)
21356              Date:      06 Oct 2000 21:48:58 +0200
21357              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
21358      Branch: perl
21359            ! lib/Tie/Handle.pm
21360 ____________________________________________________________________________
21361 [  7160] By: jhi                                   on 2000/10/06  18:20:35
21362         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
21363              as the first option of cc/ld because of ultrapicky compilers
21364              (e.g. OS/390 R2.5)
21365      Branch: metaconfig
21366            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
21367            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
21368            ! U/compline/orderlib.U U/modified/Cppsym.U
21369            ! U/modified/d_access.U
21370      Branch: metaconfig/U/perl
21371            ! Checkcc.U d_dlsymun.U gccvers.U
21372      Branch: perl
21373            ! Configure config_h.SH
21374 ____________________________________________________________________________
21375 [  7159] By: jhi                                   on 2000/10/06  13:56:39
21376         Log: Update Changes.
21377      Branch: perl
21378            ! Changes patchlevel.h
21379 ____________________________________________________________________________
21380 [  7158] By: jhi                                   on 2000/10/06  12:48:40
21381         Log: Eliminate $Is_VMS code from the test.
21382              
21383              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
21384              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21385              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
21386              Date:     Thu, 5 Oct 2000 07:46:33 EDT
21387      Branch: perl
21388            ! t/lib/b.t
21389 ____________________________________________________________________________
21390 [  7157] By: jhi                                   on 2000/10/06  12:47:13
21391         Log: Also the $ccflags is needed for the C compiler check.
21392              
21393              Subject: Configure (check for C-compiler)
21394              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21395              Date: Fri, 06 Oct 2000 08:47:15 +0200
21396              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
21397      Branch: metaconfig/U/perl
21398            ! Checkcc.U
21399      Branch: perl
21400            ! Configure config_h.SH
21401 ____________________________________________________________________________
21402 [  7156] By: jhi                                   on 2000/10/06  11:45:15
21403         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
21404      Branch: perl
21405            ! perl.c pp_ctl.c sv.h utf8.c
21406 ____________________________________________________________________________
21407 [  7155] By: jhi                                   on 2000/10/06  11:40:41
21408         Log: IO::Handle->syswrite() did not handle length omission
21409              like CORE::syswrite() does.
21410              
21411              Subject: [Fwd] IO::Handle, syswrite and arguments
21412              From: Graham Barr <gbarr@pobox.com>
21413              Date: Fri, 6 Oct 2000 10:22:05 +0100
21414              Message-ID: <20001006102205.U6312@pobox.com>
21415              
21416              The original patch from andrew@ugh.net.au.
21417      Branch: perl
21418            ! ext/IO/lib/IO/Handle.pm
21419 ____________________________________________________________________________
21420 [  7154] By: jhi                                   on 2000/10/06  01:42:15
21421         Log: Tweak #7153.
21422      Branch: perl
21423            ! utf8.h
21424 ____________________________________________________________________________
21425 [  7153] By: jhi                                   on 2000/10/06  00:39:55
21426         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
21427      Branch: perl
21428            ! utf8.h
21429 ____________________________________________________________________________
21430 [  7152] By: jhi                                   on 2000/10/06  00:38:11
21431         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
21432      Branch: perl
21433            ! perl.c pp_ctl.c sv.h utf8.c
21434 ____________________________________________________________________________
21435 [  7151] By: jhi                                   on 2000/10/06  00:36:38
21436         Log: Subject: Re: Questions about Tie::Array and perl modules
21437              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21438              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
21439              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
21440              
21441              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
21442      Branch: perl
21443            ! lib/Tie/Array.pm t/op/array.t
21444 ____________________________________________________________________________
21445 [  7150] By: jhi                                   on 2000/10/05  00:20:45
21446         Log: Regen Changes.
21447      Branch: perl
21448            ! Changes patchlevel.h
21449 ____________________________________________________________________________
21450 [  7149] By: jhi                                   on 2000/10/05  00:20:01
21451         Log: Regen toc.
21452      Branch: perl
21453            ! pod/perltoc.pod
21454 ____________________________________________________________________________
21455 [  7148] By: jhi                                   on 2000/10/04  23:35:08
21456         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
21457              reported several times by Dominic Dunlop, for example in
21458              ID 20000315.008.  Patch from Dominic.  Patch affects at
21459              least MachTen, and possibly other oldish BSDs. Should not
21460              break non-broken platforms (tested on LinuxPPC). 
21461      Branch: perl
21462            ! doio.c
21463 ____________________________________________________________________________
21464 [  7147] By: jhi                                   on 2000/10/04  23:26:34
21465         Log: The one that got away from 7146.
21466      Branch: metaconfig
21467            + U/installdirs/installscripts.U
21468 ____________________________________________________________________________
21469 [  7146] By: jhi                                   on 2000/10/04  23:25:04
21470         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
21471              suggested by H. Merijn Brand.
21472      Branch: perl
21473            ! Configure INSTALL Makefile.SH Porting/Glossary
21474            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
21475            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
21476            ! win32/config.vc
21477 ____________________________________________________________________________
21478 [  7145] By: jhi                                   on 2000/10/04  22:08:21
21479         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
21480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21481              Date: Wed, 4 Oct 2000 17:37:46 -0400
21482              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
21483      Branch: perl
21484            ! utils/h2xs.PL
21485 ____________________________________________________________________________
21486 [  7144] By: jhi                                   on 2000/10/04  18:11:41
21487         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
21488              From: Jeff Pinyan <jeffp@crusoe.net>
21489              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
21490              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
21491      Branch: perl
21492            ! pod/perlrun.pod
21493 ____________________________________________________________________________
21494 [  7143] By: jhi                                   on 2000/10/04  18:09:58
21495         Log: Subject: perlhack.pod Patch for Externals Tools
21496              From: Fisher Mark <fisherm@tce.com>
21497              Date: Tue, 3 Oct 2000 15:43:27 -0500 
21498              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
21499      Branch: perl
21500            ! pod/perlhack.pod
21501 ____________________________________________________________________________
21502 [  7142] By: jhi                                   on 2000/10/04  18:08:41
21503         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
21504              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21505              Date:     Wed, 4 Oct 2000 12:11:11 EDT
21506              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
21507      Branch: perl
21508            ! vms/vms.c
21509 ____________________________________________________________________________
21510 [  7141] By: jhi                                   on 2000/10/04  12:20:16
21511         Log: Subject: [PATCH 5.7.0] h2xs not working
21512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21513              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
21514              Date: Tue, 3 Oct 2000 21:43:01 -0400
21515              
21516              Subject: [PATCH 5.7.0] h2xs not documenting the created module
21517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21518              Date: Tue, 3 Oct 2000 22:55:19 -0400
21519              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
21520      Branch: perl
21521            ! utils/h2xs.PL
21522 ____________________________________________________________________________
21523 [  7140] By: jhi                                   on 2000/10/04  11:53:44
21524         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
21525              From: nick@babyhippo.com
21526              Date: Wed, 4 Oct 2000 12:06:45 +0100
21527              Message-Id: <20001004120645.A7356@babyhippo.com>
21528              
21529              Retract 7118 and 7135.
21530      Branch: perl
21531            ! installman installperl op.c t/pragma/subs.t
21532 ____________________________________________________________________________
21533 [  7139] By: jhi                                   on 2000/10/03  22:09:41
21534         Log: It is possible to have no hosts database at all.  Pointed out in
21535              
21536              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
21537              From: Peter Prymmer <pvhp@forte.com>
21538              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
21539              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
21540      Branch: metaconfig
21541            ! U/modified/myhostname.U
21542      Branch: perl
21543            ! Configure config_h.SH
21544 ____________________________________________________________________________
21545 [  7138] By: jhi                                   on 2000/10/03  21:49:49
21546         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
21547              From: Peter Prymmer <pvhp@forte.com>
21548              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
21549              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
21550      Branch: perl
21551            ! pp_sys.c
21552 ____________________________________________________________________________
21553 [  7137] By: jhi                                   on 2000/10/03  20:10:05
21554         Log: One remaining nit less at the VMS mailbox sizing.
21555      Branch: perl
21556            ! vms/vms.c
21557 ____________________________________________________________________________
21558 [  7136] By: jhi                                   on 2000/10/03  20:08:47
21559         Log: Test harness update to sync with the new perlcc,
21560              from Simon Cozens.
21561      Branch: perl
21562            ! t/TEST t/UTEST
21563 ____________________________________________________________________________
21564 [  7135] By: jhi                                   on 2000/10/03  15:15:42
21565         Log: Subject: Re: PATCH for 20001003.004
21566              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
21567              From: "AARON B. DOSSETT" <aaron@iglou.com>
21568              Message-Id: <E13gTay-0006od-00@iglou.com>
21569      Branch: perl
21570            ! installman installperl
21571 ____________________________________________________________________________
21572 [  7134] By: jhi                                   on 2000/10/03  15:00:34
21573         Log: Subject: [ID 20001003.006] B::Debug not -w clean
21574              From: Nicholas Clark <nick@babyhippo.co.uk>
21575              Date: Tue, 03 Oct 2000 15:46:32 +0100
21576              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
21577      Branch: perl
21578            ! ext/B/B/Debug.pm
21579 ____________________________________________________________________________
21580 [  7133] By: jhi                                   on 2000/10/03  14:58:39
21581         Log: Scale down the VMS message boxes, by Charles Lane.
21582              Fix for ID 20000903.009, workaround at
21583              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
21584      Branch: perl
21585            ! vms/vms.c
21586 ____________________________________________________________________________
21587 [  7132] By: jhi                                   on 2000/10/03  11:20:37
21588         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
21589      Branch: perl
21590            + t/lib/st-lock.t t/lib/st-utf8.t
21591            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
21592            ! ext/Storable/Storable.xs t/lib/st-recurse.t
21593 ____________________________________________________________________________
21594 [  7131] By: jhi                                   on 2000/10/03  03:38:23
21595         Log: Encode nits.
21596      Branch: perl
21597            ! MANIFEST Makefile.SH
21598 ____________________________________________________________________________
21599 [  7130] By: jhi                                   on 2000/10/03  03:31:05
21600         Log: Update Changes.
21601      Branch: perl
21602            ! Changes patchlevel.h
21603 ____________________________________________________________________________
21604 [  7129] By: jhi                                   on 2000/10/03  02:24:02
21605         Log: Misplaced else.
21606      Branch: metaconfig/U/perl
21607            ! d_strtoll.U
21608      Branch: perl
21609            ! Configure config_h.SH
21610 ____________________________________________________________________________
21611 [  7128] By: jhi                                   on 2000/10/03  02:08:29
21612         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
21613              From: sthoenna@efn.org
21614              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
21615              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
21616      Branch: metaconfig/U/perl
21617            ! d_strtoll.U
21618      Branch: perl
21619            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
21620 ____________________________________________________________________________
21621 [  7127] By: jhi                                   on 2000/10/03  01:13:14
21622         Log: Update Changes.
21623      Branch: perl
21624            ! Changes patchlevel.h
21625 ____________________________________________________________________________
21626 [  7126] By: jhi                                   on 2000/10/03  00:57:08
21627         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
21628              as suggested by Olaf Flebbe and Nick Clark.
21629      Branch: perl
21630            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
21631 ____________________________________________________________________________
21632 [  7125] By: jhi                                   on 2000/10/03  00:50:56
21633         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
21634              From: Nick Clark <nick@plum.flirble.org>
21635              Date: Mon, 2 Oct 2000 11:03:24 +0100
21636              Message-Id: <20001002110324.D20073@plum.flirble.org>
21637              
21638              Also fixes bug ID 20001002.005.
21639      Branch: perl
21640            ! t/lib/encode.t
21641 ____________________________________________________________________________
21642 [  7124] By: jhi                                   on 2000/10/03  00:34:59
21643         Log: Subject: [PATCH 5.7.0] Epoc update
21644              From: Olaf Flebbe <o.flebbe@gmx.de>
21645              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
21646              Message-ID: <26423.969484586@www10.gmx.net>
21647      Branch: perl
21648            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
21649            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
21650            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
21651            ! util.c util.h
21652 ____________________________________________________________________________
21653 [  7123] By: jhi                                   on 2000/10/03  00:30:07
21654         Log: Regen headers.
21655      Branch: perl
21656            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
21657 ____________________________________________________________________________
21658 [  7122] By: jhi                                   on 2000/10/03  00:10:48
21659         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
21660      Branch: perl
21661            ! hints/openbsd.sh
21662 ____________________________________________________________________________
21663 [  7121] By: jhi                                   on 2000/10/03  00:05:06
21664         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
21665              From: <abigail@foad.org>
21666              Date: Tue, 26 Sep 2000 13:36:14 -0400
21667              Message-ID: <20000926173614.4356.qmail@foad.org>
21668      Branch: perl
21669            ! pod/perlop.pod
21670 ____________________________________________________________________________
21671 [  7120] By: jhi                                   on 2000/10/03  00:04:00
21672         Log: Inside require() $^S was always left undefined.
21673              
21674              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
21675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21676              Date: Wed, 27 Sep 2000 18:54:49 -0400
21677              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
21678      Branch: perl
21679            ! cop.h mg.c pp_ctl.c util.c
21680 ____________________________________________________________________________
21681 [  7119] By: jhi                                   on 2000/10/03  00:00:16
21682         Log: Subject: [PATCH] DLL not restartabke with threaded perl
21683              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
21684              Date: Thu, 28 Sep 2000 09:20:46 +0100
21685              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
21686      Branch: perl
21687            ! perl.c
21688 ____________________________________________________________________________
21689 [  7118] By: jhi                                   on 2000/10/02  23:59:20
21690         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
21691              From: Nicholas Clark <nick@ccl4.org>
21692              Date: Thu, 28 Sep 2000 11:52:24 +0100
21693              Message-ID: <20000928115224.D7924@plum.flirble.org>
21694      Branch: perl
21695            ! op.c
21696 ____________________________________________________________________________
21697 [  7117] By: jhi                                   on 2000/10/02  23:57:51
21698         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
21699              From: Nicholas Clark <nick@babyhippo.co.uk>
21700              Date: Thu, 28 Sep 2000 12:18:10 +0100
21701              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
21702              
21703              Did not apply cleanly, manual intervention was needed.
21704      Branch: perl
21705            ! ext/B/B/Bytecode.pm utils/perlcc.PL
21706 ____________________________________________________________________________
21707 [  7116] By: jhi                                   on 2000/10/02  23:50:40
21708         Log: Document the issue (is not a syntax error, kind of)
21709              
21710              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
21711              From: Nicholas Clark <nick@ccl4.org>
21712              Date: Thu, 28 Sep 2000 17:12:42 +0100
21713              Message-ID: <20000928171242.K7924@plum.flirble.org>
21714      Branch: perl
21715            ! pod/perldata.pod
21716 ____________________________________________________________________________
21717 [  7115] By: jhi                                   on 2000/10/02  23:48:58
21718         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
21719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21720              Date: Thu, 28 Sep 2000 21:55:31 -0400
21721              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
21722      Branch: perl
21723            ! regexec.c
21724 ____________________________________________________________________________
21725 [  7114] By: jhi                                   on 2000/10/02  23:47:57
21726         Log: Subject: DOC PATCH 5.6.0
21727              From: mjd@plover.com
21728              Date: 30 Sep 2000 06:02:34 -0000
21729              Message-ID: <20000930060234.4559.qmail@plover.com>
21730      Branch: perl
21731            ! pod/perldebguts.pod
21732 ____________________________________________________________________________
21733 [  7113] By: jhi                                   on 2000/10/02  23:46:43
21734         Log: SOCK_DGRAM and listen() do not mix as reported in
21735              
21736              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
21737              From: Petter Reinholdtsen <pere@hungry.com>
21738              Date: Sun, 1 Oct 2000 10:57:20 +0800
21739              Message-Id: <200010010257.KAA05735@localhost.localdomain>
21740              
21741              The patch for 5.7.0+ had to be reengineered, though.
21742      Branch: perl
21743            ! ext/IO/lib/IO/Socket/UNIX.pm
21744 ____________________________________________________________________________
21745 [  7112] By: jhi                                   on 2000/10/02  23:36:57
21746         Log: Subject: Re: [PATCH 5.005_64 missed]
21747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21748              Date: Sun, 1 Oct 2000 18:50:10 -0400
21749              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
21750      Branch: perl
21751            ! pod/perlxs.pod
21752 ____________________________________________________________________________
21753 [  7111] By: jhi                                   on 2000/10/02  23:35:40
21754         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
21755              From: Radu Greab <radu@netsoft.ro>
21756              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
21757              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
21758      Branch: perl
21759            ! op.c opcode.pl t/op/substr.t
21760 ____________________________________________________________________________
21761 [  7110] By: jhi                                   on 2000/10/02  23:32:38
21762         Log: Subject: [PATCH] Fix aliasing of tied filehandles
21763              From: Daniel Chetlin <daniel@chetlin.com>
21764              Date: Mon, 2 Oct 2000 14:53:27 -0700
21765              Message-ID: <20001002145327.C1617@ilmd>
21766      Branch: perl
21767            ! perl.h pp_hot.c t/op/tiehandle.t
21768 ____________________________________________________________________________
21769 [  7109] By: jhi                                   on 2000/10/02  23:31:30
21770         Log: s/Robin Parker/Robin Barker/
21771      Branch: perl
21772            ! Changes5.6
21773 ____________________________________________________________________________
21774 [  7108] By: jhi                                   on 2000/10/02  23:15:46
21775         Log: Retract #7091 as suggested in
21776              
21777              From: Robin Barker <rmb1@cise.npl.co.uk> 
21778              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
21779              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
21780              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
21781      Branch: perl
21782            ! embed.pl proto.h
21783 ____________________________________________________________________________
21784 [  7107] By: nick                                  on 2000/10/02  18:23:14
21785         Log: A few tweaks to get Tk803 to work with Encode scheme.
21786      Branch: perl
21787            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
21788 ____________________________________________________________________________
21789 [  7106] By: nick                                  on 2000/10/01  21:34:14
21790         Log: Add checking cases to Encode's toUnicode and fromUnicode.
21791      Branch: perl
21792            ! ext/Encode/Encode.pm
21793 ____________________________________________________________________________
21794 [  7105] By: nick                                  on 2000/10/01  17:18:01
21795         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
21796              To read and use them.
21797              Add a lib/encode.t which checks a few things.
21798      Branch: perl
21799            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
21800            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
21801            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
21802            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
21803            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
21804            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
21805            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
21806            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
21807            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
21808            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
21809            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
21810            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
21811            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
21812            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
21813            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
21814            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
21815            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
21816            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
21817            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
21818            + ext/Encode/Encode/iso2022-jp.enc
21819            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
21820            + ext/Encode/Encode/iso8859-1.enc
21821            + ext/Encode/Encode/iso8859-2.enc
21822            + ext/Encode/Encode/iso8859-3.enc
21823            + ext/Encode/Encode/iso8859-4.enc
21824            + ext/Encode/Encode/iso8859-5.enc
21825            + ext/Encode/Encode/iso8859-6.enc
21826            + ext/Encode/Encode/iso8859-7.enc
21827            + ext/Encode/Encode/iso8859-8.enc
21828            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
21829            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
21830            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
21831            + ext/Encode/Encode/macCentEuro.enc
21832            + ext/Encode/Encode/macCroatian.enc
21833            + ext/Encode/Encode/macCyrillic.enc
21834            + ext/Encode/Encode/macDingbats.enc
21835            + ext/Encode/Encode/macGreek.enc
21836            + ext/Encode/Encode/macIceland.enc
21837            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
21838            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
21839            + ext/Encode/Encode/macTurkish.enc
21840            + ext/Encode/Encode/macUkraine.enc
21841            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
21842            + t/lib/encode.t
21843            ! MANIFEST ext/Encode/Encode.pm
21844 ____________________________________________________________________________
21845 [  7104] By: nick                                  on 2000/09/30  13:04:30
21846         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
21847              From: Daniel Chetlin <daniel@chetlin.com>
21848              Date: Mon, 18 Sep 2000 05:05:40 -0700
21849              Message-Id: <20000918050540.C652@ilmd>
21850      Branch: perl
21851            ! lib/overload.pm sv.c t/pragma/overload.t
21852 ____________________________________________________________________________
21853 [  7103] By: nick                                  on 2000/09/30  12:53:36
21854         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
21855              From: Johan Vromans <jvromans@squirrel.nl>
21856              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
21857              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
21858      Branch: perl
21859            ! pod/Makefile.SH
21860 ____________________________________________________________________________
21861 [  7102] By: nick                                  on 2000/09/30  12:52:31
21862         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
21863              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21864              Date: Sat, 16 Sep 2000 16:36:45 -0400
21865              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
21866      Branch: perl
21867            ! ext/B/B/Deparse.pm
21868 ____________________________________________________________________________
21869 [  7101] By: nick                                  on 2000/09/30  12:51:41
21870         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
21871              From: Craig A. Berry <craig.berry@psinetcs.com>
21872              Date: Sat, 16 Sep 2000 10:11:10 -0500
21873              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
21874      Branch: perl
21875            ! vms/vms.c
21876 ____________________________________________________________________________
21877 [  7100] By: nick                                  on 2000/09/30  12:50:33
21878         Log: Subject: Re: unicode support and perl [ID 20000901.097]
21879              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21880              Date: Fri, 15 Sep 2000 16:37:58 -0400
21881              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
21882      Branch: perl
21883            ! t/op/append.t
21884 ____________________________________________________________________________
21885 [  7099] By: nick                                  on 2000/09/30  12:49:35
21886         Log: Subject: Re: unicode support and perl [ID 20000901.097]
21887              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21888              Date: Fri, 15 Sep 2000 16:25:30 -0400
21889              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
21890      Branch: perl
21891            ! pp_hot.c
21892 ____________________________________________________________________________
21893 [  7098] By: nick                                  on 2000/09/30  12:48:00
21894         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
21895              From: Gisle Aas <gisle@ActiveState.com>
21896              Date: 15 Sep 2000 16:23:41 +0200
21897              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
21898      Branch: perl
21899            ! toke.c
21900 ____________________________________________________________________________
21901 [  7097] By: nick                                  on 2000/09/30  12:45:16
21902         Log: Subject: [PATCH] Nits in perlmod.pod
21903              From: Daniel Chetlin <daniel@chetlin.com>
21904              Date: Fri, 15 Sep 2000 02:04:09 -0700
21905              Message-Id: <20000915020409.A2104@ilmd>
21906      Branch: perl
21907            ! pod/perlmod.pod
21908 ____________________________________________________________________________
21909 [  7096] By: nick                                  on 2000/09/30  12:18:00
21910         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
21911              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
21912              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
21913              0 to checking to get the warning.
21914      Branch: perl
21915            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
21916            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
21917            ! regexec.c sv.c toke.c utf8.c
21918 ____________________________________________________________________________
21919 [  7095] By: nick                                  on 2000/09/15  16:55:59
21920         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
21921              
21922              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
21923              From: Spider Boardman <spider@Orb.Nashua.NH.US>
21924              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
21925              Date: Fri, 15 Sep 2000 06:37:30 -0400
21926      Branch: perl
21927            ! ext/Encode/Encode.xs sv.c
21928 ____________________________________________________________________________
21929 [  7094] By: jhi                                   on 2000/09/15  03:23:32
21930         Log: Update Changes.
21931      Branch: perl
21932            ! Changes patchlevel.h
21933 ____________________________________________________________________________
21934 [  7093] By: jhi                                   on 2000/09/15  03:11:44
21935         Log: Fix for the charnames.t failures from Spider Boardman.
21936      Branch: perl
21937            ! toke.c
21938 ____________________________________________________________________________
21939 [  7092] By: jhi                                   on 2000/09/15  00:15:48
21940         Log: Botched the #7090 check-in.
21941      Branch: perl
21942            ! sv.c
21943 ____________________________________________________________________________
21944 [  7091] By: jhi                                   on 2000/09/14  23:33:24
21945         Log: Part of #7081 didn't come through.
21946      Branch: perl
21947            ! embed.pl proto.h
21948 ____________________________________________________________________________
21949 [  7090] By: jhi                                   on 2000/09/14  23:17:39
21950         Log: Subject: Re: perl@7078 
21951              From: Spider Boardman <spider@web.zk3.dec.com>
21952              Date: Thu, 14 Sep 2000 19:06:36 -0400
21953              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
21954      Branch: perl
21955            ! sv.c toke.c
21956 ____________________________________________________________________________
21957 [  7089] By: jhi                                   on 2000/09/14  23:11:21
21958         Log: Small portability tweaks.
21959      Branch: perl
21960            ! ext/Encode/Encode.xs
21961 ____________________________________________________________________________
21962 [  7088] By: jhi                                   on 2000/09/14  22:57:23
21963         Log: Fake return to pacify picky compilers.
21964      Branch: perl
21965            ! ext/Encode/Encode.xs
21966 ____________________________________________________________________________
21967 [  7087] By: jhi                                   on 2000/09/14  22:53:37
21968         Log: Subject: [PATCH] utf8.c apidoc
21969              From: Simon Cozens <simon@cozens.net>
21970              Date: Thu, 14 Sep 2000 23:46:57 +0100
21971              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
21972      Branch: perl
21973            ! perlapi.c pod/perlapi.pod utf8.c
21974 ____________________________________________________________________________
21975 [  7086] By: jhi                                   on 2000/09/14  22:40:38
21976         Log: We don't need to count the high bit bytes, a boolean is enough. 
21977      Branch: perl
21978            ! sv.c
21979 ____________________________________________________________________________
21980 [  7085] By: jhi                                   on 2000/09/14  21:20:09
21981         Log: Replace #7084 with
21982              
21983              Subject: Re: perl@7078 
21984              From: Spider Boardman <spider@web.zk3.dec.com>
21985              Date: Thu, 14 Sep 2000 17:09:36 -0400
21986              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
21987      Branch: perl
21988            ! sv.c utf8.c
21989 ____________________________________________________________________________
21990 [  7084] By: jhi                                   on 2000/09/14  20:03:34
21991         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
21992              convertable to bytes by checking it doesn't go above 0xc3
21993              
21994              Subject: Re: perl@7078
21995              From: Simon Cozens <simon@cozens.net>
21996              Date: Thu, 14 Sep 2000 20:59:19 +0100
21997              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
21998      Branch: perl
21999            ! utf8.c
22000 ____________________________________________________________________________
22001 [  7083] By: jhi                                   on 2000/09/14  19:38:47
22002         Log: Subject: Re: perl@7078
22003              From: Simon Cozens <simon@cozens.net>
22004              Date: Thu, 14 Sep 2000 20:13:09 +0100
22005              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
22006      Branch: perl
22007            ! t/op/bop.t
22008 ____________________________________________________________________________
22009 [  7082] By: jhi                                   on 2000/09/14  17:50:44
22010         Log: The one that got away.
22011      Branch: perl
22012            ! lib/File/Find.pm
22013 ____________________________________________________________________________
22014 [  7081] By: jhi                                   on 2000/09/14  17:45:35
22015         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
22016              From: Robin Barker <rmb1@cise.npl.co.uk>
22017              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
22018              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
22019      Branch: perl
22020            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
22021            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
22022            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
22023            ! regcomp.c toke.c universal.c
22024 ____________________________________________________________________________
22025 [  7080] By: jhi                                   on 2000/09/14  17:40:35
22026         Log: Problems picked up by AIX cc.
22027              
22028              Subject: Re: perl@7078 (patch included)
22029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22030              Date: Thu, 14 Sep 2000 18:53:30 +0200
22031              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
22032      Branch: perl
22033            ! ext/Encode/Encode.xs
22034 ____________________________________________________________________________
22035 [  7079] By: jhi                                   on 2000/09/14  17:38:27
22036         Log: Subject: File::Find 5.7.0 POD nits
22037              From: Rich Morin <rdm@cfcl.com>
22038              Date: Wed, 13 Sep 2000 22:03:58 -0700
22039              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
22040      Branch: perl
22041            ! lib/File/Find.pm
22042 ____________________________________________________________________________
22043 [  7078] By: jhi                                   on 2000/09/14  14:58:20
22044         Log: Update Changes.
22045      Branch: perl
22046            ! Changes patchlevel.h
22047 ____________________________________________________________________________
22048 [  7077] By: jhi                                   on 2000/09/14  14:55:54
22049         Log: Compilation warnings and an error.
22050      Branch: perl
22051            ! sv.c
22052 ____________________________________________________________________________
22053 [  7076] By: jhi                                   on 2000/09/14  14:42:56
22054         Log: Fix for a parsing bug, not for the original bug.
22055              
22056              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
22057              From: Spider Boardman <spider@web.zk3.dec.com>
22058              Date: Wed, 13 Sep 2000 17:52:20 -0400
22059              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
22060      Branch: perl
22061            ! regcomp.c
22062 ____________________________________________________________________________
22063 [  7075] By: jhi                                   on 2000/09/14  14:40:40
22064         Log: Batch of UTF-8 patches from Simon Cozens.
22065      Branch: perl
22066            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
22067            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
22068            ! toke.c utf8.c
22069 ____________________________________________________________________________
22070 [  7074] By: jhi                                   on 2000/09/14  14:29:58
22071         Log: Subject: Re: Two advertising clauses need to be removed
22072              From: Russ Allbery <rra@stanford.edu>
22073              Date: 13 Sep 2000 18:50:26 -0700
22074              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
22075      Branch: perl
22076            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22077 ____________________________________________________________________________
22078 [  7073] By: jhi                                   on 2000/09/14  14:28:20
22079         Log: Subject: [PATCH] de-wall t/README
22080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22081              Date: Wed, 13 Sep 2000 17:46:55 -0700
22082              Message-ID: <//Bw5gzkge/e092yn@efn.org>
22083      Branch: perl
22084            ! t/README
22085 ____________________________________________________________________________
22086 [  7072] By: jhi                                   on 2000/09/14  14:25:10
22087         Log: Hints optimization.
22088              
22089              Subject: Minor nit
22090              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22091              Date: Wed, 13 Sep 2000 21:42:07 +0200
22092              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
22093      Branch: perl
22094            ! hints/hpux.sh
22095 ____________________________________________________________________________
22096 [  7071] By: jhi                                   on 2000/09/14  14:23:30
22097         Log: Allow chop() and chomp() to be overridden.
22098              
22099              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
22100              From: "Casey R. Tweten" <crt@kiski.net>
22101              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
22102              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
22103      Branch: perl
22104            ! toke.c
22105 ____________________________________________________________________________
22106 [  7070] By: jhi                                   on 2000/09/14  14:20:36
22107         Log: The return value of setlocale must be copied away.
22108              
22109              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
22110              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22111              Date: Wed, 13 Sep 2000 16:27:37 +0100 
22112              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
22113      Branch: perl
22114            ! util.c
22115 ____________________________________________________________________________
22116 [  7069] By: jhi                                   on 2000/09/14  14:16:27
22117         Log: Remove vestiges of tr//CU.
22118              
22119              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22120              From: Nick Clark <nick@plum.flirble.org>
22121              Date: Tue, 12 Sep 2000 22:50:14 +0100
22122              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
22123              
22124              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22125              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22126              Date: Tue, 12 Sep 2000 21:38:48 -0700
22127              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
22128      Branch: perl
22129            ! op.h pod/perlunicode.pod
22130 ____________________________________________________________________________
22131 [  7068] By: jhi                                   on 2000/09/13  14:18:39
22132         Log: Add the Encode extension.  The code is still largely just skeleton.
22133      Branch: perl
22134            + ext/Encode/Encode.pm ext/Encode/Encode.xs
22135            + ext/Encode/Makefile.PL ext/Encode/Todo
22136            ! MANIFEST Todo-5.6
22137 ____________________________________________________________________________
22138 [  7067] By: jhi                                   on 2000/09/12  17:43:33
22139         Log: Allow for whitespace between "#" and "line" in cpp output.
22140              
22141              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
22142              From: Calle Dybedahl <calle@lysator.liu.se>
22143              Date: 12 Sep 2000 19:38:02 +0200 
22144              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
22145      Branch: perl
22146            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
22147 ____________________________________________________________________________
22148 [  7066] By: gsar                                  on 2000/09/12  17:24:29
22149         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
22150              initialization in all the threads on Windows
22151      Branch: perl
22152            ! win32/win32.c
22153 ____________________________________________________________________________
22154 [  7065] By: jhi                                   on 2000/09/12  15:11:31
22155         Log: Update Changes.
22156      Branch: perl
22157            ! Changes patchlevel.h
22158 ____________________________________________________________________________
22159 [  7064] By: jhi                                   on 2000/09/12  14:54:54
22160         Log: Retract #7062, the pod tests are not ready.
22161      Branch: perl
22162            ! t/TEST t/harness
22163 ____________________________________________________________________________
22164 [  7063] By: jhi                                   on 2000/09/12  14:25:41
22165         Log: The #7054 truncated Configure badly.
22166      Branch: metaconfig/U/perl
22167            ! End.U
22168      Branch: perl
22169            ! Configure config_h.SH
22170 ____________________________________________________________________________
22171 [  7062] By: jhi                                   on 2000/09/12  14:08:32
22172         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
22173              From: sthoenna@efn.org
22174              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
22175              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
22176      Branch: perl
22177            ! t/TEST t/harness
22178 ____________________________________________________________________________
22179 [  7061] By: jhi                                   on 2000/09/12  14:07:18
22180         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
22181              From: sthoenna@efn.org
22182              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
22183              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
22184      Branch: perl
22185            ! pod/perlxs.pod
22186 ____________________________________________________________________________
22187 [  7060] By: jhi                                   on 2000/09/12  14:06:08
22188         Log: Break up the myconfig lines a bit.
22189              
22190              Subject: perlbug/perl -V output format
22191              From: sthoenna@efn.org
22192              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
22193              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
22194      Branch: perl
22195            ! myconfig.SH
22196 ____________________________________________________________________________
22197 [  7059] By: jhi                                   on 2000/09/12  14:05:04
22198         Log: Test for the #7049.
22199              
22200              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
22201              From: andreas.koenig@anima.de (Andreas J. Koenig)
22202              Date: 12 Sep 2000 06:42:01 +0200
22203              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
22204      Branch: perl
22205            ! t/op/my.t
22206 ____________________________________________________________________________
22207 [  7058] By: jhi                                   on 2000/09/12  14:03:05
22208         Log: Subject: [patch: perl@7045] vms updates
22209              From: Peter Prymmer <pvhp@forte.com>
22210              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
22211              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
22212      Branch: perl
22213            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
22214 ____________________________________________________________________________
22215 [  7057] By: jhi                                   on 2000/09/12  14:00:51
22216         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
22217              From: sthoenna@efn.org
22218              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
22219              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
22220      Branch: perl
22221            ! t/op/64bitint.t
22222 ____________________________________________________________________________
22223 [  7056] By: jhi                                   on 2000/09/12  13:58:14
22224         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
22225              From: Jeff Pinyan <jeffp@crusoe.net>
22226              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
22227              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
22228      Branch: perl
22229            ! pod/perlfunc.pod
22230 ____________________________________________________________________________
22231 [  7055] By: jhi                                   on 2000/09/12  13:56:32
22232         Log: Do in VMS as the #7054 does.
22233      Branch: perl
22234            ! configure.com
22235 ____________________________________________________________________________
22236 [  7054] By: jhi                                   on 2000/09/12  13:50:31
22237         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
22238              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22239              Date: Mon, 11 Sep 2000 08:33:09 +0100
22240              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
22241      Branch: metaconfig/U/perl
22242            ! End.U
22243      Branch: perl
22244            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
22245            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
22246 ____________________________________________________________________________
22247 [  7053] By: jhi                                   on 2000/09/12  13:29:19
22248         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
22249              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22250              Date:     Tue, 12 Sep 2000 08:35:59 EDT
22251              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
22252      Branch: perl
22253            ! vms/test.com
22254 ____________________________________________________________________________
22255 [  7052] By: jhi                                   on 2000/09/11  23:01:50
22256         Log: Document the SvUTF8*().
22257      Branch: perl
22258            ! pod/perlapi.pod sv.h
22259 ____________________________________________________________________________
22260 [  7051] By: gsar                                  on 2000/09/11  14:46:30
22261         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
22262              (missed a spot when fixing up op_pmreplroot hack for ithreads)
22263      Branch: perl
22264            ! op.c t/op/split.t
22265 ____________________________________________________________________________
22266 [  7050] By: nick                                  on 2000/09/11  10:03:51
22267         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
22268              
22269              Subject: borland C++ win32.c tweak
22270              From: Vadim Konovalov <vkonovalov@lucent.com>
22271              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
22272              Date: Mon, 11 Sep 2000 11:22:33 +0400
22273      Branch: perl
22274            ! win32/win32.c
22275 ____________________________________________________________________________
22276 [  7049] By: nick                                  on 2000/09/11  09:57:33
22277         Log: Point fix for s/// on foreach (keys %xxx).
22278      Branch: perl
22279            ! pp_hot.c
22280 ____________________________________________________________________________
22281 [  7048] By: jhi                                   on 2000/09/10  23:37:09
22282         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
22283              by Pod::Text, from Brad Appleton.
22284      Branch: perl
22285            ! t/pod/testp2pt.pl
22286 ____________________________________________________________________________
22287 [  7047] By: jhi                                   on 2000/09/10  14:32:53
22288         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
22289              by Russ Allbery.
22290      Branch: perl
22291            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
22292 ____________________________________________________________________________
22293 [  7046] By: jhi                                   on 2000/09/10  14:15:08
22294         Log: Upgrade to CPAN 1.57_65, from Andreas König.
22295      Branch: perl
22296            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22297 ____________________________________________________________________________
22298 [  7045] By: jhi                                   on 2000/09/08  21:36:32
22299         Log: Update Changes.
22300      Branch: perl
22301            ! Changes patchlevel.h
22302 ____________________________________________________________________________
22303 [  7044] By: jhi                                   on 2000/09/08  21:29:56
22304         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
22305              From: Peter Prymmer <pvhp@forte.com>
22306              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
22307              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
22308      Branch: perl
22309            ! configure.com
22310 ____________________________________________________________________________
22311 [  7043] By: jhi                                   on 2000/09/08  21:27:50
22312         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
22313              From: Peter Prymmer <pvhp@forte.com>
22314              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
22315              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
22316      Branch: perl
22317            ! Makefile.SH installperl
22318 ____________________________________________________________________________
22319 [  7042] By: jhi                                   on 2000/09/08  21:23:21
22320         Log: Continue #7041.
22321      Branch: perl
22322            ! cygwin/Makefile.SHs os2/Makefile.SHs
22323 ____________________________________________________________________________
22324 [  7041] By: jhi                                   on 2000/09/08  21:18:10
22325         Log: Do away with memory models cruft.  Sorry, PDP users.
22326      Branch: metaconfig
22327            ! U/modified/cc.U U/modified/libpth.U
22328      Branch: perl
22329            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
22330            ! Porting/config_H cflags.SH config_h.SH configure.com
22331            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
22332            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
22333            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
22334 ____________________________________________________________________________
22335 [  7040] By: jhi                                   on 2000/09/08  14:34:18
22336         Log: Major rewrite of s2p.  And I mean really major, it is
22337              an implementation of sed in perl.  If called as s2p it
22338              will function as s2p.  Note: needs non-UNIXifying.
22339              
22340              Subject: s2p
22341              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22342              Date: Mon, 28 Aug 2000 14:05:12 +0200
22343              Message-ID: <39AA5578.2102E2AA@alcatel.at>
22344      Branch: perl
22345            ! x2p/s2p.PL
22346 ____________________________________________________________________________
22347 [  7039] By: jhi                                   on 2000/09/08  14:19:49
22348         Log: Re-allow vec() for characters > 255.
22349              
22350              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
22351              From: Spider Boardman <spider@web.zk3.dec.com>
22352              Date: Fri, 08 Sep 2000 02:21:02 -0400
22353              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
22354      Branch: perl
22355            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
22356            ! t/op/vec.t
22357 ____________________________________________________________________________
22358 [  7038] By: jhi                                   on 2000/09/08  14:14:18
22359         Log: Subject: [PATCH lib/Benchmark.pm]
22360              From: <abigail@foad.org>
22361              Date: Thu, 7 Sep 2000 15:03:20 -0400
22362              Message-ID: <20000907190320.888.qmail@foad.org>
22363      Branch: perl
22364            ! lib/Benchmark.pm
22365 ____________________________________________________________________________
22366 [  7037] By: jhi                                   on 2000/09/08  14:11:06
22367         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
22368              
22369              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
22370              From: Spider Boardman <spider@web.zk3.dec.com>
22371              Date: Fri, 08 Sep 2000 01:30:27 -0400
22372              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
22373      Branch: perl
22374            ! op.c
22375 ____________________________________________________________________________
22376 [  7036] By: jhi                                   on 2000/09/08  14:08:58
22377         Log: Subject: [ID 20000908.002] perlipc documentation bug.
22378              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
22379              Date: Fri, 08 Sep 2000 12:38:32 +0200
22380              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
22381      Branch: perl
22382            ! pod/perlipc.pod
22383 ____________________________________________________________________________
22384 [  7035] By: jhi                                   on 2000/09/08  14:03:12
22385         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
22386              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22387              Date: Fri, 08 Sep 2000 11:47:34 +0200
22388              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
22389      Branch: perl
22390            ! hints/dec_osf.sh
22391 ____________________________________________________________________________
22392 [  7034] By: jhi                                   on 2000/09/08  13:59:35
22393         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
22394              From: Simon Cozens <simon@cozens.net>
22395              Date: Thu, 7 Sep 2000 20:40:38 +0100
22396              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
22397      Branch: perl
22398            ! pp_hot.c
22399 ____________________________________________________________________________
22400 [  7033] By: jhi                                   on 2000/09/08  04:03:03
22401         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
22402              From: "Larry W. Virden" <lvirden@cas.org>
22403              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
22404              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
22405      Branch: perl
22406            ! pod/perldiag.pod
22407 ____________________________________________________________________________
22408 [  7032] By: jhi                                   on 2000/09/07  22:18:30
22409         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
22410              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
22411              Date: Mon, 04 Sep 2000 13:16:38 -0700
22412              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
22413      Branch: perl
22414            ! lib/perl5db.pl
22415 ____________________________________________________________________________
22416 [  7031] By: jhi                                   on 2000/09/07  22:02:29
22417         Log: Fix the ccversion detection for 5.1 and beyond.
22418              
22419              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
22420              From: Spider Boardman <spider@leggy.zk3.dec.com>
22421              Date: Thu, 7 Sep 2000 17:54:27 -0400
22422              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
22423      Branch: perl
22424            ! hints/dec_osf.sh
22425 ____________________________________________________________________________
22426 [  7030] By: jhi                                   on 2000/09/07  19:12:28
22427         Log: Fix for
22428              
22429              Subject: [ID 20000903.001] \w in utf8-strings
22430              From: Marc Lehmann <pcg@goof.com>
22431              Date: Sun, 03 Sep 2000 09:44:29 +0200
22432              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
22433              
22434              and various related nits.
22435      Branch: perl
22436            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
22437 ____________________________________________________________________________
22438 [  7029] By: jhi                                   on 2000/09/07  18:49:09
22439         Log: Fix the URL, but the server is still missing in action.
22440              
22441              Subject: [ID 20000905.002] perlfaq1.pod URL error
22442              From: "Larry W. Virden" <lvirden@cas.org>
22443              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
22444              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
22445      Branch: perl
22446            ! pod/perlfaq1.pod
22447 ____________________________________________________________________________
22448 [  7028] By: jhi                                   on 2000/09/07  18:47:13
22449         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
22450              From: Hugo <hv@crypt.compulink.co.uk>
22451              Date: Tue, 05 Sep 2000 14:13:37 +0100
22452              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
22453      Branch: perl
22454            ! toke.c
22455 ____________________________________________________________________________
22456 [  7027] By: jhi                                   on 2000/09/07  18:45:35
22457         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
22458              From: Daniel Chetlin <daniel@chetlin.com>
22459              Date: Tue, 5 Sep 2000 04:57:07 -0700
22460              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
22461      Branch: perl
22462            ! pod/perlfaq6.pod pod/perlop.pod
22463 ____________________________________________________________________________
22464 [  7026] By: jhi                                   on 2000/09/07  18:44:01
22465         Log: Document the new ref() semantics.
22466              
22467              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
22468              From: Gisle Aas <gisle@ActiveState.com>
22469              Date: 05 Sep 2000 08:10:30 +0200
22470              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
22471      Branch: perl
22472            ! pod/perldelta.pod
22473 ____________________________________________________________________________
22474 [  7025] By: jhi                                   on 2000/09/07  18:42:27
22475         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
22476              
22477              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
22478              From: Gisle Aas <gisle@ActiveState.com>
22479              Date: 05 Sep 2000 08:11:40 +0200
22480              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
22481      Branch: perl
22482            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
22483 ____________________________________________________________________________
22484 [  7024] By: jhi                                   on 2000/09/07  18:39:32
22485         Log: Subject: [PATCH] Modernize Opcode.pm documentation
22486              From: Gisle Aas <gisle@ActiveState.com>
22487              Date: 4 Sep 2000 00:18:55 -0000
22488              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
22489      Branch: perl
22490            ! ext/Opcode/Opcode.pm
22491 ____________________________________________________________________________
22492 [  7023] By: jhi                                   on 2000/09/07  18:37:42
22493         Log: Subject: [PATCH] Tied filehandle documentation
22494              From: Gisle Aas <gisle@ActiveState.com>
22495              Date: 4 Sep 2000 00:14:40 -0000
22496              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
22497      Branch: perl
22498            ! pod/perlfunc.pod pod/perltie.pod
22499 ____________________________________________________________________________
22500 [  7022] By: jhi                                   on 2000/09/07  18:35:37
22501         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
22502              From: Gisle Aas <gisle@ActiveState.com>
22503              Date: 4 Sep 2000 00:04:22 -0000
22504              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
22505      Branch: perl
22506            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
22507 ____________________________________________________________________________
22508 [  7021] By: jhi                                   on 2000/09/07  18:33:22
22509         Log: Subject: small apidoc fix
22510              From: Marc Lehmann <pcg@goof.com>
22511              Date: Sun, 3 Sep 2000 05:12:06 +0200
22512              Message-ID: <20000903051206.A5909@cerebro.laendle>
22513      Branch: perl
22514            ! pod/perlapi.pod utf8.c
22515 ____________________________________________________________________________
22516 [  7020] By: jhi                                   on 2000/09/07  16:14:57
22517         Log: Tiny perldelta nits.
22518      Branch: perl
22519            ! pod/perldelta.pod
22520 ____________________________________________________________________________
22521 [  7019] By: jhi                                   on 2000/09/07  16:04:20
22522         Log: Guard against bad string->int conversion for quads.
22523      Branch: perl
22524            ! t/op/64bitint.t
22525 ____________________________________________________________________________
22526 [  7018] By: jhi                                   on 2000/09/06  17:07:03
22527         Log: Update Unicode todo list.
22528      Branch: perl
22529            ! Todo-5.6
22530 ____________________________________________________________________________
22531 [  7017] By: jhi                                   on 2000/09/05  21:16:01
22532         Log: Document the SvIOK_.*UV().
22533      Branch: perl
22534            ! pod/perlapi.pod sv.h
22535 ____________________________________________________________________________
22536 [  7016] By: nick                                  on 2000/09/03  21:54:46
22537         Log: Hash lookup of constant strings optimization:
22538              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
22539              to string table (as per sharepvn). Add newSV_pvn_share to create such
22540              a thing. Make hv.c compare addresses of strings and skip string compare
22541              if equal. Make method_named and helem ops use these shared-string SVs
22542              when arg is constant. Make keys op return shared-string SVs (less clearly
22543              a win).
22544      Branch: perl
22545            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
22546            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
22547            ! pod/perlintern.pod pp_hot.c proto.h sv.c
22548 ____________________________________________________________________________
22549 [  7015] By: jhi                                   on 2000/09/02  17:48:59
22550         Log: This is 5.7.0.
22551      Branch: perl
22552            ! Changes
22553 ____________________________________________________________________________
22554 [  7014] By: jhi                                   on 2000/09/02  17:35:45
22555         Log: Changes and patchlevel tweaks.
22556      Branch: perl
22557            ! Changes patchlevel.h
22558 ____________________________________________________________________________
22559 [  7013] By: jhi                                   on 2000/09/02  17:30:50
22560         Log: Update Changes.
22561      Branch: perl
22562            ! Changes patchlevel.h
22563 ____________________________________________________________________________
22564 [  7012] By: nick                                  on 2000/09/02  17:25:20
22565         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
22566      Branch: perl
22567            ! gv.c lib/overload.pm
22568 ____________________________________________________________________________
22569 [  7011] By: jhi                                   on 2000/09/02  17:16:25
22570         Log: Update perlhist.
22571      Branch: perl
22572            ! pod/perlhist.pod
22573 ____________________________________________________________________________
22574 [  7010] By: jhi                                   on 2000/09/02  17:01:35
22575         Log: perldelta nits.
22576      Branch: perl
22577            ! pod/perldelta.pod
22578 ____________________________________________________________________________
22579 [  7009] By: nick                                  on 2000/09/02  16:48:35
22580         Log: If overloaded %{} etc. return the object do not loop.
22581              Thus  sub deref { $_[0] } functions if object is wanted type.
22582      Branch: perl
22583            ! pp.h
22584 ____________________________________________________________________________
22585 [  7008] By: jhi                                   on 2000/09/02  16:26:11
22586         Log: Retab MANIFEST.
22587      Branch: perl
22588            ! ext/Storable/MANIFEST
22589 ____________________________________________________________________________
22590 [  7007] By: jhi                                   on 2000/09/02  16:23:02
22591         Log: Make certain cc is set before trying to run it.
22592      Branch: perl
22593            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
22594 ____________________________________________________________________________
22595 [  7006] By: jhi                                   on 2000/09/02  15:45:41
22596         Log: Unicode notes.
22597      Branch: perl
22598            ! pod/perldelta.pod
22599 ____________________________________________________________________________
22600 [  7005] By: jhi                                   on 2000/09/02  15:42:11
22601         Log: Various Configure nits by Philip Newton,
22602              plus the ebcdic one by me.
22603      Branch: metaconfig
22604            + U/modified/pager.U
22605            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
22606      Branch: metaconfig/U/perl
22607            ! Devel.U quadfio.U
22608      Branch: perl
22609            ! Configure config_h.SH
22610 ____________________________________________________________________________
22611 [  7004] By: jhi                                   on 2000/09/02  15:06:14
22612         Log: Apparently avoiding the swapping is too costly.
22613              
22614              From: "Ben Tilly" <ben_tilly@hotmail.com>
22615              Subject: Re: the door is closed.
22616              Date: Fri, 01 Sep 2000 20:23:16 EDT
22617              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
22618      Branch: perl
22619            ! pod/perlfaq4.pod
22620 ____________________________________________________________________________
22621 [  7003] By: nick                                  on 2000/09/02  12:26:04
22622         Log: Undo part of change 6489 which looks like a bulk edit which
22623              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
22624              The supressing of main:: on return from select() is undesirable.
22625      Branch: perl
22626            ! pp_sys.c
22627 ____________________________________________________________________________
22628 [  7002] By: jhi                                   on 2000/09/01  23:08:54
22629         Log: Update Changes.
22630      Branch: perl
22631            ! Changes patchlevel.h
22632 ____________________________________________________________________________
22633 [  7001] By: jhi                                   on 2000/09/01  23:00:13
22634         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
22635              From: Peter Prymmer <pvhp@forte.com>
22636              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
22637              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
22638              
22639              plus rework the http: spots as suggested by Tom Christiansen,
22640              plus regen perltoc.
22641      Branch: perl
22642            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
22643            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
22644 ____________________________________________________________________________
22645 [  7000] By: jhi                                   on 2000/09/01  22:36:01
22646         Log: Only the first line, thank you very much.
22647      Branch: perl
22648            ! hints/solaris_2.sh
22649 ____________________________________________________________________________
22650 [  6999] By: gsar                                  on 2000/09/01  22:16:40
22651         Log: change#6791 accidentally clobbered change#6710, put it back
22652      Branch: perl
22653            ! win32/win32.c
22654 ____________________________________________________________________________
22655 [  6998] By: jhi                                   on 2000/09/01  22:14:16
22656         Log: Mention the HP-UX LP64 freak failure.
22657      Branch: perl
22658            ! pod/perldelta.pod
22659 ____________________________________________________________________________
22660 [  6997] By: jhi                                   on 2000/09/01  21:48:32
22661         Log: Detypo.
22662      Branch: perl
22663            ! hints/hpux.sh
22664 ____________________________________________________________________________
22665 [  6996] By: jhi                                   on 2000/09/01  21:27:10
22666         Log: Update Changes.
22667      Branch: perl
22668            ! Changes patchlevel.h
22669 ____________________________________________________________________________
22670 [  6995] By: jhi                                   on 2000/09/01  21:14:24
22671         Log: Mi splgn s gnin.g
22672      Branch: perl
22673            ! pp_ctl.c
22674 ____________________________________________________________________________
22675 [  6994] By: jhi                                   on 2000/09/01  21:09:54
22676         Log: Subject: http:// in L<>
22677              From: Nicholas Clark <nick@ccl4.org>
22678              Date: Fri, 1 Sep 2000 22:03:21 +0100
22679              Message-ID: <20000901220321.B72074@plum.flirble.org>
22680      Branch: perl
22681            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
22682 ____________________________________________________________________________
22683 [  6993] By: jhi                                   on 2000/09/01  21:06:54
22684         Log: Update to Storable 1.0, from Raphael Manfredi.
22685      Branch: perl
22686            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
22687            ! ext/Storable/Makefile.PL ext/Storable/README
22688            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
22689            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
22690            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
22691            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
22692            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
22693            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
22694 ____________________________________________________________________________
22695 [  6992] By: jhi                                   on 2000/09/01  20:43:05
22696         Log: Mention known sfio+linux buglet.
22697      Branch: perl
22698            ! pod/perldelta.pod
22699 ____________________________________________________________________________
22700 [  6991] By: jhi                                   on 2000/09/01  20:40:11
22701         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
22702              From: Peter Prymmer <pvhp@forte.com>
22703              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
22704              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
22705      Branch: perl
22706            ! vms/vms.c
22707 ____________________________________________________________________________
22708 [  6990] By: jhi                                   on 2000/09/01  20:25:26
22709         Log: Retract #6986.
22710      Branch: perl
22711            ! hints/solaris_2.sh
22712 ____________________________________________________________________________
22713 [  6989] By: jhi                                   on 2000/09/01  20:23:00
22714         Log: Mergesort is back.
22715      Branch: perl
22716            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
22717 ____________________________________________________________________________
22718 [  6988] By: jhi                                   on 2000/09/01  19:37:40
22719         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
22720              From: Mike Guy <mjtg@cam.ac.uk>
22721              Date: Fri, 01 Sep 2000 17:43:33 +0100
22722              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
22723      Branch: perl
22724            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
22725            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
22726 ____________________________________________________________________________
22727 [  6987] By: jhi                                   on 2000/09/01  19:17:10
22728         Log: Regen perltoc.
22729      Branch: perl
22730            ! pod/perltoc.pod
22731 ____________________________________________________________________________
22732 [  6986] By: jhi                                   on 2000/09/01  18:51:10
22733         Log: Subject: Re: Solaris x86 has no SPARC libraries!
22734              From: Lupe Christoph <lupe@lupe-christoph.de>
22735              Date: Fri, 1 Sep 2000 20:41:20 +0200
22736              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
22737      Branch: perl
22738            ! hints/solaris_2.sh
22739 ____________________________________________________________________________
22740 [  6985] By: jhi                                   on 2000/09/01  18:28:10
22741         Log: Update Changes.
22742      Branch: perl
22743            ! Changes patchlevel.h
22744 ____________________________________________________________________________
22745 [  6984] By: jhi                                   on 2000/09/01  18:26:53
22746         Log: Feature ordering tweak.
22747      Branch: perl
22748            ! myconfig.SH
22749 ____________________________________________________________________________
22750 [  6983] By: jhi                                   on 2000/09/01  18:19:50
22751         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22752              From: <abigail@foad.org>
22753              Date: Fri, 1 Sep 2000 13:07:32 -0400
22754              Message-ID: <20000901170732.18249.qmail@foad.org>
22755      Branch: perl
22756            ! t/pragma/overload.t
22757 ____________________________________________________________________________
22758 [  6982] By: jhi                                   on 2000/09/01  18:17:54
22759         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
22760              so that case-ignoring systems like DCL can tell them from
22761              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
22762      Branch: metaconfig/U/perl
22763            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
22764      Branch: perl
22765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22766            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
22767            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
22768            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
22769            ! vos/config.def vos/config.h vos/config_h.SH_orig
22770            ! win32/config.bc win32/config.gc win32/config.vc
22771 ____________________________________________________________________________
22772 [  6981] By: nick                                  on 2000/09/01  17:21:57
22773         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
22774              warning when UNTIE exists and instead pass the cound of extra references to
22775              the UNTIE method.
22776      Branch: perl
22777            ! pod/perltie.pod pp_sys.c
22778 ____________________________________________________________________________
22779 [  6980] By: jhi                                   on 2000/09/01  16:54:44
22780         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
22781              From: Peter Prymmer <pvhp@forte.com>
22782              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
22783              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
22784      Branch: perl
22785            ! configure.com
22786 ____________________________________________________________________________
22787 [  6979] By: jhi                                   on 2000/09/01  16:06:20
22788         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
22789              From: Mike Guy <mjtg@cam.ac.uk> 
22790              Date: Fri, 01 Sep 2000 16:49:27 +0100
22791              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
22792      Branch: perl
22793            ! t/base/rs.t
22794 ____________________________________________________________________________
22795 [  6978] By: jhi                                   on 2000/09/01  16:00:42
22796         Log: Update to PodParser 1.18, from Brad Appleton.
22797      Branch: perl
22798            ! lib/Pod/Checker.pm t/pod/find.t
22799 ____________________________________________________________________________
22800 [  6977] By: jhi                                   on 2000/09/01  14:48:58
22801         Log: Subject: Nit in Configure (bleadperl@6961)
22802              From: Lupe Christoph <lupe@lupe-christoph.de>
22803              Date: Fri, 1 Sep 2000 16:34:29 +0200
22804              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
22805      Branch: metaconfig
22806            ! U/compline/ccflags.U
22807      Branch: perl
22808            ! Configure config_h.SH
22809 ____________________________________________________________________________
22810 [  6976] By: jhi                                   on 2000/09/01  14:39:52
22811         Log: Update Changes.
22812      Branch: perl
22813            ! Changes patchlevel.h
22814 ____________________________________________________________________________
22815 [  6975] By: jhi                                   on 2000/09/01  14:37:36
22816         Log: microperl config update.
22817      Branch: perl
22818            ! uconfig.h uconfig.sh
22819 ____________________________________________________________________________
22820 [  6974] By: jhi                                   on 2000/09/01  14:36:53
22821         Log: Document known deficiencies.
22822      Branch: perl
22823            ! pod/perldelta.pod
22824 ____________________________________________________________________________
22825 [  6973] By: jhi                                   on 2000/09/01  14:10:20
22826         Log: Mention warnings fixes and updates.
22827      Branch: perl
22828            ! pod/perldelta.pod
22829 ____________________________________________________________________________
22830 [  6972] By: jhi                                   on 2000/09/01  14:01:52
22831         Log: Drop unused argument.
22832              
22833              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
22834              From: Spider Boardman <spider@web.zk3.dec.com>
22835              Date: Thu, 31 Aug 2000 16:10:15 -0400
22836              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
22837      Branch: perl
22838            ! toke.c
22839 ____________________________________________________________________________
22840 [  6971] By: jhi                                   on 2000/09/01  13:59:24
22841         Log: Add the overload warnings to perldiag.
22842      Branch: perl
22843            ! lib/overload.pm pod/perldiag.pod
22844 ____________________________________________________________________________
22845 [  6970] By: jhi                                   on 2000/09/01  13:55:10
22846         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22847              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22848              Date: Fri, 1 Sep 2000 13:43:15 +0100 
22849              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
22850      Branch: perl
22851            ! lib/overload.pm t/pragma/overload.t
22852 ____________________________________________________________________________
22853 [  6969] By: jhi                                   on 2000/09/01  13:52:27
22854         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
22855              From: <abigail@foad.org>
22856              Date: Fri, 1 Sep 2000 05:46:54 -0400
22857              Message-ID: <20000901094654.6476.qmail@foad.org>
22858      Branch: perl
22859            ! lib/overload.pm
22860 ____________________________________________________________________________
22861 [  6968] By: jhi                                   on 2000/09/01  13:50:05
22862         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
22863              From: Daniel Chetlin <daniel@chetlin.com>
22864              Date: Fri, 1 Sep 2000 02:10:55 -0700
22865              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
22866      Branch: perl
22867            ! pod/perlretut.pod
22868 ____________________________________________________________________________
22869 [  6967] By: jhi                                   on 2000/09/01  13:47:54
22870         Log: Part of the solution.
22871              
22872              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
22873              From: Mike Guy <mjtg@cam.ac.uk>
22874              Date: Fri, 01 Sep 2000 14:16:01 +0100
22875              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
22876      Branch: perl
22877            ! gv.c mg.c
22878 ____________________________________________________________________________
22879 [  6966] By: jhi                                   on 2000/09/01  13:46:17
22880         Log: Subject: CPAN.pm beta 1.57_57 for the core
22881              From: andreas.koenig@anima.de (Andreas J. Koenig)
22882              Date: 01 Sep 2000 15:16:31 +0200
22883              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
22884      Branch: perl
22885            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22886 ____________________________________________________________________________
22887 [  6965] By: jhi                                   on 2000/09/01  13:43:18
22888         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
22889              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22890              Date: Fri, 01 Sep 2000 01:47:22 -0500
22891              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
22892      Branch: perl
22893            ! pod/perldelta.pod vms/vms.c
22894 ____________________________________________________________________________
22895 [  6964] By: jhi                                   on 2000/09/01  13:35:35
22896         Log: File::Temp patches from Andreas König,
22897              
22898              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
22899              From: andreas.koenig@anima.de (Andreas J. Koenig)
22900              Date: 01 Sep 2000 10:07:20 +0200
22901              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
22902              
22903              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
22904              From: andreas.koenig@anima.de (Andreas J. Koenig)
22905              Date: 31 Aug 2000 23:26:08 +0200
22906              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
22907      Branch: perl
22908            ! lib/File/Temp.pm t/lib/ftmp-security.t
22909 ____________________________________________________________________________
22910 [  6963] By: jhi                                   on 2000/09/01  02:22:24
22911         Log: Retract the mergesort code, way too incompatible licensing
22912              and copyrights.
22913      Branch: perl
22914            ! pod/perldelta.pod pp_ctl.c
22915 ____________________________________________________________________________
22916 [  6962] By: jhi                                   on 2000/08/31  23:27:32
22917         Log: Update Changes.
22918      Branch: perl
22919            ! Changes patchlevel.h
22920 ____________________________________________________________________________
22921 [  6961] By: jhi                                   on 2000/08/31  23:20:04
22922         Log: Small tweaks all over.
22923      Branch: metaconfig
22924            ! U/compline/d_gconvert.U
22925      Branch: perl
22926            ! AUTHORS Configure config_h.SH pp_ctl.c
22927 ____________________________________________________________________________
22928 [  6960] By: jhi                                   on 2000/08/31  22:39:36
22929         Log: Further rewording.
22930      Branch: perl
22931            ! pp_ctl.c
22932 ____________________________________________________________________________
22933 [  6959] By: jhi                                   on 2000/08/31  21:26:44
22934         Log: More address tweaking.
22935      Branch: perl
22936            ! AUTHORS Changes
22937 ____________________________________________________________________________
22938 [  6958] By: jhi                                   on 2000/08/31  20:47:25
22939         Log: AUTHORS tweaks, from Peter Prymmer.
22940              
22941              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
22942              From: Peter Prymmer <pvhp@forte.com>
22943              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
22944              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
22945      Branch: perl
22946            ! AUTHORS MAINTAIN
22947 ____________________________________________________________________________
22948 [  6957] By: jhi                                   on 2000/08/31  20:34:43
22949         Log: perldelta tweaks.
22950      Branch: perl
22951            ! pod/perldelta.pod
22952 ____________________________________________________________________________
22953 [  6956] By: jhi                                   on 2000/08/31  19:11:06
22954         Log: Regen perltoc.
22955      Branch: perl
22956            ! pod/perltoc.pod
22957 ____________________________________________________________________________
22958 [  6955] By: jhi                                   on 2000/08/31  19:06:30
22959         Log: Clarify the mergesort situation.
22960      Branch: perl
22961            ! pp_ctl.c
22962 ____________________________________________________________________________
22963 [  6954] By: jhi                                   on 2000/08/31  18:24:17
22964         Log: Move the Solaris 7 scan to use64bitall, make the
22965              failure to find 64-bot sparc libc to mention the
22966              possibility of being in an intel, from Lupe and Alan.
22967      Branch: perl
22968            ! hints/solaris_2.sh
22969 ____________________________________________________________________________
22970 [  6953] By: jhi                                   on 2000/08/31  18:09:20
22971         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
22972              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
22973      Branch: metaconfig
22974            ! U/compline/d_gconvert.U U/threads/archname.U
22975      Branch: metaconfig/U/perl
22976            ! perlxv.U
22977      Branch: perl
22978            ! Configure config_h.SH sv.c
22979 ____________________________________________________________________________
22980 [  6952] By: jhi                                   on 2000/08/31  17:42:24
22981         Log: :: not allowed in pathnames, change to .
22982              
22983              Subject: [PATCH perl@6938] cygwin port
22984              From: "Fifer, Eric" <EFifer@sanwaint.com>
22985              Date: Thu, 31 Aug 2000 16:32:59 +0100
22986              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
22987      Branch: metaconfig/U/perl
22988            ! perlxv.U
22989 ____________________________________________________________________________
22990 [  6951] By: jhi                                   on 2000/08/31  17:02:05
22991         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
22992      Branch: perl
22993            ! perl.h
22994 ____________________________________________________________________________
22995 [  6950] By: jhi                                   on 2000/08/31  16:26:08
22996         Log: More author updates.
22997              
22998              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
22999              From: Simon Cozens <simon@cozens.net>
23000              Date: Thu, 31 Aug 2000 17:13:32 +0100
23001              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
23002      Branch: perl
23003            ! AUTHORS
23004 ____________________________________________________________________________
23005 [  6949] By: jhi                                   on 2000/08/31  16:04:49
23006         Log: POSIX doesn't report long double values under -Duselongdouble
23007              when the long doubles are "real" (bigger than doubles).
23008              
23009              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
23010              From: Spider Boardman <spider@peano.zk3.dec.com>
23011              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
23012              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
23013      Branch: perl
23014            ! ext/POSIX/POSIX.xs
23015 ____________________________________________________________________________
23016 [  6948] By: jhi                                   on 2000/08/31  15:25:10
23017         Log: Update Changes.
23018      Branch: perl
23019            ! Changes patchlevel.h
23020 ____________________________________________________________________________
23021 [  6947] By: jhi                                   on 2000/08/31  15:22:29
23022         Log: Document UNTIE in a very minimalistic way.
23023      Branch: perl
23024            ! pod/perlfunc.pod pod/perltie.pod
23025 ____________________________________________________________________________
23026 [  6946] By: jhi                                   on 2000/08/31  15:15:23
23027         Log: Document known failures.
23028      Branch: perl
23029            ! pod/perldelta.pod
23030 ____________________________________________________________________________
23031 [  6945] By: jhi                                   on 2000/08/31  15:07:00
23032         Log: Don't attach -ld to the archname if pointless.
23033      Branch: metaconfig
23034            ! U/threads/archname.U
23035      Branch: perl
23036            ! Configure config_h.SH
23037 ____________________________________________________________________________
23038 [  6944] By: jhi                                   on 2000/08/31  14:37:42
23039         Log: Wrap the test in eval.
23040              
23041              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
23042              From: Tim Jenness <timj@jach.hawaii.edu>
23043              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
23044              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
23045      Branch: perl
23046            ! t/lib/ftmp-security.t
23047 ____________________________________________________________________________
23048 [  6943] By: jhi                                   on 2000/08/31  14:30:57
23049         Log: Make -Dusemorebits find long doubles in Solaris.
23050      Branch: perl
23051            ! hints/solaris_2.sh
23052 ____________________________________________________________________________
23053 [  6942] By: jhi                                   on 2000/08/31  13:48:45
23054         Log: Clarify the third case of ftmp-security warnings.
23055      Branch: perl
23056            ! INSTALL
23057 ____________________________________________________________________________
23058 [  6941] By: jhi                                   on 2000/08/31  13:40:31
23059         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
23060              From: <abigail@foad.org>
23061              Date: Thu, 31 Aug 2000 01:35:05 -0400
23062              Message-ID: <20000831053505.32120.qmail@foad.org>
23063      Branch: perl
23064            ! pod/perldelta.pod
23065 ____________________________________________________________________________
23066 [  6940] By: jhi                                   on 2000/08/31  13:38:48
23067         Log: Issue useful diagnostic on unknown pod commands.
23068              
23069              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
23070              From: <abigail@foad.org>
23071              Date: Thu, 31 Aug 2000 03:41:18 -0400
23072              Message-ID: <20000831074118.24880.qmail@foad.org>
23073      Branch: perl
23074            ! lib/Pod/Man.pm
23075 ____________________________________________________________________________
23076 [  6939] By: jhi                                   on 2000/08/31  13:34:33
23077         Log: Reveal Borland's isnan.
23078              
23079              Subject: build with BC++ tweak
23080              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23081              Date: Thu, 31 Aug 2000 13:09:37 +0400
23082              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
23083      Branch: perl
23084            ! win32/win32.h
23085 ____________________________________________________________________________
23086 [  6938] By: jhi                                   on 2000/08/31  05:01:20
23087         Log: Update Changes.
23088      Branch: perl
23089            ! Changes patchlevel.h
23090 ____________________________________________________________________________
23091 [  6937] By: jhi                                   on 2000/08/31  04:26:23
23092         Log: sscanf() may be the only way to read long doubles from strings.
23093      Branch: metaconfig/U/perl
23094            ! longdblfio.U
23095      Branch: perl
23096            ! Configure config_h.SH perl.h util.c
23097 ____________________________________________________________________________
23098 [  6936] By: jhi                                   on 2000/08/31  04:18:19
23099         Log: The #6929 was too skimpy.
23100      Branch: perl
23101            ! sv.c
23102 ____________________________________________________________________________
23103 [  6935] By: jhi                                   on 2000/08/31  02:47:07
23104         Log: Subject: Re: typos in pods
23105              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23106              Date: Wed, 30 Aug 2000 19:25:34 -0700
23107              Message-ID: <eIcr5gzkg25X092yn@efn.org>
23108      Branch: perl
23109            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
23110 ____________________________________________________________________________
23111 [  6934] By: jhi                                   on 2000/08/31  02:42:55
23112         Log: Missed one Unicode file.
23113      Branch: perl
23114            + lib/unicode/UCDFF301.html
23115 ____________________________________________________________________________
23116 [  6933] By: jhi                                   on 2000/08/30  23:42:27
23117         Log: Update Changes.
23118      Branch: perl
23119            ! Changes patchlevel.h
23120 ____________________________________________________________________________
23121 [  6932] By: jhi                                   on 2000/08/30  23:40:07
23122         Log: Mention UNTIE in perldelta.  Still needs documenting
23123              in perltie et alia.
23124      Branch: perl
23125            ! pod/perldelta.pod
23126 ____________________________________________________________________________
23127 [  6931] By: jhi                                   on 2000/08/30  23:36:02
23128         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
23129              From: <abigail@foad.org>
23130              Date: Wed, 30 Aug 2000 19:28:07 -0400
23131              Message-ID: <20000830232807.305.qmail@foad.org>
23132      Branch: perl
23133            ! pod/perldelta.pod
23134 ____________________________________________________________________________
23135 [  6930] By: jhi                                   on 2000/08/30  23:32:40
23136         Log: Update to Unicode 3.0.1.
23137      Branch: perl
23138            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
23139            + lib/unicode/PropList.txt lib/unicode/README.perl
23140            + lib/unicode/UCD301.html lib/unicode/Unicode.301
23141            - lib/unicode/Props.txt lib/unicode/UCD300.html
23142            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23143            ! (edit 257 files)
23144 ____________________________________________________________________________
23145 [  6929] By: jhi                                   on 2000/08/30  22:38:18
23146         Log: Heap decorruption.
23147              
23148              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
23149              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23150              Date: Wed, 30 Aug 2000 22:39:52 +0100
23151              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
23152      Branch: perl
23153            ! sv.c
23154 ____________________________________________________________________________
23155 [  6928] By: jhi                                   on 2000/08/30  22:29:34
23156         Log: Retract the dummy test, skip the security tests (instead of failing),
23157              explain what the warnings mean.
23158      Branch: perl
23159            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
23160 ____________________________________________________________________________
23161 [  6927] By: jhi                                   on 2000/08/30  22:14:13
23162         Log: Change the internal implementation of sort() to be mergesort
23163              instead of quicksort, from John Linderman <jpl@research.att.com>.
23164              Gives us better worst case, better average case, and stability.
23165              What's there not to like?  (Small fixes for threaded builds
23166              were required).
23167      Branch: perl
23168            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
23169 ____________________________________________________________________________
23170 [  6926] By: jhi                                   on 2000/08/30  20:55:20
23171         Log: A better fix for the Socket building problem from Craig Berry.
23172      Branch: perl
23173            ! vms/vms.c
23174 ____________________________________________________________________________
23175 [  6925] By: jhi                                   on 2000/08/30  20:20:25
23176         Log: Subject: [PATCH] Re: UNTIE method 
23177              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23178              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
23179              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
23180      Branch: perl
23181            ! pp_sys.c t/op/tie.t
23182 ____________________________________________________________________________
23183 [  6924] By: jhi                                   on 2000/08/30  20:17:11
23184         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
23185              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23186              Date: Wed, 30 Aug 2000 15:03:14 -0500
23187              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
23188      Branch: perl
23189            ! vms/vms.c
23190 ____________________________________________________________________________
23191 [  6923] By: jhi                                   on 2000/08/30  20:15:18
23192         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
23193              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23194              Date: Wed, 30 Aug 2000 13:30:36 -0500
23195              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
23196      Branch: perl
23197            ! vms/vms.c
23198 ____________________________________________________________________________
23199 [  6922] By: jhi                                   on 2000/08/30  19:54:43
23200         Log: Better options for rsync.
23201      Branch: perl
23202            ! pod/perlhack.pod
23203 ____________________________________________________________________________
23204 [  6921] By: jhi                                   on 2000/08/30  19:40:16
23205         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
23206              From: Rick Delaney <rick@consumercontact.com>
23207              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
23208              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
23209      Branch: perl
23210            ! pod/perlfunc.pod
23211 ____________________________________________________________________________
23212 [  6920] By: jhi                                   on 2000/08/30  19:36:40
23213         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
23214              From: Peter Prymmer <pvhp@forte.com>
23215              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
23216              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
23217      Branch: perl
23218            ! configure.com
23219 ____________________________________________________________________________
23220 [  6919] By: jhi                                   on 2000/08/30  14:52:02
23221         Log: Update Changes.
23222      Branch: perl
23223            ! Changes patchlevel.h
23224 ____________________________________________________________________________
23225 [  6918] By: jhi                                   on 2000/08/30  14:48:34
23226         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
23227      Branch: perl
23228            ! lib/ExtUtils/typemap
23229 ____________________________________________________________________________
23230 [  6917] By: jhi                                   on 2000/08/30  14:46:34
23231         Log: Subject: typos in pods
23232              From: Nicholas Clark <nick@ccl4.org>
23233              Date: Wed, 30 Aug 2000 01:12:50 +0100
23234              Message-ID: <20000830011249.A61388@plum.flirble.org>
23235      Branch: perl
23236            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
23237            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
23238            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
23239            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
23240 ____________________________________________________________________________
23241 [  6916] By: jhi                                   on 2000/08/30  14:19:09
23242         Log: Document Storable problems on Crays.  (Will have
23243              to document all the other Storable problems, too.)
23244      Branch: perl
23245            ! pod/perldelta.pod
23246 ____________________________________________________________________________
23247 [  6915] By: jhi                                   on 2000/08/30  14:06:02
23248         Log: Subject: [PATCH] fix misc cast warnings
23249              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23250              Date: Tue, 29 Aug 2000 23:16:14 -0700
23251              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
23252      Branch: perl
23253            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
23254            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
23255            ! os2/os2ish.h
23256 ____________________________________________________________________________
23257 [  6914] By: jhi                                   on 2000/08/30  14:03:45
23258         Log: Timestamp mismatch again.  Need to fix this dependence on
23259              config_h.SH timestamp, since it's the contents of config_h.SH
23260              that matter.
23261      Branch: perl
23262            ! uconfig.h uconfig.sh
23263 ____________________________________________________________________________
23264 [  6913] By: jhi                                   on 2000/08/30  13:54:06
23265         Log: Don't say "Perl 5.0 source kit".
23266      Branch: perl
23267            ! perl.c
23268 ____________________________________________________________________________
23269 [  6912] By: jhi                                   on 2000/08/30  13:51:24
23270         Log: Reset archname and archname64 always, forcing them be
23271              recomputed at each Configure run, make Configure and
23272              the hints files agree on the naming of largefiles variables.
23273      Branch: metaconfig
23274            ! U/threads/archname.U
23275      Branch: metaconfig/U/perl
23276            ! use64bits.U
23277      Branch: perl
23278            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
23279            ! hints/linux.sh hints/solaris_2.sh
23280 ____________________________________________________________________________
23281 [  6911] By: jhi                                   on 2000/08/30  13:30:13
23282         Log: Put back the slice accidentally removed by #6907.
23283      Branch: perl
23284            ! hints/solaris_2.sh
23285 ____________________________________________________________________________
23286 [  6910] By: jhi                                   on 2000/08/30  01:24:26
23287         Log: Be consistent: other Net::get* do export theirs.
23288              
23289              Subject: Re: Net::protoent does not export 'getproto'
23290              From: Yasushi Nakajima <sey@jkc.co.jp>
23291              Date: Wed, 30 Aug 2000 09:53:14 +0900
23292              Message-Id: <200008300051.DAA24700@taku.hut.fi>
23293      Branch: perl
23294            ! lib/Net/protoent.pm
23295 ____________________________________________________________________________
23296 [  6909] By: jhi                                   on 2000/08/30  01:17:25
23297         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
23298              From: Gurusamy Sarathy <gsar@ActiveState.com>
23299              Date: Tue, 29 Aug 2000 17:17:07 -0700
23300              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
23301      Branch: perl
23302            ! cop.h
23303 ____________________________________________________________________________
23304 [  6908] By: jhi                                   on 2000/08/30  00:58:05
23305         Log: Update Changes.
23306      Branch: perl
23307            ! Changes patchlevel.h
23308 ____________________________________________________________________________
23309 [  6907] By: jhi                                   on 2000/08/30  00:57:22
23310         Log: Introduce ccname to keep track of what compiler kind of we have.
23311      Branch: metaconfig/U/perl
23312            ! Checkcc.U gccvers.U
23313      Branch: perl
23314            ! Configure config_h.SH hints/solaris_2.sh
23315 ____________________________________________________________________________
23316 [  6906] By: jhi                                   on 2000/08/30  00:25:47
23317         Log: Put back the flags dump as reasoned in
23318              
23319              Subject: Re: [PATCH] Glob dumping
23320              From: Mike Guy <mjtg@cam.ac.uk> 
23321              Date: Tue, 29 Aug 2000 21:41:32 +0100
23322              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
23323      Branch: perl
23324            ! dump.c t/lib/peek.t
23325 ____________________________________________________________________________
23326 [  6905] By: jhi                                   on 2000/08/30  00:16:17
23327         Log: Make the epsilon to be relative, not absolute.
23328              
23329              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
23330              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
23331              Date: Tue, 29 Aug 2000 19:58:56 -0400
23332              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
23333      Branch: perl
23334            ! t/lib/trig.t
23335 ____________________________________________________________________________
23336 [  6904] By: jhi                                   on 2000/08/30  00:13:09
23337         Log: From now on, Gisle is on my list of usual suspects :-)
23338              Retract #6902.
23339      Branch: perl
23340            ! ext/Opcode/Safe.pm
23341 ____________________________________________________________________________
23342 [  6903] By: jhi                                   on 2000/08/29  23:51:20
23343         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
23344              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23345              Date: Tue, 29 Aug 2000 18:43:26 -0500
23346              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
23347      Branch: perl
23348            + vms/vmspipe.com
23349            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
23350            ! vms/vms.c
23351 ____________________________________________________________________________
23352 [  6902] By: jhi                                   on 2000/08/29  23:44:14
23353         Log: Retry what #6882 attempted.
23354              
23355              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
23356              From: Gisle Aas <gisle@ActiveState.com>
23357              Date: 30 Aug 2000 00:33:09 +0200
23358              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
23359      Branch: perl
23360            ! ext/Opcode/Safe.pm
23361 ____________________________________________________________________________
23362 [  6901] By: jhi                                   on 2000/08/29  22:59:32
23363         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
23364              From: Hugo <hv@crypt.compulink.co.uk>
23365              Date: Mon, 12 Jun 2000 19:36:08 +0100
23366              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
23367      Branch: perl
23368            ! sv.c
23369 ____________________________________________________________________________
23370 [  6900] By: jhi                                   on 2000/08/29  22:58:35
23371         Log: Admit that we are leaking scalars.
23372              
23373              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
23374              From: Spider Boardman <spider@leggy.zk3.dec.com>
23375              Date: Tue, 29 Aug 2000 18:48:29 -0400
23376              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
23377      Branch: perl
23378            ! t/pragma/warnings.t
23379 ____________________________________________________________________________
23380 [  6899] By: jhi                                   on 2000/08/29  20:53:13
23381         Log: Update Changes.
23382      Branch: perl
23383            ! Changes patchlevel.h
23384 ____________________________________________________________________________
23385 [  6898] By: jhi                                   on 2000/08/29  20:46:21
23386         Log: Undo namespace pollution of #6878.
23387              
23388              Subject: Re: Net::protoent does not export 'getproto'
23389              From: Mike Guy <mjtg@cam.ac.uk>
23390              Date: Tue, 29 Aug 2000 21:32:37 +0100
23391              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
23392      Branch: perl
23393            ! lib/Net/protoent.pm
23394 ____________________________________________________________________________
23395 [  6897] By: jhi                                   on 2000/08/29  20:44:29
23396         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
23397              From: Peter Prymmer <pvhp@forte.com>
23398              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
23399              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
23400      Branch: perl
23401            ! pod/perlebcdic.pod
23402 ____________________________________________________________________________
23403 [  6896] By: jhi                                   on 2000/08/29  20:40:57
23404         Log: There's no point repeating the 'revision' (5) of perl5.
23405      Branch: metaconfig/U/perl
23406            ! Devel.U patchlevel.U
23407      Branch: perl
23408            ! Configure config_h.SH
23409 ____________________________________________________________________________
23410 [  6895] By: jhi                                   on 2000/08/29  20:16:58
23411         Log: Regen Configure for #6894.
23412      Branch: metaconfig/U/perl
23413            ! perladmin.U
23414      Branch: perl
23415            ! Configure config_h.SH
23416 ____________________________________________________________________________
23417 [  6894] By: jhi                                   on 2000/08/29  19:59:52
23418         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
23419              From: "Philip Newton" <Philip.Newton@gmx.net>
23420              Date: Tue, 29 Aug 2000 21:39:14 +0200
23421              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
23422      Branch: perl
23423            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
23424            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
23425            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
23426            ! utils/perlbug.PL
23427 ____________________________________________________________________________
23428 [  6893] By: jhi                                   on 2000/08/29  19:55:30
23429         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
23430              From: "Philip Newton" <Philip.Newton@gmx.net>
23431              Date: Tue, 29 Aug 2000 21:39:14 +0200
23432              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
23433      Branch: perl
23434            ! installhtml
23435 ____________________________________________________________________________
23436 [  6892] By: jhi                                   on 2000/08/29  19:53:59
23437         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
23438              From: "Philip Newton" <Philip.Newton@gmx.net>
23439              Date: Tue, 29 Aug 2000 21:48:18 +0200
23440              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
23441      Branch: perl
23442            ! lib/File/Temp.pm
23443 ____________________________________________________________________________
23444 [  6891] By: jhi                                   on 2000/08/29  18:30:03
23445         Log: Nail the ID 20000828.023.
23446      Branch: perl
23447            ! ext/Storable/Storable.xs
23448 ____________________________________________________________________________
23449 [  6890] By: jhi                                   on 2000/08/29  16:50:17
23450         Log: Under usethreads the dumped variable is IN_PAD.
23451              
23452              Subject: Re: [PATCH] Glob dumping
23453              From: Gisle Aas <gisle@ActiveState.com>
23454              Date: 29 Aug 2000 18:45:05 +0200
23455              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
23456      Branch: perl
23457            ! t/lib/peek.t
23458 ____________________________________________________________________________
23459 [  6889] By: jhi                                   on 2000/08/29  15:17:37
23460         Log: Update Changes.
23461      Branch: perl
23462            ! Changes patchlevel.h
23463 ____________________________________________________________________________
23464 [  6888] By: jhi                                   on 2000/08/29  14:49:59
23465         Log: Retract #6882, broke the safe tests.
23466      Branch: perl
23467            ! ext/Opcode/Safe.pm
23468 ____________________________________________________________________________
23469 [  6887] By: jhi                                   on 2000/08/29  14:47:06
23470         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
23471              From: Gisle Aas <gisle@ActiveState.com> 
23472              Date: 09 Jun 2000 20:00:11 +0200
23473              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
23474      Branch: perl
23475            ! utils/perldoc.PL
23476 ____________________________________________________________________________
23477 [  6886] By: jhi                                   on 2000/08/29  14:42:45
23478         Log: The #6881 removed one dump line.
23479      Branch: perl
23480            ! t/lib/peek.t
23481 ____________________________________________________________________________
23482 [  6885] By: jhi                                   on 2000/08/29  14:30:47
23483         Log: Don't forget to tidy up.
23484      Branch: perl
23485            ! t/lib/ftmp-security.t
23486 ____________________________________________________________________________
23487 [  6884] By: jhi                                   on 2000/08/29  14:25:17
23488         Log: Disabling the one test is a bit tricky.
23489      Branch: perl
23490            ! t/lib/ftmp-security.t
23491 ____________________________________________________________________________
23492 [  6883] By: jhi                                   on 2000/08/29  14:16:25
23493         Log: Disable one of the tests for now.
23494      Branch: perl
23495            ! t/lib/ftmp-security.t
23496 ____________________________________________________________________________
23497 [  6882] By: jhi                                   on 2000/08/29  14:05:50
23498         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
23499              From: gisle@aas.no
23500              Date: 29 Aug 2000 10:35:06 -0000
23501              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
23502      Branch: perl
23503            ! ext/Opcode/Safe.pm
23504 ____________________________________________________________________________
23505 [  6881] By: jhi                                   on 2000/08/29  14:03:51
23506         Log: Subject: [PATCH] Glob dumping
23507              From: Gisle Aas <gisle@ActiveState.com>
23508              Date: 29 Aug 2000 07:59:42 -0000
23509              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
23510      Branch: perl
23511            ! dump.c
23512 ____________________________________________________________________________
23513 [  6880] By: jhi                                   on 2000/08/29  14:02:01
23514         Log: Subject: [PATCH] Warnings in B::Deparse
23515              From: <abigail@foad.org>
23516              Date: Tue, 29 Aug 2000 00:00:01 -0400
23517              Message-ID: <20000829040001.2999.qmail@foad.org>
23518      Branch: perl
23519            ! ext/B/B/Deparse.pm
23520 ____________________________________________________________________________
23521 [  6879] By: jhi                                   on 2000/08/29  13:57:26
23522         Log: Missed a change in #6869.
23523      Branch: perl
23524            ! mg.c
23525 ____________________________________________________________________________
23526 [  6878] By: jhi                                   on 2000/08/29  13:45:04
23527         Log: Subject: Net::protoent does not export 'getproto'
23528              From: Yasushi Nakajima <sey@jkc.co.jp>
23529              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
23530      Branch: perl
23531            ! lib/Net/protoent.pm
23532 ____________________________________________________________________________
23533 [  6877] By: jhi                                   on 2000/08/29  13:39:19
23534         Log: Patches all over for people and the files they (hopefully) care about.
23535      Branch: perl
23536            ! AUTHORS Changes MAINTAIN
23537 ____________________________________________________________________________
23538 [  6876] By: jhi                                   on 2000/08/29  12:53:54
23539         Log: Fix for thinko in #6848.
23540              
23541              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
23542              From: Lupe Christoph <lupe@lupe-christoph.de>
23543              Date: Tue, 29 Aug 2000 09:04:08 +0200
23544              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
23545      Branch: perl
23546            ! ext/Thread/Thread.xs
23547 ____________________________________________________________________________
23548 [  6875] By: jhi                                   on 2000/08/29  12:50:14
23549         Log: Update to Getopt::Long 2.24, from Johan Vromans.
23550      Branch: perl
23551            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
23552 ____________________________________________________________________________
23553 [  6874] By: jhi                                   on 2000/08/29  02:09:53
23554         Log: Use minimal @INC in tests, most of the time just '../lib',
23555              so that we simply can't pick up stuff from other Perls than
23556              the one we are testing.  Pointed out by
23557              
23558              From: Mike Guy <mjtg@cam.ac.uk>
23559              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
23560              Date: Fri, 25 Aug 2000 15:15:59 +0100
23561              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
23562      Branch: perl
23563            ! (edit 185 files)
23564 ____________________________________________________________________________
23565 [  6873] By: jhi                                   on 2000/08/29  01:07:11
23566         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
23567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23568              Date: Mon, 28 Aug 2000 17:45:52 -0700
23569              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
23570      Branch: perl
23571            ! Makefile.SH hints/os2.sh
23572 ____________________________________________________________________________
23573 [  6872] By: jhi                                   on 2000/08/28  23:33:39
23574         Log: Subject: [PATCH bleedperl@6866] spellings
23575              From: marcel@codewerk.com (Marcel Grunauer)
23576              Date: Tue, 29 Aug 2000 01:19:59 +0200
23577              Message-Id: <200008282319.BAA29862@gandalf.local>
23578      Branch: perl
23579            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
23580            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
23581            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
23582 ____________________________________________________________________________
23583 [  6871] By: jhi                                   on 2000/08/28  23:22:09
23584         Log: Take out the SUIDMAIL thing, that will not be
23585              a problem in 5.7.*.
23586      Branch: perl
23587            ! patchlevel.h
23588 ____________________________________________________________________________
23589 [  6870] By: jhi                                   on 2000/08/28  23:19:30
23590         Log: -S is the silent flag, -s is the strip flag.
23591              
23592              Subject: [PATCH] Re: [PATCH] make no-install          
23593              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23594              Date: Mon, 28 Aug 2000 15:12:55 -0700
23595              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
23596      Branch: perl
23597            ! Makefile.SH
23598 ____________________________________________________________________________
23599 [  6869] By: jhi                                   on 2000/08/28  23:12:05
23600         Log: Subject: [PATCH bleedperl@6856] warnings fixes
23601              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23602              Date: Mon, 28 Aug 2000 23:55:06 +0100
23603              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
23604      Branch: perl
23605            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
23606            ! warnings.h warnings.pl
23607 ____________________________________________________________________________
23608 [  6868] By: jhi                                   on 2000/08/28  21:38:22
23609         Log: Potential cruft.
23610      Branch: perl
23611            ! Makefile.SH
23612 ____________________________________________________________________________
23613 [  6867] By: jhi                                   on 2000/08/28  21:35:36
23614         Log: Update Changes.
23615      Branch: perl
23616            ! Changes patchlevel.h
23617 ____________________________________________________________________________
23618 [  6866] By: jhi                                   on 2000/08/28  21:33:49
23619         Log: Subject: hv.h Doc Patch
23620              From: Fisher Mark <fisherm@tce.com>
23621              Date: Mon, 28 Aug 2000 16:24:59 -0500
23622              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
23623      Branch: perl
23624            ! hv.h
23625 ____________________________________________________________________________
23626 [  6865] By: jhi                                   on 2000/08/28  21:02:15
23627         Log: Add -ld to archname on long tr...double platforms.
23628      Branch: metaconfig
23629            ! U/threads/archname.U
23630      Branch: perl
23631            ! Configure config_h.SH
23632 ____________________________________________________________________________
23633 [  6864] By: jhi                                   on 2000/08/28  20:38:59
23634         Log: An attempt to fix the problem reported in
23635              
23636              Subject: Building perl@6856 using gcc/AIX 4.3.3 
23637              From: Daniel Muino <dmuino@afip.gov.ar> 
23638              Date: Mon, 28 Aug 2000 15:50:01 -0300   
23639              Message-ID: <20000828155001.A14403@con2-dgi>
23640              
23641              I can't test this properly since the gcc installation I have
23642              access to seems to be botched (gcc is calling the AIX cpp,
23643              a losing proposition...)
23644      Branch: perl
23645            ! hints/aix.sh
23646 ____________________________________________________________________________
23647 [  6863] By: jhi                                   on 2000/08/28  18:57:52
23648         Log: Fix for ID 20000828.001, long doubles were not formatted
23649              correctly (showed up in $], which stopped installing perl).
23650      Branch: perl
23651            ! sv.c
23652 ____________________________________________________________________________
23653 [  6862] By: jhi                                   on 2000/08/28  18:07:15
23654         Log: Typo in #6858.
23655      Branch: perl
23656            ! lib/Cwd.pm
23657 ____________________________________________________________________________
23658 [  6861] By: jhi                                   on 2000/08/28  17:57:27
23659         Log: opmini.o may be left around if a build is interrupted.
23660      Branch: perl
23661            ! Makefile.SH
23662 ____________________________________________________________________________
23663 [  6860] By: jhi                                   on 2000/08/28  16:52:50
23664         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
23665              From: Daniel Chetlin <daniel@chetlin.com>
23666              Date: Mon, 28 Aug 2000 01:14:18 -0700
23667              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
23668      Branch: perl
23669            ! lib/overload.pm
23670 ____________________________________________________________________________
23671 [  6859] By: jhi                                   on 2000/08/28  16:08:46
23672         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
23673              From: Nicholas Clark <nick@ccl4.org>
23674              Date: Mon, 28 Aug 2000 16:03:27 +0100
23675              Message-Id: <20000828160327.C49785@plum.flirble.org>
23676      Branch: perl
23677            ! ext/ByteLoader/bytecode.h
23678 ____________________________________________________________________________
23679 [  6858] By: jhi                                   on 2000/08/28  16:02:10
23680         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
23681              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
23682              Date: Mon, 28 Aug 2000 13:08:30 +0200
23683              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
23684      Branch: perl
23685            ! lib/Cwd.pm
23686 ____________________________________________________________________________
23687 [  6857] By: jhi                                   on 2000/08/28  15:42:47
23688         Log: display_format used as a class method without arguments was broken,
23689              reported in
23690              
23691              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
23692              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
23693              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
23694              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
23695      Branch: perl
23696            ! lib/Math/Complex.pm t/lib/complex.t
23697 ____________________________________________________________________________
23698 [  6856] By: jhi                                   on 2000/08/27  22:09:48
23699         Log: Update Changes.
23700      Branch: perl
23701            ! Changes patchlevel.h
23702 ____________________________________________________________________________
23703 [  6855] By: jhi                                   on 2000/08/27  21:59:21
23704         Log: Retract #6853 (false alarm).
23705      Branch: perl
23706            ! lib/ExtUtils/xsubpp
23707 ____________________________________________________________________________
23708 [  6854] By: jhi                                   on 2000/08/27  21:37:44
23709         Log: Update Changes.
23710      Branch: perl
23711            ! Changes patchlevel.h
23712 ____________________________________________________________________________
23713 [  6853] By: jhi                                   on 2000/08/27  21:37:16
23714         Log: Subject: [PATCH perl@6850] workaround for xsubpp
23715              From: Hugo <hv@crypt.compulink.co.uk>
23716              Date: Sun, 27 Aug 2000 22:30:25 +0100
23717              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
23718      Branch: perl
23719            ! lib/ExtUtils/xsubpp
23720 ____________________________________________________________________________
23721 [  6852] By: jhi                                   on 2000/08/27  21:33:58
23722         Log: Big-endian 64-bit patch from Raphael Manfredi.
23723      Branch: perl
23724            ! ext/Storable/Storable.xs
23725 ____________________________________________________________________________
23726 [  6851] By: jhi                                   on 2000/08/27  21:22:21
23727         Log: More ruthless editing from Hugo van der Sanden.
23728      Branch: perl
23729            ! pod/perldelta.pod
23730 ____________________________________________________________________________
23731 [  6850] By: jhi                                   on 2000/08/27  16:11:46
23732         Log: Update Changes.
23733      Branch: perl
23734            ! Changes patchlevel.h
23735 ____________________________________________________________________________
23736 [  6849] By: jhi                                   on 2000/08/27  16:11:05
23737         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
23738      Branch: perl
23739            ! configpm pod/perldelta.pod
23740 ____________________________________________________________________________
23741 [  6848] By: jhi                                   on 2000/08/27  15:35:08
23742         Log: Use the actual thread type, not the pointer-to-struct.
23743      Branch: perl
23744            ! ext/Thread/Thread.xs
23745 ____________________________________________________________________________
23746 [  6847] By: jhi                                   on 2000/08/27  15:30:49
23747         Log: Test nit.
23748      Branch: perl
23749            ! t/pragma/warn/pp_sys
23750 ____________________________________________________________________________
23751 [  6846] By: jhi                                   on 2000/08/27  15:19:02
23752         Log: Passing -R in ldflags makes now it to appear in the default
23753              for lddlflags, just like with -L.
23754              
23755              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
23756              From: Lupe Christoph <lupe@lupe-christoph.de>
23757              Date: Sun, 27 Aug 2000 10:28:21 +0200
23758              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
23759      Branch: metaconfig/U/perl
23760            ! dlsrc.U
23761      Branch: perl
23762            ! Configure
23763 ____________________________________________________________________________
23764 [  6845] By: jhi                                   on 2000/08/27  15:08:54
23765         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
23766              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23767              Date: Sat, 26 Aug 2000 22:23:27 +0100
23768              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
23769      Branch: perl
23770            ! lib/ExtUtils/MM_Unix.pm
23771 ____________________________________________________________________________
23772 [  6844] By: jhi                                   on 2000/08/27  15:02:37
23773         Log: DJGPP update from Laszlo Molnar.
23774              
23775              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
23776              From: ml1050 <ml1050@freemail.hu>
23777              Date: Sat, 26 Aug 2000 23:24:40 +0200
23778              Message-Id: <20000826232440.A439@freemail.hu>
23779      Branch: perl
23780            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
23781            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
23782 ____________________________________________________________________________
23783 [  6843] By: jhi                                   on 2000/08/27  14:53:58
23784         Log: Subject: installman buglet
23785              From: Lupe Christoph <lupe@lupe-christoph.de>
23786              Date: Sun, 27 Aug 2000 14:38:59 +0200
23787              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
23788      Branch: perl
23789            ! installman
23790 ____________________________________________________________________________
23791 [  6842] By: jhi                                   on 2000/08/27  14:52:08
23792         Log: Can't get the test to reliably work thanks to the
23793              inaccurateness of floating point.  "Resolves" bug ids
23794              20000826.003, 20000826.009, 20000826.010,
23795      Branch: perl
23796            ! t/lib/trig.t
23797 ____________________________________________________________________________
23798 [  6841] By: jhi                                   on 2000/08/26  15:53:58
23799         Log: Update Changes.
23800      Branch: perl
23801            ! Changes patchlevel.h
23802 ____________________________________________________________________________
23803 [  6840] By: jhi                                   on 2000/08/26  14:23:03
23804         Log: grep -e isn't portable.
23805              
23806              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
23807              From: chris@broadband.att.com
23808              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
23809              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
23810      Branch: perl
23811            ! hints/solaris_2.sh
23812 ____________________________________________________________________________
23813 [  6839] By: jhi                                   on 2000/08/26  14:12:23
23814         Log: no-install target a la make -n.
23815              
23816              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
23817              From: <abigail@foad.org>
23818              Date: Sat, 26 Aug 2000 03:57:34 -0400
23819              Message-ID: <20000826075735.18912.qmail@foad.org>
23820      Branch: perl
23821            ! Makefile.SH installman installperl
23822 ____________________________________________________________________________
23823 [  6838] By: jhi                                   on 2000/08/26  14:06:33
23824         Log: Retract #6826 as the #6828 should be do the same
23825              in a More Correct Way.
23826      Branch: perl
23827            ! installperl
23828 ____________________________________________________________________________
23829 [  6837] By: jhi                                   on 2000/08/26  05:24:00
23830         Log: More casting.
23831      Branch: perl
23832            ! ext/Storable/Storable.xs
23833 ____________________________________________________________________________
23834 [  6836] By: jhi                                   on 2000/08/26  05:05:46
23835         Log: Nicer in decimal.
23836      Branch: perl
23837            ! ext/Storable/Storable.xs
23838 ____________________________________________________________________________
23839 [  6835] By: jhi                                   on 2000/08/26  05:03:50
23840         Log: There be no UVdf.
23841      Branch: perl
23842            ! ext/Storable/Storable.xs
23843 ____________________________________________________________________________
23844 [  6834] By: jhi                                   on 2000/08/26  05:00:18
23845         Log: Continue IVdfing and UVxfing.
23846      Branch: perl
23847            ! ext/Storable/Storable.xs
23848 ____________________________________________________________________________
23849 [  6833] By: jhi                                   on 2000/08/26  04:53:14
23850         Log: Use IVdf.
23851      Branch: perl
23852            ! ext/Storable/Storable.xs
23853 ____________________________________________________________________________
23854 [  6832] By: jhi                                   on 2000/08/26  04:40:41
23855         Log: Document PTR2XX and INT2PTR.
23856      Branch: perl
23857            ! pod/perlguts.pod
23858 ____________________________________________________________________________
23859 [  6831] By: jhi                                   on 2000/08/26  04:33:18
23860         Log: Use UVxf, PTR2UV, NVff.
23861      Branch: perl
23862            ! ext/Storable/Storable.xs
23863 ____________________________________________________________________________
23864 [  6830] By: jhi                                   on 2000/08/26  04:31:32
23865         Log: Update the test count.
23866      Branch: perl
23867            ! t/lib/trig.t
23868 ____________________________________________________________________________
23869 [  6829] By: jhi                                   on 2000/08/26  03:05:50
23870         Log: Subject: [PATCH] installation not quite silent yet.
23871              From: <abigail@foad.org>
23872              Date: Fri, 25 Aug 2000 20:07:53 -0400
23873              Message-ID: <20000826000753.7822.qmail@foad.org>
23874      Branch: perl
23875            ! installman installperl
23876 ____________________________________________________________________________
23877 [  6828] By: jhi                                   on 2000/08/26  03:05:14
23878         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
23879              From: Spider Boardman <spider@web.zk3.dec.com>
23880              Date: Fri, 25 Aug 2000 19:12:40 -0400
23881              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
23882      Branch: perl
23883            ! gv.c
23884 ____________________________________________________________________________
23885 [  6827] By: jhi                                   on 2000/08/25  23:54:34
23886         Log: Support preserving extremely big/small angles.
23887      Branch: perl
23888            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
23889 ____________________________________________________________________________
23890 [  6826] By: jhi                                   on 2000/08/25  23:01:20
23891         Log: Patch installperl to be long double-aware.
23892              
23893              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
23894              From: Spider Boardman <spider@web.zk3.dec.com>
23895              Date: Fri, 25 Aug 2000 18:15:23 -0400
23896              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
23897      Branch: perl
23898            ! installperl
23899 ____________________________________________________________________________
23900 [  6825] By: jhi                                   on 2000/08/25  22:58:25
23901         Log: Remove duplicately applied patch shards.
23902              
23903              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
23904              From: Spider Boardman <spider@leggy.zk3.dec.com>
23905              Date: Fri, 25 Aug 2000 16:45:03 -0400
23906              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
23907      Branch: perl
23908            ! t/lib/cgi-html.t
23909 ____________________________________________________________________________
23910 [  6824] By: jhi                                   on 2000/08/25  22:57:00
23911         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
23912              From: Daniel Chetlin <daniel@chetlin.com>
23913              Date: Fri, 25 Aug 2000 12:23:16 -0700
23914              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
23915              
23916              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
23917              From: Daniel Chetlin <daniel@chetlin.com>
23918              Date: Fri, 25 Aug 2000 14:47:19 -0700
23919              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
23920      Branch: perl
23921            ! installman
23922 ____________________________________________________________________________
23923 [  6823] By: jhi                                   on 2000/08/25  22:44:17
23924         Log: Timestamp problem?
23925      Branch: perl
23926            ! uconfig.h uconfig.sh
23927 ____________________________________________________________________________
23928 [  6822] By: jhi                                   on 2000/08/25  19:01:06
23929         Log: One forgotten file from #6816.
23930      Branch: perl
23931            ! vos/config.h
23932 ____________________________________________________________________________
23933 [  6821] By: jhi                                   on 2000/08/25  18:56:39
23934         Log: Regen Changes.
23935      Branch: perl
23936            ! Changes patchlevel.h
23937 ____________________________________________________________________________
23938 [  6820] By: jhi                                   on 2000/08/25  18:52:35
23939         Log: Fix Changes ordering.
23940      Branch: perl
23941            ! Changes
23942 ____________________________________________________________________________
23943 [  6819] By: jhi                                   on 2000/08/25  18:50:25
23944         Log: Update Changes.
23945      Branch: perl
23946            ! Changes patchlevel.h
23947 ____________________________________________________________________________
23948 [  6818] By: jhi                                   on 2000/08/25  18:47:45
23949         Log: Tweak the sfio/useperlio logic, hopefully as wished in
23950              
23951              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
23952              From: Nicholas Clark <nick@babyhippo.co.uk>
23953              Date: Fri, 25 Aug 2000 12:01:45 +0100
23954              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
23955      Branch: metaconfig/U/perl
23956            ! d_sfio.U
23957      Branch: perl
23958            ! Configure
23959 ____________________________________________________________________________
23960 [  6817] By: jhi                                   on 2000/08/25  18:32:51
23961         Log: Allow microperl to assume <math.h>, without it the math
23962              functions like floor() are assumed to return int, which makes
23963              for core dumps in machines where integer and floating register
23964              don't mix.
23965      Branch: perl
23966            ! uconfig.h uconfig.sh
23967 ____________________________________________________________________________
23968 [  6816] By: jhi                                   on 2000/08/25  18:27:17
23969         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
23970              the problem reported in
23971              
23972              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
23973              From: danhale@us.ibm.com
23974              Date: Fri, 25 Aug 2000 10:58:06 -0400
23975              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
23976      Branch: metaconfig/U/perl
23977            + d_socks5_init.U
23978      Branch: perl
23979            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
23980            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
23981            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
23982            ! win32/config.gc win32/config.vc
23983 ____________________________________________________________________________
23984 [  6815] By: jhi                                   on 2000/08/25  17:43:31
23985         Log: A solution for the retrieve_fd autosplit warning,
23986              idea suggested by Mike Guy.
23987      Branch: perl
23988            ! ext/Storable/Storable.pm
23989 ____________________________________________________________________________
23990 [  6814] By: jhi                                   on 2000/08/25  17:16:03
23991         Log: Add install-silent target.
23992      Branch: perl
23993            ! Makefile.SH
23994 ____________________________________________________________________________
23995 [  6813] By: jhi                                   on 2000/08/25  17:14:23
23996         Log: Subject: Re: [PATCH] More silencing of installman.
23997              From: <abigail@foad.org>
23998              Date: Thu, 24 Aug 2000 19:27:03 -0400
23999              Message-ID: <20000824232703.7001.qmail@foad.org>
24000              
24001              Subject: Re: [PATCH] More silencing of installman.
24002              From: <abigail@foad.org>
24003              Date: Fri, 25 Aug 2000 03:00:58 -0400
24004              Message-ID: <20000825070058.10697.qmail@foad.org>
24005      Branch: perl
24006            ! installman
24007 ____________________________________________________________________________
24008 [  6812] By: jhi                                   on 2000/08/25  17:11:28
24009         Log: installperl --verbose and --silent.
24010              
24011              Subject: Re: [PATCH] More silencing of installman.
24012              From: <abigail@foad.org>
24013              Message-ID: <20000825064430.9719.qmail@foad.org>
24014              Date: Fri, 25 Aug 2000 02:44:30 -0400
24015      Branch: perl
24016            ! installperl
24017 ____________________________________________________________________________
24018 [  6811] By: jhi                                   on 2000/08/25  17:05:43
24019         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
24020              From: "Peter J. Farley III" <pjfarley@banet.net>
24021              Date: Thu, 24 Aug 2000 21:58:03 -0400
24022              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
24023              
24024              (applied slightly modified)
24025      Branch: perl
24026            ! lib/ExtUtils/MM_Unix.pm
24027 ____________________________________________________________________________
24028 [  6810] By: jhi                                   on 2000/08/25  17:01:18
24029         Log: Missing parts of 
24030              
24031              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
24032              From: Peter Prymmer <pvhp@forte.com>
24033              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
24034              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
24035      Branch: perl
24036            ! t/lib/cgi-html.t
24037 ____________________________________________________________________________
24038 [  6809] By: jhi                                   on 2000/08/25  16:46:32
24039         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
24040              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24041              Date: Thu, 24 Aug 2000 19:13:11 -0500
24042              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
24043      Branch: perl
24044            ! vms/vms.c
24045 ____________________________________________________________________________
24046 [  6808] By: jhi                                   on 2000/08/25  16:39:22
24047         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
24048              From: Peter Prymmer <pvhp@forte.com>
24049              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
24050              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
24051      Branch: perl
24052            ! configure.com
24053 ____________________________________________________________________________
24054 [  6807] By: jhi                                   on 2000/08/25  16:36:37
24055         Log: Better wording for the vec lvalue diagnostic.
24056              
24057              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24058              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24059              Date: Wed, 23 Aug 2000 14:12:16 -0400
24060              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
24061      Branch: perl
24062            ! pod/perldiag.pod
24063 ____________________________________________________________________________
24064 [  6806] By: jhi                                   on 2000/08/24  18:17:22
24065         Log: Subject: [PATCH] More silencing of installman.
24066              From: <abigail@foad.org>
24067              Date: Thu, 24 Aug 2000 14:01:44 -0400
24068              Message-ID: <20000824180144.20062.qmail@foad.org>
24069      Branch: perl
24070            ! installman
24071 ____________________________________________________________________________
24072 [  6805] By: jhi                                   on 2000/08/24  15:00:31
24073         Log: Update Changes.
24074      Branch: perl
24075            ! Changes patchlevel.h
24076 ____________________________________________________________________________
24077 [  6804] By: jhi                                   on 2000/08/24  14:59:07
24078         Log: Regen perltoc.
24079      Branch: perl
24080            ! pod/perltoc.pod
24081 ____________________________________________________________________________
24082 [  6803] By: jhi                                   on 2000/08/24  14:44:39
24083         Log: Show the doc file, not the temp file.
24084      Branch: perl
24085            ! installman
24086 ____________________________________________________________________________
24087 [  6802] By: jhi                                   on 2000/08/24  14:41:53
24088         Log: Continue silencing.
24089      Branch: perl
24090            ! installman
24091 ____________________________________________________________________________
24092 [  6801] By: jhi                                   on 2000/08/24  14:34:40
24093         Log: Actually do something with the silencer option.
24094      Branch: perl
24095            ! installman
24096 ____________________________________________________________________________
24097 [  6800] By: jhi                                   on 2000/08/24  14:26:22
24098         Log: Make installman to recognize the silence flag -S.
24099      Branch: perl
24100            ! installman
24101 ____________________________________________________________________________
24102 [  6799] By: jhi                                   on 2000/08/24  13:49:38
24103         Log: DOS patches and portability/porting notes, from Tim Jenness.
24104      Branch: perl
24105            ! lib/File/Temp.pm
24106 ____________________________________________________________________________
24107 [  6798] By: jhi                                   on 2000/08/24  13:48:27
24108         Log: Create directories in silence.
24109              
24110              Subject: [PATCH] Another silencer for MakeMaker
24111              From: andreas.koenig@anima.de (Andreas J. Koenig)
24112              Date: 24 Aug 2000 14:18:52 +0200
24113              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
24114      Branch: perl
24115            ! lib/ExtUtils/Command.pm
24116 ____________________________________________________________________________
24117 [  6797] By: jhi                                   on 2000/08/24  13:46:42
24118         Log: More liberal parsing of version numbers.
24119              
24120              Subject: Re: CPAN.pm beta for testing available
24121              From: andreas.koenig@anima.de (Andreas J. Koenig)
24122              Date: 24 Aug 2000 13:51:57 +0200
24123              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
24124      Branch: perl
24125            ! lib/CPAN.pm
24126 ____________________________________________________________________________
24127 [  6796] By: jhi                                   on 2000/08/24  13:44:36
24128         Log: Make "make install" by default silent.  A new "install-verbose"
24129              target is verbose.
24130      Branch: perl
24131            ! Makefile.SH
24132 ____________________________________________________________________________
24133 [  6795] By: jhi                                   on 2000/08/24  13:39:14
24134         Log: Add silencer flags to installperl.
24135              
24136              Subject: [PATCH] Making installperl silent.
24137              From: <abigail@foad.org>
24138              Date: Thu, 24 Aug 2000 05:01:45 -0400
24139              Message-ID: <20000824090145.13141.qmail@foad.org>
24140      Branch: perl
24141            ! installperl
24142 ____________________________________________________________________________
24143 [  6794] By: jhi                                   on 2000/08/24  13:35:50
24144         Log: installperl couldn't tell whether it had run tests or not.
24145              
24146              Subject: [PATCH] Re: installperl and t/TEST
24147              From: <abigail@foad.org>
24148              Date: Thu, 24 Aug 2000 04:00:53 -0400
24149              Message-ID: <20000824080053.2494.qmail@foad.org>
24150      Branch: perl
24151            ! Makefile.SH installperl
24152 ____________________________________________________________________________
24153 [  6793] By: jhi                                   on 2000/08/24  13:27:50
24154         Log: Drop the separate perlbc, perlcc -b should be enough.
24155      Branch: perl
24156            - utils/perlbc.PL
24157            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
24158 ____________________________________________________________________________
24159 [  6792] By: jhi                                   on 2000/08/24  04:41:30
24160         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
24161              plus the typo fix from Peter Prymmer.
24162      Branch: perl
24163            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
24164            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24165 ____________________________________________________________________________
24166 [  6791] By: jhi                                   on 2000/08/24  02:10:43
24167         Log: Replace #6705 with a minimal doc patch.
24168              
24169              Subject: [PATCH 5.6.0] replace change #6705
24170              From: Jan Dubois <jand@ActiveState.com>
24171              Date: Wed, 23 Aug 2000 18:31:51 -0700
24172              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
24173      Branch: perl
24174            ! lib/Win32.pod win32/win32.c
24175 ____________________________________________________________________________
24176 [  6790] By: jhi                                   on 2000/08/23  17:52:00
24177         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24178              From: Mike Guy <mjtg@cam.ac.uk>
24179              Date: Wed, 23 Aug 2000 18:38:46 +0100
24180              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
24181      Branch: perl
24182            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
24183 ____________________________________________________________________________
24184 [  6789] By: jhi                                   on 2000/08/23  15:34:21
24185         Log: Update Changes.
24186      Branch: perl
24187            ! Changes patchlevel.h
24188 ____________________________________________________________________________
24189 [  6788] By: jhi                                   on 2000/08/23  15:33:40
24190         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
24191              From: Wilfredo Sánchez <wsanchez@apple.com>
24192              Date: Tue, 22 Aug 2000 19:31:27 -0700
24193              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
24194      Branch: perl
24195            ! perl.h
24196 ____________________________________________________________________________
24197 [  6787] By: jhi                                   on 2000/08/23  15:29:31
24198         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
24199              From: Spider Boardman <spider@leggy.zk3.dec.com>
24200              Date: Wed, 23 Aug 2000 10:33:23 -0400
24201              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
24202      Branch: perl
24203            ! lib/Pod/Html.pm
24204 ____________________________________________________________________________
24205 [  6786] By: jhi                                   on 2000/08/23  15:28:11
24206         Log: Bad makefile.
24207      Branch: perl
24208            ! ext/B/Makefile.PL
24209 ____________________________________________________________________________
24210 [  6785] By: jhi                                   on 2000/08/23  14:37:04
24211         Log: Update Changes.
24212      Branch: perl
24213            ! Changes patchlevel.h
24214 ____________________________________________________________________________
24215 [  6784] By: jhi                                   on 2000/08/23  13:58:41
24216         Log: Portability fix from Hugo van der Sanden.
24217      Branch: perl
24218            ! ext/re/Makefile.PL
24219 ____________________________________________________________________________
24220 [  6783] By: jhi                                   on 2000/08/23  13:53:53
24221         Log: Storable support, v-version fixes.
24222              
24223              Subject: CPAN.pm beta for testing available
24224              From: andreas.koenig@anima.de (Andreas J. Koenig)
24225              Date: 22 Aug 2000 23:31:33 +0200
24226              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
24227      Branch: perl
24228            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24229 ____________________________________________________________________________
24230 [  6782] By: jhi                                   on 2000/08/23  13:51:26
24231         Log: Mac and other portability updates from Chris Nandor.
24232      Branch: perl
24233            ! pod/perlmodinstall.pod
24234 ____________________________________________________________________________
24235 [  6781] By: jhi                                   on 2000/08/23  13:47:33
24236         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
24237              From: Peter Prymmer <pvhp@forte.com>
24238              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
24239              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
24240      Branch: perl
24241            ! ext/Storable/Storable.xs
24242 ____________________________________________________________________________
24243 [  6780] By: jhi                                   on 2000/08/23  13:33:34
24244         Log: VMS MMS (make) wants null action.
24245      Branch: perl
24246            ! ext/B/Makefile.PL
24247 ____________________________________________________________________________
24248 [  6779] By: jhi                                   on 2000/08/22  19:44:47
24249         Log: Forgot portability nit.
24250      Branch: perl
24251            ! t/lib/st-forgive.t
24252 ____________________________________________________________________________
24253 [  6778] By: jhi                                   on 2000/08/22  19:35:25
24254         Log: Be portable.
24255      Branch: perl
24256            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
24257            ! t/lib/st-store.t
24258 ____________________________________________________________________________
24259 [  6777] By: jhi                                   on 2000/08/22  18:50:53
24260         Log: Update Changes.
24261      Branch: perl
24262            ! Changes patchlevel.h
24263 ____________________________________________________________________________
24264 [  6776] By: jhi                                   on 2000/08/22  18:44:46
24265         Log: cSVOPo_*v things index into the current PL_curpad
24266              under ithreads, which is different from the curpad
24267              used by the XSUB.  (In other words, the code as-is
24268              before this patch wouldn't work under ithreads.)
24269              From Sarathy.
24270      Branch: perl
24271            ! ext/B/B.xs
24272 ____________________________________________________________________________
24273 [  6775] By: jhi                                   on 2000/08/22  18:18:37
24274         Log: Make the selection of NVff et al stricter.
24275      Branch: metaconfig/U/perl
24276            ! perlxvf.U
24277      Branch: perl
24278            ! Configure config_h.SH
24279 ____________________________________________________________________________
24280 [  6774] By: jhi                                   on 2000/08/22  17:19:42
24281         Log: perldelta nits.
24282      Branch: perl
24283            ! pod/perldelta.pod
24284 ____________________________________________________________________________
24285 [  6773] By: jhi                                   on 2000/08/22  17:06:26
24286         Log: Long double fixes from Spider Boardman.
24287              
24288              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
24289              From: system PRIVILEGED account <root@peano.zk3.dec.com>
24290              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
24291              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
24292      Branch: perl
24293            ! t/lib/bigfltpm.t t/lib/st-06compat.t
24294 ____________________________________________________________________________
24295 [  6772] By: jhi                                   on 2000/08/22  15:04:53
24296         Log: Update Changes.
24297      Branch: perl
24298            ! Changes patchlevel.h
24299 ____________________________________________________________________________
24300 [  6771] By: jhi                                   on 2000/08/22  15:01:44
24301         Log: perldelta fixes from Hugo van der Sanden.
24302      Branch: perl
24303            ! pod/perldelta.pod
24304 ____________________________________________________________________________
24305 [  6770] By: jhi                                   on 2000/08/22  14:34:49
24306         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
24307              From: Hugo <hv@crypt.compulink.co.uk>
24308              Date: Tue, 22 Aug 2000 11:21:53 +0100
24309              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
24310      Branch: perl
24311            ! regcomp.c
24312 ____________________________________________________________________________
24313 [  6769] By: jhi                                   on 2000/08/22  14:30:02
24314         Log: Add Yitzchak, reformat.
24315      Branch: perl
24316            ! Changes config_h.SH
24317 ____________________________________________________________________________
24318 [  6768] By: jhi                                   on 2000/08/22  14:21:35
24319         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
24320              and Spider Boardman.
24321      Branch: metaconfig
24322            ! U/compline/d_gconvert.U
24323      Branch: perl
24324            ! Configure
24325 ____________________________________________________________________________
24326 [  6767] By: jhi                                   on 2000/08/22  14:11:24
24327         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
24328              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24329              Date: Mon, 21 Aug 2000 19:08:31 -0700
24330              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
24331      Branch: perl
24332            - ext/Storable/patchlevel.h
24333            ! MANIFEST ext/Storable/MANIFEST
24334 ____________________________________________________________________________
24335 [  6766] By: jhi                                   on 2000/08/22  13:49:29
24336         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
24337              From: Peter Prymmer <pvhp@forte.com>
24338              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
24339              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
24340      Branch: perl
24341            ! configure.com ext/Storable/Makefile.PL
24342 ____________________________________________________________________________
24343 [  6765] By: jhi                                   on 2000/08/22  13:44:59
24344         Log: Subject: [PATCH blead] B:: missing dependency
24345              From: Hugo <hv@crypt.compulink.co.uk>
24346              Date: Tue, 22 Aug 2000 06:44:33 +0100
24347              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
24348      Branch: perl
24349            ! ext/B/Makefile.PL
24350 ____________________________________________________________________________
24351 [  6764] By: jhi                                   on 2000/08/22  13:38:12
24352         Log: More bytecompiler.
24353      Branch: perl
24354            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
24355 ____________________________________________________________________________
24356 [  6763] By: jhi                                   on 2000/08/22  13:36:44
24357         Log: Bytecompiler patches from Benjamin Stuhl.
24358      Branch: perl
24359            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
24360            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24361            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
24362            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24363            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
24364            ! perl.c perlapi.h pod/perldelta.pod
24365 ____________________________________________________________________________
24366 [  6762] By: jhi                                   on 2000/08/21  23:43:40
24367         Log: An obsoleted diagnostic.
24368      Branch: perl
24369            ! pod/perldelta.pod
24370 ____________________________________________________________________________
24371 [  6761] By: jhi                                   on 2000/08/21  23:01:45
24372         Log: The #6759 wasn't quite right.
24373      Branch: perl
24374            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
24375            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
24376            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
24377            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
24378            ! t/lib/st-tieditems.t
24379 ____________________________________________________________________________
24380 [  6760] By: jhi                                   on 2000/08/21  22:35:49
24381         Log: Be verydeepclean.
24382      Branch: perl
24383            ! Makefile.SH
24384 ____________________________________________________________________________
24385 [  6759] By: jhi                                   on 2000/08/21  22:25:40
24386         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
24387              From: Peter Prymmer <pvhp@forte.com>
24388              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
24389              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
24390      Branch: perl
24391            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
24392            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
24393            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
24394            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
24395            ! t/lib/st-tieditems.t
24396 ____________________________________________________________________________
24397 [  6758] By: jhi                                   on 2000/08/21  22:22:32
24398         Log: Few more casts, need reported in
24399              
24400              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
24401              From: Mike Stok <mike@stok.co.uk>
24402              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
24403              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
24404              
24405              and
24406              
24407              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
24408              From: abigail@foad.org
24409              Date: 21 Aug 2000 21:31:34 -0000
24410              Message-Id: <20000821213134.30170.qmail@foad.org>
24411      Branch: perl
24412            ! ext/Storable/Storable.xs
24413 ____________________________________________________________________________
24414 [  6757] By: jhi                                   on 2000/08/21  18:37:07
24415         Log: Update Changes.
24416      Branch: perl
24417            ! Changes patchlevel.h
24418 ____________________________________________________________________________
24419 [  6756] By: jhi                                   on 2000/08/21  18:34:02
24420         Log: A pod nit.
24421              
24422              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
24423              From: <abigail@foad.org>
24424              Date: Mon, 21 Aug 2000 14:00:16 -0400
24425              Message-ID: <20000821180016.28627.qmail@foad.org>
24426      Branch: perl
24427            ! pod/perlre.pod
24428 ____________________________________________________________________________
24429 [  6755] By: jhi                                   on 2000/08/21  18:30:56
24430         Log: Use PodParser 1.18 new test.
24431      Branch: perl
24432            ! t/pod/special_seqs.t t/pod/special_seqs.xr
24433 ____________________________________________________________________________
24434 [  6754] By: jhi                                   on 2000/08/21  18:28:35
24435         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
24436              patches cannot be applied since #6712 conflicts.
24437      Branch: perl
24438            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
24439 ____________________________________________________________________________
24440 [  6753] By: jhi                                   on 2000/08/21  18:15:11
24441         Log: Weed out some smaller changes.
24442      Branch: perl
24443            ! pod/perldelta.pod
24444 ____________________________________________________________________________
24445 [  6752] By: jhi                                   on 2000/08/21  18:02:30
24446         Log: Also under djgpp the timestamps are funky.
24447      Branch: perl
24448            ! t/op/stat.t
24449 ____________________________________________________________________________
24450 [  6751] By: jhi                                   on 2000/08/21  17:55:56
24451         Log: Tweak the floating point output routine preferences.
24452      Branch: metaconfig
24453            ! U/compline/d_gconvert.U
24454      Branch: perl
24455            ! Configure
24456 ____________________________________________________________________________
24457 [  6750] By: jhi                                   on 2000/08/21  17:51:29
24458         Log: Unicos/mk requires elaborate paranoia.
24459      Branch: perl
24460            ! lib/Math/Complex.pm
24461 ____________________________________________________________________________
24462 [  6749] By: gsar                                  on 2000/08/21  16:53:31
24463         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
24464      Branch: perl
24465            ! lib/Cwd.pm
24466 ____________________________________________________________________________
24467 [  6748] By: gsar                                  on 2000/08/21  16:22:19
24468         Log: free TLS slot properly on Windows
24469      Branch: perl
24470            ! thread.h win32/perllib.c win32/win32thread.h
24471 ____________________________________________________________________________
24472 [  6747] By: jhi                                   on 2000/08/21  16:20:58
24473         Log: Rename the macro argument because some preprocessors
24474              can't tell the difference and expand arguments also inside
24475              double quoted strings.
24476      Branch: perl
24477            ! regcomp.c
24478 ____________________________________________________________________________
24479 [  6746] By: jhi                                   on 2000/08/21  16:09:41
24480         Log: Support long doubles in Storable.
24481              
24482              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
24483              From: Radu Greab <radu@netsoft.ro>
24484              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
24485              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
24486      Branch: perl
24487            ! ext/Storable/Storable.xs
24488 ____________________________________________________________________________
24489 [  6745] By: jhi                                   on 2000/08/21  15:51:40
24490         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
24491              From: "Fifer, Eric" <EFifer@sanwaint.com>
24492              Date: Mon, 21 Aug 2000 15:34:49 +0100
24493              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
24494      Branch: perl
24495            ! t/pragma/warn/9enabled
24496 ____________________________________________________________________________
24497 [  6744] By: jhi                                   on 2000/08/21  15:39:35
24498         Log: Document the endianness of Alpha more precisely.
24499      Branch: perl
24500            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
24501            ! pod/perlport.pod
24502 ____________________________________________________________________________
24503 [  6743] By: jhi                                   on 2000/08/21  14:47:05
24504         Log: perldelta fixes from the p5p crowd.
24505      Branch: perl
24506            ! pod/perldelta.pod pod/perlop.pod
24507 ____________________________________________________________________________
24508 [  6742] By: jhi                                   on 2000/08/21  13:34:51
24509         Log: Update to Pod::LaTeX 0.53.
24510              
24511              Subject: [PATCH] lib/Pod/LaTeX.pm updates
24512              From: Tim Jenness <timj@jach.hawaii.edu>
24513              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
24514              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
24515      Branch: perl
24516            ! lib/Pod/LaTeX.pm
24517 ____________________________________________________________________________
24518 [  6741] By: jhi                                   on 2000/08/21  13:33:01
24519         Log: Subject: [PATCH] os2.c fix for use64bitint
24520              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24521              Date: Mon, 21 Aug 2000 01:32:25 -0700
24522              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
24523      Branch: perl
24524            ! os2/os2.c
24525 ____________________________________________________________________________
24526 [  6740] By: jhi                                   on 2000/08/21  13:28:52
24527         Log: Array context keeps slithering in.
24528              
24529              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
24530              From: Daniel Chetlin <daniel@chetlin.com>
24531              Date: Sun, 20 Aug 2000 21:40:25 -0700
24532              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
24533      Branch: perl
24534            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
24535            ! pod/perldebtut.pod
24536 ____________________________________________________________________________
24537 [  6739] By: jhi                                   on 2000/08/21  13:23:55
24538         Log: Big-endian quad fixes for Storable from Radu Greab,
24539              plus few explicit null casts for picky compilers.
24540      Branch: perl
24541            ! ext/Storable/Storable.xs
24542 ____________________________________________________________________________
24543 [  6738] By: gsar                                  on 2000/08/21  05:56:13
24544         Log: small tweaks for change#6705: avoid C++ style comments in C code;
24545              use Perl's malloc API rather than the low level system one
24546      Branch: perl
24547            ! win32/win32.c
24548 ____________________________________________________________________________
24549 [  6737] By: gsar                                  on 2000/08/21  05:35:41
24550         Log: add Storable to list of extensions on Windows
24551      Branch: perl
24552            ! win32/Makefile win32/makefile.mk
24553 ____________________________________________________________________________
24554 [  6736] By: jhi                                   on 2000/08/21  02:57:53
24555         Log: Update Changes.
24556      Branch: perl
24557            ! Changes patchlevel.h
24558 ____________________________________________________________________________
24559 [  6735] By: jhi                                   on 2000/08/21  02:57:20
24560         Log: Draft 0.
24561      Branch: perl
24562            ! pod/perldelta.pod
24563 ____________________________________________________________________________
24564 [  6734] By: jhi                                   on 2000/08/21  02:57:03
24565         Log: Add Storable 0.7.2 from Raphael Manfredi,
24566              plus the patch from
24567              
24568              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
24569              From: Radu Greab <radu@netsoft.ro>
24570              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
24571              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
24572              
24573              plus changes to get Storable to compile with
24574              picky ANSI compilers.
24575      Branch: perl
24576            + ext/Storable/ChangeLog ext/Storable/MANIFEST
24577            + ext/Storable/Makefile.PL ext/Storable/README
24578            + ext/Storable/Storable.pm ext/Storable/Storable.xs
24579            + ext/Storable/patchlevel.h t/lib/st-06compat.t
24580            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
24581            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
24582            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
24583            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
24584            + t/lib/st-tieditems.t
24585            ! MANIFEST
24586 ____________________________________________________________________________
24587 [  6733] By: jhi                                   on 2000/08/21  02:29:09
24588         Log: The correct cleaning order is an art.
24589      Branch: perl
24590            ! Makefile.SH
24591 ____________________________________________________________________________
24592 [  6732] By: jhi                                   on 2000/08/21  01:23:39
24593         Log: The #6724 is here.
24594      Branch: perl
24595            ! t/lib/ftmp-security.t
24596 ____________________________________________________________________________
24597 [  6731] By: jhi                                   on 2000/08/20  23:17:03
24598         Log: s/this one/the 5.6.0 release/
24599      Branch: perl
24600            ! pod/perl56delta.pod
24601 ____________________________________________________________________________
24602 [  6730] By: jhi                                   on 2000/08/20  23:07:34
24603         Log: Mention perlebcdic and perlposix-bc.
24604      Branch: perl
24605            ! pod/perlport.pod
24606 ____________________________________________________________________________
24607 [  6729] By: jhi                                   on 2000/08/20  21:32:59
24608         Log: Document the number of exponent digits.
24609      Branch: perl
24610            ! pod/perlfunc.pod
24611 ____________________________________________________________________________
24612 [  6728] By: jhi                                   on 2000/08/20  21:16:47
24613         Log: Use File::Spec->tmpdir().
24614              
24615              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
24616              From: Tim Jenness <timj@jach.hawaii.edu>
24617              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
24618              MIME-Version: 1.0
24619              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
24620      Branch: perl
24621            ! utils/perlbug.PL
24622 ____________________________________________________________________________
24623 [  6727] By: jhi                                   on 2000/08/20  20:43:32
24624         Log: Update Changes.
24625      Branch: perl
24626            ! Changes patchlevel.h
24627 ____________________________________________________________________________
24628 [  6726] By: jhi                                   on 2000/08/20  20:41:44
24629         Log: The veryclean target needs to clobber.
24630      Branch: perl
24631            ! Makefile.SH
24632 ____________________________________________________________________________
24633 [  6725] By: jhi                                   on 2000/08/20  20:37:38
24634         Log: Document odd vs even subreleases and -Dusedevel.
24635      Branch: perl
24636            ! INSTALL
24637 ____________________________________________________________________________
24638 [  6724] By: jhi                                   on 2000/08/20  19:58:05
24639         Log: Use temporary directory instead of current directory.
24640              
24641              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
24642              From: Tim Jenness <timj@jach.hawaii.edu>
24643              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
24644              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
24645      Branch: perl
24646            ! t/lib/ftmp-security.t
24647 ____________________________________________________________________________
24648 [  6723] By: jhi                                   on 2000/08/20  19:55:55
24649         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
24650              From: andreas.koenig@anima.de (Andreas J. Koenig)
24651              Date: 20 Aug 2000 15:52:03 +0200
24652              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
24653      Branch: perl
24654            ! lib/ExtUtils/MM_Unix.pm
24655 ____________________________________________________________________________
24656 [  6722] By: jhi                                   on 2000/08/20  19:46:01
24657         Log: Update to CGI 2.72, from Lincoln Stein.
24658      Branch: perl
24659            ! lib/CGI.pm
24660 ____________________________________________________________________________
24661 [  6721] By: jhi                                   on 2000/08/20  19:43:54
24662         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
24663              From: Radu Greab <radu@netsoft.ro>
24664              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
24665              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
24666      Branch: perl
24667            ! ext/GDBM_File/GDBM_File.xs
24668 ____________________________________________________________________________
24669 [  6720] By: jhi                                   on 2000/08/20  19:42:01
24670         Log: pp_open() could pass an uninitialized filename down to do_open9().
24671      Branch: perl
24672            ! pp_sys.c
24673 ____________________________________________________________________________
24674 [  6719] By: jhi                                   on 2000/08/20  14:06:41
24675         Log: UTF8 concat fixes.
24676              
24677              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
24678              From: Hugo <hv@crypt.compulink.co.uk>
24679              Date: Sun, 20 Aug 2000 07:30:46 +0100
24680              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
24681      Branch: perl
24682            ! pp_hot.c t/op/append.t
24683 ____________________________________________________________________________
24684 [  6718] By: jhi                                   on 2000/08/20  02:09:37
24685         Log: Let's try #6717 again.
24686      Branch: perl
24687            ! lib/File/Temp.pm
24688 ____________________________________________________________________________
24689 [  6717] By: jhi                                   on 2000/08/20  01:56:55
24690         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
24691              From: "Craig A. Berry" <craig.berry@metamorgs.com>
24692              Date: Sat, 19 Aug 2000 18:15:39 -0500
24693              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
24694      Branch: perl
24695            ! lib/File/Temp.pm
24696 ____________________________________________________________________________
24697 [  6716] By: jhi                                   on 2000/08/19  15:50:11
24698         Log: Update Changes.
24699      Branch: perl
24700            ! Changes patchlevel.h
24701 ____________________________________________________________________________
24702 [  6715] By: jhi                                   on 2000/08/19  15:39:09
24703         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
24704              From: Jonathan D Johnston <jdjohnston2@juno.com>
24705              Date: Thu, 17 Aug 2000 23:13:01 -0400       
24706              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
24707      Branch: perl
24708            ! pod/perlfunc.pod
24709 ____________________________________________________________________________
24710 [  6714] By: jhi                                   on 2000/08/19  15:34:04
24711         Log: Introduce a 'veryclean' target that is like 'distclean'
24712              but also removes *~ and *.orig.
24713      Branch: perl
24714            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
24715            ! utils/Makefile x2p/Makefile.SH
24716 ____________________________________________________________________________
24717 [  6713] By: jhi                                   on 2000/08/19  14:15:45
24718         Log: Put back the long double avoidance code to POSIX.xs
24719              because VMS seems to need it still.
24720      Branch: perl
24721            ! ext/POSIX/POSIX.xs
24722 ____________________________________________________________________________
24723 [  6712] By: jhi                                   on 2000/08/19  14:10:41
24724         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
24725              From: Peter Prymmer <pvhp@forte.com>
24726              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
24727              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
24728      Branch: perl
24729            ! lib/Pod/Find.pm t/pod/find.t
24730 ____________________________________________________________________________
24731 [  6711] By: jhi                                   on 2000/08/19  14:09:19
24732         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
24733              From: Peter Prymmer <pvhp@forte.com>
24734              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
24735              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
24736              cc: vmsperl@perl.org
24737      Branch: perl
24738            ! t/lib/peek.t
24739 ____________________________________________________________________________
24740 [  6710] By: jhi                                   on 2000/08/19  14:08:01
24741         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
24742              From: Jan Dubois <jand@ActiveState.com>
24743              Date: Fri, 18 Aug 2000 16:31:48 -0700
24744              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
24745      Branch: perl
24746            ! win32/win32.c
24747 ____________________________________________________________________________
24748 [  6709] By: jhi                                   on 2000/08/19  14:06:57
24749         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
24750              
24751              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
24752              From: Spider.Boardman@Orb.Nashua.NH.US
24753              Date: Fri, 18 Aug 2000 18:41:14 -0400
24754              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
24755      Branch: perl
24756            ! regcomp.c
24757 ____________________________________________________________________________
24758 [  6708] By: jhi                                   on 2000/08/18  22:04:49
24759         Log: Update Changes.
24760      Branch: perl
24761            ! Changes patchlevel.h
24762 ____________________________________________________________________________
24763 [  6707] By: jhi                                   on 2000/08/18  21:55:14
24764         Log: Add warnif(), check warnings further up the stack,
24765              all the warnings functions now can take an optional object reference.
24766              
24767              Subject: [PATCH bleedperl@6691] warnings pragma update
24768              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
24769              Date: Fri, 18 Aug 2000 22:42:06 +0100
24770              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
24771      Branch: perl
24772            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
24773            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
24774            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
24775 ____________________________________________________________________________
24776 [  6706] By: jhi                                   on 2000/08/18  21:41:45
24777         Log: Typo in pp_complement().
24778              
24779              Subject: [PATCH perl-current] Deparse
24780              From: Peter Scott <Peter@PSDT.com>
24781              Date: Fri, 18 Aug 2000 12:44:37 -0700
24782              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
24783      Branch: perl
24784            ! ext/B/B/Deparse.pm
24785 ____________________________________________________________________________
24786 [  6705] By: jhi                                   on 2000/08/18  21:25:59
24787         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
24788              From: Jan Dubois <jand@ActiveState.com>
24789              Date: Fri, 18 Aug 2000 14:22:51 -0700
24790              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
24791      Branch: perl
24792            ! lib/Win32.pod win32/win32.c
24793 ____________________________________________________________________________
24794 [  6704] By: jhi                                   on 2000/08/18  21:16:14
24795         Log: Don't eat leading os from index entries.
24796              
24797              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
24798              From: Russ Allbery <rra@stanford.edu>
24799              Date: 10 Aug 2000 20:49:25 -0700
24800              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
24801      Branch: perl
24802            ! lib/Pod/Man.pm
24803 ____________________________________________________________________________
24804 [  6703] By: jhi                                   on 2000/08/18  21:07:06
24805         Log: Add [[:blank:]] as suggested in
24806              
24807              Subject: [ID 20000716.024] [=cc=] / [:blank:]
24808              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
24809              Date: Sun, 16 Jul 2000 17:55:29 -0700
24810              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
24811              
24812              (the [=cc=] has already been taken care of by #6439
24813              so the whole bug report can be closed)
24814              
24815              and make [[:space:]] to be equivalent to isspace(3)
24816              (as opposed to \s, which is isSPACE()).  The difference
24817              is that now [[:space:]] matches the mythical vertical tab,
24818              while \s doesn't.
24819      Branch: perl
24820            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
24821            ! regexec.c t/op/pat.t
24822 ____________________________________________________________________________
24823 [  6702] By: jhi                                   on 2000/08/18  18:47:47
24824         Log: The new tests were missing from #6415.
24825      Branch: perl
24826            ! t/op/bop.t
24827 ____________________________________________________________________________
24828 [  6701] By: jhi                                   on 2000/08/18  18:20:40
24829         Log: Document the NDBM_File and ODBM_File as SDBM_File
24830              was documented in #6417.
24831      Branch: perl
24832            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
24833            ! ext/SDBM_File/SDBM_File.pm
24834 ____________________________________________________________________________
24835 [  6700] By: jhi                                   on 2000/08/18  18:10:39
24836         Log: Subject: [PATCH perl@6698] cygwin port
24837              From: "Fifer, Eric" <EFifer@sanwaint.com>
24838              Date: Fri, 18 Aug 2000 17:30:05 +0100
24839              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
24840      Branch: perl
24841            ! lib/File/Temp.pm
24842 ____________________________________________________________________________
24843 [  6699] By: jhi                                   on 2000/08/18  16:21:49
24844         Log: Document code point which makes if (defined %stash::) to work
24845              (noted by Spider Boardman).
24846      Branch: perl
24847            ! op.c
24848 ____________________________________________________________________________
24849 [  6698] By: jhi                                   on 2000/08/18  13:43:27
24850         Log: Update Changes.
24851      Branch: perl
24852            ! Changes patchlevel.h
24853 ____________________________________________________________________________
24854 [  6697] By: jhi                                   on 2000/08/18  13:35:57
24855         Log: Tiny Getopt::Long patch from Johan Vromans.
24856      Branch: perl
24857            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
24858 ____________________________________________________________________________
24859 [  6696] By: jhi                                   on 2000/08/18  13:26:14
24860         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
24861              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
24862              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
24863              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
24864      Branch: perl
24865            ! pod/perldiag.pod pod/perlsyn.pod
24866 ____________________________________________________________________________
24867 [  6695] By: jhi                                   on 2000/08/18  13:13:26
24868         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
24869              From: Daniel Chetlin <daniel@chetlin.com>
24870              Date: Fri, 18 Aug 2000 03:13:36 -0700
24871              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
24872      Branch: perl
24873            ! pod/perlfunc.pod
24874 ____________________________________________________________________________
24875 [  6694] By: jhi                                   on 2000/08/18  13:08:05
24876         Log: Subject: [PATCH] perltrap.pod spring cleaning
24877              From: Daniel Chetlin <daniel@chetlin.com>
24878              Date: Fri, 18 Aug 2000 03:06:54 -0700
24879              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
24880              
24881              plus Mike Guy's nitfix.
24882      Branch: perl
24883            ! pod/perltrap.pod
24884 ____________________________________________________________________________
24885 [  6693] By: jhi                                   on 2000/08/18  13:00:26
24886         Log: Unbuffer the output.
24887              
24888              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
24889              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24890              Date: Thu, 17 Aug 2000 18:39:29 -0700
24891              Message-ID: <RPJn5gzkgydf092yn@efn.org>
24892      Branch: perl
24893            ! t/op/fork.t
24894 ____________________________________________________________________________
24895 [  6692] By: jhi                                   on 2000/08/18  05:19:17
24896         Log: Delete the image, too, not just its MANIFEStation.
24897      Branch: perl
24898            - lib/CGI/eg/wilogo.gif
24899 ____________________________________________________________________________
24900 [  6691] By: jhi                                   on 2000/08/18  05:10:26
24901         Log: Propagate new Configure vars.
24902      Branch: perl
24903            ! configure.com epoc/config.sh uconfig.h uconfig.sh
24904            ! vos/config.def vos/config.h vos/config_h.SH_orig
24905            ! win32/config.bc win32/config.gc win32/config.vc
24906            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24907 ____________________________________________________________________________
24908 [  6690] By: jhi                                   on 2000/08/18  04:30:56
24909         Log: Update Changes.
24910      Branch: perl
24911            ! Changes patchlevel.h
24912 ____________________________________________________________________________
24913 [  6689] By: jhi                                   on 2000/08/18  04:12:30
24914         Log: Fix the lib/complex failure of
24915              
24916              From: abigail@foad.org
24917              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
24918              Date: 15 Aug 2000 04:06:38 -0000
24919              Message-Id: <20000815040638.8524.qmail@foad.org> 
24920              
24921              Linux long double accuracy issue: something that
24922              when printed with %g looks like "2" but int() of it is 1.
24923      Branch: perl
24924            ! lib/Math/Complex.pm
24925 ____________________________________________________________________________
24926 [  6688] By: jhi                                   on 2000/08/18  03:15:35
24927         Log: The byteorder code in #6671 was wrong.
24928      Branch: perl
24929            ! configpm
24930 ____________________________________________________________________________
24931 [  6687] By: jhi                                   on 2000/08/18  02:08:42
24932         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
24933              From: Jan Dubois <jand@ActiveState.com>
24934              Date: Thu, 17 Aug 2000 18:31:55 -0700
24935              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
24936      Branch: perl
24937            ! sv.c
24938 ____________________________________________________________________________
24939 [  6686] By: jhi                                   on 2000/08/18  02:04:15
24940         Log: Use NVs in POSIX math, not doubles.
24941              
24942              From: abigail@foad.org
24943              Subject: [ID 20000817.014] POSIX & modfl
24944              Date: 17 Aug 2000 20:49:18 -0000
24945              Message-Id: <20000817204918.23123.qmail@foad.org>
24946      Branch: perl
24947            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
24948 ____________________________________________________________________________
24949 [  6685] By: jhi                                   on 2000/08/18  02:02:12
24950         Log: Introduce NVef, NVff, and NVgf, use the middle one.
24951              (helps for lib/peek + Linux + long doubles)  Reported in
24952              
24953              From: abigail@foad.org
24954              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
24955              Date: 15 Aug 2000 04:06:38 -0000
24956              Message-Id: <20000815040638.8524.qmail@foad.org> 
24957              
24958              (note: the lib/complex failure has not yet been addressed)
24959      Branch: metaconfig/U/perl
24960            ! perlxvf.U
24961      Branch: perl
24962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24963            ! config_h.SH dump.c perl.h pod/perlguts.pod
24964 ____________________________________________________________________________
24965 [  6684] By: jhi                                   on 2000/08/17  23:22:19
24966         Log: Add byteorder to the myconfig output.
24967      Branch: perl
24968            ! myconfig.SH
24969 ____________________________________________________________________________
24970 [  6683] By: jhi                                   on 2000/08/17  23:20:19
24971         Log: The image doth not exist, spotted by Johan Vromans.
24972      Branch: perl
24973            ! MANIFEST
24974 ____________________________________________________________________________
24975 [  6682] By: jhi                                   on 2000/08/17  22:38:16
24976         Log: Document what the backtick returns if the command fails.
24977      Branch: perl
24978            ! pod/perlop.pod
24979 ____________________________________________________________________________
24980 [  6681] By: jhi                                   on 2000/08/17  22:33:12
24981         Log: Do not use prototyping here.
24982              
24983              Subject: [ID 20000817.016] [PATCH] Peek.xs
24984              From: abigail@foad.org
24985              Date: 17 Aug 2000 20:55:56 -0000
24986              Message-Id: <20000817205556.24270.qmail@foad.org>
24987      Branch: perl
24988            ! ext/Devel/Peek/Makefile.PL
24989 ____________________________________________________________________________
24990 [  6680] By: jhi                                   on 2000/08/17  19:46:43
24991         Log: Don't propose using modules built for 5.005 if no binary
24992              compatibility with 5.005 is attempted.
24993              
24994              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24995              Subject: Minor nit with 5.7.0 (6655)
24996              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
24997              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
24998      Branch: metaconfig
24999            ! U/installdirs/inc_version_list.U
25000      Branch: perl
25001            ! Configure config_h.SH
25002 ____________________________________________________________________________
25003 [  6679] By: jhi                                   on 2000/08/17  19:16:39
25004         Log: Microperl config update.
25005      Branch: perl
25006            ! uconfig.h uconfig.sh
25007 ____________________________________________________________________________
25008 [  6678] By: jhi                                   on 2000/08/17  19:16:13
25009         Log: The #6648 wasn't protective enough for limited platforms
25010              (like microperl).
25011      Branch: perl
25012            ! dump.c sv.c
25013 ____________________________________________________________________________
25014 [  6677] By: jhi                                   on 2000/08/17  14:46:35
25015         Log: Update Changes.
25016      Branch: perl
25017            ! Changes patchlevel.h
25018 ____________________________________________________________________________
25019 [  6676] By: jhi                                   on 2000/08/17  14:44:02
25020         Log: Add perlebcdic from Peter Prymmer, regen toc.
25021      Branch: perl
25022            + pod/perlebcdic.pod
25023            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25024 ____________________________________________________________________________
25025 [  6675] By: jhi                                   on 2000/08/17  14:41:52
25026         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
25027      Branch: perl
25028            ! pod/perldebtut.pod
25029 ____________________________________________________________________________
25030 [  6674] By: jhi                                   on 2000/08/17  14:29:43
25031         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
25032              
25033              Subject: [ID 20000724.006] -DLEAKTEST problem
25034              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
25035              Date: Tue, 25 Jul 2000 00:36:32 -0500
25036              Message-Id: <20000725003632.A26186@www.llamacom.com>
25037              
25038              Reminder sent
25039              
25040              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
25041              From: Hugo <hv@crypt.compulink.co.uk>
25042              Date: Thu, 17 Aug 2000 15:23:42 +0100
25043              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
25044      Branch: perl
25045            ! util.c
25046 ____________________________________________________________________________
25047 [  6673] By: jhi                                   on 2000/08/17  04:07:10
25048         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
25049              From: John Peacock <JPeacock@UnivPress.com>
25050              Date: Tue, 01 Aug 2000 09:38:12 -0400
25051              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
25052      Branch: perl
25053            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
25054 ____________________________________________________________________________
25055 [  6672] By: jhi                                   on 2000/08/17  03:04:35
25056         Log: Subject: [PATCH] Cwd.pm now uses strict
25057              From: Tim Jenness <timj@jach.hawaii.edu>
25058              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
25059              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
25060      Branch: perl
25061            ! lib/Cwd.pm
25062 ____________________________________________________________________________
25063 [  6671] By: jhi                                   on 2000/08/17  02:16:35
25064         Log: Make $Config{byteorder} more magical so that it is
25065              dynamically computed: nice for 'fat binaries'.
25066              
25067              Subject: [PATCH]: default byteorder
25068              From: Wilfredo Sánchez <wsanchez@apple.com>
25069              Date: Mon, 31 Jul 2000 19:45:31 -0700
25070              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
25071      Branch: perl
25072            ! configpm
25073 ____________________________________________________________________________
25074 [  6670] By: gsar                                  on 2000/08/17  01:22:21
25075         Log: move WNOHANG definition to where other such things are
25076      Branch: perl
25077            ! win32/win32.h
25078 ____________________________________________________________________________
25079 [  6669] By: jhi                                   on 2000/08/17  01:19:17
25080         Log: Update Changes.
25081      Branch: perl
25082            ! Changes patchlevel.h
25083 ____________________________________________________________________________
25084 [  6668] By: jhi                                   on 2000/08/17  01:16:29
25085         Log: Doc nits spotted by Richard Soderberg.
25086      Branch: perl
25087            ! README.posix-bc README.vmesa
25088 ____________________________________________________________________________
25089 [  6667] By: jhi                                   on 2000/08/17  01:12:11
25090         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
25091              From: "Casey R. Tweten" <crt@kiski.net>
25092              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
25093              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
25094      Branch: perl
25095            ! pod/perldebtut.pod
25096 ____________________________________________________________________________
25097 [  6666] By: jhi                                   on 2000/08/17  01:09:31
25098         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
25099              From: "Casey R. Tweten" <crt@kiski.net>
25100              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
25101              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
25102      Branch: perl
25103            ! lib/Shell.pm
25104 ____________________________________________________________________________
25105 [  6665] By: gsar                                  on 2000/08/17  01:03:52
25106         Log: add "ok" targets from change#6632 in makefile.mk
25107      Branch: perl
25108            ! pod/perlport.pod win32/Makefile win32/makefile.mk
25109 ____________________________________________________________________________
25110 [  6664] By: gsar                                  on 2000/08/17  00:56:11
25111         Log: avoid warnings from dense compiler
25112      Branch: perl
25113            ! win32/win32.c
25114 ____________________________________________________________________________
25115 [  6663] By: jhi                                   on 2000/08/17  00:51:49
25116         Log: Tweak the regex compilation errors once more.
25117      Branch: perl
25118            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
25119            ! t/op/regmesg.t t/pragma/warn/regcomp
25120 ____________________________________________________________________________
25121 [  6662] By: gsar                                  on 2000/08/17  00:28:19
25122         Log: trailing new %ENV entries weren't being pushed into the real
25123              environment of subprocesses on Windows
25124      Branch: perl
25125            ! t/op/magic.t win32/perlhost.h
25126 ____________________________________________________________________________
25127 [  6661] By: gsar                                  on 2000/08/17  00:19:20
25128         Log: waitpid() now handles externally spawned pids correctly;
25129              fixes for backtick/wait/waitpid failures on Windows 9x
25130              
25131              these changes make the pid returned by process functions on
25132              Windows 9x always positive by clearing the high bit (which
25133              is always set on Win9x); pseudo-process PIDs are likewise
25134              always negative now on Win9x (just as on NT/2000)
25135      Branch: perl
25136            ! pp_sys.c win32/perlhost.h win32/win32.c
25137 ____________________________________________________________________________
25138 [  6660] By: jhi                                   on 2000/08/17  00:04:32
25139         Log: Retract #6645.
25140      Branch: perl
25141            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25142            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
25143            ! t/op/sprintf.t
25144 ____________________________________________________________________________
25145 [  6659] By: gsar                                  on 2000/08/16  23:59:28
25146         Log: on windows, the return values from wait() and waitpid() don't
25147              match those of pseudo-pids
25148      Branch: perl
25149            ! pp_sys.c t/op/fork.t util.c win32/win32.c
25150 ____________________________________________________________________________
25151 [  6658] By: gsar                                  on 2000/08/16  23:56:14
25152         Log: pod nit seen in passing
25153      Branch: perl
25154            ! pod/perlfunc.pod
25155 ____________________________________________________________________________
25156 [  6657] By: gsar                                  on 2000/08/16  23:53:42
25157         Log: change#6328 could make close(SOCKET) return false on windows
25158              when it shouldn't
25159      Branch: perl
25160            ! win32/win32sck.c
25161 ____________________________________________________________________________
25162 [  6656] By: gsar                                  on 2000/08/16  23:46:57
25163         Log: check that the number pseudo children doesn't exceed
25164              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
25165              the WaitForMultipleObjects() limit that would cause wait()
25166              to crash)
25167              
25168              wait() and waitpid() could potentially be rewritten to use
25169              more than one thread to do the waiting to eliminate this
25170              limitation
25171      Branch: perl
25172            ! win32/perlhost.h
25173 ____________________________________________________________________________
25174 [  6655] By: jhi                                   on 2000/08/16  14:11:05
25175         Log: Update Changes.
25176      Branch: perl
25177            ! Changes patchlevel.h
25178 ____________________________________________________________________________
25179 [  6654] By: jhi                                   on 2000/08/16  14:10:12
25180         Log: Update to perldebtut 1.9, from Richard Foley.
25181      Branch: perl
25182            ! pod/perldebtut.pod
25183 ____________________________________________________________________________
25184 [  6653] By: jhi                                   on 2000/08/16  14:08:17
25185         Log: Change the regx compilation error markers to use = instead of <
25186              since pod makes using the latter quite messy.  Reported in
25187              ID 20000814.006 by Abigail and in
25188              Subject: Unknown escape E<> ?
25189              From: Lupe Christoph <lupe@lupe-christoph.de>
25190              Date: Fri, 11 Aug 2000 00:30:27 +0200
25191              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
25192      Branch: perl
25193            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
25194            ! t/op/regmesg.t t/pragma/warn/regcomp
25195 ____________________________________________________________________________
25196 [  6652] By: jhi                                   on 2000/08/16  13:25:31
25197         Log: Change the perlbug address to perl.org since it's more forgiving.
25198              
25199              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
25200              From: abigail@foad.org
25201              Date: 15 Aug 2000 04:15:40 -0000
25202              Message-Id: <20000815041540.8633.qmail@foad.org>
25203      Branch: perl
25204            ! utils/perlbug.PL
25205 ____________________________________________________________________________
25206 [  6651] By: jhi                                   on 2000/08/16  13:22:35
25207         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
25208              From: Tim Jenness <timj@jach.hawaii.edu>
25209              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
25210              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
25211      Branch: perl
25212            ! lib/Cwd.pm
25213 ____________________________________________________________________________
25214 [  6650] By: jhi                                   on 2000/08/16  13:18:13
25215         Log: Update to CPAN 1.57.
25216              
25217              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
25218              From: andreas.koenig@anima.de (Andreas J. Koenig)
25219              Date: 16 Aug 2000 15:09:46 +0200
25220              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
25221      Branch: perl
25222            ! lib/CPAN.pm
25223 ____________________________________________________________________________
25224 [  6649] By: jhi                                   on 2000/08/16  13:12:31
25225         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
25226              From: "Larry W. Virden" <lvirden@cas.org>
25227              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
25228              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
25229      Branch: perl
25230            ! README.hpux
25231 ____________________________________________________________________________
25232 [  6648] By: jhi                                   on 2000/08/16  13:03:53
25233         Log: The numeric locale was reset to "C" by s?printf and never restored.
25234              
25235              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
25236              From: Christian Kirsch <ck@held.mind.de>
25237              Date: Wed, 9 Aug 2000 17:05:17 +0200
25238              Message-Id: <20000809170517.A25389@held>
25239              
25240              No test since adding the failing example to locale.t
25241              does not fail -- probably because the locale settings are so
25242              thoroughly tweaked by that time.  Running the example standalone
25243              does fail, though.  UPDATE: test case added at change #7540.
25244      Branch: perl
25245            ! dump.c perl.h pp.c pp_ctl.c sv.c
25246 ____________________________________________________________________________
25247 [  6647] By: jhi                                   on 2000/08/16  00:07:54
25248         Log: Update Changes and test semi-automatic patchlevel updating.
25249      Branch: perl
25250            ! Changes patchlevel.h
25251 ____________________________________________________________________________
25252 [  6646] By: jhi                                   on 2000/08/15  23:35:07
25253         Log: Fix a dependency problem.
25254              
25255              Subject: [PATCH: 6640] VMS Makefile.SH update
25256              From: Peter Prymmer <pvhp@forte.com>
25257              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
25258              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
25259      Branch: perl
25260            ! vms/descrip_mms.template
25261 ____________________________________________________________________________
25262 [  6645] By: jhi                                   on 2000/08/15  23:33:23
25263         Log: (Retracted by #6660)
25264              
25265              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
25266              From: Dominic Dunlop <domo@computer.org>
25267              Date: Tue, 15 Aug 2000 22:20:52 +0200
25268              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
25269      Branch: metaconfig/U/perl
25270            + d_printfed.U
25271      Branch: perl
25272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25273            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
25274            ! t/op/sprintf.t
25275 ____________________________________________________________________________
25276 [  6644] By: jhi                                   on 2000/08/15  21:17:20
25277         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
25278              From: abigail@foad.org
25279              Date: 15 Aug 2000 20:12:41 -0000
25280              Message-Id: <20000815201241.25556.qmail@foad.org>
25281      Branch: perl
25282            ! INSTALL
25283 ____________________________________________________________________________
25284 [  6643] By: jhi                                   on 2000/08/15  21:15:28
25285         Log: (an already applied patch)
25286      Branch: perl
25287            ! lib/CGI.pm
25288 ____________________________________________________________________________
25289 [  6642] By: gsar                                  on 2000/08/15  19:54:05
25290         Log: magic callbacks all need to have same type signature
25291      Branch: perl
25292            ! embed.pl mg.c proto.h
25293 ____________________________________________________________________________
25294 [  6641] By: jhi                                   on 2000/08/15  17:56:27
25295         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)
25296              From: Mike Guy <mjtg@cam.ac.uk>
25297              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
25298              Date: Tue, 15 Aug 2000 18:26:45 +0100
25299              
25300              Only the peek.t part applied, not the hash quality part.
25301      Branch: perl
25302            ! t/lib/peek.t
25303 ____________________________________________________________________________
25304 [  6640] By: jhi                                   on 2000/08/15  16:37:37
25305         Log: Update Changes.
25306      Branch: perl
25307            ! Changes
25308 ____________________________________________________________________________
25309 [  6639] By: jhi                                   on 2000/08/15  16:34:55
25310         Log: Missed a file from #6638.
25311      Branch: perl
25312            ! lib/File/Temp.pm
25313 ____________________________________________________________________________
25314 [  6638] By: jhi                                   on 2000/08/15  16:33:19
25315         Log: Subject: [PATCH perl@6620] cygwin port
25316              From: "Fifer, Eric" <EFifer@sanwaint.com>
25317              Date: Tue, 15 Aug 2000 17:00:49 +0100
25318              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
25319      Branch: perl
25320            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
25321 ____________________________________________________________________________
25322 [  6637] By: jhi                                   on 2000/08/15  16:29:22
25323         Log: Subject: [PATCH] debugger exit code should reflect user exit code
25324              From: Mike Guy <mjtg@cam.ac.uk>
25325              Date: Tue, 15 Aug 2000 16:55:59 +0100
25326              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
25327      Branch: perl
25328            ! lib/perl5db.pl
25329 ____________________________________________________________________________
25330 [  6636] By: jhi                                   on 2000/08/15  15:30:58
25331         Log: Update Changes.
25332      Branch: perl
25333            ! Changes
25334 ____________________________________________________________________________
25335 [  6635] By: jhi                                   on 2000/08/15  15:27:21
25336         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
25337      Branch: metaconfig
25338            ! U/mkglossary U/mksample
25339      Branch: metaconfig/U/perl
25340            ! Devel.U
25341      Branch: perl
25342            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25343 ____________________________________________________________________________
25344 [  6634] By: jhi                                   on 2000/08/15  14:11:55
25345         Log: Don't blow limited stacks, a lower number is enough to
25346              tickle the lookbehind limit.
25347              
25348              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
25349              From: Dominic Dunlop <domo@computer.org>
25350              Date: Tue, 15 Aug 2000 13:51:24 +0200
25351              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
25352      Branch: perl
25353            ! t/op/regmesg.t
25354 ____________________________________________________________________________
25355 [  6633] By: jhi                                   on 2000/08/15  14:01:46
25356         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
25357              From: Mike Guy <mjtg@cam.ac.uk>
25358              Date: Tue, 15 Aug 2000 12:10:50 +0100
25359              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
25360      Branch: perl
25361            ! utils/perldoc.PL
25362 ____________________________________________________________________________
25363 [  6632] By: jhi                                   on 2000/08/15  13:58:48
25364         Log: make ok etc also for win32.
25365              
25366              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
25367              From: Prymmer/Kahn <pvhp@best.com>
25368              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
25369              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
25370      Branch: perl
25371            ! win32/Makefile
25372 ____________________________________________________________________________
25373 [  6631] By: jhi                                   on 2000/08/15  13:45:03
25374         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
25375      Branch: perl
25376            ! lib/Test.pm
25377 ____________________________________________________________________________
25378 [  6630] By: jhi                                   on 2000/08/15  03:25:09
25379         Log: Update Changes.
25380      Branch: perl
25381            ! Changes
25382 ____________________________________________________________________________
25383 [  6629] By: jhi                                   on 2000/08/15  03:23:53
25384         Log: magic_regdatum_set() is void, not int.
25385      Branch: perl
25386            ! embed.pl mg.c proto.h
25387 ____________________________________________________________________________
25388 [  6628] By: jhi                                   on 2000/08/15  03:08:02
25389         Log: Make the user to give up his firstborn, err, to knowingly
25390              verify installing an unstable developer release.  Also bump
25391              the release to 5.7.0, but leave a patch tag in the local
25392              patches saying that this is not yet the real thing.
25393      Branch: metaconfig
25394            ! U/modified/Instruct.U
25395      Branch: metaconfig/U/perl
25396            + Devel.U
25397      Branch: perl
25398            ! Configure patchlevel.h
25399 ____________________________________________________________________________
25400 [  6627] By: jhi                                   on 2000/08/14  22:32:52
25401         Log: README.os2 update.
25402              
25403              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
25404              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25405              Date: Wed, 02 Aug 2000 21:55:09 -0700
25406              Message-ID: <tsPi5gzkgegX092yn@efn.org>
25407      Branch: perl
25408            ! README.os2
25409 ____________________________________________________________________________
25410 [  6626] By: jhi                                   on 2000/08/14  21:00:02
25411         Log: Subject: Re: File::Temp problems on VMS in bleedperl
25412              From: Tim Jenness <timj@jach.hawaii.edu>
25413              cc: vmsperl@perl.org
25414              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
25415              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
25416      Branch: perl
25417            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
25418 ____________________________________________________________________________
25419 [  6625] By: jhi                                   on 2000/08/14  20:52:16
25420         Log: Add SUIDMAIL as was done for the CERT alert.
25421      Branch: perl
25422            ! patchlevel.h
25423 ____________________________________________________________________________
25424 [  6624] By: jhi                                   on 2000/08/14  20:48:50
25425         Log: Subject: sfio2000
25426              From: Daniel Muino <dmuino@afip.gov.ar>
25427              Date: Mon, 14 Aug 2000 16:58:11 -0300
25428              Message-ID: <20000814165811.B16368@con2-dgi>
25429      Branch: perl
25430            ! perlsdio.h perlsfio.h
25431 ____________________________________________________________________________
25432 [  6623] By: jhi                                   on 2000/08/14  20:47:36
25433         Log: Subject: warning: storage class after type is obsolescent
25434              From: Daniel Muino <dmuino@afip.gov.ar>
25435              Date: Mon, 14 Aug 2000 16:42:47 -0300
25436              Message-ID: <20000814164247.A16368@con2-dgi>
25437      Branch: perl
25438            ! regcomp.pl regnodes.h
25439 ____________________________________________________________________________
25440 [  6622] By: jhi                                   on 2000/08/14  20:43:05
25441         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
25442              From: abigail@foad.org
25443              Date: 14 Aug 2000 20:00:10 -0000
25444              Message-Id: <20000814200010.27271.qmail@foad.org>
25445      Branch: perl
25446            ! Changes
25447 ____________________________________________________________________________
25448 [  6621] By: jhi                                   on 2000/08/14  15:23:05
25449         Log: Update Changes.
25450      Branch: perl
25451            ! Changes
25452 ____________________________________________________________________________
25453 [  6620] By: jhi                                   on 2000/08/14  15:22:14
25454         Log: Subject: Re: [PATCH] @+, @- readonly
25455              From: Mike Guy <mjtg@cam.ac.uk>
25456              Date: Mon, 14 Aug 2000 15:26:55 +0100
25457              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
25458      Branch: perl
25459            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
25460            ! sv.c t/op/pat.t
25461 ____________________________________________________________________________
25462 [  6619] By: jhi                                   on 2000/08/14  14:12:08
25463         Log: Update Changes.
25464      Branch: perl
25465            ! Changes
25466 ____________________________________________________________________________
25467 [  6618] By: jhi                                   on 2000/08/14  14:09:34
25468         Log: For now remove the mail code.
25469      Branch: perl
25470            ! perl.c
25471 ____________________________________________________________________________
25472 [  6617] By: jhi                                   on 2000/08/14  14:08:28
25473         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
25474      Branch: perl
25475            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
25476            ! pod/perlfaq8.pod pod/perlsec.pod
25477 ____________________________________________________________________________
25478 [  6616] By: jhi                                   on 2000/08/14  14:00:11
25479         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
25480              From: Mike Guy <mjtg@cam.ac.uk>
25481              Date: Mon, 14 Aug 2000 08:26:02 +0100
25482              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
25483      Branch: perl
25484            ! lib/perl5db.pl
25485 ____________________________________________________________________________
25486 [  6615] By: jhi                                   on 2000/08/14  13:58:45
25487         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
25488              From: Mike Guy <mjtg@cam.ac.uk>
25489              Date: Mon, 14 Aug 2000 08:04:22 +0100
25490              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
25491      Branch: perl
25492            ! gv.c mg.c t/op/pat.t
25493 ____________________________________________________________________________
25494 [  6614] By: jhi                                   on 2000/08/14  13:56:45
25495         Log: Subject: Test fails / warnings with perl-current #6612
25496              From: Mike Guy <mjtg@cam.ac.uk>
25497              Date: Mon, 14 Aug 2000 07:57:23 +0100
25498              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
25499      Branch: perl
25500            ! t/lib/b.t t/lib/peek.t
25501 ____________________________________________________________________________
25502 [  6613] By: jhi                                   on 2000/08/14  13:45:33
25503         Log: VMS configure.com update continues.
25504      Branch: perl
25505            - vms/configure.com
25506            ! MANIFEST configure.com
25507 ____________________________________________________________________________
25508 [  6612] By: jhi                                   on 2000/08/13  22:13:35
25509         Log: Update Changes.
25510      Branch: perl
25511            ! Changes
25512 ____________________________________________________________________________
25513 [  6611] By: jhi                                   on 2000/08/13  16:21:45
25514         Log: Upgrade to CGI 2.71, from Lincoln Stein.
25515      Branch: perl
25516            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
25517 ____________________________________________________________________________
25518 [  6610] By: jhi                                   on 2000/08/13  15:09:16
25519         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
25520              From: Mike Guy <mjtg@cam.ac.uk>
25521              Date: Sun, 13 Aug 2000 13:45:51 +0100
25522              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
25523      Branch: perl
25524            ! t/op/regmesg.t
25525 ____________________________________________________________________________
25526 [  6609] By: jhi                                   on 2000/08/13  14:31:26
25527         Log: Andreas says that 1.56 is fine, so reverting back to it.
25528      Branch: perl
25529            ! lib/CPAN.pm
25530 ____________________________________________________________________________
25531 [  6608] By: jhi                                   on 2000/08/13  05:34:20
25532         Log: Update Changes.
25533      Branch: perl
25534            ! Changes
25535 ____________________________________________________________________________
25536 [  6607] By: jhi                                   on 2000/08/13  05:32:01
25537         Log: Put back the \z changes of #5406 to CPAN.pm.
25538      Branch: perl
25539            ! lib/CPAN.pm
25540 ____________________________________________________________________________
25541 [  6606] By: jhi                                   on 2000/08/13  05:20:16
25542         Log: Fix-n-skip the tests under 5005threads.
25543      Branch: perl
25544            ! t/lib/b.t
25545 ____________________________________________________________________________
25546 [  6605] By: jhi                                   on 2000/08/13  05:07:48
25547         Log: Fix the test for 5005threads.
25548      Branch: perl
25549            ! t/lib/peek.t
25550 ____________________________________________________________________________
25551 [  6604] By: jhi                                   on 2000/08/13  03:35:37
25552         Log: Should have deleted this in #6603.
25553      Branch: perl
25554            - vms/subconfigure.com
25555 ____________________________________________________________________________
25556 [  6603] By: jhi                                   on 2000/08/12  18:29:32
25557         Log: Rewrite of vms/subconfigure.com as configure.com,
25558              from Peter Prymmer and the vmsperl crew.
25559      Branch: perl
25560            + vms/configure.com
25561            ! MANIFEST
25562 ____________________________________________________________________________
25563 [  6602] By: jhi                                   on 2000/08/11  13:00:01
25564         Log: PlainText.pm is dead.
25565      Branch: perl
25566            - lib/Pod/PlainText.pm
25567            ! MANIFEST
25568 ____________________________________________________________________________
25569 [  6601] By: jhi                                   on 2000/08/11  04:06:45
25570         Log: Update Changes.
25571      Branch: perl
25572            ! Changes
25573 ____________________________________________________________________________
25574 [  6600] By: jhi                                   on 2000/08/11  04:06:10
25575         Log: Add a few missing files, update MANIFEST.
25576      Branch: perl
25577            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
25578            + lib/Pod/PlainText.pm t/pod/find.t
25579            ! MANIFEST t/op/regmesg.t
25580 ____________________________________________________________________________
25581 [  6599] By: jhi                                   on 2000/08/11  03:31:10
25582         Log: Add Perl debugging tutorial, regen toc. 
25583              
25584              Subject: perldebtut.pod
25585              From: Richard Foley <Richard.Foley@m.dasa.de>
25586              Date: Wed, 09 Aug 2000 10:17:15 +0200
25587              Message-id: <3991138B.262247B8@m.dasa.de>
25588      Branch: perl
25589            + pod/perldebtut.pod
25590            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25591 ____________________________________________________________________________
25592 [  6598] By: jhi                                   on 2000/08/11  02:48:56
25593         Log: tiny Changes edit
25594      Branch: perl
25595            ! Changes
25596 ____________________________________________________________________________
25597 [  6597] By: jhi                                   on 2000/08/11  02:39:04
25598         Log: Tests for #6589.
25599              
25600              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
25601              From: simon@brecon.co.uk (Simon Cozens)
25602              Date: 11 Aug 2000 02:24:52 GMT
25603              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
25604      Branch: perl
25605            ! t/lib/b.t
25606 ____________________________________________________________________________
25607 [  6596] By: jhi                                   on 2000/08/11  01:50:07
25608         Log: Update Changes.
25609      Branch: perl
25610            ! Changes
25611 ____________________________________________________________________________
25612 [  6595] By: jhi                                   on 2000/08/11  01:47:16
25613         Log: nitfix
25614      Branch: perl
25615            ! Changes
25616 ____________________________________________________________________________
25617 [  6594] By: jhi                                   on 2000/08/11  01:36:16
25618         Log: Subject: Getting perlio and threads to compile
25619              From: Lupe Christoph <lupe@lupe-christoph.de>
25620              Date: Wed, 9 Aug 2000 11:35:54 +0200
25621              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
25622              
25623              (the Solaris version changes in Configure skipped)
25624      Branch: perl
25625            ! hints/solaris_2.sh thread.h
25626 ____________________________________________________________________________
25627 [  6593] By: jhi                                   on 2000/08/11  01:30:16
25628         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
25629              From: simon@brecon.co.uk (Simon Cozens)
25630              Date: 1 Aug 2000 06:55:19 GMT
25631              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
25632      Branch: perl
25633            ! lib/utf8.pm
25634 ____________________________________________________________________________
25635 [  6592] By: jhi                                   on 2000/08/11  01:26:39
25636         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
25637              From: Peter Scott <Peter@PeterScott.com>
25638              Date: Thu, 10 Aug 2000 08:23:27 -0700
25639              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
25640      Branch: perl
25641            ! lib/perl5db.pl
25642 ____________________________________________________________________________
25643 [  6591] By: jhi                                   on 2000/08/11  01:22:02
25644         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
25645              From: Hugo <hv@crypt.compulink.co.uk>
25646              Date: Thu, 10 Aug 2000 19:23:04 +0100
25647              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
25648      Branch: perl
25649            ! regexec.c t/op/pat.t
25650 ____________________________________________________________________________
25651 [  6590] By: jhi                                   on 2000/08/11  01:19:19
25652         Log: Preprocessing and postprocessing for File::Find.
25653              
25654              Subject: Patch to Find::File.pm to allow alphabetical results
25655              From: Joe Smith <jsmith@inwap.com>
25656              Date: Wed, 9 Aug 2000 02:44:54 -0700
25657              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
25658      Branch: perl
25659            ! lib/File/Find.pm
25660 ____________________________________________________________________________
25661 [  6589] By: jhi                                   on 2000/08/11  01:12:39
25662         Log: B::Deparse didn't do sub attributes.
25663              
25664              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
25665              From: simon@brecon.co.uk (Simon Cozens)
25666              Date: 9 Aug 2000 04:49:20 GMT
25667              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
25668      Branch: perl
25669            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
25670 ____________________________________________________________________________
25671 [  6588] By: jhi                                   on 2000/08/11  01:06:40
25672         Log: Subject: debugger "d" command doesnt check line number
25673              From: Mike Guy <mjtg@cam.ac.uk>
25674              Date: Tue, 08 Aug 2000 21:54:29 +0100
25675              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
25676      Branch: perl
25677            ! lib/perl5db.pl mg.c pod/perldiag.pod
25678 ____________________________________________________________________________
25679 [  6587] By: jhi                                   on 2000/08/11  00:45:03
25680         Log: sleep(1) does not necessarily return 1.
25681              
25682              Subject: [PATCH bleadperl] op/lex_assign.t  
25683              From: Hugo <hv@crypt.compulink.co.uk>
25684              Date: Thu, 03 Aug 2000 14:34:22 +0100        
25685              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
25686      Branch: perl
25687            ! t/op/lex_assign.t
25688 ____________________________________________________________________________
25689 [  6586] By: jhi                                   on 2000/08/11  00:31:50
25690         Log: Document the IO::Select timeout.
25691      Branch: perl
25692            ! ext/IO/lib/IO/Select.pm
25693 ____________________________________________________________________________
25694 [  6585] By: jhi                                   on 2000/08/11  00:13:54
25695         Log: Forgot contributor.
25696      Branch: perl
25697            ! Changes
25698 ____________________________________________________________________________
25699 [  6584] By: jhi                                   on 2000/08/11  00:09:19
25700         Log: detypo
25701      Branch: perl
25702            ! Changes
25703 ____________________________________________________________________________
25704 [  6583] By: jhi                                   on 2000/08/11  00:07:53
25705         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
25706              
25707              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
25708              From: Mike Guy <mjtg@cam.ac.uk> 
25709              Date: Thu, 10 Aug 2000 15:50:54 +0100
25710              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
25711      Branch: perl
25712            ! sv.c t/op/int.t
25713 ____________________________________________________________________________
25714 [  6582] By: jhi                                   on 2000/08/10  23:29:32
25715         Log: Update Changes.
25716      Branch: perl
25717            ! Changes
25718 ____________________________________________________________________________
25719 [  6581] By: jhi                                   on 2000/08/10  23:26:16
25720         Log: Put back the std @INC thing.
25721      Branch: perl
25722            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
25723            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
25724            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
25725            ! t/lib/gol-oo.t
25726 ____________________________________________________________________________
25727 [  6580] By: jhi                                   on 2000/08/10  23:03:34
25728         Log: Update to CGI 2.70, from Lincoln Stein.
25729      Branch: perl
25730            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
25731            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
25732            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
25733            ! t/lib/cgi-request.t
25734 ____________________________________________________________________________
25735 [  6579] By: jhi                                   on 2000/08/10  22:41:50
25736         Log: Update to CPAN 1.56, from Andreas König.
25737      Branch: perl
25738            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25739 ____________________________________________________________________________
25740 [  6578] By: jhi                                   on 2000/08/10  22:38:13
25741         Log: Update to Pod::Parser 1.17, from Brad Appleton.
25742      Branch: perl
25743            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
25744            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
25745            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
25746            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
25747            ! t/pod/include.t t/pod/included.t t/pod/lref.t
25748            ! t/pod/multiline_items.t t/pod/nested_items.t
25749            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
25750            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
25751            ! t/pod/special_seqs.t
25752 ____________________________________________________________________________
25753 [  6577] By: jhi                                   on 2000/08/10  22:35:41
25754         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
25755      Branch: perl
25756            ! AUTHORS MAINTAIN
25757 ____________________________________________________________________________
25758 [  6576] By: jhi                                   on 2000/08/10  22:24:54
25759         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
25760      Branch: perl
25761            + t/lib/gol-oo.t
25762            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
25763            ! t/lib/gol-compat.t t/lib/gol-linkage.t
25764 ____________________________________________________________________________
25765 [  6575] By: jhi                                   on 2000/08/10  22:02:07
25766         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
25767      Branch: perl
25768            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
25769 ____________________________________________________________________________
25770 [  6574] By: jhi                                   on 2000/08/10  21:55:03
25771         Log: Iterating perl6 description.
25772      Branch: perl
25773            ! pod/perlfaq1.pod
25774 ____________________________________________________________________________
25775 [  6573] By: jhi                                   on 2000/08/10  21:48:26
25776         Log: Revert the sv.c part of #6559, a better fix is needed.
25777      Branch: perl
25778            ! sv.c
25779 ____________________________________________________________________________
25780 [  6572] By: jhi                                   on 2000/08/10  20:33:43
25781         Log: It's the 2ndO'ROSSC.
25782      Branch: perl
25783            ! pod/perlfaq1.pod
25784 ____________________________________________________________________________
25785 [  6571] By: jhi                                   on 2000/08/10  15:55:48
25786         Log: detypo
25787      Branch: perl
25788            ! pod/perlfaq1.pod
25789 ____________________________________________________________________________
25790 [  6570] By: jhi                                   on 2000/08/10  14:11:17
25791         Log: An exceptionally sticky typo.
25792      Branch: perl
25793            ! Changes
25794 ____________________________________________________________________________
25795 [  6569] By: jhi                                   on 2000/08/10  14:09:33
25796         Log: detypo (and test Changes updating script)
25797      Branch: perl
25798            ! Changes
25799 ____________________________________________________________________________
25800 [  6568] By: jhi                                   on 2000/08/10  14:07:07
25801         Log: Update Changes.
25802      Branch: perl
25803            ! Changes
25804 ____________________________________________________________________________
25805 [  6567] By: jhi                                   on 2000/08/10  14:06:19
25806         Log: Amend the description of Perl6.
25807              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
25808              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
25809              Date: Wed, 9 Aug 2000 22:11:06 -0500
25810              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
25811      Branch: perl
25812            ! pod/perlfaq1.pod
25813 ____________________________________________________________________________
25814 [  6566] By: jhi                                   on 2000/08/10  13:58:57
25815         Log: Subject: Remove dead entry in perldiag
25816              From: Mike Guy <mjtg@cam.ac.uk>
25817              Date: Thu, 10 Aug 2000 14:19:19 +0100
25818              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
25819      Branch: perl
25820            ! pod/perldiag.pod
25821 ____________________________________________________________________________
25822 [  6565] By: jhi                                   on 2000/08/10  13:51:48
25823         Log: Zero entries were skipped, fix from Adrian Goalby
25824              <argoalby@yahoo.co.uk>
25825      Branch: perl
25826            ! lib/unicode/Number.pl lib/unicode/mktables.PL
25827 ____________________________________________________________________________
25828 [  6564] By: jhi                                   on 2000/08/10  13:00:12
25829         Log: Subject: [PATCH 5.6.0] cygwin port
25830              From: "Fifer, Eric" <EFifer@sanwaint.com>
25831              Date: Thu, 10 Aug 2000 13:15:36 +0100
25832              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
25833      Branch: perl
25834            ! README.cygwin hints/cygwin.sh
25835 ____________________________________________________________________________
25836 [  6563] By: jhi                                   on 2000/08/10  12:55:16
25837         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
25838      Branch: perl
25839            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
25840 ____________________________________________________________________________
25841 [  6562] By: gsar                                  on 2000/08/10  08:38:39
25842         Log: warn is a macro, avoid using at a variable to avoid warnings
25843              in some configurations; readdir.t is too conservative in
25844              estimating number of *.t's
25845      Branch: perl
25846            ! t/op/readdir.t util.c
25847 ____________________________________________________________________________
25848 [  6561] By: jhi                                   on 2000/08/09  23:35:42
25849         Log: Update Changes.
25850      Branch: perl
25851            ! Changes
25852 ____________________________________________________________________________
25853 [  6560] By: jhi                                   on 2000/08/09  23:05:47
25854         Log: Subject: Re: enhanced(?) regex error messages
25855              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
25856              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
25857              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
25858              
25859              (plus two small patches sent privately)
25860              (this still seems to leave few test failures)
25861      Branch: perl
25862            + t/op/regmesg.t
25863            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
25864            ! t/pragma/warn/regcomp
25865 ____________________________________________________________________________
25866 [  6559] By: jhi                                   on 2000/08/09  20:41:18
25867         Log: (The fix did work but was not right, retracted in #6573)
25868              
25869              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
25870              From: Christian Kirsch <ck@held.mind.de>
25871              Date: Wed, 9 Aug 2000 17:05:17 +0200
25872              Message-Id: <20000809170517.A25389@held>
25873      Branch: perl
25874            ! sv.c t/pragma/locale.t
25875 ____________________________________________________________________________
25876 [  6558] By: jhi                                   on 2000/08/08  22:34:08
25877         Log: Tiny updates on the contributors list.
25878      Branch: perl
25879            ! Changes
25880 ____________________________________________________________________________
25881 [  6557] By: jhi                                   on 2000/08/08  19:34:28
25882         Log: Double check that we have a dirhandle.
25883      Branch: perl
25884            ! util.c
25885 ____________________________________________________________________________
25886 [  6556] By: jhi                                   on 2000/08/08  19:01:51
25887         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
25888              May be repopulated with fresh maintained examples.
25889      Branch: perl
25890            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
25891            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
25892            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
25893            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
25894            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
25895            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
25896            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
25897            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
25898            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
25899            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
25900            + lib/CGI/eg/wilogo_gif.uu
25901            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
25902            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
25903            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
25904            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
25905            - eg/cgi/frameset.cgi eg/cgi/index.html
25906            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
25907            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
25908            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
25909            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
25910            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
25911            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
25912            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
25913            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
25914            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
25915            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
25916            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
25917            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
25918            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
25919            - eg/van/vanish eg/who eg/wrapsuid
25920            ! MANIFEST
25921 ____________________________________________________________________________
25922 [  6555] By: jhi                                   on 2000/08/08  18:51:08
25923         Log: Delete chat2 as requested by Randal.
25924              
25925              Subject: Re: perlfaq8 coyness
25926              From: merlyn@stonehenge.com (Randal L. Schwartz) 
25927              Date: 15 May 2000 18:52:42 -0700 
25928              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
25929      Branch: perl
25930            - lib/chat2.pl
25931            ! MANIFEST
25932 ____________________________________________________________________________
25933 [  6554] By: jhi                                   on 2000/08/08  18:31:35
25934         Log: Regen global.sym.
25935      Branch: perl
25936            ! global.sym
25937 ____________________________________________________________________________
25938 [  6553] By: jhi                                   on 2000/08/08  18:28:13
25939         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
25940              (either perlbug or p5p ate the original), plus regen
25941              perlapi and perltoc. 
25942      Branch: perl
25943            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
25944            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
25945            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
25946            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
25947            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
25948            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
25949            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
25950            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
25951            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
25952            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
25953 ____________________________________________________________________________
25954 [  6552] By: jhi                                   on 2000/08/08  18:06:29
25955         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
25956              From: Mike Guy <mjtg@cam.ac.uk>
25957              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
25958              Date: Tue, 08 Aug 2000 15:51:27 +0100
25959      Branch: perl
25960            ! doop.c sv.h t/op/join.t t/pragma/overload.t
25961 ____________________________________________________________________________
25962 [  6551] By: jhi                                   on 2000/08/08  18:01:11
25963         Log: Re-apply #6549.
25964      Branch: perl
25965            ! lib/perl5db.pl
25966 ____________________________________________________________________________
25967 [  6550] By: jhi                                   on 2000/08/08  17:43:08
25968         Log: Accidental retraction of #6549.
25969      Branch: perl
25970            ! lib/perl5db.pl
25971 ____________________________________________________________________________
25972 [  6549] By: jhi                                   on 2000/08/08  17:40:04
25973         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
25974              From: Mike Guy <mjtg@cam.ac.uk>
25975              Date: Mon, 07 Aug 2000 21:49:58 +0100
25976              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
25977      Branch: perl
25978            ! lib/perl5db.pl
25979 ____________________________________________________________________________
25980 [  6548] By: jhi                                   on 2000/08/08  17:37:57
25981         Log: Document here-doc better.
25982              
25983              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
25984              From: Mike Guy <mjtg@cam.ac.uk>
25985              Date: Mon, 07 Aug 2000 14:02:09 +0100
25986              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
25987      Branch: perl
25988            ! pod/perldata.pod
25989 ____________________________________________________________________________
25990 [  6547] By: jhi                                   on 2000/08/08  17:33:34
25991         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
25992              From: "Randy J. Ray" <rjray@redhat.com>
25993              Date: Mon, 07 Aug 2000 19:12:25 -0700
25994              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
25995      Branch: perl
25996            ! perl.c pod/perlrun.pod
25997 ____________________________________________________________________________
25998 [  6546] By: jhi                                   on 2000/08/08  17:29:26
25999         Log: Subject: Re: enhanced(?) regex error messages 
26000              From: Hugo <hv@crypt.compulink.co.uk>
26001              Date: Tue, 08 Aug 2000 03:25:51 +0100
26002              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
26003              
26004              plus Capitalize the error messages, plus perldiag them.
26005      Branch: perl
26006            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
26007 ____________________________________________________________________________
26008 [  6545] By: jhi                                   on 2000/08/08  13:59:28
26009         Log: Augment #6539 a bit: don't croak if there's magic in the air.
26010              
26011              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
26012              From: Hugo <hv@crypt.compulink.co.uk>
26013              Date: Tue, 08 Aug 2000 03:02:03 +0100
26014              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
26015      Branch: perl
26016            ! pp.c t/op/bless.t
26017 ____________________________________________________________________________
26018 [  6544] By: jhi                                   on 2000/08/07  21:11:52
26019         Log: Make the test -w clean.
26020      Branch: perl
26021            ! t/op/bless.t
26022 ____________________________________________________________________________
26023 [  6543] By: jhi                                   on 2000/08/07  19:49:53
26024         Log: use warnings instead of $^W.
26025      Branch: perl
26026            ! t/op/bless.t
26027 ____________________________________________________________________________
26028 [  6542] By: jhi                                   on 2000/08/07  17:41:41
26029         Log: Disable a portability warning Because We Know What We Are Doing.
26030      Branch: perl
26031            ! t/op/bless.t
26032 ____________________________________________________________________________
26033 [  6541] By: jhi                                   on 2000/08/07  17:29:51
26034         Log: Tiny tidying on report_evil_fh().
26035      Branch: perl
26036            ! util.c
26037 ____________________________________________________________________________
26038 [  6540] By: jhi                                   on 2000/08/07  16:37:38
26039         Log: Make regular expression parse error messages easier to understand.
26040              
26041              Subject: Re: enhanced(?) regex error messages
26042              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26043              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
26044              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
26045      Branch: perl
26046            ! regcomp.c
26047 ____________________________________________________________________________
26048 [  6539] By: jhi                                   on 2000/08/07  16:12:27
26049         Log: Make bless(REF, REF) a fatal error, add bless tests.
26050              
26051              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
26052              From: Hugo <hv@crypt.compulink.co.uk>
26053              Date: Mon, 07 Aug 2000 16:59:38 +0100
26054              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
26055      Branch: perl
26056            + t/op/bless.t
26057            ! MANIFEST pod/perldiag.pod pp.c sv.c
26058 ____________________________________________________________________________
26059 [  6538] By: jhi                                   on 2000/08/07  15:59:43
26060         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
26061              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
26062              Date: Thu, 3 Aug 2000 14:29:21 -0700
26063              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
26064      Branch: perl
26065            ! lib/lib_pm.PL
26066 ____________________________________________________________________________
26067 [  6537] By: jhi                                   on 2000/08/07  15:47:18
26068         Log: Retract #6419 for now since it breaks in AFS and MachTen.
26069      Branch: perl
26070            ! lib/Cwd.pm
26071 ____________________________________________________________________________
26072 [  6536] By: jhi                                   on 2000/08/07  15:05:29
26073         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
26074              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
26075              The security hole exists only in suidperls, which isn't
26076              installed or even built by default.
26077      Branch: perl
26078            ! perl.c
26079 ____________________________________________________________________________
26080 [  6535] By: jhi                                   on 2000/08/07  14:45:14
26081         Log: tr memory corruption fix from Simon Cozens.
26082      Branch: perl
26083            ! doop.c
26084 ____________________________________________________________________________
26085 [  6534] By: jhi                                   on 2000/08/06  11:38:16
26086         Log: Document a bit that UDP is not what you might think.
26087              
26088              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
26089              From: Lupe Christoph <lupe@lupe-christoph.de>
26090              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
26091              Date: Mon, 24 Jul 2000 08:59:15 +0200
26092      Branch: perl
26093            ! pod/perlipc.pod
26094 ____________________________________________________________________________
26095 [  6533] By: jhi                                   on 2000/08/06  11:35:01
26096         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
26097              From: Jeff Pinyan <jeffp@hut.crusoe.net>
26098              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
26099              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
26100      Branch: perl
26101            ! pod/perlfunc.pod
26102 ____________________________________________________________________________
26103 [  6532] By: jhi                                   on 2000/08/06  03:45:41
26104         Log: Have symbols for the IoTYPEs.
26105      Branch: perl
26106            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
26107 ____________________________________________________________________________
26108 [  6531] By: jhi                                   on 2000/08/06  01:33:55
26109         Log: Continue fixing the io warnings.  This also
26110              sort of fixes bug ID 20000802.003: the core dump
26111              is no more.  Whether the current behaviour is correct
26112              (giving a warning: "Not a format reference"), is another matter.
26113      Branch: perl
26114            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
26115            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
26116 ____________________________________________________________________________
26117 [  6530] By: jhi                                   on 2000/08/05  21:33:12
26118         Log: Change the Policy policy: now -Dprefix= with an existing
26119              Policy.sh and prefix == siteprefix == vendorprefix, then all
26120              of them follow along the new prefix.
26121              
26122              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
26123              From: Andy Dougherty <doughera@lafayette.edu>
26124              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
26125              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
26126      Branch: perl
26127            ! Policy_sh.SH
26128 ____________________________________________________________________________
26129 [  6529] By: jhi                                   on 2000/08/05  18:57:28
26130         Log: Zap lib/Sys directory when cleaning up.
26131      Branch: perl
26132            ! Makefile.SH
26133 ____________________________________________________________________________
26134 [  6528] By: jhi                                   on 2000/08/05  18:40:44
26135         Log: Essential prototype changes were missing from #6527.
26136              Also make report_evil_fh() more bomb-proof.
26137      Branch: perl
26138            ! embed.h util.c
26139 ____________________________________________________________________________
26140 [  6527] By: jhi                                   on 2000/08/05  03:22:05
26141         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
26142              From: "Ronald F. Guilmette" <rfg@monkeys.com>
26143              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
26144              Message-Id: <200007242247.PAA52177@monkeys.com>
26145      Branch: perl
26146            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
26147 ____________________________________________________________________________
26148 [  6526] By: jhi                                   on 2000/08/04  21:23:27
26149         Log: gcc versions might have (parentheses) in them.
26150      Branch: metaconfig/U/perl
26151            ! gccvers.U
26152      Branch: perl
26153            ! Configure config_h.SH
26154 ____________________________________________________________________________
26155 [  6525] By: jhi                                   on 2000/08/04  20:23:12
26156         Log: Weed buglets pointed out by
26157              
26158              From: Lupe Christoph <lupe@lupe-christoph.de>
26159              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
26160              Date: Fri, 4 Aug 2000 17:34:39 +0200
26161              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
26162      Branch: metaconfig/U/perl
26163            ! gccvers.U uselfs.U
26164      Branch: perl
26165            ! Configure config_h.SH
26166 ____________________________________________________________________________
26167 [  6524] By: jhi                                   on 2000/08/04  19:02:08
26168         Log: Warn under -w if lstat(FH) is attempted.
26169              
26170              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
26171              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
26172              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
26173              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
26174      Branch: perl
26175            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
26176            ! t/pragma/warn/pp_sys
26177 ____________________________________________________________________________
26178 [  6523] By: jhi                                   on 2000/08/04  12:31:11
26179         Log: Subject: New perlcc, take 2
26180              From: simon@brecon.co.uk (Simon Cozens)
26181              Date: 4 Aug 2000 06:21:04 GMT
26182              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
26183      Branch: perl
26184            ! utils/perlcc.PL
26185 ____________________________________________________________________________
26186 [  6522] By: jhi                                   on 2000/08/04  12:26:33
26187         Log: Subject: Re: Array vs. List context
26188              From: Daniel Chetlin <daniel@chetlin.com>
26189              Date: Fri, 4 Aug 2000 00:22:44 -0700
26190              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
26191      Branch: perl
26192            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
26193            ! pod/perlfaq4.pod
26194 ____________________________________________________________________________
26195 [  6521] By: jhi                                   on 2000/08/04  12:22:38
26196         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
26197              From: Raymund Will <ray@caldera.de>
26198              Date: Fri, 4 Aug 2000 12:07:09 +0200
26199              Message-Id: <20000804120709.A14982@caldera.de>
26200      Branch: perl
26201            ! configure.gnu
26202 ____________________________________________________________________________
26203 [  6520] By: jhi                                   on 2000/08/04  04:09:06
26204         Log: After the #6519 a warning about stat() is just that,
26205              not about a filetest, which now have their own warning.
26206      Branch: perl
26207            ! pod/perldiag.pod
26208 ____________________________________________________________________________
26209 [  6519] By: jhi                                   on 2000/08/04  04:06:30
26210         Log: In the warnings call filehandles consistently so;
26211              add "unopened" warning for stat().
26212      Branch: perl
26213            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
26214            ! t/pragma/warn/pp_sys
26215 ____________________________________________________________________________
26216 [  6518] By: jhi                                   on 2000/08/04  02:55:35
26217         Log: Subject: Minor tweak to perlvar.pod
26218              From: "Stephen P. Potter" <spp@ds.net>
26219              Date: Tue, 18 Apr 2000 09:26:03 -0400
26220              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
26221      Branch: perl
26222            ! pod/perlvar.pod
26223 ____________________________________________________________________________
26224 [  6517] By: jhi                                   on 2000/08/04  02:50:08
26225         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
26226              From: "Clinton Pierce" <cpierce1@ford.com>
26227              Date: Wed, 21 Jul 1999 16:45:31 -0400
26228              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
26229              
26230              Fix by Stephen Potter (visible in the bug db but not in p5p?)
26231      Branch: perl
26232            ! pod/perlfunc.pod pod/perlop.pod
26233 ____________________________________________________________________________
26234 [  6516] By: jhi                                   on 2000/08/04  02:09:25
26235         Log: This is 6512.  Really.
26236      Branch: perl
26237            ! dump.c
26238 ____________________________________________________________________________
26239 [  6515] By: jhi                                   on 2000/08/04  01:25:50
26240         Log: mention the idea of @( and @)
26241      Branch: perl
26242            ! Todo-5.6
26243 ____________________________________________________________________________
26244 [  6514] By: bailey                                on 2000/08/04  01:18:46
26245         Log: YA resync with mainstem, including VMS patches from others
26246      Branch: vmsperl
26247           +> (branch 48 files)
26248            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
26249           !> (integrate 354 files)
26250 ____________________________________________________________________________
26251 [  6513] By: jhi                                   on 2000/08/04  01:18:18
26252         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
26253              From: Mark Dickinson <dickins3@fas.harvard.edu>
26254              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
26255              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
26256      Branch: perl
26257            ! t/op/grent.t t/op/pwent.t
26258 ____________________________________________________________________________
26259 [  6512] By: jhi                                   on 2000/08/04  01:14:06
26260         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
26261              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26262              Date: Wed, 02 Aug 2000 10:51:01 +0100
26263              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
26264      Branch: perl
26265            ! sv.c
26266 ____________________________________________________________________________
26267 [  6511] By: jhi                                   on 2000/08/04  00:57:00
26268         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
26269              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26270              Date: Thu, 03 Aug 2000 17:20:04 -0700
26271              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
26272      Branch: metaconfig
26273            ! U/modified/Cppsym.U
26274      Branch: perl
26275            ! Configure config_h.SH
26276 ____________________________________________________________________________
26277 [  6510] By: jhi                                   on 2000/08/04  00:25:28
26278         Log: detypo
26279      Branch: perl
26280            ! Makefile.SH
26281 ____________________________________________________________________________
26282 [  6509] By: jhi                                   on 2000/08/03  23:43:18
26283         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
26284              From: Dominic Dunlop <domo@computer.org>
26285              Date: Thu, 3 Aug 2000 22:16:46 +0200
26286              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
26287      Branch: perl
26288            ! t/op/sprintf.t
26289 ____________________________________________________________________________
26290 [  6508] By: jhi                                   on 2000/08/03  23:40:37
26291         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
26292              From: Hugo <hv@crypt.compulink.co.uk>
26293              Date: Thu, 03 Aug 2000 18:25:30 +0100
26294              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
26295      Branch: perl
26296            ! regcomp.c t/op/re_tests
26297 ____________________________________________________________________________
26298 [  6507] By: jhi                                   on 2000/08/03  23:38:28
26299         Log: Subject: [PATCH] sv.h documentation - SvLEN
26300              From: Mike Guy <mjtg@cam.ac.uk>
26301              Date: Thu, 03 Aug 2000 14:43:09 +0100
26302              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
26303      Branch: perl
26304            ! sv.h
26305 ____________________________________________________________________________
26306 [  6506] By: jhi                                   on 2000/08/03  15:49:14
26307         Log: Disable the fix_pl hack for now.
26308      Branch: perl
26309            ! Makefile.SH
26310 ____________________________________________________________________________
26311 [  6505] By: jhi                                   on 2000/08/03  13:49:04
26312         Log: Add a URL for FSF.
26313              
26314              Subject: Patch for README
26315              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26316              Date: Wed, 2 Aug 2000 13:25:09 -0500
26317              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
26318      Branch: perl
26319            ! README
26320 ____________________________________________________________________________
26321 [  6504] By: jhi                                   on 2000/08/03  13:29:19
26322         Log: Be more informative on what is skipped and why,
26323              also repeat the list at the end.
26324      Branch: perl
26325            ! Porting/p4desc
26326 ____________________________________________________________________________
26327 [  6503] By: jhi                                   on 2000/08/03  13:07:05
26328         Log: Circumvent the removal of .patch by fix_pl.
26329              
26330              Subject: Re: [ID 20000802.011] unable to 'make test'          
26331              From: simon@brecon.co.uk (Simon Cozens) 
26332              Date: 3 Aug 2000 04:17:00 GMT
26333              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
26334      Branch: perl
26335            ! Makefile.SH
26336 ____________________________________________________________________________
26337 [  6502] By: jhi                                   on 2000/08/03  00:14:34
26338         Log: Add the missing setproctitle unit.
26339      Branch: metaconfig/U/perl
26340            + d_setproctitle.U
26341 ____________________________________________________________________________
26342 [  6501] By: jhi                                   on 2000/08/03  00:00:26
26343         Log: The subtest 4 may fail also on VOBS, as pointed out
26344              by Nick Ing-Simmons in November 1999, bug id 19991124.003
26345              (but the failure in that bug report isn't the subtest 4).
26346      Branch: perl
26347            ! t/op/stat.t
26348 ____________________________________________________________________________
26349 [  6500] By: jhi                                   on 2000/08/02  23:49:30
26350         Log: Better skip message for the test; one of the two problems in
26351              
26352              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
26353              From: Lupe Christoph <lupe@lupe-christoph.de>
26354              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
26355              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
26356      Branch: perl
26357            ! t/op/numconvert.t
26358 ____________________________________________________________________________
26359 [  6499] By: jhi                                   on 2000/08/02  22:49:16
26360         Log: Allow "no Module;" even if there is no 'unimport'.
26361              
26362              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
26363              From: mjd@plover.com
26364              Date: 24 Mar 2000 15:24:34 -0000
26365              Message-Id: <20000324152434.15160.qmail@plover.com>
26366      Branch: perl
26367            ! gv.c
26368 ____________________________________________________________________________
26369 [  6498] By: jhi                                   on 2000/08/02  22:42:58
26370         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
26371              that are hopefully soon put into use.
26372      Branch: perl
26373            ! opcode.h opcode.pl opnames.h
26374 ____________________________________________________________________________
26375 [  6497] By: gsar                                  on 2000/08/02  22:28:59
26376         Log: require.t needs binmode() to work on windows
26377      Branch: perl
26378            ! t/comp/require.t
26379 ____________________________________________________________________________
26380 [  6496] By: jhi                                   on 2000/08/02  22:08:51
26381         Log: Document the IVdf UVuf UVof UVxf.
26382      Branch: perl
26383            ! pod/perlguts.pod
26384 ____________________________________________________________________________
26385 [  6495] By: jhi                                   on 2000/08/02  21:54:26
26386         Log: detypo #6494
26387      Branch: perl
26388            ! ext/Data/Dumper/Dumper.xs
26389 ____________________________________________________________________________
26390 [  6494] By: jhi                                   on 2000/08/02  21:49:17
26391         Log: Dump UVs as UVs in Data::Dumper.
26392              
26393              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
26394              From: Gurusamy Sarathy <gsar@ActiveState.com>
26395              Date: Thu, 27 Apr 2000 12:26:25 -0700
26396              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
26397      Branch: perl
26398            ! ext/Data/Dumper/Dumper.xs
26399 ____________________________________________________________________________
26400 [  6493] By: jhi                                   on 2000/08/02  17:01:58
26401         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
26402              From: Hugo <hv@crypt.compulink.co.uk>
26403              Date: Wed, 02 Aug 2000 14:53:56 +0100
26404              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
26405      Branch: perl
26406            ! regexec.c t/op/re_tests
26407 ____________________________________________________________________________
26408 [  6492] By: jhi                                   on 2000/08/02  15:02:46
26409         Log: The new setproctitle() feature is available only in 
26410              bleeding edge FreeBSD.  From Paul Saab.
26411      Branch: perl
26412            ! mg.c
26413 ____________________________________________________________________________
26414 [  6491] By: jhi                                   on 2000/08/02  13:34:36
26415         Log: The tr utf8 patching continues.
26416              
26417              Subject: Re: #6469, too many tests claimed in require.t
26418              From: simon@brecon.co.uk (Simon Cozens)
26419              Date: 2 Aug 2000 02:37:17 GMT
26420              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
26421              
26422              (the logic of the test was the wrong way round in the patch)
26423      Branch: perl
26424            ! doop.c
26425 ____________________________________________________________________________
26426 [  6490] By: jhi                                   on 2000/08/02  13:27:38
26427         Log: The name of a filehandle does not have <these>.
26428      Branch: perl
26429            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
26430            ! t/pragma/warn/pp_sys util.c
26431 ____________________________________________________________________________
26432 [  6489] By: jhi                                   on 2000/08/02  04:26:46
26433         Log: Remove the extraneous "main::" prefix from all the
26434              "opened only for", "on closed", and "never opened" warnings.
26435              
26436              Subject: Re: inappropriate warning
26437              From: Gurusamy Sarathy <gsar@ActiveState.com>
26438              Date: Mon, 20 Mar 2000 11:28:02 -0800
26439              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
26440      Branch: perl
26441            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
26442            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
26443            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
26444 ____________________________________________________________________________
26445 [  6488] By: jhi                                   on 2000/08/02  03:02:57
26446         Log: memcpy has n o in it, as pinted ut by Sarathy.
26447      Branch: perl
26448            ! pod/perlguts.pod
26449 ____________________________________________________________________________
26450 [  6487] By: jhi                                   on 2000/08/02  02:44:51
26451         Log: Document in one place the memory abstractions used in Perl core.
26452              
26453              Subject: Re: Memory abstraction
26454              From: simon@brecon.co.uk (Simon Cozens)
26455              Date: 2 Aug 2000 02:20:23 GMT
26456              Organization: Earth.li Origins
26457      Branch: perl
26458            ! pod/perlguts.pod
26459 ____________________________________________________________________________
26460 [  6486] By: jhi                                   on 2000/08/02  02:41:57
26461         Log: regen_headers, regen perltoc.
26462      Branch: perl
26463            ! perlapi.c pod/perltoc.pod
26464 ____________________________________________________________________________
26465 [  6485] By: jhi                                   on 2000/08/02  01:43:33
26466         Log: "This little thing tests for a file .patch, and if it contains
26467              a number, pops into patchlevel.h" (making it easier to track
26468              which development version people are reporting bugs against)
26469              
26470              Subject: Patchlevel autogeneration for repository perls
26471              From: simon@brecon.co.uk (Simon Cozens)
26472              Date: 14 Jul 2000 07:12:15 GMT
26473              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
26474      Branch: perl
26475            + fix_pl
26476            ! MANIFEST Makefile.SH
26477 ____________________________________________________________________________
26478 [  6484] By: jhi                                   on 2000/08/02  01:32:54
26479         Log: FreeBSD 3.* updates from
26480              
26481              From: Paul Saab <ps@yahoo-inc.com>
26482              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
26483              Date: Tue, 1 Aug 2000 15:41:39 -0700
26484              Message-Id: <20000801154139.A53740@yahoo-inc.com>
26485      Branch: perl
26486            ! hints/freebsd.sh
26487 ____________________________________________________________________________
26488 [  6483] By: jhi                                   on 2000/08/02  01:27:44
26489         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
26490              instead one must use setproctitle().  This was already addressed
26491              by change #6457, but the below has a new variant for FreeBSD 4.0
26492              or later, and the matter is also documented more.
26493              
26494              From: Paul Saab <ps@yahoo-inc.com>
26495              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
26496              Date: Tue, 1 Aug 2000 15:41:39 -0700
26497              Message-Id: <20000801154139.A53740@yahoo-inc.com>
26498      Branch: metaconfig/U/perl
26499            + i_libutil.U
26500      Branch: perl
26501            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
26502 ____________________________________________________________________________
26503 [  6482] By: jhi                                   on 2000/08/01  22:17:32
26504         Log: The test from this
26505              
26506              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
26507              Date: Sat, 15 Apr 2000 17:03:44 +0100
26508              From: Tom Hughes <tom@compton.nu>
26509              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
26510              
26511              was missing, the code change went in as #5989
26512              (which had a different test?)
26513      Branch: perl
26514            ! t/op/misc.t
26515 ____________________________________________________________________________
26516 [  6481] By: jhi                                   on 2000/08/01  21:48:38
26517         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
26518              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26519              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
26520              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
26521      Branch: perl
26522            ! perl.h
26523 ____________________________________________________________________________
26524 [  6480] By: jhi                                   on 2000/08/01  18:05:28
26525         Log: Make p4desc to skip non-mainperl branches by default.
26526      Branch: perl
26527            ! Porting/p4desc
26528 ____________________________________________________________________________
26529 [  6479] By: jhi                                   on 2000/08/01  17:29:19
26530         Log: If gccosandvers is equal to osname, clear gccosandvers.
26531      Branch: metaconfig/U/perl
26532            ! gccvers.U
26533      Branch: perl
26534            ! Configure config_h.SH
26535 ____________________________________________________________________________
26536 [  6478] By: jhi                                   on 2000/08/01  15:54:08
26537         Log: BOM patching from Simon Cozens.
26538      Branch: perl
26539            ! toke.c
26540 ____________________________________________________________________________
26541 [  6477] By: jhi                                   on 2000/08/01  04:50:33
26542         Log: Stash away the largefiles flags and libswanted.
26543      Branch: perl
26544            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
26545 ____________________________________________________________________________
26546 [  6476] By: gsar                                  on 2000/08/01  04:24:24
26547         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
26548              on Windows)
26549      Branch: perl
26550            ! t/pragma/utf8.t utf8.c win32/win32.c
26551 ____________________________________________________________________________
26552 [  6475] By: jhi                                   on 2000/08/01  03:35:24
26553         Log: Make chr() for values >127 to create utf8 when under utf8.
26554              
26555              Subject: Re: uft8/chr()
26556              From: simon@brecon.co.uk (Simon Cozens)
26557              Date: 1 Aug 2000 02:37:02 GMT
26558              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
26559      Branch: perl
26560            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
26561 ____________________________________________________________________________
26562 [  6474] By: jhi                                   on 2000/08/01  02:36:18
26563         Log: In Digital UNIX warn if gcc explicitly chosen because even
26564              2.95.2 is known to cause problems.
26565      Branch: perl
26566            ! hints/dec_osf.sh
26567 ____________________________________________________________________________
26568 [  6473] By: jhi                                   on 2000/08/01  02:00:56
26569         Log: Make the safety catch for buggy gccs work with triple version
26570              numbers like 2.95.2.  Reported in
26571              
26572              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
26573              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
26574              Date: Mon, 31 Jul 2000 14:55:06 +0200
26575              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
26576      Branch: perl
26577            ! hints/dec_osf.sh
26578 ____________________________________________________________________________
26579 [  6472] By: jhi                                   on 2000/08/01  01:13:33
26580         Log: Subject: fix and question re: waitpid() under win32
26581              From: Brian Clarke <clarke@appliedmeta.com>
26582              Date: Fri, 28 Jul 2000 15:18:29 -0400
26583              Message-ID: <3981DC85.290314EB@appliedmeta.com>
26584              
26585              Slightly reformatted and WNOHANG # define moved to win32.h
26586              so that also POSIX.xs sees it, as suggsted by Sarathy.
26587      Branch: perl
26588            ! win32/win32.c win32/win32.h
26589 ____________________________________________________________________________
26590 [  6471] By: jhi                                   on 2000/08/01  00:55:05
26591         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
26592              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26593              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
26594              Date: Mon, 31 Jul 2000 13:28:51 +0100
26595              
26596              (aka ID 20000730.002)
26597      Branch: perl
26598            ! op.c t/op/tr.t
26599 ____________________________________________________________________________
26600 [  6470] By: jhi                                   on 2000/07/31  23:34:42
26601         Log: Document the problem with -P in HP-UX and its workaround.
26602              
26603              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
26604              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
26605              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
26606              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
26607      Branch: perl
26608            ! README.hpux
26609 ____________________________________________________________________________
26610 [  6469] By: jhi                                   on 2000/07/31  04:15:02
26611         Log: The swallow_bom() saga continues.  The #23 of require.t
26612              (UTF16-LE) still fails (silently, no output) but the #22
26613              (UTF16-BE) seems to be working now.  The root of the
26614              failure may be in sv_gets(): is it UTF-16LE-aware,
26615              especially when it comes to line endings? 
26616      Branch: perl
26617            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
26618            ! t/comp/require.t toke.c utf8.c
26619 ____________________________________________________________________________
26620 [  6468] By: jhi                                   on 2000/07/30  19:05:48
26621         Log: Find green threads before native threads.
26622              
26623              Subject: Re: Patch to jpl/JNI/Makefile.PL
26624              From: Jens Thomsen <jens@fiend.cis.com>
26625              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
26626              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
26627      Branch: perl
26628            ! jpl/JNI/Makefile.PL
26629 ____________________________________________________________________________
26630 [  6467] By: jhi                                   on 2000/07/30  18:36:22
26631         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
26632      Branch: perl
26633            ! doop.c
26634 ____________________________________________________________________________
26635 [  6466] By: jhi                                   on 2000/07/30  04:37:29
26636         Log: A new version of the "remove UPPERACSE string comparison"
26637              operators.  The problem with the previous one (change #6454)
26638              was that it was for Perl 5.6.0.  From Paul Marquess.
26639      Branch: perl
26640            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
26641            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
26642            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
26643 ____________________________________________________________________________
26644 [  6465] By: jhi                                   on 2000/07/29  22:39:56
26645         Log: Do not upgrade SVs into utf8 just because they participate
26646              in eq or cmp.  Reported and fix suggested in
26647              
26648              Subject: [ID 20000720.009] sv_eq UTF8 bug
26649              From: "Simon Cozens" <simon@othersideofthe.earth.li>
26650              Date: 21 Jul 2000 04:37:29 -0000
26651              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
26652              
26653              Exercise for the kind reader: should we or should we not
26654              cache the utf8 conversion alonside the SV? (as magic,
26655              as thestrxfrm()ed version is cached under use locale)
26656              Argue both for and against.
26657      Branch: perl
26658            ! sv.c
26659 ____________________________________________________________________________
26660 [  6464] By: jhi                                   on 2000/07/29  22:36:22
26661         Log: Subject: UTF8 concat
26662              From: simon@brecon.co.uk (Simon Cozens) 
26663              Date: 30 Jun 2000 06:13:25 GMT
26664              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
26665              
26666              (with a memory leak fixed, plus a few casts added)
26667              
26668              This also seems to help for
26669              
26670              Subject: [ID 20000716.015] join UTF8 weirdness
26671              From: root <root@ak-71.mind.de> 
26672              Date: Sat, 15 Jul 2000 15:29:54 +0200
26673              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
26674              
26675              (from Andreas König)
26676      Branch: perl
26677            ! pp_hot.c
26678 ____________________________________________________________________________
26679 [  6463] By: jhi                                   on 2000/07/29  00:55:39
26680         Log: Tune the comments and hopefully stop a memory leak.
26681      Branch: perl
26682            ! toke.c utf8.c
26683 ____________________________________________________________________________
26684 [  6462] By: jhi                                   on 2000/07/29  00:16:53
26685         Log: The problem described in this
26686              
26687              Subject: [ID 20000322.018] named chars aren't magical enough
26688              From: root <root@dixie.cscaper.com>     
26689              Date: Wed, 22 Mar 2000 18:37:42 -0700
26690              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
26691              
26692              has been fixed in perl 5.6.0 but just in case added a test
26693              to keep it away.  (The report from Joseph Hall.)
26694      Branch: perl
26695            ! t/lib/charnames.t
26696 ____________________________________________________________________________
26697 [  6461] By: jhi                                   on 2000/07/28  23:56:36
26698         Log: Tiny fixes for #6460.
26699      Branch: metaconfig/U/perl
26700            ! gccvers.U
26701      Branch: perl
26702            ! Configure config_h.SH
26703 ____________________________________________________________________________
26704 [  6460] By: jhi                                   on 2000/07/28  23:24:41
26705         Log: Warn if the version of the operating system used to compile gcc
26706              differs from the current version of the operating system.
26707              Also display the gcc compilation os and version in myconfig.
26708              Inspiration from
26709              
26710              Subject: Re: [ID 20000710.003] ERRORS!!         
26711              From: "Kurt D. Starsinic" <kstar@chapin.edu>
26712              Date: Mon, 10 Jul 2000 15:54:16 -0400
26713              Message-ID: <20000710155416.A1384@O2.chapin.edu>
26714      Branch: metaconfig/U/perl
26715            ! gccvers.U
26716      Branch: perl
26717            ! Configure config_h.SH myconfig.SH
26718 ____________________________________________________________________________
26719 [  6459] By: jhi                                   on 2000/07/28  22:00:32
26720         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
26721              letter to $Config{osvers}.
26722      Branch: metaconfig
26723            ! U/modified/Oldconfig.U
26724      Branch: perl
26725            ! Configure config_h.SH
26726 ____________________________________________________________________________
26727 [  6458] By: jhi                                   on 2000/07/28  04:15:39
26728         Log: Back out #6454, doesn't seem to work.
26729              (Reason: that patch was for perl 5.6.0, not perl-current)
26730              (A version of the patch for perl-current came in later as #6466)
26731      Branch: perl
26732            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
26733            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
26734            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
26735 ____________________________________________________________________________
26736 [  6457] By: jhi                                   on 2000/07/27  23:31:49
26737         Log: Use setproctitle() if available to modify $0.
26738              
26739              Subject: setting $* on BSD4 broken
26740              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26741              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
26742              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
26743      Branch: metaconfig
26744            ! U/modified/Myinit.U
26745      Branch: perl
26746            ! Configure config_h.SH mg.c
26747 ____________________________________________________________________________
26748 [  6456] By: jhi                                   on 2000/07/27  14:50:47
26749         Log: Allow "no AutoLoader;", based on change #6444,
26750              suggested by Graham Barr.
26751      Branch: perl
26752            ! lib/AutoLoader.pm
26753 ____________________________________________________________________________
26754 [  6455] By: jhi                                   on 2000/07/27  14:19:10
26755         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
26756              From: rspier@pobox.com (Robert Spier)
26757              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
26758              Message-ID: <14720.15855.787664.424783@rls.cx>
26759      Branch: perl
26760            ! pod/perldiag.pod
26761 ____________________________________________________________________________
26762 [  6454] By: jhi                                   on 2000/07/27  14:03:02
26763         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
26764              for a long time).
26765              
26766              Reported in
26767              
26768              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
26769              From: Ryan Herbert <rherbert@sycamorehq.com>
26770              Date: Mon, 17 Jul 2000 11:40:42 -0400
26771              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
26772              
26773              Patched in
26774              
26775              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
26776              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26777              Date: Wed, 26 Jul 2000 23:40:18 +0100
26778              Message-ID: <000001bff752$79511880$0a17073e@tiny>
26779              
26780              based on an earlier patch from Stephen P. Potter.
26781              
26782              (Removed later by change #6458 because this patch was for
26783              perl 5.6.0, not perl-current)
26784      Branch: perl
26785            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
26786            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
26787            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
26788 ____________________________________________________________________________
26789 [  6453] By: jhi                                   on 2000/07/27  13:48:02
26790         Log: Subject: [PATCH] fixes bug 20000508.004
26791              From: Michael Stevens <mstevens@globnix.org>
26792              Date: Thu, 27 Jul 2000 13:49:04 +0100
26793              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
26794      Branch: perl
26795            ! pod/perldata.pod
26796 ____________________________________________________________________________
26797 [  6452] By: jhi                                   on 2000/07/26  23:51:26
26798         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
26799              and Craig A. Berry.
26800      Branch: perl
26801            ! lib/File/Temp.pm pod/perlport.pod
26802 ____________________________________________________________________________
26803 [  6451] By: jhi                                   on 2000/07/26  19:43:30
26804         Log: Be wary of close()s, too.
26805              
26806              Subject: Re: [PATCH] perlbug cleanup
26807              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26808              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
26809              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
26810      Branch: perl
26811            ! utils/perlbug.PL
26812 ____________________________________________________________________________
26813 [  6450] By: jhi                                   on 2000/07/26  18:41:40
26814         Log: Subject: Minor doc patch: handy.h
26815              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
26816              Date: Wed, 26 Jul 2000 15:34:25 -0300
26817              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
26818      Branch: perl
26819            ! handy.h pod/perlapi.pod
26820 ____________________________________________________________________________
26821 [  6449] By: jhi                                   on 2000/07/26  18:23:55
26822         Log: Subject: [PATCH] minor doc change - perlguts
26823              From: Michael Stevens <mstevens@globnix.org>
26824              Date: Thu, 13 Jul 2000 12:39:18 +0100
26825              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
26826      Branch: perl
26827            ! pod/perlguts.pod
26828 ____________________________________________________________________________
26829 [  6448] By: jhi                                   on 2000/07/26  18:20:30
26830         Log: open() wariness in perlbug.
26831              
26832              Subject: [PATCH] perlbug cleanup
26833              From: Michael Stevens <mstevens@globnix.org>
26834              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
26835              Date: Thu, 13 Jul 2000 15:52:23 +0100
26836      Branch: perl
26837            ! utils/perlbug.PL
26838 ____________________________________________________________________________
26839 [  6447] By: jhi                                   on 2000/07/26  18:13:04
26840         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
26841      Branch: perl
26842            ! lib/File/Temp.pm t/lib/ftmp-security.t
26843 ____________________________________________________________________________
26844 [  6446] By: jhi                                   on 2000/07/26  18:06:32
26845         Log: docfix from Peter Scott <Peter@PSDT.com>.
26846      Branch: perl
26847            ! pod/perlfunc.pod
26848 ____________________________________________________________________________
26849 [  6445] By: jhi                                   on 2000/07/26  17:53:31
26850         Log: Fix *foo{FORMAT}.
26851              
26852              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26853              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
26854              Date: Wed, 26 Jul 2000 19:51:02 +0200
26855              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
26856              
26857              From: Graham Barr <gbarr@pobox.com>
26858              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
26859              Date: Wed, 26 Jul 2000 17:38:36 +0100
26860              Message-ID: <20000726173836.L472@pobox.com>
26861      Branch: perl
26862            ! pp.c sv.c t/op/gv.t
26863 ____________________________________________________________________________
26864 [  6444] By: jhi                                   on 2000/07/26  17:49:14
26865         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
26866              from Graham Barr in the module list.
26867      Branch: perl
26868            ! gv.c pod/perlobj.pod
26869 ____________________________________________________________________________
26870 [  6443] By: jhi                                   on 2000/07/26  16:06:56
26871         Log: More split() doc and test patches from Mike Guy.
26872      Branch: perl
26873            ! pod/perlfunc.pod t/op/split.t
26874 ____________________________________________________________________________
26875 [  6442] By: jhi                                   on 2000/07/26  16:05:30
26876         Log: MacOS nits from Matthias Neeracher.
26877      Branch: perl
26878            ! perl.c pp_ctl.c
26879 ____________________________________________________________________________
26880 [  6441] By: jhi                                   on 2000/07/26  04:39:57
26881         Log: Subject: [PATCH] split /^/
26882              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26883              Date: Tue, 25 Jul 2000 14:18:57 +0100
26884              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
26885              
26886              (with notes from tchrist and gbarr)
26887      Branch: perl
26888            ! pod/perlfunc.pod t/op/split.t
26889 ____________________________________________________________________________
26890 [  6440] By: jhi                                   on 2000/07/26  04:32:32
26891         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
26892              From: Peter Prymmer <pvhp@forte.com>
26893              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
26894              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
26895      Branch: perl
26896            ! vms/munchconfig.c
26897 ____________________________________________________________________________
26898 [  6439] By: jhi                                   on 2000/07/26  04:31:01
26899         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
26900              to be fatal errors (instead of by default ignoring them, and
26901              ignoring with a bug: even though -w gave an error, the opening [
26902              was left in)  Reported in:
26903              
26904              Subject: [ID 20000716.024] [=cc=] / [:blank:]
26905              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
26906              Date: Sun, 16 Jul 2000 17:55:29 -0700
26907              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
26908      Branch: perl
26909            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
26910 ____________________________________________________________________________
26911 [  6438] By: jhi                                   on 2000/07/25  15:41:15
26912         Log: Subject: [PATCH] av.c apidoc
26913              From: simon@brecon.co.uk (Simon Cozens)
26914              Date: 24 Jul 2000 06:40:52 GMT
26915              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
26916      Branch: perl
26917            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
26918            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
26919 ____________________________________________________________________________
26920 [  6437] By: jhi                                   on 2000/07/25  14:05:36
26921         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
26922              From: "Stephen P. Potter" <spp@ds.net>
26923              Date: Mon, 24 Jul 2000 14:22:23 -0400
26924              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
26925      Branch: perl
26926            ! pod/perllocale.pod
26927 ____________________________________________________________________________
26928 [  6436] By: jhi                                   on 2000/07/25  14:02:03
26929         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
26930              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26931              Date: Mon, 24 Jul 2000 18:04:28 +0100
26932              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
26933      Branch: perl
26934            ! t/lib/syslfs.t t/op/lfs.t
26935 ____________________________________________________________________________
26936 [  6435] By: jhi                                   on 2000/07/25  13:59:28
26937         Log: Get UTF16 BOMs working.  Patch from
26938              
26939              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
26940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26941              Date: Tue, 25 Jul 2000 12:52:45 +0100
26942              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
26943              
26944              and notes from
26945              
26946              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
26947              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26948              Date: Tue, 25 Jul 2000 11:43:25 +0100
26949              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
26950      Branch: perl
26951            ! t/comp/require.t toke.c utf8.c
26952 ____________________________________________________________________________
26953 [  6434] By: jhi                                   on 2000/07/25  02:39:54
26954         Log: Make the "uninit variable" warning to say "concat or string"
26955              or "join or string" when in concat or join .
26956              
26957              Subject: Re: [ID 20000403.009] uninitialised concatenation???
26958              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26959              Date: Tue, 04 Apr 2000 18:22:58 +0100
26960              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
26961              
26962              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
26963              From: William R Ward <hermit@BayView.COM>
26964              Date: Thu, 30 Mar 2000 19:50:03 -0800
26965              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
26966      Branch: perl
26967            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
26968            ! t/pragma/warn/op t/pragma/warn/sv
26969 ____________________________________________________________________________
26970 [  6433] By: jhi                                   on 2000/07/24  17:52:56
26971         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
26972      Branch: perl
26973            ! lib/File/Spec/VMS.pm
26974 ____________________________________________________________________________
26975 [  6432] By: jhi                                   on 2000/07/24  17:44:44
26976         Log: Test cases for #6431.
26977              
26978              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
26979              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26980              Date: Mon, 24 Jul 2000 15:32:29 +0100
26981              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
26982      Branch: perl
26983            ! t/op/pat.t t/op/split.t
26984 ____________________________________________________________________________
26985 [  6431] By: jhi                                   on 2000/07/24  17:43:17
26986         Log: Bind op fix.
26987              
26988              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
26989              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26990              Date: Mon, 17 Jul 2000 20:04:56 +0100
26991              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
26992      Branch: perl
26993            ! op.c
26994 ____________________________________________________________________________
26995 [  6430] By: jhi                                   on 2000/07/24  03:42:42
26996         Log: Subject: [ID 20000716.023] syslog test fails without sockets
26997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26998              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
26999              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
27000      Branch: metaconfig/U/perl
27001            ! Extensions.U
27002      Branch: perl
27003            ! Configure config_h.SH
27004 ____________________________________________________________________________
27005 [  6429] By: jhi                                   on 2000/07/24  03:11:52
27006         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
27007              case, but add also notes explaining the relationship of this
27008              patch and the earlier notes by Sarathy.
27009              
27010              Subject: Map is still slow
27011              From: "Ben Tilly" <ben_tilly@hotmail.com>
27012              Date: Sat, 15 Jul 2000 17:23:27 EDT
27013              Message-ID: <20000715212327.21656.qmail@hotmail.com>
27014      Branch: perl
27015            ! pp_ctl.c
27016 ____________________________________________________________________________
27017 [  6428] By: jhi                                   on 2000/07/24  02:58:52
27018         Log: Documentation to explain the behaviour of map().
27019              
27020              Subject: Re: Map is still slow 
27021              From: Gurusamy Sarathy <gsar@ActiveState.com>
27022              Date: Sat, 15 Jul 2000 16:05:09 -0700
27023              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
27024      Branch: perl
27025            ! pp_ctl.c
27026 ____________________________________________________________________________
27027 [  6427] By: jhi                                   on 2000/07/24  02:50:03
27028         Log: Add tests for
27029              [ID 19991110.003] another matching finding by pcre author
27030              which has already been fixed by some patch, as verified in
27031              
27032              Subject: Re: two regex bugs from the mists of time (well, last November)
27033              From: Hugo <hv@crypt.compulink.co.uk>
27034              Date: Sat, 22 Jul 2000 18:12:58 +0100
27035              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
27036      Branch: perl
27037            ! t/op/re_tests
27038 ____________________________________________________________________________
27039 [  6426] By: jhi                                   on 2000/07/24  02:11:20
27040         Log: A missing 'break' after the [[:space:]] switch case.
27041              
27042              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
27043              From: "Stephen P. Potter" <spp@ds.net>
27044              Date: Tue, 18 Jul 2000 16:25:17 -0400
27045              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
27046      Branch: perl
27047            ! regcomp.c
27048 ____________________________________________________________________________
27049 [  6425] By: jhi                                   on 2000/07/24  02:06:12
27050         Log: The output might have been produced in the wrong order.
27051              
27052              Subject: [ID 20000720.003] [PATCH] t/op/write.t
27053              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27054              Date: Thu, 20 Jul 2000 18:49:18 +0100
27055              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
27056      Branch: perl
27057            ! t/op/write.t
27058 ____________________________________________________________________________
27059 [  6424] By: jhi                                   on 2000/07/24  02:00:07
27060         Log: Use STDOUT consistently.
27061              
27062              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
27063              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27064              Date: Thu, 20 Jul 2000 18:04:01 +0100
27065              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
27066      Branch: perl
27067            ! lib/Test/Harness.pm
27068 ____________________________________________________________________________
27069 [  6423] By: jhi                                   on 2000/07/24  01:54:54
27070         Log: Protect against "wild next"s, that is, callbacks doing "next"
27071              instead of "return".
27072              
27073              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
27074              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27075              Date: Tue, 18 Jul 2000 11:30:16 +0100
27076              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
27077      Branch: perl
27078            ! lib/File/Find.pm
27079 ____________________________________________________________________________
27080 [  6422] By: jhi                                   on 2000/07/24  01:35:47
27081         Log: Out-of-date note removed.
27082              
27083              Subject: [PATCH] documentation perlipc
27084              From: rspier@pobox.com (Robert Spier)
27085              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
27086              Message-ID: <14711.35178.572612.502654@rls.cx>
27087      Branch: perl
27088            ! pod/perlipc.pod
27089 ____________________________________________________________________________
27090 [  6421] By: jhi                                   on 2000/07/24  00:09:18
27091         Log: Send all installperl messages to STDERR and be -w clean.
27092              
27093              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
27094              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27095              Date: Sat, 22 Jul 2000 14:02:11 +0100
27096              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
27097      Branch: perl
27098            ! installperl
27099 ____________________________________________________________________________
27100 [  6420] By: jhi                                   on 2000/07/24  00:04:19
27101         Log: Decutandpasto.
27102              
27103              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
27104              From: "Richard Soderberg" <rs@crystalflame.net>
27105              Date: Sun, 23 Jul 2000 01:37:23 -0700
27106              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
27107      Branch: perl
27108            ! pod/perlipc.pod
27109 ____________________________________________________________________________
27110 [  6419] By: jhi                                   on 2000/07/24  00:01:12
27111         Log: A cleaner abs_path().
27112              Subject: Re: unix alternative to Cwd.pm
27113              From: Jeff Pinyan <jeffp@crusoe.net>
27114              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
27115              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
27116      Branch: perl
27117            ! lib/Cwd.pm
27118 ____________________________________________________________________________
27119 [  6418] By: jhi                                   on 2000/07/23  23:48:56
27120         Log: Detypo.
27121              
27122              Subject: [PATCH perl-current] Typo in hints/powerux.sh
27123              From: "Richard Soderberg" <rs@crystalflame.net>
27124              Date: Sun, 23 Jul 2000 01:27:33 -0700
27125              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
27126      Branch: perl
27127            ! hints/powerux.sh
27128 ____________________________________________________________________________
27129 [  6417] By: jhi                                   on 2000/07/17  22:13:31
27130         Log: Subject: SDBM_File documentation
27131              From: mjd@plover.com
27132              Date: 16 Jul 2000 17:41:17 -0000
27133              Message-ID: <20000716174117.18515.qmail@plover.com>
27134      Branch: perl
27135            ! ext/SDBM_File/SDBM_File.pm
27136 ____________________________________________________________________________
27137 [  6416] By: jhi                                   on 2000/07/17  19:13:26
27138         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
27139      Branch: perl
27140            ! hints/mpeix.sh mpeix/relink
27141 ____________________________________________________________________________
27142 [  6415] By: jhi                                   on 2000/07/15  14:11:02
27143         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
27144              the utf8 'characters' can be more than one octet).
27145              
27146              Date: Sat, 15 Jul 2000 00:21:56 +0100
27147              From: Tom Hughes <tom@compton.nu>
27148              Subject: Re: [ID 20000714.002]
27149              Message-ID: <db2334de49.tom@compton.compton.nu>
27150              
27151              Reported in
27152              
27153              Subject: [ID 20000714.002]
27154              From: "Simon Cozens" <simon@othersideofthe.earth.li>
27155              Date: 14 Jul 2000 15:13:09 -0000
27156              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
27157      Branch: perl
27158            ! doop.c
27159 ____________________________________________________________________________
27160 [  6414] By: jhi                                   on 2000/07/15  03:13:41
27161         Log: another VMS build tweak from Peter Prymmer
27162      Branch: perl
27163            ! vms/descrip_mms.template
27164 ____________________________________________________________________________
27165 [  6413] By: jhi                                   on 2000/07/15  03:10:40
27166         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
27167      Branch: perl
27168            ! vms/perlvms.pod
27169 ____________________________________________________________________________
27170 [  6412] By: jhi                                   on 2000/07/15  00:31:05
27171         Log: More docs for sv functions.
27172              
27173              Subject: [PATCH cfgperl] sv.c apidoc
27174              From: simon@brecon.co.uk (Simon Cozens)
27175              Date: 13 Jul 2000 09:00:20 GMT
27176              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
27177              
27178              Subject: Re: [PATCH cfgperl] sv.c apidoc
27179              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27180              Date: Thu, 13 Jul 2000 12:27:41 +0100
27181              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
27182              
27183              Subject: Re: [PATCH cfgperl] sv.c apidoc
27184              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27185              Date: Thu, 13 Jul 2000 13:23:09 +0100
27186              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
27187              
27188              Subject: Re: [PATCH cfgperl] sv.c apidoc
27189              From: simon@brecon.co.uk (Simon Cozens)
27190              Date: 14 Jul 2000 06:51:02 GMT
27191              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
27192      Branch: perl
27193            ! embed.pl pod/perlapi.pod sv.c
27194 ____________________________________________________________________________
27195 [  6411] By: jhi                                   on 2000/07/15  00:10:41
27196         Log: lib/b test fixes from Peter Prymmer.
27197      Branch: perl
27198            ! t/lib/b.t
27199 ____________________________________________________________________________
27200 [  6410] By: jhi                                   on 2000/07/15  00:02:09
27201         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
27202              From: Hugo <hv@crypt.compulink.co.uk>
27203              Date: Fri, 14 Jul 2000 23:05:20 +0100
27204              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
27205              
27206              Didn't anymore apply, but that point still could use another fix.
27207      Branch: perl
27208            ! pod/perlfunc.pod
27209 ____________________________________________________________________________
27210 [  6409] By: jhi                                   on 2000/07/14  23:15:15
27211         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
27212              not in pod, from Peter Prymmer
27213      Branch: perl
27214            ! vms/descrip_mms.template
27215 ____________________________________________________________________________
27216 [  6408] By: jhi                                   on 2000/07/14  20:35:05
27217         Log: The bug report
27218              [ID 19991110.002] minimal matching discrepancy found by pcre author
27219              seems to have been fixed (though differently from what was suggested
27220              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
27221      Branch: perl
27222            ! t/op/re_tests
27223 ____________________________________________________________________________
27224 [  6407] By: jhi                                   on 2000/07/14  17:38:08
27225         Log: Fix AutoSplit to use File::Spec the right way in VMS,
27226              from Peter Prymmer.
27227      Branch: perl
27228            ! lib/AutoSplit.pm
27229 ____________________________________________________________________________
27230 [  6406] By: jhi                                   on 2000/07/14  14:13:22
27231         Log: Merge perlhacktut into perlhack, update perlguts.
27232              
27233              Subject: Re: Perlhacktut
27234              From: simon@brecon.co.uk (Simon Cozens)
27235              Date: 14 Jul 2000 06:49:21 GMT
27236              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
27237              
27238              Subject: Re: Perlhacktut
27239              From: simon@brecon.co.uk (Simon Cozens)
27240              Date: 14 Jul 2000 07:09:45 GMT
27241              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
27242      Branch: perl
27243            ! pod/perlguts.pod pod/perlhack.pod
27244 ____________________________________________________________________________
27245 [  6405] By: jhi                                   on 2000/07/14  14:02:31
27246         Log: Integrate with Sarathy.
27247      Branch: cfgperl
27248           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
27249           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
27250           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
27251 ____________________________________________________________________________
27252 [  6404] By: gsar                                  on 2000/07/14  12:15:02
27253         Log: PERL_OBJECT build tweaks
27254      Branch: perl
27255            ! toke.c
27256 ____________________________________________________________________________
27257 [  6403] By: gsar                                  on 2000/07/14  11:23:41
27258         Log: inconsistent types needs casts
27259      Branch: perl
27260            ! toke.c
27261 ____________________________________________________________________________
27262 [  6402] By: gsar                                  on 2000/07/14  11:12:04
27263         Log: typos in change#6399, regen headers
27264      Branch: perl
27265            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
27266 ____________________________________________________________________________
27267 [  6401] By: gsar                                  on 2000/07/14  10:59:12
27268         Log: typecasts needed for change#6394
27269      Branch: perl
27270            ! toke.c
27271 ____________________________________________________________________________
27272 [  6400] By: gsar                                  on 2000/07/14  10:49:37
27273         Log: integrate cfgperl contents into mainline
27274      Branch: perl
27275           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
27276           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
27277 ____________________________________________________________________________
27278 [  6399] By: gsar                                  on 2000/07/14  10:38:35
27279         Log: enable UTF-16 filter by default if relevant BOM is seen; various
27280              cleanups (typos, misformatted code, and small bugs)
27281      Branch: perl
27282            ! doop.c embed.pl mg.c op.c pp.c toke.c
27283 ____________________________________________________________________________
27284 [  6398] By: gsar                                  on 2000/07/14  08:55:38
27285         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
27286              name suggests anyway)
27287      Branch: perl
27288            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
27289 ____________________________________________________________________________
27290 [  6397] By: gsar                                  on 2000/07/14  08:44:33
27291         Log: move new variables to the end of the interpreter structure (for
27292              bincompat in code that doesn't #include XSUB.h)
27293      Branch: perl
27294            ! intrpvar.h
27295 ____________________________________________________________________________
27296 [  6396] By: gsar                                  on 2000/07/14  08:13:58
27297         Log: MakeMaker should not remove editor backups (*~) on `make clean`
27298              by default (completes change#6383)
27299      Branch: perl
27300            ! lib/ExtUtils/MM_Unix.pm
27301 ____________________________________________________________________________
27302 [  6395] By: jhi                                   on 2000/07/14  05:20:33
27303         Log: Replace change #6337 with a better one.
27304              
27305              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
27306              From: Hugo <hv@crypt.compulink.co.uk>
27307              Date: Fri, 14 Jul 2000 04:16:20 +0100
27308              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
27309      Branch: cfgperl
27310            ! regexec.c t/op/re_tests
27311 ____________________________________________________________________________
27312 [  6394] By: jhi                                   on 2000/07/14  01:33:59
27313         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
27314      Branch: cfgperl
27315            ! embed.pl global.sym proto.h toke.c
27316 ____________________________________________________________________________
27317 [  6393] By: jhi                                   on 2000/07/13  23:41:23
27318         Log: remove discarded test
27319      Branch: cfgperl
27320            ! MANIFEST
27321 ____________________________________________________________________________
27322 [  6392] By: jhi                                   on 2000/07/13  23:32:25
27323         Log: The {multiplier} of a fixed substring was overlooked which
27324              caused a wrong initial search offset for that substring.
27325              
27326              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
27327              From: Hugo <hv@crypt.compulink.co.uk>
27328              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
27329              Date: Thu, 13 Jul 2000 19:27:13 +0100
27330      Branch: cfgperl
27331            ! regcomp.c t/op/re_tests
27332 ____________________________________________________________________________
27333 [  6391] By: jhi                                   on 2000/07/13  16:37:42
27334         Log: typo fix from Craig Berry
27335      Branch: cfgperl
27336            ! vms/subconfigure.com
27337 ____________________________________________________________________________
27338 [  6390] By: jhi                                   on 2000/07/13  13:20:12
27339         Log: Integrate with Sarathy.
27340      Branch: cfgperl
27341            - t/op/method2entersub.t
27342           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
27343           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
27344           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
27345           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
27346 ____________________________________________________________________________
27347 [  6389] By: jhi                                   on 2000/07/13  13:18:48
27348         Log: Detypo from Peter Prymmer, part of #6388.
27349      Branch: cfgperl
27350            ! Configure config_h.SH
27351      Branch: metaconfig
27352            ! U/modified/d_longlong.U
27353 ____________________________________________________________________________
27354 [  6388] By: gsar                                  on 2000/07/13  06:33:40
27355         Log: typos (spotted by Peter Prymmer)
27356      Branch: perl
27357            ! Configure t/lib/english.t
27358 ____________________________________________________________________________
27359 [  6387] By: gsar                                  on 2000/07/13  05:35:28
27360         Log: new selfloader.t in change#6183 doesn't close DATA handles,
27361              and thus fails to clean up tmp files on dosish platforms
27362      Branch: perl
27363            ! t/lib/selfloader.t
27364 ____________________________________________________________________________
27365 [  6386] By: gsar                                  on 2000/07/12  21:42:39
27366         Log: sprintf test tweaks (from Dominic Dunlop)
27367      Branch: perl
27368            ! t/op/sprintf.t
27369 ____________________________________________________________________________
27370 [  6385] By: gsar                                  on 2000/07/12  21:33:46
27371         Log: fix bugs in processing %v-*d and similar format specs (from
27372              Avi Finkel <avi@finkel.org>)
27373      Branch: perl
27374            ! sv.c t/op/sprintf.t
27375 ____________________________________________________________________________
27376 [  6384] By: gsar                                  on 2000/07/12  16:04:19
27377         Log: readd missing perldelta.pod changes from changes#6339,6376
27378      Branch: perl
27379            ! pod/perldelta.pod
27380 ____________________________________________________________________________
27381 [  6383] By: gsar                                  on 2000/07/12  16:00:51
27382         Log: don't clobber *.orig files on *clean targets
27383      Branch: perl
27384            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
27385 ____________________________________________________________________________
27386 [  6382] By: gsar                                  on 2000/07/12  07:59:12
27387         Log: fix broken integrations in cfgperl
27388      Branch: cfgperl
27389           !> Changes pod/perldelta.pod
27390 ____________________________________________________________________________
27391 [  6381] By: gsar                                  on 2000/07/12  07:42:17
27392         Log: integrate cfgperl changes into mainline
27393      Branch: perl
27394            ! Changes
27395           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
27396           !> pod/perlre.pod
27397 ____________________________________________________________________________
27398 [  6380] By: gsar                                  on 2000/07/12  07:31:00
27399         Log: get sprintf.t to adjust properly for 3-digit exponents
27400      Branch: perl
27401            ! t/op/sprintf.t
27402 ____________________________________________________________________________
27403 [  6379] By: gsar                                  on 2000/07/12  06:40:04
27404         Log: change#6174 needs corresponding change in win32/config_h.PL,
27405              which grovels through config_h.SH to find the config.h name
27406      Branch: perl
27407            ! win32/config_h.PL
27408 ____________________________________________________________________________
27409 [  6378] By: jhi                                   on 2000/07/12  05:03:59
27410         Log: Do the cc sanity check both before the hints and
27411              after the cc selction.
27412      Branch: cfgperl
27413            ! Configure config_h.SH
27414      Branch: metaconfig
27415            ! U/modified/Oldconfig.U U/modified/cc.U
27416      Branch: metaconfig/U/perl
27417            + Checkcc.U
27418 ____________________________________________________________________________
27419 [  6377] By: jhi                                   on 2000/07/12  02:49:22
27420         Log: Fix nits noticed by Boston.pm.
27421      Branch: cfgperl
27422            ! pod/perlre.pod
27423 ____________________________________________________________________________
27424 [  6376] By: jhi                                   on 2000/07/11  21:22:13
27425         Log: Configure cosmetics and perldelta.
27426      Branch: cfgperl
27427            ! Configure config_h.SH pod/perldelta.pod
27428      Branch: metaconfig
27429            ! U/modified/cc.U
27430 ____________________________________________________________________________
27431 [  6375] By: gsar                                  on 2000/07/11  21:17:35
27432         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
27433      Branch: perl
27434            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
27435            ! win32/win32sck.c
27436 ____________________________________________________________________________
27437 [  6374] By: gsar                                  on 2000/07/11  20:48:50
27438         Log: tweak for build failure under multiplicity
27439      Branch: perl
27440            ! toke.c
27441 ____________________________________________________________________________
27442 [  6373] By: gsar                                  on 2000/07/11  20:37:23
27443         Log: integrate cfgperl changes#6325..6373 into mainline
27444              (NOTE: today's batch of integrations still untested)
27445      Branch: perl
27446           +> ext/DynaLoader/hints/netbsd.pl
27447            ! Changes
27448           !> (integrate 26 files)
27449 ____________________________________________________________________________
27450 [  6372] By: jhi                                   on 2000/07/11  20:30:36
27451         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
27452              regen perltoc.
27453      Branch: cfgperl
27454            + pod/perlbook.pod
27455            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
27456            ! pod/perltoc.pod
27457 ____________________________________________________________________________
27458 [  6371] By: jhi                                   on 2000/07/11  20:08:56
27459         Log: Minor cleanups on the booklist.
27460      Branch: cfgperl
27461            ! pod/perlfaq2.pod
27462 ____________________________________________________________________________
27463 [  6370] By: jhi                                   on 2000/07/11  19:31:13
27464         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
27465      Branch: cfgperl
27466            ! t/pragma/overload.t
27467 ____________________________________________________________________________
27468 [  6369] By: gsar                                  on 2000/07/11  19:27:48
27469         Log: integrate cfgperl changes#6293..6324 into mainline
27470      Branch: perl
27471           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
27472            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
27473           !> (integrate 30 files)
27474 ____________________________________________________________________________
27475 [  6368] By: gsar                                  on 2000/07/11  19:18:57
27476         Log: skip integrate of problematic change#6292 from cfgperl into mainline
27477      Branch: perl
27478           !> pp_hot.c
27479 ____________________________________________________________________________
27480 [  6367] By: gsar                                  on 2000/07/11  19:17:21
27481         Log: integrate cfgperl changes#6288..6290 into mainline
27482      Branch: perl
27483           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
27484 ____________________________________________________________________________
27485 [  6366] By: gsar                                  on 2000/07/11  19:11:18
27486         Log: integrate cfgperl changes#6268..6282 into mainline
27487      Branch: perl
27488           !> (integrate 30 files)
27489 ____________________________________________________________________________
27490 [  6365] By: gsar                                  on 2000/07/11  18:57:00
27491         Log: delete new accidentally branched file
27492      Branch: perl
27493            - t/op/method2entersub.t
27494 ____________________________________________________________________________
27495 [  6364] By: gsar                                  on 2000/07/11  18:55:13
27496         Log: skip integrate of change#6267 from cfgperl into mainline (the
27497              method call optimization is flawed without additional hints
27498              from user about immutableness of @ISA and no runtime method
27499              definitions)
27500      Branch: perl
27501           +> t/op/method2entersub.t
27502           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
27503           !> perl.h t/op/sprintf.t xsutils.c
27504 ____________________________________________________________________________
27505 [  6363] By: gsar                                  on 2000/07/11  18:49:43
27506         Log: integrate cfgperl changes#6261..6266 into mainline
27507      Branch: perl
27508           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
27509           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
27510           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27511           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
27512 ____________________________________________________________________________
27513 [  6362] By: gsar                                  on 2000/07/11  18:43:26
27514         Log: integrate cfgperl changes#6252..6260 into mainline
27515      Branch: perl
27516           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
27517           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
27518           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
27519           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
27520 ____________________________________________________________________________
27521 [  6361] By: gsar                                  on 2000/07/11  18:37:12
27522         Log: skip integrate of problematic change#6251 from cfgperl into mainline
27523      Branch: perl
27524           !> lib/Exporter.pm
27525 ____________________________________________________________________________
27526 [  6360] By: gsar                                  on 2000/07/11  18:34:56
27527         Log: integrate cfgperl change#6250 into mainline
27528      Branch: perl
27529           +> t/op/my_stash.t
27530           !> MANIFEST embed.pl proto.h toke.c
27531 ____________________________________________________________________________
27532 [  6359] By: gsar                                  on 2000/07/11  18:21:19
27533         Log: integrate cfgperl changes#6242..6249 into mainline
27534      Branch: perl
27535           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
27536           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
27537           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
27538           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
27539           !> t/lib/peek.t utf8.c
27540 ____________________________________________________________________________
27541 [  6358] By: gsar                                  on 2000/07/11  18:15:45
27542         Log: skip integrate of problematic change#6241 from cfgperl into mainline
27543      Branch: perl
27544           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
27545 ____________________________________________________________________________
27546 [  6357] By: jhi                                   on 2000/07/11  18:15:16
27547         Log: Fix for
27548              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
27549              From: Roderick Schertler <roderick@argon.org> 
27550              Date: Tue, 11 Jul 2000 13:55:05 -0400 
27551              Message-Id: <200007111755.NAA05077@jones.argon.org> 
27552      Branch: cfgperl
27553            ! doio.c
27554 ____________________________________________________________________________
27555 [  6356] By: jhi                                   on 2000/07/11  18:12:51
27556         Log: Typo in #6341.
27557      Branch: cfgperl
27558            ! pp_hot.c
27559 ____________________________________________________________________________
27560 [  6355] By: gsar                                  on 2000/07/11  18:12:10
27561         Log: integrate cfgperl changes#6231..6240 into mainline
27562      Branch: perl
27563           +> pod/perlutil.pod
27564           !> (integrate 35 files)
27565 ____________________________________________________________________________
27566 [  6354] By: jhi                                   on 2000/07/11  18:04:34
27567         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
27568              From: Dominic Dunlop <domo@computer.org> 
27569              Date: Tue, 11 Jul 2000 12:27:33 +0200 
27570              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
27571              
27572              Replaces change #6268.
27573      Branch: cfgperl
27574            ! t/op/sprintf.t
27575 ____________________________________________________________________________
27576 [  6353] By: gsar                                  on 2000/07/11  17:59:51
27577         Log: skip integrate of problematic change#6230 from cfgperl into mainline
27578              (a later version of File::Spec is already in mainline)
27579      Branch: perl
27580           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
27581           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
27582 ____________________________________________________________________________
27583 [  6352] By: gsar                                  on 2000/07/11  17:57:48
27584         Log: integrate cfgperl changes#6224..6229 into mainline
27585      Branch: perl
27586           +> lib/lib.pm.PL
27587            - lib/lib.pm
27588           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
27589           !> lib/English.pm op.c t/lib/english.t
27590 ____________________________________________________________________________
27591 [  6351] By: gsar                                  on 2000/07/11  17:50:10
27592         Log: skip integrate of problematic change#6223 from cfgperl into mainline
27593      Branch: perl
27594           !> doio.c
27595 ____________________________________________________________________________
27596 [  6350] By: gsar                                  on 2000/07/11  17:48:28
27597         Log: integrate cfgperl changes#6220..6222 into mainline
27598      Branch: perl
27599           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
27600           !> toke.c utf8.c win32/win32.h
27601 ____________________________________________________________________________
27602 [  6349] By: gsar                                  on 2000/07/11  17:46:13
27603         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
27604              mainline
27605      Branch: perl
27606           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27607           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
27608           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27609 ____________________________________________________________________________
27610 [  6348] By: jhi                                   on 2000/07/11  17:45:49
27611         Log: README.posix-bc podified from Thomas Dorner.
27612      Branch: cfgperl
27613            ! README.posix-bc
27614 ____________________________________________________________________________
27615 [  6347] By: gsar                                  on 2000/07/11  17:42:04
27616         Log: integrate cfgperl change#6217 into mainline
27617      Branch: perl
27618           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
27619           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
27620           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
27621 ____________________________________________________________________________
27622 [  6346] By: gsar                                  on 2000/07/11  17:39:37
27623         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
27624              mainline
27625      Branch: perl
27626           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
27627           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27628           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
27629           !> perlapi.h pod/perlapi.pod
27630 ____________________________________________________________________________
27631 [  6345] By: gsar                                  on 2000/07/11  17:36:42
27632         Log: integrate cfgperl changes#6207..6210 into mainline
27633      Branch: perl
27634           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
27635           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
27636 ____________________________________________________________________________
27637 [  6344] By: gsar                                  on 2000/07/11  17:31:20
27638         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
27639              mainline
27640      Branch: perl
27641           !> (integrate 40 files)
27642 ____________________________________________________________________________
27643 [  6343] By: gsar                                  on 2000/07/11  17:19:08
27644         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
27645      Branch: perl
27646           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
27647            ! Changes
27648           !> (integrate 34 files)
27649 ____________________________________________________________________________
27650 [  6342] By: jhi                                   on 2000/07/11  16:05:48
27651         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
27652              To: perl5-porters@perl.org
27653              From: Karsten Sperling <spiff@phreax.net>
27654              Date: Mon, 10 Jul 2000 15:12:52 +0200
27655              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
27656      Branch: cfgperl
27657            ! lib/Symbol.pm
27658 ____________________________________________________________________________
27659 [  6341] By: jhi                                   on 2000/07/11  15:59:23
27660         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
27661              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27662              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
27663              Date: Fri, 07 Jul 2000 17:57:16 +0100
27664      Branch: cfgperl
27665            ! pp_hot.c
27666 ____________________________________________________________________________
27667 [  6340] By: jhi                                   on 2000/07/11  15:55:47
27668         Log: Subject: Re: format bug report  [Patch]
27669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27670              Date: Wed, 05 Jul 2000 13:12:52 +0200
27671              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
27672              
27673              Subject: Re: format bug report  [Patch]
27674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27675              Date: Wed, 05 Jul 2000 14:10:01 +0200
27676              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
27677      Branch: cfgperl
27678            ! t/op/write.t toke.c
27679 ____________________________________________________________________________
27680 [  6339] By: jhi                                   on 2000/07/11  13:54:09
27681         Log: Be less forgiving about ambiguous and illegal tr ranges.
27682              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
27683              From: Mark-Jason Dominus <mjd@plover.com>
27684              Date: Tue, 04 Jul 2000 10:00:12 -0400
27685              Message-ID: <20000704140012.17772.qmail@plover.com>
27686              
27687              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
27688              From: Mark-Jason Dominus <mjd@plover.com>
27689              Date: Wed, 05 Jul 2000 09:37:36 -0400
27690              Message-ID: <20000705133736.27293.qmail@plover.com>
27691      Branch: cfgperl
27692            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
27693 ____________________________________________________________________________
27694 [  6338] By: jhi                                   on 2000/07/11  13:31:24
27695         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
27696              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27697              Date: Tue, 11 Jul 2000 13:50:51 +0100
27698              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
27699      Branch: cfgperl
27700            ! sv.c
27701 ____________________________________________________________________________
27702 [  6337] By: jhi                                   on 2000/07/11  13:29:14
27703         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
27704              From: Hugo <hv@crypt.compulink.co.uk>
27705              Date: Tue, 11 Jul 2000 12:44:50 +0100
27706              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
27707      Branch: cfgperl
27708            ! regexec.c t/op/re_tests
27709 ____________________________________________________________________________
27710 [  6336] By: jhi                                   on 2000/07/11  13:26:47
27711         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
27712              From: simon@brecon.co.uk (Simon Cozens)
27713              Date: 7 Jul 2000 11:26:09 GMT
27714              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
27715      Branch: cfgperl
27716            ! mg.c
27717 ____________________________________________________________________________
27718 [  6335] By: jhi                                   on 2000/07/11  13:23:37
27719         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
27720              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
27721              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
27722              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
27723      Branch: cfgperl
27724            + ext/DynaLoader/hints/netbsd.pl
27725            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
27726 ____________________________________________________________________________
27727 [  6334] By: jhi                                   on 2000/07/11  13:20:38
27728         Log: Subject: PATCH perlguts.pod: Document D and d magic types
27729              From: mjd@plover.com
27730              Date: 5 Jul 2000 18:01:51 -0000
27731              Message-ID: <20000705180151.29413.qmail@plover.com>
27732      Branch: cfgperl
27733            ! pod/perlguts.pod
27734 ____________________________________________________________________________
27735 [  6333] By: jhi                                   on 2000/07/11  13:15:51
27736         Log: Precedence goof, fix based on
27737              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
27738              From: Hugo <hv@crypt.compulink.co.uk>
27739              Date: Tue, 11 Jul 2000 12:52:38 +0100
27740              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
27741      Branch: cfgperl
27742            ! t/op/taint.t
27743 ____________________________________________________________________________
27744 [  6332] By: jhi                                   on 2000/07/11  12:40:17
27745         Log: Integrate with Sarathy.
27746      Branch: cfgperl
27747           !> win32/win32sck.c
27748 ____________________________________________________________________________
27749 [  6331] By: jhi                                   on 2000/07/10  20:14:16
27750         Log: Sprinkle ldlibpath.
27751      Branch: cfgperl
27752            ! pod/Makefile.SH
27753 ____________________________________________________________________________
27754 [  6330] By: jhi                                   on 2000/07/10  17:54:49
27755         Log: More POSIX.pod tweaks.
27756      Branch: cfgperl
27757            ! ext/POSIX/POSIX.pod
27758 ____________________________________________________________________________
27759 [  6329] By: jhi                                   on 2000/07/10  14:02:12
27760         Log: Reorder perl.pod once more.
27761      Branch: cfgperl
27762            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27763 ____________________________________________________________________________
27764 [  6328] By: gsar                                  on 2000/07/10  07:06:00
27765         Log: accept() leaks memory on windows due to incorrect ordering of
27766              closesocket() and fclose() calls
27767      Branch: perl
27768            ! win32/win32sck.c
27769 ____________________________________________________________________________
27770 [  6327] By: gsar                                  on 2000/07/10  06:49:17
27771         Log: winsock options weren't being set in all threads under ithreads
27772              (caused send()s from second and subsequent threads to fail)
27773      Branch: perl
27774            ! win32/win32sck.c
27775 ____________________________________________________________________________
27776 [  6326] By: jhi                                   on 2000/07/08  02:45:40
27777         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
27778              was cast to an unsigned (32-bit) integer with wild abandon.
27779      Branch: cfgperl
27780            ! ext/Devel/DProf/DProf.xs
27781 ____________________________________________________________________________
27782 [  6325] By: jhi                                   on 2000/07/07  18:50:33
27783         Log: Remove perlbook, update perlfaq book listing,
27784              rearrange perl.pod, regenerate perltoc.
27785      Branch: cfgperl
27786            - pod/perlbook.pod
27787            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
27788            ! pod/perlfaq2.pod pod/perltoc.pod
27789 ____________________________________________________________________________
27790 [  6324] By: jhi                                   on 2000/07/07  14:03:40
27791         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
27792      Branch: cfgperl
27793            ! sv.h toke.c
27794 ____________________________________________________________________________
27795 [  6323] By: jhi                                   on 2000/07/06  16:03:55
27796         Log: Fix complaints of buildtoc.
27797      Branch: cfgperl
27798            + lib/Win32.pod
27799            - pod/Win32.pod
27800            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27801 ____________________________________________________________________________
27802 [  6322] By: jhi                                   on 2000/07/06  15:15:52
27803         Log: Add =head1 NAMEs so that buildtoc is happy.
27804              (The CGI::Util nit reported to Lincoln.)
27805      Branch: cfgperl
27806            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
27807            ! pod/perltoc.pod
27808 ____________________________________________________________________________
27809 [  6321] By: jhi                                   on 2000/07/06  03:16:04
27810         Log: Config is being used.
27811      Branch: cfgperl
27812            ! t/op/method.t
27813 ____________________________________________________________________________
27814 [  6320] By: jhi                                   on 2000/07/06  03:13:13
27815         Log: Integrate with Sarathy.
27816      Branch: cfgperl
27817           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
27818 ____________________________________________________________________________
27819 [  6319] By: jhi                                   on 2000/07/06  03:11:46
27820         Log: Autogenerate pod/Makefile and pod/buildtoc.
27821              buildtoc also checks whether the existin pods are
27822              mentioned in MANIFEST and perl.pod, and vice versa.
27823              (None of the thusly found discrepancies fixed yet.)
27824              roffitall also needs to be autogenerated similarly but it
27825              seems so badly out of date that I didn't touch it yet.
27826      Branch: cfgperl
27827            + pod/Makefile.SH pod/buildtoc.PL
27828            - pod/Makefile pod/buildtoc
27829            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
27830 ____________________________________________________________________________
27831 [  6318] By: gsar                                  on 2000/07/05  22:10:54
27832         Log: fix UNC path handling on Windows under ithreads, and chdir()
27833              return value when given a non-existent directory
27834      Branch: perl
27835            ! win32/vdir.h
27836 ____________________________________________________________________________
27837 [  6317] By: gsar                                  on 2000/07/05  22:08:19
27838         Log: winsock cleanup never done on Windows (leads to handle leaks)
27839      Branch: perl
27840            ! win32/perllib.c win32/win32sck.c
27841 ____________________________________________________________________________
27842 [  6316] By: gsar                                  on 2000/07/05  22:06:19
27843         Log: some debugger output does not go to the socket when RemotePort is set
27844      Branch: perl
27845            ! lib/perl5db.pl
27846 ____________________________________________________________________________
27847 [  6315] By: jhi                                   on 2000/07/05  00:25:21
27848         Log: Integrate with Sarathy, preliminary fix for unicos
27849              alignment problems in [ID 20000612.002] Perl problem on Cray system.
27850      Branch: cfgperl
27851            ! sv.h
27852           !> pp_hot.c
27853 ____________________________________________________________________________
27854 [  6314] By: gsar                                  on 2000/07/04  23:34:02
27855         Log: tyop in change#6306
27856      Branch: perl
27857            ! pp_hot.c
27858 ____________________________________________________________________________
27859 [  6313] By: jhi                                   on 2000/07/04  22:14:38
27860         Log: Multiline string literals ENONPORTABLE.
27861      Branch: cfgperl
27862            ! pp_hot.c
27863 ____________________________________________________________________________
27864 [  6312] By: jhi                                   on 2000/07/04  20:34:44
27865         Log: Integrate with Sarathy.
27866      Branch: cfgperl
27867           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
27868           !> t/op/method.t
27869 ____________________________________________________________________________
27870 [  6311] By: jhi                                   on 2000/07/04  20:30:56
27871         Log: More POSIX.pod embellishment.
27872      Branch: cfgperl
27873            ! ext/POSIX/POSIX.pod
27874 ____________________________________________________________________________
27875 [  6310] By: gsar                                  on 2000/07/04  17:28:48
27876         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
27877      Branch: perl
27878            ! t/lib/b.t
27879 ____________________________________________________________________________
27880 [  6309] By: jhi                                   on 2000/07/04  17:22:18
27881         Log: The #6308 required a little bit more.
27882      Branch: cfgperl
27883            ! Makefile.SH win32/Makefile
27884 ____________________________________________________________________________
27885 [  6308] By: jhi                                   on 2000/07/04  16:35:24
27886         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
27887      Branch: cfgperl
27888            + lib/lib_pm.PL
27889            - lib/lib.pm.PL
27890            ! MANIFEST Makefile.SH
27891 ____________________________________________________________________________
27892 [  6307] By: jhi                                   on 2000/07/04  16:28:58
27893         Log: Win32 patches for cfgperl from Sarathy.
27894      Branch: cfgperl
27895            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
27896            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
27897            ! thread.h toke.c util.c win32/Makefile win32/win32.c
27898 ____________________________________________________________________________
27899 [  6306] By: gsar                                  on 2000/07/04  16:28:40
27900         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
27901              (from Richard Soderberg <rs@oregonnet.com>)
27902      Branch: perl
27903            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
27904 ____________________________________________________________________________
27905 [  6305] By: jhi                                   on 2000/07/04  16:24:24
27906         Log: Integrate with Sarathy.
27907      Branch: cfgperl
27908           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
27909           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
27910           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
27911           !> proto.h win32/win32.c
27912 ____________________________________________________________________________
27913 [  6304] By: gsar                                  on 2000/07/04  16:17:24
27914         Log: missing perldiag entry for unpack("w",...) diagnostic (from
27915              Andreas Koenig)
27916      Branch: perl
27917            ! pod/perldiag.pod
27918 ____________________________________________________________________________
27919 [  6303] By: gsar                                  on 2000/07/04  16:14:44
27920         Log: remove rel2abs prototypes (from Barrie Slaymaker)
27921      Branch: perl
27922            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27923            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
27924 ____________________________________________________________________________
27925 [  6302] By: gsar                                  on 2000/07/04  04:59:35
27926         Log: adjust change#6299
27927      Branch: perl
27928            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
27929            ! win32/win32.c
27930 ____________________________________________________________________________
27931 [  6301] By: jhi                                   on 2000/07/04  04:50:07
27932         Log: Integrate with Sarathy.
27933      Branch: cfgperl
27934           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
27935           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
27936           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
27937 ____________________________________________________________________________
27938 [  6300] By: gsar                                  on 2000/07/04  04:42:09
27939         Log: PERL_OBJECT build tweak
27940      Branch: perl
27941            ! perl.h
27942 ____________________________________________________________________________
27943 [  6299] By: gsar                                  on 2000/07/04  04:37:00
27944         Log: fix memory leak on Windows (PL_sys_intern contents were never
27945              freed)
27946      Branch: perl
27947            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
27948            ! perlapi.c proto.h win32/win32.c
27949 ____________________________________________________________________________
27950 [  6298] By: gsar                                  on 2000/07/04  04:15:59
27951         Log: fix large memory leak that has been around for ever, masked by
27952              -DPURIFY (most of the arenas were never freed!)
27953      Branch: perl
27954            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
27955 ____________________________________________________________________________
27956 [  6297] By: gsar                                  on 2000/07/04  04:07:46
27957         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
27958      Branch: perl
27959            ! perl.c
27960 ____________________________________________________________________________
27961 [  6296] By: jhi                                   on 2000/06/30  18:28:37
27962         Log: Elaborate POSIX.pod.  Still needs work.
27963      Branch: cfgperl
27964            ! ext/POSIX/POSIX.pod
27965 ____________________________________________________________________________
27966 [  6295] By: jhi                                   on 2000/06/30  14:58:18
27967         Log: Point to perlipc for more SysV IPC examples.
27968      Branch: cfgperl
27969            ! pod/perlfunc.pod
27970 ____________________________________________________________________________
27971 [  6294] By: gsar                                  on 2000/06/30  14:47:45
27972         Log: slurp mode fix in change#4736 still not quite right
27973      Branch: perl
27974            ! pp_hot.c t/io/argv.t
27975 ____________________________________________________________________________
27976 [  6293] By: jhi                                   on 2000/06/30  12:02:55
27977         Log: Integrate with Sarathy.
27978      Branch: cfgperl
27979           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
27980 ____________________________________________________________________________
27981 [  6292] By: jhi                                   on 2000/06/30  12:01:11
27982         Log: From: simon@brecon.co.uk (Simon Cozens)
27983              Subject: UTF8 concat
27984              Date: 30 Jun 2000 06:13:25 GMT
27985              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
27986      Branch: cfgperl
27987            ! pp_hot.c
27988 ____________________________________________________________________________
27989 [  6291] By: gsar                                  on 2000/06/30  04:37:33
27990         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
27991              when @_ is modified, causing coredumps
27992      Branch: perl
27993            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
27994 ____________________________________________________________________________
27995 [  6290] By: jhi                                   on 2000/06/30  02:21:44
27996         Log: Integrate with Sarathy.
27997      Branch: cfgperl
27998           !> vms/vms.c vms/vmsish.h
27999 ____________________________________________________________________________
28000 [  6289] By: jhi                                   on 2000/06/30  02:21:02
28001         Log: Check VERSIONs.
28002      Branch: cfgperl
28003            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28004            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28005            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28006 ____________________________________________________________________________
28007 [  6288] By: jhi                                   on 2000/06/30  02:18:52
28008         Log: Integrate with Sarathy.
28009      Branch: cfgperl
28010           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
28011           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28012           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28013           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
28014 ____________________________________________________________________________
28015 [  6287] By: gsar                                  on 2000/06/30  02:17:08
28016         Log: integrate vmsperl changes into mainline
28017      Branch: perl
28018           !> vms/vms.c vms/vmsish.h
28019 ____________________________________________________________________________
28020 [  6285] By: gsar                                  on 2000/06/30  02:05:28
28021         Log: localize %INC in a Safe compartment so that use/require work
28022              (many other magic globals probably need similar treatment)
28023      Branch: perl
28024            ! ext/Opcode/Opcode.xs
28025 ____________________________________________________________________________
28026 [  6284] By: gsar                                  on 2000/06/30  01:54:54
28027         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
28028              about Windows
28029      Branch: perl
28030            ! pod/perlembed.pod
28031 ____________________________________________________________________________
28032 [  6283] By: jhi                                   on 2000/06/30  01:50:10
28033         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
28034              From: Barrie Slaymaker <barries@jester.slaysys.com>
28035              Date: Wed, 28 Jun 2000 11:35:29 -0400
28036              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
28037      Branch: perl
28038            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
28039            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28040            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28041            ! lib/File/Spec/Win32.pm
28042 ____________________________________________________________________________
28043 [  6282] By: jhi                                   on 2000/06/29  22:57:22
28044         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
28045              From: Dan Sugalski <dan@sidhe.org>
28046              Date: Tue, 06 Jun 2000 11:59:50 -0400
28047              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
28048      Branch: cfgperl
28049            ! vms/vms.c
28050 ____________________________________________________________________________
28051 [  6281] By: jhi                                   on 2000/06/29  22:52:50
28052         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
28053              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28054              Date: Wed, 7 Jun 2000 04:02:04 -0500
28055              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
28056      Branch: cfgperl
28057            ! utils/h2xs.PL
28058 ____________________________________________________________________________
28059 [  6280] By: jhi                                   on 2000/06/29  22:45:47
28060         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
28061              From: rspier@pobox.com (Robert Spier)
28062              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
28063              Message-ID: <14654.31913.845602.610277@rls.cx>
28064      Branch: cfgperl
28065            ! utils/h2xs.PL
28066 ____________________________________________________________________________
28067 [  6279] By: jhi                                   on 2000/06/29  22:38:16
28068         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
28069              From: Tim Ayers <tayers@bridge.com>
28070              Date: Thu, 08 Jun 2000 08:11:06 +0200
28071              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
28072              [resent by Richard Foley, Message-Id probably wrong]
28073      Branch: cfgperl
28074            ! pod/perlsub.pod
28075 ____________________________________________________________________________
28076 [  6278] By: jhi                                   on 2000/06/29  22:21:45
28077         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
28078              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
28079              Date: Fri, 09 Jun 2000 12:39:27 -0400
28080              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
28081              (plus update the version "number" of Text::Wrap)
28082      Branch: cfgperl
28083            ! lib/Text/Wrap.pm
28084 ____________________________________________________________________________
28085 [  6277] By: jhi                                   on 2000/06/29  22:13:10
28086         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
28087              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28088              Date: Mon, 12 Jun 2000 14:55:59 +0100
28089              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
28090      Branch: cfgperl
28091            ! pod/perlfunc.pod
28092 ____________________________________________________________________________
28093 [  6276] By: jhi                                   on 2000/06/29  22:11:06
28094         Log: Subject: [PATCH] Re: eval documentation: context
28095              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28096              Date: Mon, 12 Jun 2000 15:07:29 +0100
28097              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
28098      Branch: cfgperl
28099            ! pod/perlfunc.pod
28100 ____________________________________________________________________________
28101 [  6275] By: jhi                                   on 2000/06/29  21:59:46
28102         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
28103              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28104              Date: Tue, 13 Jun 2000 02:43:48 -0500
28105              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
28106      Branch: cfgperl
28107            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
28108 ____________________________________________________________________________
28109 [  6274] By: jhi                                   on 2000/06/29  21:56:14
28110         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
28111              From: Andy Dougherty <doughera@lafayette.edu>
28112              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
28113              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
28114      Branch: cfgperl
28115            ! ext/File/Glob/Glob.pm
28116 ____________________________________________________________________________
28117 [  6273] By: jhi                                   on 2000/06/29  21:49:09
28118         Log: Subject: [PATCH] xsub attributes
28119              From: Doug MacEachern <dougm@covalent.net>
28120              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
28121              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
28122      Branch: cfgperl
28123            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
28124            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
28125 ____________________________________________________________________________
28126 [  6272] By: jhi                                   on 2000/06/29  21:41:28
28127         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
28128              From: Tom Phoenix <rootbeer@redcat.com>
28129              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
28130              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
28131      Branch: cfgperl
28132            ! lib/Net/Ping.pm
28133 ____________________________________________________________________________
28134 [  6271] By: jhi                                   on 2000/06/29  21:36:55
28135         Log: Subject: PATCH pod/perltie.pod
28136              From: Ian Phillipps <Ian.Phillipps@iname.com>
28137              Date: Fri, 16 Jun 2000 00:17:19 +0100
28138              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
28139              (only the first hunk, the second hunk had already been done
28140              by some other patch)
28141      Branch: cfgperl
28142            ! pod/perltie.pod
28143 ____________________________________________________________________________
28144 [  6270] By: jhi                                   on 2000/06/29  21:24:51
28145         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
28146              From: Nicholas Clark <nick@talking.bollo.cx>
28147              Date: Fri, 23 Jun 2000 16:21:15 +0100
28148              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
28149      Branch: cfgperl
28150            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
28151            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
28152 ____________________________________________________________________________
28153 [  6269] By: jhi                                   on 2000/06/29  19:38:15
28154         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
28155              silence few compiler warnings.
28156      Branch: cfgperl
28157            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
28158 ____________________________________________________________________________
28159 [  6268] By: jhi                                   on 2000/06/29  18:21:50
28160         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
28161              From: Dominic Dunlop <domo@computer.org> 
28162              Date: Thu, 29 Jun 2000 12:32:39 +0200 
28163              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
28164      Branch: cfgperl
28165            ! t/op/sprintf.t
28166 ____________________________________________________________________________
28167 [  6267] By: jhi                                   on 2000/06/29  18:16:07
28168         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
28169              From: Doug MacEachern <dougm@covalent.net>
28170              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
28171              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
28172      Branch: cfgperl
28173            + t/op/method2entersub.t
28174            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
28175            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28176            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
28177            ! xsutils.c
28178 ____________________________________________________________________________
28179 [  6266] By: jhi                                   on 2000/06/29  15:11:15
28180         Log: Subject: [PATCH 5.6.0] cygwin port
28181              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
28182              From: "Fifer, Eric" <EFifer@sanwaint.com>
28183              Date: Thu, 29 Jun 2000 12:58:29 +0100
28184      Branch: cfgperl
28185            ! cygwin/Makefile.SHs
28186 ____________________________________________________________________________
28187 [  6265] By: jhi                                   on 2000/06/29  15:04:05
28188         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
28189              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28190              Date: Wed, 28 Jun 2000 17:50:12 -0700
28191              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
28192      Branch: cfgperl
28193            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28194 ____________________________________________________________________________
28195 [  6264] By: jhi                                   on 2000/06/29  15:00:57
28196         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
28197              From: Marty Lucich <marty@netcom.com>
28198              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
28199              Message-Id: <200006282116.OAA11148@netcom.com>
28200              ccdlflags update (the BSD/OS 4.1 part had already been taken
28201              care of by #6141).
28202      Branch: cfgperl
28203            ! hints/bsdos.sh
28204 ____________________________________________________________________________
28205 [  6263] By: jhi                                   on 2000/06/29  13:47:44
28206         Log: tr fixes from Simon Cozens
28207      Branch: cfgperl
28208            ! doop.c
28209 ____________________________________________________________________________
28210 [  6262] By: jhi                                   on 2000/06/28  18:46:01
28211         Log: Subject: 5.6.0 Patch for EPOC
28212              From: Olaf Flebbe <o.flebbe@gmx.de>
28213              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
28214              Message-ID: <23449.960929969@www11.gmx.net>
28215      Branch: cfgperl
28216            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
28217            ! epoc/epocish.h
28218 ____________________________________________________________________________
28219 [  6261] By: jhi                                   on 2000/06/28  18:29:07
28220         Log: Subject: Re: [PATCH cfgperl] BOMs away!
28221              From: simon@brecon.co.uk (Simon Cozens)
28222              Date: 17 Jun 2000 11:49:57 GMT
28223              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
28224      Branch: cfgperl
28225            ! pod/perldiag.pod t/comp/require.t toke.c
28226 ____________________________________________________________________________
28227 [  6260] By: jhi                                   on 2000/06/28  17:47:16
28228         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
28229              From: simon@brecon.co.uk (Simon Cozens) 
28230              Date: 17 Jun 2000 11:56:44 GMT 
28231              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
28232              pack U0, pack C0
28233      Branch: cfgperl
28234            ! pod/perlfunc.pod pp.c t/op/pack.t
28235 ____________________________________________________________________________
28236 [  6259] By: jhi                                   on 2000/06/28  16:43:17
28237         Log: perlnewmod was missing from MANIFEST.
28238      Branch: cfgperl
28239            ! MANIFEST
28240 ____________________________________________________________________________
28241 [  6258] By: jhi                                   on 2000/06/28  15:54:30
28242         Log: linenumber tweak
28243      Branch: cfgperl
28244            ! t/pragma/warn/regcomp
28245 ____________________________________________________________________________
28246 [  6257] By: jhi                                   on 2000/06/28  15:50:44
28247         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
28248              From: Doug MacEachern <dougm@covalent.net>
28249              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
28250              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
28251              (one part of the patch had been applied earlier)
28252      Branch: cfgperl
28253            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
28254 ____________________________________________________________________________
28255 [  6256] By: jhi                                   on 2000/06/28  15:40:22
28256         Log: tweaks from Simon Cozens to further fix tr/// under utf8
28257      Branch: cfgperl
28258            ! doop.c
28259 ____________________________________________________________________________
28260 [  6255] By: jhi                                   on 2000/06/28  15:33:45
28261         Log: small thinko tweaks
28262      Branch: cfgperl
28263            ! lib/IPC/Open3.pm t/op/my_stash.t
28264 ____________________________________________________________________________
28265 [  6254] By: jhi                                   on 2000/06/28  15:33:25
28266         Log: Subject: tr///, help wanted.
28267              From: simon@brecon.co.uk (Simon Cozens)
28268              Date: 28 Jun 2000 11:29:04 GMT
28269              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
28270      Branch: cfgperl
28271            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
28272            ! pp_proto.h proto.h t/op/tr.t
28273 ____________________________________________________________________________
28274 [  6253] By: jhi                                   on 2000/06/28  15:09:17
28275         Log: Paranoia tweak on #6249.
28276              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
28277              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28278              Date: Sun, 25 Jun 2000 23:43:12 -0400
28279              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
28280      Branch: cfgperl
28281            ! lib/IPC/Open3.pm
28282 ____________________________________________________________________________
28283 [  6252] By: jhi                                   on 2000/06/28  15:01:38
28284         Log: Document #6249 and #6251.
28285      Branch: cfgperl
28286            ! lib/Exporter.pm lib/IPC/Open3.pm
28287 ____________________________________________________________________________
28288 [  6251] By: jhi                                   on 2000/06/28  14:50:43
28289         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
28290              From: Doug MacEachern <dougm@covalent.net>
28291              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
28292              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
28293      Branch: cfgperl
28294            ! lib/Exporter.pm
28295 ____________________________________________________________________________
28296 [  6250] By: jhi                                   on 2000/06/28  14:45:23
28297         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
28298              From: Doug MacEachern <dougm@covalent.net>
28299              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
28300              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
28301      Branch: cfgperl
28302            + t/op/my_stash.t
28303            ! MANIFEST embed.pl global.sym proto.h toke.c
28304 ____________________________________________________________________________
28305 [  6249] By: jhi                                   on 2000/06/28  14:36:34
28306         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
28307              From: Frank Tobin <ftobin@uiuc.edu>
28308              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
28309              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
28310      Branch: cfgperl
28311            ! lib/IPC/Open3.pm
28312 ____________________________________________________________________________
28313 [  6248] By: jhi                                   on 2000/06/28  14:11:25
28314         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
28315              From: Mark-Jason Dominus <mjd@plover.com>
28316              Date: Tue, 27 Jun 2000 22:36:42 -0400
28317              Message-ID: <20000628023642.12166.qmail@plover.com>
28318      Branch: cfgperl
28319            ! pod/perlfunc.pod
28320 ____________________________________________________________________________
28321 [  6247] By: jhi                                   on 2000/06/27  12:46:37
28322         Log: Tweak $VERSION, patch from Doug MacEachern.
28323      Branch: cfgperl
28324            ! lib/File/Spec.pm
28325 ____________________________________________________________________________
28326 [  6246] By: jhi                                   on 2000/06/27  03:34:46
28327         Log: Allow for standalone testing.
28328      Branch: cfgperl
28329            ! t/lib/filefunc.t t/lib/filespec.t
28330 ____________________________________________________________________________
28331 [  6245] By: jhi                                   on 2000/06/27  02:50:02
28332         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
28333              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28334              Date: Sat, 24 Jun 2000 13:06:20 +0100
28335              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
28336      Branch: cfgperl
28337            ! ext/DynaLoader/DynaLoader_pm.PL
28338 ____________________________________________________________________________
28339 [  6244] By: jhi                                   on 2000/06/27  02:46:10
28340         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
28341              From: Doug MacEachern <dougm@covalent.net>
28342              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
28343              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
28344      Branch: cfgperl
28345            ! gv.c sv.c t/lib/peek.t
28346 ____________________________________________________________________________
28347 [  6243] By: jhi                                   on 2000/06/27  02:38:07
28348         Log: Subject: [PATCH] is_utf8_string
28349              From: simon@brecon.co.uk (Simon Cozens)
28350              Date: 26 Jun 2000 02:25:59 GMT
28351              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
28352      Branch: cfgperl
28353            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
28354            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
28355            ! proto.h utf8.c
28356 ____________________________________________________________________________
28357 [  6242] By: jhi                                   on 2000/06/27  02:24:00
28358         Log: Subject: [PATCH] bytes<->utf8 fixes
28359              From: simon@brecon.co.uk (Simon Cozens)
28360              Date: 26 Jun 2000 04:55:45 GMT
28361              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
28362      Branch: cfgperl
28363            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
28364 ____________________________________________________________________________
28365 [  6241] By: jhi                                   on 2000/06/27  02:12:42
28366         Log: Do no -warn on \_, only on \alpha.
28367              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
28368              From: David Dyck <dcd@tc.fluke.com>
28369              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
28370              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
28371      Branch: cfgperl
28372            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
28373 ____________________________________________________________________________
28374 [  6240] By: jhi                                   on 2000/06/27  02:00:01
28375         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
28376              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28377              Date: Mon, 26 Jun 2000 18:40:14 +0100
28378              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
28379      Branch: cfgperl
28380            ! utils/h2xs.PL
28381 ____________________________________________________________________________
28382 [  6239] By: jhi                                   on 2000/06/27  01:53:40
28383         Log: Configure maintenance.  Sever some dependency cycles,
28384              separate gccversion from the cc unit,
28385              address [ID 20000623.006] Configure script patch for using gcc on AIX
28386              (but solve it a little bit differently),
28387              unduplex some accidentally duplicated units,
28388              suggest using gcc if no cc available
28389              (p5p thread: "Solaris configure: counterproposal", 1999-09)
28390      Branch: cfgperl
28391            ! Configure Todo-5.6 config_h.SH
28392      Branch: metaconfig
28393            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
28394            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
28395      Branch: metaconfig/U/perl
28396            + gccvers.U
28397            ! d_getespwnam.U d_getprpwnam.U i_prot.U
28398 ____________________________________________________________________________
28399 [  6238] By: jhi                                   on 2000/06/25  18:04:56
28400         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
28401              From: Dan Sugalski <dan@sidhe.org>
28402              Date: Fri, 23 Jun 2000 17:00:00 -0400
28403              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
28404      Branch: cfgperl
28405            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
28406 ____________________________________________________________________________
28407 [  6237] By: jhi                                   on 2000/06/25  16:36:45
28408         Log: Tweak embed.pl, regen headers.
28409      Branch: cfgperl
28410            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
28411            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
28412            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
28413            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
28414            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
28415 ____________________________________________________________________________
28416 [  6236] By: jhi                                   on 2000/06/25  15:26:42
28417         Log: Regen headers.
28418      Branch: cfgperl
28419            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
28420            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
28421            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
28422            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
28423            ! regnodes.h warnings.h
28424 ____________________________________________________________________________
28425 [  6235] By: jhi                                   on 2000/06/23  19:39:35
28426         Log: The thread begun by
28427              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
28428              From: Kevin.Ruscoe@ubsw.com
28429              Date: Fri, 16 Jun 2000 16:38:51 +0100
28430              Message-Id: <H000019b03c300d6@MHS>
28431      Branch: cfgperl
28432            ! hints/solaris_2.sh
28433 ____________________________________________________________________________
28434 [  6234] By: jhi                                   on 2000/06/23  19:23:36
28435         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
28436              because when run as services (Win32ese for daemons)
28437              no environment variables are set and tmpdir ends up as /tmp,
28438              which is ambiguous.
28439              
28440              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
28441              From: matt@sergeant.org
28442              Date: 16 Jun 2000 16:30:43 -0000
28443              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
28444      Branch: cfgperl
28445            ! lib/File/Spec/Win32.pm
28446 ____________________________________________________________________________
28447 [  6233] By: jhi                                   on 2000/06/23  19:18:58
28448         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
28449              From: Mark-Jason Dominus <mjd@plover.com>
28450              Date: Fri, 16 Jun 2000 20:53:04 -0400
28451              Message-ID: <20000617005304.8008.qmail@plover.com>
28452      Branch: cfgperl
28453            ! op.h
28454 ____________________________________________________________________________
28455 [  6232] By: jhi                                   on 2000/06/23  16:10:02
28456         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
28457              From: simon@brecon.co.uk (Simon Cozens)
28458              Date: 19 Jun 2000 15:18:27 GMT
28459              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
28460              
28461              plus update pod/Makefile and regenerate perltoc
28462      Branch: cfgperl
28463            + pod/perlutil.pod
28464            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
28465 ____________________________________________________________________________
28466 [  6231] By: jhi                                   on 2000/06/23  15:19:18
28467         Log: Subject: [PATCH 5.6.0] cygwin port
28468              From: "Fifer, Eric" <EFifer@sanwaint.com>
28469              Date: Tue, 20 Jun 2000 14:30:58 +0100
28470              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
28471      Branch: cfgperl
28472            ! README.cygwin lib/File/Find.pm
28473 ____________________________________________________________________________
28474 [  6230] By: jhi                                   on 2000/06/23  14:25:21
28475         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
28476      Branch: cfgperl
28477            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
28478            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28479            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28480            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
28481 ____________________________________________________________________________
28482 [  6229] By: jhi                                   on 2000/06/23  14:13:34
28483         Log: Subject: README.hpux version 0.6.1
28484              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
28485              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28486              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
28487      Branch: cfgperl
28488            ! README.hpux
28489 ____________________________________________________________________________
28490 [  6228] By: jhi                                   on 2000/06/23  14:07:20
28491         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
28492              From: Doug MacEachern <dougm@covalent.net>
28493              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
28494              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
28495      Branch: cfgperl
28496            ! op.c
28497 ____________________________________________________________________________
28498 [  6227] By: jhi                                   on 2000/06/23  14:01:06
28499         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
28500              From: Doug MacEachern <dougm@covalent.net>
28501              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
28502              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
28503      Branch: cfgperl
28504            + lib/lib.pm.PL
28505            - lib/lib.pm
28506            ! MANIFEST Makefile.SH
28507 ____________________________________________________________________________
28508 [  6226] By: jhi                                   on 2000/06/23  13:53:07
28509         Log: Subject: [PATCH] remove forward declarations in Socket.pm
28510              From: Doug MacEachern <dougm@covalent.net>
28511              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
28512              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
28513              
28514              From: Doug MacEachern <dougm@covalent.net>
28515              Subject: Re: [PATCH] remove forward declarations in Socket.pm
28516              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
28517              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
28518      Branch: cfgperl
28519            ! ext/Socket/Socket.pm op.c
28520 ____________________________________________________________________________
28521 [  6225] By: jhi                                   on 2000/06/23  13:41:52
28522         Log: Add source code filenames to apidoc.
28523              From: simon@brecon.co.uk (Simon Cozens)
28524              Subject: [PATCH embed.pl] Source X-ref
28525              Date: 22 Jun 2000 02:18:49 GMT
28526              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
28527      Branch: cfgperl
28528            ! embed.pl
28529 ____________________________________________________________________________
28530 [  6224] By: jhi                                   on 2000/06/23  13:32:33
28531         Log: A way to avoid English.pm performance hit.
28532              From: root <root@jester.slaysys.com>
28533              Subject: [YAPATCH English.pm] My turn to putt again
28534              Date: Thu, 22 Jun 2000 20:33:58 -0400
28535              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
28536      Branch: cfgperl
28537            ! lib/English.pm t/lib/english.t
28538 ____________________________________________________________________________
28539 [  6223] By: jhi                                   on 2000/06/23  13:27:06
28540         Log: Avoid double close().
28541              Subject: [PATCH] avoid double close()
28542              From: Doug MacEachern <dougm@covalent.net>
28543              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
28544              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
28545      Branch: cfgperl
28546            ! doio.c
28547 ____________________________________________________________________________
28548 [  6222] By: jhi                                   on 2000/06/23  13:25:54
28549         Log: doc typo fix
28550              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
28551              From: Ian Phillipps <Ian.Phillipps@iname.com>
28552              Date: Fri, 23 Jun 2000 10:40:58 +0100
28553              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
28554      Branch: cfgperl
28555            ! lib/Pod/Usage.pm
28556 ____________________________________________________________________________
28557 [  6221] By: jhi                                   on 2000/06/23  13:24:15
28558         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
28559              From: simon@brecon.co.uk (Simon Cozens)
28560              Subject: [PATCH] Eliminate tr///[CU][CU]
28561              Date: 23 Jun 2000 11:05:40 GMT
28562              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
28563      Branch: cfgperl
28564            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
28565 ____________________________________________________________________________
28566 [  6220] By: jhi                                   on 2000/06/22  16:07:51
28567         Log: Win32 patches from Benjamin Stuhl.
28568      Branch: cfgperl
28569            ! makedef.pl win32/win32.h
28570 ____________________________________________________________________________
28571 [  6219] By: jhi                                   on 2000/06/22  16:06:34
28572         Log: Bytecode patches from Benjamin Stuhl.
28573      Branch: cfgperl
28574            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28575            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28576            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28577 ____________________________________________________________________________
28578 [  6218] By: jhi                                   on 2000/06/15  23:54:16
28579         Log: Bytecode patches from Benjamin Stuhl.
28580      Branch: cfgperl
28581            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28582 ____________________________________________________________________________
28583 [  6217] By: jhi                                   on 2000/06/09  13:38:29
28584         Log: Rename the fdpid locking and integrate with Sarathy.
28585      Branch: cfgperl
28586            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
28587            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
28588            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
28589            ! win32/win32.c
28590           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
28591 ____________________________________________________________________________
28592 [  6216] By: gsar                                  on 2000/06/08  14:54:21
28593         Log: be more optimal about clearing @_
28594      Branch: perl
28595            ! cop.h
28596 ____________________________________________________________________________
28597 [  6215] By: gsar                                  on 2000/06/08  14:33:04
28598         Log: tweak comment about @DB::args
28599      Branch: perl
28600            ! av.h pp_ctl.c
28601 ____________________________________________________________________________
28602 [  6214] By: gsar                                  on 2000/06/08  13:57:54
28603         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
28604              caller() wants to populate @DB::args with it (causes a coredump
28605              in Carp::confess())
28606      Branch: perl
28607            ! cop.h t/op/runlevel.t
28608 ____________________________________________________________________________
28609 [  6213] By: gsar                                  on 2000/06/08  07:06:35
28610         Log: back out change#6106 (seems problematic)
28611      Branch: perl
28612            ! hints/solaris_2.sh
28613 ____________________________________________________________________________
28614 [  6212] By: jhi                                   on 2000/06/07  03:10:36
28615         Log: Continuing mopup for #6204.
28616      Branch: cfgperl
28617            ! ext/B/defsubs_h.PL
28618 ____________________________________________________________________________
28619 [  6211] By: jhi                                   on 2000/06/07  02:41:50
28620         Log: Mopup for #6204.
28621              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
28622              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
28623              This is comes from const() where POK isn't on when expected.
28624      Branch: cfgperl
28625            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
28626            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28627            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
28628            ! perlapi.h pod/perlapi.pod
28629 ____________________________________________________________________________
28630 [  6210] By: jhi                                   on 2000/06/07  01:56:29
28631         Log: Mopup for #6207 and #6209.
28632      Branch: cfgperl
28633            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
28634 ____________________________________________________________________________
28635 [  6209] By: jhi                                   on 2000/06/07  01:33:12
28636         Log: Lock PL_fdpid against race conditions, based on:
28637              Subject: [PATCH 5.6.0]subprocess fixup for threads
28638              From: Dan Sugalski <dan@sidhe.org>
28639              To: perl5-porters@perl.org
28640              Date: Tue, 11 Apr 2000 17:02:32 -0400
28641              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
28642      Branch: cfgperl
28643            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
28644            ! win32/win32.c
28645 ____________________________________________________________________________
28646 [  6208] By: jhi                                   on 2000/06/07  01:05:23
28647         Log: Regen headers for #6207.
28648      Branch: cfgperl
28649            ! embed.h global.sym objXSUB.h proto.h
28650 ____________________________________________________________________________
28651 [  6207] By: jhi                                   on 2000/06/06  23:43:13
28652         Log: Subject: [PATCH 5.6.0] Threadsafe patches
28653              From: Dan Sugalski <dan@sidhe.org>
28654              To: perl5-porters@perl.org
28655              Date: Mon, 08 May 2000 18:08:13 -0400
28656              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
28657      Branch: cfgperl
28658            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
28659            ! proto.h sv.h util.c
28660 ____________________________________________________________________________
28661 [  6206] By: jhi                                   on 2000/06/06  23:21:23
28662         Log: Subject: [PATCH] Eliminate $a/$b in pod
28663              From: David Glasser <me@davidglasser.net>
28664              To: perl5-porters@perl.org
28665              Date: Mon, 29 May 2000 21:15:59 -0400
28666              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
28667      Branch: cfgperl
28668            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
28669            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
28670            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
28671            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
28672            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
28673            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
28674            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
28675            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
28676            ! pod/perlvar.pod pod/perlxs.pod
28677 ____________________________________________________________________________
28678 [  6205] By: jhi                                   on 2000/06/06  23:12:14
28679         Log: Subject: [PATCH] Win32 improvements
28680              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
28681              To: gsar@activestate.com, perl5-porters@perl.org
28682              Date: Mon, 29 May 2000 17:22:24 PDT
28683              Message-ID: <20000530002224.91142.qmail@hotmail.com>
28684              (MUA had mangled many lines by wordwrapping)
28685      Branch: cfgperl
28686            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
28687 ____________________________________________________________________________
28688 [  6204] By: jhi                                   on 2000/06/06  23:01:50
28689         Log: Subject: [PATCH] B::Bytecode patches
28690              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
28691              To: gsar@activestate.com, jhi@iki.fi
28692              Cc: perl5-porters@perl.org
28693              Message-ID: <20000602202526.48694.qmail@hotmail.com>
28694              (MUA had mangled many lines by wordwrapping)
28695      Branch: cfgperl
28696            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
28697            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
28698            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28699            ! intrpvar.h perl.c
28700 ____________________________________________________________________________
28701 [  6203] By: jhi                                   on 2000/06/06  22:32:43
28702         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
28703              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28704              Date: Tue, 06 Jun 2000 13:07:45 -0700
28705              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
28706      Branch: cfgperl
28707            ! pod/perldiag.pod
28708 ____________________________________________________________________________
28709 [  6202] By: jhi                                   on 2000/06/06  19:38:35
28710         Log: Integrate with Sarathy.
28711      Branch: cfgperl
28712           !> perl.c
28713 ____________________________________________________________________________
28714 [  6201] By: gsar                                  on 2000/06/06  00:42:59
28715         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
28716              does a PUSHMARK that's never ever POPMARKed; in general, only
28717              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
28718              Perl_eval_[sp]v() don't because they don't take any incoming
28719              arguments (this leak has been around since the original version
28720              of perl_eval_pv() in 5.003_97e)
28721      Branch: perl
28722            ! perl.c
28723 ____________________________________________________________________________
28724 [  6200] By: jhi                                   on 2000/06/04  03:44:52
28725         Log: Update to cperl-mode.el 4.31 from
28726              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
28727              Subject: A couple of notes
28728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28729              To: Mailing list Perl5 <perl5-porters@perl.org>
28730              Date: Sat, 3 Jun 2000 23:33:32 -0400
28731              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
28732      Branch: cfgperl
28733            ! emacs/cperl-mode.el
28734 ____________________________________________________________________________
28735 [  6199] By: jhi                                   on 2000/06/03  15:11:05
28736         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
28737              From: Dan Sugalski <dan@sidhe.org>
28738              To: perl5-porters@perl.org, vmsperl@perl.org
28739              Date: Fri, 02 Jun 2000 17:30:51 -0400
28740              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
28741      Branch: cfgperl
28742            ! vms/descrip_mms.template vms/gen_shrfls.pl
28743 ____________________________________________________________________________
28744 [  6198] By: jhi                                   on 2000/06/03  14:59:15
28745         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
28746              From: Dan Sugalski <dan@sidhe.org>
28747              To: vmsperl@perl.org, perl5-porters@perl.org
28748              Date: Fri, 02 Jun 2000 16:00:41 -0400
28749              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
28750              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
28751      Branch: cfgperl
28752            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
28753            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
28754            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
28755 ____________________________________________________________________________
28756 [  6197] By: jhi                                   on 2000/06/03  14:41:30
28757         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
28758              From: John Borwick <jhborwic@unity.ncsu.edu>
28759              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
28760              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
28761      Branch: cfgperl
28762            ! pod/perlsyn.pod
28763 ____________________________________________________________________________
28764 [  6196] By: jhi                                   on 2000/06/03  14:38:09
28765         Log: Integrate with Sarathy.
28766      Branch: cfgperl
28767           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
28768           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
28769           !> vms/perly_c.vms
28770 ____________________________________________________________________________
28771 [  6195] By: gsar                                  on 2000/06/02  22:43:13
28772         Log: fix yet another eval"" leak under USE_ITHREADS
28773      Branch: perl
28774            ! op.c
28775 ____________________________________________________________________________
28776 [  6194] By: gsar                                  on 2000/06/02  18:22:06
28777         Log: fix small eval"" memory leaks under USE_ITHREADS
28778      Branch: perl
28779            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
28780            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
28781            ! vms/perly_c.vms
28782 ____________________________________________________________________________
28783 [  6193] By: jhi                                   on 2000/06/01  13:03:56
28784         Log: Signals-be-gone for microperl.
28785      Branch: cfgperl
28786            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
28787 ____________________________________________________________________________
28788 [  6192] By: jhi                                   on 2000/06/01  12:52:02
28789         Log: Integrate with Sarathy.
28790      Branch: cfgperl
28791           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
28792           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
28793           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
28794           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
28795           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
28796           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
28797           !> t/op/vec.t utils/h2xs.PL
28798 ____________________________________________________________________________
28799 [  6191] By: gsar                                  on 2000/06/01  09:38:21
28800         Log: vec() loses numericalness (modified version of patch suggested
28801              by Robin Barker)
28802      Branch: perl
28803            ! doop.c t/op/vec.t
28804 ____________________________________________________________________________
28805 [  6190] By: gsar                                  on 2000/06/01  09:26:15
28806         Log: submit missing embed.pl change
28807      Branch: perl
28808            ! embed.pl
28809 ____________________________________________________________________________
28810 [  6189] By: gsar                                  on 2000/06/01  09:05:34
28811         Log: counting tr/// corrupts later operation (from M.J.T Guy)
28812      Branch: perl
28813            ! doop.c t/op/tr.t
28814 ____________________________________________________________________________
28815 [  6188] By: gsar                                  on 2000/06/01  08:58:39
28816         Log: h2xs tweaks
28817      Branch: perl
28818            ! utils/h2xs.PL
28819 ____________________________________________________________________________
28820 [  6187] By: gsar                                  on 2000/06/01  08:50:07
28821         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
28822              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
28823      Branch: perl
28824            + lib/Pod/LaTeX.pm
28825            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
28826            ! pod/pod2latex.PL
28827 ____________________________________________________________________________
28828 [  6186] By: gsar                                  on 2000/06/01  08:24:40
28829         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
28830              <wolfgang.laun@alcatel.at>)
28831      Branch: perl
28832            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
28833            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
28834 ____________________________________________________________________________
28835 [  6185] By: gsar                                  on 2000/06/01  08:12:00
28836         Log: remove incorrect documentation about implicit split to @_ in
28837              list context, which never really worked in perl 5 (from
28838              M.J.T. Guy)
28839      Branch: perl
28840            ! pod/perlfunc.pod pod/perltrap.pod
28841 ____________________________________________________________________________
28842 [  6184] By: gsar                                  on 2000/06/01  07:52:27
28843         Log: tweak for change#6127
28844      Branch: perl
28845            ! perl.c
28846 ____________________________________________________________________________
28847 [  6183] By: gsar                                  on 2000/06/01  07:41:02
28848         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
28849              <nick@ccl4.org>)
28850      Branch: perl
28851            + t/lib/selfloader.t
28852            ! MANIFEST lib/SelfLoader.pm
28853 ____________________________________________________________________________
28854 [  6182] By: jhi                                   on 2000/06/01  00:34:42
28855         Log: Be Cleaner Part Deux.
28856      Branch: cfgperl
28857            ! Makefile.SH
28858 ____________________________________________________________________________
28859 [  6181] By: jhi                                   on 2000/06/01  00:32:09
28860         Log: Integrate with Sarathy.
28861      Branch: cfgperl
28862           !> pp.c t/op/arith.t
28863 ____________________________________________________________________________
28864 [  6180] By: jhi                                   on 2000/06/01  00:31:13
28865         Log: microperl nits from Simon Cozens.
28866      Branch: cfgperl
28867            + uconfig.h
28868            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
28869            ! unixish.h
28870 ____________________________________________________________________________
28871 [  6179] By: gsar                                  on 2000/05/31  22:37:51
28872         Log: buggy modulus on UVs introduced by change#3378 (resulted in
28873              4063328477 % 65535 amounting to 27406, instead of 27407)
28874      Branch: perl
28875            ! pp.c t/op/arith.t
28876 ____________________________________________________________________________
28877 [  6178] By: jhi                                   on 2000/05/31  21:52:41
28878         Log: Be cleaner.
28879      Branch: cfgperl
28880            ! Makefile.SH
28881 ____________________________________________________________________________
28882 [  6177] By: jhi                                   on 2000/05/31  21:47:33
28883         Log: Substitution utf8 patch from Simon Cozens.
28884      Branch: cfgperl
28885            ! pp_hot.c
28886 ____________________________________________________________________________
28887 [  6176] By: jhi                                   on 2000/05/31  21:45:34
28888         Log: Single-quoted utf8 patch from Simon Cozens.
28889      Branch: cfgperl
28890            ! toke.c
28891 ____________________________________________________________________________
28892 [  6175] By: jhi                                   on 2000/05/31  21:40:18
28893         Log: Integrate with Sarathy.
28894      Branch: cfgperl
28895           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
28896 ____________________________________________________________________________
28897 [  6174] By: jhi                                   on 2000/05/31  21:37:31
28898         Log: microperl changes from Simon Cozens; Makefile for microperl
28899              written from scratch; few casts added as microperl compilation
28900              doesn't have all prototypes available.
28901      Branch: cfgperl
28902            + Makefile.micro README.micro Todo.micro uconfig.sh
28903            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
28904            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
28905      Branch: metaconfig
28906            + U/modified/Config_h.U
28907 ____________________________________________________________________________
28908 [  6173] By: jhi                                   on 2000/05/31  20:00:24
28909         Log: metaconfig maintenance.
28910      Branch: metaconfig
28911            + U/modified/Inhdr.U U/typedefs/inotype.U
28912      Branch: metaconfig/U/perl
28913            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
28914            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
28915 ____________________________________________________________________________
28916 [  6172] By: gsar                                  on 2000/05/31  05:05:42
28917         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
28918              (from Ilya Zakharevich)
28919      Branch: perl
28920            ! regexec.c t/op/re_tests
28921 ____________________________________________________________________________
28922 [  6171] By: gsar                                  on 2000/05/31  05:01:47
28923         Log: scalar() doesn't force scalar context when used in void context
28924              (from Simon Cozens)
28925      Branch: perl
28926            ! op.c t/op/wantarray.t
28927 ____________________________________________________________________________
28928 [  6170] By: gsar                                  on 2000/05/31  04:41:33
28929         Log: change#6142 needs tweaks to tests to work where there's no symlink()
28930              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
28931      Branch: perl
28932            ! t/lib/filefind.t
28933 ____________________________________________________________________________
28934 [  6169] By: gsar                                  on 2000/05/31  04:29:49
28935         Log: integrate cfgperl contents into mainline
28936      Branch: perl
28937           +> pod/perlmodlib.PL pod/perlnewmod.pod
28938           !> (integrate 42 files)
28939 ____________________________________________________________________________
28940 [  6168] By: jhi                                   on 2000/05/30  22:53:37
28941         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
28942      Branch: cfgperl
28943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28944            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
28945            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
28946            ! win32/config.bc win32/config.gc win32/config.vc
28947            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28948            ! win32/config_h.PL win32/config_sh.PL
28949      Branch: metaconfig/U/perl
28950            ! perlxv.U
28951 ____________________________________________________________________________
28952 [  6167] By: jhi                                   on 2000/05/30  22:20:21
28953         Log: tweak todo 
28954      Branch: cfgperl
28955            ! Todo-5.6
28956 ____________________________________________________________________________
28957 [  6166] By: jhi                                   on 2000/05/30  22:11:51
28958         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
28959              in case somebody wants to write an extension for more
28960              shadow database interfaces.
28961      Branch: cfgperl
28962            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28963            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
28964            ! vos/config.def vos/config.h vos/config_h.SH_orig
28965            ! win32/config.bc win32/config.gc win32/config.vc
28966            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28967      Branch: metaconfig
28968            ! U/modified/Myinit.U
28969      Branch: metaconfig/U/perl
28970            + d_getespwnam.U d_getprpwnam.U i_prot.U
28971 ____________________________________________________________________________
28972 [  6165] By: jhi                                   on 2000/05/30  18:35:34
28973         Log: Integrate with Sarathy.
28974      Branch: cfgperl
28975           !> op.c
28976 ____________________________________________________________________________
28977 [  6164] By: jhi                                   on 2000/05/30  18:30:16
28978         Log: detypo
28979      Branch: cfgperl
28980            ! Configure config_h.SH
28981      Branch: metaconfig/U/perl
28982            ! perlxv.U
28983 ____________________________________________________________________________
28984 [  6163] By: gsar                                  on 2000/05/30  03:24:03
28985         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
28986      Branch: perl
28987            ! op.c
28988 ____________________________________________________________________________
28989 [  6162] By: gsar                                  on 2000/05/30  03:09:38
28990         Log: fix memory leak in method call optimization (change#3768);
28991              made C<eval "$x->foo()"> leak
28992      Branch: perl
28993            ! op.c
28994 ____________________________________________________________________________
28995 [  6161] By: jhi                                   on 2000/05/29  17:56:26
28996         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
28997              both from Simon Cozens.
28998      Branch: cfgperl
28999            + pod/perlmodlib.PL pod/perlnewmod.pod
29000            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
29001            ! pod/perlmodlib.pod pod/perltoc.pod
29002 ____________________________________________________________________________
29003 [  6160] By: jhi                                   on 2000/05/29  17:23:55
29004         Log: Changes for the File::Temp 0.08 (change #6159) test suite
29005              to fit better into the Perl distribution test framework.
29006      Branch: cfgperl
29007            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
29008            ! t/lib/ftmp-tempfile.t
29009 ____________________________________________________________________________
29010 [  6159] By: jhi                                   on 2000/05/29  16:55:36
29011         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
29012      Branch: cfgperl
29013            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29014            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29015 ____________________________________________________________________________
29016 [  6158] By: bailey                                on 2000/05/29  16:22:08
29017         Log: Add fallback to tmpfile for use in cases where user's relying on
29018              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
29019              Lane's patch)
29020      Branch: vmsperl
29021            ! vms/vms.c vms/vmsish.h
29022 ____________________________________________________________________________
29023 [  6157] By: jhi                                   on 2000/05/29  03:10:36
29024         Log: Regen Configure to jive with #6149.
29025      Branch: cfgperl
29026            ! Configure
29027      Branch: metaconfig
29028            ! U/modified/Getfile.U
29029 ____________________________________________________________________________
29030 [  6156] By: jhi                                   on 2000/05/29  03:01:38
29031         Log: Integrate with Sarathy.
29032      Branch: cfgperl
29033           +> ext/DynaLoader/dl_mac.xs
29034           !> (integrate 38 files)
29035 ____________________________________________________________________________
29036 [  6155] By: gsar                                  on 2000/05/28  21:15:58
29037         Log: small bug in change#6144; remove random \xA0 character that snuck
29038              in via change#6145
29039      Branch: perl
29040            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
29041 ____________________________________________________________________________
29042 [  6154] By: gsar                                  on 2000/05/28  21:04:19
29043         Log: avoid type mismatch warning
29044      Branch: perl
29045            ! perl.c
29046 ____________________________________________________________________________
29047 [  6153] By: gsar                                  on 2000/05/28  20:58:31
29048         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
29049              <nick@Bagpuss.uk.boo.com>)
29050      Branch: perl
29051            ! lib/Test/Harness.pm
29052 ____________________________________________________________________________
29053 [  6152] By: gsar                                  on 2000/05/28  20:53:42
29054         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
29055      Branch: perl
29056            ! regexec.c
29057 ____________________________________________________________________________
29058 [  6151] By: gsar                                  on 2000/05/28  20:50:28
29059         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
29060      Branch: perl
29061            ! regexec.c
29062 ____________________________________________________________________________
29063 [  6150] By: gsar                                  on 2000/05/28  20:39:58
29064         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
29065      Branch: perl
29066            ! pod/perlrequick.pod
29067 ____________________________________________________________________________
29068 [  6149] By: gsar                                  on 2000/05/28  20:35:16
29069         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
29070              <troc@netrus.net>)
29071      Branch: perl
29072            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
29073            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
29074            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
29075            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
29076 ____________________________________________________________________________
29077 [  6148] By: gsar                                  on 2000/05/28  20:21:07
29078         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
29079      Branch: perl
29080            ! lib/ExtUtils/MM_Unix.pm
29081 ____________________________________________________________________________
29082 [  6147] By: gsar                                  on 2000/05/28  20:12:41
29083         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
29084              (from Peter Prymmer)
29085      Branch: perl
29086            ! vms/subconfigure.com
29087 ____________________________________________________________________________
29088 [  6146] By: gsar                                  on 2000/05/28  20:06:15
29089         Log: doc typo
29090      Branch: perl
29091            ! lib/warnings.pm warnings.h warnings.pl
29092 ____________________________________________________________________________
29093 [  6145] By: gsar                                  on 2000/05/28  18:44:33
29094         Log: make xsubpp skip embedded pod (from Matthias Neeracher
29095              <neeri@iis.ee.ethz.ch>)
29096      Branch: perl
29097            ! lib/ExtUtils/xsubpp
29098 ____________________________________________________________________________
29099 [  6144] By: gsar                                  on 2000/05/28  18:42:49
29100         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
29101              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
29102              <neeri@iis.ee.ethz.ch>)
29103      Branch: perl
29104            ! lib/AutoSplit.pm
29105 ____________________________________________________________________________
29106 [  6143] By: gsar                                  on 2000/05/28  18:41:12
29107         Log: MacOS support, part 1 (from Matthias Neeracher
29108              <neeri@iis.ee.ethz.ch>)
29109      Branch: perl
29110            + ext/DynaLoader/dl_mac.xs
29111            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
29112            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
29113            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
29114            ! util.h
29115 ____________________________________________________________________________
29116 [  6142] By: gsar                                  on 2000/05/28  18:21:51
29117         Log: File::Find fails to chdir when chasing symlinks (from
29118              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29119      Branch: perl
29120            ! lib/File/Find.pm t/lib/filefind.t
29121 ____________________________________________________________________________
29122 [  6141] By: jhi                                   on 2000/05/28  14:25:15
29123         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
29124              forwarded by Peter Seebach from the bsdi-users mailing list.
29125              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
29126      Branch: perl
29127            ! hints/bsdos.sh
29128 ____________________________________________________________________________
29129 [  6140] By: jhi                                   on 2000/05/28  14:11:57
29130         Log: Integrate with Sarathy.
29131      Branch: cfgperl
29132           +> (branch 30 files)
29133           !> (integrate 93 files)
29134 ____________________________________________________________________________
29135 [  6139] By: gsar                                  on 2000/05/28  10:01:48
29136         Log: revise mktables.PL for bugs and newness in Unicode 3.0
29137              (from James Bence <jbence@amgen.com>)
29138      Branch: perl
29139            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
29140            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
29141            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
29142            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
29143            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
29144            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
29145            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
29146            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
29147            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
29148            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
29149            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
29150            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
29151            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
29152            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
29153            + lib/unicode/Is/SylWU.pl
29154            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
29155            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29156            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29157            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29158            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29159            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29160            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29161            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29162            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29163            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29164            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29165            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29166            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29167            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29168            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
29169            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
29170            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
29171            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
29172            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
29173            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
29174            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
29175            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
29176            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
29177            ! lib/unicode/Makefile lib/unicode/mktables.PL
29178 ____________________________________________________________________________
29179 [  6138] By: gsar                                  on 2000/05/28  08:50:32
29180         Log: add note about the handling of negative indices to tied arrays
29181              (from Michael G Schwern <schwern@pobox.com>)
29182      Branch: perl
29183            ! pod/perltie.pod
29184 ____________________________________________________________________________
29185 [  6137] By: gsar                                  on 2000/05/28  08:46:10
29186         Log: fix bogus redeclaration warning for "our" variables in different
29187              scopes
29188      Branch: perl
29189            ! op.c t/pragma/strict-vars
29190 ____________________________________________________________________________
29191 [  6136] By: gsar                                  on 2000/05/28  08:31:20
29192         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
29193      Branch: perl
29194            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
29195 ____________________________________________________________________________
29196 [  6135] By: gsar                                  on 2000/05/28  08:17:50
29197         Log: enable Test::Harness to dynamically determine column width etc.
29198              (from Rob Napier <rnapier@employees.org>)
29199      Branch: perl
29200            ! lib/Test/Harness.pm
29201 ____________________________________________________________________________
29202 [  6134] By: gsar                                  on 2000/05/28  08:13:39
29203         Log: make Test::Harness use wait.h/WCOREDUMP if available
29204              (from Ben Tilly <ben_tilly@hotmail.com>)
29205      Branch: perl
29206            ! lib/Test/Harness.pm
29207 ____________________________________________________________________________
29208 [  6133] By: gsar                                  on 2000/05/28  08:08:05
29209         Log: elide bogus test in change#6132
29210      Branch: perl
29211            ! t/pragma/warn/9enabled
29212 ____________________________________________________________________________
29213 [  6132] By: gsar                                  on 2000/05/28  08:03:14
29214         Log: warnings::enabled() doesn't fall back to looking at $^W if
29215              caller isn't using lexical warnings (from Paul Marquess)
29216      Branch: perl
29217            ! pp_ctl.c t/pragma/warn/9enabled
29218 ____________________________________________________________________________
29219 [  6131] By: gsar                                  on 2000/05/28  07:57:47
29220         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
29221      Branch: perl
29222            ! ext/POSIX/POSIX.pm
29223 ____________________________________________________________________________
29224 [  6130] By: gsar                                  on 2000/05/28  07:29:12
29225         Log: fix places that mean C<"word" character> but say C<alphanumeric
29226              character>
29227      Branch: perl
29228            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
29229 ____________________________________________________________________________
29230 [  6129] By: gsar                                  on 2000/05/28  07:18:41
29231         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
29232      Branch: perl
29233            ! vms/test.com
29234 ____________________________________________________________________________
29235 [  6128] By: gsar                                  on 2000/05/28  07:12:55
29236         Log: new perlxstut example for passing/returning refs to arrays
29237              (from David Lowe <dlowe@pootpoot.com>)
29238      Branch: perl
29239            ! pod/perlxstut.pod
29240 ____________________________________________________________________________
29241 [  6127] By: gsar                                  on 2000/05/28  07:02:50
29242         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
29243              failed (from Gisle Aas)
29244      Branch: perl
29245            ! cop.h perl.c
29246 ____________________________________________________________________________
29247 [  6126] By: gsar                                  on 2000/05/28  06:39:53
29248         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
29249              (reworked variant of patch suggested by Simon Cozens)
29250      Branch: perl
29251            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
29252            ! pp_hot.c proto.h t/op/gv.t
29253 ____________________________________________________________________________
29254 [  6125] By: gsar                                  on 2000/05/28  05:14:55
29255         Log: enable propagating exception objects via Perl_croak() in XS code
29256              (from Gisle Aas)
29257      Branch: perl
29258            ! util.c
29259 ____________________________________________________________________________
29260 [  6124] By: gsar                                  on 2000/05/28  05:07:28
29261         Log: integrate vmsperl contents into mainline
29262      Branch: perl
29263           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
29264           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
29265           !> vms/vmsish.h
29266 ____________________________________________________________________________
29267 [  6123] By: gsar                                  on 2000/05/28  05:03:53
29268         Log: clarify gotcha with #line directives (from Rocco Caputo
29269              <troc@netrus.net>)
29270      Branch: perl
29271            ! pod/perldebug.pod pod/perlsyn.pod
29272 ____________________________________________________________________________
29273 [  6122] By: gsar                                  on 2000/05/28  04:58:29
29274         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
29275              (from Mark-Jason Dominus)
29276      Branch: perl
29277            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
29278            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
29279            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
29280            ! toke.c
29281 ____________________________________________________________________________
29282 [  6121] By: bailey                                on 2000/05/25  04:46:54
29283         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
29284              lists (based on fixes by Craig Berry)
29285      Branch: vmsperl
29286            ! lib/File/Spec/VMS.pm
29287 ____________________________________________________________________________
29288 [  6120] By: bailey                                on 2000/05/25  04:25:38
29289         Log: Add missing escape (Charles Lane)
29290      Branch: vmsperl
29291            ! t/op/lex_assign.t
29292 ____________________________________________________________________________
29293 [  6119] By: bailey                                on 2000/05/25  04:21:25
29294         Log: Quiet error messages in vmsish.t (Charles Lane)
29295      Branch: vmsperl
29296            ! vms/ext/vmsish.t
29297 ____________________________________________________________________________
29298 [  6118] By: bailey                                on 2000/05/25  04:17:57
29299         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
29300              Flatten case labels in switch statements uniformly (Charles Bailey)
29301      Branch: vmsperl
29302            ! vms/vms.c
29303 ____________________________________________________________________________
29304 [  6117] By: bailey                                on 2000/05/25  03:58:09
29305         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
29306      Branch: vmsperl
29307            ! vms/vmsish.h
29308 ____________________________________________________________________________
29309 [  6116] By: bailey                                on 2000/05/25  03:11:15
29310         Log: Miscellaneous cosmetic fixes (Charles Lane)
29311      Branch: vmsperl
29312            ! lib/ExtUtils/MM_VMS.pm
29313 ____________________________________________________________________________
29314 [  6115] By: bailey                                on 2000/05/25  03:10:36
29315         Log: Add bounds checking for several strings (Charles Lane)
29316      Branch: vmsperl
29317            ! vms/vms.c
29318 ____________________________________________________________________________
29319 [  6114] By: bailey                                on 2000/05/25  02:25:34
29320         Log: Urk -- undo previous removal of vmsish 'exit' change
29321      Branch: vmsperl
29322            ! vms/ext/vmsish.pm vms/vmsish.h
29323 ____________________________________________________________________________
29324 [  6113] By: bailey                                on 2000/05/24  02:24:40
29325         Log: Ugly workaround for version-specific RTL error
29326      Branch: vmsperl
29327            ! vms/vms.c
29328 ____________________________________________________________________________
29329 [  6112] By: bailey                                on 2000/05/24  02:19:55
29330         Log: Check for existence of file before trying to delete
29331      Branch: vmsperl
29332            ! vms/test.com
29333 ____________________________________________________________________________
29334 [  6111] By: bailey                                on 2000/05/23  23:35:13
29335         Log: Resync with mainline prior to post-5.6.0 updates
29336      Branch: vmsperl
29337           +> (branch 49 files)
29338            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
29339            ! vms/ext/vmsish.pm
29340           !> (integrate 334 files)
29341 ____________________________________________________________________________
29342 [  6110] By: jhi                                   on 2000/05/23  19:28:32
29343         Log: todo tweak
29344      Branch: cfgperl
29345            ! Todo-5.6
29346 ____________________________________________________________________________
29347 [  6109] By: jhi                                   on 2000/05/18  17:38:54
29348         Log: Integrate with Sarathy.
29349      Branch: cfgperl
29350           !> mg.c perl.h win32/perlhost.h
29351 ____________________________________________________________________________
29352 [  6108] By: gsar                                  on 2000/05/17  02:24:56
29353         Log: reenable fake signal handling on Windows, bugs and all
29354      Branch: perl
29355            ! mg.c perl.h win32/perlhost.h
29356 ____________________________________________________________________________
29357 [  6107] By: jhi                                   on 2000/05/15  18:01:41
29358         Log: Tweak the todo list.
29359      Branch: cfgperl
29360            ! Todo-5.6
29361 ____________________________________________________________________________
29362 [  6106] By: jhi                                   on 2000/05/15  13:41:48
29363         Log: The (Configure) script refuses to go on, after asking for
29364              'You may also choose to try maximal 64-bitness....'.
29365              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
29366              -- Patrick Zima
29367              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
29368      Branch: cfgperl
29369            ! hints/solaris_2.sh
29370 ____________________________________________________________________________
29371 [  6105] By: jhi                                   on 2000/05/11  14:37:43
29372         Log: Integrate with Sarathy.
29373      Branch: cfgperl
29374           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
29375           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
29376 ____________________________________________________________________________
29377 [  6104] By: gsar                                  on 2000/05/11  03:39:07
29378         Log: PL_sys_intern was being initialized too late on windows
29379      Branch: perl
29380            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
29381            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
29382 ____________________________________________________________________________
29383 [  6103] By: jhi                                   on 2000/05/09  19:42:20
29384         Log: Test tweaking for Unicos continues.
29385      Branch: cfgperl
29386            ! t/op/64bitint.t
29387 ____________________________________________________________________________
29388 [  6102] By: jhi                                   on 2000/05/09  16:47:27
29389         Log: The test suite tweak in #6101 wasn't quite right.
29390      Branch: cfgperl
29391            ! t/lib/complex.t
29392 ____________________________________________________________________________
29393 [  6101] By: jhi                                   on 2000/05/09  15:35:34
29394         Log: Hints and test tweaks for Unicos.
29395      Branch: cfgperl
29396            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
29397 ____________________________________________________________________________
29398 [  6100] By: jhi                                   on 2000/05/08  21:15:06
29399         Log: More compilation tweakery from Allen Smith.
29400      Branch: cfgperl
29401            ! hints/irix_6.sh
29402 ____________________________________________________________________________
29403 [  6099] By: jhi                                   on 2000/05/08  19:21:18
29404         Log: Tweaks for the cc bugs from Allen Smith.
29405      Branch: cfgperl
29406            ! hints/irix_6.sh
29407 ____________________________________________________________________________
29408 [  6098] By: jhi                                   on 2000/05/08  19:13:37
29409         Log: Add a note about other, yet unsupported, shadow password APIs.
29410      Branch: cfgperl
29411            ! pp_sys.c
29412 ____________________________________________________________________________
29413 [  6097] By: jhi                                   on 2000/05/08  18:46:34
29414         Log: Add a note about possible compilation problems from Allen Smith.
29415      Branch: cfgperl
29416            ! hints/irix_6.sh
29417 ____________________________________________________________________________
29418 [  6096] By: jhi                                   on 2000/05/08  17:33:10
29419         Log: Integrate with Sarathy.
29420      Branch: cfgperl
29421           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
29422           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
29423 ____________________________________________________________________________
29424 [  6095] By: jhi                                   on 2000/05/08  16:21:33
29425         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
29426              might be useful in future.
29427      Branch: cfgperl
29428            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29429            ! config_h.SH
29430      Branch: metaconfig
29431            ! U/installdirs/inc_version_list.U
29432      Branch: metaconfig/U/perl
29433            ! perlxv.U
29434 ____________________________________________________________________________
29435 [  6094] By: gsar                                  on 2000/05/08  14:22:22
29436         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
29437      Branch: perl
29438            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
29439            ! hints/cygwin.sh pp_sys.c
29440 ____________________________________________________________________________
29441 [  6093] By: gsar                                  on 2000/05/08  12:52:28
29442         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
29443              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
29444      Branch: perl
29445            ! pp_sys.c sv.c win32/perlhost.h
29446 ____________________________________________________________________________
29447 [  6092] By: jhi                                   on 2000/05/07  22:40:34
29448         Log: Regen perltoc with the fixed buildtoc.
29449      Branch: cfgperl
29450            ! pod/perltoc.pod
29451 ____________________________________________________________________________
29452 [  6091] By: jhi                                   on 2000/05/07  22:24:16
29453         Log: Integrate with Sarathy.
29454      Branch: cfgperl
29455           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
29456           !> t/op/substr.t toke.c
29457 ____________________________________________________________________________
29458 [  6090] By: gsar                                  on 2000/05/07  19:47:07
29459         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
29460              [NI]OK; added tests for both
29461      Branch: perl
29462            ! perl.c pp_hot.c sv.c t/op/substr.t
29463 ____________________________________________________________________________
29464 [  6089] By: gsar                                  on 2000/05/07  18:18:38
29465         Log: buildtoc tweak to fix newline lossage
29466      Branch: perl
29467            ! pod/buildtoc
29468 ____________________________________________________________________________
29469 [  6088] By: jhi                                   on 2000/05/07  16:35:36
29470         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
29471              because we do not use those.  The HAS_GETSPNAM remains,
29472              though, because we still do use that.
29473      Branch: cfgperl
29474            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29475            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
29476            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
29477            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
29478            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29479            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
29480 ____________________________________________________________________________
29481 [  6087] By: gsar                                  on 2000/05/07  16:05:16
29482         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
29483      Branch: perl
29484            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
29485 ____________________________________________________________________________
29486 [  6086] By: jhi                                   on 2000/05/07  15:27:07
29487         Log: Integrate with Sarathy.
29488      Branch: cfgperl
29489           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29490           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29491           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
29492           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
29493           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
29494           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
29495 ____________________________________________________________________________
29496 [  6085] By: gsar                                  on 2000/05/07  05:52:02
29497         Log: repeat operator (x) doesn't preserve utf8-ness
29498      Branch: perl
29499            ! pp.c t/op/substr.t
29500 ____________________________________________________________________________
29501 [  6084] By: gsar                                  on 2000/05/07  05:39:55
29502         Log: substr() does not preserve utf8-ness (from Stefan Eissing
29503              <Eissing@medicaldataservice.de>); added tests
29504      Branch: perl
29505            ! pp.c t/op/substr.t
29506 ____________________________________________________________________________
29507 [  6083] By: gsar                                  on 2000/05/07  05:24:46
29508         Log: note about undocumented caller() return value (from M.J.T. Guy);
29509              yet another peek.t tweak
29510      Branch: perl
29511            ! pod/perlfunc.pod t/lib/peek.t
29512 ____________________________________________________________________________
29513 [  6082] By: gsar                                  on 2000/05/07  05:08:40
29514         Log: peek.t non-portable to ithreads
29515      Branch: perl
29516            ! t/lib/peek.t
29517 ____________________________________________________________________________
29518 [  6081] By: gsar                                  on 2000/05/07  04:17:04
29519         Log: better default perlbug categories for ok reports (from Richard Foley)
29520      Branch: perl
29521            ! utils/perlbug.PL
29522 ____________________________________________________________________________
29523 [  6080] By: gsar                                  on 2000/05/07  04:08:07
29524         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
29525              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29526      Branch: perl
29527            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29528            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29529            ! AUTHORS MAINTAIN MANIFEST
29530 ____________________________________________________________________________
29531 [  6079] By: gsar                                  on 2000/05/07  04:01:38
29532         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
29533      Branch: perl
29534            ! lib/Carp/Heavy.pm
29535 ____________________________________________________________________________
29536 [  6078] By: gsar                                  on 2000/05/07  01:24:19
29537         Log: workaround for CRT bug in chdir() (from Charles Lane, via
29538              Peter Prymmer)
29539      Branch: perl
29540            ! iperlsys.h vms/vms.c vms/vmsish.h
29541 ____________________________________________________________________________
29542 [  6077] By: gsar                                  on 2000/05/07  01:22:23
29543         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
29544              and Tom Phoenix)
29545      Branch: perl
29546            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
29547 ____________________________________________________________________________
29548 [  6076] By: gsar                                  on 2000/05/06  17:36:29
29549         Log: integrate cfgperl contents into mainline
29550      Branch: perl
29551           +> t/lib/peek.t
29552           !> Configure MANIFEST Porting/Glossary Porting/config.sh
29553           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
29554           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
29555           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
29556 ____________________________________________________________________________
29557 [  6075] By: jhi                                   on 2000/05/05  18:56:10
29558         Log: Make the test more portable.
29559      Branch: cfgperl
29560            ! t/lib/peek.t
29561 ____________________________________________________________________________
29562 [  6074] By: jhi                                   on 2000/05/05  18:49:20
29563         Log: Introduce t/lib/peek.t.
29564      Branch: cfgperl
29565            + t/lib/peek.t
29566            ! MANIFEST
29567 ____________________________________________________________________________
29568 [  6073] By: jhi                                   on 2000/05/05  14:30:45
29569         Log: Complex tweaks.
29570      Branch: cfgperl
29571            ! lib/Math/Complex.pm t/lib/complex.t
29572 ____________________________________________________________________________
29573 [  6072] By: jhi                                   on 2000/05/05  12:27:13
29574         Log: Integrate with Sarathy.
29575      Branch: cfgperl
29576           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29577           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29578           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
29579           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
29580 ____________________________________________________________________________
29581 [  6071] By: gsar                                  on 2000/05/05  02:24:46
29582         Log: misformatted perllocal.pod (from Tim Jenness
29583              <t.jenness@jach.hawaii.edu>)
29584      Branch: perl
29585            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29586 ____________________________________________________________________________
29587 [  6070] By: gsar                                  on 2000/05/05  02:16:52
29588         Log: remove misleading comment (from M.J.T. Guy)
29589      Branch: perl
29590            ! t/lib/anydbm.t
29591 ____________________________________________________________________________
29592 [  6069] By: gsar                                  on 2000/05/05  02:15:13
29593         Log: File::Spec compatibility update (from Barrie Slaymaker
29594              <barries@slaysys.com>)
29595      Branch: perl
29596            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29597            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29598 ____________________________________________________________________________
29599 [  6068] By: gsar                                  on 2000/05/05  02:01:50
29600         Log: note about values()
29601      Branch: perl
29602            ! pod/perlfunc.pod
29603 ____________________________________________________________________________
29604 [  6067] By: gsar                                  on 2000/05/05  01:33:09
29605         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
29606      Branch: perl
29607            ! win32/win32.c
29608 ____________________________________________________________________________
29609 [  6066] By: gsar                                  on 2000/05/05  01:23:43
29610         Log: s/END/CHECK/
29611      Branch: perl
29612            ! perl.c
29613 ____________________________________________________________________________
29614 [  6065] By: jhi                                   on 2000/05/04  17:30:22
29615         Log: Integrate with Sarathy.
29616      Branch: cfgperl
29617           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
29618 ____________________________________________________________________________
29619 [  6064] By: gsar                                  on 2000/05/04  17:26:14
29620         Log: change#5905 wasn't quite right--it's intent only applies when arguments
29621              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
29622      Branch: perl
29623            ! pp_sys.c sv.c
29624 ____________________________________________________________________________
29625 [  6063] By: gsar                                  on 2000/05/04  16:52:29
29626         Log: tokeq() could read unallocated field in argument
29627      Branch: perl
29628            ! toke.c
29629 ____________________________________________________________________________
29630 [  6062] By: gsar                                  on 2000/05/04  16:34:51
29631         Log: additional tests for utf8.t
29632      Branch: perl
29633            ! t/pragma/utf8.t
29634 ____________________________________________________________________________
29635 [  6061] By: gsar                                  on 2000/05/04  16:09:28
29636         Log: change#5921 neglected to make eq honor "use bytes"
29637      Branch: perl
29638            ! sv.c
29639 ____________________________________________________________________________
29640 [  6060] By: jhi                                   on 2000/05/04  15:30:16
29641         Log: Integrate with Sarathy.
29642      Branch: cfgperl
29643           !> perl.c regcomp.c t/pragma/utf8.t
29644 ____________________________________________________________________________
29645 [  6059] By: jhi                                   on 2000/05/04  15:26:37
29646         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
29647              in natively 64-bit platforms where a long is a quad (no need
29648              for long longs).  Also added bias for IVs.
29649      Branch: cfgperl
29650            ! toke.c
29651 ____________________________________________________________________________
29652 [  6058] By: gsar                                  on 2000/05/04  00:19:14
29653         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
29654              (spotted by Donald Kinzer <dkinzer@premia.com>)
29655      Branch: perl
29656            ! perl.c
29657 ____________________________________________________________________________
29658 [  6057] By: gsar                                  on 2000/05/03  18:34:01
29659         Log: fix broken parsing of /\x{ab}/
29660      Branch: perl
29661            ! regcomp.c t/pragma/utf8.t
29662 ____________________________________________________________________________
29663 [  6056] By: jhi                                   on 2000/05/03  17:57:16
29664         Log: The search of infinity continues, this time simplified.
29665      Branch: cfgperl
29666            ! lib/Math/Complex.pm
29667 ____________________________________________________________________________
29668 [  6055] By: jhi                                   on 2000/05/03  17:45:30
29669         Log: Detypo.
29670      Branch: cfgperl
29671            ! hints/unicos.sh
29672 ____________________________________________________________________________
29673 [  6054] By: jhi                                   on 2000/05/02  22:28:27
29674         Log: Be more forgiving in POSIX about HUGE_VALL.
29675      Branch: cfgperl
29676            ! ext/POSIX/POSIX.xs
29677 ____________________________________________________________________________
29678 [  6053] By: jhi                                   on 2000/05/02  22:25:05
29679         Log: Integrate with Sarathy.
29680      Branch: cfgperl
29681           !> hints/irix_6.sh pod/perlop.pod
29682 ____________________________________________________________________________
29683 [  6052] By: jhi                                   on 2000/05/02  22:24:31
29684         Log: Unicos hint tweak.
29685      Branch: cfgperl
29686            ! hints/unicos.sh
29687 ____________________________________________________________________________
29688 [  6051] By: jhi                                   on 2000/05/02  22:21:26
29689         Log: Complex tweakery.
29690      Branch: cfgperl
29691            ! lib/Math/Complex.pm t/lib/complex.t
29692 ____________________________________________________________________________
29693 [  6050] By: jhi                                   on 2000/05/02  19:26:22
29694         Log: Use setxxent()/endxxent().
29695      Branch: cfgperl
29696            ! t/op/grent.t t/op/pwent.t
29697 ____________________________________________________________________________
29698 [  6049] By: jhi                                   on 2000/05/02  19:06:02
29699         Log: Test both the scalar and list contexts.
29700      Branch: cfgperl
29701            ! t/op/grent.t t/op/pwent.t
29702 ____________________________________________________________________________
29703 [  6048] By: gsar                                  on 2000/05/02  18:29:10
29704         Log: add note about how $( doesn't interpolate in REs (from
29705              Philip Newton <newton@ficus.frogspace.net>)
29706      Branch: perl
29707            ! pod/perlop.pod
29708 ____________________________________________________________________________
29709 [  6047] By: jhi                                   on 2000/05/02  17:41:24
29710         Log: Call getspnam() only iff needd.
29711      Branch: cfgperl
29712            ! pp_sys.c
29713 ____________________________________________________________________________
29714 [  6046] By: gsar                                  on 2000/05/02  17:07:25
29715         Log: libscheck has insufficient checks for n32 libs (from
29716              Albert Chin-A-Young <china@thewrittenword.com>)
29717      Branch: perl
29718            ! hints/irix_6.sh
29719 ____________________________________________________________________________
29720 [  6045] By: jhi                                   on 2000/05/02  13:57:17
29721         Log: Integrate with Sarathy.
29722      Branch: cfgperl
29723           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
29724           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
29725 ____________________________________________________________________________
29726 [  6044] By: gsar                                  on 2000/05/02  06:48:19
29727         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
29728              such that underscores are only ignored in literal numbers,
29729              "\x{...}", and hex/oct argument
29730      Branch: perl
29731            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
29732 ____________________________________________________________________________
29733 [  6043] By: gsar                                  on 2000/05/02  02:22:29
29734         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
29735      Branch: perl
29736            ! pod/perlretut.pod
29737 ____________________________________________________________________________
29738 [  6042] By: gsar                                  on 2000/05/02  02:17:51
29739         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
29740      Branch: perl
29741            ! pod/perltrap.pod
29742 ____________________________________________________________________________
29743 [  6041] By: gsar                                  on 2000/05/02  01:53:51
29744         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
29745              to compensate
29746      Branch: perl
29747            ! Porting/makerel
29748 ____________________________________________________________________________
29749 [  6040] By: gsar                                  on 2000/05/02  01:51:57
29750         Log: missing files in MANIFEST
29751      Branch: perl
29752            ! MANIFEST
29753 ____________________________________________________________________________
29754 [  6039] By: jhi                                   on 2000/05/02  00:36:46
29755         Log: Infinite problems.
29756      Branch: cfgperl
29757            ! lib/Math/Complex.pm
29758 ____________________________________________________________________________
29759 [  6038] By: jhi                                   on 2000/05/02  00:06:38
29760         Log: pwent/spent #ifdef imbalance.
29761      Branch: cfgperl
29762            ! pp_sys.c
29763 ____________________________________________________________________________
29764 [  6037] By: jhi                                   on 2000/05/01  22:50:11
29765         Log: Use HUGE_VALL if applicable.
29766      Branch: cfgperl
29767            ! ext/POSIX/POSIX.xs util.c
29768 ____________________________________________________________________________
29769 [  6036] By: jhi                                   on 2000/05/01  22:20:53
29770         Log: Correct Freudian slip.
29771      Branch: cfgperl
29772            ! pp_sys.c
29773 ____________________________________________________________________________
29774 [  6035] By: jhi                                   on 2000/05/01  21:07:38
29775         Log: Continue on the pwent/spent case.
29776      Branch: cfgperl
29777            ! pp_sys.c
29778 ____________________________________________________________________________
29779 [  6034] By: jhi                                   on 2000/05/01  17:45:14
29780         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
29781              adjustments in 6032 conflicted badly with this, will have
29782              to revisit them later.
29783      Branch: cfgperl
29784           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
29785           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
29786           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
29787           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
29788           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
29789           !> t/lib/cgi-html.t t/lib/cgi-request.t
29790 ____________________________________________________________________________
29791 [  6033] By: jhi                                   on 2000/05/01  17:40:49
29792         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
29793      Branch: cfgperl
29794            ! pp_sys.c
29795 ____________________________________________________________________________
29796 [  6032] By: gsar                                  on 2000/05/01  15:56:32
29797         Log: whitespace adjustments
29798      Branch: perl
29799            ! pp_sys.c
29800 ____________________________________________________________________________
29801 [  6031] By: gsar                                  on 2000/05/01  15:19:41
29802         Log: small nits in diagnostics.pm (from Robin Barker)
29803      Branch: perl
29804            ! lib/diagnostics.pm pod/perldiag.pod
29805 ____________________________________________________________________________
29806 [  6030] By: gsar                                  on 2000/05/01  08:39:18
29807         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
29808              for @- and @+ (from Johan Vromans)
29809      Branch: perl
29810            ! lib/English.pm pod/perlvar.pod
29811 ____________________________________________________________________________
29812 [  6029] By: gsar                                  on 2000/05/01  08:16:10
29813         Log: add CGI.pm v2.66 (from Lincoln Stein)
29814      Branch: perl
29815            + lib/CGI/Util.pm t/lib/cgi-pretty.t
29816            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
29817            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
29818            ! t/lib/cgi-html.t t/lib/cgi-request.t
29819 ____________________________________________________________________________
29820 [  6028] By: gsar                                  on 2000/05/01  06:34:41
29821         Log: Pod::Man generates groff-incompatible macro definition (from
29822              Tom Christiansen)
29823      Branch: perl
29824            ! lib/Pod/Man.pm
29825 ____________________________________________________________________________
29826 [  6027] By: gsar                                  on 2000/05/01  06:31:36
29827         Log: podlators-1.02 update (from Russ Allbery)
29828      Branch: perl
29829            ! lib/Pod/Man.pm lib/Pod/Text.pm
29830 ____________________________________________________________________________
29831 [  6026] By: jhi                                   on 2000/04/30  23:24:23
29832         Log: Integrate with Sarathy.
29833      Branch: cfgperl
29834           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
29835           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
29836           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
29837           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
29838           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
29839           !> t/lib/syslog.t toke.c win32/win32.h
29840 ____________________________________________________________________________
29841 [  6025] By: gsar                                  on 2000/04/30  18:17:47
29842         Log: Is{Alnum,Alpha,Word} don't match titlecase
29843              
29844              TODO: IsSpace is defined recursively!
29845              
29846              (both spotted by Larry)
29847      Branch: perl
29848            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
29849            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
29850 ____________________________________________________________________________
29851 [  6024] By: gsar                                  on 2000/04/30  17:50:19
29852         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
29853              (from Hugo van der Sanden)
29854      Branch: perl
29855            ! toke.c
29856 ____________________________________________________________________________
29857 [  6023] By: gsar                                  on 2000/04/30  17:14:43
29858         Log: debugger stomps on $. (from M.J.T. Guy)
29859      Branch: perl
29860            ! lib/perl5db.pl
29861 ____________________________________________________________________________
29862 [  6022] By: gsar                                  on 2000/04/30  16:59:22
29863         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
29864      Branch: perl
29865            ! sv.c
29866 ____________________________________________________________________________
29867 [  6021] By: gsar                                  on 2000/04/29  21:00:08
29868         Log: remove Win2K issue in pod (fixed by change#6020)
29869      Branch: perl
29870            ! README.win32 pod/perl56delta.pod
29871 ____________________________________________________________________________
29872 [  6020] By: gsar                                  on 2000/04/29  20:51:49
29873         Log: test tweak
29874      Branch: perl
29875            ! t/lib/open3.t
29876 ____________________________________________________________________________
29877 [  6019] By: gsar                                  on 2000/04/29  20:34:27
29878         Log: windows portability tweaks
29879      Branch: perl
29880            ! t/lib/b.t win32/win32.h
29881 ____________________________________________________________________________
29882 [  6018] By: gsar                                  on 2000/04/29  19:55:24
29883         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
29884              make _PATH_LOG() return "" if unavailable
29885      Branch: perl
29886            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
29887            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
29888 ____________________________________________________________________________
29889 [  6017] By: jhi                                   on 2000/04/28  22:49:46
29890         Log: Integrate with Sarathy.
29891      Branch: cfgperl
29892           !> op.c perl.c pod/perldiag.pod t/lib/b.t
29893 ____________________________________________________________________________
29894 [  6016] By: jhi                                   on 2000/04/28  22:46:14
29895         Log: Do not warn that an infinity does not look like a number.
29896      Branch: cfgperl
29897            ! sv.c
29898 ____________________________________________________________________________
29899 [  6015] By: gsar                                  on 2000/04/28  22:35:49
29900         Log: tweak test for portability
29901      Branch: perl
29902            ! t/lib/b.t
29903 ____________________________________________________________________________
29904 [  6014] By: gsar                                  on 2000/04/28  22:05:31
29905         Log: glob() loading File::Glob behind the scenes may cause syntax errors
29906      Branch: perl
29907            ! op.c
29908 ____________________________________________________________________________
29909 [  6013] By: gsar                                  on 2000/04/28  21:25:22
29910         Log: tweak change#5945 to display correct switch name in diagnostic
29911      Branch: perl
29912            ! perl.c pod/perldiag.pod
29913 ____________________________________________________________________________
29914 [  6012] By: jhi                                   on 2000/04/28  21:08:12
29915         Log: Integrate with Sarathy.
29916      Branch: cfgperl
29917           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
29918           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
29919           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
29920 ____________________________________________________________________________
29921 [  6011] By: jhi                                   on 2000/04/28  21:04:46
29922         Log: &HUGE_VAL is not defined, it exists.
29923      Branch: cfgperl
29924            ! lib/Math/Complex.pm
29925 ____________________________________________________________________________
29926 [  6010] By: gsar                                  on 2000/04/28  21:02:58
29927         Log: clarify note about shadow password support (from
29928              gellyfish@gellyfish.com)
29929      Branch: perl
29930            ! pod/perlfunc.pod
29931 ____________________________________________________________________________
29932 [  6009] By: gsar                                  on 2000/04/28  21:00:00
29933         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
29934      Branch: perl
29935            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
29936 ____________________________________________________________________________
29937 [  6008] By: gsar                                  on 2000/04/28  20:56:33
29938         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
29939      Branch: perl
29940            ! installperl vms/subconfigure.com
29941 ____________________________________________________________________________
29942 [  6007] By: gsar                                  on 2000/04/28  20:51:21
29943         Log: note about compile failures and END blocks (from M.J.T. Guy)
29944      Branch: perl
29945            ! pod/perl56delta.pod pod/perlmod.pod
29946 ____________________________________________________________________________
29947 [  6006] By: jhi                                   on 2000/04/28  20:42:14
29948         Log: Regen Configure.
29949      Branch: cfgperl
29950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29951            ! config_h.SH
29952 ____________________________________________________________________________
29953 [  6005] By: gsar                                  on 2000/04/28  20:41:16
29954         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
29955      Branch: perl
29956            ! utils/perldoc.PL
29957 ____________________________________________________________________________
29958 [  6004] By: jhi                                   on 2000/04/28  20:28:21
29959         Log: Integrate with Sarathy.
29960      Branch: cfgperl
29961           !> Configure INSTALL Porting/Glossary Porting/config.sh
29962           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
29963           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
29964           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
29965           !> win32/config.vc win32/win32.c
29966 ____________________________________________________________________________
29967 [  6003] By: gsar                                  on 2000/04/28  20:11:20
29968         Log: allow REG_EXPAND_SZ keys in Windows registry (from
29969              John Clayton <John.Clayton@barclayscapital.com>)
29970      Branch: perl
29971            ! win32/win32.c
29972 ____________________________________________________________________________
29973 [  6002] By: gsar                                  on 2000/04/28  19:34:16
29974         Log: destructive sv_setsv() can lose UV-ness from source, causing
29975              numeric promotions/comparisons to fail to do the right thing
29976      Branch: perl
29977            ! sv.c
29978 ____________________________________________________________________________
29979 [  6001] By: gsar                                  on 2000/04/28  18:44:15
29980         Log: support additional library locations via $Config{otherlibdirs}
29981              (from Andy Dougherty)
29982      Branch: perl
29983            ! Configure INSTALL Porting/Glossary Porting/config.sh
29984            ! Porting/config_H config_h.SH epoc/config.sh perl.c
29985            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
29986            ! win32/config.bc win32/config.gc win32/config.vc
29987 ____________________________________________________________________________
29988 [  6000] By: gsar                                  on 2000/04/28  18:26:58
29989         Log: reworked otherlibdirs.U (from Andy Dougherty)
29990      Branch: metaconfig
29991            ! U/installdirs/otherlibdirs.U
29992 ____________________________________________________________________________
29993 [  5999] By: gsar                                  on 2000/04/28  18:17:07
29994         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
29995      Branch: perl
29996            ! t/pragma/warn/toke toke.c
29997 ____________________________________________________________________________
29998 [  5998] By: jhi                                   on 2000/04/28  13:32:17
29999         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
30000      Branch: cfgperl
30001            ! lib/Math/Complex.pm
30002 ____________________________________________________________________________
30003 [  5997] By: jhi                                   on 2000/04/28  13:14:04
30004         Log: Preserve $!.
30005      Branch: cfgperl
30006            ! lib/Math/Complex.pm
30007 ____________________________________________________________________________
30008 [  5996] By: jhi                                   on 2000/04/28  12:59:23
30009         Log: Integrate with Sarathy.
30010      Branch: cfgperl
30011           +> pod/perlrequick.pod pod/perlretut.pod
30012           !> (integrate 51 files)
30013 ____________________________________________________________________________
30014 [  5995] By: gsar                                  on 2000/04/28  09:37:36
30015         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
30016      Branch: perl
30017            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
30018 ____________________________________________________________________________
30019 [  5994] By: gsar                                  on 2000/04/28  09:33:26
30020         Log: fix for missed accounting for null byte in pack("Z",...) (from
30021              M.J.T. Guy)
30022      Branch: perl
30023            ! pp.c t/op/pack.t
30024 ____________________________________________________________________________
30025 [  5993] By: gsar                                  on 2000/04/28  09:30:05
30026         Log: various minor tweaks seen on p5p
30027      Branch: perl
30028            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
30029 ____________________________________________________________________________
30030 [  5992] By: gsar                                  on 2000/04/28  09:08:19
30031         Log: pod nit (from Simon Cozens)
30032      Branch: perl
30033            ! pod/perlop.pod
30034 ____________________________________________________________________________
30035 [  5991] By: gsar                                  on 2000/04/28  09:06:36
30036         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
30037      Branch: perl
30038            ! README.posix-bc hints/posix-bc.sh
30039 ____________________________________________________________________________
30040 [  5990] By: gsar                                  on 2000/04/28  08:54:52
30041         Log: use $ENV{LIB} to search for libs under Visual C compiler
30042              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
30043      Branch: perl
30044            ! lib/ExtUtils/Liblist.pm
30045 ____________________________________________________________________________
30046 [  5989] By: gsar                                  on 2000/04/28  08:27:12
30047         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
30048              itself and no other (from Tom Hughes)
30049      Branch: perl
30050            ! t/op/array.t toke.c
30051 ____________________________________________________________________________
30052 [  5988] By: gsar                                  on 2000/04/28  08:01:38
30053         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
30054              <paul@miraclefish.com>)
30055      Branch: perl
30056            ! lib/ExtUtils/MakeMaker.pm
30057 ____________________________________________________________________________
30058 [  5987] By: gsar                                  on 2000/04/28  07:53:09
30059         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
30060      Branch: perl
30061            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
30062 ____________________________________________________________________________
30063 [  5986] By: gsar                                  on 2000/04/28  07:44:17
30064         Log: add regular expressions tutorial and quick-start guide (from
30065              Mark Kvale <kvale@phy.ucsf.edu>)
30066      Branch: perl
30067            + pod/perlrequick.pod pod/perlretut.pod
30068            ! AUTHORS MAINTAIN MANIFEST
30069 ____________________________________________________________________________
30070 [  5985] By: gsar                                  on 2000/04/28  07:30:28
30071         Log: forked child may not exit correctly if it failed to open
30072              /dev/console (from Graham Barr)
30073      Branch: perl
30074            ! ext/Sys/Syslog/Syslog.pm
30075 ____________________________________________________________________________
30076 [  5984] By: gsar                                  on 2000/04/28  07:27:20
30077         Log: attributes::reftype() doesn't work on tied argument
30078      Branch: perl
30079            ! xsutils.c
30080 ____________________________________________________________________________
30081 [  5983] By: gsar                                  on 2000/04/28  07:15:04
30082         Log: numeric conversion of non-number in change#3378 tramples on
30083              OOK offset, causing segfaults
30084      Branch: perl
30085            ! sv.c
30086 ____________________________________________________________________________
30087 [  5982] By: gsar                                  on 2000/04/28  04:48:25
30088         Log: avoid error in IO::Socket::INET when given an unknown service name
30089              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
30090      Branch: perl
30091            ! ext/IO/lib/IO/Socket/INET.pm
30092 ____________________________________________________________________________
30093 [  5981] By: gsar                                  on 2000/04/28  04:31:31
30094         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
30095              prototype mismatch with CORE::glob(); update pod and tests to
30096              suit (File::Glob::glob() is still available for backward
30097              compatibility, but should be considered deprecated)
30098      Branch: perl
30099            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
30100            ! t/lib/glob-taint.t
30101 ____________________________________________________________________________
30102 [  5980] By: gsar                                  on 2000/04/28  03:47:29
30103         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
30104              <ghudson@mit.edu>)
30105      Branch: metaconfig
30106            ! U/modified/Options.U
30107      Branch: perl
30108            ! Configure
30109 ____________________________________________________________________________
30110 [  5979] By: gsar                                  on 2000/04/28  03:07:54
30111         Log: under useithreads, constant pad entries could inadvertantly be
30112              shared across threads (from Eric Blood <eblood@xmission.com>);
30113              added Eric's test case to testsuite
30114      Branch: perl
30115            ! op.c t/op/misc.t
30116 ____________________________________________________________________________
30117 [  5978] By: gsar                                  on 2000/04/27  21:13:00
30118         Log: sync version numbers in File::Spec with the ones on CPAN
30119              (from Barrie Slaymaker)
30120      Branch: perl
30121            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30122            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30123            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30124 ____________________________________________________________________________
30125 [  5977] By: gsar                                  on 2000/04/27  21:07:29
30126         Log: autoquote barewords followed by newline and arrow properly
30127              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
30128      Branch: perl
30129            ! t/pragma/warn/toke toke.c
30130 ____________________________________________________________________________
30131 [  5976] By: gsar                                  on 2000/04/27  20:41:20
30132         Log: DB_File v1.73 update (from Paul Marquess)
30133      Branch: perl
30134            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30135            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30136 ____________________________________________________________________________
30137 [  5975] By: gsar                                  on 2000/04/27  20:34:24
30138         Log: allow sort() reentrancy (variant of patch suggested by
30139              Hugo van der Sanden)
30140      Branch: perl
30141            ! pp_ctl.c t/op/sort.t
30142 ____________________________________________________________________________
30143 [  5974] By: gsar                                  on 2000/04/27  19:46:57
30144         Log: change#4197 somehow missed initializing PL_errors, meaning
30145              sytax error queueing wasn't working outside eval"" at all;
30146              also fixed eval"" to localize PL_error_count, so that compile-time
30147              eval's don't clobber the error state of the outer context
30148      Branch: perl
30149            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
30150            ! t/pragma/warn/toke
30151 ____________________________________________________________________________
30152 [  5973] By: gsar                                  on 2000/04/27  18:29:05
30153         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
30154      Branch: perl
30155            ! regcomp.c regexec.c t/op/re_tests
30156 ____________________________________________________________________________
30157 [  5972] By: jhi                                   on 2000/04/27  18:22:41
30158         Log: Integrate with Sarathy.
30159      Branch: cfgperl
30160           +> t/lib/b.t t/lib/syslog.t
30161           !> (integrate 31 files)
30162 ____________________________________________________________________________
30163 [  5971] By: jhi                                   on 2000/04/27  18:18:46
30164         Log: Unicos tweaks from Mark P. Lutz.
30165      Branch: cfgperl
30166            ! hints/unicos.sh lib/Math/Complex.pm
30167 ____________________________________________________________________________
30168 [  5970] By: gsar                                  on 2000/04/27  18:05:11
30169         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
30170              IV is >32bits
30171      Branch: perl
30172            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
30173 ____________________________________________________________________________
30174 [  5969] By: gsar                                  on 2000/04/27  17:50:56
30175         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
30176      Branch: perl
30177            + t/lib/syslog.t
30178            ! MANIFEST ext/Sys/Syslog/Syslog.pm
30179 ____________________________________________________________________________
30180 [  5968] By: gsar                                  on 2000/04/27  17:44:49
30181         Log: tolerate spaces in group names in test on solaris (from David Boyce
30182              <dsb@boyski.com>)
30183      Branch: perl
30184            ! t/op/groups.t
30185 ____________________________________________________________________________
30186 [  5967] By: gsar                                  on 2000/04/27  17:41:22
30187         Log: improved docs on the warn_uninit diagnostic (from David Glasser
30188              and Simon Cozens)
30189      Branch: perl
30190            ! pod/perldiag.pod
30191 ____________________________________________________________________________
30192 [  5966] By: gsar                                  on 2000/04/27  16:54:58
30193         Log: add testsuite for B backends, fix bug in B::Deparse (from
30194              Simon Cozens <simon@brecon.co.uk>)
30195      Branch: perl
30196            + t/lib/b.t
30197            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
30198 ____________________________________________________________________________
30199 [  5965] By: gsar                                  on 2000/04/27  16:10:37
30200         Log: avoid "will not stay shared" warnings for our variables (from
30201              Robin Barker)
30202      Branch: perl
30203            ! op.c t/pragma/warn/op
30204 ____________________________________________________________________________
30205 [  5964] By: gsar                                  on 2000/04/27  07:05:05
30206         Log: reformat to 72 columns (again)
30207      Branch: perl
30208            ! pod/perldiag.pod
30209 ____________________________________________________________________________
30210 [  5963] By: gsar                                  on 2000/04/27  06:28:31
30211         Log: patch from Larry to make (\&) prototype work; added tests for
30212              the same
30213      Branch: perl
30214            ! op.c t/comp/proto.t
30215 ____________________________________________________________________________
30216 [  5962] By: gsar                                  on 2000/04/27  06:15:47
30217         Log: updated README.hpux (from Jeff Okamoto)
30218      Branch: perl
30219            ! README.hpux
30220 ____________________________________________________________________________
30221 [  5961] By: gsar                                  on 2000/04/27  05:55:03
30222         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
30223      Branch: perl
30224            ! emacs/cperl-mode.el
30225 ____________________________________________________________________________
30226 [  5960] By: gsar                                  on 2000/04/27  05:49:26
30227         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
30228      Branch: perl
30229            ! INSTALL
30230 ____________________________________________________________________________
30231 [  5959] By: gsar                                  on 2000/04/27  05:33:41
30232         Log: doubled words in pods (from Simon Cozens
30233              <simon.p.cozens@jp.pwcglobal.com>)
30234      Branch: perl
30235            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
30236            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
30237            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
30238            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
30239            ! pod/perltootc.pod
30240 ____________________________________________________________________________
30241 [  5958] By: gsar                                  on 2000/04/27  05:11:39
30242         Log: change#3569 deleted some essential code, revert; avoid use of
30243              atexit() to make DynaLoader work properly on AIX under mod_perl
30244              (from Jens-Uwe Mager <jum@helios.de>)
30245      Branch: perl
30246            ! ext/DynaLoader/dl_aix.xs
30247 ____________________________________________________________________________
30248 [  5957] By: gsar                                  on 2000/04/27  04:54:51
30249         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
30250      Branch: perl
30251            ! pod/perlmod.pod
30252 ____________________________________________________________________________
30253 [  5956] By: gsar                                  on 2000/04/27  04:51:47
30254         Log: better diagnostics on failed tests (from Ilya Zakharevich)
30255      Branch: perl
30256            ! t/op/lex_assign.t
30257 ____________________________________________________________________________
30258 [  5955] By: gsar                                  on 2000/04/27  04:26:44
30259         Log: longstanding bug exposed by change#3307: sort arguments weren't
30260              compiled with the right wantarray context (ensuing runtime lookup
30261              via block_gimme() was getting the incidental context of the
30262              sort() itself)
30263      Branch: perl
30264            ! op.c t/op/sort.t
30265 ____________________________________________________________________________
30266 [  5954] By: gsar                                  on 2000/04/26  23:42:12
30267         Log: integrate cfgperl contents into mainline
30268      Branch: perl
30269           !> (integrate 30 files)
30270 ____________________________________________________________________________
30271 [  5953] By: jhi                                   on 2000/04/26  23:06:42
30272         Log: Integrate with Sarathy.
30273      Branch: cfgperl
30274           !> README.win32 ext/B/B/Deparse.pm
30275           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
30276           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
30277           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
30278           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
30279           !> utils/perldoc.PL vms/perlvms.pod
30280 ____________________________________________________________________________
30281 [  5952] By: jhi                                   on 2000/04/26  23:03:46
30282         Log: Undo "use integer" addition from 64bitint as it seems
30283              to break most of the subtests in Digital UNIX;
30284              Unicos needs to find another way.
30285      Branch: cfgperl
30286            ! t/op/64bitint.t
30287 ____________________________________________________________________________
30288 [  5951] By: jhi                                   on 2000/04/26  22:57:53
30289         Log: Be more robust on "extreme" (large absolute value)
30290              arguments.  Originally reported by Daniel Connelly
30291              as a problem with asinh() on large negative arguments,
30292              asinh() used to bail out because an argument to log()
30293              ended up being zero.  Ilya Zakharevich proposed using
30294              Taylor's series in such cases, which for such large
30295              arguments is a very good approximation.
30296      Branch: cfgperl
30297            ! lib/Math/Complex.pm t/lib/complex.t
30298 ____________________________________________________________________________
30299 [  5950] By: gsar                                  on 2000/04/25  19:13:12
30300         Log: reformat perldiag to avoid long lines
30301      Branch: perl
30302            ! pod/perldiag.pod
30303 ____________________________________________________________________________
30304 [  5949] By: gsar                                  on 2000/04/25  18:41:11
30305         Log: make perldoc use the pod2man from the same version (from
30306              M.J.T. Guy)
30307      Branch: perl
30308            ! utils/perldoc.PL
30309 ____________________________________________________________________________
30310 [  5948] By: gsar                                  on 2000/04/25  18:21:57
30311         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
30312              <kompas@kompas.usr.onet.pl>)
30313      Branch: perl
30314            ! lib/vars.pm
30315 ____________________________________________________________________________
30316 [  5947] By: gsar                                  on 2000/04/25  18:11:53
30317         Log: use &dl_error rather than &dl_load_file as the guard for calling
30318              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
30319              statically built perl)
30320      Branch: perl
30321            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
30322 ____________________________________________________________________________
30323 [  5946] By: jhi                                   on 2000/04/25  17:37:54
30324         Log: Document that tr() is not tr(1).
30325      Branch: cfgperl
30326            ! pod/perlop.pod
30327 ____________________________________________________________________________
30328 [  5945] By: gsar                                  on 2000/04/25  16:34:33
30329         Log: make module name mandatory after -M switch; reorder perldiag
30330              alphabetically (from Mark-Jason Dominus)
30331      Branch: perl
30332            ! perl.c pod/perldiag.pod
30333 ____________________________________________________________________________
30334 [  5944] By: jhi                                   on 2000/04/25  01:15:18
30335         Log: On second thoughts frexp() does have two arguments.
30336      Branch: cfgperl
30337            ! perl.h
30338 ____________________________________________________________________________
30339 [  5943] By: jhi                                   on 2000/04/24  22:56:32
30340         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
30341              Now pp_ncmp() returns undef is either operand is a NaN.
30342      Branch: cfgperl
30343            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30344            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
30345            ! vms/subconfigure.com vos/config.def vos/config.h
30346            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
30347            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30348            ! win32/config_H.vc
30349      Branch: metaconfig/U/perl
30350            + d_modfl.U
30351 ____________________________________________________________________________
30352 [  5942] By: jhi                                   on 2000/04/24  19:45:17
30353         Log: Regen Configure to match #5937.
30354      Branch: cfgperl
30355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30356            ! config_h.SH
30357      Branch: metaconfig
30358            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
30359 ____________________________________________________________________________
30360 [  5941] By: jhi                                   on 2000/04/24  19:24:11
30361         Log: Further Unicos fixes for Mark Lutz.
30362      Branch: cfgperl
30363            ! hints/unicos.sh pp_ctl.c
30364 ____________________________________________________________________________
30365 [  5940] By: jhi                                   on 2000/04/24  19:09:06
30366         Log: Various Unicos 10.0.0.6 fixes.
30367              
30368              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
30369              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
30370              Reply-To: tecmpl1@triton.ca.boeing.com 
30371              To: perl5-porters@perl.org 
30372              Date: Fri, 14 Apr 2000 20:21:00 GMT 
30373              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
30374      Branch: cfgperl
30375            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
30376 ____________________________________________________________________________
30377 [  5939] By: gsar                                  on 2000/04/24  19:01:24
30378         Log: more pod nits (from Larry Virden)
30379      Branch: perl
30380            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
30381            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
30382            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
30383 ____________________________________________________________________________
30384 [  5938] By: gsar                                  on 2000/04/24  18:54:01
30385         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
30386      Branch: perl
30387            ! ext/B/B/Deparse.pm
30388 ____________________________________________________________________________
30389 [  5937] By: jhi                                   on 2000/04/24  17:39:00
30390         Log: Integrate with Sarathy.
30391      Branch: cfgperl
30392           +> (branch 31 files)
30393           !> (integrate 73 files)
30394 ____________________________________________________________________________
30395 [  5936] By: gsar                                  on 2000/04/24  17:30:06
30396         Log: additional tests for change#5934 (from Paul Marquess, who also
30397              sent in the same fix)
30398      Branch: perl
30399            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
30400            ! t/pragma/warn/5nolint t/pragma/warn/6default
30401 ____________________________________________________________________________
30402 [  5935] By: jhi                                   on 2000/04/24  17:26:05
30403         Log: Do not assume sign propagation.
30404              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
30405              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
30406              To: payner@ncifcrf.gov, perl5-porters@perl.org 
30407              Date: Tue, 18 Apr 2000 18:24:49 +0100 
30408              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
30409      Branch: cfgperl
30410            ! t/op/bop.t t/op/misc.t
30411 ____________________________________________________________________________
30412 [  5934] By: gsar                                  on 2000/04/24  17:16:54
30413         Log: propagate lexical warnings from surrounding scope correctly
30414              within string eval()
30415      Branch: perl
30416            ! pp_ctl.c t/pragma/warn/pp_ctl
30417 ____________________________________________________________________________
30418 [  5933] By: jhi                                   on 2000/04/24  17:01:07
30419         Log: Flatten the cpp jungle doing the nosuid checking.
30420      Branch: cfgperl
30421            ! perl.c
30422 ____________________________________________________________________________
30423 [  5932] By: gsar                                  on 2000/04/24  09:08:14
30424         Log: add rsignal(), whichsig() and do_join() to public API list
30425              (mod_perl uses them to good advantage)
30426      Branch: perl
30427            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
30428 ____________________________________________________________________________
30429 [  5931] By: gsar                                  on 2000/04/24  09:01:40
30430         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
30431      Branch: perl
30432            ! pp_hot.c regexec.c t/op/pat.t
30433 ____________________________________________________________________________
30434 [  5930] By: gsar                                  on 2000/04/24  08:58:33
30435         Log: small os390 tweaks (from Peter Prymmer)
30436      Branch: perl
30437            ! config_h.SH makedepend.SH
30438 ____________________________________________________________________________
30439 [  5929] By: gsar                                  on 2000/04/24  08:55:25
30440         Log: pod nits
30441      Branch: perl
30442            ! pod/perlguts.pod
30443 ____________________________________________________________________________
30444 [  5928] By: gsar                                  on 2000/04/24  08:50:13
30445         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
30446      Branch: perl
30447            ! ext/IO/lib/IO/Poll.pm
30448 ____________________________________________________________________________
30449 [  5927] By: gsar                                  on 2000/04/24  08:43:24
30450         Log: arrange for next() to resume at the unstack op rather than the
30451              loop conditional, so that scope cleanup happens correctly
30452              (from Stephen McCamant)
30453      Branch: perl
30454            ! op.c pp_ctl.c t/op/misc.t
30455 ____________________________________________________________________________
30456 [  5926] By: gsar                                  on 2000/04/24  08:18:40
30457         Log: on windows, reserve 16M of stack rather than 128M (allows more
30458              threads to run concurrently)
30459      Branch: perl
30460            ! win32/Makefile win32/makefile.mk
30461 ____________________________________________________________________________
30462 [  5925] By: gsar                                  on 2000/04/24  08:13:52
30463         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
30464      Branch: perl
30465            ! toke.c
30466 ____________________________________________________________________________
30467 [  5924] By: gsar                                  on 2000/04/24  08:08:59
30468         Log: avoid using uninitialized memory in require version check
30469      Branch: perl
30470            ! pp_ctl.c universal.c
30471 ____________________________________________________________________________
30472 [  5923] By: gsar                                  on 2000/04/24  07:20:14
30473         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
30474      Branch: perl
30475            ! ext/IO/lib/IO/Poll.pm
30476 ____________________________________________________________________________
30477 [  5922] By: gsar                                  on 2000/04/24  07:08:42
30478         Log: commentary about IoTYPE() (from Nathan Torkington)
30479      Branch: perl
30480            ! sv.h
30481 ____________________________________________________________________________
30482 [  5921] By: gsar                                  on 2000/04/24  06:58:26
30483         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
30484              by fix
30485      Branch: perl
30486            ! sv.c t/lib/charnames.t t/pragma/utf8.t
30487 ____________________________________________________________________________
30488 [  5920] By: gsar                                  on 2000/04/24  06:37:59
30489         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
30490      Branch: perl
30491            ! doop.c t/op/ver.t
30492 ____________________________________________________________________________
30493 [  5919] By: gsar                                  on 2000/04/24  06:21:58
30494         Log: Configure might miss old directories when prefix must be
30495              expanded (from Robin Barker)
30496      Branch: metaconfig
30497            ! U/installdirs/inc_version_list.U
30498      Branch: perl
30499            ! Configure
30500 ____________________________________________________________________________
30501 [  5918] By: gsar                                  on 2000/04/24  06:16:11
30502         Log: VMS nits in glob() test (from Charles Lane)
30503      Branch: perl
30504            ! t/lib/glob-basic.t
30505 ____________________________________________________________________________
30506 [  5917] By: gsar                                  on 2000/04/24  06:11:56
30507         Log: various pod nits (from Larry Virden and others)
30508      Branch: perl
30509            ! README.amiga README.hpux README.machten README.os2
30510            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
30511            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
30512            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
30513            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
30514            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
30515            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
30516            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
30517            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
30518 ____________________________________________________________________________
30519 [  5916] By: gsar                                  on 2000/04/24  05:52:43
30520         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
30521              <wjones@tc.fluke.com>)
30522      Branch: perl
30523            ! t/lib/glob-basic.t
30524 ____________________________________________________________________________
30525 [  5915] By: gsar                                  on 2000/04/24  05:07:01
30526         Log: supported platforms mixed up
30527      Branch: perl
30528            ! pod/perl56delta.pod pod/perlport.pod
30529 ____________________________________________________________________________
30530 [  5914] By: gsar                                  on 2000/04/24  04:56:08
30531         Log: caller() wasn't returning the right number of elements for
30532              eval {...}
30533      Branch: perl
30534            ! pp_ctl.c t/pragma/warn/9enabled
30535 ____________________________________________________________________________
30536 [  5913] By: gsar                                  on 2000/04/24  04:35:41
30537         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
30538              Mark-Jason Dominus)
30539      Branch: perl
30540            ! pod/perlfunc.pod
30541 ____________________________________________________________________________
30542 [  5912] By: gsar                                  on 2000/04/24  04:17:15
30543         Log: fix totally broken caching in UNIVERSAL::isa() (from
30544              Nick Ing-Simmons)
30545      Branch: perl
30546            ! t/op/universal.t universal.c
30547 ____________________________________________________________________________
30548 [  5911] By: gsar                                  on 2000/04/24  03:39:47
30549         Log: add linebreak properties from unicode/LineBrk.txt (from
30550              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
30551      Branch: perl
30552            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30553            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30554            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30555            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30556            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30557            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30558            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30559            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30560            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30561            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30562            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30563            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30564            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30565            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
30566            + lib/unicode/Is/LbrkZW.pl
30567            ! lib/unicode/mktables.PL
30568 ____________________________________________________________________________
30569 [  5910] By: gsar                                  on 2000/04/24  03:23:10
30570         Log: typo in pod
30571      Branch: perl
30572            ! ext/Thread/Thread.pm
30573 ____________________________________________________________________________
30574 [  5909] By: gsar                                  on 2000/04/24  03:22:03
30575         Log: mode argument to do_binmode() should be file mode, not boolean
30576      Branch: perl
30577            ! pp_sys.c
30578 ____________________________________________________________________________
30579 [  5908] By: gsar                                  on 2000/04/16  16:51:08
30580         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
30581              always returns a valid GV even when the symbol is trapped by strictures
30582              (avoids coredumps)
30583              
30584              TODO: the C<package;> hack needs similar treatment
30585      Branch: perl
30586            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
30587            ! t/pragma/strict-vars
30588 ____________________________________________________________________________
30589 [  5907] By: jhi                                   on 2000/03/31  23:42:56
30590         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
30591              an assumption which #5905 demolished.
30592      Branch: cfgperl
30593            ! pp_sys.c
30594 ____________________________________________________________________________
30595 [  5906] By: jhi                                   on 2000/03/31  18:54:37
30596         Log: Typo in #5905.
30597      Branch: cfgperl
30598            ! t/op/64bitint.t
30599 ____________________________________________________________________________
30600 [  5905] By: jhi                                   on 2000/03/31  18:50:54
30601         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
30602              reported by Joseph N. Hall.  The bug was that even with use64bitint
30603              one had to use the prefixes q, L, or ll with printf/sprintf,
30604              contrary to the documentation and common sense.
30605      Branch: cfgperl
30606            ! sv.c t/op/64bitint.t
30607 ____________________________________________________________________________
30608 [  5904] By: gsar                                  on 2000/03/28  02:31:32
30609         Log: add Changes, perldelta.pod
30610      Branch: perl
30611            + Changes pod/perldelta.pod
30612 ____________________________________________________________________________
30613 [  5903] By: gsar                                  on 2000/03/28  02:03:55
30614         Log: rename Changes and perldelta.pod
30615      Branch: perl
30616           +> Changes5.6 pod/perl56delta.pod
30617            - Changes pod/perldelta.pod
30618            ! MANIFEST
30619 ____________________________________________________________________________
30620 [  5902] By: gsar                                  on 2000/03/28  01:59:14
30621         Log: create maint-5.6 branch
30622      Branch: maint-5.6/perl
30623           +> (branch 1611 files)
30624 ____________________________________________________________________________
30625 [  5901] By: jhi                                   on 2000/03/23  05:48:43
30626         Log: Integrate with Sarathy.
30627      Branch: cfgperl
30628           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
30629 ____________________________________________________________________________
30630 [  5900] By: gsar                                  on 2000/03/23  05:42:43
30631         Log: three guesses on what this is :-)
30632      Branch: perl
30633            ! Changes