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 [  9662] By: jhi                                   on 2001/04/09  13:24:46
35         Log: tweak tweak.
36      Branch: perl
37            ! AUTHORS pod/perl571delta.pod
38 ____________________________________________________________________________
39 [  9661] By: jhi                                   on 2001/04/09  13:15:13
40         Log: Thinko in manual patch applying.
41      Branch: perl
42            ! sv.c
43 ____________________________________________________________________________
44 [  9660] By: jhi                                   on 2001/04/09  13:07:53
45         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
46              From: Robin Barker <rmb1@cise.npl.co.uk> 
47              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
48              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
49              
50              (This corrects the case where the "isn't numeric" string contains \0s
51              and is longer than the temporary buffer, and contains \0 at the point
52              the string would be truncated by "...".) 
53      Branch: perl
54            ! sv.c
55 ____________________________________________________________________________
56 [  9659] By: jhi                                   on 2001/04/09  12:57:41
57         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
58      Branch: perl
59            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
60            ! t/lib/cgi-function.t t/lib/cgi-html.t
61 ____________________________________________________________________________
62 [  9658] By: jhi                                   on 2001/04/09  12:48:47
63         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
64              From: Ilmari Karonen <iltzu@sci.fi>
65              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
66              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
67              
68              Rearrange and rewrite the Method Invocation section
69              to explain the concepts in nicer order.
70      Branch: perl
71            ! pod/perlobj.pod
72 ____________________________________________________________________________
73 [  9657] By: jhi                                   on 2001/04/09  12:35:58
74         Log: Upgrade to podlators 1.09, from Russ Allbery.
75      Branch: perl
76            ! lib/Pod/Man.pm lib/Pod/Text.pm
77 ____________________________________________________________________________
78 [  9656] By: jhi                                   on 2001/04/09  12:31:53
79         Log: perl571delta.
80      Branch: perl
81            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
82 ____________________________________________________________________________
83 [  9655] By: jhi                                   on 2001/04/09  12:20:09
84         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
85              From: Prymmer/Kahn <pvhp@best.com>
86              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
87              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
88      Branch: perl
89            ! lib/utf8.pm pod/perlunicode.pod
90 ____________________________________________________________________________
91 [  9654] By: gsar                                  on 2001/04/09  03:38:33
92         Log: here lies 5.6.1
93      Branch: maint-5.6/perl
94            ! Changes
95 ____________________________________________________________________________
96 [  9653] By: jhi                                   on 2001/04/09  03:25:24
97         Log: Update perlhist.
98      Branch: perl
99            ! pod/perlhist.pod
100 ____________________________________________________________________________
101 [  9652] By: jhi                                   on 2001/04/09  03:18:49
102         Log: perl571delta tweaking continues.
103      Branch: perl
104            ! pod/perl571delta.pod
105 ____________________________________________________________________________
106 [  9651] By: gsar                                  on 2001/04/09  03:11:19
107         Log: update Changes, patchlevel.h &c.
108      Branch: maint-5.6/perl
109            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
110            ! pod/perltoc.pod
111 ____________________________________________________________________________
112 [  9650] By: jhi                                   on 2001/04/09  02:40:24
113         Log: Integrate the perlfork half of #9513 from maintperl into mainline
114              (the perlunicode half is obsolete)
115      Branch: perl
116            ! pod/perlfork.pod
117 ____________________________________________________________________________
118 [  9649] By: gsar                                  on 2001/04/09  02:35:43
119         Log: tweak perldelta as suggested by Jarkko
120      Branch: maint-5.6/perl
121            ! pod/perldelta.pod
122 ____________________________________________________________________________
123 [  9648] By: jhi                                   on 2001/04/09  02:13:04
124         Log: Integrate change #9646 from maintperl into mainline.
125              
126              add note about ithreads and Thread.pm
127      Branch: perl
128           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
129 ____________________________________________________________________________
130 [  9647] By: jhi                                   on 2001/04/09  02:10:18
131         Log: Bad assumption that shortsize == 2.
132      Branch: perl
133            ! t/lib/xs-typemap.t
134 ____________________________________________________________________________
135 [  9646] By: gsar                                  on 2001/04/09  00:48:04
136         Log: add note about ithreads and Thread.pm (too many people are
137              confused by the fact that Thread.pm is built and installed
138              under non-5005threads but doesn't work)
139      Branch: maint-5.6/perl
140            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
141 ____________________________________________________________________________
142 [  9645] By: gsar                                  on 2001/04/09  00:19:03
143         Log: update perldelta.pod for changes in 5.6.1
144      Branch: maint-5.6/perl
145            ! Changes pod/perldelta.pod
146 ____________________________________________________________________________
147 [  9644] By: jhi                                   on 2001/04/08  20:37:00
148         Log: Integrate change #9639 from maintperl into mainline:
149              on windows, many of the README.* pods were being copied to
150              the wrong location
151      Branch: perl
152           !> win32/Makefile win32/makefile.mk
153 ____________________________________________________________________________
154 [  9643] By: jhi                                   on 2001/04/08  20:07:11
155         Log: Integrate change #9624 from maintperl into mainline:
156              the pod tests were not okay.  (t/pod/find.t changes ignored)
157      Branch: perl
158           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
159           !> t/pod/include.t t/pod/included.t t/pod/lref.t
160           !> t/pod/multiline_items.t t/pod/nested_items.t
161           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
162           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
163 ____________________________________________________________________________
164 [  9642] By: jhi                                   on 2001/04/08  19:57:17
165         Log: Integrate change #9638 from maintperl into mainline:
166              update to latest JPL from the anoncvs repository
167      Branch: perl
168           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
169           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
170           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
171 ____________________________________________________________________________
172 [  9641] By: jhi                                   on 2001/04/08  19:53:30
173         Log: perl571delta updates.
174      Branch: perl
175            ! lib/Filter/Simple.pm pod/perl571delta.pod
176 ____________________________________________________________________________
177 [  9640] By: gsar                                  on 2001/04/08  19:20:46
178         Log: integrate change#9634 from mainline
179              
180              Fix the perlmodlib generation (didn't understand separate .pod
181              files; didn't understand -- as the name-thing separator).
182              Update the CPAN mirrors list.
183      Branch: maint-5.6/perl
184            ! pod/perlmodlib.pod
185           !> pod/perlmodlib.PL
186 ____________________________________________________________________________
187 [  9639] By: gsar                                  on 2001/04/08  18:57:31
188         Log: on windows, many of the README.* pods were being copied to the wrong
189              location
190      Branch: maint-5.6/perl
191            ! win32/Makefile win32/makefile.mk
192 ____________________________________________________________________________
193 [  9638] By: gsar                                  on 2001/04/08  18:38:25
194         Log: update to latest JPL from the anoncvs repository
195      Branch: maint-5.6/perl
196            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
197            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
198            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
199 ____________________________________________________________________________
200 [  9637] By: jhi                                   on 2001/04/08  17:53:53
201         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
202      Branch: perl
203            ! pod/perl571delta.pod
204 ____________________________________________________________________________
205 [  9636] By: jhi                                   on 2001/04/08  17:18:32
206         Log: Regen toc.
207      Branch: perl
208            ! pod/perltoc.pod
209 ____________________________________________________________________________
210 [  9635] By: jhi                                   on 2001/04/08  17:16:33
211         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
212              From: "Craig A. Berry" <craigberry@mac.com>
213              Date: Sun, 08 Apr 2001 12:30:16 -0500
214              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
215      Branch: perl
216            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
217 ____________________________________________________________________________
218 [  9634] By: jhi                                   on 2001/04/08  17:09:19
219         Log: Fix the perlmodlib generation (didn't understand separate .pod
220              files; didn't understand -- as the name-thing separator).
221              
222              Update the CPAN mirrors list.
223      Branch: perl
224            ! pod/perlmodlib.PL pod/perlmodlib.pod
225 ____________________________________________________________________________
226 [  9633] By: jhi                                   on 2001/04/08  16:49:17
227         Log: Sort MANIFEST.
228      Branch: perl
229            ! MANIFEST
230 ____________________________________________________________________________
231 [  9632] By: gsar                                  on 2001/04/08  16:36:06
232         Log: add $Tie::RefHash::VERSION
233      Branch: maint-5.6/perl
234            ! lib/Tie/RefHash.pm
235 ____________________________________________________________________________
236 [  9631] By: jhi                                   on 2001/04/08  16:10:15
237         Log: perl571delta updates based on p5p feedback; still needs
238              lots of examples.
239      Branch: perl
240            ! pod/perl571delta.pod
241 ____________________________________________________________________________
242 [  9630] By: jhi                                   on 2001/04/08  15:59:13
243         Log: Update the list of supported platforms to talk about 5.7.1
244              (and 5.6.1)
245      Branch: perl
246            ! pod/perlport.pod
247 ____________________________________________________________________________
248 [  9629] By: jhi                                   on 2001/04/08  15:55:41
249         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
250              from maintperl into mainline: perlport updates.
251      Branch: perl
252            ! pod/perlport.pod
253 ____________________________________________________________________________
254 [  9628] By: jhi                                   on 2001/04/08  15:53:17
255         Log: perlsolaris.pod copied to wrong directory.
256      Branch: perl
257            ! win32/makefile.mk
258 ____________________________________________________________________________
259 [  9627] By: jhi                                   on 2001/04/08  14:48:18
260         Log: Subject: Typos in perl571delta.pod
261              From: "Stephen P. Potter" <spp@spotter.yi.org>
262              Date: Sat, 07 Apr 2001 20:37:05 -0400
263              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
264      Branch: perl
265            ! pod/perl571delta.pod
266 ____________________________________________________________________________
267 [  9626] By: jhi                                   on 2001/04/08  14:39:04
268         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
269      Branch: perl
270            ! gv.c
271 ____________________________________________________________________________
272 [  9625] By: nick                                  on 2001/04/08  10:14:23
273         Log: Integrate mainline
274      Branch: perlio
275           +> pod/perl570delta.pod pod/perl571delta.pod
276           !> (integrate 27 files)
277 ____________________________________________________________________________
278 [  9624] By: gsar                                  on 2001/04/08  06:08:17
279         Log: test in t/pod/* were busted
280              
281              these tests are still not enabled in t/{harness,TEST}
282      Branch: maint-5.6/perl
283            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
284            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
285            ! t/pod/multiline_items.t t/pod/nested_items.t
286            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
287            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
288 ____________________________________________________________________________
289 [  9623] By: gsar                                  on 2001/04/08  03:37:01
290         Log: integrate change#9470 from mainline
291              
292              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
293      Branch: maint-5.6/perl
294           !> ext/Socket/Socket.xs
295 ____________________________________________________________________________
296 [  9622] By: jhi                                   on 2001/04/07  22:40:47
297         Log: Update Changes.
298      Branch: perl
299            ! Changes patchlevel.h
300 ____________________________________________________________________________
301 [  9621] By: jhi                                   on 2001/04/07  22:34:16
302         Log: Update AUTHORS.
303      Branch: perl
304            ! AUTHORS
305 ____________________________________________________________________________
306 [  9620] By: jhi                                   on 2001/04/07  22:12:47
307         Log: Forgot to bump the number of tests in #9164.
308      Branch: perl
309            ! t/op/array.t
310 ____________________________________________________________________________
311 [  9619] By: jhi                                   on 2001/04/07  22:09:50
312         Log: Bump patchlevel to 5.7.1.
313      Branch: perl
314            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
315            ! config_h.SH patchlevel.h
316 ____________________________________________________________________________
317 [  9618] By: jhi                                   on 2001/04/07  22:02:41
318         Log: Populate perl571delta.
319      Branch: perl
320            ! pod/perl571delta.pod
321 ____________________________________________________________________________
322 [  9617] By: jhi                                   on 2001/04/07  22:01:23
323         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
324              to forget it later; do not change patchlevel.h yet or regenerate
325              Configure yet.
326      Branch: perl
327            ! epoc/config.sh win32/Makefile win32/config_H.bc
328            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
329 ____________________________________________________________________________
330 [  9616] By: jhi                                   on 2001/04/07  17:46:33
331         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
332      Branch: perl
333            ! pod/perl571delta.pod
334 ____________________________________________________________________________
335 [  9615] By: jhi                                   on 2001/04/07  17:33:21
336         Log: Change the toc configuration.
337      Branch: perl
338            ! pod/buildtoc.PL pod/perl.pod
339 ____________________________________________________________________________
340 [  9614] By: jhi                                   on 2001/04/07  17:29:47
341         Log: Subject: PATCH: $[
342              From: Robin Houston <robin@kitsite.com>
343              Date: Fri, 6 Apr 2001 18:10:14 +0100
344              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
345      Branch: perl
346            ! op.c t/op/array.t
347 ____________________________________________________________________________
348 [  9613] By: jhi                                   on 2001/04/07  17:28:26
349         Log: Subject: [PATCH perl@9424] isn't numeric warning
350              From: Robin Barker <rmb1@cise.npl.co.uk>
351              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
352              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
353      Branch: perl
354            ! sv.c t/pragma/warn/sv
355 ____________________________________________________________________________
356 [  9612] By: jhi                                   on 2001/04/07  17:26:45
357         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
358              From: Mike Guy <mjtg@cam.ac.uk>
359              Date: Fri, 06 Apr 2001 12:47:06 +0100
360              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
361      Branch: perl
362            ! dump.c t/lib/peek.t
363 ____________________________________________________________________________
364 [  9611] By: jhi                                   on 2001/04/07  17:21:35
365         Log: Create perl571delta and seed it off with the perldelta changes
366              since 5.7.0; remove those changes from perldelta and rename it
367              as perl570delta; recreate perldelta but leave it almost empty.
368      Branch: perl
369            + pod/perl570delta.pod pod/perl571delta.pod
370            ! MANIFEST pod/perldelta.pod
371 ____________________________________________________________________________
372 [  9610] By: jhi                                   on 2001/04/07  16:56:32
373         Log: Denit.
374      Branch: perl
375            ! pod/perldelta.pod
376 ____________________________________________________________________________
377 [  9609] By: jhi                                   on 2001/04/07  16:38:32
378         Log: Retract #9523: needs more thought.
379      Branch: perl
380            ! Makefile.SH
381 ____________________________________________________________________________
382 [  9608] By: jhi                                   on 2001/04/07  14:59:20
383         Log: atmark() code cleanaup.
384      Branch: perl
385            ! ext/IO/IO.xs
386 ____________________________________________________________________________
387 [  9607] By: jhi                                   on 2001/04/07  14:48:14
388         Log: Integrate change #9605 from maintperl into mainline.
389              
390              can't optimize away scope entry if tr/// is present
391      Branch: perl
392           !> op.c t/op/tr.t
393 ____________________________________________________________________________
394 [  9606] By: jhi                                   on 2001/04/07  14:43:59
395         Log: Integrate perlio.
396      Branch: perl
397           +> win32/FindExt.pm
398           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
399           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
400 ____________________________________________________________________________
401 [  9605] By: gsar                                  on 2001/04/07  11:52:40
402         Log: can't optimize away scope entry if tr/// is present
403      Branch: maint-5.6/perl
404            ! op.c t/op/tr.t
405 ____________________________________________________________________________
406 [  9604] By: nick                                  on 2001/04/07  11:39:45
407         Log: Split out extension finding code from buildext.pl into FindExt.pm
408              Use it to get Config.pm's idea of available extensions in line
409              with what is built.
410      Branch: perlio
411            + win32/FindExt.pm
412            ! MANIFEST win32/buildext.pl win32/config_sh.PL
413            ! win32/makefile.mk
414 ____________________________________________________________________________
415 [  9603] By: nick                                  on 2001/04/07  09:11:38
416         Log: Cleanup correction for failed :Via() layer, also set an error code.
417      Branch: perlio
418            ! ext/PerlIO/Via/Via.xs
419 ____________________________________________________________________________
420 [  9602] By: nick                                  on 2001/04/07  08:38:04
421         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
422              style. So don't use binmode() on the handles so that Win32 etc. see
423              same sequence and produce same digests.
424      Branch: perlio
425            ! t/lib/md5-file.t
426 ____________________________________________________________________________
427 [  9601] By: nick                                  on 2001/04/07  08:36:26
428         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
429              Else it complains and so crlf layer (say) does not get pushed.
430      Branch: perlio
431            ! perlio.c
432 ____________________________________________________________________________
433 [  9600] By: jhi                                   on 2001/04/06  23:00:09
434         Log: Integrate change #9599 from perlio into mainline.
435      Branch: perl
436           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
437           !> win32/config_H.vc
438 ____________________________________________________________________________
439 [  9599] By: nick                                  on 2001/04/06  21:42:43
440         Log: Quote $VERSION in Encode.pm.
441              regen_config_h as requested.
442      Branch: perlio
443            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
444            ! win32/config_H.vc
445 ____________________________________________________________________________
446 [  9598] By: nick                                  on 2001/04/06  20:34:59
447         Log: Integrate mainline
448      Branch: perlio
449           +> README.macos
450           !> (integrate 39 files)
451 ____________________________________________________________________________
452 [  9597] By: gsar                                  on 2001/04/06  18:06:35
453         Log: integrate change#9464 from mainline (addendum to change#8313)
454              
455              Subject: [PATCH @9452] Better peep()ing for foreach() loops
456      Branch: maint-5.6/perl
457           !> op.c
458 ____________________________________________________________________________
459 [  9596] By: jhi                                   on 2001/04/06  17:26:03
460         Log: The d_casti32=undef is good for you even when not use64bitall.
461      Branch: perl
462            ! hints/hpux.sh
463 ____________________________________________________________________________
464 [  9595] By: gsar                                  on 2001/04/06  14:57:17
465         Log: add a low-impact fix to accomodate darwin-ism
466      Branch: maint-5.6/perl
467            ! ext/Errno/Errno_pm.PL
468 ____________________________________________________________________________
469 [  9594] By: jhi                                   on 2001/04/06  14:55:14
470         Log: Integrate changes #9528,9593 from mainline into maintperl;
471              tweaking the editor/IDE/shell list.
472      Branch: maint-5.6/perl
473           !> pod/perlfaq3.pod
474 ____________________________________________________________________________
475 [  9593] By: jhi                                   on 2001/04/06  14:51:39
476         Log: Make the editor/IDE/shell list a little bit airier.
477      Branch: perl
478            ! pod/perlfaq3.pod
479 ____________________________________________________________________________
480 [  9592] By: gsar                                  on 2001/04/06  14:45:18
481         Log: integrate change#9477 from mainline (base.pm doc tweak)
482              
483              missing doc entry for fmod()
484      Branch: maint-5.6/perl
485            ! lib/Math/BigFloat.pm
486           !> lib/base.pm
487 ____________________________________________________________________________
488 [  9591] By: jhi                                   on 2001/04/06  13:55:48
489         Log: Regen toc.
490      Branch: perl
491            ! pod/perltoc.pod
492 ____________________________________________________________________________
493 [  9590] By: jhi                                   on 2001/04/06  13:54:52
494         Log: Math::BigFloat patches from John Peacock.  The equivalent
495              of #9586 from maintperl but reworked by John to work with
496              the bleadperl.
497      Branch: perl
498            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
499 ____________________________________________________________________________
500 [  9589] By: jhi                                   on 2001/04/06  13:42:23
501         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
502      Branch: perl
503            ! ext/Digest/MD5/Makefile.PL
504 ____________________________________________________________________________
505 [  9588] By: jhi                                   on 2001/04/06  13:31:45
506         Log: Integrate changes #9584,9587 from maintperl into mainline.
507              
508              keep eval"" CVs alive until the end of the statement in which
509              they're called
510              
511              add README.macos (from Chris Nandor)
512              
513              tyop in change#9555
514      Branch: perl
515           +> README.macos
516           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
517           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
518           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
519           !> win32/makefile.mk
520 ____________________________________________________________________________
521 [  9587] By: gsar                                  on 2001/04/06  07:31:30
522         Log: add README.macos (from Chris Nandor)
523              
524              tyop in change#9555
525      Branch: maint-5.6/perl
526            + README.macos
527            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
528            ! win32/Makefile win32/makefile.mk
529 ____________________________________________________________________________
530 [  9586] By: gsar                                  on 2001/04/06  07:08:54
531         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
532      Branch: maint-5.6/perl
533            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
534 ____________________________________________________________________________
535 [  9585] By: gsar                                  on 2001/04/06  06:58:44
536         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
537              from mainline
538              
539              Subject: [PATCH] Base64 update to perlfaq9.pod
540              
541              Subject: [PATCH AUTHORS] Housekeeping
542              
543              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
544              Mac OS X (Darwin) has extra pwent fields.
545              
546              Subject: [PATCH B::*] print control-character vars readably
547              Needs EBCDICification.
548              
549              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
550              
551              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
552              
553              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
554              
555              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
556              
557              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
558              
559              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
560              
561              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
562              
563              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
564              
565              FreeBSD hints tweak from Anton Berezin.
566              
567              Subject: [PATCH foolperl & bleadperl] README.vms update
568              
569              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
570      Branch: maint-5.6/perl
571           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
572           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
573           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
574 ____________________________________________________________________________
575 [  9584] By: gsar                                  on 2001/04/06  04:09:00
576         Log: keep eval"" CVs alive until the end of the statement in which
577              they're called; this avoids a coredump ensuing from search for
578              lexicals in code such as:
579              
580              sub bug {
581              my $s = @_;
582              eval q[sub { eval 'sub { &$s }' }];
583              }
584              bug("x")->()->();
585              
586              this code still doesn't work as intended (as it has remained
587              since time immemorial), but it doesn't provoke a coredump anymore
588      Branch: maint-5.6/perl
589            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
590            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
591 ____________________________________________________________________________
592 [  9583] By: jhi                                   on 2001/04/05  23:52:51
593         Log: Update Changes.
594      Branch: perl
595            ! Changes patchlevel.h
596 ____________________________________________________________________________
597 [  9582] By: jhi                                   on 2001/04/05  23:11:23
598         Log: Slight doc tweak.
599      Branch: perl
600            ! pod/perlunicode.pod
601 ____________________________________________________________________________
602 [  9581] By: jhi                                   on 2001/04/05  23:04:11
603         Log: Integrate perlio.
604      Branch: perl
605           !> pod/perlunicode.pod
606 ____________________________________________________________________________
607 [  9580] By: jhi                                   on 2001/04/05  23:03:29
608         Log: Test for #9579.
609      Branch: perl
610            ! t/op/do.t
611 ____________________________________________________________________________
612 [  9579] By: jhi                                   on 2001/04/05  22:54:17
613         Log: Subject: [PATCH] Propagate calling context for do '...'
614              From: Gisle Aas <gisle@ActiveState.com>
615              Date: 04 Apr 2001 20:17:29 -0700
616              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
617      Branch: perl
618            ! pod/perlfunc.pod pp_ctl.c
619 ____________________________________________________________________________
620 [  9578] By: jhi                                   on 2001/04/05  22:52:51
621         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
622              From: Peter Prymmer <pvhp@forte.com>
623              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
624              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
625      Branch: perl
626            ! README.vms
627 ____________________________________________________________________________
628 [  9577] By: jhi                                   on 2001/04/05  22:48:22
629         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
630              From: "Craig A. Berry" <craigberry@mac.com>
631              Date: Thu, 5 Apr 2001 13:43:28 -0500
632              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
633      Branch: perl
634            ! README.vms
635 ____________________________________________________________________________
636 [  9576] By: jhi                                   on 2001/04/05  22:31:38
637         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
638              From: Michael G Schwern <schwern@pobox.com>
639              Date: Thu, 5 Apr 2001 21:53:21 +0100
640              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
641      Branch: perl
642            ! lib/base.pm t/lib/fields.t
643 ____________________________________________________________________________
644 [  9575] By: jhi                                   on 2001/04/05  22:26:10
645         Log: FreeBSD hints tweak from Anton Berezin.
646      Branch: perl
647            ! hints/freebsd.sh
648 ____________________________________________________________________________
649 [  9574] By: jhi                                   on 2001/04/05  22:24:03
650         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
651              From: David Dyck <dcd@tc.fluke.com>
652              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
653              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
654      Branch: perl
655            ! t/op/oct.t
656 ____________________________________________________________________________
657 [  9573] By: jhi                                   on 2001/04/05  22:23:06
658         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
659              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
660              From: David Dyck <dcd@tc.fluke.com>
661              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
662      Branch: perl
663            ! pp.c
664 ____________________________________________________________________________
665 [  9572] By: jhi                                   on 2001/04/05  22:14:47
666         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
667              From: Robin Houston <robin@kitsite.com>
668              Date: Thu, 5 Apr 2001 20:56:48 +0100
669              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
670      Branch: perl
671            ! ext/B/B/Deparse.pm
672 ____________________________________________________________________________
673 [  9571] By: jhi                                   on 2001/04/05  22:12:53
674         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
675              From: Robin Houston <robin@kitsite.com>
676              Date: Thu, 5 Apr 2001 19:55:51 +0100
677              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
678      Branch: perl
679            ! ext/B/B/Deparse.pm
680 ____________________________________________________________________________
681 [  9570] By: jhi                                   on 2001/04/05  22:11:06
682         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
683              From: Robin Houston <robin@kitsite.com>
684              Date: Thu, 5 Apr 2001 20:16:29 +0100
685              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
686      Branch: perl
687            ! ext/B/B/Deparse.pm
688 ____________________________________________________________________________
689 [  9569] By: nick                                  on 2001/04/05  21:32:26
690         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
691      Branch: perlio
692            ! pod/perlunicode.pod
693 ____________________________________________________________________________
694 [  9568] By: nick                                  on 2001/04/05  19:38:09
695         Log: Integrate mainline
696      Branch: perlio
697           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
698           !> (integrate 35 files)
699 ____________________________________________________________________________
700 [  9567] By: jhi                                   on 2001/04/05  18:31:45
701         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
702              From: Robin Houston <robin@kitsite.com>
703              Date: Thu, 5 Apr 2001 18:03:23 +0100
704              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
705      Branch: perl
706            ! ext/B/B/Deparse.pm
707 ____________________________________________________________________________
708 [  9566] By: jhi                                   on 2001/04/05  18:29:35
709         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
710              From: Robin Houston <robin@kitsite.com>
711              Date: Thu, 5 Apr 2001 16:45:18 +0100
712              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
713      Branch: perl
714            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
715 ____________________________________________________________________________
716 [  9565] By: jhi                                   on 2001/04/05  18:24:23
717         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
718              From: Robin Houston <robin@kitsite.com>
719              Date: Thu, 5 Apr 2001 14:50:09 +0100
720              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
721      Branch: perl
722            ! ext/B/B/Deparse.pm
723 ____________________________________________________________________________
724 [  9564] By: jhi                                   on 2001/04/05  18:23:03
725         Log: Subject: [PATCH B::*] print control-character vars readably
726              From: Robin Houston <robin@kitsite.com>
727              Date: Thu, 5 Apr 2001 14:27:38 +0100
728              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
729              
730              Needs EBCDICification.
731      Branch: perl
732            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
733            ! ext/B/B/Terse.pm
734 ____________________________________________________________________________
735 [  9563] By: jhi                                   on 2001/04/05  18:20:32
736         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
737              Date: Thu, 5 Apr 2001 13:21:42 -0400
738              From: Paul Schinder <schinder@pobox.com>
739              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
740              
741              Mac OS X (Darwin) has extra pwent fields.
742      Branch: perl
743            ! t/op/pwent.t
744 ____________________________________________________________________________
745 [  9562] By: jhi                                   on 2001/04/05  17:57:51
746         Log: Regen toc.
747      Branch: perl
748            ! pod/perltoc.pod
749 ____________________________________________________________________________
750 [  9561] By: jhi                                   on 2001/04/05  17:47:33
751         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
752      Branch: metaconfig
753            ! U/Glossary.patch
754      Branch: metaconfig/U/perl
755            + d_u32align.U
756            ! d_cmsghdr_s.U d_msghdr_s.U
757 ____________________________________________________________________________
758 [  9560] By: jhi                                   on 2001/04/05  17:47:01
759         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
760              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
761              Introduce probes for struct msghdr, struct cmsghdr,
762              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
763              ualarm, usleep, for possible later extension work.
764      Branch: perl
765            + t/lib/md5-align.t
766            ! Configure MANIFEST Porting/Glossary Porting/config.sh
767            ! Porting/config_H config_h.SH configure.com epoc/config.sh
768            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
769            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
770            ! vos/config.ga.h win32/config.bc win32/config.gc
771            ! win32/config.vc
772 ____________________________________________________________________________
773 [  9559] By: jhi                                   on 2001/04/05  13:03:04
774         Log: Be traditional in your cpp (for the Errno extension).
775      Branch: perl
776            ! hints/darwin.sh
777 ____________________________________________________________________________
778 [  9558] By: jhi                                   on 2001/04/05  13:00:05
779         Log: Add $Config{cppflags} to the gcc incantation.
780      Branch: perl
781            ! ext/Errno/Errno_pm.PL
782 ____________________________________________________________________________
783 [  9557] By: jhi                                   on 2001/04/05  04:22:39
784         Log: Introduce Sean Burke's Class::ISA 0.32.
785      Branch: perl
786            + lib/Class/ISA.pm t/lib/class-isa.t
787            ! MANIFEST
788 ____________________________________________________________________________
789 [  9556] By: jhi                                   on 2001/04/05  04:09:50
790         Log: Subject: [PATCH AUTHORS] Housekeeping
791              From: Paul Johnson <paul@pjcj.net> 
792              Date: Wed, 4 Apr 2001 22:45:47 +0200
793              Message-ID: <20010404224547.D9548@pjcj.net>
794      Branch: perl
795            ! AUTHORS
796 ____________________________________________________________________________
797 [  9555] By: jhi                                   on 2001/04/05  04:06:33
798         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
799              From: Gisle Aas <gisle@ActiveState.com>
800              Date: 04 Apr 2001 14:23:04 -0700
801              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
802      Branch: perl
803            ! pod/perlfaq9.pod
804 ____________________________________________________________________________
805 [  9554] By: jhi                                   on 2001/04/05  04:05:49
806         Log: Downgrade also the "Wide character" diagnostic.
807      Branch: perl
808            ! pod/perldiag.pod
809 ____________________________________________________________________________
810 [  9553] By: jhi                                   on 2001/04/05  04:00:33
811         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
812              maintperl into mainline.
813              
814              "double" should be "NV"; standard typemap is missing entry
815              for NV
816              
817              s/djSP/dSP/
818              
819              Downgrade "Wide character in print" to a warning.
820              
821              B::Deparse fix for ${^FOO} and documentation for PVX() method
822              (from Robin Houston)
823              
824              tr/// doesn't null-terminate the result in some situations
825              (from Gisle Aas)
826      Branch: perl
827           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
828           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
829           !> t/io/utf8.t t/op/tr.t
830 ____________________________________________________________________________
831 [  9552] By: jhi                                   on 2001/04/05  03:52:50
832         Log: Retract changes #9542 and #9538 (from maintperl, integrated
833              at #9540), shouldn't be needed because of the perlio changes.
834      Branch: perl
835            ! util.c
836 ____________________________________________________________________________
837 [  9551] By: gsar                                  on 2001/04/05  00:18:34
838         Log: tr/// doesn't null-terminate the result in some situations
839              (from Gisle Aas)
840      Branch: maint-5.6/perl
841            ! doop.c t/op/tr.t
842 ____________________________________________________________________________
843 [  9550] By: gsar                                  on 2001/04/04  20:04:17
844         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
845              (from Robin Houston)
846      Branch: maint-5.6/perl
847            ! ext/B/B.pm ext/B/B/Deparse.pm
848 ____________________________________________________________________________
849 [  9549] By: nick                                  on 2001/04/04  18:56:15
850         Log: Downgrade "Wide character in print" to a warning.
851      Branch: perlio
852            ! doio.c t/io/utf8.t
853 ____________________________________________________________________________
854 [  9548] By: gsar                                  on 2001/04/04  18:51:49
855         Log: integrate changes#9460,9462,9482,9521,9522
856              
857              Subject: PATCH: B::Debug should show LOOP-specific fields
858              
859              Subject: B::Deparse precedence bug. (Patch included.)
860              
861              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
862              
863              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
864              
865              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
866      Branch: maint-5.6/perl
867           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
868           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
869 ____________________________________________________________________________
870 [  9547] By: gsar                                  on 2001/04/04  18:49:16
871         Log: s/djSP/dSP/
872      Branch: maint-5.6/perl
873            ! ext/Thread/Thread.xs
874 ____________________________________________________________________________
875 [  9546] By: nick                                  on 2001/04/04  18:44:00
876         Log: Integrate mainline.
877      Branch: perlio
878           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
879           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
880 ____________________________________________________________________________
881 [  9545] By: gsar                                  on 2001/04/04  18:38:52
882         Log: integrate change#8837 from mainline
883              
884              Subject: [patch] -Wall cleanup round 2
885      Branch: maint-5.6/perl
886           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
887           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
888           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
889           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
890           !> ext/SDBM_File/SDBM_File.xs
891 ____________________________________________________________________________
892 [  9544] By: gsar                                  on 2001/04/04  17:49:57
893         Log: "double" should be "NV"; standard typemap is missing entry
894              for NV
895      Branch: maint-5.6/perl
896            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
897 ____________________________________________________________________________
898 [  9543] By: jhi                                   on 2001/04/04  14:13:18
899         Log: Thou shalt not (just) match for English error messages.
900      Branch: perl
901            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
902            ! os2/OS2/Process/Process.pm
903 ____________________________________________________________________________
904 [  9542] By: jhi                                   on 2001/04/04  13:20:39
905         Log: Make the stdio tricks of fflush_all() to exist only if
906              stdio is being used.
907      Branch: perl
908            ! util.c
909 ____________________________________________________________________________
910 [  9541] By: jhi                                   on 2001/04/04  04:20:24
911         Log: Subject: Re: [PATCH] Lighten up glob
912              From: Benjamin Sugars <bsugars@canoe.ca>
913              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
914              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
915      Branch: perl
916            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
917            ! util.c
918 ____________________________________________________________________________
919 [  9540] By: jhi                                   on 2001/04/04  04:03:57
920         Log: Integrate changes #9538,9539 from maintperl into mainline.
921              
922              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
923              for use with _fwalk() (fix for change#7705)
924              
925              another tweak needed for SunOS 4.1.x build (from Mike Guy)
926              (cp -f is not portable)
927      Branch: perl
928           !> Makefile.SH util.c
929 ____________________________________________________________________________
930 [  9539] By: gsar                                  on 2001/04/04  03:01:14
931         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
932      Branch: maint-5.6/perl
933            ! Makefile.SH
934 ____________________________________________________________________________
935 [  9538] By: gsar                                  on 2001/04/04  01:00:38
936         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
937              for use with _fwalk() (fix for change#7705)
938      Branch: maint-5.6/perl
939            ! util.c
940 ____________________________________________________________________________
941 [  9537] By: nick                                  on 2001/04/03  19:24:55
942         Log: Integrate mainline
943      Branch: perlio
944           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
945           +> lib/unicode/PropList.html
946            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
947           !> (integrate 69 files)
948 ____________________________________________________________________________
949 [  9536] By: jhi                                   on 2001/04/03  18:02:31
950         Log: Integrate change #9533 from maintperl into mainline.
951              
952              better fix for change#9517 to accomodate UNC paths like
953              \\server\share\foo, and paths with trailing backslash
954              like c:\this\
955      Branch: perl
956           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
957 ____________________________________________________________________________
958 [  9535] By: jhi                                   on 2001/04/03  17:58:07
959         Log: Change the push/unshift warning to be of class syntax, not misc.
960      Branch: perl
961            ! op.c pod/perldiag.pod t/pragma/warn/op
962 ____________________________________________________________________________
963 [  9534] By: jhi                                   on 2001/04/03  15:03:46
964         Log: Change the push/unshift warning (#9532) to talk about "no values"
965              instead of "no arguments".
966      Branch: perl
967            ! op.c pod/perldiag.pod t/pragma/warn/op
968 ____________________________________________________________________________
969 [  9533] By: gsar                                  on 2001/04/03  14:30:07
970         Log: better fix for change#9517 to accomodate UNC paths like
971              \\server\share\foo, and paths with trailing backslash
972              like c:\this\
973      Branch: maint-5.6/perl
974            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
975 ____________________________________________________________________________
976 [  9532] By: jhi                                   on 2001/04/03  13:11:46
977         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
978              From: Robin Houston <robin@kitsite.com>
979              Date: Mon, 2 Apr 2001 15:03:29 +0100
980              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
981      Branch: perl
982            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
983 ____________________________________________________________________________
984 [  9531] By: jhi                                   on 2001/04/03  13:06:34
985         Log: Integrate change #9530 from maintperl into mainline.
986              
987              accomodate VMS "mailbox overflow" quirk in testsuite (from
988              Craig Berry)
989      Branch: perl
990           !> t/lib/socket.t
991 ____________________________________________________________________________
992 [  9530] By: gsar                                  on 2001/04/03  04:56:41
993         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
994              Craig Berry)
995      Branch: maint-5.6/perl
996            ! t/lib/socket.t
997 ____________________________________________________________________________
998 [  9529] By: jhi                                   on 2001/04/03  02:34:34
999         Log: Update Changes.
1000      Branch: perl
1001            ! Changes patchlevel.h
1002 ____________________________________________________________________________
1003 [  9528] By: jhi                                   on 2001/04/03  01:27:57
1004         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
1005              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
1006              To: perl5-porters@perl.org
1007              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
1008      Branch: perl
1009            ! pod/perlfaq3.pod
1010 ____________________________________________________________________________
1011 [  9527] By: jhi                                   on 2001/04/03  01:22:09
1012         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
1013              From: Peter Prymmer <pvhp@forte.com>
1014              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
1015              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
1016      Branch: perl
1017            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
1018 ____________________________________________________________________________
1019 [  9526] By: jhi                                   on 2001/04/03  01:18:25
1020         Log: The metaconfig unit changes for #9525.
1021      Branch: metaconfig
1022            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
1023      Branch: metaconfig/U/perl
1024            ! use64bits.U
1025 ____________________________________________________________________________
1026 [  9525] By: jhi                                   on 2001/04/03  01:17:30
1027         Log: Configure sanity checks:
1028              * if use64bitall is attempted but pointers are only 32-bit,
1029              'downgrade' to use64bitint
1030              * if use64bitint is attempted but there's no quad type,
1031              forget about use64bitint (well, the default for it is 'n',
1032              the user can still override this)
1033              * if pointers are 64 bits, do not try to use Perl's malloc
1034      Branch: perl
1035            ! Configure
1036 ____________________________________________________________________________
1037 [  9524] By: gsar                                  on 2001/04/03  01:09:12
1038         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
1039      Branch: maint-5.6/perl
1040            ! pp_sys.c
1041 ____________________________________________________________________________
1042 [  9523] By: jhi                                   on 2001/04/03  00:02:31
1043         Log: (Retracted by #9609)
1044              
1045              Make it harder for parallel makes to enter 'test' before
1046              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
1047              should be unhappy enough, but sometimes parallel makes seem
1048              to sneak past both in Tru64 and AIX.)
1049      Branch: perl
1050            ! Makefile.SH
1051 ____________________________________________________________________________
1052 [  9522] By: jhi                                   on 2001/04/02  22:35:31
1053         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1054              Date: Mon, 2 Apr 2001 22:54:10 +0100
1055              From: Robin Houston <robin@kitsite.com>
1056              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
1057      Branch: perl
1058            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
1059 ____________________________________________________________________________
1060 [  9521] By: jhi                                   on 2001/04/02  22:32:23
1061         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1062              From: Robin Houston <robin@kitsite.com>
1063              Date: Mon, 2 Apr 2001 20:24:03 +0100
1064              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
1065      Branch: perl
1066            ! ext/B/B/Concise.pm
1067 ____________________________________________________________________________
1068 [  9520] By: jhi                                   on 2001/04/02  22:30:43
1069         Log: Subject: [PATCH] REALLY pedantic hv.h nit
1070              From: Simon Cozens <simon@netthink.co.uk>
1071              Date: Mon, 2 Apr 2001 15:43:06 +0100
1072              Message-ID: <20010402154306.A21711@netthink.co.uk>
1073      Branch: perl
1074            ! hv.h
1075 ____________________________________________________________________________
1076 [  9519] By: jhi                                   on 2001/04/02  22:28:04
1077         Log: Based on
1078              
1079              Subject: [foolperl] EPOC fix
1080              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1081              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
1082              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
1083      Branch: perl
1084            ! pp_sys.c
1085 ____________________________________________________________________________
1086 [  9518] By: jhi                                   on 2001/04/02  22:22:34
1087         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
1088              
1089              README.win32 tweaks; add a note about alternative location for
1090              getting a gcc-2.95.2 that will build perl properly on windows
1091              
1092              add some notes about gutsy threading matters
1093              
1094              many of the utilities interpolate literal paths within doublequotes
1095              (fails on dosish platforms where path contains backslashes)
1096      Branch: perl
1097           !> README.win32 pod/perlguts.pod utils/perldoc.PL
1098           !> x2p/find2perl.PL x2p/s2p.PL
1099 ____________________________________________________________________________
1100 [  9517] By: gsar                                  on 2001/04/02  19:52:21
1101         Log: many of the utilities interpolate literal paths within doublequotes
1102              (fails on dosish platforms where path contains backslashes)
1103      Branch: maint-5.6/perl
1104            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1105 ____________________________________________________________________________
1106 [  9516] By: gsar                                  on 2001/04/02  05:49:37
1107         Log: a foolish release
1108      Branch: maint-5.6/perl
1109            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1110            ! pod/perltoc.pod
1111 ____________________________________________________________________________
1112 [  9515] By: gsar                                  on 2001/04/02  05:04:29
1113         Log: add missing changelog summaries
1114      Branch: maint-5.6/perl
1115            ! Changes
1116 ____________________________________________________________________________
1117 [  9514] By: gsar                                  on 2001/04/02  04:07:13
1118         Log: add some notes about gutsy threading matters
1119      Branch: maint-5.6/perl
1120            ! pod/perlguts.pod
1121 ____________________________________________________________________________
1122 [  9513] By: gsar                                  on 2001/04/02  03:25:21
1123         Log: add more prominent caveat notices about experimental features
1124      Branch: maint-5.6/perl
1125            ! pod/perlfork.pod pod/perlunicode.pod
1126 ____________________________________________________________________________
1127 [  9512] By: gsar                                  on 2001/04/02  02:54:33
1128         Log: integrate changes#9479,9509 from mainline
1129              
1130              [PATCH] File::Glob stuff for Mac OS
1131              
1132              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1133      Branch: maint-5.6/perl
1134           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1135           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1136           !> t/lib/glob-taint.t
1137 ____________________________________________________________________________
1138 [  9511] By: gsar                                  on 2001/04/02  02:38:24
1139         Log: README.win32 tweaks; add a note about alternative location for
1140              getting a gcc-2.95.2 that will build perl properly on windows
1141      Branch: maint-5.6/perl
1142            ! README.win32
1143 ____________________________________________________________________________
1144 [  9510] By: jhi                                   on 2001/04/01  20:45:10
1145         Log: An ambiguosity warning.
1146      Branch: perl
1147            ! t/lib/trig.t
1148 ____________________________________________________________________________
1149 [  9509] By: jhi                                   on 2001/04/01  19:53:47
1150         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
1151              From: Jonathan Stowe <gellyfish@gellyfish.com>
1152              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
1153              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
1154      Branch: perl
1155            ! ext/File/Glob/bsd_glob.c
1156 ____________________________________________________________________________
1157 [  9508] By: jhi                                   on 2001/04/01  19:35:03
1158         Log: Update Changes.
1159      Branch: perl
1160            ! Changes patchlevel.h
1161 ____________________________________________________________________________
1162 [  9507] By: jhi                                   on 2001/04/01  19:24:01
1163         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
1164              from mainline to maintperl: pod tweaks.
1165      Branch: maint-5.6/perl
1166           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
1167           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
1168           !> pod/perlvar.pod
1169 ____________________________________________________________________________
1170 [  9506] By: jhi                                   on 2001/04/01  19:11:53
1171         Log: Commit Sarathy to April release of 5.6.1 :-)
1172      Branch: perl
1173            ! pod/perlfaq1.pod
1174 ____________________________________________________________________________
1175 [  9505] By: jhi                                   on 2001/04/01  19:03:15
1176         Log: Subject: PATCH 5.6.0 (perldebug.pod)
1177              From: Mark-Jason Dominus <mjd@plover.com>
1178              Date: Sun, 01 Apr 2001 14:25:11 -0400
1179              Message-ID: <20010401182511.9247.qmail@plover.com>
1180      Branch: perl
1181            ! pod/perldebug.pod
1182 ____________________________________________________________________________
1183 [  9504] By: jhi                                   on 2001/04/01  18:43:09
1184         Log: Add great_circle_direction().
1185      Branch: perl
1186            ! lib/Math/Trig.pm t/lib/trig.t
1187 ____________________________________________________________________________
1188 [  9503] By: jhi                                   on 2001/04/01  17:29:12
1189         Log: Unicode ReadMe update for Unicode 3.1.
1190      Branch: perl
1191            ! lib/unicode/ReadMe.txt
1192 ____________________________________________________________________________
1193 [  9502] By: jhi                                   on 2001/04/01  17:18:40
1194         Log: Integrate change #9501 from maintperl into mainline.
1195              
1196              fix the perlembed notes on multiple interpreters
1197              
1198              fix ExtUtils::Embed to work passably on Windows
1199      Branch: perl
1200           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
1201 ____________________________________________________________________________
1202 [  9501] By: gsar                                  on 2001/04/01  07:21:57
1203         Log: fix the perlembed notes on multiple interpreters
1204              
1205              fix ExtUtils::Embed to work passably on Windows
1206      Branch: maint-5.6/perl
1207            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
1208 ____________________________________________________________________________
1209 [  9500] By: jhi                                   on 2001/04/01  05:58:23
1210         Log: Test for #9499.
1211      Branch: perl
1212            ! t/op/tr.t
1213 ____________________________________________________________________________
1214 [  9499] By: jhi                                   on 2001/04/01  05:55:46
1215         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
1216      Branch: perl
1217            ! embed.h embed.pl op.c proto.h
1218 ____________________________________________________________________________
1219 [  9498] By: jhi                                   on 2001/04/01  05:44:34
1220         Log: Protect the workaround hunk more.
1221      Branch: perl
1222            ! toke.c
1223 ____________________________________________________________________________
1224 [  9497] By: jhi                                   on 2001/04/01  00:24:25
1225         Log: Integrate changes #9493,9494,9495,9496 from maintperl
1226              into mainline.
1227              
1228              fix a broken workaround for Borland compiler in change#4739
1229              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1230              
1231              nits spotted by Borland compiler
1232              
1233              avoid redefinition warnings under Borland 5.02
1234              
1235              various nits identified by the Borland 5.5 compiler; remove suppression
1236              of a few warnings
1237      Branch: perl
1238           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
1239           !> win32/win32.h
1240 ____________________________________________________________________________
1241 [  9496] By: gsar                                  on 2001/03/31  23:22:28
1242         Log: various nits identified by the Borland 5.5 compiler; remove suppression
1243              of a few warnings
1244      Branch: maint-5.6/perl
1245            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
1246 ____________________________________________________________________________
1247 [  9495] By: gsar                                  on 2001/03/31  21:03:08
1248         Log: avoid redefinition warnings under Borland 5.02
1249      Branch: maint-5.6/perl
1250            ! win32/makefile.mk
1251 ____________________________________________________________________________
1252 [  9494] By: gsar                                  on 2001/03/31  20:18:59
1253         Log: nits spotted by Borland compiler
1254      Branch: maint-5.6/perl
1255            ! utf8.h win32/win32.h
1256 ____________________________________________________________________________
1257 [  9493] By: gsar                                  on 2001/03/31  20:18:05
1258         Log: fix a broken workaround for Borland compiler in change#4739
1259              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
1260      Branch: maint-5.6/perl
1261            ! toke.c
1262 ____________________________________________________________________________
1263 [  9492] By: jhi                                   on 2001/03/31  18:36:24
1264         Log: Integrate change #9491 from maintperl into mainline.
1265              
1266              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1267              directory is relative (need to fetch the full path name *before*
1268              the chdir!)
1269      Branch: perl
1270           !> lib/Cwd.pm
1271 ____________________________________________________________________________
1272 [  9491] By: gsar                                  on 2001/03/31  17:01:56
1273         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
1274              directory is relative (need to fetch the full path name *before*
1275              the chdir!)
1276              
1277              this is a followup patch for change#6749
1278      Branch: maint-5.6/perl
1279            ! lib/Cwd.pm
1280 ____________________________________________________________________________
1281 [  9490] By: jhi                                   on 2001/03/31  15:50:18
1282         Log: Subject: Re: [PATCH] av.h cosmetics
1283              From: Simon Cozens <simon@netthink.co.uk>
1284              Date: Sat, 31 Mar 2001 13:09:59 +0100
1285              Message-ID: <20010331130959.A22000@netthink.co.uk>
1286              
1287              Document AvALLOC.
1288      Branch: perl
1289            ! pod/perlguts.pod
1290 ____________________________________________________________________________
1291 [  9489] By: jhi                                   on 2001/03/31  15:48:44
1292         Log: Subject: [PATCH] Re: Math::Big* v1.21
1293              From: Tels <perl_dummy@bloodgate.com>
1294              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
1295              Message-Id: <200103311125.GAA377738@www08.hway.net>
1296      Branch: perl
1297            ! pod/perlop.pod
1298 ____________________________________________________________________________
1299 [  9488] By: jhi                                   on 2001/03/31  03:39:51
1300         Log: Debug output tweak.
1301      Branch: perl
1302            ! t/lib/cwd.t
1303 ____________________________________________________________________________
1304 [  9487] By: jhi                                   on 2001/03/31  03:33:02
1305         Log: OverVMSification.
1306      Branch: perl
1307            ! t/lib/cwd.t
1308 ____________________________________________________________________________
1309 [  9486] By: jhi                                   on 2001/03/31  03:01:40
1310         Log: Missed MANIFESTations in #9483.
1311      Branch: perl
1312            ! MANIFEST
1313 ____________________________________________________________________________
1314 [  9485] By: jhi                                   on 2001/03/31  02:58:17
1315         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
1316              From: Peter Prymmer <pvhp@forte.com>
1317              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
1318              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
1319      Branch: perl
1320            ! regexec.c t/lib/cwd.t
1321 ____________________________________________________________________________
1322 [  9484] By: jhi                                   on 2001/03/31  01:04:41
1323         Log: Obsolete file (see #3938)
1324      Branch: perl
1325            - lib/unicode/README.Ethiopic
1326            ! MANIFEST
1327 ____________________________________________________________________________
1328 [  9483] By: jhi                                   on 2001/03/31  00:52:42
1329         Log: Update to Unicode 3.1.
1330              (Rename Names.txt to NamesList.txt.)
1331      Branch: perl
1332            + lib/unicode/NamesList.txt lib/unicode/PropList.html
1333            - lib/unicode/Names.txt
1334            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
1335            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
1336            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
1337            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
1338            ! lib/unicode/UCD.html lib/unicode/Unicode.html
1339            ! lib/unicode/rename lib/unicode/version
1340 ____________________________________________________________________________
1341 [  9482] By: jhi                                   on 2001/03/30  23:33:44
1342         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1343              From: Robin Houston <robin@kitsite.com>
1344              Date: Fri, 30 Mar 2001 20:07:22 +0100
1345              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
1346      Branch: perl
1347            ! ext/B/B/Deparse.pm
1348 ____________________________________________________________________________
1349 [  9481] By: jhi                                   on 2001/03/30  23:20:25
1350         Log: Subject: Re: [PATCH] CwdXS, Take 2
1351              From: Benjamin Sugars <bsugars@canoe.ca>
1352              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
1353              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
1354      Branch: perl
1355            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
1356            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
1357 ____________________________________________________________________________
1358 [  9480] By: jhi                                   on 2001/03/30  22:52:38
1359         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
1360              From: David Dyck <dcd@tc.fluke.com>
1361              Date: Fri, 30 Mar 2001 14:44:13 -0800
1362              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
1363              
1364              The t/rantests flags file creation was accidentally
1365              removed by #9217.
1366      Branch: perl
1367            ! Makefile.SH
1368 ____________________________________________________________________________
1369 [  9479] By: jhi                                   on 2001/03/30  22:45:45
1370         Log: Subject: [PATCH] File::Glob stuff for Mac OS
1371              From: Chris Nandor <pudge@pobox.com>
1372              Date: Fri, 30 Mar 2001 16:51:00 -0500
1373              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
1374      Branch: perl
1375            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1376            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1377            ! t/lib/glob-taint.t
1378 ____________________________________________________________________________
1379 [  9478] By: jhi                                   on 2001/03/30  22:43:12
1380         Log: Subject: fix for win32/buildext.pl
1381              From: "Vadim Konovalov" <watman@inbox.ru>
1382              Date: Sat, 31 Mar 2001 00:50:36 +0400
1383              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
1384      Branch: perl
1385            ! win32/buildext.pl
1386 ____________________________________________________________________________
1387 [  9477] By: jhi                                   on 2001/03/30  22:41:16
1388         Log: Subject: small base.pm doc patch
1389              From: Leon Brocard <acme@astray.com>
1390              Date: Fri, 30 Mar 2001 21:49:57 +0100
1391              Message-ID: <20010330214957.B8733@ns0.astray.com>
1392      Branch: perl
1393            ! lib/base.pm
1394 ____________________________________________________________________________
1395 [  9476] By: jhi                                   on 2001/03/30  18:16:57
1396         Log: Subject: [PATCH] av.h cosmetics
1397              From: Simon Cozens <simon@netthink.co.uk>
1398              Date: Fri, 30 Mar 2001 18:12:28 +0100
1399              Message-ID: <20010330181228.A9319@netthink.co.uk>
1400      Branch: perl
1401            ! av.h
1402 ____________________________________________________________________________
1403 [  9475] By: jhi                                   on 2001/03/30  18:15:50
1404         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
1405              From: "Philip Newton" <pnewton@gmx.de>
1406              Date: Fri, 30 Mar 2001 19:06:57 +0200
1407              Message-ID: <3AC4D951.14815.1AC7068@localhost>
1408      Branch: perl
1409            ! pod/perlhack.pod
1410 ____________________________________________________________________________
1411 [  9474] By: jhi                                   on 2001/03/30  18:14:02
1412         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
1413              From: Benjamin Sugars <bsugars@canoe.ca>
1414              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
1415              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
1416      Branch: perl
1417            ! t/lib/glob-basic.t
1418 ____________________________________________________________________________
1419 [  9473] By: jhi                                   on 2001/03/30  16:09:24
1420         Log: Update Changes.
1421      Branch: perl
1422            ! Changes patchlevel.h
1423 ____________________________________________________________________________
1424 [  9472] By: jhi                                   on 2001/03/30  15:16:08
1425         Log: Integrate perlio.
1426      Branch: perl
1427           !> t/lib/cwd.t t/lib/glob-basic.t
1428 ____________________________________________________________________________
1429 [  9471] By: nick                                  on 2001/03/30  14:47:10
1430         Log: Should be (^O eq 'MSWin32') not 'Win32'
1431              Fail #12 seems real - chdir is in wrong dir.
1432      Branch: perlio
1433            ! t/lib/cwd.t
1434 ____________________________________________________________________________
1435 [  9470] By: jhi                                   on 2001/03/30  14:41:11
1436         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
1437              From: Radu Greab <radu@netsoft.ro>
1438              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
1439              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
1440              
1441              Replace #9352.
1442      Branch: perl
1443            ! ext/Socket/Socket.xs pp_sys.c
1444 ____________________________________________________________________________
1445 [  9469] By: jhi                                   on 2001/03/30  14:37:51
1446         Log: Subject: PATCH pod/perldiag.pod
1447              From: Robin Houston <robin@kitsite.com>
1448              Date: Fri, 30 Mar 2001 14:10:36 +0100
1449              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
1450      Branch: perl
1451            ! pod/perldiag.pod t/lib/glob-basic.t
1452 ____________________________________________________________________________
1453 [  9468] By: jhi                                   on 2001/03/30  14:36:36
1454         Log: Subject: Better diagnostic in io/fs.t
1455              From: andreas.koenig@anima.de (Andreas J. Koenig)
1456              Date: 30 Mar 2001 10:11:43 +0200
1457              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
1458      Branch: perl
1459            ! t/io/fs.t
1460 ____________________________________________________________________________
1461 [  9467] By: nick                                  on 2001/03/30  14:25:43
1462         Log: Skip order test of glob if case-ignoring system cannot 
1463              create a.test and A.test
1464      Branch: perlio
1465            ! t/lib/glob-basic.t
1466 ____________________________________________________________________________
1467 [  9466] By: nick                                  on 2001/03/30  13:03:12
1468         Log: Integrate mainline.
1469      Branch: perlio
1470            - ext/re/hints/aix.pl
1471           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
1472           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
1473           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
1474           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
1475 ____________________________________________________________________________
1476 [  9465] By: jhi                                   on 2001/03/30  03:53:37
1477         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
1478              the tests sometimes hang, sometimes not.)
1479      Branch: perl
1480            ! t/lib/io_multihomed.t t/lib/io_sock.t
1481 ____________________________________________________________________________
1482 [  9464] By: jhi                                   on 2001/03/30  02:56:04
1483         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
1484              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1485              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
1486              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
1487      Branch: perl
1488            ! op.c
1489 ____________________________________________________________________________
1490 [  9463] By: jhi                                   on 2001/03/30  02:34:48
1491         Log: Test for #9462.
1492      Branch: perl
1493            ! t/lib/b.t
1494 ____________________________________________________________________________
1495 [  9462] By: jhi                                   on 2001/03/30  02:29:37
1496         Log: Subject: B::Deparse precedence bug. (Patch included.)
1497              From: Jeremy Madea <jmadea@inktomi.com>
1498              Date: Thu, 29 Mar 2001 12:05:02 -0800
1499              Message-ID: <20010329120502.A24881@dr.inktomi.com>
1500      Branch: perl
1501            ! ext/B/B/Deparse.pm
1502 ____________________________________________________________________________
1503 [  9461] By: jhi                                   on 2001/03/30  02:18:41
1504         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
1505              From: Peter Prymmer <pvhp@forte.com>
1506              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
1507              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
1508      Branch: perl
1509            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
1510            ! t/lib/md5-file.t
1511 ____________________________________________________________________________
1512 [  9460] By: jhi                                   on 2001/03/30  02:17:07
1513         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
1514              From: Robin Houston <robin@kitsite.com>
1515              Date: Thu, 29 Mar 2001 20:47:56 +0100
1516              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
1517      Branch: perl
1518            ! ext/B/B/Debug.pm
1519 ____________________________________________________________________________
1520 [  9459] By: jhi                                   on 2001/03/30  02:16:05
1521         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
1522              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
1523              Date: Wed, 28 Mar 2001 18:02:20 -0600
1524              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
1525      Branch: perl
1526            ! lib/ExtUtils/MM_VMS.pm
1527 ____________________________________________________________________________
1528 [  9458] By: jhi                                   on 2001/03/30  02:07:58
1529         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
1530              From: "Joshua E. Rodd" <jrodd@pbs.org>
1531              Date: Wed, 28 Mar 2001 17:29:12 -0500
1532              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
1533      Branch: perl
1534            ! pod/perlop.pod
1535 ____________________________________________________________________________
1536 [  9457] By: jhi                                   on 2001/03/30  02:04:33
1537         Log: Subject: ext/re/aix.pl can go
1538              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1539              Date: Thu, 29 Mar 2001 12:03:28 +0200
1540              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
1541      Branch: perl
1542            - ext/re/hints/aix.pl
1543            ! MANIFEST
1544 ____________________________________________________________________________
1545 [  9456] By: jhi                                   on 2001/03/30  02:03:32
1546         Log: Integrate perlio.
1547      Branch: perl
1548           !> ext/Encode/Encode.xs installperl
1549 ____________________________________________________________________________
1550 [  9455] By: nick                                  on 2001/03/29  21:11:46
1551         Log: DLL name has changed so installperl needs to know
1552              (Why isn't it working it out or passed it?)
1553      Branch: perlio
1554            ! installperl
1555 ____________________________________________________________________________
1556 [  9454] By: nick                                  on 2001/03/29  20:56:12
1557         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
1558              and we don't get undef warnings.
1559      Branch: perlio
1560            ! ext/Encode/Encode.xs
1561 ____________________________________________________________________________
1562 [  9453] By: nick                                  on 2001/03/29  17:58:48
1563         Log: Integrate mainline
1564      Branch: perlio
1565           !> Changes patchlevel.h
1566 ____________________________________________________________________________
1567 [  9452] By: jhi                                   on 2001/03/29  16:44:55
1568         Log: Update Changes.
1569      Branch: perl
1570            ! Changes patchlevel.h
1571 ____________________________________________________________________________
1572 [  9451] By: nick                                  on 2001/03/29  16:31:38
1573         Log: Integrate mainline
1574      Branch: perlio
1575           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
1576           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
1577           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
1578           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
1579           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
1580 ____________________________________________________________________________
1581 [  9450] By: jhi                                   on 2001/03/29  16:29:17
1582         Log: Integrate perlio.
1583      Branch: perl
1584           !> win32/buildext.pl
1585 ____________________________________________________________________________
1586 [  9449] By: jhi                                   on 2001/03/29  15:50:01
1587         Log: Update Changes.
1588      Branch: perl
1589            ! Changes patchlevel.h
1590 ____________________________________________________________________________
1591 [  9448] By: nick                                  on 2001/03/29  15:47:15
1592         Log: Make sure buildext.pl finds Errno.pm
1593      Branch: perlio
1594            ! win32/buildext.pl
1595 ____________________________________________________________________________
1596 [  9447] By: jhi                                   on 2001/03/29  15:39:34
1597         Log: Integrate perlio.
1598      Branch: perl
1599           !> win32/makefile.mk
1600 ____________________________________________________________________________
1601 [  9446] By: nick                                  on 2001/03/29  15:30:03
1602         Log: Integrate win32/makefile.mk with mainline.
1603      Branch: perlio
1604           !> win32/makefile.mk
1605 ____________________________________________________________________________
1606 [  9445] By: nick                                  on 2001/03/29  15:27:32
1607         Log: Fix breakage ... 
1608      Branch: perlio
1609            ! win32/makefile.mk
1610 ____________________________________________________________________________
1611 [  9444] By: jhi                                   on 2001/03/29  15:03:08
1612         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
1613              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1614              Date: Thu, 29 Mar 2001 10:32:59 +0400
1615              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
1616      Branch: perl
1617            ! win32/makefile.mk
1618 ____________________________________________________________________________
1619 [  9443] By: jhi                                   on 2001/03/29  15:02:12
1620         Log: Integrate perlio.
1621      Branch: perl
1622           +> win32/buildext.pl
1623           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
1624           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
1625 ____________________________________________________________________________
1626 [  9442] By: nick                                  on 2001/03/29  14:59:11
1627         Log: Work in progress - determine win32 extensions to build via script.
1628      Branch: perlio
1629            + win32/buildext.pl
1630            ! MANIFEST win32/makefile.mk
1631 ____________________________________________________________________________
1632 [  9441] By: jhi                                   on 2001/03/29  14:51:47
1633         Log: Reintroduce the use of external pwd.
1634      Branch: perl
1635            ! t/lib/cwd.t
1636 ____________________________________________________________________________
1637 [  9440] By: jhi                                   on 2001/03/29  14:42:58
1638         Log: use warnings instead of -w.
1639      Branch: perl
1640            ! utils/h2xs.PL
1641 ____________________________________________________________________________
1642 [  9439] By: jhi                                   on 2001/03/29  14:41:52
1643         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
1644              From: Jonathan Stowe <gellyfish@gellyfish.com>
1645              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
1646              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
1647      Branch: perl
1648            ! utils/h2xs.PL
1649 ____________________________________________________________________________
1650 [  9438] By: jhi                                   on 2001/03/29  14:39:38
1651         Log: Subject: [PATCH perl@9424] minor pod nits
1652              From: Robin Barker <rmb1@cise.npl.co.uk>
1653              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
1654              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
1655      Branch: perl
1656            ! pod/perlhack.pod pod/perliol.pod
1657 ____________________________________________________________________________
1658 [  9437] By: jhi                                   on 2001/03/29  14:29:16
1659         Log: Subject: [PATCH perl@9424] typemap cast warning
1660              From: Robin Barker <rmb1@cise.npl.co.uk>
1661              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
1662              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
1663      Branch: perl
1664            ! lib/ExtUtils/typemap
1665 ____________________________________________________________________________
1666 [  9436] By: jhi                                   on 2001/03/29  14:26:03
1667         Log: Subject: [PATCH perl@9424] printf warning
1668              From: Robin Barker <rmb1@cise.npl.co.uk>
1669              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
1670              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
1671      Branch: perl
1672            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
1673            ! ext/Storable/Storable.xs toke.c
1674 ____________________________________________________________________________
1675 [  9435] By: nick                                  on 2001/03/29  14:23:31
1676         Log: Win32 has name conflict with ERROR
1677      Branch: perlio
1678            ! ext/PerlIO/Via/Via.xs
1679 ____________________________________________________________________________
1680 [  9434] By: jhi                                   on 2001/03/29  14:17:48
1681         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
1682              From: Peter Prymmer <pvhp@forte.com>
1683              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
1684              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
1685      Branch: perl
1686            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
1687 ____________________________________________________________________________
1688 [  9433] By: jhi                                   on 2001/03/29  13:52:44
1689         Log: test-prep target was missing.
1690      Branch: perl
1691            ! Makefile.SH
1692 ____________________________________________________________________________
1693 [  9432] By: nick                                  on 2001/03/29  12:40:03
1694         Log: Make as-shipped compiler default to MSVC6 
1695      Branch: perlio
1696            ! win32/makefile.mk
1697 ____________________________________________________________________________
1698 [  9431] By: nick                                  on 2001/03/29  12:12:16
1699         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
1700              akin to PerlIO::Scalar.
1701      Branch: perlio
1702            ! perlio.c perlio.h
1703 ____________________________________________________________________________
1704 [  9430] By: nick                                  on 2001/03/29  10:56:35
1705         Log: Integrate mainline.
1706      Branch: perlio
1707           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
1708           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
1709           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
1710           !> win32/makefile.mk win32/win32sck.c
1711 ____________________________________________________________________________
1712 [  9429] By: nick                                  on 2001/03/29  09:03:43
1713         Log: Noticed that two tests were skipped as perlio:: package
1714              isn't there any more. Changed the skip condition.
1715              Avoid core-dump if sv_utf8_upgrade() called on something
1716              that does not become SvPOK after SvPV() (e.g. a ref).
1717      Branch: perlio
1718            ! sv.c t/io/utf8.t t/lib/io_scalar.t
1719 ____________________________________________________________________________
1720 [  9428] By: jhi                                   on 2001/03/29  01:31:47
1721         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
1722              From: Benjamin Sugars <bsugars@canoe.ca> 
1723              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
1724              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
1725      Branch: perl
1726            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
1727            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
1728            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
1729 ____________________________________________________________________________
1730 [  9427] By: jhi                                   on 2001/03/29  00:49:30
1731         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
1732              From: "Vadim Konovalov" <watman@inbox.ru>
1733              Date: Thu, 29 Mar 2001 01:50:12 +0400
1734              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
1735      Branch: perl
1736            ! win32/makefile.mk win32/win32sck.c
1737 ____________________________________________________________________________
1738 [  9426] By: gsar                                  on 2001/03/29  00:28:04
1739         Log: dmake can only handle == and != in comparisons; support building
1740              with Borland's VCL libraries (from Vadim Konovalov)
1741      Branch: maint-5.6/perl
1742            ! win32/makefile.mk
1743 ____________________________________________________________________________
1744 [  9425] By: nick                                  on 2001/03/28  19:29:56
1745         Log: Integrate (@snapshot)
1746      Branch: perlio
1747           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
1748 ____________________________________________________________________________
1749 [  9424] By: jhi                                   on 2001/03/28  19:03:16
1750         Log: Update Changes.
1751      Branch: perl
1752            ! Changes patchlevel.h
1753 ____________________________________________________________________________
1754 [  9423] By: jhi                                   on 2001/03/28  18:52:09
1755         Log: Rmdir lib/XS on cleanup.
1756      Branch: perl
1757            ! Makefile.SH
1758 ____________________________________________________________________________
1759 [  9422] By: jhi                                   on 2001/03/28  18:49:34
1760         Log: Integrate perlio.
1761      Branch: perl
1762           !> t/op/utf8decode.t
1763 ____________________________________________________________________________
1764 [  9421] By: nick                                  on 2001/03/28  18:46:44
1765         Log: Loose duplicate chunk.
1766      Branch: perlio
1767            ! t/op/utf8decode.t
1768 ____________________________________________________________________________
1769 [  9420] By: nick                                  on 2001/03/28  18:44:11
1770         Log: Integrate mainline.
1771      Branch: perlio
1772           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
1773           !> vms/vmsish.h
1774 ____________________________________________________________________________
1775 [  9419] By: jhi                                   on 2001/03/28  18:42:05
1776         Log: Can't trust external pwds
1777              (either shell builtins or external programs)
1778      Branch: perl
1779            ! t/lib/cwd.t
1780 ____________________________________________________________________________
1781 [  9418] By: jhi                                   on 2001/03/28  18:34:05
1782         Log: Integrate perlio.
1783      Branch: perl
1784            - lib/perlio.pm
1785           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
1786           !> t/op/utf8decode.t
1787 ____________________________________________________________________________
1788 [  9417] By: nick                                  on 2001/03/28  18:24:02
1789         Log: PerlIO.pm / perlio.pm conflict.
1790              Update some pods.
1791              Make t/op/utf8decode.t a text file.
1792      Branch: perlio
1793            - lib/perlio.pm
1794            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
1795            ! t/op/utf8decode.t
1796 ____________________________________________________________________________
1797 [  9416] By: jhi                                   on 2001/03/28  18:06:07
1798         Log: Integrate change #9409 from mainline to maintperl.
1799              
1800              Yet another tweak on AIX dynaloading.
1801      Branch: maint-5.6/perl
1802           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1803 ____________________________________________________________________________
1804 [  9415] By: gsar                                  on 2001/03/28  17:13:01
1805         Log: integrate changes#9377,9385,9401 from mainline
1806              
1807              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
1808              
1809              If directory entries compare equal case-insensitively,
1810              retry case-sensitively.
1811              
1812              Subject: [PATCH] B::Terse and warnings
1813      Branch: maint-5.6/perl
1814           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
1815           !> t/pragma/warn/perl
1816 ____________________________________________________________________________
1817 [  9414] By: jhi                                   on 2001/03/28  17:11:12
1818         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
1819              From: "Craig A. Berry" <craigberry@mac.com>
1820              Date: Wed, 28 Mar 2001 10:55:20 -0600
1821              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
1822      Branch: perl
1823            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
1824 ____________________________________________________________________________
1825 [  9413] By: jhi                                   on 2001/03/28  17:03:12
1826         Log: Dup hunk.
1827      Branch: perl
1828            ! t/op/utf8decode.t
1829 ____________________________________________________________________________
1830 [  9412] By: jhi                                   on 2001/03/28  17:02:36
1831         Log: Forced integrate from perlio.
1832      Branch: perl
1833           !> t/op/utf8decode.t
1834 ____________________________________________________________________________
1835 [  9411] By: nick                                  on 2001/03/28  16:50:03
1836         Log: Integrate mainline.
1837      Branch: perlio
1838           +> t/lib/cwd.t
1839           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1840           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
1841           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
1842           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
1843           !> t/pragma/warn/perl
1844 ____________________________________________________________________________
1845 [  9410] By: jhi                                   on 2001/03/28  16:44:23
1846         Log: Subject: Re: [PATCH] 9403 cannot be tested
1847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1848              Date: Wed, 28 Mar 2001 18:33:56 +0200
1849              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
1850      Branch: perl
1851            ! makedef.pl
1852 ____________________________________________________________________________
1853 [  9409] By: jhi                                   on 2001/03/28  16:12:45
1854         Log: Yet another tweak on AIX dynaloading.
1855      Branch: perl
1856            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
1857 ____________________________________________________________________________
1858 [  9408] By: jhi                                   on 2001/03/28  15:52:55
1859         Log: Subject: [PATCH] 9403 cannot be tested
1860              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
1861              Date: Wed, 28 Mar 2001 17:23:00 +0200
1862              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
1863              
1864              A missing symbol.
1865      Branch: perl
1866            ! makedef.pl
1867 ____________________________________________________________________________
1868 [  9407] By: jhi                                   on 2001/03/28  15:47:43
1869         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
1870      Branch: perl
1871            ! t/op/utf8decode.t
1872           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
1873           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
1874 ____________________________________________________________________________
1875 [  9406] By: jhi                                   on 2001/03/28  15:37:08
1876         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
1877              From: Benjamin Sugars <bsugars@canoe.ca> 
1878              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
1879              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
1880      Branch: perl
1881            + t/lib/cwd.t
1882            ! MANIFEST
1883 ____________________________________________________________________________
1884 [  9405] By: jhi                                   on 2001/03/28  15:13:18
1885         Log: pp_ne() needs a CORRECT boolean.
1886      Branch: perl
1887            ! pp.c
1888 ____________________________________________________________________________
1889 [  9404] By: jhi                                   on 2001/03/28  15:09:23
1890         Log: pp_ne() needs a boolean, not an integer.
1891      Branch: perl
1892            ! pp.c
1893 ____________________________________________________________________________
1894 [  9403] By: jhi                                   on 2001/03/28  14:47:43
1895         Log: (Retracted by #9404.)
1896      Branch: perl
1897            ! pp.c
1898 ____________________________________________________________________________
1899 [  9402] By: jhi                                   on 2001/03/28  14:43:59
1900         Log: Subject: Re: [PATCH] Typemap testing
1901              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
1902              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
1903              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
1904      Branch: perl
1905            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
1906            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
1907 ____________________________________________________________________________
1908 [  9401] By: jhi                                   on 2001/03/28  14:42:14
1909         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
1910              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1911              Date: Sun, 25 Mar 2001 21:59:15 +0100
1912              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
1913              
1914              A variable will be checked for the "use once" warnings if:
1915              
1916              1. It is in the scope of a use warnings 'once'
1917              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
1918              
1919              Otherwise it won't be checked at all.
1920              
1921              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
1922              
1923              The enclosed patch partially fixes this issue. What I didn't
1924              get to work was the case where the "used once" warning is enabled
1925              in any file other than the main file.
1926      Branch: perl
1927            ! gv.c t/pragma/warn/perl
1928 ____________________________________________________________________________
1929 [  9400] By: nick                                  on 2001/03/28  14:38:24
1930         Log: More EBCDIC tweaks:
1931              - one more swash issue &~(0xA0-1) did not do the right thing,
1932              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
1933              - add "use re 'asciirange'" to make [!-~] etc. work
1934              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
1935              - Choose a key for t/op/each.t test which gets encoded.
1936              - Skip utf8decode if this is UTF-EBCDIC.
1937      Branch: perlio
1938            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
1939            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
1940 ____________________________________________________________________________
1941 [  9399] By: jhi                                   on 2001/03/28  14:21:00
1942         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
1943              Andreas Schwab.
1944      Branch: perl
1945            ! pp.c
1946 ____________________________________________________________________________
1947 [  9398] By: jhi                                   on 2001/03/28  00:55:56
1948         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
1949              From: David Dyck <dcd@tc.fluke.com>
1950              Date: Tue, 27 Mar 2001 15:16:24 -0800
1951              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
1952      Branch: perl
1953            ! ext/IO/lib/IO/Socket.pm
1954 ____________________________________________________________________________
1955 [  9397] By: jhi                                   on 2001/03/27  21:52:49
1956         Log: Integrate perlio.
1957      Branch: perl
1958           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
1959           +> ext/PerlIO/Via/Via.xs
1960           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
1961 ____________________________________________________________________________
1962 [  9396] By: nick                                  on 2001/03/27  21:45:13
1963         Log: Integrate mainline.
1964      Branch: perlio
1965           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
1966           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
1967 ____________________________________________________________________________
1968 [  9395] By: nick                                  on 2001/03/27  21:18:58
1969         Log: Outline docs for PerlIO and PerlIO::Scalar
1970      Branch: perlio
1971            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
1972 ____________________________________________________________________________
1973 [  9394] By: nick                                  on 2001/03/27  20:50:13
1974         Log: PerlIO::Via layer (alpha-ish).
1975      Branch: perlio
1976            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
1977            + ext/PerlIO/Via/Via.xs
1978            ! MANIFEST
1979 ____________________________________________________________________________
1980 [  9393] By: jhi                                   on 2001/03/27  20:49:55
1981         Log: Retract #9329 now that 9390 should take care of the matter.
1982      Branch: perl
1983            ! utils/h2xs.PL
1984 ____________________________________________________________________________
1985 [  9390] By: jhi                                   on 2001/03/27  20:47:50
1986         Log: Subject: Autoloading Errno.pm when %! is encountered
1987              From: Robin Houston <robin@kitsite.com>
1988              Date: Tue, 27 Mar 2001 20:57:11 +0100
1989              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
1990      Branch: perl
1991            ! embed.h embed.pl gv.c proto.h t/op/magic.t
1992 ____________________________________________________________________________
1993 [  9389] By: jhi                                   on 2001/03/27  20:24:31
1994         Log: Integrate perlio.
1995      Branch: perl
1996           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
1997           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
1998           !> utf8.c
1999 ____________________________________________________________________________
2000 [  9388] By: jhi                                   on 2001/03/27  20:21:38
2001         Log: Better have a three-element array if one is going to assign
2002              to the third element of that array. (from Tim Jenness)
2003      Branch: perl
2004            ! ext/XS/Typemap/Typemap.xs
2005 ____________________________________________________________________________
2006 [  9387] By: nick                                  on 2001/03/27  20:15:43
2007         Log: Integrate mainline.
2008      Branch: perlio
2009           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2010           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2011           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2012           +> t/lib/xs-typemap.t
2013           !> (integrate 34 files)
2014 ____________________________________________________________________________
2015 [  9386] By: jhi                                   on 2001/03/27  20:04:18
2016         Log: Subject: Re: perl@9359 breaks HTML::Parser
2017              From: Gisle Aas <gisle@ActiveState.com>
2018              Date: 27 Mar 2001 11:30:24 -0800
2019              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
2020              
2021              Clarify the UTF-8 issues of the API docs.
2022              (Slightly reworded and expanded.)
2023      Branch: perl
2024            ! pod/perlapi.pod sv.c sv.h
2025 ____________________________________________________________________________
2026 [  9385] By: jhi                                   on 2001/03/27  19:44:25
2027         Log: If directory entries compare equal case-insensitively,
2028              retry case-sensitively.
2029      Branch: perl
2030            ! ext/File/Glob/bsd_glob.c
2031 ____________________________________________________________________________
2032 [  9384] By: nick                                  on 2001/03/27  19:38:50
2033         Log: Various EBCDIC fixes:
2034              - major revelation that swash code is encoding aware,
2035              (or thought it was) - now it is ;-)
2036              - With that out of the way fix a slab of tr/// cases.
2037              - Fix Encode 'Unicode' to be true Unicode so tests pass.
2038              - As anticipated Base64.xs needed tweaks.
2039              - Until tr/// works right avoid old_encode64 in MIME tests.
2040      Branch: perlio
2041            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2042            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
2043 ____________________________________________________________________________
2044 [  9383] By: jhi                                   on 2001/03/27  18:34:41
2045         Log: Add the std test suite BEGIN block.
2046      Branch: perl
2047            ! t/lib/xs-typemap.t
2048 ____________________________________________________________________________
2049 [  9382] By: jhi                                   on 2001/03/27  15:16:07
2050         Log: Add debugging output to the test.
2051      Branch: perl
2052            ! t/lib/glob-basic.t
2053 ____________________________________________________________________________
2054 [  9381] By: jhi                                   on 2001/03/27  15:08:10
2055         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
2056      Branch: perl
2057            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2058            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2059            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2060            + t/lib/xs-typemap.t
2061            ! MANIFEST
2062 ____________________________________________________________________________
2063 [  9380] By: jhi                                   on 2001/03/27  14:48:34
2064         Log: Subject: [PATCH] Typemap testing
2065              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
2066              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
2067              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
2068              
2069              (The first part of the patch.)
2070      Branch: perl
2071            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
2072 ____________________________________________________________________________
2073 [  9379] By: jhi                                   on 2001/03/27  14:44:56
2074         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
2075              From: Benjamin Sugars <bsugars@canoe.ca> 
2076              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
2077              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
2078      Branch: perl
2079            ! t/lib/glob-basic.t
2080 ____________________________________________________________________________
2081 [  9378] By: jhi                                   on 2001/03/27  14:42:30
2082         Log: Subject: [PATCH] perlvar nit
2083              From: Simon Cozens <simon@netthink.co.uk>
2084              Date: Tue, 27 Mar 2001 01:12:01 +0100
2085              Message-ID: <20010327011201.A19179@netthink.co.uk>
2086      Branch: perl
2087            ! pod/perlvar.pod
2088 ____________________________________________________________________________
2089 [  9377] By: jhi                                   on 2001/03/27  14:36:26
2090         Log: Subject: [PATCH] B::Terse and warnings
2091              From: Benjamin Sugars <ben.sugars@home.com>
2092              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
2093              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
2094      Branch: perl
2095            ! ext/B/B.pm ext/B/B/Terse.pm
2096 ____________________________________________________________________________
2097 [  9376] By: jhi                                   on 2001/03/27  14:31:31
2098         Log: Document sockatmark() some.
2099      Branch: perl
2100            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
2101            ! pod/perltoc.pod
2102 ____________________________________________________________________________
2103 [  9375] By: jhi                                   on 2001/03/27  14:00:24
2104         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
2105              noted by Gisle and fixed by NI-S.
2106      Branch: perl
2107            ! sv.c
2108 ____________________________________________________________________________
2109 [  9374] By: jhi                                   on 2001/03/27  05:50:01
2110         Log: Regen toc.
2111      Branch: perl
2112            ! pod/perltoc.pod
2113 ____________________________________________________________________________
2114 [  9373] By: jhi                                   on 2001/03/27  05:43:51
2115         Log: Pixie documenting.
2116      Branch: perl
2117            ! Makefile.SH pod/perlhack.pod
2118 ____________________________________________________________________________
2119 [  9372] By: jhi                                   on 2001/03/27  05:29:34
2120         Log: Metaconfig unit changes for #9371.
2121      Branch: metaconfig
2122            ! U/modified/myhostname.U
2123      Branch: metaconfig/U/perl
2124            + d_sockatmark.U
2125            ! gccvers.U
2126 ____________________________________________________________________________
2127 [  9371] By: jhi                                   on 2001/03/27  05:29:07
2128         Log: Add sockatmark() probing.
2129      Branch: perl
2130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2131            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
2132            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2133            ! vos/config.ga.h win32/config.bc win32/config.gc
2134            ! win32/config.vc
2135 ____________________________________________________________________________
2136 [  9370] By: jhi                                   on 2001/03/26  22:01:18
2137         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
2138              Really need to benchmark this.
2139      Branch: perl
2140            ! pp.c
2141 ____________________________________________________________________________
2142 [  9369] By: nick                                  on 2001/03/26  21:59:30
2143         Log: Integrate mainline.
2144      Branch: perlio
2145            ! ext/MIME/Base64/QuotedPrint.pm
2146           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2147           !> patchlevel.h pod/perlhack.pod pp_sys.c
2148 ____________________________________________________________________________
2149 [  9368] By: jhi                                   on 2001/03/26  21:47:03
2150         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
2151              
2152              TODO1: perlbench.
2153              TODO2: le, lt, ge, gt?  Yech.
2154      Branch: perl
2155            ! pp.c
2156 ____________________________________________________________________________
2157 [  9367] By: jhi                                   on 2001/03/26  21:34:57
2158         Log: Too much cut-and-paste in #9363.
2159      Branch: perl
2160            ! pp_sys.c
2161 ____________________________________________________________________________
2162 [  9366] By: jhi                                   on 2001/03/26  21:20:53
2163         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
2164              From: Andreas Schwab <schwab@suse.de>
2165              Date: 26 Mar 2001 17:29:04 +0200
2166              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
2167              
2168              (The patch for 5.6.0 or so, this is a guess for bleadperl)
2169      Branch: perl
2170            ! pp_hot.c
2171 ____________________________________________________________________________
2172 [  9365] By: jhi                                   on 2001/03/26  21:07:54
2173         Log: Integrate perlio.
2174      Branch: perl
2175           !> perlio.c
2176 ____________________________________________________________________________
2177 [  9364] By: nick                                  on 2001/03/26  20:30:48
2178         Log: REFCNT botch in layer name cache hash.
2179      Branch: perlio
2180            ! perlio.c
2181 ____________________________________________________________________________
2182 [  9363] By: jhi                                   on 2001/03/26  18:44:32
2183         Log: Subject: [PATCH] socket() leaks file descriptors
2184              From: Benjamin Sugars <bsugars@canoe.ca>
2185              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
2186              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
2187              
2188              Also sockpair() fixed similarly.
2189      Branch: perl
2190            ! pp_sys.c
2191 ____________________________________________________________________________
2192 [  9362] By: jhi                                   on 2001/03/26  18:37:52
2193         Log: Integrate perlio.
2194      Branch: perl
2195           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
2196 ____________________________________________________________________________
2197 [  9361] By: nick                                  on 2001/03/26  17:32:06
2198         Log: Implement flush of linebuffered streams on read of a tty.
2199      Branch: perlio
2200            ! perlio.c perliol.h
2201 ____________________________________________________________________________
2202 [  9360] By: nick                                  on 2001/03/26  17:12:32
2203         Log: Memory tweaks and notes for OEMVS.
2204      Branch: perlio
2205            ! README.os390 miniperlmain.c t/op/pat.t
2206 ____________________________________________________________________________
2207 [  9359] By: jhi                                   on 2001/03/26  02:12:54
2208         Log: Update Changes.
2209      Branch: perl
2210            ! Changes patchlevel.h
2211 ____________________________________________________________________________
2212 [  9358] By: jhi                                   on 2001/03/26  02:05:32
2213         Log: Document the most common pixie options.
2214      Branch: perl
2215            ! pod/perlhack.pod
2216 ____________________________________________________________________________
2217 [  9357] By: jhi                                   on 2001/03/26  01:25:28
2218         Log: For perl.pixie check *before* compiling that optimize is -g,
2219              as for perl.third.
2220      Branch: perl
2221            ! Makefile.SH
2222 ____________________________________________________________________________
2223 [  9356] By: jhi                                   on 2001/03/26  01:13:41
2224         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
2225      Branch: perl
2226            ! Makefile.SH
2227 ____________________________________________________________________________
2228 [  9355] By: jhi                                   on 2001/03/26  01:11:19
2229         Log: Remove t/perl.third.
2230      Branch: perl
2231            ! Makefile.SH
2232 ____________________________________________________________________________
2233 [  9354] By: jhi                                   on 2001/03/26  00:23:38
2234         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
2235              IO::Sockatmark().
2236      Branch: perl
2237            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2238 ____________________________________________________________________________
2239 [  9353] By: jhi                                   on 2001/03/25  22:25:04
2240         Log: Integrate perlio.
2241      Branch: perl
2242           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2243           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
2244           !> pp_hot.c win32/makefile.mk
2245 ____________________________________________________________________________
2246 [  9352] By: jhi                                   on 2001/03/25  22:21:41
2247         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
2248              From: Radu Greab <radu@netsoft.ro>
2249              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
2250              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
2251      Branch: perl
2252            ! pp_sys.c
2253 ____________________________________________________________________________
2254 [  9351] By: nick                                  on 2001/03/25  22:15:02
2255         Log: Fix readline in list mode to tell rest of world that it has
2256              things on the stack. Otherwise if perl code gets invoked
2257              underneath it it scribbles over results-so-far.
2258              (Why TIEHANDLE has not tripped on this is a mystery.)
2259      Branch: perlio
2260            ! pp_hot.c
2261 ____________________________________________________________________________
2262 [  9350] By: nick                                  on 2001/03/25  22:10:13
2263         Log: win32/makefile.mk typos
2264      Branch: perlio
2265            ! win32/makefile.mk
2266 ____________________________________________________________________________
2267 [  9349] By: nick                                  on 2001/03/25  21:31:14
2268         Log: Integrate now-non-binary file.
2269      Branch: perlio
2270           !> t/lib/mimeqp.t
2271 ____________________________________________________________________________
2272 [  9348] By: nick                                  on 2001/03/25  21:27:24
2273         Log: Make it text
2274      Branch: perlio
2275            ! t/lib/mimeqp.t
2276 ____________________________________________________________________________
2277 [  9347] By: nick                                  on 2001/03/25  21:25:37
2278         Log: Integrate mainline.
2279      Branch: perlio
2280           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2281           !> lib/Term/ReadLine.pm t/lib/md5-file.t
2282 ____________________________________________________________________________
2283 [  9346] By: nick                                  on 2001/03/25  20:58:15
2284         Log: Add destruct time hook to PerlIO (for work-in-process implementing
2285              layers in perl code. In such cases layers need to be popped before
2286              we loose the ability to run perl code.)
2287              Also back-out "PerlIO::object" hook - it isn't going to work like that...
2288      Branch: perlio
2289            ! perl.c perlio.c perlio.h perliol.h
2290 ____________________________________________________________________________
2291 [  9345] By: nick                                  on 2001/03/25  20:49:11
2292         Log: Avoid at leasy one of undefined warnings in Encode.
2293      Branch: perlio
2294            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2295 ____________________________________________________________________________
2296 [  9344] By: jhi                                   on 2001/03/25  20:37:43
2297         Log: A workaround for using Term::ReadLine in emacs minibuffer
2298              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
2299              additional tweaks from Ilya Zakharevich.
2300      Branch: perl
2301            ! lib/Term/ReadLine.pm
2302 ____________________________________________________________________________
2303 [  9343] By: nick                                  on 2001/03/25  20:21:14
2304         Log: Missing return value.
2305      Branch: perlio
2306            ! ext/PerlIO/Scalar/Scalar.xs
2307 ____________________________________________________________________________
2308 [  9342] By: jhi                                   on 2001/03/25  16:21:00
2309         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
2310              to equal the CPAN versions since no code changes have been made.
2311      Branch: perl
2312            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
2313            ! t/lib/md5-file.t
2314 ____________________________________________________________________________
2315 [  9341] By: jhi                                   on 2001/03/25  16:01:48
2316         Log: Escape 8-bit characters.
2317      Branch: perl
2318            ! t/lib/mimeqp.t
2319 ____________________________________________________________________________
2320 [  9340] By: gsar                                  on 2001/03/25  15:50:53
2321         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
2322              chars)
2323      Branch: perl
2324            + t/lib/mimeqp.t
2325 ____________________________________________________________________________
2326 [  9339] By: gsar                                  on 2001/03/25  15:48:50
2327         Log: delete mimeqp.t for later with text mode set
2328      Branch: perl
2329            - t/lib/mimeqp.t
2330 ____________________________________________________________________________
2331 [  9338] By: nick                                  on 2001/03/25  09:01:57
2332         Log: Integrate mainline.
2333      Branch: perlio
2334           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2335           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2336           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2337           +> t/lib/mimeb64u.t t/lib/mimeqp.t
2338           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
2339           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
2340           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
2341 ____________________________________________________________________________
2342 [  9337] By: jhi                                   on 2001/03/25  04:23:24
2343         Log: Add MIME::Base64 here and there.  Again, a lot of
2344              optimism is in the air.
2345      Branch: perl
2346            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
2347            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
2348 ____________________________________________________________________________
2349 [  9336] By: jhi                                   on 2001/03/25  04:12:43
2350         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
2351              this by ear as I do not do Win32 programming.)
2352      Branch: perl
2353            ! win32/Makefile win32/makefile.mk
2354 ____________________________________________________________________________
2355 [  9335] By: jhi                                   on 2001/03/25  04:03:50
2356         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
2357      Branch: perl
2358            ! t/lib/md5-file.t
2359 ____________________________________________________________________________
2360 [  9334] By: jhi                                   on 2001/03/25  03:58:53
2361         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
2362      Branch: perl
2363            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2364            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
2365            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
2366            + t/lib/mimeb64u.t t/lib/mimeqp.t
2367            ! MANIFEST
2368 ____________________________________________________________________________
2369 [  9333] By: jhi                                   on 2001/03/24  20:14:37
2370         Log: Integrate perlio.
2371      Branch: perl
2372           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
2373 ____________________________________________________________________________
2374 [  9332] By: nick                                  on 2001/03/24  19:40:34
2375         Log: Fix un-init variable leading to spurious "Out of Memory!"
2376      Branch: perlio
2377            ! doio.c
2378 ____________________________________________________________________________
2379 [  9331] By: nick                                  on 2001/03/24  19:09:59
2380         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
2381              and update layers internals doc.
2382      Branch: perlio
2383            ! pod/perlfunc.pod pod/perliol.pod
2384 ____________________________________________________________________________
2385 [  9330] By: jhi                                   on 2001/03/24  18:42:11
2386         Log: The length might be uninitialized garbage if the *svp is the undef.
2387      Branch: perl
2388            ! doio.c
2389 ____________________________________________________________________________
2390 [  9329] By: jhi                                   on 2001/03/24  18:26:57
2391         Log: (Retracted by #9393)
2392
2393              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
2394              From: Simon Cozens <simon@netthink.co.uk>
2395              Date: Sat, 24 Mar 2001 17:13:17 +0000
2396              Message-ID: <20010324171317.A13406@netthink.co.uk>
2397      Branch: perl
2398            ! utils/h2xs.PL
2399 ____________________________________________________________________________
2400 [  9328] By: nick                                  on 2001/03/24  17:22:02
2401         Log: Integrate mainline.
2402      Branch: perlio
2403           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
2404           !> lib/unicode/version
2405 ____________________________________________________________________________
2406 [  9327] By: nick                                  on 2001/03/24  17:16:02
2407         Log: Integrate mainline.
2408      Branch: perlio
2409           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2410           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2411           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
2412           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
2413           +> t/lib/md5-file.t
2414           !> MANIFEST Makefile.SH configure.com djgpp/config.over
2415           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
2416           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
2417           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
2418           !> win32/makefile.mk
2419 ____________________________________________________________________________
2420 [  9326] By: jhi                                   on 2001/03/24  17:00:42
2421         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
2422      Branch: perl
2423            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
2424            ! lib/unicode/version
2425 ____________________________________________________________________________
2426 [  9325] By: jhi                                   on 2001/03/24  16:22:33
2427         Log: Subject: Re: B::Deparse bug (5.6.0)
2428              From: Robin Houston <robin@kitsite.com>
2429              Date: Sat, 24 Mar 2001 14:33:09 +0000
2430              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
2431      Branch: perl
2432            ! op.c pp.c t/lib/b.t t/op/repeat.t
2433 ____________________________________________________________________________
2434 [  9324] By: jhi                                   on 2001/03/24  16:21:56
2435         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
2436              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
2437              these additions may be too optimistic.
2438      Branch: perl
2439            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
2440            ! hints/uwin.sh hints/vmesa.sh
2441 ____________________________________________________________________________
2442 [  9323] By: jhi                                   on 2001/03/24  16:06:01
2443         Log: Integrate perlio.
2444      Branch: perl
2445           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
2446           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2447            ! Makefile.SH
2448           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
2449           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
2450           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
2451           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2452           !> win32/makefile.mk win32/perlhost.h win32/win32.c
2453           !> win32/win32iop.h
2454 ____________________________________________________________________________
2455 [  9322] By: nick                                  on 2001/03/24  14:39:12
2456         Log: Routine Win32 regen_config_h - no real changes.
2457      Branch: perlio
2458            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2459 ____________________________________________________________________________
2460 [  9321] By: nick                                  on 2001/03/24  14:31:49
2461         Log: PerlIO fixups for Win32:
2462              - provide win33_popenlist() - non-functional as yet.
2463              - avoid need for aTHX in PerlIO_debug calls - even if not 
2464              enabled args are still evaluated so Win32 has trouble during fork().
2465              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
2466              - Fixup makedef.pl for latest set of symbols.
2467      Branch: perlio
2468            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
2469            ! win32/perlhost.h win32/win32.c win32/win32iop.h
2470 ____________________________________________________________________________
2471 [  9320] By: nick                                  on 2001/03/24  14:26:58
2472         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
2473              was gibberish - broke it on WIn32 at least.
2474      Branch: perlio
2475            ! ext/POSIX/POSIX.xs
2476 ____________________________________________________________________________
2477 [  9319] By: nick                                  on 2001/03/24  11:29:41
2478         Log: Generated files.
2479      Branch: perlio
2480            ! embed.h global.sym objXSUB.h perlapi.c proto.h
2481 ____________________________________________________________________________
2482 [  9318] By: nick                                  on 2001/03/24  10:29:37
2483         Log: Implement:
2484              1.  open($fh,"+<",undef);  # add test to t/io/open.t
2485              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
2486      Branch: perlio
2487            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
2488            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2489            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
2490            ! t/io/open.t t/io/utf8.t
2491 ____________________________________________________________________________
2492 [  9317] By: jhi                                   on 2001/03/23  23:41:25
2493         Log: AIX does seems to have optimization problems with its C compilers.
2494      Branch: perl
2495            ! hints/aix.sh
2496 ____________________________________________________________________________
2497 [  9316] By: jhi                                   on 2001/03/23  23:40:46
2498         Log: Integrate perlio.
2499      Branch: perl
2500           +> lib/PerlIO.pm
2501           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
2502           !> perliol.h
2503 ____________________________________________________________________________
2504 [  9315] By: jhi                                   on 2001/03/23  22:16:30
2505         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
2506      Branch: perl
2507            ! t/lib/md5-file.t
2508 ____________________________________________________________________________
2509 [  9314] By: nick                                  on 2001/03/23  20:49:02
2510         Log: Perlio internals re-organized.
2511              - open process creates AV of layer/arg pairs
2512              (appends layers from open() or open.pm to default list).
2513              - push arg is now an SV.
2514              - layer ->Open get passed the AV
2515              - open is no longer mandatory method.
2516              - topmost layer that has ->Open method does the open
2517              - any layers above are pushed once that returns.
2518              - vtable re-ordered so dummy layers need only provide push/pop methods.
2519      Branch: perlio
2520            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2521 ____________________________________________________________________________
2522 [  9313] By: nick                                  on 2001/03/23  16:27:41
2523         Log: Check in a stable (working) version before next round of tweaks.
2524              Changes include:
2525              - Move default layers code out of doio.c and into perlio.c
2526              - Single routine for parsing layer specification strings.
2527              - Skeleton support for demand loading of layers
2528              - Core-dump avoidance if PERLIO environment specifies loadable layer
2529              (does not _work_ as need IO to load and need load to do IO ...)
2530      Branch: perlio
2531            + lib/PerlIO.pm
2532            ! MANIFEST doio.c perlio.c
2533 ____________________________________________________________________________
2534 [  9312] By: gsar                                  on 2001/03/23  16:25:25
2535         Log: add execute bit to files with shebang lines in the repository;
2536              avoid clobbering execute bit in Porting/makerel 
2537      Branch: maint-5.6/perl
2538            ! (edit 144 files)
2539 ____________________________________________________________________________
2540 [  9311] By: jhi                                   on 2001/03/23  14:25:35
2541         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
2542      Branch: perl
2543            ! MANIFEST
2544 ____________________________________________________________________________
2545 [  9310] By: jhi                                   on 2001/03/23  13:45:04
2546         Log: Subject: [PATCH] Net::Ping
2547              From: Colin McMillen <mcmi0037@tc.umn.edu>
2548              Date: Thu, 22 Mar 2001 19:30:31 -0600
2549              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
2550      Branch: perl
2551            ! lib/Net/Ping.pm
2552 ____________________________________________________________________________
2553 [  9309] By: jhi                                   on 2001/03/23  13:39:13
2554         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
2555      Branch: perl
2556            ! t/lib/md5-aaa.t t/lib/md5-file.t
2557 ____________________________________________________________________________
2558 [  9308] By: jhi                                   on 2001/03/23  13:20:34
2559         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
2560              - bump the version to 2.14
2561              - drop the base64 tests since they require MIME::Base64
2562              - drop the rfc1321.txt
2563              - drop the hints/dec_osf.pl since it's only needed for
2564              pre-5.005_03 Perls
2565              Todo:
2566              - the U32 alignment testing is now removed; it needs to
2567              be reintroduced as as a Config variable (meaning also
2568              as a Configure test)
2569              - get the new EBCDIC md5sum for MD5.pm
2570              - test in Win32 to see how badly I botched the makefiles
2571      Branch: perl
2572            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2573            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
2574            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
2575            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
2576            + t/lib/md5-file.t
2577            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
2578            ! win32/Makefile win32/makefile.mk
2579 ____________________________________________________________________________
2580 [  9307] By: jhi                                   on 2001/03/23  12:56:14
2581         Log: Integrate change #9306 from maintperl into mainline,
2582              AIX dynaloader for AIXes without <load.h>.
2583      Branch: perl
2584           !> ext/DynaLoader/hints/aix.pl
2585 ____________________________________________________________________________
2586 [  9306] By: jhi                                   on 2001/03/23  12:51:36
2587         Log: There are AIXes without /usr/include/load.h,
2588              patch from H.Merijn Brand.
2589      Branch: maint-5.6/perl
2590            ! ext/DynaLoader/hints/aix.pl
2591 ____________________________________________________________________________
2592 [  9305] By: nick                                  on 2001/03/23  11:00:42
2593         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
2594      Branch: perlio
2595            ! ext/Encode/Encode.xs perlio.c perlio.h
2596 ____________________________________________________________________________
2597 [  9304] By: nick                                  on 2001/03/23  10:20:46
2598         Log: Render -Duseperlio functional again.
2599              - this is "quick fix" which calls PerlIO_apply_layers after opening,
2600              which is what old scheme did. New scheme needs to change that
2601              to make open(...,\$scalar) etc. work but this will do for now.
2602      Branch: perlio
2603            ! perlio.c
2604 ____________________________________________________________________________
2605 [  9303] By: nick                                  on 2001/03/23  09:53:20
2606         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
2607              -Uuseperlio now works again.
2608              -Duseperlio is still poorly. Don't merge yet...
2609      Branch: perlio
2610            ! doio.c perlio.h
2611 ____________________________________________________________________________
2612 [  9302] By: nick                                  on 2001/03/22  22:26:51
2613         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
2614              type code.
2615              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
2616              is its main caller. In particular now has access to "extra" args, and
2617              can tell when an open handle is "reopened" (or duped?).
2618              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
2619              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
2620              PerlIO_open() et. al. (i.e. other way round).
2621              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
2622              with args close to PerlIO_openn().
2623      Branch: perlio
2624            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
2625 ____________________________________________________________________________
2626 [  9301] By: jhi                                   on 2001/03/22  20:58:04
2627         Log: Integrate perlio.
2628      Branch: perl
2629           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
2630           !> t/io/open.t util.c
2631 ____________________________________________________________________________
2632 [  9300] By: nick                                  on 2001/03/22  17:36:32
2633         Log: Don't include $@ in not ok message.
2634      Branch: perlio
2635            ! t/io/open.t
2636 ____________________________________________________________________________
2637 [  9299] By: gsar                                  on 2001/03/22  16:53:45
2638         Log: back out changes#7532,7521 for now (appears to have problems
2639              on IRIX)
2640      Branch: maint-5.6/perl
2641            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2642            ! ext/POSIX/typemap pod/perlvar.pod
2643 ____________________________________________________________________________
2644 [  9298] By: nick                                  on 2001/03/22  14:35:46
2645         Log: Give a meaning to '&' in n-arg open case:
2646              open($fh,"<&",$scalar);
2647              $scalar can be:
2648              - an integer which does "fdopen"
2649              open($fh,"<&",2); # like open($fh,"<&2")
2650              - something that will yield a file handle via sv_2io()
2651              useful for dup'ing anonymous handles.
2652              e.g.:
2653              open(my $fh,"<&",\*STDIN);
2654              open(my $dup,"<&",$fh);
2655      Branch: perlio
2656            ! doio.c t/io/open.t
2657 ____________________________________________________________________________
2658 [  9297] By: nick                                  on 2001/03/22  13:34:35
2659         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
2660      Branch: perlio
2661            ! util.c
2662 ____________________________________________________________________________
2663 [  9296] By: nick                                  on 2001/03/22  12:51:20
2664         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
2665      Branch: perlio
2666            ! perl.c
2667 ____________________________________________________________________________
2668 [  9295] By: nick                                  on 2001/03/22  11:59:44
2669         Log: If stdin, stdout or stderr get opened in unexpected read/write state
2670              then warn at time of open not at time of use.
2671      Branch: perlio
2672            ! doio.c pp_hot.c pp_sys.c
2673 ____________________________________________________________________________
2674 [  9294] By: nick                                  on 2001/03/22  10:54:35
2675         Log: Die on n-arg open(...,"",xxx,yyy,...)
2676              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
2677              - die on read/write cases so we can decide what it means later.
2678      Branch: perlio
2679            ! doio.c embed.pl iperlsys.h util.c
2680 ____________________________________________________________________________
2681 [  9293] By: nick                                  on 2001/03/22  09:02:45
2682         Log: perlio tweaks (reported by Nick Clark)
2683              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
2684              error check in Pendinf_read().
2685      Branch: perlio
2686            ! perlio.c
2687 ____________________________________________________________________________
2688 [  9292] By: gsar                                  on 2001/03/22  07:12:00
2689         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
2690              fixes)
2691      Branch: maint-5.6/perl
2692           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
2693 ____________________________________________________________________________
2694 [  9291] By: jhi                                   on 2001/03/22  06:06:44
2695         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
2696      Branch: perl
2697            ! t/op/re_tests
2698 ____________________________________________________________________________
2699 [  9290] By: jhi                                   on 2001/03/22  05:57:01
2700         Log: Move MacOS Classic higher in the list of supported platforms.
2701      Branch: maint-5.6/perl
2702            ! pod/perlport.pod
2703 ____________________________________________________________________________
2704 [  9289] By: gsar                                  on 2001/03/22  05:35:04
2705         Log: revert part of change#6438 for compatibility (av_reify()
2706              appears to be needed to implement av_splice()ish things
2707              in XS)
2708      Branch: maint-5.6/perl
2709            ! embed.pl global.sym objXSUB.h perlapi.c
2710 ____________________________________________________________________________
2711 [  9288] By: gsar                                  on 2001/03/22  03:09:19
2712         Log: update copyright year
2713      Branch: maint-5.6/perl
2714            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
2715            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
2716            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
2717            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
2718            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
2719            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
2720            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
2721            ! x2p/walk.c
2722 ____________________________________________________________________________
2723 [  9287] By: jhi                                   on 2001/03/21  20:30:54
2724         Log: Integrate perlio.
2725      Branch: perl
2726           !> ext/Data/Dumper/Dumper.xs
2727 ____________________________________________________________________________
2728 [  9286] By: gsar                                  on 2001/03/21  19:49:54
2729         Log: makefile.mk tweak
2730      Branch: maint-5.6/perl
2731            ! win32/Makefile win32/makefile.mk
2732 ____________________________________________________________________________
2733 [  9285] By: nick                                  on 2001/03/21  19:07:13
2734         Log: Multiplicity fix for Dumper.
2735      Branch: perlio
2736            ! ext/Data/Dumper/Dumper.xs
2737 ____________________________________________________________________________
2738 [  9284] By: nick                                  on 2001/03/21  19:01:07
2739         Log: Integrate mainline - (does not build xTHX issue in Dumper).
2740      Branch: perlio
2741           !> (integrate 27 files)
2742 ____________________________________________________________________________
2743 [  9283] By: jhi                                   on 2001/03/21  17:17:35
2744         Log: Integrate change #9282 from mainline into maintperl,
2745              4-arg UTF-8 substr().
2746      Branch: maint-5.6/perl
2747           !> pp.c
2748 ____________________________________________________________________________
2749 [  9282] By: jhi                                   on 2001/03/21  17:15:43
2750         Log: The #9270 would have leaked a scalar if pp_substr()
2751              returned early.
2752      Branch: perl
2753            ! pp.c
2754 ____________________________________________________________________________
2755 [  9281] By: gsar                                  on 2001/03/21  17:03:14
2756         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
2757      Branch: maint-5.6/perl
2758            ! win32/makefile.mk
2759 ____________________________________________________________________________
2760 [  9280] By: gsar                                  on 2001/03/21  17:01:20
2761         Log: some tweaks to change#9278 (fork() emulation should be enabled
2762              by setting BUILD_FLAVOR instead of changing the defaults)
2763      Branch: maint-5.6/perl
2764            ! win32/makefile.mk
2765 ____________________________________________________________________________
2766 [  9279] By: gsar                                  on 2001/03/21  16:47:19
2767         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
2768      Branch: maint-5.6/perl
2769            ! ext/File/Glob/Glob.pm
2770           !> lib/Cwd.pm
2771 ____________________________________________________________________________
2772 [  9278] By: jhi                                   on 2001/03/21  14:35:10
2773         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
2774              From: "Vadim Konovalov" <watman@inbox.ru>
2775              Date: Wed, 21 Mar 2001 01:53:51 +0300
2776              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
2777      Branch: maint-5.6/perl
2778            ! win32/makefile.mk win32/win32sck.c
2779 ____________________________________________________________________________
2780 [  9277] By: jhi                                   on 2001/03/21  13:58:28
2781         Log: Integrate change #9270 from mainline to maintperl:
2782              continued 4-arg UTF-8 substr() fixing.
2783      Branch: maint-5.6/perl
2784           !> pp.c t/op/substr.t
2785 ____________________________________________________________________________
2786 [  9276] By: jhi                                   on 2001/03/21  13:33:00
2787         Log: More pixie cleaning.
2788      Branch: perl
2789            ! Makefile.SH
2790 ____________________________________________________________________________
2791 [  9275] By: jhi                                   on 2001/03/21  03:54:17
2792         Log: Update Changes.
2793      Branch: perl
2794            ! Changes patchlevel.h
2795 ____________________________________________________________________________
2796 [  9274] By: jhi                                   on 2001/03/21  03:48:24
2797         Log: First stab at making Data::Dumper to grok Unicode.
2798              
2799              TODO: tests, EBCDICify.
2800      Branch: perl
2801            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2802 ____________________________________________________________________________
2803 [  9273] By: jhi                                   on 2001/03/21  02:23:00
2804         Log: Fix for
2805              
2806              Subject: Memory leak in unquoted print   
2807              From: Benjamin Sugars <bsugars@canoe.ca> 
2808              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
2809              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
2810      Branch: perl
2811            ! perlio.c
2812 ____________________________________________________________________________
2813 [  9272] By: jhi                                   on 2001/03/21  01:33:17
2814         Log: Subject: Re: [PATCH] POSIX::getcwd()
2815              From: Benjamin Sugars <bsugars@canoe.ca> 
2816              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
2817              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
2818      Branch: perl
2819            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2820 ____________________________________________________________________________
2821 [  9271] By: jhi                                   on 2001/03/21  01:22:52
2822         Log: Subject: [PATCH] Cwd.pm docs
2823              From: Benjamin Sugars <bsugars@canoe.ca>
2824              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
2825              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
2826      Branch: perl
2827            ! lib/Cwd.pm
2828 ____________________________________________________________________________
2829 [  9270] By: jhi                                   on 2001/03/21  01:16:29
2830         Log: Continue 4-arg substr() UTF-8 fixage.
2831      Branch: perl
2832            ! pp.c t/op/substr.t
2833 ____________________________________________________________________________
2834 [  9269] By: jhi                                   on 2001/03/21  00:46:14
2835         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
2836              
2837              revert the leak fix in change#9142 (problem needs a more experimental
2838              fix unsuitable for 5.6.1)
2839              
2840              do alphabetical sorting by default (for csh compatibility)
2841              
2842              cut-n-paste goof in change#9264
2843              
2844              VMS piping fixes (from Charles Lane)
2845      Branch: perl
2846           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
2847           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2848           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
2849 ____________________________________________________________________________
2850 [  9268] By: jhi                                   on 2001/03/21  00:37:04
2851         Log: Integrate perlio.
2852      Branch: perl
2853           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
2854           !> utf8.c utf8.h utfebcdic.h
2855 ____________________________________________________________________________
2856 [  9267] By: nick                                  on 2001/03/20  20:04:39
2857         Log: More EBCDIC stuff:
2858              - Loose the extra level of function on ASCII.
2859              - spotted a chr(0) issue in sv.c
2860              - re-work of UTF-X tr/// ranges to work in Unicode
2861              space. Still issues with the "0xff is illegal UTF-8" hack.
2862              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
2863              (why do it once when you can do it all over the place :-(
2864              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
2865              need utf8.pm for swashes.
2866              - Simplified and commented scan_const() in toke.c
2867              Still something wrong regexp and tr (swashes?).
2868      Branch: perlio
2869            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
2870            ! utf8.c utf8.h utfebcdic.h
2871 ____________________________________________________________________________
2872 [  9266] By: gsar                                  on 2001/03/20  19:16:43
2873         Log: VMS piping fixes (from Charles Lane)
2874      Branch: maint-5.6/perl
2875            ! vms/vms.c vms/vmspipe.com
2876 ____________________________________________________________________________
2877 [  9265] By: gsar                                  on 2001/03/20  17:53:52
2878         Log: cut-n-paste goof in change#9264
2879      Branch: maint-5.6/perl
2880            ! ext/File/Glob/Glob.xs
2881 ____________________________________________________________________________
2882 [  9264] By: gsar                                  on 2001/03/20  17:43:47
2883         Log: do alphabetical sorting by default (for csh compatibility);
2884              bsd_glob() does ASCII sort by default as usual, unless
2885              GLOB_ALPHASORT was specified
2886      Branch: maint-5.6/perl
2887            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
2888            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
2889            ! ext/File/Glob/bsd_glob.h
2890 ____________________________________________________________________________
2891 [  9263] By: gsar                                  on 2001/03/20  16:40:08
2892         Log: integrate change#9255 from mainline (unicode fix)
2893              
2894              substr($bytestr, i, n, $charstr)
2895      Branch: maint-5.6/perl
2896           !> Todo-5.6 pp.c t/op/substr.t
2897 ____________________________________________________________________________
2898 [  9262] By: gsar                                  on 2001/03/20  15:57:41
2899         Log: revert the leak fix in change#9142 (problem needs a more experimental
2900              fix unsuitable for 5.6.1)
2901      Branch: maint-5.6/perl
2902            ! scope.c
2903 ____________________________________________________________________________
2904 [  9261] By: jhi                                   on 2001/03/20  14:26:25
2905         Log: Integrate changes #9259,9260 from maintperl into mainline.
2906              
2907              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
2908              
2909              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
2910      Branch: perl
2911           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
2912 ____________________________________________________________________________
2913 [  9260] By: jhi                                   on 2001/03/20  14:05:46
2914         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
2915              From: Robin Barker <rmb1@cise.npl.co.uk>
2916              Date: Tue, 20 Mar 2001 10:12:04 GMT
2917              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
2918      Branch: maint-5.6/perl
2919            ! run.c
2920 ____________________________________________________________________________
2921 [  9259] By: jhi                                   on 2001/03/20  14:04:39
2922         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
2923              From: Chris Nandor <pudge@pobox.com>
2924              Date: Tue, 20 Mar 2001 00:40:56 -0500
2925              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
2926      Branch: maint-5.6/perl
2927            ! ext/POSIX/POSIX.xs lib/File/Path.pm
2928 ____________________________________________________________________________
2929 [  9258] By: jhi                                   on 2001/03/20  05:09:34
2930         Log: Update Changes.
2931      Branch: perl
2932            ! Changes patchlevel.h
2933 ____________________________________________________________________________
2934 [  9257] By: jhi                                   on 2001/03/20  05:04:25
2935         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
2936      Branch: perl
2937            ! t/op/tr.t
2938 ____________________________________________________________________________
2939 [  9256] By: jhi                                   on 2001/03/20  04:43:12
2940         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
2941              From: Peter Prymmer <pvhp@forte.com>
2942              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
2943              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
2944      Branch: maint-5.6/perl
2945            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
2946 ____________________________________________________________________________
2947 [  9255] By: jhi                                   on 2001/03/19  23:17:17
2948         Log: substr($bytestr, i, n, $charstr)
2949
2950              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
2951      Branch: perl
2952            ! Todo-5.6 pp.c t/op/substr.t
2953 ____________________________________________________________________________
2954 [  9254] By: jhi                                   on 2001/03/19  22:25:09
2955         Log: Rearrange the make test target prerequisites so that
2956              in a parallel make 'all' is finished before 'test'.
2957      Branch: perl
2958            ! Makefile.SH
2959 ____________________________________________________________________________
2960 [  9253] By: jhi                                   on 2001/03/19  21:48:07
2961         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
2962              From: Robin Houston <robin@kitsite.com>
2963              Date: Mon, 19 Mar 2001 15:48:41 +0000
2964              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
2965      Branch: perl
2966            ! pp_ctl.c
2967 ____________________________________________________________________________
2968 [  9252] By: jhi                                   on 2001/03/19  21:42:27
2969         Log: Integrate perlio.
2970      Branch: perl
2971           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
2972           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
2973           !> utfebcdic.h vms/perly_c.vms
2974 ____________________________________________________________________________
2975 [  9251] By: jhi                                   on 2001/03/19  21:31:28
2976         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
2977              
2978              Dynaloading in 64-bit AIX with vac.
2979      Branch: perl
2980           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2981           !> hints/aix.sh
2982 ____________________________________________________________________________
2983 [  9250] By: jhi                                   on 2001/03/19  21:18:00
2984         Log: A more robust solution for the 64bitall AIX dynaloading
2985              problem, from Jens-Uwe Mager.
2986      Branch: maint-5.6/perl
2987            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2988 ____________________________________________________________________________
2989 [  9249] By: nick                                  on 2001/03/19  20:59:37
2990         Log: Integrate mainline.
2991      Branch: perlio
2992           !> (integrate 42 files)
2993 ____________________________________________________________________________
2994 [  9248] By: nick                                  on 2001/03/19  20:22:07
2995         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
2996              (Building on OS390 uses native YACC and YYDEBUG has other
2997              side effects.)
2998      Branch: perlio
2999            ! perly.c perly.y vms/perly_c.vms
3000 ____________________________________________________________________________
3001 [  9247] By: jhi                                   on 2001/03/19  19:59:53
3002         Log: 64-bit AIX dynaloading problem (see #9244) idea
3003              from Jens-Uwe Mager.
3004      Branch: maint-5.6/perl
3005            ! ext/DynaLoader/dl_aix.xs
3006 ____________________________________________________________________________
3007 [  9246] By: nick                                  on 2001/03/19  19:27:57
3008         Log: More EBCDIC fixes.
3009      Branch: perlio
3010            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
3011            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
3012 ____________________________________________________________________________
3013 [  9245] By: jhi                                   on 2001/03/19  19:05:19
3014         Log: Integrate change #9243 from mainline into maintperl.
3015              
3016              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3017      Branch: maint-5.6/perl
3018           !> README.vmesa
3019 ____________________________________________________________________________
3020 [  9244] By: jhi                                   on 2001/03/19  19:03:15
3021         Log: Get 64bitall AIX building, but still does not test okay:
3022              dynaloading anything fails, for example for op/defins:
3023              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
3024              (update: fixed by #9247,9250)
3025      Branch: maint-5.6/perl
3026            ! hints/aix.sh
3027 ____________________________________________________________________________
3028 [  9243] By: jhi                                   on 2001/03/19  19:00:16
3029         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3030              From: Robin Barker <rmb1@cise.npl.co.uk>
3031              Date: Mon, 19 Mar 2001 18:01:57 GMT
3032              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
3033      Branch: perl
3034            ! README.vmesa
3035 ____________________________________________________________________________
3036 [  9242] By: jhi                                   on 2001/03/19  18:58:43
3037         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
3038              
3039              TODO: tests.
3040      Branch: perl
3041            ! doop.c op.c
3042 ____________________________________________________________________________
3043 [  9241] By: gsar                                  on 2001/03/19  17:34:46
3044         Log: VMSify tests (from Charles Lane)
3045      Branch: maint-5.6/perl
3046            ! t/lib/filehand.t t/lib/texttabs.t
3047 ____________________________________________________________________________
3048 [  9240] By: jhi                                   on 2001/03/19  14:24:26
3049         Log: Integrate change #9233 from maintperl into mainline.
3050              
3051              some refcounts were incorrect in perl_clone()
3052      Branch: perl
3053           !> sv.c
3054 ____________________________________________________________________________
3055 [  9239] By: gsar                                  on 2001/03/19  09:23:17
3056         Log: this is 5.6.1-trial3
3057      Branch: maint-5.6/perl
3058            ! Changes
3059 ____________________________________________________________________________
3060 [  9238] By: gsar                                  on 2001/03/19  08:47:04
3061         Log: some new symbols are only available under ithreads
3062      Branch: maint-5.6/perl
3063            ! makedef.pl
3064 ____________________________________________________________________________
3065 [  9237] By: gsar                                  on 2001/03/19  08:42:28
3066         Log: update patchlevel.h, Changes, &c.
3067      Branch: maint-5.6/perl
3068            ! Changes patchlevel.h pod/perlhist.pod
3069           !> AUTHORS
3070 ____________________________________________________________________________
3071 [  9236] By: gsar                                  on 2001/03/19  08:17:49
3072         Log: integrate changes#8068,8717 from mainline
3073              
3074              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3075              
3076              [PATCH CPAN 1.59_51] warning message (not!)
3077      Branch: maint-5.6/perl
3078           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
3079           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
3080           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
3081           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
3082           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
3083 ____________________________________________________________________________
3084 [  9235] By: gsar                                  on 2001/03/19  08:07:09
3085         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
3086              
3087              [PATCH] Add missing CV flags to dump.c
3088              
3089              Re: [patch] Re: PL_ptr_table
3090              
3091              Fixup non-ithread build after 8713
3092              
3093              Generated files form 8713 etc.
3094              
3095              Correct the correction :-(
3096              
3097              Documenting coderef @INC (Re: CPAN "make this script work" feature)
3098              
3099              Subject: Re: sync sync sync: have I missed any patches?
3100              Replace djSP with dSP.
3101      Branch: maint-5.6/perl
3102           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
3103           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
3104           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
3105           !> sv.c sv.h win32/perlhost.h
3106 ____________________________________________________________________________
3107 [  9234] By: gsar                                  on 2001/03/19  07:22:05
3108         Log: revert the change#9090 integrate for now (change looks somewhat
3109              incomplete in that [ha]v_exists() need something similar; lacks
3110              tests; &c.)
3111      Branch: maint-5.6/perl
3112            ! hv.c
3113 ____________________________________________________________________________
3114 [  9233] By: gsar                                  on 2001/03/19  07:10:01
3115         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
3116              destruction when there are unreferenced scalars (SvREFCNT==0)
3117      Branch: maint-5.6/perl
3118            ! sv.c
3119 ____________________________________________________________________________
3120 [  9232] By: jhi                                   on 2001/03/19  05:11:02
3121         Log: Regen api and toc.
3122      Branch: maint-5.6/perl
3123            ! pod/perlapi.pod pod/perltoc.pod
3124 ____________________________________________________________________________
3125 [  9231] By: jhi                                   on 2001/03/19  04:06:03
3126         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
3127              add a lost line in pp.c:pp_chop(), update to new op/chop.
3128              
3129              Clarify the description differentiating for and while; inspired by
3130              
3131              Subject: [ID 20010306.004] || != named unary operator
3132              
3133              The $Is_MacOS needs to be declared.
3134      Branch: maint-5.6/perl
3135            ! pp.c t/op/chop.t
3136           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
3137 ____________________________________________________________________________
3138 [  9230] By: jhi                                   on 2001/03/19  03:48:16
3139         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
3140              9079,9083,9089,9090,9091 from mainline to maintperl.
3141              
3142              Quieten some noise in Win32 builds
3143              
3144              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
3145              
3146              The perlretut was still talking about the old \p and \P
3147              definitions.
3148              
3149              More tweakage on the Unicode character class descriptions.
3150              
3151              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
3152              
3153              Subject: 'no *POSIX' Patch speeding up make on BS2000 
3154              
3155              Subject: [PATCH] perldata.pod here-doc docs
3156              
3157              Add /sbin and /usr/sbin to the list of directories scanned
3158              for setuid programs.  Takes care of bug id 20010309.003.
3159              
3160              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
3161              
3162              In op/stat #35 better to scan all the potential directories
3163              for setuids, not just the first one.
3164      Branch: maint-5.6/perl
3165            ! Makefile.SH
3166           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
3167           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
3168           !> t/op/stat.t toke.c win32/win32.h
3169 ____________________________________________________________________________
3170 [  9229] By: jhi                                   on 2001/03/19  02:31:50
3171         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
3172              From: Chris Nandor <pudge@pobox.com>
3173              Date: Sat, 10 Mar 2001 14:22:19 -0500
3174              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
3175      Branch: maint-5.6/perl
3176            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
3177            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
3178            ! t/lib/b.t t/lib/errno.t
3179 ____________________________________________________________________________
3180 [  9228] By: jhi                                   on 2001/03/19  02:29:59
3181         Log: Integrate changes #9113,9122 from mainline into maintperl.
3182              
3183              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?)
3184      Branch: maint-5.6/perl
3185           !> Configure README.os390 hints/os390.sh
3186 ____________________________________________________________________________
3187 [  9227] By: jhi                                   on 2001/03/19  02:22:35
3188         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
3189              into maintperl.
3190              
3191              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
3192              
3193              Forgot to check-in the larger part of #9120, duh.
3194              
3195              Subject: Another patch for integer.pm POD 
3196              
3197              h2ph strictness and cleanliness from Kurt Starsinic.
3198              
3199              Borland filename case problem.
3200              
3201              h2ph strictness and cleanliness from Kurt Starsinic.
3202              
3203              Subject: [PATCH] the uncontroversial doc patches
3204      Branch: maint-5.6/perl
3205           +> win32/sncfnmcs.pl
3206           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
3207           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
3208           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
3209           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
3210           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
3211           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
3212           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
3213 ____________________________________________________________________________
3214 [  9226] By: jhi                                   on 2001/03/19  02:10:21
3215         Log: Integrate changes #9207,9214 from mainline into maintperl.
3216              
3217              podchecker relaxations: =over has an *optional* number after it,
3218              and whitespace in L<> is okay.
3219      Branch: maint-5.6/perl
3220           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3221           !> t/pod/poderrs.xr
3222 ____________________________________________________________________________
3223 [  9225] By: jhi                                   on 2001/03/19  02:07:38
3224         Log: Integrate change #9219 from maintperl into mainline.
3225              
3226              remove duplicated tests
3227      Branch: perl
3228           !> t/op/re_tests
3229 ____________________________________________________________________________
3230 [  9224] By: jhi                                   on 2001/03/19  02:06:11
3231         Log: Integrate change #9223 from mainline to maintperl.
3232              
3233              Document -Dmksymlinks.
3234      Branch: maint-5.6/perl
3235           !> INSTALL
3236 ____________________________________________________________________________
3237 [  9223] By: jhi                                   on 2001/03/19  02:01:25
3238         Log: Document -Dmksymlinks.
3239      Branch: perl
3240            ! INSTALL
3241 ____________________________________________________________________________
3242 [  9222] By: jhi                                   on 2001/03/19  01:15:35
3243         Log: The -Dmksymlinks wasn't working for maintperl.
3244      Branch: maint-5.6/perl
3245            ! Configure
3246 ____________________________________________________________________________
3247 [  9221] By: jhi                                   on 2001/03/19  00:49:43
3248         Log: Cleanup pixie residue.
3249      Branch: perl
3250            ! Makefile.SH
3251 ____________________________________________________________________________
3252 [  9220] By: jhi                                   on 2001/03/19  00:44:47
3253         Log: Document the use of pixie/prof; create make targets for it.
3254              
3255              TODO: make t/TEST pixie-aware.
3256      Branch: perl
3257            ! Makefile.SH pod/perlhack.pod
3258 ____________________________________________________________________________
3259 [  9219] By: gsar                                  on 2001/03/19  00:16:55
3260         Log: remove duplicated tests
3261      Branch: maint-5.6/perl
3262            ! t/op/re_tests
3263 ____________________________________________________________________________
3264 [  9218] By: jhi                                   on 2001/03/18  23:59:31
3265         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
3266      Branch: perl
3267            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
3268 ____________________________________________________________________________
3269 [  9217] By: jhi                                   on 2001/03/18  23:25:20
3270         Log: Rewrite the tests section of Makefile to be less redundant
3271              and to allow for more flexible test targets, many recursive
3272              make calls introduced.
3273      Branch: perl
3274            ! Makefile.SH
3275 ____________________________________________________________________________
3276 [  9216] By: jhi                                   on 2001/03/18  22:30:04
3277         Log: Document the use of Third Degree (sparsely).
3278      Branch: perl
3279            ! pod/perlhack.pod t/TEST
3280 ____________________________________________________________________________
3281 [  9215] By: jhi                                   on 2001/03/18  22:10:30
3282         Log: Make targets for testing with Third Degree.
3283      Branch: perl
3284            ! Makefile.SH
3285 ____________________________________________________________________________
3286 [  9214] By: jhi                                   on 2001/03/18  21:08:53
3287         Log: The podchecker relaxations need to mirrored also at the tests.
3288      Branch: perl
3289            ! t/pod/poderrs.xr
3290 ____________________________________________________________________________
3291 [  9213] By: jhi                                   on 2001/03/18  20:56:21
3292         Log: Update Changes.
3293      Branch: perl
3294            ! Changes patchlevel.h
3295 ____________________________________________________________________________
3296 [  9212] By: jhi                                   on 2001/03/18  20:36:59
3297         Log: Looking for config.sh in parent directories isn't
3298              very useful for the toplevel Makefile.
3299      Branch: perl
3300            ! Makefile.SH
3301 ____________________________________________________________________________
3302 [  9211] By: jhi                                   on 2001/03/18  20:33:37
3303         Log: On "make clean" take care of Third Degree droppings.
3304      Branch: perl
3305            ! Makefile.SH
3306 ____________________________________________________________________________
3307 [  9210] By: jhi                                   on 2001/03/18  20:21:34
3308         Log: Add a hook for running the tests under the Third Degree
3309              debugging tool (set $ENV{PERL_3LOG} to non-zero)
3310              
3311              TODO: Document the use of Third Degree.
3312      Branch: perl
3313            ! t/TEST
3314 ____________________________________________________________________________
3315 [  9209] By: jhi                                   on 2001/03/18  20:19:07
3316         Log: Regen toc and api pods.
3317      Branch: perl
3318            ! pod/perlapi.pod pod/perltoc.pod
3319 ____________________________________________________________________________
3320 [  9208] By: jhi                                   on 2001/03/18  20:12:12
3321         Log: Integrate changes #8128,9132 from mainline into maintperl,
3322              Tie::SubstrHash fixes.
3323      Branch: maint-5.6/perl
3324           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3325 ____________________________________________________________________________
3326 [  9207] By: jhi                                   on 2001/03/18  20:07:43
3327         Log: podchecker relaxations from Michael Stevens.
3328      Branch: perl
3329            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
3330 ____________________________________________________________________________
3331 [  9206] By: jhi                                   on 2001/03/18  20:04:24
3332         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
3333      Branch: perl
3334            ! lib/Locale/Constants.pm lib/Locale/Country.pm
3335            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
3336            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
3337 ____________________________________________________________________________
3338 [  9205] By: jhi                                   on 2001/03/18  19:54:45
3339         Log: Integrate changes #9161,9162 from maintperl to mainline.
3340              
3341              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
3342              results
3343      Branch: perl
3344           !> t/op/magic.t
3345 ____________________________________________________________________________
3346 [  9204] By: jhi                                   on 2001/03/18  19:37:46
3347         Log: Make perl.third checks more understandable to the builder.
3348      Branch: perl
3349            ! Makefile.SH
3350 ____________________________________________________________________________
3351 [  9203] By: jhi                                   on 2001/03/18  19:20:54
3352         Log: Re-integrate #9138 from maintperl to mainline,
3353              the squelching of the unneeded "Scalars leaked" messages.
3354      Branch: perl
3355           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3356           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3357           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3358 ____________________________________________________________________________
3359 [  9202] By: jhi                                   on 2001/03/18  18:48:36
3360         Log: More robust and more paranoid perl.third target.
3361      Branch: perl
3362            ! Makefile.SH
3363 ____________________________________________________________________________
3364 [  9201] By: jhi                                   on 2001/03/18  18:39:21
3365         Log: Integrate change #9197 from maintperl to mainline.
3366              
3367              more thorough cleaning of arenas.
3368      Branch: perl
3369           !> embed.pl perl.c proto.h sv.c t/op/sort.t
3370 ____________________________________________________________________________
3371 [  9200] By: jhi                                   on 2001/03/18  18:25:17
3372         Log: Integrate perlio.
3373      Branch: perl
3374           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
3375           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
3376           !> t/lib/encode.t toke.c universal.c utf8.c
3377 ____________________________________________________________________________
3378 [  9199] By: nick                                  on 2001/03/18  15:23:51
3379         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
3380              is the sense of the test being done. Avoid some magical 127 and 128 values
3381              by using macros.
3382      Branch: perlio
3383            ! doop.c pp_ctl.c sv.c toke.c
3384 ____________________________________________________________________________
3385 [  9198] By: nick                                  on 2001/03/18  14:18:12
3386         Log: UTF-X encoding invariance for Encode:
3387              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
3388              - move the XS code for those to universal.c (so in miniperl)
3389              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
3390              - change ext/Encode/compile to use above.
3391              - Fix t/lib/encode.t for above
3392              - Teach t/lib/b.t to expect -uutf8
3393              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
3394              utf8.pm is needed.
3395      Branch: perlio
3396            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
3397            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
3398 ____________________________________________________________________________
3399 [  9197] By: gsar                                  on 2001/03/18  12:15:57
3400         Log: more thorough cleaning of arenas--keep going until no more
3401              SvREFCNT_dec()s occur (this fixes the problem that causes the
3402              pesky "Scalars leaked" warnings)
3403      Branch: maint-5.6/perl
3404            ! embed.pl perl.c proto.h sv.c t/op/sort.t
3405 ____________________________________________________________________________
3406 [  9196] By: nick                                  on 2001/03/18  10:57:29
3407         Log: Fix pragma/utf8.t # 15
3408              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
3409              are SvUTF8 as well.
3410      Branch: perlio
3411            ! toke.c
3412 ____________________________________________________________________________
3413 [  9195] By: nick                                  on 2001/03/18  09:27:06
3414         Log: Integrate mainline
3415      Branch: perlio
3416           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
3417           !> t/op/pat.t
3418 ____________________________________________________________________________
3419 [  9194] By: jhi                                   on 2001/03/18  05:29:59
3420         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
3421              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
3422      Branch: perl
3423            ! op.c op.h t/op/misc.t t/op/pat.t
3424 ____________________________________________________________________________
3425 [  9193] By: jhi                                   on 2001/03/18  05:15:06
3426         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
3427      Branch: perl
3428            ! mg.c t/op/pat.t
3429 ____________________________________________________________________________
3430 [  9192] By: jhi                                   on 2001/03/18  04:22:43
3431         Log: tr/// UTF-8 patches from Inaba Hiroto.
3432      Branch: perl
3433            ! doop.c op.c
3434 ____________________________________________________________________________
3435 [  9191] By: jhi                                   on 2001/03/18  04:21:17
3436         Log: Integrate perlio.
3437      Branch: perl
3438           !> utf8.c utfebcdic.h
3439 ____________________________________________________________________________
3440 [  9190] By: nick                                  on 2001/03/17  20:32:01
3441         Log: Correct #if EBCDIC side typos.
3442              Builds and passes many tests on OS390.
3443      Branch: perlio
3444            ! utf8.c utfebcdic.h
3445 ____________________________________________________________________________
3446 [  9189] By: jhi                                   on 2001/03/17  18:55:49
3447         Log: Add prerequisites for the perl.third target.
3448      Branch: perl
3449            ! Makefile.SH
3450 ____________________________________________________________________________
3451 [  9188] By: jhi                                   on 2001/03/17  18:46:00
3452         Log: Integrate perlio.
3453      Branch: perl
3454           +> utfebcdic.h
3455           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
3456 ____________________________________________________________________________
3457 [  9187] By: jhi                                   on 2001/03/17  18:38:47
3458         Log: Add a make rule for perl.third (the Third Degree memory debugging
3459              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
3460      Branch: perl
3461            ! Makefile.SH
3462 ____________________________________________________________________________
3463 [  9186] By: nick                                  on 2001/03/17  18:34:48
3464         Log: MANIFEST addition :-(
3465      Branch: perlio
3466            ! MANIFEST
3467 ____________________________________________________________________________
3468 [  9185] By: nick                                  on 2001/03/17  18:29:50
3469         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
3470              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
3471              a superset of ASCII are invariant under the encoding. This is EBCDIC
3472              friendly as an encoded string can be looked at as being EBCDIC by lexer
3473              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
3474              ASCII on ASCII machines.
3475              
3476              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
3477              seperate.
3478              - Add some more macros to comprehend different shift amounts and
3479              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
3480              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
3481              and conditionaly #include it.
3482              
3483              EBCDIC build as yet untested.  ASCII still fails the one test.
3484      Branch: perlio
3485            + utfebcdic.h
3486            ! utf8.c utf8.h
3487 ____________________________________________________________________________
3488 [  9184] By: nick                                  on 2001/03/17  17:44:16
3489         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
3490      Branch: perlio
3491            ! doop.c perl.h pp.c utf8.h
3492 ____________________________________________________________________________
3493 [  9183] By: jhi                                   on 2001/03/17  15:55:42
3494         Log: Integrate perlio.
3495      Branch: perl
3496            ! MANIFEST
3497           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
3498 ____________________________________________________________________________
3499 [  9182] By: nick                                  on 2001/03/17  09:16:06
3500         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
3501      Branch: perlio
3502            ! t/op/pat.t
3503 ____________________________________________________________________________
3504 [  9181] By: nick                                  on 2001/03/17  09:15:11
3505         Log: Integrate mainline.
3506      Branch: perlio
3507           +> lib/Locale/Constants.pm lib/Locale/Country.pm
3508           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
3509           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
3510           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
3511           !> (integrate 83 files)
3512 ____________________________________________________________________________
3513 [  9180] By: nick                                  on 2001/03/16  17:23:21
3514         Log: EBCDIC Fixes.
3515      Branch: perlio
3516            ! perl.h sv.c toke.c utf8.c utf8.h
3517 ____________________________________________________________________________
3518 [  9179] By: jhi                                   on 2001/03/16  14:10:12
3519         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
3520              a change needed to work around an AIX compiler bug.
3521      Branch: perl
3522            ! ext/Storable/Storable.xs
3523 ____________________________________________________________________________
3524 [  9178] By: jhi                                   on 2001/03/16  03:19:59
3525         Log: With Damian's approval synchronize damian's modules'
3526              licensing with Perl's standard module licensing.
3527      Branch: perl
3528            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
3529 ____________________________________________________________________________
3530 [  9177] By: jhi                                   on 2001/03/16  03:15:34
3531         Log: Make the Filter::Util:Call files have their own copies
3532              of the Perl standard module licensing, from Paul Marquess.
3533      Branch: perl
3534            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
3535 ____________________________________________________________________________
3536 [  9176] By: jhi                                   on 2001/03/16  02:56:04
3537         Log: Subject: [PATCH] more pod patches
3538              From: Michael Stevens <michael@etla.org>
3539              Date: Thu, 15 Mar 2001 21:25:18 +0000
3540              Message-ID: <20010315212518.A18870@firedrake.org>
3541      Branch: perl
3542            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
3543            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
3544            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
3545            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
3546            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
3547            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
3548            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
3549            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
3550            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
3551            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
3552            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
3553            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
3554            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
3555            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
3556            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
3557            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
3558            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
3559            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
3560            ! lib/Locale/Country.pm lib/Locale/Language.pm
3561            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
3562            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3563            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
3564            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
3565            ! os2/OS2/Process/Process.pm
3566 ____________________________________________________________________________
3567 [  9175] By: jhi                                   on 2001/03/16  02:53:32
3568         Log: Subject: [PATCH] the uncontroversial doc patches
3569              From: Michael Stevens <michael@etla.org>
3570              Date: Thu, 15 Mar 2001 20:01:12 +0000
3571              Message-ID: <20010315200112.A7636@firedrake.org>
3572      Branch: perl
3573            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
3574            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
3575            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
3576            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
3577            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
3578 ____________________________________________________________________________
3579 [  9174] By: jhi                                   on 2001/03/16  02:50:49
3580         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
3581              From: Paul Lindner <lindner@inuus.com>
3582              Date: Fri, 16 Mar 2001 11:28:03 -0800
3583              Message-ID: <20010316112803.A7577@inuus.com>
3584      Branch: perl
3585            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
3586 ____________________________________________________________________________
3587 [  9173] By: nick                                  on 2001/03/15  20:21:03
3588         Log: 1st day's EBCDIC fixes:
3589              - toke.c's parsing of strings needed attention
3590              needed to conditionally e2a if string was already UTF-8
3591              - e2a/a2e tables where wrong way round.
3592              - new macros in utf8.h
3593      Branch: perlio
3594            ! perl.h toke.c utf8.h
3595 ____________________________________________________________________________
3596 [  9172] By: jhi                                   on 2001/03/15  15:17:17
3597         Log: Update Changes.
3598      Branch: perl
3599            ! Changes patchlevel.h
3600 ____________________________________________________________________________
3601 [  9171] By: jhi                                   on 2001/03/15  15:09:32
3602         Log: Subject: Re: Another Borland C++ problem.
3603              From: "Vadim Konovalov" <watman@inbox.ru>
3604              Date: Sat, 10 Mar 2001 19:26:07 +0300
3605              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
3606              
3607              Borland filename case problem.
3608      Branch: perl
3609            + win32/sncfnmcs.pl
3610            ! MANIFEST README.win32
3611 ____________________________________________________________________________
3612 [  9170] By: jhi                                   on 2001/03/15  14:54:23
3613         Log: Add Locale::Codes 1.06, from Neil Bowers.
3614      Branch: perl
3615            + lib/Locale/Constants.pm lib/Locale/Country.pm
3616            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
3617            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
3618            + t/lib/lc-language.t t/lib/lc-uk.t
3619            ! MANIFEST
3620 ____________________________________________________________________________
3621 [  9169] By: jhi                                   on 2001/03/15  14:19:01
3622         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
3623      Branch: perl
3624            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3625            ! ext/Storable/Storable.xs
3626 ____________________________________________________________________________
3627 [  9168] By: jhi                                   on 2001/03/15  14:13:22
3628         Log: Integrate changes #9120,9167 from mainline to maintperl.
3629              
3630              Subject: [PATCH 5.6.1] OS/2 docs
3631              
3632              Subject: [PATCH 5.6.1] perldoc
3633      Branch: maint-5.6/perl
3634           !> os2/Changes utils/perldoc.PL
3635 ____________________________________________________________________________
3636 [  9167] By: jhi                                   on 2001/03/15  14:07:42
3637         Log: Subject: [PATCH 5.6.1] perldoc
3638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3639              Date: Wed, 14 Mar 2001 23:46:52 -0500
3640              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
3641      Branch: perl
3642            ! utils/perldoc.PL
3643 ____________________________________________________________________________
3644 [  9166] By: jhi                                   on 2001/03/15  13:53:15
3645         Log: sigaction test condition tweakage.
3646      Branch: perl
3647            ! t/lib/sigaction.t
3648 ____________________________________________________________________________
3649 [  9165] By: alanbur                               on 2001/03/15  03:49:17
3650         Log: Resynchronised with parent
3651      Branch: maint-5.6/pureperl
3652           +> os2/os2add.sym t/op/anonsub.t
3653           !> (integrate 72 files)
3654 ____________________________________________________________________________
3655 [  9164] By: jhi                                   on 2001/03/15  01:05:01
3656         Log: Avoid stomping off the beginning of an array in tr///.
3657      Branch: perl
3658            ! op.c
3659 ____________________________________________________________________________
3660 [  9163] By: jhi                                   on 2001/03/15  00:58:57
3661         Log: h2ph strictness and cleanliness from Kurt Starsinic.
3662      Branch: perl
3663            ! utils/h2ph.PL
3664 ____________________________________________________________________________
3665 [  9162] By: gsar                                  on 2001/03/15  00:56:53
3666         Log: avoid warnings
3667      Branch: maint-5.6/perl
3668            ! t/op/magic.t
3669 ____________________________________________________________________________
3670 [  9161] By: gsar                                  on 2001/03/15  00:52:09
3671         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
3672              results
3673      Branch: maint-5.6/perl
3674            ! t/op/magic.t
3675 ____________________________________________________________________________
3676 [  9160] By: jhi                                   on 2001/03/14  22:02:10
3677         Log: Do not use the Perl malloc in IRIX, suggested by
3678              Helmus Jarausch.
3679      Branch: perl
3680            ! hints/irix_6.sh
3681 ____________________________________________________________________________
3682 [  9159] By: nick                                  on 2001/03/14  21:45:59
3683         Log: Integrate mainline
3684      Branch: perlio
3685           +> t/op/loopctl.t
3686           !> (integrate 41 files)
3687 ____________________________________________________________________________
3688 [  9158] By: jhi                                   on 2001/03/14  21:10:09
3689         Log: The Day of the Retractions continues: the #9138
3690              (integrated in #9144) doesn't work well in mainline.
3691      Branch: perl
3692            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3693            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3694            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3695 ____________________________________________________________________________
3696 [  9157] By: jhi                                   on 2001/03/14  20:58:12
3697         Log: The #9145 CANNOT be enabled: the clear_pmop code still
3698              dumps core all over in Tru64.
3699      Branch: perl
3700            ! op.c op.h t/op/pat.t
3701 ____________________________________________________________________________
3702 [  9156] By: jhi                                   on 2001/03/14  20:48:06
3703         Log: Integrate change #9154 from maintperl to mainline.
3704              
3705              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
3706              (caused Storable 1.0.10 to break on windows)
3707      Branch: perl
3708           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
3709           !> perlapi.c proto.h
3710 ____________________________________________________________________________
3711 [  9155] By: jhi                                   on 2001/03/14  20:23:53
3712         Log: Retract #9136: breaks threading (and binary compatibility).
3713      Branch: perl
3714            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3715 ____________________________________________________________________________
3716 [  9154] By: gsar                                  on 2001/03/14  17:48:18
3717         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
3718              (caused Storable 1.0.10 to break on windows)
3719      Branch: maint-5.6/perl
3720            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
3721            ! perlapi.c proto.h
3722 ____________________________________________________________________________
3723 [  9153] By: jhi                                   on 2001/03/14  13:35:21
3724         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
3725      Branch: perl
3726            ! t/lib/sigaction.t
3727 ____________________________________________________________________________
3728 [  9152] By: gsar                                  on 2001/03/14  07:29:40
3729         Log: back out changes#9012,9010,9009 and parts of change#9016
3730              (causes ABRs under purify, and some prerequisites don't
3731              seem to be there in 5.6.x)
3732      Branch: maint-5.6/perl
3733            ! doop.c op.c t/op/tr.t toke.c
3734 ____________________________________________________________________________
3735 [  9151] By: gsar                                  on 2001/03/14  07:01:29
3736         Log: reenable change#9145 (the test was busted due to a missing
3737              C<print "ok 27\n">)
3738      Branch: perl
3739            ! op.c op.h t/op/pat.t
3740 ____________________________________________________________________________
3741 [  9150] By: jhi                                   on 2001/03/14  06:38:36
3742         Log: Retract #9145.
3743      Branch: perl
3744            ! op.c op.h t/op/pat.t
3745 ____________________________________________________________________________
3746 [  9149] By: jhi                                   on 2001/03/14  06:14:56
3747         Log: Retract #9143.
3748      Branch: perl
3749            ! op.c
3750 ____________________________________________________________________________
3751 [  9148] By: gsar                                  on 2001/03/14  06:13:02
3752         Log: Uninitialized Memory Read in regexec.c
3753      Branch: perl
3754            ! regexec.c
3755 ____________________________________________________________________________
3756 [  9147] By: jhi                                   on 2001/03/14  04:59:54
3757         Log: Subject: PATCH: make goto work in nested eval ""
3758              From: Robin Houston <robin@kitsite.com>
3759              Date: Wed, 14 Mar 2001 04:16:10 +0000
3760              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
3761      Branch: perl
3762            ! pp_ctl.c t/op/goto.t
3763 ____________________________________________________________________________
3764 [  9146] By: jhi                                   on 2001/03/14  04:42:54
3765         Log: Preserve the #ifdef PERL_CORE in perly.h.
3766      Branch: perl
3767            ! perly.fixer
3768 ____________________________________________________________________________
3769 [  9145] By: jhi                                   on 2001/03/14  03:57:41
3770         Log: (Retracted by #9150.)
3771      Branch: perl
3772            ! op.c op.h t/op/pat.t
3773 ____________________________________________________________________________
3774 [  9144] By: jhi                                   on 2001/03/14  03:50:38
3775         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
3776              
3777              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
3778              
3779              remove squelch controls for "Scalars leaked" messages in most places
3780              (these are now cured)
3781              
3782              fix another memory leak reported by purify (tie callbacks that
3783              croak can leak when wiping out magic)
3784      Branch: perl
3785           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
3786           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
3787           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
3788           !> t/pragma/warnings.t
3789 ____________________________________________________________________________
3790 [  9143] By: jhi                                   on 2001/03/14  03:37:53
3791         Log: (Retracted by #9149.)
3792      Branch: perl
3793            ! op.c
3794 ____________________________________________________________________________
3795 [  9142] By: gsar                                  on 2001/03/14  03:20:48
3796         Log: fix another memory leak reported by purify (tie callbacks that
3797              croak can leak when wiping out magic)
3798      Branch: maint-5.6/perl
3799            ! scope.c
3800 ____________________________________________________________________________
3801 [  9141] By: jhi                                   on 2001/03/14  02:55:00
3802         Log: Subject: PATCH for [ID 20010305.003]
3803              From: Robin Houston <robin@kitsite.com>
3804              Date: Wed, 14 Mar 2001 02:45:51 +0000
3805              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
3806      Branch: perl
3807            ! pp_ctl.c t/op/eval.t
3808 ____________________________________________________________________________
3809 [  9140] By: jhi                                   on 2001/03/14  02:41:54
3810         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
3811              Date: Wed, 14 Mar 2001 01:52:51 +0000
3812              From: Robin Houston <robin@kitsite.com>
3813              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
3814              
3815              Fix for 2000313.004.
3816      Branch: perl
3817            ! pp_ctl.c t/op/goto.t
3818 ____________________________________________________________________________
3819 [  9139] By: jhi                                   on 2001/03/14  02:40:50
3820         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
3821              From: Robin Houston <robin@kitsite.com>
3822              Date: Wed, 14 Mar 2001 00:43:45 +0000
3823              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
3824      Branch: perl
3825            + t/op/loopctl.t
3826            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
3827            ! vms/perly_c.vms
3828 ____________________________________________________________________________
3829 [  9138] By: gsar                                  on 2001/03/14  01:18:00
3830         Log: remove squelch controls for "Scalars leaked" messages in most places
3831              (these are now cured)
3832      Branch: maint-5.6/perl
3833            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
3834            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
3835            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
3836 ____________________________________________________________________________
3837 [  9137] By: gsar                                  on 2001/03/14  00:57:04
3838         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
3839      Branch: maint-5.6/perl
3840            ! regcomp.c
3841 ____________________________________________________________________________
3842 [  9136] By: jhi                                   on 2001/03/13  23:12:24
3843         Log: (Retracted by #9155)
3844              
3845              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
3846              From: Jens-Uwe Mager <jum@helios.de>
3847              Date: Wed, 21 Feb 2001 21:32:04 +0100
3848              Message-ID: <20010221213203.A18340@ans.helios.de>
3849      Branch: perl
3850            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
3851 ____________________________________________________________________________
3852 [  9135] By: jhi                                   on 2001/03/13  22:50:05
3853         Log: Integrate perlio.
3854      Branch: perl
3855           !> pp.c
3856 ____________________________________________________________________________
3857 [  9134] By: jhi                                   on 2001/03/13  22:49:05
3858         Log: Integrate change #9131 from maintperl into mainline.
3859              
3860              make the error text look more consistent in hints/hpux.sh
3861      Branch: perl
3862           !> hints/hpux.sh
3863 ____________________________________________________________________________
3864 [  9133] By: gsar                                  on 2001/03/13  22:46:20
3865         Log: integrate change#9067 from mainline
3866              
3867              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
3868      Branch: maint-5.6/perl
3869           !> lib/ExtUtils/MM_Unix.pm
3870 ____________________________________________________________________________
3871 [  9132] By: jhi                                   on 2001/03/13  22:41:21
3872         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
3873              From: "John P. Linderman" <jpl@research.att.com>
3874              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
3875              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
3876              
3877              A more correct prime finder.
3878      Branch: perl
3879            ! lib/Tie/SubstrHash.pm
3880 ____________________________________________________________________________
3881 [  9131] By: gsar                                  on 2001/03/13  22:30:42
3882         Log: make the error text look more consistent in hints/hpux.sh
3883      Branch: maint-5.6/perl
3884            ! hints/hpux.sh
3885 ____________________________________________________________________________
3886 [  9130] By: jhi                                   on 2001/03/13  22:23:44
3887         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
3888              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3889              Date: Tue, 13 Mar 2001 18:41:26 +0100
3890              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
3891              
3892              If the test is run non-interactively the default handler
3893              is different.
3894      Branch: perl
3895            ! t/lib/sigaction.t
3896 ____________________________________________________________________________
3897 [  9129] By: jhi                                   on 2001/03/13  22:20:21
3898         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
3899              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3900              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
3901              Date:     Tue, 13 Mar 2001 16:44:32 EST
3902      Branch: perl
3903            ! t/lib/1_compile.t
3904 ____________________________________________________________________________
3905 [  9128] By: jhi                                   on 2001/03/13  22:18:34
3906         Log: Subject: Another patch for integer.pm POD 
3907              From: "John L. Allen" <allen@grumman.com>
3908              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
3909              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
3910      Branch: perl
3911            ! lib/integer.pm
3912 ____________________________________________________________________________
3913 [  9127] By: nick                                  on 2001/03/13  21:26:30
3914         Log: Integrate mainline.
3915      Branch: perlio
3916           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
3917           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
3918           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
3919           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
3920           !> Changes Configure MANIFEST README.os2 README.os390
3921           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
3922           !> os2/Changes patchlevel.h win32/perlhost.h
3923 ____________________________________________________________________________
3924 [  9126] By: nick                                  on 2001/03/13  20:39:51
3925         Log: #ifdef'ed out code to make packed side of pack/unpack
3926              octets. (i.e. pack('U') => encode_utf8).
3927      Branch: perlio
3928            ! pp.c
3929 ____________________________________________________________________________
3930 [  9125] By: jhi                                   on 2001/03/13  15:07:16
3931         Log: Update Changes.
3932      Branch: perl
3933            ! Changes patchlevel.h
3934 ____________________________________________________________________________
3935 [  9124] By: jhi                                   on 2001/03/13  14:22:45
3936         Log: Workaround for the buggy ("internal compiler error")
3937              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
3938              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
3939              of Andreas König.
3940      Branch: perl
3941            ! ext/re/Makefile.PL hints/aix.sh
3942 ____________________________________________________________________________
3943 [  9123] By: jhi                                   on 2001/03/13  03:24:34
3944         Log: Typo in #9114.
3945      Branch: metaconfig
3946            ! U/modified/myhostname.U
3947 ____________________________________________________________________________
3948 [  9122] By: jhi                                   on 2001/03/13  03:24:06
3949         Log: Typo in #9113.
3950      Branch: perl
3951            ! Configure
3952 ____________________________________________________________________________
3953 [  9121] By: jhi                                   on 2001/03/13  01:53:05
3954         Log: Forgot to check-in the larger part of #9120, duh.
3955      Branch: perl
3956            ! README.os2
3957 ____________________________________________________________________________
3958 [  9120] By: jhi                                   on 2001/03/13  01:51:31
3959         Log: Subject: [PATCH 5.6.1] OS/2 docs
3960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3961              Date: Mon, 12 Mar 2001 03:27:32 -0500
3962              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
3963      Branch: perl
3964            ! os2/Changes
3965 ____________________________________________________________________________
3966 [  9119] By: jhi                                   on 2001/03/13  01:49:41
3967         Log: Integrate change #9116 from maintperl into mainline.
3968              
3969              Win32::GetCwd() returns C: instead of C:\ in the root directory
3970              under ithreads
3971      Branch: perl
3972           !> win32/perlhost.h
3973 ____________________________________________________________________________
3974 [  9118] By: jhi                                   on 2001/03/13  01:13:39
3975         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
3976      Branch: perl
3977            + lib/Switch.pm t/lib/switch.t
3978            ! MANIFEST
3979 ____________________________________________________________________________
3980 [  9117] By: jhi                                   on 2001/03/13  01:03:17
3981         Log: Add Text::Balanced 1.83.
3982      Branch: perl
3983            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
3984            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
3985            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
3986            + t/lib/tb-xvari.t
3987            ! MANIFEST
3988 ____________________________________________________________________________
3989 [  9116] By: gsar                                  on 2001/03/13  00:55:53
3990         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
3991              under ithreads
3992      Branch: maint-5.6/perl
3993            ! win32/perlhost.h
3994 ____________________________________________________________________________
3995 [  9115] By: jhi                                   on 2001/03/13  00:54:09
3996         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
3997              From: "John L. Allen" <allen@grumman.com>
3998              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
3999              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
4000              
4001              use integer document clarification.
4002      Branch: perl
4003            ! lib/integer.pm
4004 ____________________________________________________________________________
4005 [  9114] By: jhi                                   on 2001/03/13  00:38:54
4006         Log: Metaconfig unit change for #9113.
4007      Branch: metaconfig
4008            ! U/modified/myhostname.U
4009 ____________________________________________________________________________
4010 [  9113] By: jhi                                   on 2001/03/13  00:38:35
4011         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?)
4012              From: Peter Prymmer <pvhp@forte.com>
4013              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
4014              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
4015      Branch: perl
4016            ! Configure README.os390 hints/os390.sh
4017 ____________________________________________________________________________
4018 [  9112] By: jhi                                   on 2001/03/13  00:29:00
4019         Log: Integrate perlio.
4020      Branch: perl
4021           !> sv.c utf8.h
4022 ____________________________________________________________________________
4023 [  9111] By: nick                                  on 2001/03/12  21:16:33
4024         Log: Integrate mainline.
4025      Branch: perlio
4026           +> t/op/anonsub.t
4027           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4028           !> proto.h sv.c
4029 ____________________________________________________________________________
4030 [  9110] By: nick                                  on 2001/03/12  21:00:13
4031         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
4032      Branch: perlio
4033            ! sv.c utf8.h
4034 ____________________________________________________________________________
4035 [  9109] By: jhi                                   on 2001/03/12  16:04:47
4036         Log: Integrate change #9108 from maintperl to mainline.
4037              
4038              fix memory leak in C<sub X { sub {} }> arising from a refcount
4039              loop between the outer sub and the inner prototype anonsub
4040              
4041              this also enables closures returned by subroutines that
4042              subsequently get redefined to work without generating coredumps :)
4043              
4044              completely removed the free_closures() hack--it shouldn't be
4045              needed anymore
4046      Branch: perl
4047           +> t/op/anonsub.t
4048           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4049           !> proto.h sv.c
4050 ____________________________________________________________________________
4051 [  9108] By: gsar                                  on 2001/03/12  10:21:31
4052         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
4053              loop between the outer sub and the inner prototype anonsub
4054              
4055              this also enables closures returned by subroutines that
4056              subsequently get redefined to work without generating coredumps :)
4057              
4058              completely removed the free_closures() hack--it shouldn't be
4059              needed anymore
4060      Branch: maint-5.6/perl
4061            + t/op/anonsub.t
4062            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
4063            ! proto.h sv.c
4064 ____________________________________________________________________________
4065 [  9107] By: jhi                                   on 2001/03/12  05:15:31
4066         Log: Integrate perlio.
4067      Branch: perl
4068           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
4069 ____________________________________________________________________________
4070 [  9106] By: nick                                  on 2001/03/11  20:10:12
4071         Log: regcomp.c is working in native space, not Unicode space (if different)
4072              as it is doing compare against 'W' in \W etc.
4073      Branch: perlio
4074            ! regcomp.c
4075 ____________________________________________________________________________
4076 [  9105] By: nick                                  on 2001/03/11  19:39:34
4077         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
4078              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
4079      Branch: perlio
4080            ! regcomp.c toke.c utf8.c
4081 ____________________________________________________________________________
4082 [  9104] By: nick                                  on 2001/03/11  18:15:44
4083         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
4084      Branch: perlio
4085            ! sv.c
4086 ____________________________________________________________________________
4087 [  9103] By: nick                                  on 2001/03/11  18:03:28
4088         Log: Integrate mainline (for regexp stuff).
4089      Branch: perlio
4090           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4091           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
4092           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
4093           !> t/lib/errno.t t/op/pat.t
4094 ____________________________________________________________________________
4095 [  9102] By: nick                                  on 2001/03/11  17:44:20
4096         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
4097              - exclude layer syms in makedef.pl for sfio
4098              - also inhibit Encode from trying to build ":encode()" layer.
4099      Branch: perlio
4100            ! ext/Encode/Encode.xs makedef.pl
4101 ____________________________________________________________________________
4102 [  9101] By: jhi                                   on 2001/03/10  22:38:13
4103         Log: The $Is_MacOS needs to be declared.
4104      Branch: perl
4105            ! lib/ExtUtils/Manifest.pm
4106 ____________________________________________________________________________
4107 [  9100] By: jhi                                   on 2001/03/10  22:14:29
4108         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
4109              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
4110              pollute the symbolspace if using sfio.
4111      Branch: perl
4112            ! ext/Encode/Encode.xs
4113 ____________________________________________________________________________
4114 [  9099] By: jhi                                   on 2001/03/10  21:58:48
4115         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
4116              Date: Sat, 10 Mar 2001 14:23:55 -0500
4117              From: Chris Nandor <pudge@pobox.com>
4118              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
4119      Branch: perl
4120            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4121            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
4122            ! t/lib/errno.t
4123 ____________________________________________________________________________
4124 [  9098] By: jhi                                   on 2001/03/10  21:38:30
4125         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
4126      Branch: perl
4127            ! regcomp.c regexec.c t/op/pat.t
4128 ____________________________________________________________________________
4129 [  9097] By: jhi                                   on 2001/03/10  14:38:07
4130         Log: Integrate perlio.
4131      Branch: perl
4132           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
4133           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
4134           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
4135 ____________________________________________________________________________
4136 [  9096] By: nick                                  on 2001/03/10  11:55:43
4137         Log: EBCDIC sanity - phase I
4138              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
4139              - use utf8n_xxxx (c.f. pvn) for forms which take length.
4140              - back out vN.N and $^V exceptions to e2a/a2e
4141              - make "locale" isxxx macros be uvchr (may be redundant?)
4142              
4143              Not clear yet that toUPPER_uni et. al. return being handled correctly.
4144              The tr// and rexexp stuff still needs an audit, assumption is they are working
4145              in Unicode space.
4146              
4147              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
4148      Branch: perlio
4149            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
4150            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
4151            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
4152 ____________________________________________________________________________
4153 [  9095] By: jhi                                   on 2001/03/09  22:10:01
4154         Log: Integrate perlio.
4155      Branch: perl
4156           !> dump.c
4157 ____________________________________________________________________________
4158 [  9094] By: nick                                  on 2001/03/09  17:36:38
4159         Log: Builds an passes all tests after integrate and this tweak.
4160      Branch: perlio
4161            ! dump.c
4162 ____________________________________________________________________________
4163 [  9093] By: nick                                  on 2001/03/09  17:16:03
4164         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
4165      Branch: perlio
4166           +> lib/unicode/Scripts.txt t/lib/sigaction.t
4167           !> (integrate 79 files)
4168 ____________________________________________________________________________
4169 [  9092] By: jhi                                   on 2001/03/09  15:28:26
4170         Log: Update Changes.
4171      Branch: perl
4172            ! Changes patchlevel.h
4173 ____________________________________________________________________________
4174 [  9091] By: jhi                                   on 2001/03/09  15:25:05
4175         Log: In op/stat #35 better to scan all the potential directories
4176              for setuids, not just the first one.
4177      Branch: perl
4178            ! t/op/stat.t
4179 ____________________________________________________________________________
4180 [  9090] By: jhi                                   on 2001/03/09  15:01:27
4181         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
4182              From: rspier@pobox.com (Robert Spier)
4183              Date: Fri, 9 Mar 2001 03:30:20 -0500
4184              Message-ID: <15016.38044.381174.160189@rls.cx>
4185              
4186              EXISTS() returning undef mistakenly triggered a FETCH().
4187      Branch: perl
4188            ! hv.c
4189 ____________________________________________________________________________
4190 [  9089] By: jhi                                   on 2001/03/09  14:59:02
4191         Log: Add /sbin and /usr/sbin to the list of directories scanned
4192              for setuid programs.  Takes care of bug id 20010309.003.
4193      Branch: perl
4194            ! t/op/stat.t
4195 ____________________________________________________________________________
4196 [  9088] By: jhi                                   on 2001/03/09  14:48:32
4197         Log: Regen perlapi, perltoc.
4198      Branch: perl
4199            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
4200 ____________________________________________________________________________
4201 [  9087] By: jhi                                   on 2001/03/09  14:38:56
4202         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
4203              From: David Mitchell <davem@fdgroup.co.uk>
4204              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
4205              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
4206      Branch: perl
4207            ! dump.c perl.c perl.h pod/perlrun.pod
4208 ____________________________________________________________________________
4209 [  9086] By: jhi                                   on 2001/03/09  01:47:16
4210         Log: A modified version of
4211              
4212              Subject: [ID 20010307.005] POSIX::sigaction has various problems
4213              From: anders@broadcom.com
4214              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
4215              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
4216              
4217              Currently the sigaction.t test #6 fails (and is fudged to look
4218              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
4219              This may well be a genuine bug in Linux sigaction() (since at
4220              least Tru64, Solaris, and HP-UX disagree with Linux).
4221              Anyone with POSIX / SUSv2 tome handy?  The problem is that
4222              the flags of the oldaction don't match with the flags in
4223              the previously installed disposition.
4224      Branch: perl
4225            + t/lib/sigaction.t
4226            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4227 ____________________________________________________________________________
4228 [  9085] By: jhi                                   on 2001/03/09  01:30:13
4229         Log: Subject: Re: mission impossible for the day
4230              From: Alex Gough <alex@rcon.org>
4231              Date: Thu, 08 Mar 2001 17:18:19 +0000
4232              Message-ID: <3AA7BEDB.8070409@rcon.org>
4233              
4234              If references (are overloaded) and can be directly stringified,
4235              show that instead of "stringified".
4236              
4237              (The problem, infinite mutual recursion caused by overloaded bool
4238              in Switch.pm, tracked by David Mitchell)
4239      Branch: perl
4240            ! lib/Carp/Heavy.pm
4241 ____________________________________________________________________________
4242 [  9084] By: jhi                                   on 2001/03/09  01:20:39
4243         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
4244              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
4245              From: David Mitchell <davem@fdgroup.co.uk>
4246              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
4247      Branch: perl
4248            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
4249            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
4250 ____________________________________________________________________________
4251 [  9083] By: jhi                                   on 2001/03/09  01:16:51
4252         Log: Subject: [PATCH] perldata.pod here-doc docs
4253              From: Jeff Pinyan <jeffp@crusoe.net>
4254              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
4255              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
4256      Branch: perl
4257            ! pod/perldata.pod
4258 ____________________________________________________________________________
4259 [  9082] By: jhi                                   on 2001/03/09  01:01:27
4260         Log: Subject: Re: Unicode/EBCDIC
4261              From: Peter Prymmer <pvhp@forte.com>
4262              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
4263              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
4264      Branch: perl
4265            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
4266 ____________________________________________________________________________
4267 [  9081] By: jhi                                   on 2001/03/08  13:41:30
4268         Log: Subject: Ooops, wrong 'no *POSIX' Patch
4269              From: Dorner Thomas <Thomas.Dorner@start.de>
4270              Date: Thu, 8 Mar 2001 08:43:28 +0100
4271              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
4272      Branch: perl
4273            ! hints/posix-bc.sh
4274 ____________________________________________________________________________
4275 [  9080] By: jhi                                   on 2001/03/08  13:11:42
4276         Log: It's Scripts.txt, not Script.txt.
4277      Branch: perl
4278            ! MANIFEST
4279 ____________________________________________________________________________
4280 [  9079] By: jhi                                   on 2001/03/08  12:59:05
4281         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4282              From: Dorner Thomas <Thomas.Dorner@start.de>
4283              Date: Wed, 7 Mar 2001 14:13:31 +0100
4284              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4285      Branch: perl
4286            ! makedepend.SH
4287 ____________________________________________________________________________
4288 [  9078] By: jhi                                   on 2001/03/08  12:57:43
4289         Log: Retract #9069, wrong patch.
4290      Branch: perl
4291            ! Makefile.SH
4292 ____________________________________________________________________________
4293 [  9077] By: jhi                                   on 2001/03/08  01:06:13
4294         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
4295      Branch: perl
4296            + lib/unicode/Scripts.txt
4297            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
4298            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
4299            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
4300            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
4301            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
4302            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
4303            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
4304            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
4305            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
4306            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
4307            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
4308            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
4309            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
4310            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
4311            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
4312            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
4313            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
4314            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
4315            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
4316            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
4317            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
4318            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
4319            ! lib/unicode/version
4320 ____________________________________________________________________________
4321 [  9076] By: jhi                                   on 2001/03/07  22:59:39
4322         Log: Integrate change #7784 from mainline into maintperl.
4323              
4324              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
4325      Branch: maint-5.6/perl
4326           !> pp_ctl.c t/op/pat.t
4327 ____________________________________________________________________________
4328 [  9075] By: jhi                                   on 2001/03/07  22:05:11
4329         Log: More UTF-8 test tweaks.
4330      Branch: perl
4331            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
4332 ____________________________________________________________________________
4333 [  9074] By: nick                                  on 2001/03/07  21:39:29
4334         Log: Integrate mainline.
4335      Branch: perlio
4336           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
4337           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
4338           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
4339           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
4340           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
4341 ____________________________________________________________________________
4342 [  9073] By: jhi                                   on 2001/03/07  16:37:09
4343         Log: Update Changes.
4344      Branch: perl
4345            ! Changes patchlevel.h
4346 ____________________________________________________________________________
4347 [  9072] By: jhi                                   on 2001/03/07  16:32:30
4348         Log: Subject: [ID 20010306.004] || != named unary operator
4349              From: abela@geneanet.org
4350              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
4351              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
4352      Branch: perl
4353            ! pod/perlop.pod
4354 ____________________________________________________________________________
4355 [  9071] By: jhi                                   on 2001/03/07  15:14:11
4356         Log: Subject: downgrading to bytes for common functions
4357              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
4358              Date: Wed, 7 Mar 2001 02:36:55 -0500
4359              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
4360      Branch: perl
4361            ! pp_sys.c
4362 ____________________________________________________________________________
4363 [  9070] By: jhi                                   on 2001/03/07  15:04:58
4364         Log: Clarify the description differentiating for and while; inspired by
4365              
4366              Subject: [ID 20010306.002] for/while difference in for definition
4367              From: abela@geneanet.org
4368              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
4369              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
4370      Branch: perl
4371            ! pod/perlsyn.pod
4372 ____________________________________________________________________________
4373 [  9069] By: jhi                                   on 2001/03/07  14:55:30
4374         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
4375              From: Dorner Thomas <Thomas.Dorner@start.de>
4376              Date: Wed, 7 Mar 2001 14:13:31 +0100
4377              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
4378      Branch: perl
4379            ! Makefile.SH
4380 ____________________________________________________________________________
4381 [  9068] By: jhi                                   on 2001/03/07  14:51:17
4382         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
4383              From: Radu Greab <radu@netsoft.ro>
4384              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
4385              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
4386      Branch: perl
4387            ! pp.c t/op/chop.t
4388 ____________________________________________________________________________
4389 [  9067] By: jhi                                   on 2001/03/07  14:48:57
4390         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4391              From: Simon Cozens <simon@netthink.co.uk>
4392              Date: Wed, 7 Mar 2001 13:59:28 +0000
4393              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
4394              
4395              In order to allow MakeMaker to build correct Makefiles,
4396              you need to change the order of the arguments in MM_Unix.pm
4397              as well. (Unless you have C89_CCMODE set, but we're trying
4398              to be POSIXly correct)
4399              
4400              Thanks to Merijn Broeren for tracking this down.
4401      Branch: perl
4402            ! lib/ExtUtils/MM_Unix.pm
4403 ____________________________________________________________________________
4404 [  9066] By: jhi                                   on 2001/03/07  14:30:02
4405         Log: Floating point too messy.
4406      Branch: perl
4407            ! t/camel-III/vstring.t
4408 ____________________________________________________________________________
4409 [  9065] By: jhi                                   on 2001/03/07  14:17:44
4410         Log: Integrate change #9064 from maintperl into mainline.
4411              
4412              fix memory leak in pack("Bb",...)
4413      Branch: perl
4414           !> perl.c
4415 ____________________________________________________________________________
4416 [  9064] By: gsar                                  on 2001/03/07  06:29:24
4417         Log: fix memory leak in pack("Bb",...)
4418      Branch: maint-5.6/perl
4419            ! perl.c
4420 ____________________________________________________________________________
4421 [  9063] By: jhi                                   on 2001/03/07  00:55:04
4422         Log: Major utf8 test reorganisation and rewrite.
4423              Hopefully no tests were lost in the shuffle.
4424              (The beginning of pragma/utf8 was lost intentionally,
4425              the tests were rather bogus and incomplete.)
4426      Branch: perl
4427            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
4428            ! t/pragma/utf8.t
4429 ____________________________________________________________________________
4430 [  9062] By: jhi                                   on 2001/03/07  00:41:16
4431         Log: More tweakage on the Unicode character class descriptions.
4432      Branch: perl
4433            ! lib/unicode/mktables.PL pod/perlretut.pod
4434 ____________________________________________________________________________
4435 [  9061] By: jhi                                   on 2001/03/06  23:12:38
4436         Log: The perlretut was still talking about the old \p and \P
4437              definitions.
4438      Branch: perl
4439            ! pod/perlretut.pod
4440 ____________________________________________________________________________
4441 [  9060] By: nick                                  on 2001/03/06  20:52:37
4442         Log: Integrate mainline (make test works again now).
4443      Branch: perlio
4444           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
4445 ____________________________________________________________________________
4446 [  9059] By: jhi                                   on 2001/03/06  15:36:14
4447         Log: 0.999... does equal 1.0, doesn't it?
4448      Branch: perl
4449            ! t/camel-III/vstring.t
4450 ____________________________________________________________________________
4451 [  9058] By: jhi                                   on 2001/03/06  15:34:00
4452         Log: Make /x{abcd}/ to work without use utf8.
4453      Branch: perl
4454            ! regcomp.c
4455 ____________________________________________________________________________
4456 [  9057] By: jhi                                   on 2001/03/06  03:02:36
4457         Log: Easier to outcomment all the three reset() tests for now.
4458      Branch: perl
4459            ! t/op/pat.t
4460 ____________________________________________________________________________
4461 [  9056] By: jhi                                   on 2001/03/06  02:30:02
4462         Log: Comment out the deadly reset; until the 20010301.005
4463              is finally fixed.
4464      Branch: perl
4465            ! t/op/pat.t
4466 ____________________________________________________________________________
4467 [  9055] By: jhi                                   on 2001/03/06  02:21:26
4468         Log: Integrate the change #9054 from mainline:
4469              retract the PMOP cleanup patch pending further investigation.
4470      Branch: maint-5.6/perl
4471           !> op.c op.h
4472 ____________________________________________________________________________
4473 [  9054] By: jhi                                   on 2001/03/06  02:19:57
4474         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
4475              with oddly familiar stack traces.
4476      Branch: perl
4477            ! op.c op.h
4478 ____________________________________________________________________________
4479 [  9053] By: jhi                                   on 2001/03/05  23:20:28
4480         Log: Integrate perlio.
4481      Branch: perl
4482           +> ext/Encode/Encode/koi8-r.ucm
4483           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
4484           !> makedef.pl
4485 ____________________________________________________________________________
4486 [  9052] By: nick                                  on 2001/03/05  23:08:17
4487         Log: skipping USE_PERLIO symbols correction.
4488      Branch: perlio
4489            ! makedef.pl
4490 ____________________________________________________________________________
4491 [  9051] By: nick                                  on 2001/03/05  22:35:07
4492         Log: More Encode alias tidying.
4493      Branch: perlio
4494            + ext/Encode/Encode/koi8-r.ucm
4495            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
4496 ____________________________________________________________________________
4497 [  9050] By: jhi                                   on 2001/03/05  21:44:29
4498         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
4499              Sarathy's fix for ID 20010301.005.
4500      Branch: maint-5.6/perl
4501           !> op.c op.h
4502 ____________________________________________________________________________
4503 [  9049] By: nick                                  on 2001/03/05  19:54:04
4504         Log: Integrate Jarkko's Encode.pm tweak.
4505      Branch: perlio
4506           !> ext/Encode/Encode.pm
4507 ____________________________________________________________________________
4508 [  9048] By: nick                                  on 2001/03/05  19:47:57
4509         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
4510      Branch: perlio
4511           +> os2/os2add.sym
4512           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
4513           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
4514           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4515           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
4516           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
4517 ____________________________________________________________________________
4518 [  9047] By: jhi                                   on 2001/03/05  19:25:26
4519         Log: Regen perlapi.
4520      Branch: perl
4521            ! pod/perlapi.pod
4522 ____________________________________________________________________________
4523 [  9046] By: jhi                                   on 2001/03/05  19:12:14
4524         Log: Integrate perlio.
4525      Branch: perl
4526           +> t/camel-III/vstring.t
4527           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
4528 ____________________________________________________________________________
4529 [  9045] By: jhi                                   on 2001/03/05  19:10:36
4530         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
4531      Branch: perl
4532            ! ext/Encode/Encode.pm
4533 ____________________________________________________________________________
4534 [  9044] By: jhi                                   on 2001/03/05  18:49:12
4535         Log: Forgot the other half of the PMOP patch (#9033).
4536      Branch: perl
4537            ! op.h
4538 ____________________________________________________________________________
4539 [  9043] By: nick                                  on 2001/03/05  18:14:47
4540         Log: Update MANIFEST for new test.
4541      Branch: perlio
4542            ! MANIFEST
4543 ____________________________________________________________________________
4544 [  9042] By: nick                                  on 2001/03/05  18:12:41
4545         Log: Some tests for Camel 3rd edition features.
4546              Make gethostbyaddr() test in above work.
4547      Branch: perlio
4548            + t/camel-III/vstring.t
4549            ! pp.h pp_sys.c t/TEST t/harness
4550 ____________________________________________________________________________
4551 [  9041] By: jhi                                   on 2001/03/05  17:41:48
4552         Log: Add more ISO 8859 encoding aliases.
4553      Branch: perl
4554            ! ext/Encode/Encode.pm
4555 ____________________________________________________________________________
4556 [  9040] By: jhi                                   on 2001/03/05  17:30:43
4557         Log: Integrate perlio.
4558      Branch: perl
4559           !> MANIFEST sv.c
4560 ____________________________________________________________________________
4561 [  9039] By: nick                                  on 2001/03/05  17:11:36
4562         Log: Missed added file.
4563      Branch: perlio
4564            ! MANIFEST
4565 ____________________________________________________________________________
4566 [  9038] By: jhi                                   on 2001/03/05  15:58:01
4567         Log: Add tr tests for EBCDIC, from Karsten Sperling.
4568      Branch: perl
4569            ! t/op/tr.t
4570 ____________________________________________________________________________
4571 [  9037] By: nick                                  on 2001/03/05  15:56:35
4572         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
4573              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
4574              
4575              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
4576              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
4577              - uses SvPV() rather than sv_2pv() in case it isn't a string.
4578      Branch: perlio
4579            ! sv.c
4580 ____________________________________________________________________________
4581 [  9036] By: jhi                                   on 2001/03/05  15:49:15
4582         Log: Add matching tests currently failing in EBCDIC,
4583              suggested by Karsten Sperling.
4584      Branch: perl
4585            ! t/op/pat.t
4586 ____________________________________________________________________________
4587 [  9035] By: jhi                                   on 2001/03/05  15:36:55
4588         Log: The #9034 needs a MANIFESTation.
4589      Branch: perl
4590            ! MANIFEST
4591 ____________________________________________________________________________
4592 [  9034] By: jhi                                   on 2001/03/05  15:35:14
4593         Log: Integrate perlio.
4594      Branch: perl
4595           +> ext/Encode/Encode/Tcl.pm
4596           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4597           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
4598           !> ext/Encode/Encode/iso8859-1.ucm
4599           !> ext/Encode/Encode/iso8859-10.ucm
4600           !> ext/Encode/Encode/iso8859-13.ucm
4601           !> ext/Encode/Encode/iso8859-14.ucm
4602           !> ext/Encode/Encode/iso8859-15.ucm
4603           !> ext/Encode/Encode/iso8859-16.ucm
4604           !> ext/Encode/Encode/iso8859-2.ucm
4605           !> ext/Encode/Encode/iso8859-3.ucm
4606           !> ext/Encode/Encode/iso8859-4.ucm
4607           !> ext/Encode/Encode/iso8859-5.ucm
4608           !> ext/Encode/Encode/iso8859-6.ucm
4609           !> ext/Encode/Encode/iso8859-7.ucm
4610           !> ext/Encode/Encode/iso8859-8.ucm
4611           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
4612           !> t/lib/encode.t
4613 ____________________________________________________________________________
4614 [  9033] By: jhi                                   on 2001/03/05  15:33:18
4615         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
4616              From: Gurusamy Sarathy <gsar@ActiveState.com>
4617              Date: Sun, 04 Mar 2001 22:33:15 -0800
4618              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
4619              
4620              PMOPs need to remember their own stash so that they can
4621              gracefully remove themselves from their linked list.
4622      Branch: perl
4623            ! op.c
4624 ____________________________________________________________________________
4625 [  9032] By: nick                                  on 2001/03/05  14:51:50
4626         Log: Encode implementation "completion"
4627              Implement and document define_encoding()
4628              Implement and document encoding aliases including define_alias()
4629              Make Encode::XS use define_encoding() rather than back-door.
4630              Move run-time *.enc to separate Encode::Tcl module.
4631              Make 'compile' honour <codeset_name>
4632              Change canonical names of to iso-8859-* and US-ascii.
4633      Branch: perlio
4634            + ext/Encode/Encode/Tcl.pm
4635            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4636            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
4637            ! ext/Encode/Encode/iso8859-1.ucm
4638            ! ext/Encode/Encode/iso8859-10.ucm
4639            ! ext/Encode/Encode/iso8859-13.ucm
4640            ! ext/Encode/Encode/iso8859-14.ucm
4641            ! ext/Encode/Encode/iso8859-15.ucm
4642            ! ext/Encode/Encode/iso8859-16.ucm
4643            ! ext/Encode/Encode/iso8859-2.ucm
4644            ! ext/Encode/Encode/iso8859-3.ucm
4645            ! ext/Encode/Encode/iso8859-4.ucm
4646            ! ext/Encode/Encode/iso8859-5.ucm
4647            ! ext/Encode/Encode/iso8859-6.ucm
4648            ! ext/Encode/Encode/iso8859-7.ucm
4649            ! ext/Encode/Encode/iso8859-8.ucm
4650            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
4651            ! t/lib/encode.t
4652 ____________________________________________________________________________
4653 [  9031] By: jhi                                   on 2001/03/05  13:51:17
4654         Log: Integrate change #9030 from maintperl into mainline.
4655              
4656              Subject: [PATCH 5.6.1] OS/2 cleanup
4657      Branch: perl
4658           +> os2/os2add.sym
4659           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4660           !> makedef.pl os2/Changes os2/Makefile.SHs
4661           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
4662           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
4663           !> os2/os2.sym os2/os2ish.h
4664 ____________________________________________________________________________
4665 [  9030] By: jhi                                   on 2001/03/05  13:46:49
4666         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
4667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4668              Date: Mon, 5 Mar 2001 02:29:44 -0500
4669              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
4670      Branch: maint-5.6/perl
4671            + os2/os2add.sym
4672            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
4673            ! makedef.pl os2/Changes os2/Makefile.SHs
4674            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
4675            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
4676            ! os2/os2.sym os2/os2ish.h
4677 ____________________________________________________________________________
4678 [  9029] By: jhi                                   on 2001/03/05  13:40:35
4679         Log: Integrate change #9028 from maintperl into mainline.
4680              
4681              various nits in MM_Unix.pm found by disabling SelfLoader
4682      Branch: perl
4683           !> lib/ExtUtils/MM_Unix.pm
4684 ____________________________________________________________________________
4685 [  9028] By: gsar                                  on 2001/03/05  09:58:38
4686         Log: various nits in MM_Unix.pm found by disabling SelfLoader
4687      Branch: maint-5.6/perl
4688            ! lib/ExtUtils/MM_Unix.pm
4689 ____________________________________________________________________________
4690 [  9027] By: nick                                  on 2001/03/05  08:35:22
4691         Log: Integrate mainline
4692      Branch: perlio
4693           !> (integrate 28 files)
4694 ____________________________________________________________________________
4695 [  9026] By: jhi                                   on 2001/03/05  02:14:59
4696         Log: Integrate change #9025 from mainline to maintperl,
4697              retract \N{U+HHHH}.
4698      Branch: maint-5.6/perl
4699           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
4700           !> t/lib/charnames.t toke.c
4701 ____________________________________________________________________________
4702 [  9025] By: jhi                                   on 2001/03/05  02:13:09
4703         Log: Retracting \N{U+HHHH}.
4704      Branch: perl
4705            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
4706            ! t/lib/charnames.t toke.c
4707 ____________________________________________________________________________
4708 [  9024] By: jhi                                   on 2001/03/04  20:51:07
4709         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
4710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4711              Date: Fri, 02 Mar 2001 18:25:26 +0100
4712              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
4713              
4714              Casting problem.
4715      Branch: perl
4716            ! ext/Storable/Storable.xs
4717 ____________________________________________________________________________
4718 [  9023] By: jhi                                   on 2001/03/04  19:46:45
4719         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
4720              From: nick@talking.bollo.cx
4721              Date: Sat, 03 Mar 2001 21:41:33 +0000
4722              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
4723              
4724              Revert the workaround.
4725      Branch: perl
4726            ! perlio.c
4727 ____________________________________________________________________________
4728 [  9022] By: jhi                                   on 2001/03/04  19:36:28
4729         Log: Update Changes.
4730      Branch: perl
4731            ! Changes patchlevel.h
4732 ____________________________________________________________________________
4733 [  9021] By: jhi                                   on 2001/03/04  18:41:00
4734         Log: makedef.pl updates suggested by Chris Nandor; double-checking
4735              the changes in AIX, OS/2 Win32 would be nice.
4736      Branch: perl
4737            ! makedef.pl
4738 ____________________________________________________________________________
4739 [  9020] By: jhi                                   on 2001/03/04  18:23:58
4740         Log: Integrate change #9012 from maintperl into mainline,
4741              quench a compiler warning.
4742      Branch: perl
4743           !> toke.c
4744 ____________________________________________________________________________
4745 [  9019] By: jhi                                   on 2001/03/04  18:18:43
4746         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
4747              
4748              \N{U+HHHH} fix.
4749              
4750              pattern in G_ARRAY context
4751      Branch: maint-5.6/perl
4752           !> pp_hot.c t/op/pat.t toke.c
4753 ____________________________________________________________________________
4754 [  9018] By: jhi                                   on 2001/03/04  18:07:48
4755         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
4756              From: Jeff Pinyan <jeffp@crusoe.net>
4757              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
4758              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
4759      Branch: perl
4760            ! pp_hot.c t/op/pat.t
4761 ____________________________________________________________________________
4762 [  9017] By: jhi                                   on 2001/03/04  18:06:21
4763         Log: I thought I tested the #9014.
4764      Branch: perl
4765            ! toke.c
4766 ____________________________________________________________________________
4767 [  9016] By: jhi                                   on 2001/03/04  17:41:22
4768         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
4769              
4770              Tweak the get*ent() OS/2 prototypes.
4771              
4772              Add the \N{U+HHHH} syntax.
4773              
4774              More tr/// UTF-8 fixes from Inaba Hiroto.
4775      Branch: maint-5.6/perl
4776           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
4777           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
4778 ____________________________________________________________________________
4779 [  9015] By: jhi                                   on 2001/03/04  17:36:04
4780         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
4781      Branch: perl
4782            ! doop.c t/op/tr.t
4783 ____________________________________________________________________________
4784 [  9014] By: jhi                                   on 2001/03/04  17:24:49
4785         Log: Add the \N{U+HHHH} syntax.
4786      Branch: perl
4787            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
4788            ! t/lib/charnames.t toke.c
4789 ____________________________________________________________________________
4790 [  9013] By: jhi                                   on 2001/03/04  17:20:45
4791         Log: Tweak the get*ent() OS/2 prototypes.
4792      Branch: perl
4793            ! os2/os2.c
4794 ____________________________________________________________________________
4795 [  9012] By: gsar                                  on 2001/03/04  06:26:14
4796         Log: avoid warning (nit in change#9009)
4797      Branch: maint-5.6/perl
4798            ! toke.c
4799 ____________________________________________________________________________
4800 [  9011] By: gsar                                  on 2001/03/04  06:15:24
4801         Log: lib/charnames.t fails in 5.6.x because of older Unicode
4802              data
4803              
4804              TODO: need to revisit this after updating lib/unicode/...
4805      Branch: maint-5.6/perl
4806            ! t/lib/charnames.t
4807 ____________________________________________________________________________
4808 [  9010] By: gsar                                  on 2001/03/04  06:08:36
4809         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
4810      Branch: maint-5.6/perl
4811            ! toke.c
4812 ____________________________________________________________________________
4813 [  9009] By: jhi                                   on 2001/03/03  19:27:20
4814         Log: Integrate change #9008 from mainline to maintperl,
4815              UTF-8 tr/// fixes from Inaba Hiroto.
4816      Branch: maint-5.6/perl
4817           !> doop.c op.c t/op/tr.t toke.c
4818 ____________________________________________________________________________
4819 [  9008] By: jhi                                   on 2001/03/03  19:19:42
4820         Log: UTF8 tr/// fixes from Inaba Hiroto.
4821      Branch: perl
4822            ! doop.c op.c t/op/tr.t toke.c
4823 ____________________________________________________________________________
4824 [  9007] By: jhi                                   on 2001/03/03  19:00:30
4825         Log: Integrate change #9006 from maintperl to mainline,
4826              more robust quest for the infinite.
4827      Branch: perl
4828           !> lib/Math/Complex.pm
4829 ____________________________________________________________________________
4830 [  9006] By: jhi                                   on 2001/03/03  18:58:06
4831         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
4832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4833              Date: Sat, 3 Mar 2001 12:51:50 -0500
4834              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
4835              
4836              Be more robust in our quest for the infinite.
4837      Branch: maint-5.6/perl
4838            ! lib/Math/Complex.pm
4839 ____________________________________________________________________________
4840 [  9005] By: jhi                                   on 2001/03/03  17:55:50
4841         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
4842      Branch: maint-5.6/perl
4843            ! doio.c
4844 ____________________________________________________________________________
4845 [  9004] By: jhi                                   on 2001/03/03  17:40:14
4846         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
4847              so that picky compilers like IRIX won't get huffy about
4848              "statements without effect" (like 1;).
4849      Branch: perl
4850            ! toke.c
4851 ____________________________________________________________________________
4852 [  9003] By: jhi                                   on 2001/03/03  17:15:52
4853         Log: Integrate change #9002 from mainline to maintperl.
4854              
4855              Subject: [perl-5.6.x, perl-current] accept for EPOC
4856      Branch: maint-5.6/perl
4857           !> pp_sys.c
4858 ____________________________________________________________________________
4859 [  9002] By: jhi                                   on 2001/03/03  17:14:30
4860         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
4861              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4862              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
4863              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
4864      Branch: perl
4865            ! pp_sys.c
4866 ____________________________________________________________________________
4867 [  9001] By: jhi                                   on 2001/03/03  17:13:13
4868         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
4869              From: "Craig A. Berry" <craigberry@mac.com>
4870              Date: Fri, 02 Mar 2001 17:44:40 -0600
4871              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
4872      Branch: perl
4873            ! t/pod/find.t
4874 ____________________________________________________________________________
4875 [  9000] By: jhi                                   on 2001/03/03  17:11:55
4876         Log: Integrate changes #8997,8999 from maintperl.
4877              
4878              Subject: [PATCH 5.6.1] compiling on OS/2
4879              (Better error message from hints/os2.sh)
4880              
4881              Subject: [PATCH 5.6.1] syslog.t
4882      Branch: perl
4883           !> hints/os2.sh t/lib/syslog.t
4884 ____________________________________________________________________________
4885 [  8999] By: jhi                                   on 2001/03/03  17:09:28
4886         Log: Subject: [PATCH 5.6.1] syslog.t
4887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4888              Date: Sat, 3 Mar 2001 02:11:17 -0500
4889              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
4890      Branch: maint-5.6/perl
4891            ! t/lib/syslog.t
4892 ____________________________________________________________________________
4893 [  8998] By: jhi                                   on 2001/03/03  17:07:50
4894         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
4895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4896              Date: Sat, 3 Mar 2001 01:53:52 -0500
4897              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
4898      Branch: maint-5.6/perl
4899            ! opcode.pl os2/os2.c
4900 ____________________________________________________________________________
4901 [  8997] By: jhi                                   on 2001/03/03  17:03:30
4902         Log: Subject: [PATCH 5.6.1] compiling on OS/2
4903              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4904              Date: Sat, 3 Mar 2001 01:59:59 -0500
4905              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
4906      Branch: maint-5.6/perl
4907            ! hints/os2.sh
4908 ____________________________________________________________________________
4909 [  8996] By: jhi                                   on 2001/03/03  00:55:58
4910         Log: Regen files for mainline.
4911      Branch: perl
4912            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4913            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
4914 ____________________________________________________________________________
4915 [  8995] By: jhi                                   on 2001/03/03  00:35:22
4916         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
4917              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
4918              to maintperl.
4919              
4920              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
4921              
4922              Add Configure option -Dmksymlinks which will create a symlink
4923              forest if the current/build differs from the source directory.
4924              (8218,8220,8221,8317,8318,8971)
4925              
4926              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
4927              (Document APPLLIB_EXP in INSTALL.)
4928              
4929              If running byacc write-enable also perly.h.
4930              
4931              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
4932              
4933              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
4934              
4935              Sanity check for conflicting thread flavours.
4936              
4937              Fix the sys/fcntl.h problem reported by Peter Prymmer.
4938              
4939              Add few CPUs/architectures to the Cppsym scan,
4940              add -perlio to archname if so selected (modified 8890)
4941              
4942              Be more helpful for devel builders, suggested by John L. Allen.
4943              (admittedly pointless change for maintperl, but the usedevel
4944              code is there already)
4945      Branch: maint-5.6/perl
4946           !> Configure INSTALL Makefile.SH Porting/Glossary
4947           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
4948           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
4949           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
4950           !> win32/config.bc win32/config.gc win32/config.vc
4951 ____________________________________________________________________________
4952 [  8994] By: jhi                                   on 2001/03/02  23:31:41
4953         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
4954      Branch: metaconfig/U/perl
4955            ! gccvers.U
4956 ____________________________________________________________________________
4957 [  8993] By: jhi                                   on 2001/03/02  23:22:12
4958         Log: Regenerate various files for maint.
4959      Branch: maint-5.6/perl
4960            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
4961            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
4962 ____________________________________________________________________________
4963 [  8992] By: alanbur                               on 2001/03/02  22:48:34
4964         Log: Resync wuth parent
4965      Branch: maint-5.6/pureperl
4966           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
4967           !> (integrate 60 files)
4968 ____________________________________________________________________________
4969 [  8991] By: jhi                                   on 2001/03/02  21:00:08
4970         Log: Retract the #8742 part of #8986, backward compat.
4971      Branch: maint-5.6/perl
4972            ! embed.pl
4973 ____________________________________________________________________________
4974 [  8990] By: jhi                                   on 2001/03/02  20:40:07
4975         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
4976      Branch: maint-5.6/perl
4977            ! hv.c
4978 ____________________________________________________________________________
4979 [  8989] By: jhi                                   on 2001/03/02  19:59:56
4980         Log: Update Changes.
4981      Branch: perl
4982            ! Changes patchlevel.h
4983 ____________________________________________________________________________
4984 [  8988] By: jhi                                   on 2001/03/02  19:57:08
4985         Log: Integrate perlio.
4986      Branch: perl
4987           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
4988           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4989           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
4990           !> ext/Encode/Encode/iso8859-10.ucm
4991           !> ext/Encode/Encode/iso8859-13.ucm
4992           !> ext/Encode/Encode/iso8859-14.ucm
4993           !> ext/Encode/Encode/iso8859-15.ucm
4994           !> ext/Encode/Encode/iso8859-16.ucm
4995           !> ext/Encode/Encode/iso8859-2.ucm
4996           !> ext/Encode/Encode/iso8859-3.ucm
4997           !> ext/Encode/Encode/iso8859-4.ucm
4998           !> ext/Encode/Encode/iso8859-5.ucm
4999           !> ext/Encode/Encode/iso8859-6.ucm
5000           !> ext/Encode/Encode/iso8859-7.ucm
5001           !> ext/Encode/Encode/iso8859-8.ucm
5002           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5003           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
5004 ____________________________________________________________________________
5005 [  8987] By: jhi                                   on 2001/03/02  19:43:40
5006         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
5007              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
5008              8950,8952,8955 from mainline to maintperl.
5009              
5010              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
5011              
5012              Put to rest the 20010205.001, the email address checking (not) regex.
5013              
5014              fork() not everywhere, cleanup temp files.
5015              
5016              The #8843 wasn't quite right: %Config needs to imported.
5017              
5018              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
5019              (#8849: the glob-basic hunk needed massaging as it depended
5020              on Schwern's large-scale (unintegrated) patches)
5021              
5022              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
5023              
5024              Upgrade to CGI.pm 2.752, from Lincoln Stein.
5025              (Note: there were some conflicts due to EBCDIC and EPOC
5026              patches, in general I preferred the repository code.)
5027              (When 2.753 comes out, we need to synchronize.)
5028              
5029              Subject: [PATCH] fix for charnames above FFFF
5030              
5031              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
5032              
5033              If no sfio, no -lsfio.
5034              
5035              Run run/*.t also in minitest.
5036              
5037              Subject:  [PATCH perl 5.7.0] malloc message address offset
5038              
5039              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
5040              
5041              Subject: fix for parameter -Dm (for perl@8867)
5042              
5043              Subject: [PATCH: perl@8892] was Re: hashing order difference?
5044              (make the test more portable)
5045              
5046              Subject: Re: [PATCH] fix for charnames above FFFF
5047              
5048              Subject: Re: I'm losing the war...
5049              (hv_store() not working correctly in ENV_IS_CASELESS case.)
5050              
5051              Subject: Modified README.bs2000 
5052              
5053              Subject: [PATCH: perl@8935] -Dt padsv($var)
5054              
5055              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
5056              
5057              Subject: PATCH: extra tests to check on negative float to unsigned cast
5058              
5059              Subject: [PATCH] XPUSH[insp] was Re: progress
5060              
5061              Subject: Re: Compile with perlcc..
5062      Branch: maint-5.6/perl
5063           !> (integrate 36 files)
5064 ____________________________________________________________________________
5065 [  8986] By: jhi                                   on 2001/03/02  18:51:25
5066         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
5067              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
5068              to maintperl.
5069              
5070              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
5071              
5072              Subject: [DOC PATCH] overload.pm nits
5073              
5074              Add header for LIB$ prototypes (C. Berry)
5075              
5076              Convert fwrite()s to sockets to write()s, since some socket stacks
5077              don't take kindly to stdio.
5078              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
5079              (for often optional LNMs)
5080              Correct a few typos
5081              (C. Bailey)
5082              
5083              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
5084              
5085              De-cut-and-pasto.
5086              
5087              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
5088              
5089              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
5090              
5091              Upgrade to CPAN 1.59_54, from Andreas König.
5092              
5093              Bogus shebang.
5094              
5095              Subject: [PATCH] Document makepatch in Porting/patching
5096              
5097              UTF-8 documentation.
5098              
5099              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
5100              
5101              Sort the MANIFEST.
5102              
5103              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
5104              
5105              Subject: [PATCH @8807] toke.c cleanup: scan_str()
5106              
5107              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
5108              
5109              Add run/*.t to testables.
5110              
5111              TODO: integrate #8784.
5112      Branch: maint-5.6/perl
5113           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
5114           !> (integrate 28 files)
5115 ____________________________________________________________________________
5116 [  8985] By: nick                                  on 2001/03/02  18:15:45
5117         Log: Integrate mainline
5118      Branch: perlio
5119           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
5120           !> vms/vms.c
5121 ____________________________________________________________________________
5122 [  8984] By: jhi                                   on 2001/03/02  16:00:17
5123         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
5124              
5125              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
5126              5.004_05, and mention the suidperl August 2000 security problem.
5127              (#8978,#8981)
5128              
5129              Subject: [ID 20010301.004] Technically speaking in perldata
5130              
5131              Subject: [PATCH] File::Copy for bleadperl, maintperl
5132              
5133              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
5134              
5135              (The #8982, fix for 20010221.005 and 20010221.008,
5136              would be nice too but it didn't integrate cleanly.)
5137      Branch: maint-5.6/perl
5138           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
5139 ____________________________________________________________________________
5140 [  8983] By: jhi                                   on 2001/03/02  15:51:16
5141         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
5142              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5143              Date:     Thu, 1 Mar 2001 15:54:09 EST
5144              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
5145      Branch: perl
5146            ! vms/vms.c
5147 ____________________________________________________________________________
5148 [  8982] By: jhi                                   on 2001/03/02  15:43:31
5149         Log: Subject: Re: sync sync sync: have I missed any patches?
5150              From: Radu Greab <radu@netsoft.ro> 
5151              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
5152              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
5153              
5154              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
5155              was checking argv[0] regardless of whether a different pathname
5156              will actually be executed."  Test case not supplied because 
5157              drafting that, ironically enough, revealed another bug
5158              (or a feature).
5159      Branch: perl
5160            ! doio.c
5161 ____________________________________________________________________________
5162 [  8981] By: jhi                                   on 2001/03/02  15:28:03
5163         Log: Misdate in #8978.
5164      Branch: perl
5165            ! pod/perlfaq1.pod
5166 ____________________________________________________________________________
5167 [  8980] By: jhi                                   on 2001/03/02  15:24:20
5168         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
5169              From: Chris Nandor <pudge@pobox.com>
5170              Date: Wed, 28 Feb 2001 22:10:15 -0500
5171              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
5172      Branch: perl
5173            ! lib/File/Copy.pm
5174 ____________________________________________________________________________
5175 [  8979] By: jhi                                   on 2001/03/02  15:17:16
5176         Log: Subject: [ID 20010301.004] Technically speaking in perldata
5177              From: abela@geneanet.org
5178              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
5179              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
5180      Branch: perl
5181            ! pod/perldata.pod
5182 ____________________________________________________________________________
5183 [  8978] By: jhi                                   on 2001/03/02  15:15:27
5184         Log: Subject: [ID 20010301.003] ref to 5.004
5185              From: abela@geneanet.org
5186              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
5187              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
5188              
5189              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
5190              and mention the suidperl August 2000 security problem.
5191      Branch: perl
5192            ! pod/perlfaq1.pod
5193 ____________________________________________________________________________
5194 [  8977] By: alanbur                               on 2001/03/02  14:17:45
5195         Log: Resynchronised with parent
5196      Branch: maint-5.6/pureperl
5197           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
5198           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
5199           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
5200           !> vms/descrip_mms.template win32/win32.c win32/win32.h
5201           !> win32/win32iop.h
5202 ____________________________________________________________________________
5203 [  8976] By: nick                                  on 2001/03/01  23:25:30
5204         Log: Integrate mainline.
5205      Branch: perlio
5206            - t/op/qu.t
5207           !> (integrate 55 files)
5208 ____________________________________________________________________________
5209 [  8975] By: jhi                                   on 2001/03/01  16:51:34
5210         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
5211      Branch: perl
5212           !> toke.c
5213 ____________________________________________________________________________
5214 [  8974] By: gsar                                  on 2001/03/01  16:28:21
5215         Log: fix for bugid 20010226.008
5216              
5217              the problem was that some of the pointers (PL_last_lop and
5218              PL_last_uni specifically) into the lex buffers weren't correctly
5219              being invalidated when the buffer changed; this would leave the
5220              pointers pointing at an arbitrary location in the buffer if
5221              the buffer didn't need to be reallocated, or point into freed
5222              memory if the buffer had to be realloced
5223              
5224              TODO item for bugdb maintainers: check other seemingly random
5225              parser-related bugs--they might be cured by this
5226      Branch: maint-5.6/perl
5227            ! toke.c
5228 ____________________________________________________________________________
5229 [  8973] By: jhi                                   on 2001/03/01  02:23:25
5230         Log: Retract #8970 because of a completely mysterious core dump:
5231              adding the tests 241..244 causes op/pat dump core at test #25.
5232              The test needs a lot of whittling down before the bug can be solved.
5233      Branch: perl
5234            ! t/op/pat.t
5235 ____________________________________________________________________________
5236 [  8972] By: jhi                                   on 2001/03/01  01:58:38
5237         Log: Regen perlapi.
5238      Branch: perl
5239            ! pod/perlapi.pod
5240 ____________________________________________________________________________
5241 [  8971] By: jhi                                   on 2001/03/01  01:34:09
5242         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))
5243              From: Nicholas Clark <nick@ccl4.org>
5244              Date: Wed, 28 Feb 2001 23:28:49 +0000
5245              Message-ID: <20010228232849.A55187@plum.flirble.org>
5246              
5247              Allow a completely write protected source code tree
5248              when using the Configure -Dmksymlinks.
5249      Branch: perl
5250            ! embed.pl warnings.pl
5251 ____________________________________________________________________________
5252 [  8970] By: jhi                                   on 2001/03/01  01:32:04
5253         Log: Add back the EBCDIC character range tests (for matching).
5254      Branch: perl
5255            ! t/op/pat.t
5256 ____________________________________________________________________________
5257 [  8969] By: nick                                  on 2001/02/28  18:18:01
5258         Log: Add charname comments to .ucm files writen by 'compile',
5259              also order charmaps in those files by source encoding.
5260              regenerate distrubuted .ucm files
5261      Branch: perlio
5262            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5263            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5264            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5265            ! ext/Encode/Encode/iso8859-10.ucm
5266            ! ext/Encode/Encode/iso8859-13.ucm
5267            ! ext/Encode/Encode/iso8859-14.ucm
5268            ! ext/Encode/Encode/iso8859-15.ucm
5269            ! ext/Encode/Encode/iso8859-16.ucm
5270            ! ext/Encode/Encode/iso8859-2.ucm
5271            ! ext/Encode/Encode/iso8859-3.ucm
5272            ! ext/Encode/Encode/iso8859-4.ucm
5273            ! ext/Encode/Encode/iso8859-5.ucm
5274            ! ext/Encode/Encode/iso8859-6.ucm
5275            ! ext/Encode/Encode/iso8859-7.ucm
5276            ! ext/Encode/Encode/iso8859-8.ucm
5277            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5278            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
5279 ____________________________________________________________________________
5280 [  8968] By: jhi                                   on 2001/02/28  16:26:37
5281         Log: Expand usemorebits early if d_casti32 needs to be undefined.
5282      Branch: perl
5283            ! hints/hpux.sh hints/irix_6.sh
5284 ____________________________________________________________________________
5285 [  8967] By: jhi                                   on 2001/02/28  16:22:26
5286         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
5287              retract toke.c/qu parts of #8583, retract #8485, retract
5288              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
5289              op/length.t, and MANIFEST, and delete t/op/qu.t.
5290      Branch: perl
5291            - t/op/qu.t
5292            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
5293            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
5294            ! t/op/length.t toke.c
5295 ____________________________________________________________________________
5296 [  8966] By: jhi                                   on 2001/02/28  15:00:27
5297         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
5298              by not changing from pre-Unicode days into being Unicode-aware.
5299              Sniff.
5300      Branch: perl
5301            ! pp.c t/op/pack.t t/op/qu.t
5302 ____________________________________________________________________________
5303 [  8965] By: jhi                                   on 2001/02/28  14:37:55
5304         Log: Subject: Re: Errors in core PODs
5305              From: Michael Stevens <michael@etla.org> 
5306              Date: Fri, 23 Feb 2001 15:47:56 +0000
5307              Message-ID: <20010223154756.A7723@firedrake.org> 
5308      Branch: perl
5309            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
5310            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
5311            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
5312            ! x2p/a2p.pod
5313 ____________________________________________________________________________
5314 [  8964] By: jhi                                   on 2001/02/28  14:35:35
5315         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
5316              (The #8961 was too bold.)
5317      Branch: perl
5318            ! hints/hpux.sh hints/irix_6.sh
5319 ____________________________________________________________________________
5320 [  8963] By: jhi                                   on 2001/02/28  14:33:39
5321         Log: Subject: Re: sync sync sync: have I missed any patches?
5322              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5323              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
5324              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
5325              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
5326              
5327              Replace djSP with dSP.
5328      Branch: perl
5329            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
5330            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
5331            ! win32/perlhost.h
5332 ____________________________________________________________________________
5333 [  8962] By: jhi                                   on 2001/02/27  23:21:14
5334         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
5335      Branch: perl
5336            ! lib/Filter/Simple.pm
5337 ____________________________________________________________________________
5338 [  8961] By: jhi                                   on 2001/02/27  22:55:26
5339         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
5340              and this would be it.
5341      Branch: perl
5342            ! hints/hpux.sh hints/irix_6.sh
5343 ____________________________________________________________________________
5344 [  8960] By: jhi                                   on 2001/02/27  22:51:33
5345         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
5346              From: "Craig A. Berry" <craigberry@mac.com>
5347              Date: Tue, 27 Feb 2001 16:11:44 -0600
5348              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
5349      Branch: maint-5.6/perl
5350            ! configure.com vms/descrip_mms.template
5351 ____________________________________________________________________________
5352 [  8959] By: jhi                                   on 2001/02/27  22:47:23
5353         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
5354              From: "Craig A. Berry" <craigberry@mac.com>
5355              Date: Tue, 27 Feb 2001 16:11:44 -0600
5356              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
5357      Branch: perl
5358            ! configure.com vms/descrip_mms.template
5359 ____________________________________________________________________________
5360 [  8958] By: jhi                                   on 2001/02/27  15:16:42
5361         Log: Update Changes.
5362      Branch: perl
5363            ! Changes patchlevel.h
5364 ____________________________________________________________________________
5365 [  8957] By: jhi                                   on 2001/02/27  06:15:07
5366         Log: Subject: [5.6.x] EPOC additions
5367              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5368              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
5369              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
5370      Branch: maint-5.6/perl
5371            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
5372 ____________________________________________________________________________
5373 [  8956] By: jhi                                   on 2001/02/27  06:12:11
5374         Log: Subject: [perl-current] EPOC 
5375              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5376              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
5377              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
5378      Branch: perl
5379            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
5380            ! epoc/epocish.c epoc/epocish.h pp_sys.c
5381 ____________________________________________________________________________
5382 [  8955] By: jhi                                   on 2001/02/27  05:59:50
5383         Log: Subject: Re: Compile with perlcc..
5384              From: Edward Peschko <edwardp@excitehome.net>
5385              Date: Mon, 26 Feb 2001 18:51:58 -0800
5386              Message-ID: <20010226185158.A9871@excitehome.net>
5387              
5388              plus add a simple usage message if no arguments given.
5389      Branch: perl
5390            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
5391            ! utils/Makefile utils/perlcc.PL win32/pod.mak
5392 ____________________________________________________________________________
5393 [  8954] By: nick                                  on 2001/02/26  21:02:59
5394         Log: Integrate mainline
5395      Branch: perlio
5396           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
5397           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
5398           !> t/op/sprintf.t
5399 ____________________________________________________________________________
5400 [  8953] By: jhi                                   on 2001/02/26  14:43:54
5401         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
5402              From: Nicholas Clark <nick@ccl4.org>
5403              Date: Mon, 26 Feb 2001 00:42:07 +0000
5404              Message-ID: <20010226004207.F23333@plum.flirble.org>
5405      Branch: perl
5406            ! pp_ctl.c
5407 ____________________________________________________________________________
5408 [  8952] By: jhi                                   on 2001/02/26  14:42:13
5409         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
5410              From: Simon Cozens <simon@netthink.co.uk>
5411              Date: Mon, 26 Feb 2001 12:23:48 +0000
5412              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
5413      Branch: perl
5414            ! pod/perlguts.pod
5415 ____________________________________________________________________________
5416 [  8951] By: jhi                                   on 2001/02/26  14:39:15
5417         Log: Subject: [PATCH] perlio - unknown layer
5418              From: Nicholas Clark <nick@ccl4.org>
5419              Date: Mon, 26 Feb 2001 00:27:19 +0000
5420              Message-ID: <20010226002719.E23333@plum.flirble.org>
5421      Branch: perl
5422            ! perlio.c
5423 ____________________________________________________________________________
5424 [  8950] By: jhi                                   on 2001/02/26  14:38:04
5425         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
5426              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
5427              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
5428              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
5429      Branch: perl
5430            ! t/op/bop.t
5431 ____________________________________________________________________________
5432 [  8949] By: jhi                                   on 2001/02/26  14:37:07
5433         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
5434              From: Peter Prymmer <pvhp@forte.com>
5435              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
5436              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
5437      Branch: perl
5438            ! lib/Test.pm
5439 ____________________________________________________________________________
5440 [  8948] By: jhi                                   on 2001/02/26  14:35:53
5441         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
5442              From: Radu Greab <radu@netsoft.ro>
5443              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
5444              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
5445      Branch: perl
5446            ! pod/perlop.pod
5447 ____________________________________________________________________________
5448 [  8947] By: jhi                                   on 2001/02/26  14:34:46
5449         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
5450              From: David Mitchell <davem@fdgroup.co.uk>
5451              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
5452              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
5453      Branch: perl
5454            ! run.c
5455 ____________________________________________________________________________
5456 [  8946] By: jhi                                   on 2001/02/26  14:32:37
5457         Log: Subject: Modified README.bs2000 
5458              From: Dorner Thomas <Thomas.Dorner@start.de>
5459              Date: Mon, 26 Feb 2001 09:22:17 +0100
5460              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
5461      Branch: perl
5462            ! README.bs2000
5463 ____________________________________________________________________________
5464 [  8945] By: jhi                                   on 2001/02/26  14:19:53
5465         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
5466              to maintperl, listing the known failures on the tests 129 and 130.
5467      Branch: maint-5.6/perl
5468           !> t/op/sprintf.t
5469 ____________________________________________________________________________
5470 [  8944] By: jhi                                   on 2001/02/26  14:14:15
5471         Log: Add more known sprintf failures.
5472      Branch: perl
5473            ! t/op/sprintf.t
5474 ____________________________________________________________________________
5475 [  8943] By: jhi                                   on 2001/02/26  13:56:22
5476         Log: perlglob.exe needs to be found in Win32, patch from
5477              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
5478              which needs external glob at mini-perl time."
5479      Branch: perl
5480            ! ext/Encode/compile
5481 ____________________________________________________________________________
5482 [  8942] By: jhi                                   on 2001/02/26  13:52:19
5483         Log: A missing dTHX from Vadim Konovalov.
5484      Branch: perl
5485            ! perlio.c
5486 ____________________________________________________________________________
5487 [  8941] By: jhi                                   on 2001/02/26  13:37:05
5488         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
5489      Branch: perl
5490            ! op.c
5491 ____________________________________________________________________________
5492 [  8940] By: jhi                                   on 2001/02/26  13:35:40
5493         Log: Integrate perlio.
5494      Branch: perl
5495           !> ext/Encode/Encode.pm
5496 ____________________________________________________________________________
5497 [  8939] By: nick                                  on 2001/02/25  23:47:09
5498         Log: Integrate mainline.
5499      Branch: perlio
5500           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
5501           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
5502 ____________________________________________________________________________
5503 [  8938] By: nick                                  on 2001/02/25  19:36:28
5504         Log: Encode implementations docs.
5505      Branch: perlio
5506            ! ext/Encode/Encode.pm
5507 ____________________________________________________________________________
5508 [  8937] By: jhi                                   on 2001/02/25  19:26:16
5509         Log: Script wasn't aligned with reality.
5510      Branch: perl
5511            ! t/pod/find.t
5512 ____________________________________________________________________________
5513 [  8936] By: jhi                                   on 2001/02/25  18:54:55
5514         Log: Update Changes.
5515      Branch: perl
5516            ! Changes patchlevel.h
5517 ____________________________________________________________________________
5518 [  8935] By: jhi                                   on 2001/02/25  18:46:36
5519         Log: Retract #8929,8930,8932,8933 for now.
5520      Branch: perl
5521            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
5522 ____________________________________________________________________________
5523 [  8934] By: jhi                                   on 2001/02/25  17:34:35
5524         Log: Integrate perlio.
5525      Branch: perl
5526           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
5527           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
5528           !> t/lib/encode.t
5529 ____________________________________________________________________________
5530 [  8933] By: jhi                                   on 2001/02/25  17:33:12
5531         Log: (Retracted by #8395.)
5532              
5533              Slight tweaks in scan_const(), not fixes yet, it seems like
5534              lots of work remains to be done...
5535      Branch: perl
5536            ! toke.c
5537 ____________________________________________________________________________
5538 [  8932] By: jhi                                   on 2001/02/25  17:27:11
5539         Log: (Retracted by #8395.)
5540              
5541              Missing from #8930.
5542      Branch: perl
5543            ! perl.h
5544 ____________________________________________________________________________
5545 [  8931] By: jhi                                   on 2001/02/25  17:26:19
5546         Log: A comment tweak.
5547      Branch: perl
5548            ! utf8.c
5549 ____________________________________________________________________________
5550 [  8930] By: jhi                                   on 2001/02/25  17:25:47
5551         Log: (Retracted by #8395.)
5552              
5553              Attempt to fix the EBCDIC character range problwm with //.
5554      Branch: perl
5555            ! regcomp.c
5556 ____________________________________________________________________________
5557 [  8929] By: jhi                                   on 2001/02/25  17:23:45
5558         Log: (Retracted by #8395.)
5559              
5560              Expand the EBCDIC character range tests, and add few nasty
5561              tr tests from Karsten Sperling.
5562      Branch: perl
5563            ! t/op/pat.t t/op/tr.t
5564 ____________________________________________________________________________
5565 [  8928] By: jhi                                   on 2001/02/25  17:18:49
5566         Log: Missing check-in.
5567      Branch: perl
5568            ! lib/Pod/Find.pm
5569 ____________________________________________________________________________
5570 [  8927] By: nick                                  on 2001/02/25  11:30:22
5571         Log: Change method names in Encode implementation classes to something
5572              less confusing (preparing to "go public").
5573      Branch: perlio
5574            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
5575 ____________________________________________________________________________
5576 [  8926] By: nick                                  on 2001/02/25  10:53:24
5577         Log: GCC __atribute__ / printf fix
5578      Branch: perlio
5579            ! perl.h
5580 ____________________________________________________________________________
5581 [  8925] By: nick                                  on 2001/02/25  10:52:25
5582         Log: Checked in the wrong one ...
5583      Branch: perlio
5584            ! ext/Encode/Encode.pm
5585 ____________________________________________________________________________
5586 [  8924] By: nick                                  on 2001/02/24  18:46:51
5587         Log: Integrate mainline - to see what Jarkko has in ...
5588      Branch: perlio
5589           +> t/pod/testpods/lib/Pod/Stuff.pm
5590           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
5591 ____________________________________________________________________________
5592 [  8923] By: nick                                  on 2001/02/24  17:05:23
5593         Log: Encode API documentation nd tidy up.
5594              Minor additions to test.
5595              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
5596              Adds STRLEN to standard typemap.
5597      Branch: perlio
5598            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
5599            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
5600 ____________________________________________________________________________
5601 [  8922] By: jhi                                   on 2001/02/24  16:38:12
5602         Log: Add a test for the "character range should match in EBCDIC
5603              if specified using explicit numerics" bug found by Karsten
5604              Sperling.
5605      Branch: perl
5606            ! t/op/pat.t
5607 ____________________________________________________________________________
5608 [  8921] By: jhi                                   on 2001/02/24  16:30:16
5609         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
5610              From: schwern@pobox.com
5611              Date: Fri, 23 Feb 2001 03:21:37 -0500
5612              Message-ID: <20010223032137.A26022@magnonel.guild.net>
5613              
5614              plus Charles Lane's fixes, plus tweaks.
5615      Branch: perl
5616            + t/pod/testpods/lib/Pod/Stuff.pm
5617            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
5618 ____________________________________________________________________________
5619 [  8920] By: nick                                  on 2001/02/24  10:30:11
5620         Log: Integrate mainline
5621      Branch: perlio
5622           !> (integrate 33 files)
5623 ____________________________________________________________________________
5624 [  8919] By: jhi                                   on 2001/02/24  00:23:35
5625         Log: Subject: Re: I'm losing the war...
5626              From: "Vadim Konovalov" <watman@inbox.ru>
5627              Date: Sat, 24 Feb 2001 00:10:14 +0300
5628              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
5629              
5630              hv_store() not working correctly in ENV_IS_CASELESS case.
5631      Branch: perl
5632            ! hv.c
5633 ____________________________________________________________________________
5634 [  8918] By: jhi                                   on 2001/02/24  00:20:09
5635         Log: Subject: Re: [PATCH] fix for charnames above FFFF
5636              From: andreas.koenig@anima.de (Andreas J. Koenig)
5637              Date: 23 Feb 2001 02:39:03 +0100
5638              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
5639              
5640              A further efficiency tweak.
5641      Branch: perl
5642            ! lib/charnames.pm
5643 ____________________________________________________________________________
5644 [  8917] By: jhi                                   on 2001/02/23  20:27:51
5645         Log: Integrate change #8916 from mainline,
5646              do away with USE_WIN32_RTL_ENV.
5647      Branch: maint-5.6/perl
5648           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
5649 ____________________________________________________________________________
5650 [  8916] By: jhi                                   on 2001/02/23  20:02:25
5651         Log: Abolish USE_WIN32_RTL_ENV.
5652      Branch: perl
5653            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
5654 ____________________________________________________________________________
5655 [  8915] By: jhi                                   on 2001/02/23  19:36:00
5656         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
5657              later protected by some #define.
5658      Branch: perl
5659            ! gv.c
5660 ____________________________________________________________________________
5661 [  8914] By: jhi                                   on 2001/02/23  19:31:38
5662         Log: Retract #8902 for now, requested by Charles Lane, the correct
5663              fix will be something else.
5664      Branch: perl
5665            ! op.c
5666 ____________________________________________________________________________
5667 [  8913] By: jhi                                   on 2001/02/23  19:11:36
5668         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
5669              From: Peter Prymmer <pvhp@forte.com>
5670              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
5671              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
5672      Branch: perl
5673            ! t/op/lex_assign.t
5674 ____________________________________________________________________________
5675 [  8912] By: jhi                                   on 2001/02/23  18:38:20
5676         Log: Subject: [patch] perlio + useithreads
5677              From: Doug MacEachern <dougm@covalent.net>
5678              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
5679              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
5680              
5681              Gets things running but not complete.
5682      Branch: perl
5683            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
5684 ____________________________________________________________________________
5685 [  8911] By: jhi                                   on 2001/02/23  04:20:02
5686         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
5687              
5688              Duplicated environment freeing, File::Temp 0.12,
5689              op/append portability (EBCDIC) tweak.
5690      Branch: maint-5.6/perl
5691           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5692           !> t/op/append.t
5693 ____________________________________________________________________________
5694 [  8910] By: jhi                                   on 2001/02/23  02:07:33
5695         Log: Integrate change #8909 from mainline, a better Borland
5696              putenv() workaround.
5697      Branch: maint-5.6/perl
5698           !> perl.c
5699 ____________________________________________________________________________
5700 [  8909] By: jhi                                   on 2001/02/23  02:05:46
5701         Log: A better workaround for Borland putenv() brokenness from Sarathy.
5702      Branch: perl
5703            ! perl.c
5704 ____________________________________________________________________________
5705 [  8908] By: jhi                                   on 2001/02/23  02:04:14
5706         Log: Subject: fix for parameter -Dm (for perl@8867)
5707              From: "Vadim Konovalov" <watman@inbox.ru>
5708              Date: Thu, 22 Feb 2001 17:30:12 +0300
5709              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
5710      Branch: perl
5711            ! perl.h
5712 ____________________________________________________________________________
5713 [  8907] By: jhi                                   on 2001/02/23  01:58:20
5714         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
5715              From: Peter Prymmer <pvhp@forte.com>
5716              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
5717              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
5718      Branch: perl
5719            ! t/op/append.t
5720 ____________________________________________________________________________
5721 [  8906] By: jhi                                   on 2001/02/23  01:48:34
5722         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
5723      Branch: perl
5724            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5725 ____________________________________________________________________________
5726 [  8905] By: jhi                                   on 2001/02/23  01:43:30
5727         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
5728              From: Peter Prymmer <pvhp@forte.com>
5729              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
5730              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
5731      Branch: perl
5732            ! t/lib/st-06compat.t
5733 ____________________________________________________________________________
5734 [  8904] By: jhi                                   on 2001/02/23  01:42:39
5735         Log: Metaconfig unit change for #8903.
5736      Branch: metaconfig/U/perl
5737            ! Devel.U
5738 ____________________________________________________________________________
5739 [  8903] By: jhi                                   on 2001/02/23  01:42:12
5740         Log: Be more helpful for devel builders, suggested by John L. Allen.
5741      Branch: perl
5742            ! Configure
5743 ____________________________________________________________________________
5744 [  8902] By: jhi                                   on 2001/02/23  01:37:41
5745         Log: (Retracted by #8914)
5746              (Wrongly, reinstated by #8941)             
5747
5748              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
5749              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5750              Date:     Thu, 22 Feb 2001 09:43:57 EST
5751              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
5752      Branch: perl
5753            ! op.c
5754 ____________________________________________________________________________
5755 [  8901] By: jhi                                   on 2001/02/23  01:20:32
5756         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
5757              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5758              Date:     Thu, 22 Feb 2001 08:01:35 EST
5759              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
5760      Branch: perl
5761            ! malloc.c
5762 ____________________________________________________________________________
5763 [  8900] By: jhi                                   on 2001/02/23  01:18:02
5764         Log: Integrate changes #8898,8899 from mainline, environ handling.
5765      Branch: maint-5.6/perl
5766           !> perl.c
5767 ____________________________________________________________________________
5768 [  8899] By: jhi                                   on 2001/02/23  01:16:25
5769         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
5770              putenv() is not to be relied on, they are either broken or leaky
5771              or both.)
5772      Branch: perl
5773            ! perl.c
5774 ____________________________________________________________________________
5775 [  8898] By: jhi                                   on 2001/02/22  23:36:59
5776         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
5777              and safesysfree() must be used.
5778      Branch: perl
5779            ! perl.c
5780 ____________________________________________________________________________
5781 [  8897] By: jhi                                   on 2001/02/22  23:25:45
5782         Log: With environ one must use safesysmalloc()/safesysfree().
5783      Branch: perl
5784            ! perl.c
5785 ____________________________________________________________________________
5786 [  8896] By: jhi                                   on 2001/02/22  22:13:18
5787         Log: If we have a duplicated environment free it
5788              if PERL_DESTRUCT_LEVEL.
5789      Branch: perl
5790            ! perl.c
5791 ____________________________________________________________________________
5792 [  8895] By: alanbur                               on 2001/02/22  19:31:57
5793         Log: Synchronised with parent
5794      Branch: maint-5.6/pureperl
5795           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
5796 ____________________________________________________________________________
5797 [  8894] By: gsar                                  on 2001/02/22  19:06:18
5798         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
5799              
5800              fix memory leak in method call optimization (change#3768);
5801              made C<eval "$x->foo()"> leak
5802              
5803              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
5804      Branch: maint-5.6/perl
5805           !> op.c
5806 ____________________________________________________________________________
5807 [  8893] By: jhi                                   on 2001/02/22  18:35:27
5808         Log: (Retracted by #8915.)
5809              
5810              Third Degree finding:
5811              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
5812      Branch: perl
5813            ! gv.c
5814 ____________________________________________________________________________
5815 [  8892] By: jhi                                   on 2001/02/22  14:28:32
5816         Log: Update Changes.
5817      Branch: perl
5818            ! Changes patchlevel.h
5819 ____________________________________________________________________________
5820 [  8891] By: jhi                                   on 2001/02/22  13:22:45
5821         Log: Metaconfig unit changes for #8890.
5822      Branch: metaconfig
5823            ! U/modified/Cppsym.U U/threads/archname.U
5824 ____________________________________________________________________________
5825 [  8890] By: jhi                                   on 2001/02/22  13:22:12
5826         Log: Add -stdio to the archname if no perlio selected,
5827              no -perlio added since that is now the default.
5828              
5829              Add few CPUs/architectures to the Cppsym scan.
5830      Branch: perl
5831            ! Configure config_h.SH
5832 ____________________________________________________________________________
5833 [  8889] By: jhi                                   on 2001/02/22  13:05:59
5834         Log: Metaconfig unit change for #8888.
5835      Branch: metaconfig/U/perl
5836            ! useperlio.U
5837 ____________________________________________________________________________
5838 [  8888] By: jhi                                   on 2001/02/22  13:05:28
5839         Log: *drum roll*  Make perlio the default.
5840      Branch: perl
5841            ! Configure config_h.SH
5842 ____________________________________________________________________________
5843 [  8887] By: jhi                                   on 2001/02/22  12:50:52
5844         Log: Integrate change #8665 from maintperl to mainline,
5845              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
5846      Branch: perl
5847           !> ext/POSIX/POSIX.xs
5848 ____________________________________________________________________________
5849 [  8886] By: jhi                                   on 2001/02/22  12:49:24
5850         Log: Integrate changes #8883,8884 from mainline to maintperl.
5851              
5852              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
5853              Subject: Re: File::Temp::_gettemp warning
5854      Branch: maint-5.6/perl
5855           !> embed.h embed.pl lib/File/Temp.pm
5856 ____________________________________________________________________________
5857 [  8885] By: jhi                                   on 2001/02/22  12:43:59
5858         Log: Based on
5859              
5860              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
5861              From: schwab@suse.de
5862              Date: Thu, 22 Feb 2001 13:08:09 +0100
5863              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
5864              
5865              but the fix done slightly differently because the other
5866              half was already done in #8664.
5867      Branch: maint-5.6/perl
5868            ! ext/POSIX/POSIX.xs
5869 ____________________________________________________________________________
5870 [  8884] By: jhi                                   on 2001/02/22  12:37:15
5871         Log: Subject: Re: File::Temp::_gettemp warning
5872              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5873              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
5874              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
5875              
5876              This patch to File::Temp does two things:
5877              
5878              1. Fixes the problem with CGI::Carp when determining
5879              the Fcntl constants
5880              
5881              2. Removes most of the carps and consolidates them so that all the
5882              reasons are included in a single die that is caught by the test. This
5883              means that the correct skipping behaviour is displayed by the test.
5884      Branch: perl
5885            ! lib/File/Temp.pm
5886 ____________________________________________________________________________
5887 [  8883] By: jhi                                   on 2001/02/22  12:29:19
5888         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
5889              From: Peter Prymmer <pvhp@forte.com>
5890              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
5891              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
5892      Branch: perl
5893            ! embed.h embed.pl
5894 ____________________________________________________________________________
5895 [  8882] By: jhi                                   on 2001/02/21  19:41:33
5896         Log: Integrate change #8881 from mainlin to maintperl.
5897              
5898              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
5899      Branch: maint-5.6/perl
5900           !> op.c
5901 ____________________________________________________________________________
5902 [  8881] By: jhi                                   on 2001/02/21  19:38:57
5903         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
5904              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5905              Date:     Wed, 21 Feb 2001 13:08:03 EST
5906              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
5907      Branch: perl
5908            ! op.c
5909 ____________________________________________________________________________
5910 [  8880] By: jhi                                   on 2001/02/21  19:34:34
5911         Log: Retract #8875, cannot let go of the old semantics of unpack U
5912              without rethinking utf8decode.t.
5913      Branch: perl
5914            ! pp.c t/op/pack.t
5915 ____________________________________________________________________________
5916 [  8879] By: jhi                                   on 2001/02/21  19:08:02
5917         Log: Run run/*.t also in minitest.
5918      Branch: perl
5919            ! Makefile.SH
5920 ____________________________________________________________________________
5921 [  8878] By: nick                                  on 2001/02/21  18:55:37
5922         Log: Integrate mainline
5923      Branch: perlio
5924           !> (integrate 76 files)
5925 ____________________________________________________________________________
5926 [  8877] By: jhi                                   on 2001/02/21  15:09:33
5927         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
5928      Branch: metaconfig
5929            ! U/compline/nblock_io.U
5930      Branch: perl
5931            ! Configure config_h.SH
5932 ____________________________________________________________________________
5933 [  8876] By: jhi                                   on 2001/02/21  14:54:45
5934         Log: If no sfio, no -lsfio.
5935      Branch: metaconfig/U/perl
5936            ! d_sfio.U
5937      Branch: perl
5938            ! Configure config_h.SH
5939 ____________________________________________________________________________
5940 [  8875] By: jhi                                   on 2001/02/21  14:54:00
5941         Log: Make unpack C and unpack C truly equivalent.
5942      Branch: perl
5943            ! pp.c t/op/pack.t
5944 ____________________________________________________________________________
5945 [  8874] By: jhi                                   on 2001/02/21  14:26:02
5946         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
5947              From: Peter Prymmer <pvhp@forte.com>
5948              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
5949              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
5950      Branch: perl
5951            ! pod/perlport.pod
5952 ____________________________________________________________________________
5953 [  8873] By: jhi                                   on 2001/02/21  14:24:31
5954         Log: Subject: [PATCH] fix for charnames above FFFF
5955              From: andreas.koenig@anima.de (Andreas J. Koenig)
5956              Date: 21 Feb 2001 07:05:45 +0100
5957              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
5958      Branch: perl
5959            ! lib/charnames.pm t/lib/charnames.t
5960 ____________________________________________________________________________
5961 [  8872] By: jhi                                   on 2001/02/21  14:15:25
5962         Log: Integrate change #8868 from pureperl to mainline.
5963              
5964              Fixed reference count loop caused by sv_magic.
5965      Branch: perl
5966           !> sv.c
5967 ____________________________________________________________________________
5968 [  8871] By: jhi                                   on 2001/02/21  14:07:29
5969         Log: Integrate change #8868 from pureperl to maintperl.
5970              
5971              Fixed reference count loop caused by sv_magic.
5972      Branch: maint-5.6/perl
5973           !> sv.c
5974 ____________________________________________________________________________
5975 [  8870] By: jhi                                   on 2001/02/21  14:04:41
5976         Log: Put back the #8840, it was innocent.
5977      Branch: perl
5978            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5979            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
5980 ____________________________________________________________________________
5981 [  8869] By: jhi                                   on 2001/02/21  14:00:03
5982         Log: unpack("C", ...) was left slightly unfinished by #8865.
5983      Branch: perl
5984            ! pp.c t/op/pack.t
5985 ____________________________________________________________________________
5986 [  8868] By: alanbur                               on 2001/02/21  01:33:45
5987         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
5988              from gv_fetchpv to create single-character magic variables (e.g. $!),
5989              and it is passed a sv and the gv that contains the sv as the mg_obj
5990              value.  When sv_magic stores the mg_obj pointer it increments the gv
5991              refcount, thus causing a sv-gv pair that can't be freed.  There is
5992              already a check for sv == obj which is used to prevent such reference
5993              loops.  This change extends the check to cover the case described above.
5994      Branch: maint-5.6/pureperl
5995            ! sv.c
5996 ____________________________________________________________________________
5997 [  8867] By: jhi                                   on 2001/02/21  00:52:39
5998         Log: Update Changes.
5999      Branch: perl
6000            ! Changes patchlevel.h
6001 ____________________________________________________________________________
6002 [  8866] By: jhi                                   on 2001/02/21  00:34:20
6003         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
6004              (Note: there were some conflicts due to EBCDIC and EPOC
6005              patches, in general I preferred the repository code.)
6006              (When 2.753 comes out, we need to synchronize.)
6007      Branch: perl
6008            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
6009            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
6010            ! t/lib/cgi-html.t
6011 ____________________________________________________________________________
6012 [  8865] By: jhi                                   on 2001/02/21  00:24:22
6013         Log: Make pack("C", 0x100) to create Unicode, unless under the
6014              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
6015              will understand Unicode, unless you under know what.
6016      Branch: perl
6017            ! pp.c t/op/pack.t t/op/qu.t
6018 ____________________________________________________________________________
6019 [  8864] By: alanbur                               on 2001/02/20  22:35:34
6020         Log: Resynchronised with parent
6021      Branch: maint-5.6/pureperl
6022           !> README.win32 ext/GDBM_File/GDBM_File.pm
6023           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6024           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
6025           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
6026           !> t/lib/sdbm.t util.c
6027 ____________________________________________________________________________
6028 [  8863] By: jhi                                   on 2001/02/20  20:55:11
6029         Log: Integrate change #8860,8861 from mainline into maintperl.
6030              
6031              "pseudo-literal j"
6032              
6033              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
6034      Branch: maint-5.6/perl
6035           !> lib/Test.pm pod/perlop.pod
6036 ____________________________________________________________________________
6037 [  8862] By: jhi                                   on 2001/02/20  20:30:07
6038         Log: Don't do casting between pointers pointing to differently sized
6039              integers.
6040      Branch: perl
6041            ! hv.c sv.c
6042 ____________________________________________________________________________
6043 [  8861] By: jhi                                   on 2001/02/20  19:53:44
6044         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
6045              From: Peter Prymmer <pvhp@forte.com>
6046              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
6047              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
6048      Branch: perl
6049            ! lib/Test.pm
6050 ____________________________________________________________________________
6051 [  8860] By: jhi                                   on 2001/02/20  19:48:02
6052         Log: "pseudo-literal j", a documentation glitch reported to Debian.
6053              The text recovered from Perl 5.005_03, and pseudo-literal replaced
6054              by "backtick string".
6055      Branch: perl
6056            ! pod/perlop.pod
6057 ____________________________________________________________________________
6058 [  8859] By: jhi                                   on 2001/02/20  19:15:46
6059         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
6060              from Chris Nandor.
6061      Branch: perl
6062            ! makedef.pl
6063 ____________________________________________________________________________
6064 [  8858] By: jhi                                   on 2001/02/20  17:36:53
6065         Log: Integrate pureperl changes #8844,8845,8850 to mainline
6066              (via maintperl #8855).
6067              
6068              Fixed %^H scoping bug
6069              
6070              Removed GV <-> CV refcount loop
6071              
6072              Removed %ENV refcount loop
6073      Branch: perl
6074           !> gv.c op.c perl.c pp.c scope.c
6075 ____________________________________________________________________________
6076 [  8857] By: jhi                                   on 2001/02/20  17:34:32
6077         Log: Integrate changes #8853,8854 from maintperl to mainline.
6078              
6079              EBDIC fixes, README.win32 Borland update.
6080      Branch: perl
6081           !> README.win32 handy.h util.c
6082 ____________________________________________________________________________
6083 [  8856] By: jhi                                   on 2001/02/20  17:33:16
6084         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
6085      Branch: maint-5.6/perl
6086           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
6087           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
6088           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6089 ____________________________________________________________________________
6090 [  8855] By: jhi                                   on 2001/02/20  17:32:13
6091         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
6092              
6093              Fixed %^H scoping bug
6094              
6095              Removed GV <-> CV refcount loop
6096              
6097              Removed %ENV refcount loop
6098      Branch: maint-5.6/perl
6099           !> gv.c op.c perl.c pp.c scope.c
6100 ____________________________________________________________________________
6101 [  8854] By: jhi                                   on 2001/02/20  17:25:06
6102         Log: Subject: Addition to readme.win32 for Borland C++ compilers
6103              Date: Tue, 20 Feb 2001 02:15:25 +0300
6104              From: "Vadim Konovalov" <watman@inbox.ru>
6105              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
6106              
6107              Document Borland compiler misbehaviour.
6108      Branch: maint-5.6/perl
6109            ! README.win32
6110 ____________________________________________________________________________
6111 [  8853] By: jhi                                   on 2001/02/20  17:22:25
6112         Log: The assimilation of ebcdic.c didn't quite work at the first try,
6113              patches from Thomas Dorner.
6114      Branch: maint-5.6/perl
6115            ! handy.h util.c
6116 ____________________________________________________________________________
6117 [  8852] By: jhi                                   on 2001/02/20  17:20:15
6118         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
6119              From: Chris Nandor <pudge@pobox.com>
6120              Date: Tue, 20 Feb 2001 08:32:45 -0500
6121              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
6122      Branch: maint-5.6/perl
6123            ! makedef.pl mg.c
6124 ____________________________________________________________________________
6125 [  8851] By: jhi                                   on 2001/02/20  17:15:52
6126         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
6127      Branch: perl
6128            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
6129            ! t/lib/filter-util.t
6130 ____________________________________________________________________________
6131 [  8850] By: alanbur                               on 2001/02/20  17:12:40
6132         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
6133              and the magic pointer points back to the GV that contains the
6134              %ENV hash.  This creates a refcount loop that prevents members
6135              of %ENV from being freed correctly.  This change removes the
6136              refcount loop - the magic pointer was never used anyway, the
6137              only use of the magic was to check the type ('E') so that the
6138              appropriate environment manipulation code is called when %ENV
6139              is modified.
6140      Branch: maint-5.6/pureperl
6141            ! perl.c
6142 ____________________________________________________________________________
6143 [  8849] By: jhi                                   on 2001/02/20  17:12:20
6144         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
6145              From: "Craig A. Berry" <craigberry@mac.com>
6146              Date: Mon, 19 Feb 2001 23:36:12 -0600
6147              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
6148              
6149              Case-forgiving systems match TestInit.pm with TES*.
6150      Branch: perl
6151            ! t/lib/glob-basic.t
6152 ____________________________________________________________________________
6153 [  8848] By: jhi                                   on 2001/02/20  17:10:02
6154         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
6155      Branch: perl
6156            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
6157            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
6158            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
6159 ____________________________________________________________________________
6160 [  8847] By: jhi                                   on 2001/02/20  15:34:41
6161         Log: The #8843 wasn't quite right: %Config needs to imported.
6162      Branch: perl
6163            ! t/run/runenv.t
6164 ____________________________________________________________________________
6165 [  8846] By: jhi                                   on 2001/02/20  15:31:50
6166         Log: Retract the #8838 and #8840 for now because of
6167              the DB_File tie problem.
6168      Branch: perl
6169            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
6170            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
6171            ! proto.h sv.c
6172 ____________________________________________________________________________
6173 [  8845] By: alanbur                               on 2001/02/20  14:25:41
6174         Log: Removed GV <-> CV refcount loop
6175              CvGV(mycv) points to the parent GV of the CV, and was previously
6176              refcounted.  The pointer remains, but the refcounting has been removed
6177              as it causes a refcount loop between the CV and GV that means the CV
6178              can't ever be deleted.
6179      Branch: maint-5.6/pureperl
6180            ! gv.c op.c pp.c
6181 ____________________________________________________________________________
6182 [  8844] By: alanbur                               on 2001/02/20  14:23:13
6183         Log: Fixed %^H scoping bug
6184      Branch: maint-5.6/pureperl
6185            ! scope.c
6186 ____________________________________________________________________________
6187 [  8843] By: jhi                                   on 2001/02/19  13:38:08
6188         Log: fork() not everywhere, cleanup temp files.
6189      Branch: perl
6190            ! t/run/runenv.t
6191 ____________________________________________________________________________
6192 [  8842] By: alanbur                               on 2001/02/19  12:42:07
6193         Log: Resynchronised with parent
6194      Branch: maint-5.6/pureperl
6195           !> pod/perlfaq4.pod sv.c utf8.c
6196 ____________________________________________________________________________
6197 [  8841] By: jhi                                   on 2001/02/19  03:35:51
6198         Log: Update Changes.
6199      Branch: perl
6200            ! Changes patchlevel.h
6201 ____________________________________________________________________________
6202 [  8840] By: jhi                                   on 2001/02/19  00:23:41
6203         Log: Subject: [patch] add sv_setref_uv
6204              From: Doug MacEachern <dougm@covalent.net>
6205              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
6206              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
6207      Branch: perl
6208            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6209            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6210 ____________________________________________________________________________
6211 [  8839] By: jhi                                   on 2001/02/19  00:01:38
6212         Log: Put to rest the 20010205.001, the email address checking (not) regex.
6213      Branch: perl
6214            ! pod/perlfaq9.pod
6215 ____________________________________________________________________________
6216 [  8838] By: jhi                                   on 2001/02/18  22:17:54
6217         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
6218              From: Doug MacEachern <dougm@covalent.net>
6219              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
6220              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
6221      Branch: perl
6222            ! lib/ExtUtils/xsubpp
6223 ____________________________________________________________________________
6224 [  8837] By: jhi                                   on 2001/02/18  22:16:50
6225         Log: Subject: [patch] -Wall cleanup round 2
6226              From: Doug MacEachern <dougm@covalent.net>
6227              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
6228              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
6229      Branch: perl
6230            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6231            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
6232            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
6233            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
6234            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6235            ! ext/SDBM_File/SDBM_File.xs
6236 ____________________________________________________________________________
6237 [  8836] By: jhi                                   on 2001/02/18  22:11:20
6238         Log: Misapplied regex optimizations when \C is present.
6239              Fixes 20001230.002.
6240              
6241              What still remains broken is that the submatches that
6242              have \C in them get their UTF8 flag on because their
6243              parent SV has it on.  This will result in malformed
6244              UTF8 if a \C happened to match a non-ASCII byte.
6245      Branch: perl
6246            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
6247            ! t/pragma/utf8.t
6248 ____________________________________________________________________________
6249 [  8835] By: jhi                                   on 2001/02/18  20:12:02
6250         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
6251              
6252              The hash key got wrongly UTF8fied.
6253      Branch: perl
6254            ! pod/perlapi.pod toke.c utf8.c
6255 ____________________________________________________________________________
6256 [  8834] By: jhi                                   on 2001/02/18  19:44:25
6257         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
6258              don't warn on magical or overloaded things.
6259      Branch: perl
6260            ! pp_hot.c
6261 ____________________________________________________________________________
6262 [  8833] By: nick                                  on 2001/02/18  19:31:22
6263         Log: Integrate mainline
6264      Branch: perlio
6265           +> t/TestInit.pm t/run/runenv.t
6266            - t/UTEST
6267           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
6268           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
6269           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
6270           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
6271           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6272           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
6273           !> utf8.c
6274 ____________________________________________________________________________
6275 [  8832] By: jhi                                   on 2001/02/18  19:21:18
6276         Log: Integrate perlio.
6277      Branch: perl
6278           !> perlio.c pod/perldiag.pod
6279 ____________________________________________________________________________
6280 [  8831] By: jhi                                   on 2001/02/18  19:14:20
6281         Log: Integrate change #8827 from mainline.
6282              
6283              UTF8 tweaks.
6284      Branch: maint-5.6/perl
6285           !> sv.c utf8.c
6286 ____________________________________________________________________________
6287 [  8830] By: nick                                  on 2001/02/18  19:10:34
6288         Log: Apply the spirit of patch from Nick Clark:
6289              Subject: [PATCH] Re: extensions that provide layers
6290              From: Nicholas Clark <nick@ccl4.org>
6291              Date: Mon, 12 Feb 2001 16:43:51 +0000
6292              Message-Id: <20010212164350.Q3652@plum.flirble.org>
6293      Branch: perlio
6294            ! perlio.c pod/perldiag.pod
6295 ____________________________________________________________________________
6296 [  8829] By: jhi                                   on 2001/02/18  19:03:25
6297         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
6298              From: schwern@pobox.com 
6299              Date: Sun, 18 Feb 2001 13:44:35 -0500
6300              Message-ID: <20010218134435.A17544@magnonel.guild.net>
6301              
6302              Applied, but as t/TestInit.pm.
6303      Branch: perl
6304            + t/TestInit.pm
6305            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
6306            ! t/op/subst_wamp.t
6307 ____________________________________________________________________________
6308 [  8828] By: jhi                                   on 2001/02/18  18:43:52
6309         Log: Integrate perlio.
6310      Branch: perl
6311           !> perlio.c
6312 ____________________________________________________________________________
6313 [  8827] By: jhi                                   on 2001/02/18  18:41:33
6314         Log: UTF-8 tweaks.
6315      Branch: perl
6316            ! sv.c utf8.c
6317 ____________________________________________________________________________
6318 [  8826] By: nick                                  on 2001/02/18  17:40:59
6319         Log: Fix [ID 20010217.002]
6320              open FOO, "<:raw:perlio", ...
6321              :raw now inserts default base layer below itself.
6322              Also
6323              open FOO, "<:unix", ...
6324              works as well - but leaves buffer layer on stack under the unix layer.
6325      Branch: perlio
6326            ! perlio.c
6327 ____________________________________________________________________________
6328 [  8825] By: jhi                                   on 2001/02/18  17:15:39
6329         Log: Integrate perlio.
6330      Branch: perl
6331           !> perlio.c perliol.h
6332 ____________________________________________________________________________
6333 [  8824] By: jhi                                   on 2001/02/18  17:10:53
6334         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
6335              From: schwern@pobox.com
6336              Date: Sun, 18 Feb 2001 01:48:50 -0500
6337              Message-ID: <20010218014850.C19957@magnonel.guild.net>
6338      Branch: perl
6339            ! lib/Test/Harness.pm t/TEST t/op/chop.t
6340 ____________________________________________________________________________
6341 [  8823] By: jhi                                   on 2001/02/18  17:01:06
6342         Log: Add run/*.t to testables.
6343      Branch: perl
6344            ! t/TEST
6345 ____________________________________________________________________________
6346 [  8822] By: jhi                                   on 2001/02/18  16:58:58
6347         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
6348              From: schwern@pobox.com
6349              Date: Sun, 18 Feb 2001 01:11:35 -0500
6350              Message-ID: <20010218011135.A19957@magnonel.guild.net>
6351              
6352              Revive mjd's and Simon's PERL5OPT fix.
6353      Branch: perl
6354            + t/run/runenv.t
6355            ! MANIFEST perl.c
6356 ____________________________________________________________________________
6357 [  8821] By: jhi                                   on 2001/02/18  16:53:46
6358         Log: Subject: Re: Why t/TEST and not Test::Harness?
6359              From: schwern@pobox.com
6360              Date: Sat, 17 Feb 2001 22:44:44 -0500
6361              Message-ID: <20010217224444.A6679@magnonel.guild.net>
6362              
6363              Replace UTEST with TEST -utf8.
6364      Branch: perl
6365            - t/UTEST
6366            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
6367            ! t/lib/glob-basic.t
6368 ____________________________________________________________________________
6369 [  8820] By: nick                                  on 2001/02/18  13:06:16
6370         Log: Clean up a few core dumps when layers are used in unexpected ways.
6371              (Still not "right"...)
6372      Branch: perlio
6373            ! perlio.c perliol.h
6374 ____________________________________________________________________________
6375 [  8819] By: jhi                                   on 2001/02/18  02:25:55
6376         Log: Integrate change #8818 from maintperl, a FAQ nit.
6377      Branch: perl
6378           !> pod/perlfaq4.pod
6379 ____________________________________________________________________________
6380 [  8818] By: jhi                                   on 2001/02/18  02:24:50
6381         Log: FAQ nit from Chris Fedde.
6382      Branch: maint-5.6/perl
6383            ! pod/perlfaq4.pod
6384 ____________________________________________________________________________
6385 [  8817] By: nick                                  on 2001/02/17  18:20:14
6386         Log: Integrate mainline
6387      Branch: perlio
6388           +> lib/unicode/UCD.html lib/unicode/Unicode.html
6389           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
6390           +> pod/perlclib.pod
6391            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6392            - lib/unicode/Unicode.301
6393           !> (integrate 324 files)
6394 ____________________________________________________________________________
6395 [  8816] By: jhi                                   on 2001/02/17  16:56:58
6396         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
6397      Branch: perl
6398            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6399            ! ext/Storable/Storable.xs t/lib/st-06compat.t
6400            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
6401 ____________________________________________________________________________
6402 [  8815] By: jhi                                   on 2001/02/17  16:40:07
6403         Log: Subject: [patch] -Wall
6404              From: Doug MacEachern <dougm@covalent.net>
6405              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
6406              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
6407      Branch: perl
6408            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
6409            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
6410 ____________________________________________________________________________
6411 [  8814] By: jhi                                   on 2001/02/16  19:27:18
6412         Log: Document qu better.
6413      Branch: perl
6414            ! pod/perlop.pod
6415 ____________________________________________________________________________
6416 [  8813] By: jhi                                   on 2001/02/15  13:54:37
6417         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
6418              From: Hugo <hv@crypt.compulink.co.uk>
6419              Date: Thu, 15 Feb 2001 13:39:49 +0000
6420              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
6421      Branch: perl
6422            ! toke.c
6423 ____________________________________________________________________________
6424 [  8812] By: alanbur                               on 2001/02/15  13:52:16
6425         Log: Resynchronised with parent
6426      Branch: maint-5.6/pureperl
6427            - ebcdic.c
6428           !> (integrate 36 files)
6429 ____________________________________________________________________________
6430 [  8811] By: jhi                                   on 2001/02/15  13:51:16
6431         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
6432              
6433              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
6434              From: Jan Dubois <JanD@ActiveState.com>
6435              Date: Wed, 31 Jan 2001 21:17:03 -0800
6436              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
6437              
6438              tweak change#8659 to keep it simple
6439              
6440              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
6441              From: Russ Allbery <rra@stanford.edu>
6442              Date: 14 Feb 2001 10:15:41 -0800
6443              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
6444              
6445              (8809 empty)
6446
6447              Upgrade to podlators 1.08, from Russ Allbery.
6448      Branch: perl
6449           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
6450           !> utils/perldoc.PL
6451 ____________________________________________________________________________
6452 [  8810] By: jhi                                   on 2001/02/15  13:35:08
6453         Log: Upgrade to podlators 1.08, from Russ Allbery.
6454      Branch: maint-5.6/perl
6455            ! lib/Pod/Man.pm lib/Pod/Text.pm
6456 ____________________________________________________________________________
6457 [  8809] By: jhi                                   on 2001/02/15  13:26:38
6458         Log: (accidentally empty check-in)
6459      Branch: maint-5.6/perl
6460            ! lib/Test/Harness.pm
6461 ____________________________________________________________________________
6462 [  8808] By: jhi                                   on 2001/02/15  13:23:47
6463         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
6464              From: Russ Allbery <rra@stanford.edu>
6465              Date: 14 Feb 2001 10:15:41 -0800
6466              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
6467              
6468              perldoc was hardcoding $Config{installscript}, which breaks
6469              when install* isn't where Perl ends up (such as with AFS).
6470              
6471              Use $Config{scriptdir} instead.
6472      Branch: maint-5.6/perl
6473            ! utils/perldoc.PL
6474 ____________________________________________________________________________
6475 [  8807] By: jhi                                   on 2001/02/14  14:37:27
6476         Log: Update Changes.
6477      Branch: perl
6478            ! Changes patchlevel.h
6479 ____________________________________________________________________________
6480 [  8806] By: jhi                                   on 2001/02/14  14:25:31
6481         Log: Integrate changes #8803,8804,8805 from mainline.
6482              
6483              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
6484              
6485              Don't skip too much of the locale error message if no environ array,
6486              from Chris Nandor.
6487              
6488              More MacOS Classic fixes from Chris Nandor.
6489      Branch: maint-5.6/perl
6490           !> doop.c lib/Cwd.pm perl.c perl.h util.c
6491 ____________________________________________________________________________
6492 [  8805] By: jhi                                   on 2001/02/14  03:29:01
6493         Log: More MacOS Classic fixes from Chris Nandor.
6494      Branch: perl
6495            ! doop.c lib/Cwd.pm
6496 ____________________________________________________________________________
6497 [  8804] By: jhi                                   on 2001/02/14  03:18:35
6498         Log: Don't skip too much of the locale error message if no environ array,
6499              from Chris Nandor.
6500      Branch: perl
6501            ! util.c
6502 ____________________________________________________________________________
6503 [  8803] By: jhi                                   on 2001/02/14  03:14:14
6504         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
6505      Branch: perl
6506            ! perl.c perl.h
6507 ____________________________________________________________________________
6508 [  8802] By: jhi                                   on 2001/02/13  18:31:33
6509         Log: AUTHORS update.
6510      Branch: perl
6511            ! AUTHORS
6512 ____________________________________________________________________________
6513 [  8801] By: jhi                                   on 2001/02/13  17:55:19
6514         Log: Integrate change #8792 from mainline.
6515              
6516              Subject: buncha MacPerl patches for bleadperl
6517              From: Chris Nandor <pudge@pobox.com>
6518              Date: Tue, 13 Feb 2001 00:02:43 -0500
6519              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
6520      Branch: maint-5.6/perl
6521           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6522           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
6523           !> t/lib/basename.t toke.c util.h
6524 ____________________________________________________________________________
6525 [  8800] By: jhi                                   on 2001/02/13  17:46:43
6526         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
6527              to be forced to Off_t.
6528              
6529              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
6530              From: nick@ccl4.org
6531              Date: Thu, 1 Feb 2001 12:01:04 +0000
6532              Message-Id: <20010201120103.E11401@plum.flirble.org>
6533      Branch: maint-5.6/perl
6534            ! iperlsys.h perlio.c
6535 ____________________________________________________________________________
6536 [  8799] By: jhi                                   on 2001/02/13  16:52:51
6537         Log: Duplex duplex hunk hunk.
6538      Branch: maint-5.6/perl
6539            ! Makefile.SH
6540 ____________________________________________________________________________
6541 [  8797] By: jhi                                   on 2001/02/13  14:52:04
6542         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
6543              From: "Craig A. Berry" <craigberry@mac.com>
6544              Date: Mon, 12 Feb 2001 11:05:25 -0600
6545              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
6546      Branch: perl
6547            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
6548 ____________________________________________________________________________
6549 [  8796] By: jhi                                   on 2001/02/13  14:36:47
6550         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
6551              From: simon.cozens@pembroke.oxford.ac.uk 
6552              Date: Sat, 10 Feb 2001 17:57:02 +0000
6553              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
6554              
6555              Now it does include.
6556      Branch: perl
6557            ! pod/perldiag.pod
6558 ____________________________________________________________________________
6559 [  8795] By: jhi                                   on 2001/02/13  14:30:11
6560         Log: Sort the MANIFEST.
6561      Branch: perl
6562            ! MANIFEST
6563 ____________________________________________________________________________
6564 [  8794] By: jhi                                   on 2001/02/13  14:26:51
6565         Log: Integrate change #8793 from mainline, FAQ updates.
6566      Branch: maint-5.6/perl
6567           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
6568 ____________________________________________________________________________
6569 [  8793] By: jhi                                   on 2001/02/13  14:25:13
6570         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
6571      Branch: perl
6572            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
6573 ____________________________________________________________________________
6574 [  8792] By: jhi                                   on 2001/02/13  14:22:50
6575         Log: Subject: buncha MacPerl patches for bleadperl
6576              From: Chris Nandor <pudge@pobox.com>
6577              Date: Tue, 13 Feb 2001 00:02:43 -0500
6578              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
6579      Branch: perl
6580            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
6581            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
6582            ! t/lib/basename.t toke.c util.h
6583 ____________________________________________________________________________
6584 [  8791] By: jhi                                   on 2001/02/13  14:10:39
6585         Log: Integrate change #8790 from mainline.
6586              
6587              environ array wrongly assumed in Perl_init_i18nl10n(),
6588      Branch: maint-5.6/perl
6589           !> util.c
6590 ____________________________________________________________________________
6591 [  8790] By: jhi                                   on 2001/02/13  14:06:15
6592         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
6593              noticed by Chris Nandor in MacOS Classic.
6594      Branch: perl
6595            ! util.c
6596 ____________________________________________________________________________
6597 [  8789] By: jhi                                   on 2001/02/13  13:58:07
6598         Log: Integrate changes #8373,8487,8544,8783 from mainline.
6599              
6600              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
6601              hints files, the dynaloading, assimilate ebcdic into util.c.
6602      Branch: maint-5.6/perl
6603            - ebcdic.c
6604            ! MANIFEST hints/posix-bc.sh
6605           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
6606           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
6607           !> perlapi.c proto.h util.c
6608 ____________________________________________________________________________
6609 [  8788] By: alanbur                               on 2001/02/13  10:33:13
6610         Log: Integrated changes from maint-5.6
6611      Branch: maint-5.6/pureperl
6612           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
6613           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
6614           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6615           !> vos/config.ga.h vos/configure_perl.cm
6616 ____________________________________________________________________________
6617 [  8787] By: jhi                                   on 2001/02/13  05:56:36
6618         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
6619      Branch: perl
6620           !> Makefile.SH
6621 ____________________________________________________________________________
6622 [  8786] By: jhi                                   on 2001/02/13  05:54:34
6623         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
6624              From: Dorner Thomas <Thomas.Dorner@start.de>
6625              Date: Mon, 12 Feb 2001 15:06:26 +0100
6626              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
6627      Branch: maint-5.6/perl
6628            ! Makefile.SH
6629 ____________________________________________________________________________
6630 [  8785] By: jhi                                   on 2001/02/13  05:29:04
6631         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
6632      Branch: perl
6633           !> hints/openbsd.sh
6634 ____________________________________________________________________________
6635 [  8784] By: jhi                                   on 2001/02/13  02:25:24
6636         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
6637              From: Peter Prymmer <pvhp@forte.com>
6638              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
6639              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
6640      Branch: perl
6641            ! pod/perlclib.pod
6642 ____________________________________________________________________________
6643 [  8783] By: jhi                                   on 2001/02/13  02:22:36
6644         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
6645      Branch: perl
6646            - ebcdic.c
6647            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
6648            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
6649            ! util.c
6650 ____________________________________________________________________________
6651 [  8782] By: jhi                                   on 2001/02/13  02:00:07
6652         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
6653      Branch: maint-5.6/perl
6654            ! pod/perlport.pod
6655 ____________________________________________________________________________
6656 [  8781] By: jhi                                   on 2001/02/13  01:58:44
6657         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
6658      Branch: maint-5.6/perl
6659            ! hints/openbsd.sh
6660 ____________________________________________________________________________
6661 [  8780] By: jhi                                   on 2001/02/13  01:57:33
6662         Log: Synchronize the regexp tests between maintperl and mainline.
6663      Branch: maint-5.6/perl
6664           !> t/op/re_tests
6665 ____________________________________________________________________________
6666 [  8779] By: jhi                                   on 2001/02/13  01:49:35
6667         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
6668              From: Hugo <hv@crypt.compulink.co.uk>
6669              Date: Tue, 13 Feb 2001 00:11:11 +0000
6670              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
6671      Branch: perl
6672            ! regcomp.c t/op/re_tests
6673 ____________________________________________________________________________
6674 [  8778] By: jhi                                   on 2001/02/13  00:23:10
6675         Log: Comments do not nest.
6676      Branch: perl
6677            ! perl.h
6678 ____________________________________________________________________________
6679 [  8777] By: jhi                                   on 2001/02/13  00:17:54
6680         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
6681              From: Hugo <hv@crypt.compulink.co.uk>
6682              Date: Tue, 13 Feb 2001 00:11:11 +0000
6683              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
6684      Branch: maint-5.6/perl
6685            ! regcomp.c t/op/re_tests
6686 ____________________________________________________________________________
6687 [  8776] By: jhi                                   on 2001/02/12  23:25:52
6688         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
6689      Branch: maint-5.6/perl
6690            ! pod/perlport.pod
6691 ____________________________________________________________________________
6692 [  8775] By: jhi                                   on 2001/02/12  23:04:28
6693         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
6694      Branch: maint-5.6/perl
6695            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
6696            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6697            ! vos/configure_perl.cm
6698 ____________________________________________________________________________
6699 [  8774] By: jhi                                   on 2001/02/12  22:59:11
6700         Log: Subject: Re: [patch] context for 'U' magic functions
6701              From: Doug MacEachern <dougm@covalent.net>
6702              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
6703              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
6704              
6705              plus the suggestion by Nick Ing-Simmons to name the macro
6706              as PERL_MG_UFUNC to avoid namespace pollution, plus add
6707              the advice by Doug for XS writers to perl.h
6708      Branch: perl
6709            ! mg.c perl.h
6710 ____________________________________________________________________________
6711 [  8773] By: jhi                                   on 2001/02/11  20:14:12
6712         Log: Update Changes.
6713      Branch: perl
6714            ! Changes patchlevel.h
6715 ____________________________________________________________________________
6716 [  8772] By: jhi                                   on 2001/02/11  18:47:52
6717         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
6718              From: Simon Cozens <simon@cozens.net>
6719              Date: Wed, 31 Jan 2001 16:31:43 +0000
6720              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
6721      Branch: perl
6722            + pod/perlclib.pod
6723            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
6724            ! pod/perltoc.pod
6725 ____________________________________________________________________________
6726 [  8771] By: jhi                                   on 2001/02/11  18:36:48
6727         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
6728              
6729              Blocks-4d3.beta.txt
6730              CaseFolding-3d4.beta.txt
6731              CompositionExclusions-3d6.beta.txt
6732              EastAsianWidth-4d4.beta.txt
6733              LineBreak-6d3.beta.txt
6734              NamesList-3.1.0d1.beta.txt
6735              PropList-3.1.0d4.beta.txt
6736              SpecialCasing-4d1.beta.txt
6737              UnicodeData-3.1.0d6.beta.txt
6738      Branch: perl
6739            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
6740           +> lib/unicode/UCD.html lib/unicode/Unicode.html
6741            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
6742            - lib/unicode/Unicode.301
6743            ! (edit 257 files)
6744 ____________________________________________________________________________
6745 [  8770] By: jhi                                   on 2001/02/11  17:26:22
6746         Log: UTF-8 documentation.
6747      Branch: perl
6748            ! utf8.h
6749 ____________________________________________________________________________
6750 [  8769] By: jhi                                   on 2001/02/11  17:12:49
6751         Log: Retract #8762.
6752      Branch: perl
6753            ! regexec.c
6754 ____________________________________________________________________________
6755 [  8768] By: jhi                                   on 2001/02/11  16:54:45
6756         Log: Subject: [PATCH] Test::Harness
6757              From: andreas.koenig@anima.de (Andreas J. Koenig)
6758              Date: 11 Feb 2001 14:37:00 +0100
6759              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
6760      Branch: perl
6761            ! lib/Test/Harness.pm
6762 ____________________________________________________________________________
6763 [  8767] By: jhi                                   on 2001/02/11  16:53:52
6764         Log: Subject: [PATCH] Document makepatch in Porting/patching
6765              From: andreas.koenig@anima.de (Andreas J. Koenig)
6766              Date: 11 Feb 2001 16:46:28 +0100
6767              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
6768      Branch: perl
6769            ! Porting/patching.pod
6770 ____________________________________________________________________________
6771 [  8766] By: jhi                                   on 2001/02/11  06:30:23
6772         Log: Subject: Re: [patch] GvSHARED
6773              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
6774              From: Doug MacEachern <dougm@covalent.net>
6775              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
6776              
6777              Subject: Re: [patch] GvSHARED
6778              From: Doug MacEachern <dougm@covalent.net>
6779              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
6780              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
6781              
6782              Subject: [patch] attributes.pm support for `shared'
6783              From: Doug MacEachern <dougm@covalent.net>
6784              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
6785              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
6786              
6787              our() attributes were ignored, our :shared pieces missing,
6788              allow attributes.pm to turn on shared.
6789      Branch: perl
6790            ! op.c t/op/attrs.t toke.c xsutils.c
6791 ____________________________________________________________________________
6792 [  8765] By: alanbur                               on 2001/02/10  23:11:19
6793         Log: Resync with parent (hopefully sucessfully this time)
6794      Branch: maint-5.6/pureperl
6795           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
6796           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
6797           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6798           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
6799           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
6800           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
6801           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
6802 ____________________________________________________________________________
6803 [  8764] By: jhi                                   on 2001/02/10  22:54:38
6804         Log: Make TEST and UTEST more verbose in case something goes
6805              wrong in running/compiling a script, suggested by Doug
6806              MacEachern.
6807      Branch: perl
6808            ! t/TEST t/UTEST
6809 ____________________________________________________________________________
6810 [  8763] By: jhi                                   on 2001/02/10  22:11:34
6811         Log: Bogus shebang.
6812      Branch: perl
6813            ! t/lib/texttabs.t
6814 ____________________________________________________________________________
6815 [  8762] By: jhi                                   on 2001/02/10  21:56:02
6816         Log: (Retracted by #8769)
6817      Branch: perl
6818            ! regexec.c
6819 ____________________________________________________________________________
6820 [  8761] By: jhi                                   on 2001/02/10  21:26:15
6821         Log: Subject: Re: [patch] GvSHARED 
6822              From: Doug MacEachern <dougm@covalent.net>
6823              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
6824              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
6825              
6826              our @EXPORT : shared = (...);
6827      Branch: perl
6828            ! toke.c
6829 ____________________________________________________________________________
6830 [  8760] By: jhi                                   on 2001/02/10  21:25:07
6831         Log: Subject: [patch] GvSHARED
6832              From: Doug MacEachern <dougm@covalent.net>
6833              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
6834              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
6835      Branch: perl
6836            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
6837 ____________________________________________________________________________
6838 [  8759] By: alanbur                               on 2001/02/10  21:24:27
6839         Log: Backed out mismerge.
6840      Branch: maint-5.6/pureperl
6841            ! MANIFEST README.hpux README.vmesa gv.c installhtml
6842            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
6843            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6844            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
6845            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
6846            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
6847            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
6848 ____________________________________________________________________________
6849 [  8758] By: jhi                                   on 2001/02/10  18:01:17
6850         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
6851              
6852              Fixed UMRs and leak in Perl_pmtrans()
6853              
6854              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
6855              associated UTFied tr/// code.  Also fixed scoping leak of
6856              PL_reg_start_tmp.
6857              
6858              newATTRSUB leaks when an attempt to redefine the active sort sub is
6859              made.
6860      Branch: maint-5.6/perl
6861           !> op.c regcomp.c
6862 ____________________________________________________________________________
6863 [  8757] By: alanbur                               on 2001/02/10  17:56:46
6864         Log: Resynchronised with parent
6865      Branch: maint-5.6/pureperl
6866           +> README.bs2000
6867            - README.posix-bc
6868            ! gv.c perl.c sv.c
6869           !> MANIFEST README.hpux README.vmesa installhtml
6870           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
6871           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6872           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
6873           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
6874           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
6875           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
6876 ____________________________________________________________________________
6877 [  8756] By: alanbur                               on 2001/02/10  17:51:15
6878         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
6879              made.
6880      Branch: maint-5.6/pureperl
6881            ! op.c
6882 ____________________________________________________________________________
6883 [  8755] By: jhi                                   on 2001/02/09  22:41:35
6884         Log: Upgrade to CPAN 1.59_54, from Andreas König.
6885      Branch: perl
6886            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6887 ____________________________________________________________________________
6888 [  8754] By: jhi                                   on 2001/02/09  22:29:20
6889         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
6890              
6891              Didn't upgrade the fill.t since it has a dependency to File::Slurp
6892              purely for debugging purposes, the actual test hasn't changed.
6893      Branch: perl
6894            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
6895            ! t/lib/textwrap.t
6896 ____________________________________________________________________________
6897 [  8753] By: jhi                                   on 2001/02/09  20:17:50
6898         Log: Integrate change #8682 from maintperl.
6899              
6900              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
6901              to work correctly.
6902      Branch: perl
6903           !> hints/irix_6.sh
6904 ____________________________________________________________________________
6905 [  8752] By: jhi                                   on 2001/02/09  20:00:46
6906         Log: Update Changes.
6907      Branch: perl
6908            ! Changes patchlevel.h
6909 ____________________________________________________________________________
6910 [  8751] By: nick                                  on 2001/02/09  19:48:37
6911         Log: Integrate mainline
6912      Branch: perlio
6913           +> README.bs2000 t/lib/cgi-esc.t
6914            - README.posix-bc
6915           !> (integrate 53 files)
6916 ____________________________________________________________________________
6917 [  8750] By: nick                                  on 2001/02/09  19:25:16
6918         Log: Subject: RE: Biannual Competition to Improve Hashing Function
6919              From: Fisher Mark <fisherm@tce.com>
6920              Date: Thu, 8 Feb 2001 10:44:00 -0500
6921              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
6922              Date: Thu, 8 Feb 2001 15:02:47 -0500
6923              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
6924      Branch: perl
6925            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
6926 ____________________________________________________________________________
6927 [  8749] By: jhi                                   on 2001/02/09  19:02:35
6928         Log: Forgotten fragment.
6929      Branch: perl
6930            ! pod/perlapi.pod
6931 ____________________________________________________________________________
6932 [  8748] By: jhi                                   on 2001/02/09  18:31:34
6933         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
6934              plus manual tweakage.
6935              
6936              Sync the perlfaq2 between mainline and maintperl.
6937      Branch: maint-5.6/perl
6938            ! pod/perlfaq2.pod
6939      Branch: perl
6940           !> pod/perlfaq2.pod
6941 ____________________________________________________________________________
6942 [  8747] By: jhi                                   on 2001/02/09  18:12:04
6943         Log: Subject: versiononly and installperl
6944              From: abigail@foad.org
6945              Date: Wed, 7 Feb 2001 22:43:12 +0100
6946              Message-ID: <20010207214312.7045.qmail@foad.org>    
6947              
6948              Add +v flag to force a normal install of the perl binary
6949              and the utilities.
6950              
6951              Subject: [PATCH] installperl
6952              From: Nicholas Clark <nick@ccl4.org>
6953              Date: Fri, 9 Feb 2001 16:28:57 +0000
6954              Message-ID: <20010209162857.B10931@plum.flirble.org>
6955              
6956              Add -A flag which also hardlinks the binary with
6957              the full architecture name.
6958      Branch: perl
6959            ! installperl
6960 ____________________________________________________________________________
6961 [  8746] By: jhi                                   on 2001/02/09  18:03:43
6962         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
6963              
6964              Subject: perlfaq2, re: perlmongers
6965              
6966              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
6967              
6968              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
6969              
6970              Subject: [ID 20010205.001] typo in perlfaq9
6971              
6972              Subject: [ID 20010208.002] unordered explanation in perlcall
6973      Branch: maint-5.6/perl
6974           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
6975           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
6976           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
6977 ____________________________________________________________________________
6978 [  8745] By: jhi                                   on 2001/02/09  17:59:09
6979         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
6980              From: abela@geneanet.org
6981              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
6982              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
6983      Branch: perl
6984            ! pod/perlcall.pod
6985 ____________________________________________________________________________
6986 [  8744] By: jhi                                   on 2001/02/09  17:48:16
6987         Log: Subject: [ID 20010205.001] typo in perlfaq9
6988              From: eserte@vran.herceg.de
6989              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
6990              Message-Id: <200102042244.XAA21926@vran.herceg.de>
6991      Branch: perl
6992            ! pod/perlfaq9.pod
6993 ____________________________________________________________________________
6994 [  8743] By: jhi                                   on 2001/02/09  17:25:12
6995         Log: Integrate change #8695 from maintperl.
6996              
6997              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
6998      Branch: perl
6999           !> thread.h
7000 ____________________________________________________________________________
7001 [  8742] By: jhi                                   on 2001/02/09  17:21:22
7002         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
7003              From: Andy Dougherty <doughera@lafayette.edu>
7004              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
7005              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
7006      Branch: perl
7007            ! embed.pl
7008 ____________________________________________________________________________
7009 [  8741] By: jhi                                   on 2001/02/09  17:05:19
7010         Log: Integrate changes #8738,8739,8740 from maintperl.
7011              
7012              Html files will be installed in a more logical and easier to
7013              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7014              
7015              Html files will be generated with a header to make them look
7016              a little less bare.
7017              
7018              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7019      Branch: perl
7020           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
7021 ____________________________________________________________________________
7022 [  8740] By: jhi                                   on 2001/02/09  17:03:46
7023         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7024              From: "Brendan O'Dea" <bod@compusol.com.au>
7025              Date: Sun, 4 Feb 2001 11:17:56 +1100
7026              Message-ID: <20010204111756.A16301@compusol.com.au>
7027      Branch: maint-5.6/perl
7028            ! pod/perlfaq3.pod
7029 ____________________________________________________________________________
7030 [  8739] By: jhi                                   on 2001/02/09  17:01:59
7031         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
7032              From: "Indy Singh" <indy@nusphere.com>
7033              Date: Fri, 2 Feb 2001 15:09:59 -0500
7034              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
7035              
7036              Html files will be generated with a header to make them look
7037              a little less bare.
7038      Branch: maint-5.6/perl
7039            ! installhtml
7040 ____________________________________________________________________________
7041 [  8738] By: jhi                                   on 2001/02/09  16:58:48
7042         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
7043              From: "Indy Singh" <indy@nusphere.com>
7044              Date: Fri, 2 Feb 2001 15:08:23 -0500
7045              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
7046              
7047              Html files will be installed in a more logical and easier to
7048              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7049      Branch: maint-5.6/perl
7050            ! win32/Makefile win32/makefile.mk
7051 ____________________________________________________________________________
7052 [  8737] By: jhi                                   on 2001/02/09  16:46:54
7053         Log: Integrate changes #8687,8736 from maintperl.
7054              
7055              HP-UX thread patches from Merijn H. Brand.
7056              
7057              Latin nit from Philip Newton.
7058      Branch: perl
7059           !> README.hpux hints/hpux.sh
7060 ____________________________________________________________________________
7061 [  8736] By: jhi                                   on 2001/02/09  16:42:31
7062         Log: Latin nit from Philip Newton.
7063      Branch: maint-5.6/perl
7064            ! README.hpux
7065 ____________________________________________________________________________
7066 [  8735] By: jhi                                   on 2001/02/09  16:24:03
7067         Log: Integrate changes #8704,8710 from pureperl.
7068              
7069              Fixed UMRs and leak in Perl_pmtrans()
7070              
7071              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7072              associated UTFied tr/// code.  Also fixed scoping leak of
7073              PL_reg_start_tmp.
7074      Branch: perl
7075           !> op.c regcomp.c
7076 ____________________________________________________________________________
7077 [  8734] By: jhi                                   on 2001/02/09  15:40:21
7078         Log: Integrate change #8733 from maintperl.
7079              
7080              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
7081      Branch: perl
7082           !> pod/perlre.pod
7083 ____________________________________________________________________________
7084 [  8733] By: jhi                                   on 2001/02/09  15:35:47
7085         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
7086              From: Prymmer/Kahn <pvhp@best.com>
7087              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
7088              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
7089      Branch: maint-5.6/perl
7090            ! pod/perlre.pod
7091 ____________________________________________________________________________
7092 [  8732] By: jhi                                   on 2001/02/09  15:26:17
7093         Log: Rename README.posix-bc to README.bs2000 (to avoid the
7094              confusion of a "perlposix-bc.pod"), add a few missing
7095              arch pods, regen toc.
7096      Branch: maint-5.6/perl
7097           +> README.bs2000
7098            - README.posix-bc
7099            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7100            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7101 ____________________________________________________________________________
7102 [  8731] By: jhi                                   on 2001/02/09  15:23:39
7103         Log: De-cut-and-pasto.
7104      Branch: perl
7105            ! pod/perl.pod
7106 ____________________________________________________________________________
7107 [  8730] By: jhi                                   on 2001/02/09  15:11:13
7108         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
7109              when people think that perlposix-bc.pod tells anything about
7110              Perl and POSIX.  Regen toc.
7111      Branch: perl
7112           +> README.bs2000
7113            - README.posix-bc
7114            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
7115            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7116 ____________________________________________________________________________
7117 [  8729] By: jhi                                   on 2001/02/09  14:52:28
7118         Log: The README.vmesa part of #8712 from maintperl.
7119      Branch: perl
7120            ! README.vmesa
7121 ____________________________________________________________________________
7122 [  8728] By: jhi                                   on 2001/02/09  14:46:06
7123         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
7124              From: Peter Prymmer <pvhp@forte.com>
7125              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
7126              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
7127      Branch: maint-5.6/perl
7128            ! README.vmesa win32/Makefile win32/makefile.mk
7129 ____________________________________________________________________________
7130 [  8727] By: jhi                                   on 2001/02/09  14:33:25
7131         Log: Integrate change #8712 from mainline.
7132              
7133              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
7134      Branch: maint-5.6/perl
7135           !> lib/Pod/Find.pm
7136 ____________________________________________________________________________
7137 [  8726] By: jhi                                   on 2001/02/09  14:30:28
7138         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
7139              From: Peter Prymmer <pvhp@forte.com>
7140              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
7141              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
7142      Branch: perl
7143            + t/lib/cgi-esc.t
7144            ! MANIFEST lib/CGI/Util.pm
7145 ____________________________________________________________________________
7146 [  8725] By: jhi                                   on 2001/02/09  04:56:47
7147         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
7148      Branch: maint-5.6/perl
7149            ! pod/perlport.pod
7150 ____________________________________________________________________________
7151 [  8724] By: jhi                                   on 2001/02/09  04:40:59
7152         Log: Integrate changes 7819,7820 from vmsperl into mainline.
7153              
7154              Add header for LIB$ prototypes (C. Berry)
7155              
7156              Convert fwrite()s to sockets to write()s, since some socket stacks
7157              don't take kindly to stdio.
7158              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7159              (for often optional LNMs)
7160              Correct a few typos
7161              (C. Bailey)
7162      Branch: perl
7163           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
7164 ____________________________________________________________________________
7165 [  8723] By: jhi                                   on 2001/02/09  03:29:29
7166         Log: Integrate change #8722 from mainline.
7167              
7168              The Im() function wasn't returning zero for non-Math::Complex
7169              arguments.  The bug reported by John Gamble.
7170      Branch: maint-5.6/perl
7171           !> lib/Math/Complex.pm
7172 ____________________________________________________________________________
7173 [  8722] By: jhi                                   on 2001/02/09  03:28:33
7174         Log: The Im() function wasn't returning zero for non-Math::Complex
7175              arguments.  The bug reported by John Gamble.
7176      Branch: perl
7177            ! lib/Math/Complex.pm
7178 ____________________________________________________________________________
7179 [  8721] By: nick                                  on 2001/02/08  22:11:35
7180         Log: Correct the correction :-(
7181      Branch: perl
7182            ! perl.c
7183 ____________________________________________________________________________
7184 [  8720] By: bailey                                on 2001/02/08  20:59:22
7185         Log: Convert frwite()s to sockets to write()s, since some socket stacks
7186              don't take kindly to stdio.
7187              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
7188              (for often optional LNMs)
7189              Correct a few typos
7190              (C. Bailey)
7191      Branch: vmsperl
7192            ! vms/vms.c vms/vmsish.h
7193 ____________________________________________________________________________
7194 [  8719] By: bailey                                on 2001/02/08  20:51:02
7195         Log: Add header for LIB$ prototypes (C. Berry)
7196      Branch: vmsperl
7197            ! ext/Devel/DProf/DProf.xs
7198 ____________________________________________________________________________
7199 [  8718] By: bailey                                on 2001/02/08  20:49:00
7200         Log: SYN SYN
7201      Branch: vmsperl
7202           +> pod/perliol.pod t/lib/sample-tests/bailout
7203           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
7204           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
7205           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
7206           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
7207           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
7208           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
7209            - lib/unicode/Is/DCinital.pl
7210           !> (integrate 101 files)
7211 ____________________________________________________________________________
7212 [  8717] By: nick                                  on 2001/02/08  19:38:48
7213         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
7214              From: Robin Barker <rmb1@cise.npl.co.uk>
7215              Date: Thu, 8 Feb 2001 14:38:07 GMT
7216              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
7217      Branch: perl
7218            ! lib/CPAN.pm
7219 ____________________________________________________________________________
7220 [  8716] By: nick                                  on 2001/02/08  19:29:07
7221         Log: Generated files form 8713 etc.
7222      Branch: perl
7223            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7224 ____________________________________________________________________________
7225 [  8715] By: nick                                  on 2001/02/08  19:26:08
7226         Log: Fixup non-ithread build after 8713
7227      Branch: perl
7228            ! perl.c
7229 ____________________________________________________________________________
7230 [  8714] By: nick                                  on 2001/02/08  19:17:45
7231         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
7232              From: nick@ccl4.org
7233              Date: Wed, 7 Feb 2001 00:27:47 +0000
7234              Message-Id: <20010207002747.B63724@plum.flirble.org>
7235      Branch: perl
7236            ! sv.c toke.c
7237 ____________________________________________________________________________
7238 [  8713] By: nick                                  on 2001/02/08  19:15:58
7239         Log: Subject: Re: [patch] Re: PL_ptr_table
7240              From: Doug Maceachern <dougm@covalent.net>
7241              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
7242              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
7243      Branch: perl
7244            ! embed.pl perl.c sv.c sv.h
7245 ____________________________________________________________________________
7246 [  8712] By: nick                                  on 2001/02/08  19:12:47
7247         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
7248              From: Peter Prymmer <pvhp@forte.com>
7249              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
7250              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
7251      Branch: perl
7252            ! lib/Pod/Find.pm
7253 ____________________________________________________________________________
7254 [  8711] By: nick                                  on 2001/02/07  21:06:11
7255         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
7256              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
7257              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7258              Date: Tue, 06 Feb 2001 23:37:01 +0000
7259              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
7260      Branch: perl
7261            ! regcomp.c
7262 ____________________________________________________________________________
7263 [  8710] By: alanbur                               on 2001/02/07  00:22:04
7264         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7265              associated UTFied tr/// code.  Also fixed scoping leak of
7266              PL_reg_start_tmp.
7267      Branch: maint-5.6/pureperl
7268            ! op.c regcomp.c
7269 ____________________________________________________________________________
7270 [  8709] By: nick                                  on 2001/02/06  21:16:49
7271         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7272              From: Michael G Schwern <schwern@pobox.com>
7273              Date: Sun, 4 Feb 2001 19:47:14 -0500
7274              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
7275      Branch: perl
7276            ! pod/perlapi.pod pod/perlmodlib.PL
7277 ____________________________________________________________________________
7278 [  8708] By: nick                                  on 2001/02/06  20:41:20
7279         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7280              From: Michael G Schwern <schwern@pobox.com>
7281              Date: Sun, 4 Feb 2001 21:17:49 -0500
7282              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
7283      Branch: perl
7284            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
7285            ! pod/perltootc.pod
7286 ____________________________________________________________________________
7287 [  8707] By: nick                                  on 2001/02/06  20:29:11
7288         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
7289              From: Michael G Schwern <schwern@pobox.com>
7290              Date: Tue, 6 Feb 2001 05:54:30 -0500
7291              Message-Id: <20010206055430.A951@blackrider.aocn.com>
7292      Branch: perl
7293            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
7294 ____________________________________________________________________________
7295 [  8706] By: nick                                  on 2001/02/06  20:21:40
7296         Log: Subject: RE: some win32 fixes
7297              Date: Tue, 6 Feb 2001 09:23:20 +0300
7298              From: Vadim Konovalov <vkonovalov@lucent.com>
7299              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
7300      Branch: perl
7301            ! toke.c win32/Makefile win32/config.bc win32/config.gc
7302            ! win32/config.vc win32/config_H.bc win32/makefile.mk
7303 ____________________________________________________________________________
7304 [  8705] By: alanbur                               on 2001/02/06  15:00:03
7305         Log: Synchronised with parent
7306      Branch: maint-5.6/pureperl
7307            ! regexec.c
7308           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
7309           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
7310 ____________________________________________________________________________
7311 [  8704] By: alanbur                               on 2001/02/06  14:55:24
7312         Log: Fixed UMRs and leak in Perl_pmtrans()
7313      Branch: maint-5.6/pureperl
7314            ! op.c
7315 ____________________________________________________________________________
7316 [  8703] By: gsar                                  on 2001/02/06  02:29:37
7317         Log: $(MAKE) distclean doesn't clean up properly on windows
7318      Branch: maint-5.6/perl
7319            ! win32/Makefile win32/makefile.mk
7320 ____________________________________________________________________________
7321 [  8702] By: gsar                                  on 2001/02/06  01:00:46
7322         Log: tweak change#8659 to keep it simple
7323      Branch: maint-5.6/perl
7324            ! utils/perldoc.PL
7325 ____________________________________________________________________________
7326 [  8701] By: gsar                                  on 2001/02/05  22:45:41
7327         Log: change#8693 was missing testsuite changes
7328      Branch: maint-5.6/perl
7329           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
7330 ____________________________________________________________________________
7331 [  8700] By: nick                                  on 2001/02/05  20:32:52
7332         Log: Integrate mainline
7333      Branch: perlio
7334           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
7335           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
7336           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
7337           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
7338           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
7339           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
7340           +> t/lib/test-harness.t
7341           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
7342           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
7343           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
7344           !> pod/perlutil.pod t/TEST utils/h2xs.PL
7345 ____________________________________________________________________________
7346 [  8699] By: nick                                  on 2001/02/05  19:41:07
7347         Log: Subject: perlfaq2, re: perlmongers
7348              From: David H. Adler <dha@panix.com>
7349              Date: Sun, 4 Feb 2001 23:48:23 -0500
7350              Message-Id: <20010204234823.A13429@panix.com>
7351      Branch: perl
7352            ! pod/perlfaq2.pod
7353 ____________________________________________________________________________
7354 [  8698] By: nick                                  on 2001/02/05  19:39:31
7355         Log: Missed file f#rom the testharness mess.
7356      Branch: perl
7357            + t/lib/test-harness.t
7358 ____________________________________________________________________________
7359 [  8697] By: nick                                  on 2001/02/05  19:37:21
7360         Log: Subject: [DOC PATCH] overload.pm nits
7361              From: John Tobey <jtobey@john-edwin-tobey.org>
7362              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
7363              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
7364      Branch: perl
7365            ! lib/overload.pm
7366 ____________________________________________________________________________
7367 [  8696] By: alanbur                               on 2001/02/05  11:56:00
7368         Log: Sync with parent
7369      Branch: maint-5.6/pureperl
7370           !> thread.h
7371 ____________________________________________________________________________
7372 [  8695] By: gsar                                  on 2001/02/05  03:27:34
7373         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
7374      Branch: maint-5.6/perl
7375            ! thread.h
7376 ____________________________________________________________________________
7377 [  8694] By: alanbur                               on 2001/02/05  00:07:47
7378         Log: Initial branch creation from //depot/maint-5.6/perl
7379      Branch: maint-5.6/pureperl
7380           +> (branch 1719 files)
7381 ____________________________________________________________________________
7382 [  8693] By: gsar                                  on 2001/02/04  22:38:49
7383         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
7384              changes)
7385      Branch: maint-5.6/perl
7386           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7387           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
7388           !> ext/DB_File/version.c
7389 ____________________________________________________________________________
7390 [  8692] By: nick                                  on 2001/02/04  18:15:57
7391         Log: The missed t/TEST part of the grand testharness upgrade.
7392      Branch: perl
7393            ! t/TEST
7394 ____________________________________________________________________________
7395 [  8691] By: nick                                  on 2001/02/04  18:05:17
7396         Log: New improved test harness
7397              Subject: Re: [PATCH Test::Harness] Third time's a charm?
7398              From: Michael G Schwern <schwern@pobox.com>
7399              Date: Sun, 4 Feb 2001 08:01:20 -0500
7400              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
7401      Branch: perl
7402            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
7403            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
7404            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
7405            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
7406            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
7407            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
7408            ! MANIFEST lib/Test/Harness.pm
7409 ____________________________________________________________________________
7410 [  8690] By: nick                                  on 2001/02/04  17:57:51
7411         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
7412              From: Jonathan Stowe <gellyfish@gellyfish.com>
7413              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
7414              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
7415      Branch: perl
7416            ! utils/h2xs.PL
7417 ____________________________________________________________________________
7418 [  8689] By: nick                                  on 2001/02/04  17:55:24
7419         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
7420              From: Michael G Schwern <schwern@pobox.com>
7421              Date: Sat, 3 Feb 2001 22:46:38 -0500
7422              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
7423      Branch: perl
7424            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
7425            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
7426 ____________________________________________________________________________
7427 [  8688] By: nick                                  on 2001/02/04  17:43:55
7428         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
7429              length byfailing to spot lack of closing )
7430              From: nick@talking.bollo.cx
7431              Date: Sat, 03 Feb 2001 23:53:16 +0000
7432              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
7433      Branch: perl
7434            ! perlio.c pod/perldiag.pod
7435 ____________________________________________________________________________
7436 [  8687] By: jhi                                   on 2001/02/03  17:11:42
7437         Log: HP-UX thread patches from Merijn H. Brand.
7438      Branch: maint-5.6/perl
7439            ! README.hpux hints/hpux.sh
7440 ____________________________________________________________________________
7441 [  8686] By: jhi                                   on 2001/02/03  16:40:12
7442         Log: Metaconfig changes for #8685.
7443      Branch: metaconfig
7444            ! U/installdirs/instubperl.U
7445      Branch: metaconfig/U/perl
7446            ! Devel.U versiononly.U
7447 ____________________________________________________________________________
7448 [  8685] By: jhi                                   on 2001/02/03  16:39:49
7449         Log: For -Dusedevel builds turn off installusrbinperl and turn on
7450              versiononly, a combined idea of Richard Soderberg and Merijn
7451              H. Brand.  You can still override both of these from the command
7452              line if you need to, -Dinstallusrbinperl and -Uversiononly.
7453      Branch: perl
7454            ! Configure
7455 ____________________________________________________________________________
7456 [  8684] By: jhi                                   on 2001/02/03  16:16:34
7457         Log: Metaconfig unit fix for #8683.
7458      Branch: metaconfig
7459            ! U/compline/nblock_io.U
7460 ____________________________________________________________________________
7461 [  8683] By: jhi                                   on 2001/02/03  16:16:12
7462         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
7463              reported by Peter Prymmer for 5.6-TRIAL1.
7464      Branch: perl
7465            ! Configure
7466 ____________________________________________________________________________
7467 [  8682] By: jhi                                   on 2001/02/03  05:52:11
7468         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
7469              to work correctly.
7470      Branch: maint-5.6/perl
7471            ! hints/irix_6.sh
7472 ____________________________________________________________________________
7473 [  8681] By: jhi                                   on 2001/02/03  05:47:33
7474         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
7475      Branch: maint-5.6/perl
7476            ! pod/perlport.pod
7477 ____________________________________________________________________________
7478 [  8680] By: jhi                                   on 2001/02/02  21:39:49
7479         Log: perlport update from Peter Prymmer.
7480      Branch: maint-5.6/perl
7481            ! pod/perlport.pod
7482 ____________________________________________________________________________
7483 [  8679] By: nick                                  on 2001/02/02  20:50:48
7484         Log: Integrate mainline
7485      Branch: perlio
7486           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
7487           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
7488           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
7489 ____________________________________________________________________________
7490 [  8678] By: gsar                                  on 2001/02/02  16:02:12
7491         Log: note about bincompat, slightly modified (from Lupe Christoph)
7492      Branch: maint-5.6/perl
7493            ! README.solaris
7494 ____________________________________________________________________________
7495 [  8677] By: jhi                                   on 2001/02/02  15:46:20
7496         Log: Supported platforms updates.
7497      Branch: maint-5.6/perl
7498            ! pod/perlport.pod
7499 ____________________________________________________________________________
7500 [  8676] By: jhi                                   on 2001/02/02  03:41:26
7501         Log: A couple more perlfaq2 tweaks.
7502      Branch: maint-5.6/perl
7503            ! pod/perlfaq2.pod
7504 ____________________________________________________________________________
7505 [  8675] By: jhi                                   on 2001/02/02  03:17:44
7506         Log: Misedit in #8661.
7507      Branch: maint-5.6/perl
7508            ! Configure
7509 ____________________________________________________________________________
7510 [  8674] By: jhi                                   on 2001/02/02  03:14:38
7511         Log: Damien again.
7512      Branch: maint-5.6/perl
7513            ! pod/perlfaq2.pod
7514 ____________________________________________________________________________
7515 [  8673] By: jhi                                   on 2001/02/02  03:12:40
7516         Log: perlfaq update from Elaine Ashton.
7517      Branch: maint-5.6/perl
7518            ! pod/perlfaq2.pod
7519 ____________________________________________________________________________
7520 [  8672] By: jhi                                   on 2001/02/02  03:07:08
7521         Log: UTF-8 s/// patch from Inaba Hiroto.
7522      Branch: maint-5.6/perl
7523            ! pp_ctl.c pp_hot.c
7524 ____________________________________________________________________________
7525 [  8671] By: jhi                                   on 2001/02/01  22:34:31
7526         Log: Update Changes.
7527      Branch: perl
7528            ! Changes patchlevel.h
7529 ____________________________________________________________________________
7530 [  8670] By: jhi                                   on 2001/02/01  22:15:29
7531         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
7532              from maintperl.
7533              
7534              Upgrade to Getopt::Long 2.25, from Johan Vromans.
7535              
7536              more files need to be writable in the source distribution
7537              
7538              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
7539              
7540              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
7541              
7542              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
7543              
7544              Allow the float to be fuzzier.
7545              
7546              need to use INT2PTR instead of a straight cast or ia64 fails
7547              
7548              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
7549              
7550              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
7551      Branch: perl
7552           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
7553           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
7554           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
7555 ____________________________________________________________________________
7556 [  8669] By: jhi                                   on 2001/02/01  21:57:02
7557         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
7558              From: Robin Barker <rmb1@cise.npl.co.uk>
7559              Date: Thu, 1 Feb 2001 16:59:05 GMT
7560              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
7561      Branch: maint-5.6/perl
7562            ! pod/perlmodlib.PL
7563 ____________________________________________________________________________
7564 [  8668] By: nick                                  on 2001/02/01  19:41:40
7565         Log: Integrate mainline
7566      Branch: perlio
7567           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
7568           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
7569           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
7570 ____________________________________________________________________________
7571 [  8667] By: gsar                                  on 2001/02/01  16:59:11
7572         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
7573      Branch: maint-5.6/perl
7574            ! embed.pl embedvar.h
7575 ____________________________________________________________________________
7576 [  8666] By: gsar                                  on 2001/02/01  16:34:51
7577         Log: add missing entries to win32/config.?c
7578      Branch: maint-5.6/perl
7579            ! win32/config.bc win32/config.gc win32/config.vc
7580            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7581 ____________________________________________________________________________
7582 [  8665] By: jhi                                   on 2001/02/01  14:58:51
7583         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
7584              From: "Stephen P. Potter" <spp@spotter.yi.org>
7585              Date: Thu, 01 Feb 2001 10:45:46 -0500
7586              Message-Id: <200102011545.KAA31479@spotter.yi.org>
7587      Branch: maint-5.6/perl
7588            ! pod/perlfunc.pod
7589 ____________________________________________________________________________
7590 [  8664] By: gsar                                  on 2001/02/01  14:52:37
7591         Log: need to use INT2PTR instead of a straight cast or ia64 fails
7592              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
7593      Branch: maint-5.6/perl
7594            ! ext/POSIX/POSIX.xs
7595 ____________________________________________________________________________
7596 [  8663] By: jhi                                   on 2001/02/01  14:09:13
7597         Log: Allow the float to be fuzzier.
7598      Branch: maint-5.6/perl
7599            ! t/lib/peek.t
7600 ____________________________________________________________________________
7601 [  8662] By: jhi                                   on 2001/02/01  13:59:00
7602         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
7603              From: Robin Barker <rmb1@cise.npl.co.uk>
7604              Date: Thu, 1 Feb 2001 13:05:39 GMT
7605              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
7606      Branch: maint-5.6/perl
7607            ! pod/perlmodlib.pod
7608 ____________________________________________________________________________
7609 [  8661] By: jhi                                   on 2001/02/01  13:57:38
7610         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
7611              Date: Thu, 01 Feb 2001 14:15:41 +0100
7612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7613              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
7614              
7615              Have the $ccflags in the gcc version test (strange, this change
7616              is claimed to be have been integrated already)
7617      Branch: maint-5.6/perl
7618            ! Configure
7619 ____________________________________________________________________________
7620 [  8660] By: jhi                                   on 2001/02/01  13:44:10
7621         Log: Integrate changes #7950,7964,7962 from mainline.
7622              
7623              Find the stdchar signedness using cpp, should fix some of
7624              the Solaris compiler warnings reported by Alan Burlison.
7625      Branch: maint-5.6/perl
7626           !> Configure config_h.SH
7627 ____________________________________________________________________________
7628 [  8659] By: jhi                                   on 2001/02/01  05:35:32
7629         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
7630              From: Jan Dubois <JanD@ActiveState.com>
7631              Date: Wed, 31 Jan 2001 21:17:03 -0800
7632              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
7633      Branch: maint-5.6/perl
7634            ! utils/perldoc.PL
7635 ____________________________________________________________________________
7636 [  8658] By: jhi                                   on 2001/02/01  04:33:17
7637         Log: Integrate the README.os390 and README.posix-bc parts of mainline
7638              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
7639              installperl parts were taken care of by #8657.)
7640      Branch: maint-5.6/perl
7641           !> README.os390 README.posix-bc
7642 ____________________________________________________________________________
7643 [  8657] By: jhi                                   on 2001/02/01  04:29:21
7644         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
7645              From: Peter Prymmer <pvhp@forte.com>
7646              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
7647              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
7648      Branch: maint-5.6/perl
7649            + ext/DynaLoader/dl_dllload.xs
7650            ! MANIFEST Makefile.SH hints/os390.sh installperl
7651 ____________________________________________________________________________
7652 [  8656] By: jhi                                   on 2001/02/01  04:25:45
7653         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
7654              From: Peter Prymmer <pvhp@forte.com>
7655              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
7656              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
7657      Branch: maint-5.6/perl
7658            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
7659 ____________________________________________________________________________
7660 [  8655] By: jhi                                   on 2001/02/01  04:14:47
7661         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
7662              From: troc@netrus.net
7663              Date: Wed, 31 Jan 2001 22:31:26 -0500
7664              Message-Id: <200102010331.WAA117.85@rocco.homenet>
7665      Branch: maint-5.6/perl
7666            ! os2/os2.c
7667 ____________________________________________________________________________
7668 [  8654] By: jhi                                   on 2001/02/01  04:12:52
7669         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
7670              as reported by Alan Burlison.
7671      Branch: maint-5.6/perl
7672            ! pp.h
7673 ____________________________________________________________________________
7674 [  8653] By: jhi                                   on 2001/02/01  04:05:12
7675         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
7676              From: dsugalski@northernlight.com
7677              Date: Wed, 31 Jan 2001 18:54:11 -0500
7678              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
7679      Branch: maint-5.6/perl
7680            ! configure.com
7681 ____________________________________________________________________________
7682 [  8652] By: jhi                                   on 2001/02/01  04:03:11
7683         Log: Misplaced #endif.
7684              
7685              Subject: [perl-5-6-1-trial2] patches for EPOC
7686              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7687              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
7688              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
7689      Branch: maint-5.6/perl
7690            ! epoc/epocish.c
7691 ____________________________________________________________________________
7692 [  8651] By: jhi                                   on 2001/02/01  04:00:25
7693         Log: Integrate changes #8647,8648,8650 from mainline.
7694              
7695              Macrofy a magic UTF-8 test.
7696              
7697              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
7698              
7699              Watch out for cross compiling for EPOC (usually done on linux).
7700      Branch: maint-5.6/perl
7701           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
7702 ____________________________________________________________________________
7703 [  8650] By: jhi                                   on 2001/02/01  03:56:20
7704         Log: Watch out for cross compiling for EPOC (usually done on linux)
7705              
7706              Subject: [perl-5-6-1-trial2] patches for EPOC
7707              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7708              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
7709              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
7710      Branch: perl
7711            ! ext/Errno/Errno_pm.PL
7712 ____________________________________________________________________________
7713 [  8649] By: gsar                                  on 2001/02/01  00:46:00
7714         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
7715      Branch: maint-5.6/perl
7716            ! sv.c
7717 ____________________________________________________________________________
7718 [  8648] By: jhi                                   on 2001/01/31  23:35:36
7719         Log: All the uses of PL_numeric_radix must be protected by
7720              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
7721              
7722              Subject: [perl-5-6-1-trial2] patches for EPOC
7723              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7724              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
7725              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
7726      Branch: perl
7727            ! sv.c
7728 ____________________________________________________________________________
7729 [  8647] By: jhi                                   on 2001/01/31  22:56:16
7730         Log: Macrofy a magic UTF-8 test.
7731      Branch: perl
7732            ! utf8.c utf8.h
7733 ____________________________________________________________________________
7734 [  8646] By: gsar                                  on 2001/01/31  15:55:12
7735         Log: update Changes
7736      Branch: maint-5.6/perl
7737            ! Changes
7738 ____________________________________________________________________________
7739 [  8645] By: gsar                                  on 2001/01/31  15:10:14
7740         Log: Configure tweak suggested by Peter Prymmer
7741      Branch: maint-5.6/perl
7742            ! Configure
7743 ____________________________________________________________________________
7744 [  8644] By: gsar                                  on 2001/01/31  15:06:32
7745         Log: more files need to be writable in the source distribution
7746      Branch: maint-5.6/perl
7747            ! Porting/makerel
7748 ____________________________________________________________________________
7749 [  8643] By: jhi                                   on 2001/01/31  14:59:46
7750         Log: Integrate changes #8258,8278,8279 from mainline.
7751              
7752              Make the large file tests more robust/talkative.
7753      Branch: maint-5.6/perl
7754           !> t/lib/syslfs.t t/op/lfs.t
7755 ____________________________________________________________________________
7756 [  8642] By: gsar                                  on 2001/01/31  14:53:48
7757         Log: integrate changes#8311,8334 from mainline
7758              
7759              Add a new MakeMaker variable PM_FILTER that defines a Unix
7760              filter to be run on each .pm during the pm_to_blib() phase,
7761              a fixed version of
7762              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
7763              
7764              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
7765              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
7766              accurate reading of the "atime".  
7767      Branch: maint-5.6/perl
7768           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
7769           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7770           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
7771 ____________________________________________________________________________
7772 [  8641] By: jhi                                   on 2001/01/31  14:46:37
7773         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
7774      Branch: maint-5.6/perl
7775            ! lib/Getopt/Long.pm
7776 ____________________________________________________________________________
7777 [  8640] By: gsar                                  on 2001/01/31  14:40:24
7778         Log: make regen_all
7779      Branch: maint-5.6/perl
7780            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
7781 ____________________________________________________________________________
7782 [  8639] By: gsar                                  on 2001/01/31  14:37:25
7783         Log: refresh windows config files
7784      Branch: maint-5.6/perl
7785            ! win32/Makefile win32/config_H.bc win32/config_H.gc
7786            ! win32/config_H.vc win32/makefile.mk
7787 ____________________________________________________________________________
7788 [  8638] By: gsar                                  on 2001/01/31  14:28:10
7789         Log: makefile tweaks for windows: introduce a bulk-switch to enable
7790              same options as ActivePerl; sync changes with makefile.mk
7791      Branch: maint-5.6/perl
7792            ! win32/Makefile win32/makefile.mk
7793 ____________________________________________________________________________
7794 [  8637] By: jhi                                   on 2001/01/31  04:41:30
7795         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
7796              From: Nicholas Clark <nick@ccl4.org>
7797              Date: Tue, 30 Jan 2001 19:51:05 +0000
7798              Message-ID: <20010130195105.R76607@plum.flirble.org> 
7799              
7800              op/inc cure.
7801      Branch: perl
7802            ! pp.c pp.h pp_hot.c t/op/arith.t
7803 ____________________________________________________________________________
7804 [  8636] By: jhi                                   on 2001/01/31  02:38:32
7805         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
7806              no perlio],8257,8380,8479,8515 from mainline.
7807              
7808              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
7809              
7810              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
7811              Subject: [PATCH perl@8133] fix-up for VMS extensions
7812              
7813              In VMS embedded perls couldn't access the statically built Socket.
7814              
7815              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
7816              
7817              Further VMS piping fixes from Charles Lane.
7818              
7819              Subject:  [PATCH] make t/op/misc.t work on VMS
7820              
7821              Add tracing for debugging extensions builds in VMS.
7822              
7823              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
7824      Branch: maint-5.6/perl
7825           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
7826           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
7827           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
7828 ____________________________________________________________________________
7829 [  8635] By: jhi                                   on 2001/01/31  01:46:41
7830         Log: Integrate change #7732 from mainline.
7831              
7832              Sparc 64-bit pack() fix from Jens Hamisch.
7833      Branch: maint-5.6/perl
7834           !> pp.c
7835 ____________________________________________________________________________
7836 [  8634] By: jhi                                   on 2001/01/31  01:41:16
7837         Log: One spot missing from #8626.
7838      Branch: maint-5.6/perl
7839            ! sv.c
7840 ____________________________________________________________________________
7841 [  8633] By: jhi                                   on 2001/01/31  00:49:17
7842         Log: Integrate change #7495 from mainline.
7843              
7844              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
7845      Branch: maint-5.6/perl
7846           !> MANIFEST ext/re/Makefile.PL
7847 ____________________________________________________________________________
7848 [  8632] By: jhi                                   on 2001/01/30  23:38:49
7849         Log: Integrate change #8396 from mainline.
7850              
7851              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
7852              better multicast support (resend)
7853      Branch: maint-5.6/perl
7854           !> ext/Socket/Socket.pm
7855 ____________________________________________________________________________
7856 [  8631] By: jhi                                   on 2001/01/30  23:28:03
7857         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
7858              
7859              More AIX lore. (7514, ext/re/hints/aix.pl)
7860              
7861              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
7862              
7863              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)
7864              
7865              Subject: [ID 20001214.002] Net::Ping patch
7866              
7867              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
7868              
7869              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
7870              
7871              Add ReuseAddr as a (preferred) alias for Reuse as we now
7872              also have ReusePort.
7873              
7874              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
7875      Branch: maint-5.6/perl
7876           +> ext/re/hints/aix.pl
7877           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
7878           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
7879 ____________________________________________________________________________
7880 [  8630] By: jhi                                   on 2001/01/30  23:03:59
7881         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
7882              
7883              read() documentation tweak for 20001121.004.
7884              
7885              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
7886      Branch: maint-5.6/perl
7887           !> pod/perlfunc.pod pod/perlre.pod
7888 ____________________________________________________________________________
7889 [  8629] By: jhi                                   on 2001/01/30  22:41:57
7890         Log: Integrate change #8098 from mainline.
7891              
7892              fastgetcwd is defined using a glob alias on a $^O dependent basis
7893              and there was no default assignment or perl subroutine.
7894      Branch: maint-5.6/perl
7895           !> lib/Cwd.pm
7896 ____________________________________________________________________________
7897 [  8628] By: jhi                                   on 2001/01/30  21:58:52
7898         Log: Integrate change #7866 from mainline.
7899              
7900              File::Temp 0.11.
7901      Branch: maint-5.6/perl
7902           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
7903 ____________________________________________________________________________
7904 [  8627] By: jhi                                   on 2001/01/30  21:39:44
7905         Log: Integrate changes #8075,8086,8228 from mainline.  
7906              
7907              Darwin is not Windows. (8075,8086)
7908              
7909              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
7910      Branch: maint-5.6/perl
7911           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
7912           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
7913           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
7914           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
7915 ____________________________________________________________________________
7916 [  8626] By: jhi                                   on 2001/01/30  21:22:11
7917         Log: Integrate with tweakery the change #8625 from mainline,
7918              the multibyte decimal separator fix ("fa_IR locale failure").
7919      Branch: maint-5.6/perl
7920            ! embedvar.h perlapi.h
7921           !> intrpvar.h perl.c perl.h sv.c util.c
7922 ____________________________________________________________________________
7923 [  8625] By: jhi                                   on 2001/01/30  20:26:33
7924         Log: Fix for the fa_IR locale failure.  The reason for the failure
7925              was that Perl was assuming the decimal separator aka the radix
7926              separator is one character.  The Farsi-Iranian locale crushed
7927              that bad assumption since there the separator is 'Momayyez',
7928              glyphwise looking somewhat like a slash, and in Unicode UTF-8
7929              encoded in two bytes, 0xd9 0xab.
7930      Branch: perl
7931            ! intrpvar.h perl.c perl.h sv.c util.c
7932 ____________________________________________________________________________
7933 [  8624] By: gsar                                  on 2001/01/30  20:17:03
7934         Log: regen_headers
7935      Branch: maint-5.6/perl
7936            ! Makefile.SH pod/perlintern.pod
7937 ____________________________________________________________________________
7938 [  8623] By: gsar                                  on 2001/01/30  19:42:34
7939         Log: backout change#7431 and its dependents (causes spurious rebuilds
7940              of autogenerated files)
7941              
7942              fix benign b.t failure
7943      Branch: maint-5.6/perl
7944            ! Makefile.SH t/lib/b.t
7945 ____________________________________________________________________________
7946 [  8622] By: jhi                                   on 2001/01/30  19:41:41
7947         Log: Microperl sync.
7948      Branch: perl
7949            ! mg.c perl.h
7950 ____________________________________________________________________________
7951 [  8621] By: gsar                                  on 2001/01/30  19:24:47
7952         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
7953              from mainline
7954              
7955              Subject: podlators 1.06 released
7956              
7957              Subject: [PATCH @8436] Eliminate op_children
7958              
7959              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
7960              
7961              (Replaced by #8448)  More op_children traces (cleanup of #8442).
7962              
7963              Subject: [PATCH #3 @8436] Re: Eliminate op_children
7964              Replace #8444 and #8445.
7965              
7966              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
7967              at the setting of the ofs_sv in new_struct_thread() as the
7968              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
7969              uninitialized fields are, uh, initialized with),
7970              SvREFCNT_inc()ing that invited a core dump.
7971              
7972              podlators 1.07, from Russ Allbery.
7973              
7974              Subject: [PATCH] regcomp.c old feature removal
7975              From: mjd@plover.com
7976              Date: 16 Jan 2001 14:43:18 -0000 
7977              Message-ID: <20010116144318.7140.qmail@plover.com> 
7978      Branch: maint-5.6/perl
7979           +> lib/Pod/Text/Overstrike.pm
7980           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
7981           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
7982           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
7983           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
7984           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
7985           !> util.c
7986 ____________________________________________________________________________
7987 [  8620] By: gsar                                  on 2001/01/30  18:48:32
7988         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
7989              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
7990              now fails one test)
7991              
7992              Subject: [PATCH] lvalue AUTOLOAD. No, really.
7993              
7994              Subject: [PATCH] Interesting syntax idea
7995              Make opens + bareword assigns do typeglob assigns.
7996              
7997              Tests for #8254.
7998              
7999              Subject: [PATCH @8269] Continue blocks and B::Deparse
8000              Make the peephole optimizer to bypass more null ops and
8001              and rewrite the deparse handling of continue blocks.
8002              
8003              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
8004              Doc tweak on #8313.
8005              
8006              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
8007              
8008              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
8009              
8010              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
8011              
8012              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
8013              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
8014              according to the platform.
8015              
8016              Subject: [PATCH @8404] Consolidated lvalue sub changes
8017              
8018              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
8019              
8020              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
8021              
8022              Subject: B::Concise -- an improved replacement for B::Terse 
8023              
8024              The B::Terse drop-in replacement wasn't quite drop-in.
8025              
8026              The LVRET macro needed an aTHX.
8027              
8028              Use the /^Perl_/-less form of is_lvalue_sub().
8029              
8030              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
8031      Branch: maint-5.6/perl
8032           +> ext/B/B/Concise.pm
8033           !> (integrate 27 files)
8034 ____________________________________________________________________________
8035 [  8619] By: nick                                  on 2001/01/30  18:40:28
8036         Log: Integrate mainline
8037      Branch: perlio
8038           !> (integrate 40 files)
8039 ____________________________________________________________________________
8040 [  8618] By: jhi                                   on 2001/01/30  18:37:18
8041         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
8042              Date: Mon, 29 Jan 2001 22:51:29 -0600
8043              From: "Craig A. Berry" <craigberry@mac.com>
8044              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
8045      Branch: perl
8046            ! vms/test.com
8047 ____________________________________________________________________________
8048 [  8617] By: jhi                                   on 2001/01/30  18:34:53
8049         Log: Subject: [PATCH] Add missing CV flags to dump.c
8050              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8051              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
8052              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
8053      Branch: perl
8054            ! dump.c
8055 ____________________________________________________________________________
8056 [  8616] By: jhi                                   on 2001/01/30  18:20:58
8057         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
8058              part isn't applicable to maintperl.
8059              
8060              UTF-8 nit from Inaba Hiroto.
8061      Branch: maint-5.6/perl
8062           !> pod/perlapi.pod utf8.c
8063 ____________________________________________________________________________
8064 [  8615] By: jhi                                   on 2001/01/30  18:18:51
8065         Log: UTF-8 nit from Inaba Hiroto.
8066      Branch: perl
8067            ! pod/perlapi.pod t/op/each.t utf8.c
8068 ____________________________________________________________________________
8069 [  8614] By: jhi                                   on 2001/01/30  18:13:38
8070         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
8071              
8072              perl's internal variables are not for public consumption,
8073              move their docs from perlapi.pod to perlintern.pod
8074              
8075              support for -Dusethreads build under HP-UX 10.20 and DCE threads
8076              library (11.0 and later have pthreads but 10.x don't)
8077              
8078              avoid uninitialized value warnings
8079              
8080              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
8081              gets weird results)
8082              
8083              perldoc nit on windows
8084              
8085              make it possible to run the tests outside the source tree
8086              (there's still a dependency on ../lib being the library
8087              location)
8088      Branch: perl
8089           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
8090           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
8091           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
8092           !> win32/bin/search.pl win32/vdir.h
8093 ____________________________________________________________________________
8094 [  8613] By: gsar                                  on 2001/01/30  16:39:59
8095         Log: make it possible to run the tests outside the source tree
8096              (there's still a dependency on ../lib being the library
8097              location)
8098      Branch: maint-5.6/perl
8099            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
8100 ____________________________________________________________________________
8101 [  8612] By: gsar                                  on 2001/01/30  16:31:12
8102         Log: perldoc nit on windows
8103      Branch: maint-5.6/perl
8104            ! utils/perldoc.PL
8105 ____________________________________________________________________________
8106 [  8611] By: gsar                                  on 2001/01/30  16:22:54
8107         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
8108              gets weird results)
8109      Branch: maint-5.6/perl
8110            ! win32/vdir.h
8111 ____________________________________________________________________________
8112 [  8610] By: gsar                                  on 2001/01/30  16:12:45
8113         Log: avoid uninitialized value warnings
8114      Branch: maint-5.6/perl
8115            ! win32/bin/search.pl
8116 ____________________________________________________________________________
8117 [  8609] By: gsar                                  on 2001/01/30  16:08:01
8118         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
8119              library (11.0 and later have pthreads but 10.x don't)
8120      Branch: maint-5.6/perl
8121            ! hints/hpux.sh thread.h
8122 ____________________________________________________________________________
8123 [  8608] By: gsar                                  on 2001/01/30  15:48:55
8124         Log: perl's internal variables are not for public consumption,
8125              move their docs from perlapi.pod to perlintern.pod
8126      Branch: maint-5.6/perl
8127            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
8128            ! thrdvar.h
8129 ____________________________________________________________________________
8130 [  8607] By: gsar                                  on 2001/01/30  15:44:27
8131         Log: mistakenly branched perl56delta.pod, revert
8132      Branch: maint-5.6/perl
8133            - pod/perl56delta.pod
8134           !> pod/perldelta.pod
8135 ____________________________________________________________________________
8136 [  8606] By: gsar                                  on 2001/01/30  14:20:24
8137         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
8138              dTHR which has been a noop for a while now, except for the
8139              compatibility definition in thread.h)
8140      Branch: maint-5.6/perl
8141           !> (integrate 45 files)
8142 ____________________________________________________________________________
8143 [  8605] By: jhi                                   on 2001/01/30  05:43:58
8144         Log: Mark the UTF-8 APIs as experimental.
8145      Branch: maint-5.6/perl
8146            ! embed.pl pod/perlapi.pod
8147 ____________________________________________________________________________
8148 [  8604] By: jhi                                   on 2001/01/30  05:38:40
8149         Log: Nits from earlier integrates.
8150      Branch: maint-5.6/perl
8151            ! lib/Carp/Heavy.pm
8152           !> sv.c
8153 ____________________________________________________________________________
8154 [  8603] By: jhi                                   on 2001/01/30  05:27:26
8155         Log: Regenerate Porting files.
8156      Branch: maint-5.6/perl
8157            ! Porting/Glossary Porting/config.sh Porting/config_H
8158 ____________________________________________________________________________
8159 [  8602] By: jhi                                   on 2001/01/30  05:14:59
8160         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
8161              8310,8339,8447,8492,8493,8505,8525: documentation changes.
8162              
8163              Subject: Re: perlfaq style changes
8164              
8165              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
8166              
8167              Subject: [PATCH] docs on NaN
8168              
8169              Subject: [patch] perlfaq7
8170              
8171              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
8172              
8173              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
8174              
8175              Subject: [PATCH] open() example in perlfunc.pod
8176              
8177              Podify README.mpeix (a new version from the web)
8178              
8179              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8180              
8181              Subject: [PATCH] format and rewording in perlfaq.pod
8182              
8183              Subject: [PATCH] API Variable documentation   
8184              
8185              Memory management calls documentation.
8186              
8187              Subject: [PATCH: perl@8482] README.vms URL updates
8188              
8189              Subject: Minor typos in perlfaq2.pod
8190              
8191              Subject: [PATCH] pod/perlvar.pod
8192      Branch: maint-5.6/perl
8193           +> pod/perl56delta.pod
8194            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8195           !> README.amiga README.epoc README.mpeix README.vms
8196           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
8197           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
8198           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
8199           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
8200           !> pod/perlvar.pod thrdvar.h
8201 ____________________________________________________________________________
8202 [  8601] By: jhi                                   on 2001/01/30  04:38:35
8203         Log: Integrate changes #8036,8096,8253 from mainline:
8204              hints changes.
8205              
8206              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
8207              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
8208              
8209              Output the (apparent) version of gcc in Tru64.
8210      Branch: maint-5.6/perl
8211           +> ext/POSIX/hints/svr4.pl
8212           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
8213           !> hints/svr4.sh t/lib/bigfltpm.t
8214 ____________________________________________________________________________
8215 [  8600] By: jhi                                   on 2001/01/30  04:04:01
8216         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
8217              locale fixes.
8218              
8219              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
8220              
8221              Debian allows /usr/bin/locale to exist without any locales. (7868)
8222              
8223              Allow the locale test needing POSIX and the taint test
8224              needing IPC::SysV to run under 'minitest' (basically,
8225              bail out if loading the extension fails). (8384)
8226              
8227              Cleanup the locale.t output  (8480)
8228      Branch: maint-5.6/perl
8229           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
8230           !> t/pragma/locale.t
8231 ____________________________________________________________________________
8232 [  8599] By: jhi                                   on 2001/01/30  03:51:04
8233         Log: Missing generated files from #8598.
8234      Branch: maint-5.6/perl
8235            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8236 ____________________________________________________________________________
8237 [  8598] By: jhi                                   on 2001/01/30  03:41:54
8238         Log: Integrate change #8555 from mainline, manually integrate parts
8239              of changes 8452 and 8583.
8240              
8241              Subject: [PATCH] utf8.c documentation (8452)
8242              
8243              No point in checking the length if the pointer is bogus. (8555)
8244              
8245              Introduce bytes_from_utf8() and implement sv_eq() using it,
8246              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
8247              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
8248              was malformed. (8583)
8249      Branch: maint-5.6/perl
8250            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
8251           !> pod/perlapi.pod sv.c utf8.c
8252 ____________________________________________________________________________
8253 [  8597] By: gsar                                  on 2001/01/30  02:37:26
8254         Log: get PERL_OBJECT build going again on windows
8255      Branch: maint-5.6/perl
8256            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
8257            ! pod/perlapi.pod proto.h sv.c
8258 ____________________________________________________________________________
8259 [  8596] By: jhi                                   on 2001/01/30  02:16:17
8260         Log: Signedness nit.
8261      Branch: perl
8262            ! sv.c
8263 ____________________________________________________________________________
8264 [  8595] By: jhi                                   on 2001/01/30  02:11:07
8265         Log: EBCDIC patch for Storable, from Peter Prymmer.
8266      Branch: perl
8267            ! t/lib/st-06compat.t
8268 ____________________________________________________________________________
8269 [  8594] By: jhi                                   on 2001/01/30  01:04:48
8270         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
8271              From: Peter Prymmer <pvhp@forte.com>
8272              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
8273              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
8274      Branch: perl
8275            ! t/lib/b.t
8276 ____________________________________________________________________________
8277 [  8593] By: jhi                                   on 2001/01/30  00:56:47
8278         Log: Subject: [PATCH: perl@8585] pod problems in io
8279              From: Peter Prymmer <pvhp@forte.com>
8280              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
8281              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
8282      Branch: perl
8283            ! pod/perlapio.pod pod/perliol.pod
8284 ____________________________________________________________________________
8285 [  8592] By: jhi                                   on 2001/01/30  00:48:20
8286         Log: Integrate perlio.
8287      Branch: perl
8288           !> pod/perlapio.pod pod/perliol.pod
8289 ____________________________________________________________________________
8290 [  8591] By: nick                                  on 2001/01/29  22:02:28
8291         Log: GNU 'merge' Simon's copy of perliol.pod with version
8292              patched by Craig's patch.
8293      Branch: perlio
8294            ! pod/perliol.pod
8295 ____________________________________________________________________________
8296 [  8590] By: nick                                  on 2001/01/29  21:55:10
8297         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
8298      Branch: perlio
8299            ! pod/perlapio.pod pod/perliol.pod
8300 ____________________________________________________________________________
8301 [  8589] By: jhi                                   on 2001/01/29  15:35:33
8302         Log: Integrate change #8586 from maint-5.6/perl.
8303              
8304              make the BOM detection code not call tell() until it has to
8305              (meant to fix esoteric compatibility issues where PL_rsfp
8306              is overridden)
8307      Branch: perl
8308           !> toke.c
8309 ____________________________________________________________________________
8310 [  8588] By: jhi                                   on 2001/01/29  15:29:11
8311         Log: Subject: MAking Solaris malloc() the default
8312              From: Lupe Christoph <lupe@lupe-christoph.de>
8313              Date: Mon, 29 Jan 2001 12:59:36 +0100
8314              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
8315              
8316              The README.solaris part slightly tweaked.
8317      Branch: perl
8318            ! README.solaris hints/solaris_2.sh
8319 ____________________________________________________________________________
8320 [  8587] By: jhi                                   on 2001/01/29  15:17:34
8321         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
8322              From: root@ak-75.mind.de
8323              Date: Sun, 28 Jan 2001 20:32:29 +0100
8324              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
8325      Branch: perl
8326            ! pod/perlre.pod
8327 ____________________________________________________________________________
8328 [  8586] By: gsar                                  on 2001/01/29  13:43:44
8329         Log: make the BOM detection code not call tell() until it has to
8330              (meant to fix esoteric compatibility issues where PL_rsfp
8331              is overridden)
8332      Branch: maint-5.6/perl
8333            ! toke.c
8334 ____________________________________________________________________________
8335 [  8585] By: jhi                                   on 2001/01/28  20:05:45
8336         Log: Update Changes.
8337      Branch: perl
8338            ! Changes patchlevel.h
8339 ____________________________________________________________________________
8340 [  8584] By: jhi                                   on 2001/01/28  19:30:02
8341         Log: Integrate perlio.
8342      Branch: perl
8343           +> pod/perliol.pod
8344           !> MANIFEST pod/perlapio.pod
8345 ____________________________________________________________________________
8346 [  8583] By: jhi                                   on 2001/01/28  19:28:40
8347         Log: Patch from Inaba Hiroto:
8348              - canonical UTF-8 hash keys: if a key string for a hash is
8349              UTF8-on, try downgrade the string and use it if
8350              unicode::distinct is not in effect.
8351              For the task, I added a function bytes_from_utf8() to utf8.c.
8352              It might resemble utf8_to_bytes() but it is not convenient
8353              to the task.
8354              Made a test for it and added to t/op/each.t
8355              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
8356              the mortal copy of the argument SV.
8357              And changed t/io/utf8.t test 18 which expects print() to
8358              upgrade its argument.
8359              - re-implement sv_eq with bytes_from_utf8()
8360              - some bug fixes
8361              - tr/// does not handle UTF8 range (\x{}-\x{})
8362              - \ before raw UTF8 character produced
8363              "Malformed UTF-8 character" warning.
8364              - "\x{100}\N{CENT SIGN}" is Malformed.
8365              Added tests for these 3.
8366              - and one silly bug (by me) with qu operator.
8367      Branch: perl
8368            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
8369            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
8370            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
8371 ____________________________________________________________________________
8372 [  8582] By: nick                                  on 2001/01/28  19:25:04
8373         Log: Add pod/perliol.pod to MANIFEST :-(
8374      Branch: perlio
8375            ! MANIFEST
8376 ____________________________________________________________________________
8377 [  8581] By: nick                                  on 2001/01/28  19:22:40
8378         Log: PerlIO documentation. Proofing and sub-editing requested.
8379      Branch: perlio
8380            + pod/perliol.pod
8381            ! pod/perlapio.pod
8382 ____________________________________________________________________________
8383 [  8580] By: jhi                                   on 2001/01/28  05:16:25
8384         Log: Revert the change to sv_2pv() done by #8054: Someone who
8385              did SvNV_set() on a scalar that also happened to be POK,
8386              followed by sv_2pv() won't get the right coercion anymore.
8387              [Sarathy]
8388      Branch: maint-5.6/perl
8389            ! sv.c
8390 ____________________________________________________________________________
8391 [  8579] By: jhi                                   on 2001/01/28  05:15:04
8392         Log: Remove the #8084 effect: do not allow -Q to be interpreted
8393              as -&Q(), this is too much wiggle room.
8394      Branch: maint-5.6/perl
8395            ! toke.c
8396 ____________________________________________________________________________
8397 [  8578] By: jhi                                   on 2001/01/28  05:12:45
8398         Log: Needed bits of #8439 (should have been in #8576),
8399              mainly for lval substr().
8400      Branch: maint-5.6/perl
8401            ! mg.c pp.c pp_hot.c
8402 ____________________________________________________________________________
8403 [  8577] By: jhi                                   on 2001/01/28  05:02:46
8404         Log: A missing check-in.
8405      Branch: maint-5.6/perl
8406            ! utf8.c
8407 ____________________________________________________________________________
8408 [  8576] By: jhi                                   on 2001/01/28  04:26:18
8409         Log: Integrate changes #8425,8436,8439,8517 from mainline.
8410              The 8439 was not truly integrated because it had too many
8411              dependencies on the development branch and because it introduced
8412              concepts too bold for a maintenance branch (such as the qu operator).
8413              
8414              Subject: [PATCH perl@8342] -Wformat
8415              
8416              Tighten some of the UTF-8 tests a bit.
8417              
8418              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
8419              - The substr lval was still not okay.
8420              - Now pp_stringify and sv_setsv copies source's UTF8 flag
8421              even if IN_BYTE.  pp_stringify is called from fold_constants
8422              at optimization phase and "\x{100}" was made SvUTF8_off under
8423              use bytes (the bytes pragma is for "byte semantics" and not
8424              for "do not produce UTF8 data")
8425      Branch: maint-5.6/perl
8426            ! t/lib/charnames.t t/op/substr.t toke.c
8427           !> sv.c t/pragma/utf8.t
8428 ____________________________________________________________________________
8429 [  8575] By: jhi                                   on 2001/01/28  04:01:51
8430         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
8431              
8432              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
8433              
8434              Subject: [ID 20001230.003] UTF-8 tr still hurts
8435              
8436              Test cases for #8385 (from Simon's "torture.pl")
8437              
8438              Start fixing UTF-8 lval substr() (8405)
8439      Branch: maint-5.6/perl
8440           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
8441           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
8442 ____________________________________________________________________________
8443 [  8574] By: jhi                                   on 2001/01/28  03:09:06
8444         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
8445              from mainline.
8446              
8447              UTF-8 cleanup.
8448              
8449              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
8450              
8451              "\x{FF}\xFF" was broken.
8452              
8453              Tests for #8329 and #8330.
8454              
8455              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
8456              
8457              IRIX compiler noticed that the bof initialization might be
8458              bypassed by control flow.
8459              
8460              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
8461      Branch: maint-5.6/perl
8462           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
8463           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
8464 ____________________________________________________________________________
8465 [  8573] By: jhi                                   on 2001/01/28  02:06:12
8466         Log: Retract #8552.
8467      Branch: perl
8468            ! lib/Text/Wrap.pm t/lib/textwrap.t
8469 ____________________________________________________________________________
8470 [  8572] By: jhi                                   on 2001/01/28  02:04:49
8471         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
8472              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
8473              not really integrated but instead salvaged by hand
8474              (they had too many dependencies on the development release
8475              to be cleanly integratable).
8476              
8477              Subject: more UTF8 test suites and an UTF8 patch
8478              
8479              Tweak for MULTIPLICITY/USE_PERLIO
8480              
8481              Signedness nit.
8482              
8483              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
8484              
8485              Use the UTF8_XXX macros in is_utf8_char().
8486              
8487              Rewrite pp_concat() in terms of sv_catsv().  The . operator
8488              should now be UTF-8-proof.
8489              
8490              Subject: [PATCH perl@8269] scanning two hex-constants
8491              fails on EBCDIC environment (script length.t)
8492              
8493              Add some Unicode chop() tests.
8494      Branch: maint-5.6/perl
8495            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
8496           !> sv.c t/op/chop.t utf8.h
8497 ____________________________________________________________________________
8498 [  8571] By: jhi                                   on 2001/01/28  00:35:59
8499         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
8500              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
8501              
8502              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
8503              
8504              The maxiters upper limit sanity check (guarding against
8505              non-progress) assumed bytes instead of characters in s///
8506              and split().
8507              
8508              Signedness nit.
8509              
8510              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
8511              join() should now be UTF-8-proof.
8512              
8513              More split // UTF-8 tests. (8250)
8514      Branch: maint-5.6/perl
8515           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
8516           !> util.c
8517 ____________________________________________________________________________
8518 [  8570] By: jhi                                   on 2001/01/27  22:15:46
8519         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
8520              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
8521              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
8522              8084,8204,8244,8333 from mainline.
8523              
8524              For -Q where Q might be a one-letter sub name one does no more
8525              get a warning about an unknown filetest (7941,7943,7944,8084).
8526              
8527              Subject: Re: [ID 20001130.011] expression parsing bug ?
8528              
8529              Make uv_to_utf8() to zero-terminate its output buffer.
8530              
8531              Split off t/op/length.t (7995)
8532              
8533              Split off t/op/utf8decode.t (7996)
8534              
8535              Remove an unnecessary 'use utf8' from the utf8.t (7998)
8536              
8537              Split off t/op/concat.t (8004)
8538              
8539              Split off t/op/ver.t (8005)
8540              
8541              Document utf8_length(), utf8_distance(), and utf8_hop().
8542              
8543              Document utf8_to_uv() better.
8544              
8545              Introduce macros for UTF8 decoding (8028,8033).
8546              
8547              Add test for reverse() (8030,8031).
8548              
8549              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
8550              
8551              Do not return the Unicode replacement character    on UTF-8
8552              decoding failure.
8553              
8554              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
8555              not this_utf8 i.e. the output string has one, but don't mess
8556              with source assumption. (8052,8053)
8557              
8558              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
8559              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
8560              was not expecting to be called with something that was already
8561              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
8562              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
8563              (8054)
8564              
8565              Recode the naughty binary bytes in utf8decode.t using the \xHH.
8566              
8567              Make some panic messages a bit more logical.
8568      Branch: maint-5.6/perl
8569           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
8570           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
8571           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
8572           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
8573           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
8574           !> utf8.c utf8.h
8575 ____________________________________________________________________________
8576 [  8569] By: jhi                                   on 2001/01/27  19:16:43
8577         Log: Integrate changes #7750 from perlio and #8566 from mainline.
8578      Branch: maint-5.6/perl
8579           !> regexec.c sv.c
8580 ____________________________________________________________________________
8581 [  8568] By: jhi                                   on 2001/01/27  18:06:51
8582         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
8583              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
8584              7935[-perlio.c],7936,7959,7965 from mainline.
8585              
8586              Change the "big byte" error message to "Wide character".
8587              (7355, the croak-if-wide-chars-in-print part ignored)
8588              
8589              Use UINT64_C().
8590              
8591              Introduce Perl_utf8_length().
8592              
8593              diff -se shows these as different (7753, forgotten check-ins)
8594              
8595              Subject: [PATCH] doop.c - UTF8 tr///
8596              
8597              If we use (aTHX_ ...) then put Perl_ on the front.
8598              
8599              Make utf8_length() and utf8_distance() to be less forgiving
8600              about bad UTF-8.
8601              
8602              Test line numbers are different with utf8.
8603              
8604              No need to scan till infinity, 13 is enough. (7872,7911)
8605              
8606              Subject: [PATCH] Tokeniser debugging
8607              
8608              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
8609              
8610              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
8611              
8612              Be more careful in Perl_sv_utf8_downgrade().
8613              
8614              Use DO_UTF8().
8615              
8616              Raw zero bytes in text files confuse at least GNU patch 2.1.
8617      Branch: maint-5.6/perl
8618           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
8619           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
8620           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
8621           !> t/pragma/utf8.t toke.c utf8.c utf8.h
8622 ____________________________________________________________________________
8623 [  8567] By: nick                                  on 2001/01/27  11:10:38
8624         Log: Integrate mainline
8625      Branch: perlio
8626           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
8627           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
8628           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
8629           !> toke.c
8630 ____________________________________________________________________________
8631 [  8566] By: jhi                                   on 2001/01/27  06:22:48
8632         Log: More documentation for the regexp context stack.
8633      Branch: perl
8634            ! regexec.c
8635 ____________________________________________________________________________
8636 [  8565] By: jhi                                   on 2001/01/27  05:21:57
8637         Log: Update Changes.
8638      Branch: perl
8639            ! Changes patchlevel.h
8640 ____________________________________________________________________________
8641 [  8564] By: jhi                                   on 2001/01/27  04:44:04
8642         Log: Threadedness patch for #8562 from Doug MacEachern.
8643      Branch: perl
8644            ! toke.c
8645 ____________________________________________________________________________
8646 [  8563] By: jhi                                   on 2001/01/27  04:26:24
8647         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
8648              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8649              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
8650              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
8651      Branch: perl
8652            ! op.c
8653 ____________________________________________________________________________
8654 [  8562] By: jhi                                   on 2001/01/27  04:20:30
8655         Log: Subject: Re: Announce : Tokener reporting patch
8656              From: Simon Cozens <simon@cozens.net>
8657              Date: Mon, 22 Jan 2001 02:17:22 +0000
8658              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
8659      Branch: perl
8660            ! embed.h embed.pl proto.h toke.c
8661 ____________________________________________________________________________
8662 [  8561] By: jhi                                   on 2001/01/27  04:17:24
8663         Log: Forgot from #8545.  Oops.
8664      Branch: perl
8665            ! pp.c t/pragma/overload.t
8666 ____________________________________________________________________________
8667 [  8560] By: jhi                                   on 2001/01/27  03:01:47
8668         Log: A better module compilation test, use MANIFEST as suggested
8669              by Spider.
8670      Branch: perl
8671            ! t/lib/1_compile.t
8672 ____________________________________________________________________________
8673 [  8559] By: jhi                                   on 2001/01/27  02:50:48
8674         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
8675              From: Peter Prymmer <pvhp@forte.com>
8676              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
8677              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
8678      Branch: perl
8679            ! t/lib/b.t
8680 ____________________________________________________________________________
8681 [  8558] By: jhi                                   on 2001/01/27  02:27:05
8682         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
8683              From: Peter Prymmer <pvhp@forte.com>
8684              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
8685              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
8686      Branch: perl
8687            ! t/pragma/sub_lval.t
8688 ____________________________________________________________________________
8689 [  8557] By: jhi                                   on 2001/01/27  02:26:03
8690         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
8691              From: Peter Prymmer <pvhp@forte.com>
8692              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
8693              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
8694      Branch: perl
8695            ! t/lib/st-06compat.t
8696 ____________________________________________________________________________
8697 [  8556] By: jhi                                   on 2001/01/27  02:24:33
8698         Log: Subject: [PATCH: perl@8531] minor update to README.os390
8699              From: Peter Prymmer <pvhp@forte.com>
8700              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
8701              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
8702      Branch: perl
8703            ! README.os390
8704 ____________________________________________________________________________
8705 [  8555] By: jhi                                   on 2001/01/27  00:35:47
8706         Log: No point in checking the length before we know whether the pointer
8707              is bogus or not, fixes Abigail's odbm failures in Linux.
8708      Branch: perl
8709            ! sv.c
8710 ____________________________________________________________________________
8711 [  8554] By: nick                                  on 2001/01/26  19:01:31
8712         Log: Integrate mainline
8713      Branch: perlio
8714           !> lib/Text/Wrap.pm t/lib/textwrap.t
8715 ____________________________________________________________________________
8716 [  8553] By: jhi                                   on 2001/01/26  15:19:39
8717         Log: Integrate change #7792 from perlio (multiplicity fix),
8718              fix the AV leak in regex DEBUGGING (tiny part of the
8719              polymorphic regexp patch #8143).
8720      Branch: maint-5.6/perl
8721            ! regcomp.c
8722           !> scope.h
8723 ____________________________________________________________________________
8724 [  8552] By: jhi                                   on 2001/01/26  15:03:23
8725         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
8726              From: Michael G Schwern <schwern@pobox.com>
8727              Date: Fri, 26 Jan 2001 09:28:31 -0500
8728              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
8729      Branch: perl
8730            ! lib/Text/Wrap.pm t/lib/textwrap.t
8731 ____________________________________________________________________________
8732 [  8551] By: jhi                                   on 2001/01/26  02:33:19
8733         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
8734              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
8735              
8736              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
8737              
8738              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
8739              
8740              Message nit.
8741              
8742              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
8743              
8744              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
8745              
8746              (the cleanup of unused submatches in regtry() and regcppop())
8747              
8748              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
8749              stored and restored, and thusly was trounced by the utf8 swash
8750              routines.
8751              
8752              use utf8 not required to use \x{}.
8753              
8754              Removed two more tests that make no sense in UTF-8 since the test
8755              data is not in UTF-8.
8756              
8757              Get the three different space character classes right under utf8.
8758              
8759              Implement ANYOFUTF8 regprop() dumping.
8760              
8761              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
8762              
8763              Document the regex context pushing/popping a bit better.
8764      Branch: maint-5.6/perl
8765           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
8766           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
8767           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
8768           !> t/op/regmesg.t utf8.c
8769 ____________________________________________________________________________
8770 [  8550] By: nick                                  on 2001/01/25  19:42:30
8771         Log: Integrate mainline
8772      Branch: perlio
8773           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
8774           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
8775           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
8776           !> t/lib/bigint.t t/lib/bigintpm.t
8777 ____________________________________________________________________________
8778 [  8549] By: jhi                                   on 2001/01/25  15:22:28
8779         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
8780      Branch: maint-5.6/perl
8781            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
8782 ____________________________________________________________________________
8783 [  8548] By: jhi                                   on 2001/01/25  15:02:55
8784         Log: Integrate changes #7997,8063,8492,8547 from mainline.
8785              
8786              Subject: Re: STRLEN - what?
8787              
8788              Subject: [PATCH] perlguts.pod
8789              
8790              Memory management calls documentation.
8791              
8792              Layout using tabulator is not a good idea in a pod.
8793      Branch: maint-5.6/perl
8794           !> pod/perlguts.pod
8795 ____________________________________________________________________________
8796 [  8547] By: jhi                                   on 2001/01/25  14:49:05
8797         Log: Layout using tabulator is not a good idea in a pod.
8798      Branch: perl
8799            ! pod/perlguts.pod
8800 ____________________________________________________________________________
8801 [  8546] By: jhi                                   on 2001/01/25  14:31:12
8802         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
8803              from mainline.
8804              
8805              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
8806              
8807              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
8808              
8809              More Win32 editor/IDE/shell hints.
8810              
8811              More Win32 Perling.
8812              
8813              Yet another editor edit.
8814              
8815              Edit edit edit.
8816              
8817              IDE/editor section tweaking.
8818              
8819              Few more IDE/editor nits from p5p.
8820      Branch: maint-5.6/perl
8821           !> pod/perlfaq3.pod
8822 ____________________________________________________________________________
8823 [  8545] By: jhi                                   on 2001/01/25  04:16:32
8824         Log: Subject: [PATCH 5.7.0] overload int()
8825              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8826              Date: Wed, 24 Jan 2001 19:06:57 -0500
8827              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
8828      Branch: perl
8829            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
8830            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
8831            ! t/lib/bigintpm.t
8832 ____________________________________________________________________________
8833 [  8544] By: jhi                                   on 2001/01/25  04:15:11
8834         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
8835              From: Peter Prymmer <pvhp@forte.com>
8836              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
8837              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
8838      Branch: perl
8839            ! Makefile.SH README.os390 hints/os390.sh installperl
8840 ____________________________________________________________________________
8841 [  8543] By: jhi                                   on 2001/01/25  03:52:08
8842         Log: Integrate change #8462,8469 from mainline.
8843              
8844              In VMS Perl subversion (perl -V) is undef.
8845      Branch: maint-5.6/perl
8846           !> configure.com
8847 ____________________________________________________________________________
8848 [  8542] By: jhi                                   on 2001/01/25  03:44:55
8849         Log: Integrate changes #7835,7850,8315,8316 from mainline.
8850              
8851              Solaris hints.
8852      Branch: maint-5.6/perl
8853           !> hints/solaris_2.sh
8854 ____________________________________________________________________________
8855 [  8541] By: jhi                                   on 2001/01/25  03:39:28
8856         Log: Integrate #8336 from mainline.
8857      Branch: maint-5.6/perl
8858           !> hv.c
8859 ____________________________________________________________________________
8860 [  8540] By: jhi                                   on 2001/01/25  03:23:50
8861         Log: Retract #8539.
8862      Branch: maint-5.6/perl
8863            ! pod/perlfaq3.pod
8864 ____________________________________________________________________________
8865 [  8539] By: jhi                                   on 2001/01/25  03:21:55
8866         Log: (Retracted by #5940.)
8867      Branch: maint-5.6/perl
8868            ! pod/perlfaq3.pod
8869 ____________________________________________________________________________
8870 [  8538] By: jhi                                   on 2001/01/25  03:14:07
8871         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
8872              From: Peter Prymmer <pvhp@forte.com>
8873              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
8874              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
8875              
8876              The VMS bits.
8877      Branch: maint-5.6/perl
8878            ! configure.com vms/descrip_mms.template
8879 ____________________________________________________________________________
8880 [  8537] By: jhi                                   on 2001/01/25  03:06:09
8881         Log: Integrate #7710,7824,7973 from mainline.
8882      Branch: maint-5.6/perl
8883           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8884           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
8885           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
8886           !> vos/config.ga.def vos/config.ga.h win32/config.bc
8887           !> win32/config.gc win32/config.vc
8888 ____________________________________________________________________________
8889 [  8536] By: jhi                                   on 2001/01/24  13:50:20
8890         Log: Revert the edits made by me so far to the 5.6 branch since
8891              the TRIAL1 since I did edits when I should have been using
8892              integrates.  Bad programmer.   (Will integrate them properly later.)
8893              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
8894              The #8353 will not be reapplied at least for now since
8895              the UTF-8 hash keys need more thinking.
8896              (The patches #8347, #8354, #8454, #8473 were okay since they
8897              were original edits made specifically for the 5.6.1-TRIAL1.)
8898      Branch: maint-5.6/perl
8899            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8900            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
8901            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
8902            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
8903            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
8904            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8905            ! win32/config.bc win32/config.gc win32/config.vc
8906 ____________________________________________________________________________
8907 [  8535] By: bailey                                on 2001/01/24  06:37:02
8908         Log: SYN SYN
8909      Branch: vmsperl
8910           +> (branch 26 files)
8911           !> (integrate 130 files)
8912 ____________________________________________________________________________
8913 [  8534] By: nick                                  on 2001/01/23  19:30:57
8914         Log: Integrate mainline.
8915      Branch: perlio
8916           !> Changes Configure Porting/Glossary Porting/config.sh
8917           !> Porting/config_H embed.h embed.pl ext/Encode/compile
8918           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
8919           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
8920           !> pod/perlvar.pod proto.h t/lib/1_compile.t
8921 ____________________________________________________________________________
8922 [  8533] By: jhi                                   on 2001/01/23  16:15:46
8923         Log: Forgotten from #8501.
8924      Branch: perl
8925            ! Porting/Glossary Porting/config.sh Porting/config_H
8926 ____________________________________________________________________________
8927 [  8532] By: jhi                                   on 2001/01/23  16:13:27
8928         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
8929              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8930              Date: Mon, 22 Jan 2001 17:51:58 +0100
8931              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
8932      Branch: perl
8933            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
8934 ____________________________________________________________________________
8935 [  8531] By: jhi                                   on 2001/01/23  15:46:01
8936         Log: Update Changes.
8937      Branch: perl
8938            ! Changes patchlevel.h
8939 ____________________________________________________________________________
8940 [  8530] By: jhi                                   on 2001/01/23  15:38:39
8941         Log: De-cut-and-pasto.
8942      Branch: perl
8943            ! t/lib/1_compile.t
8944 ____________________________________________________________________________
8945 [  8529] By: jhi                                   on 2001/01/23  15:11:04
8946         Log: Document the mkdir trailing slashes case.
8947      Branch: perl
8948            ! pod/perlfunc.pod
8949 ____________________________________________________________________________
8950 [  8528] By: jhi                                   on 2001/01/23  15:08:28
8951         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
8952              get installed:
8953              
8954              Subject: lib/lib.pm
8955              From: <abigail@foad.org>
8956              Date: Mon, 28 Aug 2000 20:35:08 -0400
8957              Message-ID: <20000829003508.21281.qmail@foad.org>
8958      Branch: perl
8959            ! installperl
8960 ____________________________________________________________________________
8961 [  8527] By: jhi                                   on 2001/01/23  14:44:04
8962         Log: Metaconfig unit change for #8526.
8963      Branch: metaconfig
8964            ! U/threads/archname.U
8965 ____________________________________________________________________________
8966 [  8526] By: jhi                                   on 2001/01/23  14:43:19
8967         Log: Attach -perlio to the archname if so selected.
8968      Branch: perl
8969            ! Configure
8970 ____________________________________________________________________________
8971 [  8525] By: jhi                                   on 2001/01/23  14:24:01
8972         Log: Subject: [PATCH] pod/perlvar.pod
8973              From: abigail@foad.org
8974              Date: Tue, 23 Jan 2001 01:41:10 +0100
8975              Message-ID: <20010123004110.22259.qmail@foad.org>
8976      Branch: perl
8977            ! pod/perlvar.pod
8978 ____________________________________________________________________________
8979 [  8524] By: jhi                                   on 2001/01/23  14:22:32
8980         Log: A bug introduced in #8217 (the undefined variable in the
8981              lib/safe1_t #3) fixed, by Charles Lane:
8982              
8983              The earlier patch made it so that stuff running in Safe
8984              compartments could do a "caller" and see "main".  That
8985              little change in name is done right before the code in
8986              the compartment is run, and apparantly the parser
8987              was picking up the stash name before it got changed.
8988              
8989              (why it was threaded vs. unthreaded Perl that was sensitive to this
8990              I still don't know...and it probably doesn't matter).
8991              
8992              I tryed removing the stash name-change and saw that threaded Perl
8993              did indeed pass the lib/safe1.t tests.
8994              
8995              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
8996              do the name change (and to connect _ in the compartment to the global
8997              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
8998              to call _safe_pkg_prep when creating a new compartment.
8999              
9000              Passes all tests with threaded perl on linux; passes all tests
9001              with unthreaded perl on VMS.
9002              
9003              At some point I'll probably want to revisit Safe and Opcode to
9004              provide more sensible handling of global variables...and to get
9005              formats working in Safe compartments, which they don't do currently.
9006      Branch: perl
9007            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
9008 ____________________________________________________________________________
9009 [  8523] By: jhi                                   on 2001/01/23  14:11:58
9010         Log: Also the lib/Thread.pm itself needs to be ignored if
9011              the Thread extension hasn't been built.
9012      Branch: perl
9013            ! t/lib/1_compile.t
9014 ____________________________________________________________________________
9015 [  8522] By: jhi                                   on 2001/01/23  13:51:28
9016         Log: print() instead of warn() so that stderr doesn't get
9017              unncessarily polluted.
9018      Branch: perl
9019            ! ext/Encode/compile
9020 ____________________________________________________________________________
9021 [  8521] By: jhi                                   on 2001/01/23  13:49:48
9022         Log: Integrate perlio.
9023      Branch: perl
9024           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
9025           !> ext/Encode/encode.h
9026 ____________________________________________________________________________
9027 [  8520] By: nick                                  on 2001/01/22  21:44:00
9028         Log: More messing with Encode:
9029              Extra fields in header to allow multiple names and to record
9030              other things "compile" knows.
9031              Re-organise compile to factor out common output routines.
9032      Branch: perlio
9033            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
9034 ____________________________________________________________________________
9035 [  8519] By: nick                                  on 2001/01/22  20:33:50
9036         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
9037      Branch: perlio
9038            ! ext/Encode/Makefile.PL ext/Encode/compile
9039 ____________________________________________________________________________
9040 [  8518] By: nick                                  on 2001/01/22  20:28:13
9041         Log: Integrate mainline
9042      Branch: perlio
9043           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
9044           !> vos/config.alpha.def vos/config.alpha.h
9045 ____________________________________________________________________________
9046 [  8517] By: jhi                                   on 2001/01/22  15:37:17
9047         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
9048              by Inaba Hiroto.
9049      Branch: perl
9050            ! sv.c
9051 ____________________________________________________________________________
9052 [  8516] By: jhi                                   on 2001/01/22  14:55:15
9053         Log: More SIG_SIZE fixes.
9054      Branch: perl
9055            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
9056 ____________________________________________________________________________
9057 [  8515] By: jhi                                   on 2001/01/22  14:50:27
9058         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
9059              From: "Craig A. Berry" <craigberry@mac.com>
9060              Date: Mon, 22 Jan 2001 00:42:24 -0600
9061              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
9062      Branch: perl
9063            ! configure.com
9064 ____________________________________________________________________________
9065 [  8514] By: jhi                                   on 2001/01/22  14:31:17
9066         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
9067              From: "Craig A. Berry" <craigberry@mac.com>
9068              Date: Sun, 21 Jan 2001 23:03:25 -0600
9069              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
9070      Branch: perl
9071            ! configure.com
9072 ____________________________________________________________________________
9073 [  8513] By: jhi                                   on 2001/01/22  14:14:00
9074         Log: Add the .ucm encoding tables to the MANIFEST.
9075      Branch: perl
9076            ! MANIFEST
9077 ____________________________________________________________________________
9078 [  8512] By: jhi                                   on 2001/01/22  13:43:33
9079         Log: Integrate perlio.
9080      Branch: perl
9081           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9082           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9083           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9084           +> ext/Encode/Encode/iso8859-10.ucm
9085           +> ext/Encode/Encode/iso8859-13.ucm
9086           +> ext/Encode/Encode/iso8859-14.ucm
9087           +> ext/Encode/Encode/iso8859-15.ucm
9088           +> ext/Encode/Encode/iso8859-16.ucm
9089           +> ext/Encode/Encode/iso8859-2.ucm
9090           +> ext/Encode/Encode/iso8859-3.ucm
9091           +> ext/Encode/Encode/iso8859-4.ucm
9092           +> ext/Encode/Encode/iso8859-5.ucm
9093           +> ext/Encode/Encode/iso8859-6.ucm
9094           +> ext/Encode/Encode/iso8859-7.ucm
9095           +> ext/Encode/Encode/iso8859-8.ucm
9096           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9097           +> ext/Encode/Encode/symbol.ucm
9098           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
9099           !> perliol.h
9100 ____________________________________________________________________________
9101 [  8511] By: nick                                  on 2001/01/21  23:44:47
9102         Log: Make "real" layers of ":utf8" and ":raw".
9103              So now PERLIO=utf8 perl ...
9104              does what Andreas wanted.
9105              Fix arg passing in open.pm (still have a Carp issue).
9106      Branch: perlio
9107            ! lib/open.pm perlio.c perliol.h
9108 ____________________________________________________________________________
9109 [  8510] By: jhi                                   on 2001/01/21  22:56:53
9110         Log: Document the regex context pushing/popping a bit better.
9111      Branch: perl
9112            ! regexec.c
9113 ____________________________________________________________________________
9114 [  8509] By: jhi                                   on 2001/01/21  22:55:44
9115         Log: Tweak the mkdir trailing slash code some more.
9116              
9117              TO DO: the same handling should probably be done for
9118              all the other filesystem functions that can have directories
9119              as their arguments.
9120      Branch: perl
9121            ! pp_sys.c
9122 ____________________________________________________________________________
9123 [  8508] By: nick                                  on 2001/01/21  21:37:43
9124         Log: Switch "compiled in" encodings to .ucm format.
9125              (Leave others as .enc till we can run-time load .ucm,
9126              or find some other way to load them.)
9127      Branch: perlio
9128            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
9129            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
9130            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
9131            + ext/Encode/Encode/iso8859-10.ucm
9132            + ext/Encode/Encode/iso8859-13.ucm
9133            + ext/Encode/Encode/iso8859-14.ucm
9134            + ext/Encode/Encode/iso8859-15.ucm
9135            + ext/Encode/Encode/iso8859-16.ucm
9136            + ext/Encode/Encode/iso8859-2.ucm
9137            + ext/Encode/Encode/iso8859-3.ucm
9138            + ext/Encode/Encode/iso8859-4.ucm
9139            + ext/Encode/Encode/iso8859-5.ucm
9140            + ext/Encode/Encode/iso8859-6.ucm
9141            + ext/Encode/Encode/iso8859-7.ucm
9142            + ext/Encode/Encode/iso8859-8.ucm
9143            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
9144            + ext/Encode/Encode/symbol.ucm
9145            ! ext/Encode/Makefile.PL ext/Encode/compile
9146 ____________________________________________________________________________
9147 [  8507] By: nick                                  on 2001/01/21  21:02:03
9148         Log: Integrate (partial) mainline.
9149      Branch: perlio
9150           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
9151           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
9152           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9153 ____________________________________________________________________________
9154 [  8506] By: jhi                                   on 2001/01/21  20:09:30
9155         Log: Update Changes.
9156      Branch: perl
9157            ! Changes patchlevel.h
9158 ____________________________________________________________________________
9159 [  8505] By: jhi                                   on 2001/01/21  19:39:59
9160         Log: Subject: Minor typos in perlfaq2.pod
9161              From: "Stephen P. Potter" <spp@spotter.yi.org>
9162              Message-Id: <200101192101.QAA11911@spotter.yi.org>
9163              Date: Fri, 19 Jan 2001 16:01:13 -0500
9164              
9165              with a nit from Philip Netwon.
9166      Branch: perl
9167            ! pod/perlfaq2.pod
9168 ____________________________________________________________________________
9169 [  8504] By: jhi                                   on 2001/01/21  19:33:05
9170         Log: Metaconfig change for #8503.
9171      Branch: metaconfig
9172            ! U/threads/usethreads.U
9173 ____________________________________________________________________________
9174 [  8503] By: jhi                                   on 2001/01/21  19:32:21
9175         Log: Sanity check for conflicting thread flavours.
9176      Branch: perl
9177            ! Configure config_h.SH
9178 ____________________________________________________________________________
9179 [  8502] By: jhi                                   on 2001/01/21  19:23:00
9180         Log: Metaconfig change for #8501.
9181      Branch: metaconfig
9182            ! U/modified/sig_name.U
9183 ____________________________________________________________________________
9184 [  8501] By: jhi                                   on 2001/01/21  19:22:26
9185         Log: The SIG_SIZE is the number of the elements *excluding*
9186              the terminating NULL.
9187      Branch: perl
9188            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
9189            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
9190            ! win32/config_H.vc
9191 ____________________________________________________________________________
9192 [  8500] By: jhi                                   on 2001/01/21  18:31:31
9193         Log: Integrate perlio.
9194      Branch: perl
9195           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
9196           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
9197           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
9198           !> pp_sys.c proto.h sv.c
9199 ____________________________________________________________________________
9200 [  8499] By: jhi                                   on 2001/01/21  17:43:57
9201         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
9202              From: Hugo <hv@crypt.compulink.co.uk>
9203              Date: Sun, 21 Jan 2001 13:34:05 +0000
9204              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
9205              
9206              In sprintf UTF8ize only if necessary.
9207      Branch: perl
9208            ! sv.c
9209 ____________________________________________________________________________
9210 [  8498] By: nick                                  on 2001/01/21  16:25:32
9211         Log: Encode cleanup.
9212              Add command line control over "compile" so that Makefile.PL
9213              needs can be combined with other uses.
9214              Use command line options in Makefile.PL.
9215              Fix multi-byte parsing in .ucm files.
9216      Branch: perlio
9217            ! ext/Encode/Makefile.PL ext/Encode/compile
9218 ____________________________________________________________________________
9219 [  8497] By: nick                                  on 2001/01/21  12:56:27
9220         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
9221      Branch: perlio
9222            ! ext/Encode/Encode.xs
9223 ____________________________________________________________________________
9224 [  8496] By: nick                                  on 2001/01/21  12:18:45
9225         Log: Fixup after integrate:
9226              missed the .sym files that are changed by regen_headers
9227              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
9228      Branch: perlio
9229            ! global.sym pp.sym sv.c
9230 ____________________________________________________________________________
9231 [  8495] By: nick                                  on 2001/01/21  11:51:07
9232         Log: Integrate mainline.
9233      Branch: perlio
9234           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
9235           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
9236           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
9237           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
9238           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
9239           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
9240           !> win32/Makefile win32/makefile.mk
9241 ____________________________________________________________________________
9242 [  8494] By: jhi                                   on 2001/01/20  23:12:11
9243         Log: Forgot the expect_number() prototype.
9244      Branch: perl
9245            ! embed.h embed.pl proto.h
9246 ____________________________________________________________________________
9247 [  8493] By: jhi                                   on 2001/01/20  22:56:39
9248         Log: Subject: [PATCH: perl@8482] README.vms URL updates
9249              From: Peter Prymmer <pvhp@forte.com>
9250              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
9251              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
9252              
9253              Plus Craig A. Berry's suggestion to use compaq.com instead
9254              of digital.com.
9255      Branch: perl
9256            ! README.vms
9257 ____________________________________________________________________________
9258 [  8492] By: jhi                                   on 2001/01/20  22:50:05
9259         Log: Memory management calls documentation.
9260      Branch: perl
9261            ! pod/perlguts.pod
9262 ____________________________________________________________________________
9263 [  8491] By: jhi                                   on 2001/01/20  22:38:33
9264         Log: Signedness nit plus few memcpy/Copy nits.
9265      Branch: perl
9266            ! sv.c
9267 ____________________________________________________________________________
9268 [  8490] By: jhi                                   on 2001/01/20  22:25:53
9269         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
9270              From: Peter Prymmer <pvhp@forte.com>
9271              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
9272              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
9273      Branch: perl
9274            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
9275 ____________________________________________________________________________
9276 [  8489] By: jhi                                   on 2001/01/20  22:24:41
9277         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
9278              From: Peter Prymmer <pvhp@forte.com>
9279              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
9280              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
9281      Branch: perl
9282            ! win32/Makefile win32/makefile.mk
9283 ____________________________________________________________________________
9284 [  8488] By: jhi                                   on 2001/01/20  22:22:27
9285         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
9286              From: Peter Prymmer <pvhp@forte.com>
9287              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
9288              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
9289      Branch: perl
9290            ! Makefile.SH
9291 ____________________________________________________________________________
9292 [  8487] By: jhi                                   on 2001/01/20  22:21:18
9293         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
9294              From: Peter Prymmer <pvhp@forte.com>
9295              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
9296              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
9297      Branch: perl
9298            + ext/DynaLoader/dl_dllload.xs
9299            ! MANIFEST Makefile.SH hints/os390.sh
9300 ____________________________________________________________________________
9301 [  8486] By: jhi                                   on 2001/01/20  22:17:53
9302         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
9303              From: Peter Prymmer <pvhp@forte.com>
9304              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
9305              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
9306      Branch: perl
9307            ! README.os390 README.posix-bc
9308 ____________________________________________________________________________
9309 [  8485] By: jhi                                   on 2001/01/20  20:15:30
9310         Log: Document and test the new qu operator.
9311      Branch: perl
9312            + t/op/qu.t
9313            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
9314            ! pod/perlretut.pod pod/perlunicode.pod
9315 ____________________________________________________________________________
9316 [  8484] By: nick                                  on 2001/01/20  19:42:30
9317         Log: Infrastructure to allow:
9318              open($fh,"|-",@array);
9319              to be implemented
9320              i.e. mark pp_open as needing a stack mark, and make pp_open
9321              process its args in that style (and pass them _all_ to tied handles OPEN).
9322              Invent do_openn() which takes SV ** at allow it to see multiple args.
9323              Note this does not _do_ anything yet.
9324      Branch: perlio
9325            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
9326            ! perlapi.c pp_proto.h pp_sys.c proto.h
9327 ____________________________________________________________________________
9328 [  8483] By: nick                                  on 2001/01/20  17:23:14
9329         Log: Integrate mainline.
9330      Branch: perlio
9331           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
9332           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
9333 ____________________________________________________________________________
9334 [  8482] By: jhi                                   on 2001/01/19  15:37:49
9335         Log: Update Changes.
9336      Branch: perl
9337            ! Changes patchlevel.h
9338 ____________________________________________________________________________
9339 [  8481] By: jhi                                   on 2001/01/19  14:41:24
9340         Log: Subject: Re: new feature: s?printf parameter reordering 
9341              From: Hugo <hv@crypt.compulink.co.uk>
9342              Date: Thu, 11 Jan 2001 17:09:03 +0000
9343              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
9344              
9345              - support reordering for all parameters: %, *v, *, .*
9346              - lay down that the reordering specification must immediately
9347              follow that parameter: %3$, *v3$, *3$, .*3$
9348              - fix vectorisation of a zero-length string
9349              - factor out the code choosing the argument to format
9350              
9351              Possibly unwanted side-effects:
9352              - the special format specifiers ' +-0' must now precede any
9353              vectorisation specifier. Tests in op/sprintf and op/ver
9354              have been changed to reflect this.
9355              - sprintf.t test #214 changed its expectations because in many
9356              cases, the next parameter has already been consumed when an
9357              invalid type letter is detected.
9358              
9359              Probably wanted side-effects:
9360              - attempts to format a non-existent parameter will warn as if C<undef>
9361              - attempt to write to non-existent parameter with '%n' will complain
9362              of "attempt to modify read-only value" instead of being silent
9363      Branch: perl
9364            ! sv.c t/op/sprintf.t t/op/ver.t
9365 ____________________________________________________________________________
9366 [  8480] By: jhi                                   on 2001/01/19  14:08:37
9367         Log: Subject: PATCH pragma/locale.t
9368              From: andreas.koenig@anima.de (Andreas J. Koenig)
9369              Date: 18 Jan 2001 09:45:37 +0100
9370              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
9371      Branch: perl
9372            ! t/pragma/locale.t
9373 ____________________________________________________________________________
9374 [  8479] By: jhi                                   on 2001/01/19  13:19:58
9375         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
9376      Branch: perl
9377            ! configure.com
9378 ____________________________________________________________________________
9379 [  8478] By: jhi                                   on 2001/01/19  02:12:35
9380         Log: Automate 1_compile.t.
9381      Branch: perl
9382            ! t/lib/1_compile.t
9383 ____________________________________________________________________________
9384 [  8477] By: jhi                                   on 2001/01/19  01:49:56
9385         Log: Integrate perlio.
9386      Branch: perl
9387           !> sv.c win32/config.bc win32/config.gc win32/config.vc
9388           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9389 ____________________________________________________________________________
9390 [  8476] By: nick                                  on 2001/01/18  21:51:52
9391         Log: Integrate mainline
9392      Branch: perlio
9393           +> t/lib/1_compile.t t/lib/compmod.pl
9394           !> MANIFEST configure.com lib/unicode/distinct.pm
9395 ____________________________________________________________________________
9396 [  8475] By: nick                                  on 2001/01/18  21:48:02
9397         Log: Win32 "safe signals" co-existance fix.
9398              Fix SIG_SIZE value.
9399              Clear PL_sig_pending when cloning (fork).
9400      Branch: perlio
9401            ! sv.c win32/config.bc win32/config.gc win32/config.vc
9402            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9403 ____________________________________________________________________________
9404 [  8474] By: jhi                                   on 2001/01/18  14:40:57
9405         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
9406      Branch: perl
9407            ! t/lib/1_compile.t
9408 ____________________________________________________________________________
9409 [  8473] By: gsar                                  on 2001/01/18  11:42:31
9410         Log: unsubmitted trial1 change
9411      Branch: maint-5.6/perl
9412            ! Changes
9413 ____________________________________________________________________________
9414 [  8472] By: jhi                                   on 2001/01/18  04:30:24
9415         Log: The first bug found by 1_compile.t.
9416      Branch: perl
9417            ! lib/unicode/distinct.pm
9418 ____________________________________________________________________________
9419 [  8471] By: jhi                                   on 2001/01/18  04:29:42
9420         Log: Add Schwern's 1_compile test.  The compile_module script renamed
9421              to be a bit shorter for the 8.3 people.
9422      Branch: perl
9423            + t/lib/1_compile.t t/lib/compmod.pl
9424            ! MANIFEST
9425 ____________________________________________________________________________
9426 [  8470] By: jhi                                   on 2001/01/18  04:16:00
9427         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)
9428              From: Peter Prymmer <pvhp@forte.com>
9429              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
9430              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
9431              Replace #8463.
9432      Branch: maint-5.6/perl
9433            ! configure.com
9434 ____________________________________________________________________________
9435 [  8469] By: jhi                                   on 2001/01/18  04:13:02
9436         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)
9437              From: Peter Prymmer <pvhp@forte.com>
9438              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
9439              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
9440              Replace #8462.
9441      Branch: perl
9442            ! configure.com
9443 ____________________________________________________________________________
9444 [  8468] By: jhi                                   on 2001/01/18  03:42:08
9445         Log: Integrate perlio.
9446      Branch: perl
9447           !> gv.c mg.c perlio.c util.c
9448 ____________________________________________________________________________
9449 [  8467] By: nick                                  on 2001/01/17  22:41:10
9450         Log: "Safe" signals - trial implementation.
9451              gv.c tweaked to zero PL_sig_pend array
9452              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
9453              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
9454              Odd thing is that it "works" with PERLIO=stdio as well (linux).
9455      Branch: perlio
9456            ! gv.c mg.c perlio.c util.c
9457 ____________________________________________________________________________
9458 [  8466] By: nick                                  on 2001/01/17  20:40:20
9459         Log: Integrate mainline.
9460      Branch: perlio
9461           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9462           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
9463           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
9464           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9465           !> vos/config.ga.h win32/config.bc win32/config.gc
9466           !> win32/config.vc
9467 ____________________________________________________________________________
9468 [  8465] By: jhi                                   on 2001/01/17  18:37:13
9469         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
9470              From: Nicholas Clark <nick@ccl4.org>
9471              Date: Wed, 17 Jan 2001 17:31:33 +0000
9472              Message-ID: <20010117173133.I2633@plum.flirble.org>
9473      Branch: perl
9474            ! t/op/int.t
9475 ____________________________________________________________________________
9476 [  8464] By: jhi                                   on 2001/01/17  14:43:17
9477         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
9478              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9479              Date: Wed, 17 Jan 2001 15:16:43 +0100
9480              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
9481              
9482              pp_int() was dropping an NV to the floor,
9483              int(279964589018079/59) either returned not an integer
9484              4745162525730.15, or one got "Attempt to free unreferenced scalar."
9485      Branch: perl
9486            ! pp.c
9487 ____________________________________________________________________________
9488 [  8463] By: jhi                                   on 2001/01/17  06:12:42
9489         Log: (Replaced by #8470)
9490              
9491              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)
9492              From: "Craig A. Berry" <craigberry@mac.com>
9493              Date: Tue, 16 Jan 2001 23:38:46 -0600
9494              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
9495      Branch: maint-5.6/perl
9496            ! configure.com
9497 ____________________________________________________________________________
9498 [  8462] By: jhi                                   on 2001/01/17  06:11:31
9499         Log: (Replaced by #8469)
9500              
9501              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)
9502              From: "Craig A. Berry" <craigberry@mac.com>
9503              Date: Tue, 16 Jan 2001 23:38:46 -0600
9504              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
9505      Branch: perl
9506            ! configure.com
9507 ____________________________________________________________________________
9508 [  8461] By: jhi                                   on 2001/01/17  05:56:12
9509         Log: Allow for one trailing slash in the directory of mkdir().
9510      Branch: perl
9511            ! pp_sys.c
9512 ____________________________________________________________________________
9513 [  8460] By: jhi                                   on 2001/01/17  03:26:01
9514         Log: Metaconfig unit changes for #8459.
9515      Branch: metaconfig
9516            ! U/modified/Loc.U U/modified/sig_name.U
9517 ____________________________________________________________________________
9518 [  8459] By: jhi                                   on 2001/01/17  03:24:48
9519         Log: Define SIG_SIZE, the number of elements in the sig_name and
9520              sig_num arrays, including the final NULL entry.
9521      Branch: perl
9522            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9523            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
9524            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
9525            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9526            ! win32/config.bc win32/config.gc win32/config.vc
9527 ____________________________________________________________________________
9528 [  8458] By: jhi                                   on 2001/01/17  01:41:33
9529         Log: Integrate perlio.
9530      Branch: perl
9531           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
9532           !> perlapi.h proto.h sv.c
9533 ____________________________________________________________________________
9534 [  8457] By: nick                                  on 2001/01/16  22:07:26
9535         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
9536              Provides all the "cost" but no benefit yet - it is to allow cost
9537              to be measured, and implementation experiments (just in mg.c?).
9538      Branch: perlio
9539            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
9540            ! perlapi.h proto.h sv.c
9541 ____________________________________________________________________________
9542 [  8456] By: nick                                  on 2001/01/16  21:07:07
9543         Log: Integrate mainline.
9544      Branch: perlio
9545           !> (integrate 51 files)
9546 ____________________________________________________________________________
9547 [  8455] By: jhi                                   on 2001/01/16  18:13:43
9548         Log: Subject: [PATCH] regcomp.c old feature removal
9549              From: mjd@plover.com
9550              Date: 16 Jan 2001 14:43:18 -0000 
9551              Message-ID: <20010116144318.7140.qmail@plover.com> 
9552      Branch: perl
9553            ! regcomp.c
9554 ____________________________________________________________________________
9555 [  8454] By: jhi                                   on 2001/01/16  16:12:39
9556         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
9557              From: "Indy Singh" <indy@nusphere.com>
9558              Date: Wed, 10 Jan 2001 20:17:49 -0500
9559              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
9560      Branch: maint-5.6/perl
9561            ! win32/Makefile
9562 ____________________________________________________________________________
9563 [  8453] By: jhi                                   on 2001/01/16  16:09:33
9564         Log: Update Changes.
9565      Branch: perl
9566            ! Changes patchlevel.h
9567 ____________________________________________________________________________
9568 [  8452] By: jhi                                   on 2001/01/16  15:42:04
9569         Log: Subject: Re: API Cleanup
9570              To: perl5-porters@perl.org
9571              Date: Tue, 16 Jan 2001 13:42:30 +0000
9572              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
9573              
9574              Subject: [PATCH] utf8.c documentation
9575              From: Simon Cozens <simon@cozens.net>
9576              Date: Tue, 16 Jan 2001 13:52:48 +0000
9577              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
9578              
9579              Subject: Re: API Cleanup
9580              From: Simon Cozens <simon@cozens.net>
9581              Date: Tue, 16 Jan 2001 14:58:55 +0000
9582              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
9583              
9584              UTF-8 doc patches.
9585      Branch: perl
9586            ! embed.pl pod/perlapi.pod utf8.c
9587 ____________________________________________________________________________
9588 [  8451] By: jhi                                   on 2001/01/16  14:41:39
9589         Log: podlators 1.07, from Russ Allbery.
9590      Branch: perl
9591            ! lib/Pod/Man.pm
9592 ____________________________________________________________________________
9593 [  8450] By: jhi                                   on 2001/01/16  14:24:19
9594         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
9595              From: "Indy Singh" <indy@nusphere.com>
9596              Date: Mon, 15 Jan 2001 20:59:40 -0500
9597              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
9598      Branch: perl
9599            ! win32/Makefile
9600 ____________________________________________________________________________
9601 [  8449] By: jhi                                   on 2001/01/16  03:42:55
9602         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
9603              at the setting of the ofs_sv in new_struct_thread() as the
9604              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
9605              that invited a core dump.
9606      Branch: perl
9607            ! util.c
9608 ____________________________________________________________________________
9609 [  8448] By: jhi                                   on 2001/01/16  01:49:07
9610         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
9611              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9612              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
9613              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
9614              
9615              Replace #8444 and #8445.
9616      Branch: perl
9617            ! ext/B/B.xs ext/B/B/Debug.pm
9618 ____________________________________________________________________________
9619 [  8447] By: jhi                                   on 2001/01/15  21:05:35
9620         Log: Subject: [PATCH] API Variable documentation   
9621              From: Simon Cozens <simon@cozens.net>
9622              Date: Mon, 15 Jan 2001 19:35:54 +0000
9623              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
9624      Branch: perl
9625            ! pod/perlapi.pod thrdvar.h
9626 ____________________________________________________________________________
9627 [  8446] By: jhi                                   on 2001/01/15  20:49:20
9628         Log: Signedness nit.
9629      Branch: perl
9630            ! pp_ctl.c
9631 ____________________________________________________________________________
9632 [  8445] By: jhi                                   on 2001/01/15  20:28:48
9633         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
9634      Branch: perl
9635            ! ext/B/B/Debug.pm
9636 ____________________________________________________________________________
9637 [  8444] By: jhi                                   on 2001/01/15  13:09:10
9638         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
9639      Branch: perl
9640            ! ext/B/B.xs
9641 ____________________________________________________________________________
9642 [  8443] By: jhi                                   on 2001/01/15  13:06:26
9643         Log: Missing from #8439.
9644      Branch: perl
9645            ! keywords.h mg.c
9646 ____________________________________________________________________________
9647 [  8442] By: jhi                                   on 2001/01/15  13:02:38
9648         Log: Subject: [PATCH @8436] Eliminate op_children
9649              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9650              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
9651              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
9652              
9653              Subject: [PATCH @8436] Re: Eliminate op_children
9654              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9655              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
9656              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
9657      Branch: perl
9658            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
9659            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
9660            ! op.c op.h
9661 ____________________________________________________________________________
9662 [  8441] By: jhi                                   on 2001/01/15  12:57:08
9663         Log: Use the /^Perl_/-less form of is_lvalue_sub().
9664      Branch: perl
9665            ! pp.h
9666 ____________________________________________________________________________
9667 [  8440] By: jhi                                   on 2001/01/15  05:13:09
9668         Log: Revert #8437 and #8438, the Linux large files story is more complex.
9669      Branch: metaconfig/U/perl
9670            ! d_fpos64_t.U d_off64_t.U
9671      Branch: perl
9672            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9673            ! config_h.SH configure.com epoc/config.sh perl.h
9674            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
9675            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9676            ! win32/config.bc win32/config.gc win32/config.vc
9677 ____________________________________________________________________________
9678 [  8439] By: jhi                                   on 2001/01/15  05:02:24
9679         Log: More UTF-8 patches from Inaba Hiroto.
9680              - The substr lval was still not okay.
9681              - Now pp_stringify and sv_setsv copies source's UTF8 flag
9682              even if IN_BYTE.  pp_stringify is called from fold_constants
9683              at optimization phase and "\x{100}" was made SvUTF8_off under
9684              use bytes (the bytes pragma is for "byte semantics" and not
9685              for "do not produce UTF8 data")
9686              - New `qu' operator to generate UTF8 string explicitly.
9687              Though I agree with the policy "0x00-0xff always produce bytes",
9688              sometimes want to such a string to be coded in UTF8.
9689              I can use pack"U0a*" but it requires more typing and has
9690              runtime overhead.
9691              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
9692              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
9693              string is not UTF8_on and has char 0x80-0xff.
9694              
9695              TODO: document and test qu.
9696      Branch: perl
9697            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
9698            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
9699            ! toke.c
9700 ____________________________________________________________________________
9701 [  8438] By: jhi                                   on 2001/01/14  05:10:23
9702         Log: Metaconfig unit changes for #8437.
9703      Branch: metaconfig/U/perl
9704            ! d_fpos64_t.U d_off64_t.U
9705 ____________________________________________________________________________
9706 [  8437] By: jhi                                   on 2001/01/14  04:55:34
9707         Log: Add <features.h> probing, seems to be needed for (some?)
9708              Linux largefileness.
9709      Branch: perl
9710            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9711            ! config_h.SH configure.com epoc/config.sh perl.h
9712            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
9713            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9714            ! win32/config.bc win32/config.gc win32/config.vc
9715 ____________________________________________________________________________
9716 [  8436] By: jhi                                   on 2001/01/13  17:47:21
9717         Log: Tighten some of the tests a bit.
9718      Branch: perl
9719            ! t/pragma/utf8.t
9720 ____________________________________________________________________________
9721 [  8435] By: jhi                                   on 2001/01/13  17:31:54
9722         Log: Integrate perlio.
9723      Branch: perl
9724           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
9725           !> win32/config_H.gc win32/config_H.vc
9726 ____________________________________________________________________________
9727 [  8434] By: nick                                  on 2001/01/13  11:36:53
9728         Log: Run dmake regen_config_h for Win32
9729      Branch: perlio
9730            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9731 ____________________________________________________________________________
9732 [  8433] By: nick                                  on 2001/01/13  11:31:55
9733         Log: VMS friendly patch to Encode compile process
9734      Branch: perlio
9735            ! ext/Encode/Makefile.PL ext/Encode/compile
9736 ____________________________________________________________________________
9737 [  8432] By: nick                                  on 2001/01/13  11:06:44
9738         Log: Integrate mainline
9739      Branch: perlio
9740           +> ext/B/B/Concise.pm
9741           !> (integrate 52 files)
9742 ____________________________________________________________________________
9743 [  8431] By: jhi                                   on 2001/01/13  05:55:55
9744         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
9745              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9746              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
9747              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
9748      Branch: perl
9749            ! ext/B/B/Concise.pm
9750 ____________________________________________________________________________
9751 [  8430] By: jhi                                   on 2001/01/13  04:24:18
9752         Log: The LVRET macro needed an aTHX.
9753      Branch: perl
9754            ! pp.h
9755 ____________________________________________________________________________
9756 [  8429] By: jhi                                   on 2001/01/13  02:12:42
9757         Log: Update Changes.
9758      Branch: perl
9759            ! Changes patchlevel.h
9760 ____________________________________________________________________________
9761 [  8428] By: jhi                                   on 2001/01/13  02:08:50
9762         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
9763              From: Peter Prymmer <pvhp@forte.com>
9764              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
9765              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
9766              
9767              Add a BEGIN guard for sloppy floating point division.
9768      Branch: perl
9769            ! lib/Math/BigInt.pm lib/bigint.pl
9770 ____________________________________________________________________________
9771 [  8427] By: jhi                                   on 2001/01/13  01:47:16
9772         Log: The B::Terse drop-in replacement wasn't quite drop-in.
9773      Branch: perl
9774            ! ext/B/B/Terse.pm
9775 ____________________________________________________________________________
9776 [  8426] By: jhi                                   on 2001/01/12  21:20:43
9777         Log: Use UVXf.
9778      Branch: perl
9779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9780            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
9781            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9782            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9783            ! win32/config.gc win32/config.vc
9784 ____________________________________________________________________________
9785 [  8425] By: jhi                                   on 2001/01/12  20:20:14
9786         Log: Subject: [PATCH perl@8342] -Wformat
9787              From: Robin Barker <rmb1@cise.npl.co.uk>
9788              Date: Fri, 12 Jan 2001 20:03:14 GMT
9789              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
9790      Branch: perl
9791            ! ext/Encode/Encode.xs mg.c sv.c toke.c
9792 ____________________________________________________________________________
9793 [  8424] By: jhi                                   on 2001/01/12  20:01:48
9794         Log: Subject: B::Concise -- an improved replacement for B::Terse 
9795              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9796              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
9797              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
9798      Branch: perl
9799            + ext/B/B/Concise.pm
9800            ! MANIFEST ext/B/B/Terse.pm
9801 ____________________________________________________________________________
9802 [  8423] By: jhi                                   on 2001/01/12  19:24:02
9803         Log: The new metaconfig unit from the #8421.
9804      Branch: metaconfig/U/perl
9805            + d_sigprocmask.U
9806 ____________________________________________________________________________
9807 [  8422] By: jhi                                   on 2001/01/12  19:23:43
9808         Log: Forgot the microperl config from the #8421.
9809      Branch: perl
9810            ! uconfig.h uconfig.sh
9811 ____________________________________________________________________________
9812 [  8421] By: jhi                                   on 2001/01/12  19:05:27
9813         Log: Add sigprocmask() probe, regen Configure, regen toc.
9814      Branch: perl
9815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9816            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
9817            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9818            ! vos/config.ga.h win32/config.bc win32/config.gc
9819            ! win32/config.vc
9820 ____________________________________________________________________________
9821 [  8420] By: jhi                                   on 2001/01/12  18:34:31
9822         Log: Add sockatmark() to the todo list.
9823      Branch: perl
9824            ! Todo-5.6
9825 ____________________________________________________________________________
9826 [  8419] By: jhi                                   on 2001/01/12  18:09:46
9827         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
9828      Branch: perl
9829            ! op.c
9830 ____________________________________________________________________________
9831 [  8418] By: jhi                                   on 2001/01/12  18:05:30
9832         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
9833              From: Radu Greab <radu@netsoft.ro>
9834              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
9835              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
9836      Branch: perl
9837            ! op.c t/pragma/sub_lval.t
9838 ____________________________________________________________________________
9839 [  8417] By: jhi                                   on 2001/01/12  16:09:09
9840         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
9841              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
9842              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
9843              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
9844      Branch: perl
9845            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
9846            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
9847            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
9848            ! t/pragma/sub_lval.t toke.c
9849 ____________________________________________________________________________
9850 [  8416] By: jhi                                   on 2001/01/12  15:42:06
9851         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
9852              From: "Richard Soderberg" <rs@crystalflame.net>
9853              Date: Fri, 12 Jan 2001 04:49:35 -0800
9854              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
9855              
9856              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
9857              according to the platform.
9858      Branch: perl
9859            ! op.c
9860 ____________________________________________________________________________
9861 [  8415] By: jhi                                   on 2001/01/12  15:33:41
9862         Log: One more UTF-8 fix from Inaba Hiroto.
9863      Branch: perl
9864            ! pp.c regexec.c t/pragma/utf8.t
9865 ____________________________________________________________________________
9866 [  8414] By: jhi                                   on 2001/01/12  15:30:18
9867         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
9868      Branch: perl
9869            ! regexec.c
9870 ____________________________________________________________________________
9871 [  8413] By: jhi                                   on 2001/01/12  15:22:10
9872         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
9873              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9874              Date: Thu, 11 Jan 2001 12:53:36 +0100
9875              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
9876      Branch: perl
9877            ! toke.c
9878 ____________________________________________________________________________
9879 [  8412] By: jhi                                   on 2001/01/12  15:20:25
9880         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
9881              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9882              Date: Fri, 12 Jan 2001 14:37:55 +0100
9883              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
9884      Branch: perl
9885            ! hints/posix-bc.sh
9886 ____________________________________________________________________________
9887 [  8411] By: jhi                                   on 2001/01/12  15:14:14
9888         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
9889              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9890              Date: Fri, 12 Jan 2001 10:42:21 +0100
9891              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
9892      Branch: perl
9893            ! t/op/regmesg.t
9894 ____________________________________________________________________________
9895 [  8410] By: jhi                                   on 2001/01/12  05:48:55
9896         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
9897              From: Nicholas Clark <nick@ccl4.org> 
9898              Date: Sun, 7 Jan 2001 19:47:14 +0000
9899              Message-ID: <20010107194714.B1048@plum.flirble.org>
9900      Branch: perl
9901            ! t/op/numconvert.t
9902 ____________________________________________________________________________
9903 [  8409] By: jhi                                   on 2001/01/12  05:41:28
9904         Log: Integrate perlio.
9905      Branch: perl
9906           !> mg.c scope.h
9907 ____________________________________________________________________________
9908 [  8408] By: nick                                  on 2001/01/11  22:43:28
9909         Log: Remove variables that were used in experiments.
9910      Branch: perlio
9911            ! mg.c
9912 ____________________________________________________________________________
9913 [  8407] By: nick                                  on 2001/01/11  20:57:44
9914         Log: Catch die in %SIG handler and unblock the signal before re-dying.
9915              This make Linux work _without_ sigsetjmp().
9916              Turn off sigsetjmp() to see what else it does.
9917              May need Configure probe for sigprocmask() if anything has sigaction()
9918              but not sigprocmask().
9919      Branch: perlio
9920            ! mg.c scope.h
9921 ____________________________________________________________________________
9922 [  8406] By: nick                                  on 2001/01/11  19:32:07
9923         Log: Integrate mainline
9924      Branch: perlio
9925           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
9926           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
9927           !> t/op/substr.t
9928 ____________________________________________________________________________
9929 [  8405] By: jhi                                   on 2001/01/11  17:11:01
9930         Log: Fix UTF-8 lval substr().
9931      Branch: perl
9932            ! mg.c t/op/substr.t
9933 ____________________________________________________________________________
9934 [  8404] By: jhi                                   on 2001/01/11  05:13:58
9935         Log: Update Changes.
9936      Branch: perl
9937            ! Changes patchlevel.h
9938 ____________________________________________________________________________
9939 [  8403] By: jhi                                   on 2001/01/11  04:38:24
9940         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
9941              From: Hugo <hv@crypt.compulink.co.uk>
9942              Date: Mon, 30 Oct 2000 01:33:26 +0000
9943              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
9944      Branch: perl
9945            ! regexec.c t/op/re_tests
9946 ____________________________________________________________________________
9947 [  8402] By: jhi                                   on 2001/01/11  04:26:12
9948         Log: Integrate perlio.
9949      Branch: perl
9950           !> scope.h util.c
9951 ____________________________________________________________________________
9952 [  8401] By: nick                                  on 2001/01/10  22:52:55
9953         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
9954              (So Alan and Ilya can try setting via hints.)
9955              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
9956              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
9957              doing the save everywhere seems to restart read() correctly, but just
9958              doing it once "round" the handler does not.
9959      Branch: perlio
9960            ! scope.h
9961 ____________________________________________________________________________
9962 [  8400] By: jhi                                   on 2001/01/10  21:57:54
9963         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
9964              of IRIX, HP-UX is unaffected.
9965      Branch: perl
9966            ! perl.h
9967 ____________________________________________________________________________
9968 [  8399] By: nick                                  on 2001/01/10  21:29:19
9969         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
9970      Branch: perlio
9971            ! util.c
9972 ____________________________________________________________________________
9973 [  8398] By: jhi                                   on 2001/01/10  20:55:31
9974         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
9975              also have ReusePort.
9976      Branch: perl
9977            ! ext/IO/lib/IO/Socket/INET.pm
9978 ____________________________________________________________________________
9979 [  8397] By: jhi                                   on 2001/01/10  20:50:57
9980         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
9981              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
9982              Date: Wed, 10 Jan 2001 01:38:13 -0800
9983              Message-ID: <20010110013813.B41744@yahoo-inc.com>
9984      Branch: perl
9985            ! ext/IO/lib/IO/Socket/INET.pm
9986 ____________________________________________________________________________
9987 [  8396] By: jhi                                   on 2001/01/10  20:49:30
9988         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
9989              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
9990              Date: Wed, 10 Jan 2001 01:37:32 -0800
9991              Message-ID: <20010110013732.A41744@yahoo-inc.com>
9992      Branch: perl
9993            ! ext/Socket/Socket.pm
9994 ____________________________________________________________________________
9995 [  8395] By: jhi                                   on 2001/01/10  20:41:37
9996         Log: Test for bug id 20010105.016 (fixed by #8378).
9997      Branch: perl
9998            ! t/op/split.t
9999 ____________________________________________________________________________
10000 [  8394] By: jhi                                   on 2001/01/10  20:26:32
10001         Log: Integrate perlio.
10002      Branch: perl
10003            ! util.c
10004 ____________________________________________________________________________
10005 [  8393] By: nick                                  on 2001/01/10  19:34:30
10006         Log: Back out Simon's pid hackery for now.
10007      Branch: perlio
10008            ! util.c
10009 ____________________________________________________________________________
10010 [  8392] By: nick                                  on 2001/01/10  19:23:13
10011         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
10012      Branch: perlio
10013           !> (integrate 29 files)
10014 ____________________________________________________________________________
10015 [  8391] By: jhi                                   on 2001/01/10  18:43:15
10016         Log: Subject: [PATCH] Fix my_pclose segfault
10017              From: Simon Cozens <simon@cozens.net>
10018              Date: Wed, 10 Jan 2001 18:39:35 +0000
10019              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
10020      Branch: perl
10021            ! util.c
10022 ____________________________________________________________________________
10023 [  8390] By: jhi                                   on 2001/01/10  18:42:08
10024         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
10025              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10026              Date:     Wed, 10 Jan 2001 13:23:02 EST
10027              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
10028      Branch: perl
10029            ! ext/Opcode/Opcode.xs
10030 ____________________________________________________________________________
10031 [  8389] By: jhi                                   on 2001/01/10  15:16:07
10032         Log: Turn off the integer preservation for now.
10033      Branch: perl
10034            ! perl.h
10035 ____________________________________________________________________________
10036 [  8388] By: jhi                                   on 2001/01/10  15:01:25
10037         Log: Few more IDE/editor nits from p5p.
10038      Branch: perl
10039            ! pod/perlfaq3.pod
10040 ____________________________________________________________________________
10041 [  8387] By: jhi                                   on 2001/01/10  06:53:16
10042         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
10043              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
10044              Date: Tue, 9 Jan 2001 23:16:02 +0000
10045              Message-ID: <20010109231602.A81101@plum.flirble.org>
10046      Branch: perl
10047            ! sv.c
10048 ____________________________________________________________________________
10049 [  8386] By: jhi                                   on 2001/01/10  03:17:54
10050         Log: Test cases for #8385 (from Simon's "torture.pl")
10051      Branch: perl
10052            ! t/op/tr.t
10053 ____________________________________________________________________________
10054 [  8385] By: jhi                                   on 2001/01/10  03:17:11
10055         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
10056              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
10057              Date: Wed, 10 Jan 2001 11:39:39 +0900
10058              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
10059              
10060              Some more UTF-8 tr cases fixed.
10061      Branch: perl
10062            ! doop.c
10063 ____________________________________________________________________________
10064 [  8384] By: jhi                                   on 2001/01/09  22:45:40
10065         Log: Allow the locale test needing POSIX and the taint test
10066              needing IPC::SysV to run under 'minitest' (basically,
10067              bail out if loading the extension fails)
10068      Branch: perl
10069            ! t/op/misc.t t/op/taint.t
10070 ____________________________________________________________________________
10071 [  8383] By: jhi                                   on 2001/01/09  21:36:04
10072         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
10073              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10074              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
10075              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
10076      Branch: perl
10077            ! t/io/openpid.t
10078 ____________________________________________________________________________
10079 [  8382] By: jhi                                   on 2001/01/09  21:06:08
10080         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
10081              Should finish up the bug id 20001205.022.
10082      Branch: perl
10083            ! pp.c pp_hot.c scope.c
10084 ____________________________________________________________________________
10085 [  8381] By: jhi                                   on 2001/01/09  18:27:43
10086         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
10087              From: Andy Dougherty <doughera@lafayette.edu>
10088              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
10089              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
10090              
10091              More robust yacc/bison error detection.
10092      Branch: perl
10093            ! t/comp/proto.t
10094 ____________________________________________________________________________
10095 [  8380] By: jhi                                   on 2001/01/09  15:21:38
10096         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
10097              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10098              Date:     Tue, 9 Jan 2001 07:53:55 EST
10099              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
10100      Branch: perl
10101            ! t/op/misc.t vms/test.com
10102 ____________________________________________________________________________
10103 [  8379] By: jhi                                   on 2001/01/09  15:20:38
10104         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
10105              From: jhi@cc.hut.fi
10106              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
10107              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
10108              
10109              The #8378 fixed this.
10110      Branch: perl
10111            ! t/op/tr.t
10112 ____________________________________________________________________________
10113 [  8378] By: jhi                                   on 2001/01/09  15:05:32
10114         Log: Subject: One more patch for UTF8 
10115              From: Inaba Hiroto <inaba@st.rim.or.jp>
10116              Date: Tue, 09 Jan 2001 01:04:32 +0900
10117              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
10118              
10119              UTF-8 fixes for 'x' and tr///.
10120      Branch: perl
10121            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
10122            ! regcomp.c regexec.c toke.c utf8.c
10123 ____________________________________________________________________________
10124 [  8377] By: jhi                                   on 2001/01/09  14:32:17
10125         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
10126      Branch: perl
10127            ! t/op/length.t
10128 ____________________________________________________________________________
10129 [  8376] By: jhi                                   on 2001/01/09  04:32:32
10130         Log: integrate changes #7775, #8316, #8316 from mainline
10131      Branch: maint-5.6/perl
10132            ! hints/solaris_2.sh
10133 ____________________________________________________________________________
10134 [  8375] By: jhi                                   on 2001/01/09  04:26:43
10135         Log: Update Changes.
10136      Branch: perl
10137            ! Changes patchlevel.h
10138 ____________________________________________________________________________
10139 [  8374] By: jhi                                   on 2001/01/09  04:14:32
10140         Log: IDE/editor section tweaking.
10141      Branch: perl
10142            ! pod/perlfaq3.pod
10143 ____________________________________________________________________________
10144 [  8373] By: jhi                                   on 2001/01/09  02:38:26
10145         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
10146              From: Peter Prymmer <pvhp@forte.com>
10147              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
10148              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
10149              
10150              In preparation os OS/390 dynamic loading.
10151      Branch: perl
10152            ! README.os390 hints/os390.sh
10153 ____________________________________________________________________________
10154 [  8372] By: jhi                                   on 2001/01/09  00:24:30
10155         Log: Integrate with perlio.
10156      Branch: perl
10157           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
10158 ____________________________________________________________________________
10159 [  8371] By: nick                                  on 2001/01/08  23:54:33
10160         Log: Fix "scalars leaked" bugs caused by overload magic
10161              (Highlighted by Ilya's DESTROY optimization.)
10162      Branch: perlio
10163            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
10164 ____________________________________________________________________________
10165 [  8370] By: nick                                  on 2001/01/08  20:19:41
10166         Log: Integrate mainline
10167      Branch: perlio
10168           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
10169           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
10170           !> t/op/64bitint.t
10171 ____________________________________________________________________________
10172 [  8369] By: jhi                                   on 2001/01/08  17:30:52
10173         Log: save_delete() Safefree() doesn't (anymore?) work with shared
10174              strings, one test failure in op/misc and almost all of lib/b.
10175              (Outcomments #8369.)
10176      Branch: perl
10177            ! scope.c
10178 ____________________________________________________________________________
10179 [  8368] By: jhi                                   on 2001/01/08  14:47:10
10180         Log: (Outcommented by #8369.)
10181              
10182              Subject: Re: Perl BugID 20001205.022 ---- save_delete
10183              From: Simon Cozens <simon@cozens.net>
10184              Date: Sat, 6 Jan 2001 11:48:40 +0000
10185              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
10186              
10187              The save_delete() does need the Safefree.
10188      Branch: perl
10189            ! scope.c
10190 ____________________________________________________________________________
10191 [  8367] By: bailey                                on 2001/01/08  08:53:52
10192         Log: Once again syncing after too long an absence
10193      Branch: vmsperl
10194           +> (branch 55 files)
10195            - MAINTAIN fix_pl vos/config.def vos/config.h
10196            - vos/config_h.SH_orig
10197           !> (integrate 498 files)
10198 ____________________________________________________________________________
10199 [  8366] By: jhi                                   on 2001/01/08  02:42:59
10200         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
10201              From: nick@ccl4.org
10202              Date: Sun, 7 Jan 2001 21:07:18 +0000
10203              Message-Id: <20010107210717.D1048@plum.flirble.org>
10204      Branch: perl
10205            ! sv.c t/op/64bitint.t
10206 ____________________________________________________________________________
10207 [  8365] By: jhi                                   on 2001/01/08  02:35:16
10208         Log: Subject: [PATCH] environ nit
10209              From: Simon Cozens <simon@cozens.net>
10210              Date: Sun, 7 Jan 2001 17:57:07 +0000
10211              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
10212              
10213              Use environ only if we have it.
10214      Branch: perl
10215            ! mg.c
10216 ____________________________________________________________________________
10217 [  8364] By: jhi                                   on 2001/01/08  02:24:51
10218         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
10219      Branch: perl
10220            ! ext/GDBM_File/GDBM_File.xs
10221 ____________________________________________________________________________
10222 [  8363] By: jhi                                   on 2001/01/08  02:19:24
10223         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
10224              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10225              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
10226              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
10227      Branch: perl
10228            ! dump.c op.c
10229 ____________________________________________________________________________
10230 [  8362] By: jhi                                   on 2001/01/08  02:17:43
10231         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
10232              From: Doug MacEachern <dougm@covalent.net>
10233              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
10234              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
10235              
10236              Allow AUTOLOAD to be an xsub and allow such xsubs
10237              to avoid use of $AUTOLOAD.
10238      Branch: perl
10239            ! gv.c
10240 ____________________________________________________________________________
10241 [  8361] By: jhi                                   on 2001/01/08  02:16:07
10242         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
10243              From: Radu Greab <radu@netsoft.ro>
10244              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
10245              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
10246              
10247              No need for the potentially unportable $SIG{CHLD}.
10248      Branch: perl
10249            ! t/io/pipe.t
10250 ____________________________________________________________________________
10251 [  8360] By: jhi                                   on 2001/01/08  01:58:23
10252         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
10253      Branch: perl
10254            ! lib/Getopt/Long.pm
10255 ____________________________________________________________________________
10256 [  8359] By: jhi                                   on 2001/01/08  01:55:44
10257         Log: Integrate perlio.
10258      Branch: perl
10259           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
10260           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
10261           !> utf8.c win32/Makefile
10262 ____________________________________________________________________________
10263 [  8358] By: jhi                                   on 2001/01/07  21:16:50
10264         Log: Update the EPOC cross SDK URL.
10265      Branch: perl
10266            ! README.epoc
10267 ____________________________________________________________________________
10268 [  8357] By: jhi                                   on 2001/01/07  21:16:09
10269         Log: Update the EPOC cross SDK URL.
10270      Branch: maint-5.6/perl
10271            ! README.epoc
10272 ____________________________________________________________________________
10273 [  8356] By: nick                                  on 2001/01/06  21:47:52
10274         Log: FILE * in XS code for PerlIO world:
10275              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
10276              - Add FILE * T_STDIO typemap.
10277              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
10278      Branch: perlio
10279            ! lib/ExtUtils/typemap perlio.c perlio.h
10280 ____________________________________________________________________________
10281 [  8355] By: jhi                                   on 2001/01/06  20:27:15
10282         Log: integrate change #8336 from mainline
10283              
10284              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
10285      Branch: maint-5.6/perl
10286            ! hv.c
10287 ____________________________________________________________________________
10288 [  8354] By: jhi                                   on 2001/01/06  20:24:29
10289         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10290              From: Robin Barker <rmb1@cise.npl.co.uk>
10291              Date: Fri, 22 Dec 2000 12:17:38 GMT
10292              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
10293              
10294              The patch reformats some long =item lines so they give
10295              correct output via pod2man | nroff -man
10296              
10297              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10298              From: Robin Barker <rmb1@cise.npl.co.uk>
10299              Date: Tue, 2 Jan 2001 15:35:03 GMT
10300              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
10301              
10302              Here is a _further_ patch which corrects a few more errors:
10303              * an empty C<=item> in CPAN.pm
10304              * patching the wrong file (pod/perlamiga.pod not README.amiga)
10305              * leaving empty C<=item>s which formatted incorrectly
10306              * over long C<=item>s revealed by latest patch to Pod::Man
10307      Branch: maint-5.6/perl
10308            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
10309            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
10310            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
10311            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
10312            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
10313            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
10314 ____________________________________________________________________________
10315 [  8353] By: jhi                                   on 2001/01/06  20:21:10
10316         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
10317              
10318              UTF-8 hash keys.
10319      Branch: maint-5.6/perl
10320            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
10321 ____________________________________________________________________________
10322 [  8352] By: jhi                                   on 2001/01/06  20:18:44
10323         Log: Forgotten from #8438.
10324      Branch: maint-5.6/perl
10325            ! epoc/epocish.h
10326 ____________________________________________________________________________
10327 [  8351] By: jhi                                   on 2001/01/06  20:18:12
10328         Log: Forgotten from #8347.
10329      Branch: maint-5.6/perl
10330            ! config_h.SH
10331 ____________________________________________________________________________
10332 [  8350] By: jhi                                   on 2001/01/06  20:00:19
10333         Log: Thinko in #8347.
10334      Branch: maint-5.6/perl
10335            ! regcomp.c
10336 ____________________________________________________________________________
10337 [  8349] By: jhi                                   on 2001/01/06  18:05:30
10338         Log: Copy the FAQ3 IDE section from the development branch,
10339              changes originally by Peter Prymmer.
10340      Branch: maint-5.6/perl
10341            ! pod/perlfaq3.pod
10342 ____________________________________________________________________________
10343 [  8348] By: jhi                                   on 2001/01/06  18:03:02
10344         Log: EPOC updates for TRIAL1.
10345              
10346              Subject: [5.6.1 trial1] EPOC update
10347              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10348              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
10349              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
10350              
10351              Subject: epoc patch2 for perl-5.6.1-trial1
10352              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10353              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
10354              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
10355      Branch: maint-5.6/perl
10356            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
10357            ! epoc/epocish.c
10358 ____________________________________________________________________________
10359 [  8347] By: jhi                                   on 2001/01/06  17:29:10
10360         Log: integrate changes #7710,7824,7973 from mainline,
10361              plus VMS nits from Peter Prymmer and Dan Sugalski.
10362              
10363              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
10364              library (getprotobyname and getprotobynumber are outversioned by
10365              the same calls in libc, at least for xlc version 3.
10366              
10367              Add HAS_SBRK_PROTO.
10368              
10369              Fixes for signedness warnings noticed by VMSperlers.
10370      Branch: maint-5.6/perl
10371            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10372            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
10373            ! sv.c vms/descrip_mms.template vos/config.alpha.def
10374            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10375            ! win32/config.bc win32/config.gc win32/config.vc
10376 ____________________________________________________________________________
10377 [  8346] By: nick                                  on 2001/01/06  14:36:01
10378         Log: Fixup accumulated integrate muddles (perlio == devperl again)
10379      Branch: perlio
10380            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
10381 ____________________________________________________________________________
10382 [  8345] By: nick                                  on 2001/01/06  14:24:58
10383         Log: Integrate mainline
10384      Branch: perlio
10385           !> (integrate 55 files)
10386 ____________________________________________________________________________
10387 [  8344] By: jhi                                   on 2001/01/06  02:24:02
10388         Log: Subject: [patch] PerlIO_cleanup() prototype
10389              From: Doug MacEachern <dougm@covalent.net>
10390              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
10391              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
10392      Branch: perl
10393            ! perlio.h
10394 ____________________________________________________________________________
10395 [  8343] By: jhi                                   on 2001/01/06  01:04:09
10396         Log: IRIX compiler noticed that the bof initialization might be
10397              bypassed by control flow.
10398      Branch: perl
10399            ! toke.c
10400 ____________________________________________________________________________
10401 [  8342] By: jhi                                   on 2001/01/06  00:10:48
10402         Log: Update Changes.
10403      Branch: perl
10404            ! Changes patchlevel.h
10405 ____________________________________________________________________________
10406 [  8341] By: jhi                                   on 2001/01/05  23:52:33
10407         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
10408      Branch: perl
10409            ! toke.c
10410 ____________________________________________________________________________
10411 [  8340] By: jhi                                   on 2001/01/05  22:44:08
10412         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
10413              From: Radu Greab <radu@netsoft.ro>
10414              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
10415              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
10416      Branch: perl
10417            ! t/io/pipe.t util.c
10418 ____________________________________________________________________________
10419 [  8339] By: jhi                                   on 2001/01/05  22:35:17
10420         Log: Subject: [PATCH] format and rewording in perlfaq.pod
10421              From: Robin Barker <rmb1@cise.npl.co.uk>
10422              Date: Fri, 5 Jan 2001 18:51:20 GMT
10423              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
10424      Branch: perl
10425            ! pod/perlfaq.pod
10426 ____________________________________________________________________________
10427 [  8338] By: jhi                                   on 2001/01/05  22:31:17
10428         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
10429              From: Peter Prymmer <pvhp@forte.com>
10430              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
10431              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
10432      Branch: perl
10433            ! utils/perlbug.PL
10434 ____________________________________________________________________________
10435 [  8337] By: jhi                                   on 2001/01/05  18:15:11
10436         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
10437              From: Robin Barker <rmb1@cise.npl.co.uk>
10438              Date: Tue, 2 Jan 2001 15:24:07 GMT
10439              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
10440              
10441              If you call configure as C<./Configure> or C<sh ./Configure>,
10442              $src is set to the absolute path name, not '.'.
10443              
10444              This, in turn, means -Dmksymlink tries to do its stuff because
10445              it does not think it is in the src directory.
10446              
10447              (plus a metaconfig nitfix)
10448      Branch: metaconfig
10449            ! U/compline/ccflags.U U/modified/src.U
10450      Branch: perl
10451            ! Configure config_h.SH
10452 ____________________________________________________________________________
10453 [  8336] By: jhi                                   on 2001/01/05  17:48:32
10454         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
10455              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10456              Message-ID: <3A5606C4.473D2226@uk.sun.com>
10457              Date: Fri, 05 Jan 2001 17:39:16 +0000
10458      Branch: perl
10459            ! hv.c
10460 ____________________________________________________________________________
10461 [  8335] By: jhi                                   on 2001/01/05  16:05:44
10462         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
10463      Branch: perl
10464            ! lib/Getopt/Long.pm
10465 ____________________________________________________________________________
10466 [  8334] By: jhi                                   on 2001/01/05  16:00:51
10467         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
10468              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10469              Date: Fri, 05 Jan 2001 13:46:51 +0100
10470              Message-ID: <13693.978698811@nice.ram.loc>
10471              
10472              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
10473              accurate reading of the "atime".  
10474      Branch: perl
10475            ! t/io/fs.t
10476 ____________________________________________________________________________
10477 [  8333] By: jhi                                   on 2001/01/05  15:57:37
10478         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
10479              From: Simon Cozens <simon@cozens.net>
10480              Date: Fri, 8 Dec 2000 13:33:31 +0000
10481              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
10482              
10483              A lost patch fragment.
10484      Branch: perl
10485            ! doop.c
10486 ____________________________________________________________________________
10487 [  8332] By: jhi                                   on 2001/01/05  15:40:42
10488         Log: Do away with strncpy() and a fixed length buffer.
10489      Branch: perl
10490            ! utf8.c
10491 ____________________________________________________________________________
10492 [  8331] By: jhi                                   on 2001/01/05  15:03:07
10493         Log: Tests for #8329 and #8330.
10494      Branch: perl
10495            ! t/op/bop.t
10496 ____________________________________________________________________________
10497 [  8330] By: jhi                                   on 2001/01/05  15:02:38
10498         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
10499              raw 8-bit form to the UTF-8 string.
10500      Branch: perl
10501            ! toke.c
10502 ____________________________________________________________________________
10503 [  8329] By: jhi                                   on 2001/01/05  14:55:13
10504         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
10505              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10506              Date: Fri, 5 Jan 2001 12:28:52 +0100
10507              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
10508              
10509              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
10510              no effect.  (changed the strncpy() to Copy())
10511      Branch: perl
10512            ! toke.c
10513 ____________________________________________________________________________
10514 [  8328] By: jhi                                   on 2001/01/05  06:44:27
10515         Log: UTF-8 cleanup.
10516      Branch: perl
10517            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
10518            ! regexec.c sv.c toke.c
10519 ____________________________________________________________________________
10520 [  8327] By: jhi                                   on 2001/01/05  01:11:29
10521         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')
10522              From: Radu Greab <radu@netsoft.ro>
10523              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
10524              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
10525              
10526              Cleans up Harness to not use FileHandle, which uses IO.
10527      Branch: perl
10528            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10529 ____________________________________________________________________________
10530 [  8326] By: jhi                                   on 2001/01/05  00:56:37
10531         Log: Update Changes.
10532      Branch: perl
10533            ! Changes patchlevel.h
10534 ____________________________________________________________________________
10535 [  8325] By: jhi                                   on 2001/01/05  00:53:18
10536         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
10537              From: Peter Prymmer <pvhp@forte.com>
10538              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
10539              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
10540              
10541              plus a couple more tailing whitespace removals.
10542      Branch: perl
10543            ! win32/Makefile
10544 ____________________________________________________________________________
10545 [  8324] By: jhi                                   on 2001/01/05  00:47:39
10546         Log: Add some Unicode chop() tests.
10547      Branch: perl
10548            ! t/op/chop.t
10549 ____________________________________________________________________________
10550 [  8323] By: jhi                                   on 2001/01/05  00:47:23
10551         Log: Unify UTF-8 malformedness handling.
10552      Branch: perl
10553            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
10554 ____________________________________________________________________________
10555 [  8322] By: jhi                                   on 2001/01/04  22:21:54
10556         Log: The new $issymlink was unknown to Mksymlinks.
10557      Branch: metaconfig/U/perl
10558            ! Mksymlinks.U issymlink.U
10559      Branch: perl
10560            ! Configure config_h.SH
10561 ____________________________________________________________________________
10562 [  8321] By: jhi                                   on 2001/01/04  21:51:05
10563         Log: The test didn't work under the core test framework.
10564      Branch: perl
10565            ! t/lib/st-lock.t
10566 ____________________________________________________________________________
10567 [  8320] By: jhi                                   on 2001/01/04  21:14:22
10568         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
10569      Branch: perl
10570            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
10571 ____________________________________________________________________________
10572 [  8319] By: jhi                                   on 2001/01/04  20:46:17
10573         Log: Typo in #8312 when manually appying a problematic patch fragment.
10574      Branch: perl
10575            ! ext/Storable/Storable.xs
10576 ____________________________________________________________________________
10577 [  8318] By: jhi                                   on 2001/01/04  20:43:01
10578         Log: The $sh_c didn't fly.
10579      Branch: metaconfig
10580            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
10581            ! U/modified/Loc.U U/modified/myhostname.U
10582            ! U/modified/spitshell.U
10583      Branch: metaconfig/U/perl
10584            ! issymlink.U
10585      Branch: perl
10586            ! Configure config_h.SH
10587 ____________________________________________________________________________
10588 [  8317] By: jhi                                   on 2001/01/04  19:58:01
10589         Log: AIX builtin test -h is broken, changes based on
10590              
10591              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
10592              Date: Tue, 02 Jan 2001 11:24:39 +0100
10593              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10594              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
10595      Branch: metaconfig
10596            + U/modified/spitshell.U
10597            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
10598            ! U/modified/Loc.U U/modified/myhostname.U
10599      Branch: metaconfig/U/perl
10600            ! Mksymlinks.U issymlink.U
10601      Branch: perl
10602            ! Configure
10603 ____________________________________________________________________________
10604 [  8316] By: jhi                                   on 2001/01/04  19:02:22
10605         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
10606              From: Andy Dougherty <doughera@lafayette.edu>
10607              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
10608              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
10609              
10610              Beware of GNU ld.
10611      Branch: perl
10612            ! hints/solaris_2.sh
10613 ____________________________________________________________________________
10614 [  8315] By: jhi                                   on 2001/01/04  18:56:48
10615         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
10616              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
10617              Date: Wed, 3 Jan 2001 07:58:51 +0100
10618              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
10619      Branch: perl
10620            ! hints/solaris_2.sh
10621 ____________________________________________________________________________
10622 [  8314] By: jhi                                   on 2001/01/04  18:54:07
10623         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
10624              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10625              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
10626              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
10627              
10628              Doc tweak on #8313.
10629      Branch: perl
10630            ! ext/B/B/Deparse.pm
10631 ____________________________________________________________________________
10632 [  8313] By: jhi                                   on 2001/01/04  18:52:27
10633         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
10634              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
10635              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10636              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
10637              
10638              Make the peephole optimizer to bypass more null ops and
10639              and rewrite the deparse handling of continue blocks.
10640      Branch: perl
10641            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
10642 ____________________________________________________________________________
10643 [  8312] By: jhi                                   on 2001/01/04  18:47:39
10644         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
10645      Branch: perl
10646            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
10647            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10648            ! t/lib/st-lock.t
10649 ____________________________________________________________________________
10650 [  8311] By: jhi                                   on 2001/01/04  18:36:08
10651         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
10652              filter to be run on each .pm during the pm_to_blib() phase,
10653              a fixed version of
10654              
10655              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
10656              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
10657              Date: Wed, 03 Jan 2001 22:01:30 +0100
10658              Message-ID: <5296.978555690@nice.ram.loc>
10659      Branch: perl
10660            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
10661            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10662            ! lib/ExtUtils/MakeMaker.pm
10663 ____________________________________________________________________________
10664 [  8310] By: jhi                                   on 2001/01/04  18:32:54
10665         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
10666              From: Robin Barker <rmb1@cise.npl.co.uk>
10667              Date: Tue, 2 Jan 2001 15:35:03 GMT
10668              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
10669      Branch: perl
10670            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
10671            ! pod/perlrequick.pod
10672 ____________________________________________________________________________
10673 [  8309] By: jhi                                   on 2001/01/04  18:29:07
10674         Log: Subject: Re: [patch] static-ize XS()
10675              From: Doug MacEachern <dougm@covalent.net>
10676              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
10677              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
10678              
10679              Provide prototypes for the XS functions.
10680      Branch: perl
10681            ! lib/ExtUtils/xsubpp
10682 ____________________________________________________________________________
10683 [  8308] By: jhi                                   on 2001/01/04  18:27:44
10684         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
10685              From: Doug MacEachern <dougm@covalent.net>
10686              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
10687              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
10688      Branch: perl
10689            ! lib/ExtUtils/typemap
10690 ____________________________________________________________________________
10691 [  8307] By: jhi                                   on 2001/01/04  18:25:25
10692         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
10693              From: Doug MacEachern <dougm@covalent.net>
10694              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
10695              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
10696              
10697              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
10698      Branch: perl
10699            ! lib/ExtUtils/MM_Unix.pm
10700 ____________________________________________________________________________
10701 [  8306] By: jhi                                   on 2001/01/04  18:23:00
10702         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
10703              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10704              Date: Thu, 4 Jan 2001 12:47:10 +0100 
10705              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
10706              
10707              The toke.c part only, patching embed.h and proto.h is futile.
10708      Branch: perl
10709            ! toke.c
10710 ____________________________________________________________________________
10711 [  8305] By: jhi                                   on 2001/01/04  18:05:51
10712         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
10713              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10714              Date: Thu, 4 Jan 2001 17:50:12 +0100 
10715              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
10716      Branch: perl
10717            ! toke.c
10718 ____________________________________________________________________________
10719 [  8304] By: jhi                                   on 2001/01/04  18:03:26
10720         Log: Subject: [PATCH perl@8269]
10721              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10722              Date: Thu, 4 Jan 2001 12:53:39 +0100 
10723              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
10724              
10725              If running byacc write-enable also perly.h.
10726      Branch: perl
10727            ! Makefile.SH
10728 ____________________________________________________________________________
10729 [  8303] By: jhi                                   on 2001/01/04  15:40:49
10730         Log: Rewrite pp_concat() in terms of sv_catsv().
10731      Branch: perl
10732            ! pp_hot.c
10733 ____________________________________________________________________________
10734 [  8302] By: nick                                  on 2001/01/03  22:43:22
10735         Log: Integrate mainline.
10736      Branch: perlio
10737           !> ext/Encode/Encode.xs sv.c utf8.c
10738 ____________________________________________________________________________
10739 [  8301] By: jhi                                   on 2001/01/02  23:40:26
10740         Log: Variable naming tweak.
10741      Branch: perl
10742            ! sv.c
10743 ____________________________________________________________________________
10744 [  8300] By: jhi                                   on 2001/01/02  23:40:02
10745         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
10746              in is_utf8_string().
10747      Branch: perl
10748            ! utf8.c
10749 ____________________________________________________________________________
10750 [  8299] By: jhi                                   on 2001/01/02  22:14:40
10751         Log: Integrate perlio.
10752      Branch: perl
10753           !> pp.c pp_hot.c win32/Makefile
10754 ____________________________________________________________________________
10755 [  8298] By: nick                                  on 2001/01/02  22:03:06
10756         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
10757      Branch: perlio
10758            ! pp.c pp_hot.c
10759 ____________________________________________________________________________
10760 [  8297] By: jhi                                   on 2001/01/02  04:26:28
10761         Log: Signedness nit.
10762      Branch: perl
10763            ! ext/Encode/Encode.xs
10764 ____________________________________________________________________________
10765 [  8296] By: nick                                  on 2001/01/01  23:49:36
10766         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
10767      Branch: perlio
10768            ! win32/Makefile
10769 ____________________________________________________________________________
10770 [  8295] By: jhi                                   on 2001/01/01  23:05:48
10771         Log: Integrate perlio.
10772      Branch: perl
10773           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
10774           !> t/lib/encode.t
10775 ____________________________________________________________________________
10776 [  8294] By: nick                                  on 2001/01/01  22:48:34
10777         Log: Integrate mainline
10778      Branch: perlio
10779            ! pp_hot.c t/lib/encode.t
10780           !> (integrate 65 files)
10781 ____________________________________________________________________________
10782 [  8293] By: nick                                  on 2001/01/01  21:58:50
10783         Log: More rigor in UTF-8-ness of Encode's toUnicode
10784              XS export some of the utf8 internal functions.
10785              Test some of the functions.
10786              Fix pp_concat() bug shown by said tests.
10787      Branch: perlio
10788            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
10789            ! t/lib/encode.t
10790 ____________________________________________________________________________
10791 [  8292] By: jhi                                   on 2001/01/01  18:11:44
10792         Log: Integrate perlio.
10793      Branch: perl
10794           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
10795           !> ext/Encode/encengine.c ext/Encode/encode.h
10796 ____________________________________________________________________________
10797 [  8291] By: jhi                                   on 2001/01/01  18:10:58
10798         Log: Podify README.mpeix (a new version from the web),
10799              add a dummy NAME to Carp::Heavy, regen toc.
10800      Branch: perl
10801            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
10802            ! pod/perltoc.pod
10803 ____________________________________________________________________________
10804 [  8290] By: nick                                  on 2001/01/01  17:43:47
10805         Log: Loose the "Loading..." warning.
10806              Another bug in fallback support
10807      Branch: perlio
10808            ! ext/Encode/Encode.pm ext/Encode/encengine.c
10809 ____________________________________________________________________________
10810 [  8289] By: jhi                                   on 2001/01/01  00:01:57
10811         Log: Bump up Larry's copyright.
10812      Branch: perl
10813            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
10814            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
10815            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
10816            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
10817            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
10818            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
10819            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
10820            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
10821 ____________________________________________________________________________
10822 [  8288] By: nick                                  on 2000/12/31  21:27:53
10823         Log: Fix .ucm reading - forgot a chr()
10824              Start of .ucm write (for .enc to .ucm)
10825      Branch: perlio
10826            ! ext/Encode/compile
10827 ____________________________________________________________________________
10828 [  8287] By: jhi                                   on 2000/12/31  18:15:56
10829         Log: Comment away a diagnostic message as noted by Craig A. Berry
10830              (the unexpected message was confusing testing)
10831      Branch: perl
10832            ! ext/Encode/Encode.pm
10833 ____________________________________________________________________________
10834 [  8286] By: jhi                                   on 2000/12/31  18:14:51
10835         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
10836              Date: Sun, 31 Dec 2000 11:17:37 -0600
10837              From: "Craig A. Berry" <craigberry@mac.com>
10838              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
10839      Branch: perl
10840            ! ext/Encode/Makefile.PL
10841 ____________________________________________________________________________
10842 [  8285] By: nick                                  on 2000/12/31  18:11:54
10843         Log: Start of support of ICU-style .ucm files:
10844              - teach compile how to read a .ucm file
10845              - first guess at how to represent fallbacks in "tries".
10846              - use fallbacks if check == 0
10847              - new return code to indicate we used one.
10848      Branch: perlio
10849            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
10850            ! ext/Encode/encengine.c ext/Encode/encode.h
10851 ____________________________________________________________________________
10852 [  8284] By: jhi                                   on 2000/12/31  18:04:41
10853         Log: Pacify picky VMS compiler.
10854              
10855              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
10856              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10857              Date: Sat, 30 Dec 2000 18:10:02 -0600
10858              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
10859      Branch: perl
10860            ! sv.c
10861 ____________________________________________________________________________
10862 [  8283] By: jhi                                   on 2000/12/31  16:11:47
10863         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
10864      Branch: perl
10865            ! t/lib/glob-basic.t
10866 ____________________________________________________________________________
10867 [  8282] By: jhi                                   on 2000/12/31  15:26:11
10868         Log: Integrate perlio.
10869      Branch: perl
10870           !> makedef.pl opcode.pl os2/os2.c perlio.c
10871 ____________________________________________________________________________
10872 [  8281] By: nick                                  on 2000/12/31  10:06:15
10873         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
10874              is available to be exported
10875      Branch: perlio
10876            ! makedef.pl perlio.c
10877 ____________________________________________________________________________
10878 [  8280] By: nick                                  on 2000/12/31  09:41:26
10879         Log: Ilya's OS2 patch (testing for damage on Win32)
10880      Branch: perlio
10881            ! makedef.pl opcode.pl os2/os2.c
10882 ____________________________________________________________________________
10883 [  8279] By: jhi                                   on 2000/12/30  21:52:07
10884         Log: Test nits.
10885      Branch: perl
10886            ! t/lib/syslfs.t t/op/lfs.t
10887 ____________________________________________________________________________
10888 [  8278] By: jhi                                   on 2000/12/30  21:47:49
10889         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
10890              From: andreas.koenig@anima.de (Andreas J. Koenig)
10891              Date: 30 Dec 2000 22:35:37 +0100
10892              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
10893              
10894              The 32-bit wraparound test wasn't quite right.
10895      Branch: perl
10896            ! t/lib/syslfs.t t/op/lfs.t
10897 ____________________________________________________________________________
10898 [  8277] By: jhi                                   on 2000/12/30  21:33:44
10899         Log: Subject: [PATCH] open() example in perlfunc.pod 
10900              From: Karsten Sperling <s_sperli@ira.uka.de>
10901              Date: Sat, 30 Dec 2000 22:27:09 +0100
10902              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
10903      Branch: perl
10904            ! pod/perlfunc.pod
10905 ____________________________________________________________________________
10906 [  8276] By: jhi                                   on 2000/12/30  20:32:40
10907         Log: Not quite that many tests yet.
10908      Branch: perl
10909            ! t/op/pat.t
10910 ____________________________________________________________________________
10911 [  8275] By: jhi                                   on 2000/12/30  20:26:58
10912         Log: Integrate perlio.
10913      Branch: perl
10914           !> toke.c
10915 ____________________________________________________________________________
10916 [  8274] By: jhi                                   on 2000/12/30  20:24:56
10917         Log: Signedness nit.
10918      Branch: perl
10919            ! utf8.c
10920 ____________________________________________________________________________
10921 [  8273] By: jhi                                   on 2000/12/30  20:15:46
10922         Log: Add a test case for 20000731.001 which was fixed by the #8267.
10923      Branch: perl
10924            ! t/op/pat.t
10925 ____________________________________________________________________________
10926 [  8272] By: nick                                  on 2000/12/30  19:47:51
10927         Log: Tweak for MULTIPLICITY/USE_PERLIO
10928      Branch: perlio
10929            ! toke.c
10930 ____________________________________________________________________________
10931 [  8271] By: nick                                  on 2000/12/30  19:46:45
10932         Log: Integrate mainline
10933      Branch: perlio
10934           +> lib/unicode/distinct.pm
10935           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
10936           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
10937           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
10938 ____________________________________________________________________________
10939 [  8270] By: jhi                                   on 2000/12/30  19:39:50
10940         Log: Subject: RE: perl@8269
10941              From: "Richard Soderberg" <rs@crystalflame.net>
10942              Date: Sat, 30 Dec 2000 11:36:27 -0800
10943              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
10944              
10945              A missing aTHX_.
10946      Branch: perl
10947            ! toke.c
10948 ____________________________________________________________________________
10949 [  8269] By: jhi                                   on 2000/12/30  18:55:48
10950         Log: Update Changes.
10951      Branch: perl
10952            ! Changes patchlevel.h
10953 ____________________________________________________________________________
10954 [  8268] By: jhi                                   on 2000/12/30  17:18:40
10955         Log: Add a test for Unicode split //.  The #8267 was the cure.
10956      Branch: perl
10957            ! t/op/split.t
10958 ____________________________________________________________________________
10959 [  8267] By: jhi                                   on 2000/12/30  17:14:19
10960         Log: Subject: more UTF8 test suites and an UTF8 patch
10961              From: Inaba Hiroto <inaba@st.rim.or.jp>
10962              Date: Sat, 30 Dec 2000 14:27:10 +0900
10963              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
10964              
10965              Just the patch part for now, and the pragma renamed
10966              as unicode::distinct.
10967      Branch: perl
10968            + lib/unicode/distinct.pm
10969            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
10970            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
10971            ! regcomp.h regexec.c sv.c toke.c utf8.c
10972 ____________________________________________________________________________
10973 [  8266] By: nick                                  on 2000/12/30  16:40:49
10974         Log: Integrate mainline
10975      Branch: perlio
10976           +> lib/Pod/Text/Overstrike.pm
10977           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
10978           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
10979           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
10980           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
10981           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
10982 ____________________________________________________________________________
10983 [  8265] By: jhi                                   on 2000/12/30  07:28:55
10984         Log: The sv_catsv() fix, take two.
10985      Branch: perl
10986            ! sv.c t/op/join.t
10987 ____________________________________________________________________________
10988 [  8264] By: jhi                                   on 2000/12/30  06:19:18
10989         Log: Undo all the join-related changes since #8248: relevant
10990              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
10991              The new sv_catsv() doesn't fly so it must go back to
10992              the drawing board.
10993      Branch: perl
10994            ! sv.c t/op/join.t t/pragma/utf8.t
10995 ____________________________________________________________________________
10996 [  8263] By: jhi                                   on 2000/12/30  01:08:32
10997         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
10998      Branch: perl
10999            ! sv.c
11000 ____________________________________________________________________________
11001 [  8262] By: jhi                                   on 2000/12/30  00:45:14
11002         Log: Retract #8261.
11003      Branch: perl
11004            ! hv.c util.c
11005 ____________________________________________________________________________
11006 [  8261] By: jhi                                   on 2000/12/30  00:38:32
11007         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
11008      Branch: perl
11009            ! hv.c util.c
11010 ____________________________________________________________________________
11011 [  8260] By: jhi                                   on 2000/12/29  22:51:33
11012         Log: (Retracted by #8264)  More fixing for #8251.
11013      Branch: perl
11014            ! sv.c
11015 ____________________________________________________________________________
11016 [  8259] By: jhi                                   on 2000/12/29  18:27:30
11017         Log: Subject: podlators 1.06 released
11018              From: Russ Allbery <rra@stanford.edu>
11019              Date: 25 Dec 2000 05:09:30 -0800
11020              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
11021      Branch: perl
11022            + lib/Pod/Text/Overstrike.pm
11023            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
11024            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
11025 ____________________________________________________________________________
11026 [  8258] By: jhi                                   on 2000/12/29  18:20:45
11027         Log: Make the large file tests more robust/talkative as suggested by
11028              
11029              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
11030              From: andreas.koenig@anima.de (Andreas J. Koenig)
11031              Date: 29 Dec 2000 14:23:01 +0100
11032              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
11033      Branch: perl
11034            ! t/lib/syslfs.t t/op/lfs.t
11035 ____________________________________________________________________________
11036 [  8257] By: jhi                                   on 2000/12/29  17:48:04
11037         Log: Further VMS piping fixes from Charles Lane:
11038              
11039              In summary, error messages produced when a subprocess terminated
11040              abnormally were being sent not just to the parent process, but to
11041              grandparents, because of default values for error output that were
11042              not completely overridden when the subprocess was started.
11043              
11044              This patch fixes this behavior by defining user-mode (i.e., temporary
11045              for the duration of the program) logical names for SYS$OUTPUT and
11046              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
11047              changes to make it so that the user-mode logicals are the ones that
11048              control where Perl's error messages go if it terminates abnormally.
11049              
11050              I also added some gratuitous fixes to the indentation of braces in
11051              the piping code.  It just looked ugly, before.
11052      Branch: perl
11053            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
11054 ____________________________________________________________________________
11055 [  8256] By: jhi                                   on 2000/12/29  17:45:12
11056         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
11057              From: "Casey R. Tweten" <crt@kiski.net>
11058              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
11059              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
11060              
11061              Tests for for #8240.
11062      Branch: perl
11063            ! t/pragma/constant.t
11064 ____________________________________________________________________________
11065 [  8255] By: jhi                                   on 2000/12/29  17:43:07
11066         Log: Subject: Re: [PATCH] Interesting syntax idea
11067              From: Simon Cozens <simon@cozens.net>
11068              Date: Fri, 29 Dec 2000 14:34:04 +0000
11069              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
11070              
11071              Tests for #8254.
11072      Branch: perl
11073            ! t/pragma/sub_lval.t
11074 ____________________________________________________________________________
11075 [  8254] By: jhi                                   on 2000/12/29  17:42:11
11076         Log: Subject: [PATCH] Interesting syntax idea
11077              From: Simon Cozens <simon@cozens.net>
11078              Date: Wed, 27 Dec 2000 05:08:57 +0000
11079              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
11080              
11081              Make opens + bareword assigns do typeglob assigns.
11082      Branch: perl
11083            ! op.c
11084 ____________________________________________________________________________
11085 [  8253] By: jhi                                   on 2000/12/29  17:36:45
11086         Log: Output the (apparent) version of gcc, as suggested by
11087              
11088              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
11089              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
11090              Date: 26 Dec 2000 04:29:17 -0500
11091              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
11092              
11093              (The patch as such didn't any more apply as the misparsing had
11094              already been addressed in #6474.)  Also change the wording about
11095              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
11096      Branch: perl
11097            ! hints/dec_osf.sh
11098 ____________________________________________________________________________
11099 [  8252] By: nick                                  on 2000/12/29  12:14:31
11100         Log: Integrate mainline
11101      Branch: perlio
11102           !> (integrate 27 files)
11103 ____________________________________________________________________________
11104 [  8251] By: jhi                                   on 2000/12/29  08:45:46
11105         Log: (Retracted by #8264)
11106              
11107              (Fixed by #8260.)
11108              
11109              sv_catsv() needs one more byte space than seems reasonable.
11110              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
11111              Curiouser and curiouser.
11112      Branch: perl
11113            ! sv.c
11114 ____________________________________________________________________________
11115 [  8250] By: jhi                                   on 2000/12/29  07:57:52
11116         Log: More split // UTF-8 tests.
11117      Branch: perl
11118            ! t/pragma/utf8.t
11119 ____________________________________________________________________________
11120 [  8249] By: jhi                                   on 2000/12/29  07:54:51
11121         Log: (Retracted by #8264)  More join() testing which was good because
11122              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
11123      Branch: perl
11124            ! pp.c t/op/join.t utf8.c utf8.h
11125 ____________________________________________________________________________
11126 [  8248] By: jhi                                   on 2000/12/29  07:08:32
11127         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
11128              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
11129              that the only cases to care about are byte+byte and byte+character.
11130              
11131              TODO: See how well pp_concat() could be implemented in terms
11132              of sv_catsv().
11133      Branch: perl
11134            ! doop.c sv.c t/op/join.t utf8.h
11135 ____________________________________________________________________________
11136 [  8247] By: jhi                                   on 2000/12/29  06:35:23
11137         Log: Signedness nit.
11138      Branch: perl
11139            ! pp_hot.c
11140 ____________________________________________________________________________
11141 [  8246] By: jhi                                   on 2000/12/29  01:23:31
11142         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
11143              From: Lupe Christoph <lupe@lupe-christoph.de>
11144              Date: Thu, 28 Dec 2000 23:00:00 +0100
11145              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
11146              
11147              Suggest rsync --delete --dry-run.
11148      Branch: perl
11149            ! pod/perlhack.pod
11150 ____________________________________________________________________________
11151 [  8245] By: jhi                                   on 2000/12/28  23:57:05
11152         Log: The maxiters upper limit sanity check (guarding against
11153              non-progress) assumed bytes instead of characters in s///
11154              and split().
11155      Branch: perl
11156            ! pp.c pp_hot.c
11157 ____________________________________________________________________________
11158 [  8244] By: jhi                                   on 2000/12/28  23:34:08
11159         Log: Make some panic messages a bit more logical.
11160      Branch: perl
11161            ! doop.c pod/perldiag.pod pp.c pp_hot.c
11162 ____________________________________________________________________________
11163 [  8243] By: jhi                                   on 2000/12/28  22:59:16
11164         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
11165              From: Simon Cozens <simon@cozens.net>
11166              Date: Wed, 27 Dec 2000 02:30:03 +0000
11167              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
11168      Branch: perl
11169            ! pp.c t/pragma/sub_lval.t
11170 ____________________________________________________________________________
11171 [  8242] By: jhi                                   on 2000/12/28  22:56:53
11172         Log: Subject: [PATCH blead] Fix B::Terse indentation
11173              From: Daniel Chetlin <daniel@chetlin.com>
11174              Date: Wed, 27 Dec 2000 06:43:30 -0800
11175              Message-ID: <20001227064329.B9573@darkstar>
11176      Branch: perl
11177            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
11178 ____________________________________________________________________________
11179 [  8241] By: jhi                                   on 2000/12/28  22:48:59
11180         Log: The latter patch from the
11181              
11182              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
11183              From: Peter Prymmer <pvhp@forte.com> 
11184              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
11185              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
11186              
11187              (the former patch from the above should have been
11188              taken care of by Nick I-S)
11189      Branch: perl
11190            ! win32/Makefile
11191 ____________________________________________________________________________
11192 [  8240] By: jhi                                   on 2000/12/28  22:45:22
11193         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
11194              From: "Casey R. Tweten" <crt@kiski.net>
11195              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
11196              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
11197      Branch: perl
11198            ! lib/constant.pm
11199 ____________________________________________________________________________
11200 [  8239] By: jhi                                   on 2000/12/28  22:37:45
11201         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
11202              From: Simon Cozens <simon@cozens.net>
11203              Date: Wed, 27 Dec 2000 14:12:44 +0000
11204              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
11205      Branch: perl
11206            ! t/op/method.t t/op/sort.t toke.c
11207 ____________________________________________________________________________
11208 [  8238] By: jhi                                   on 2000/12/28  22:30:32
11209         Log: Subject: [PATCH perl@8229] Call.pm
11210              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11211              Date: Mon, 25 Dec 2000 10:47:15 -0000
11212              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
11213      Branch: perl
11214            ! ext/Filter/Util/Call/Call.pm
11215 ____________________________________________________________________________
11216 [  8237] By: jhi                                   on 2000/12/28  22:19:21
11217         Log: Subject: [PATCH blead] Fix problem with `&' prototype
11218              From: Daniel Chetlin <daniel@chetlin.com>
11219              Date: Wed, 27 Dec 2000 15:55:32 -0800
11220              Message-ID: <20001227155532.D9573@darkstar>
11221      Branch: perl
11222            ! op.c t/comp/proto.t
11223 ____________________________________________________________________________
11224 [  8236] By: jhi                                   on 2000/12/28  22:09:25
11225         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
11226              From: Daniel Chetlin <daniel@chetlin.com>
11227              Date: Sun, 24 Dec 2000 04:09:49 -0800
11228              Message-ID: <20001224040949.B3090@darkstar>
11229      Branch: perl
11230            ! gv.c mg.c t/op/attrs.t
11231 ____________________________________________________________________________
11232 [  8235] By: jhi                                   on 2000/12/28  22:07:11
11233         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
11234              From: Jan Dubois <jand@ActiveState.com>
11235              Date: Tue, 26 Dec 2000 20:57:31 -0800
11236              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
11237      Branch: perl
11238            ! win32/win32.c
11239 ____________________________________________________________________________
11240 [  8234] By: jhi                                   on 2000/12/28  21:52:42
11241         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
11242              From: Simon Cozens <simon@cozens.net>
11243              Date: Thu, 28 Dec 2000 20:33:13 +0000
11244              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
11245      Branch: perl
11246            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
11247 ____________________________________________________________________________
11248 [  8233] By: jhi                                   on 2000/12/28  19:40:49
11249         Log: Integrate perlio.
11250      Branch: perl
11251           !> ext/Encode/Makefile.PL ext/Encode/compile
11252 ____________________________________________________________________________
11253 [  8232] By: nick                                  on 2000/12/23  16:06:00
11254         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
11255              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
11256      Branch: perlio
11257            ! ext/Encode/Makefile.PL
11258 ____________________________________________________________________________
11259 [  8231] By: nick                                  on 2000/12/23  14:30:34
11260         Log: "Compiled" encode build cleanup
11261              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
11262              - .c files do not export sub-tables
11263      Branch: perlio
11264            ! ext/Encode/Makefile.PL ext/Encode/compile
11265 ____________________________________________________________________________
11266 [  8230] By: nick                                  on 2000/12/23  12:50:37
11267         Log: Integrate mainline
11268      Branch: perlio
11269           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11270           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11271           !> pod/perl5004delta.pod pod/perl5005delta.pod
11272           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11273           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11274           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11275           !> pod/perlsub.pod
11276 ____________________________________________________________________________
11277 [  8229] By: jhi                                   on 2000/12/22  15:32:12
11278         Log: Integrate perlio.
11279      Branch: perl
11280           +> win32/distclean.bat
11281           !> MANIFEST t/io/utf8.t
11282 ____________________________________________________________________________
11283 [  8228] By: jhi                                   on 2000/12/22  15:29:40
11284         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
11285              From: Robin Barker <rmb1@cise.npl.co.uk>
11286              Date: Fri, 22 Dec 2000 12:17:38 GMT
11287              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11288      Branch: perl
11289            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11290            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11291            ! pod/perl5004delta.pod pod/perl5005delta.pod
11292            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
11293            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
11294            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
11295            ! pod/perlsub.pod
11296 ____________________________________________________________________________
11297 [  8227] By: jhi                                   on 2000/12/22  15:24:28
11298         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
11299              From: "John L. Allen" <allen@grumman.com>
11300              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
11301              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
11302              
11303              Document APPLLIB_EXP.
11304      Branch: perl
11305            ! INSTALL
11306 ____________________________________________________________________________
11307 [  8226] By: nick                                  on 2000/12/21  22:11:50
11308         Log: Handy script for when one forgets to "dmake clean" 
11309      Branch: perlio
11310            + win32/distclean.bat
11311            ! MANIFEST
11312 ____________________________________________________________________________
11313 [  8225] By: nick                                  on 2000/12/21  21:54:04
11314         Log: CRLF platform issue with io/utf8 fix.
11315      Branch: perlio
11316            ! t/io/utf8.t
11317 ____________________________________________________________________________
11318 [  8224] By: nick                                  on 2000/12/21  21:02:20
11319         Log: Integrate mainline
11320      Branch: perlio
11321           !> Changes Configure Makefile.SH Porting/Glossary
11322           !> Porting/config.sh Porting/config_H configure.com
11323           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
11324           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
11325           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
11326           !> win32/config.bc win32/config.gc win32/config.vc
11327 ____________________________________________________________________________
11328 [  8223] By: jhi                                   on 2000/12/21  17:09:16
11329         Log: Update Changes.
11330      Branch: perl
11331            ! Changes patchlevel.h
11332 ____________________________________________________________________________
11333 [  8222] By: jhi                                   on 2000/12/21  16:24:01
11334         Log: Metaconfig unit changes for #8221.
11335      Branch: metaconfig/U/perl
11336           +> issymlink.U
11337            - testsyml.U
11338            ! Mksymlinks.U
11339 ____________________________________________________________________________
11340 [  8221] By: jhi                                   on 2000/12/21  16:23:48
11341         Log: Rename testsyml to issymlink.
11342      Branch: perl
11343            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11344            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
11345            ! win32/config.vc
11346 ____________________________________________________________________________
11347 [  8220] By: jhi                                   on 2000/12/21  15:47:26
11348         Log: Robustness support for #8218 (symlink forest) since the GNU
11349              tools seem to be overly picky about symlinkage depths.
11350      Branch: perl
11351            ! Makefile.SH t/io/fs.t
11352 ____________________________________________________________________________
11353 [  8219] By: jhi                                   on 2000/12/21  15:38:27
11354         Log: Metaconfig changes for #8218.
11355      Branch: metaconfig
11356            ! U/modified/Oldconfig.U
11357      Branch: metaconfig/U/perl
11358            + Mksymlinks.U
11359            ! testsyml.U
11360 ____________________________________________________________________________
11361 [  8218] By: jhi                                   on 2000/12/21  15:37:57
11362         Log: Add Configure option -Dmksymlinks which will create a symlink
11363              forest if the current/build differs from the source directory.
11364              TODO: mkdir -p is not portable.
11365      Branch: perl
11366            ! Configure
11367 ____________________________________________________________________________
11368 [  8217] By: jhi                                   on 2000/12/21  14:39:12
11369         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
11370              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
11371              Date: Thu, 21 Dec 2000 09:38:18 GMT
11372              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
11373              
11374              The ofs became an SV.
11375      Branch: perl
11376            ! ext/Thread/Thread.xs
11377 ____________________________________________________________________________
11378 [  8216] By: jhi                                   on 2000/12/21  05:40:21
11379         Log: The polymorphism seems to have fixed 20000517.001.
11380      Branch: perl
11381            ! t/pragma/utf8.t
11382 ____________________________________________________________________________
11383 [  8215] By: jhi                                   on 2000/12/21  04:44:52
11384         Log: read() documentation tweak for 20001121.004.
11385      Branch: perl
11386            ! pod/perlfunc.pod
11387 ____________________________________________________________________________
11388 [  8214] By: jhi                                   on 2000/12/21  03:54:11
11389         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
11390      Branch: perl
11391            ! pp_sys.c t/op/misc.t
11392 ____________________________________________________________________________
11393 [  8213] By: jhi                                   on 2000/12/21  00:28:10
11394         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
11395              From: Peter Prymmer <pvhp@forte.com>
11396              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
11397              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
11398      Branch: perl
11399            ! configure.com
11400 ____________________________________________________________________________
11401 [  8212] By: jhi                                   on 2000/12/21  00:26:21
11402         Log: Edit edit edit.
11403      Branch: perl
11404            ! pod/perlfaq3.pod
11405 ____________________________________________________________________________
11406 [  8211] By: jhi                                   on 2000/12/20  18:52:46
11407         Log: Update Changes.
11408      Branch: perl
11409            ! Changes patchlevel.h
11410 ____________________________________________________________________________
11411 [  8210] By: jhi                                   on 2000/12/20  18:34:47
11412         Log: Yet another editor edit.
11413      Branch: perl
11414            ! pod/perlfaq3.pod
11415 ____________________________________________________________________________
11416 [  8209] By: jhi                                   on 2000/12/20  15:33:28
11417         Log: More Win32 Perling.
11418      Branch: perl
11419            ! pod/perlfaq3.pod
11420 ____________________________________________________________________________
11421 [  8208] By: jhi                                   on 2000/12/20  15:07:46
11422         Log: More Win32 editor/IDE/shell hints.
11423      Branch: perl
11424            ! pod/perlfaq3.pod
11425 ____________________________________________________________________________
11426 [  8207] By: jhi                                   on 2000/12/20  03:54:08
11427         Log: Subject: [PATCH] obscure timing knowledge
11428              From: Nicholas Clark <nick@ccl4.org>
11429              Date: Tue, 19 Dec 2000 19:22:31 +0000
11430              Message-ID: <20001219192231.F2827@plum.flirble.org>
11431      Branch: perl
11432            ! sv.c
11433 ____________________________________________________________________________
11434 [  8206] By: jhi                                   on 2000/12/20  03:45:57
11435         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
11436              From: Spider Boardman <spider@leggy.zk3.dec.com>
11437              Date: Tue, 19 Dec 2000 21:30:16 -0500
11438              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
11439      Branch: perl
11440            ! sv.c
11441 ____________________________________________________________________________
11442 [  8205] By: jhi                                   on 2000/12/19  23:02:01
11443         Log: Update Changes.
11444      Branch: perl
11445            ! Changes patchlevel.h
11446 ____________________________________________________________________________
11447 [  8204] By: jhi                                   on 2000/12/19  22:58:18
11448         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
11449              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
11450              on editors and diffing/patching.
11451      Branch: perl
11452            ! t/op/utf8decode.t
11453 ____________________________________________________________________________
11454 [  8203] By: nick                                  on 2000/12/19  21:36:16
11455         Log: Integrate mainline (forgot my own change...)
11456      Branch: perlio
11457           !> ext/Encode/compile
11458 ____________________________________________________________________________
11459 [  8202] By: nick                                  on 2000/12/19  21:34:42
11460         Log: Integrate mainline.
11461      Branch: perlio
11462           !> (integrate 61 files)
11463 ____________________________________________________________________________
11464 [  8201] By: nick                                  on 2000/12/19  21:34:06
11465         Log: Avoid looking for File::Glob when we don't need it.
11466      Branch: perl
11467            ! ext/Encode/compile
11468 ____________________________________________________________________________
11469 [  8200] By: jhi                                   on 2000/12/19  18:35:49
11470         Log: Update Changes.
11471      Branch: perl
11472            ! Changes patchlevel.h
11473 ____________________________________________________________________________
11474 [  8199] By: jhi                                   on 2000/12/19  18:35:07
11475         Log: Microperl tweaks.
11476      Branch: perl
11477            ! sv.c uconfig.h uconfig.sh
11478 ____________________________________________________________________________
11479 [  8198] By: jhi                                   on 2000/12/19  18:29:59
11480         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
11481      Branch: perl
11482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11483            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
11484 ____________________________________________________________________________
11485 [  8197] By: jhi                                   on 2000/12/19  17:55:29
11486         Log: In VMS embedded perls couldn't access the statically built Socket,
11487              from Charles Lane.
11488      Branch: perl
11489            ! configure.com
11490 ____________________________________________________________________________
11491 [  8196] By: jhi                                   on 2000/12/19  17:49:50
11492         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
11493              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
11494              Date: Sun, 17 Dec 2000 19:11:44 -0000
11495              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
11496      Branch: perl
11497            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11498            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
11499 ____________________________________________________________________________
11500 [  8195] By: jhi                                   on 2000/12/19  17:47:53
11501         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
11502              From: Jonathan Stowe <gellyfish@gellyfish.com>
11503              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
11504              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
11505      Branch: perl
11506            ! utils/h2xs.PL
11507 ____________________________________________________________________________
11508 [  8194] By: jhi                                   on 2000/12/19  17:46:28
11509         Log: Subject: Re: useless use of void context work-around
11510              From: andreas.koenig@anima.de (Andreas J. Koenig)
11511              Date: 16 Dec 2000 15:13:36 +0100
11512              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
11513              
11514              Document (comment) the q(di ds ig) trick in the code.
11515      Branch: perl
11516            ! op.c
11517 ____________________________________________________________________________
11518 [  8193] By: jhi                                   on 2000/12/19  17:10:57
11519         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
11520              From: "Mark J. Reed" <mreed@strange.turner.com>
11521              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
11522              Message-Id: <200012160222.VAA13986@strange.turner.com>
11523      Branch: perl
11524            ! ext/Sys/Syslog/Syslog.pm
11525 ____________________________________________________________________________
11526 [  8192] By: jhi                                   on 2000/12/19  17:07:45
11527         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
11528              From: Nicholas Clark <nick@ccl4.org>
11529              Date: Sat, 16 Dec 2000 19:03:13 +0000
11530              Message-ID: <20001216190313.D68304@plum.flirble.org>
11531      Branch: perl
11532            ! t/op/64bitint.t
11533 ____________________________________________________________________________
11534 [  8191] By: jhi                                   on 2000/12/19  17:06:13
11535         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
11536              From: Dominic Dunlop <domo@computer.org>
11537              Date: Mon, 18 Dec 2000 12:00:15 +0100
11538              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
11539              
11540              This patchlet is needed in order that perl can be statically linked.  
11541      Branch: perl
11542            ! regexec.c
11543 ____________________________________________________________________________
11544 [  8190] By: jhi                                   on 2000/12/19  17:03:08
11545         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
11546              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11547              Date: Sun, 17 Dec 2000 00:18:35 -0600
11548              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
11549      Branch: perl
11550            ! perlio.h vms/gen_shrfls.pl
11551 ____________________________________________________________________________
11552 [  8189] By: jhi                                   on 2000/12/19  16:20:28
11553         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
11554              From: Prymmer/Kahn <pvhp@best.com>
11555              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
11556              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
11557              
11558              A better version of #8188.
11559      Branch: perl
11560            ! pod/perlfaq3.pod
11561 ____________________________________________________________________________
11562 [  8188] By: jhi                                   on 2000/12/19  15:57:06
11563         Log: (Replaced by #8189)
11564              
11565              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
11566              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
11567              From: Prymmer/Kahn <pvhp@best.com>
11568              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
11569              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
11570              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
11571              Date: Mon, 18 Dec 2000 11:10:45 -0500
11572              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
11573      Branch: perl
11574            ! pod/perlfaq3.pod
11575 ____________________________________________________________________________
11576 [  8187] By: jhi                                   on 2000/12/19  15:54:19
11577         Log: Email address fix for Anton Berezin.
11578      Branch: perl
11579            ! AUTHORS
11580 ____________________________________________________________________________
11581 [  8186] By: jhi                                   on 2000/12/19  15:38:54
11582         Log: Subject: [PATCH perl@8102] cygwin port
11583              From: "Eric Fifer" <efifer@dircon.co.uk> 
11584              Date: Thu, 14 Dec 2000 13:41:29 -0000
11585              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
11586              
11587              When compiling modules the data item that is being imported
11588              from libperl.dll needs to be tagged as imported/shared data:
11589              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
11590      Branch: perl
11591            ! perliol.h
11592 ____________________________________________________________________________
11593 [  8185] By: jhi                                   on 2000/12/19  14:53:24
11594         Log: Regen uconfig.h and uconfig.sh.
11595      Branch: perl
11596            ! uconfig.h uconfig.sh
11597 ____________________________________________________________________________
11598 [  8184] By: jhi                                   on 2000/12/18  20:43:49
11599         Log: Comments work so much better when they are closed.
11600      Branch: perl
11601            ! regcomp.c
11602 ____________________________________________________________________________
11603 [  8183] By: jhi                                   on 2000/12/18  18:04:02
11604         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
11605              Fixes the bug 20001218.016.
11606      Branch: perl
11607            ! regcomp.c
11608 ____________________________________________________________________________
11609 [  8182] By: gsar                                  on 2000/12/18  09:53:47
11610         Log: delete spurious files
11611      Branch: maint-5.6/perl
11612            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
11613            - vos/config.h vos/config_h.SH_orig
11614 ____________________________________________________________________________
11615 [  8181] By: gsar                                  on 2000/12/18  09:46:08
11616         Log: regen perltoc
11617      Branch: maint-5.6/perl
11618            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
11619 ____________________________________________________________________________
11620 [  8180] By: gsar                                  on 2000/12/18  09:20:27
11621         Log: integrate changes#7924..7926,7946,7952 from mainline
11622      Branch: maint-5.6/perl
11623           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
11624           !> lib/File/stat.pm t/lib/class-struct.t
11625 ____________________________________________________________________________
11626 [  8179] By: gsar                                  on 2000/12/18  08:55:54
11627         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
11628              7918,7919,7988,8907 from mainline (various)
11629      Branch: maint-5.6/perl
11630           +> t/lib/class-struct.t
11631           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
11632           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
11633           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
11634 ____________________________________________________________________________
11635 [  8178] By: gsar                                  on 2000/12/18  08:16:30
11636         Log: avoid redefinition warnings on windows due to sys/socket.h getting
11637              #included before win32.h
11638      Branch: maint-5.6/perl
11639            ! win32/include/sys/socket.h
11640 ____________________________________________________________________________
11641 [  8177] By: gsar                                  on 2000/12/18  05:24:04
11642         Log: make regen_headers; fix POSIX.xs problems; remove outdated
11643              code from sys/socket.h that makes build fail now
11644      Branch: maint-5.6/perl
11645            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
11646            ! pod/perlapi.pod
11647           !> win32/include/sys/socket.h
11648 ____________________________________________________________________________
11649 [  8176] By: gsar                                  on 2000/12/18  05:20:17
11650         Log: update Changes
11651      Branch: maint-5.6/perl
11652            ! Changes patchlevel.h
11653 ____________________________________________________________________________
11654 [  8175] By: gsar                                  on 2000/12/18  04:57:48
11655         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
11656              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
11657              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
11658              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
11659              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
11660              7823,7825,7838
11661      Branch: maint-5.6/perl
11662           +> lib/File/Spec/Epoc.pm
11663           !> (integrate 88 files)
11664 ____________________________________________________________________________
11665 [  8174] By: gsar                                  on 2000/12/18  03:53:09
11666         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
11667              7625..7629,7631..7634,7637,7639,7642 from mainline
11668      Branch: maint-5.6/perl
11669           +> README.solaris
11670           !> (integrate 26 files)
11671 ____________________________________________________________________________
11672 [  8173] By: gsar                                  on 2000/12/18  03:37:02
11673         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
11674              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
11675              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
11676              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
11677      Branch: maint-5.6/perl
11678           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
11679            - MAINTAIN
11680           !> (integrate 111 files)
11681 ____________________________________________________________________________
11682 [  8172] By: jhi                                   on 2000/12/18  02:49:27
11683         Log: Regen pods.
11684      Branch: perl
11685            ! pod/perlmodlib.pod pod/perltoc.pod
11686 ____________________________________________________________________________
11687 [  8171] By: gsar                                  on 2000/12/18  02:49:24
11688         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
11689              7465..7471 from mainline
11690              
11691              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
11692              in platforms that strictly require all the symbols being present
11693              at link time.
11694              
11695              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
11696              
11697              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
11698              
11699              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
11700              
11701              Subject: [PATCH] todo
11702              
11703              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
11704              
11705              Use $sort, $uniq (and $tr) consistently as wondered
11706              by Nicholas Clark.
11707              
11708              Too enthusiastic editing in #7460.
11709              
11710              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
11711              
11712              Upgrade to CPAN 1.58_55.
11713              Subject: CPAN.pm status
11714              
11715              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
11716              
11717              Make target reordering to avoid pointless re-makes.
11718              Subject: Re: Total re-make of 'make okfile' after 7451 ?
11719              
11720              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
11721              
11722              Subject: DOC PATCH 5.6.0
11723              
11724              Add the repository doc by Malcolm, Sarathy, and by Simon,
11725              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
11726      Branch: maint-5.6/perl
11727           +> Porting/repository.pod
11728           !> Configure MANIFEST Makefile.SH README.dos README.os2
11729           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
11730           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
11731           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
11732 ____________________________________________________________________________
11733 [  8169] By: gsar                                  on 2000/12/18  02:33:34
11734         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
11735              7435..7441,7445 from mainline
11736              
11737              Make the UTF-8 decoding stricter and more verbose when
11738              malformation happens.  This involved adding an argument
11739              to utf8_to_uv_chk(), which involved changing its prototype,
11740              and prefer STRLEN over I32 for the UTF-8 length, which as
11741              a domino effect necessitated changing the prototypes of
11742              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
11743              The stricter UTF-8 decoding checking uses Markus Kuhn's
11744              UTF-8 Decode Stress Tester from
11745              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
11746              
11747              Run vms/vms_yfix.pl, should have done that after changing
11748              perly.c in #7382.
11749              
11750              Subject: [PATCH 5.7.0] static linking with uninstalled perl
11751              
11752              (Replaced by #7440.)
11753              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
11754              
11755              Fix the bug ID 20001024.005, the bug introduced by #7416.
11756              
11757              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
11758              
11759              Fix the bug reported in
11760              From: andreas.koenig@anima.de (Andreas J. Koenig)
11761              Also make is_utf8_char() stricter.
11762              
11763              Missed the header file changes from #7425.
11764              
11765              Check if stdio supports tweaking lval and cnt simultaneously.
11766              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
11767              
11768              Stratus VOS updates from Paul Green.
11769              
11770              Podify README.epoc and README.vos.
11771              
11772              Add targets to Makefile.SH, most importantly
11773              'regen_all' which also remembers to update vms/perly*.
11774              
11775              Subject: Minor update to find2perl, for portability
11776              
11777              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
11778              
11779              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
11780              
11781              Rename UTF8LEN() to be UNISKIP(), too confusing to have
11782              UTF8LEN() and UTF8SKIP(). 
11783              
11784              Allow poking holes at the UTF-8 decoding strictness.
11785              
11786              Continue the internal UTF-8 API tweaking.
11787              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
11788              used much more than the simpler API, now called utf8_to_uv_simple().
11789              Still not quite happy with API, too much partial duplication
11790              of functionality.
11791              
11792              A new version of making the syslog test more robust.
11793              (Replaces #7421.)
11794              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
11795              
11796              buildtoc target tweaks.
11797              
11798              Integrate with vmsperl #7430 by Charles Bailey:
11799              
11800              Cleanup from prior patch (Charles Lane?):
11801              - improve handling of MFDs in Basename and Path
11802              - default to no xsubpp line # munging when building debug images
11803      Branch: maint-5.6/perl
11804           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11805           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
11806           !> (integrate 67 files)
11807 ____________________________________________________________________________
11808 [  8168] By: gsar                                  on 2000/12/18  02:05:49
11809         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
11810              
11811              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
11812              From: Martin Husemann <martin@duskware.de>
11813              
11814              Subject: [PATCH 5.7.0] restore match data on backtracing
11815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11816      Branch: maint-5.6/perl
11817           !> regcomp.c regexec.c t/op/re_tests
11818 ____________________________________________________________________________
11819 [  8167] By: gsar                                  on 2000/12/18  01:55:22
11820         Log: integrate changes#7858,7986 from mainline
11821              
11822              C<foreach my $x ...> in pseudo-fork()ed process may diddle
11823              parent's memory; fix it by keeping track of the actual pad
11824              offset rather than a raw pointer (this change is probably also
11825              relevant to non-ithreads case to avoid fallout from reallocs of
11826              the pad array, but is currently only enabled for the ithreads
11827              case in the interests of minimal disruption to existing "well
11828              tested" code)
11829              
11830              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
11831              due to the notorious GetFileType() bug in Windows 9x, which fstat()
11832              tickles)
11833      Branch: maint-5.6/perl
11834           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
11835           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
11836           !> win32/win32.c win32/win32.h win32/win32sck.c
11837 ____________________________________________________________________________
11838 [  8166] By: gsar                                  on 2000/12/18  01:52:59
11839         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
11840              from mainline (xsubpp and ExtUtils::LibList fixups, various
11841              other small items)
11842      Branch: maint-5.6/perl
11843           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
11844           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
11845           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
11846           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
11847           !> win32/bin/search.pl
11848 ____________________________________________________________________________
11849 [  8165] By: gsar                                  on 2000/12/18  01:28:45
11850         Log: integrate changes#7533,7563,7611,7623 from mainline (various
11851              malloc.c embellishments)
11852      Branch: maint-5.6/perl
11853           !> malloc.c pod/perldiag.pod
11854 ____________________________________________________________________________
11855 [  8164] By: gsar                                  on 2000/12/18  01:23:33
11856         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
11857              fixups)
11858      Branch: maint-5.6/perl
11859           !> utils/h2xs.PL
11860 ____________________________________________________________________________
11861 [  8163] By: gsar                                  on 2000/12/18  01:17:50
11862         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
11863              fixups)
11864      Branch: maint-5.6/perl
11865           !> Makefile.SH utils/perlbug.PL
11866 ____________________________________________________________________________
11867 [  8162] By: gsar                                  on 2000/12/18  00:25:43
11868         Log: always export Perl_deb() (it is required by re.xs whether
11869              Perl is built with or without -DDEBUGGING)
11870      Branch: maint-5.6/perl
11871            ! makedef.pl
11872 ____________________________________________________________________________
11873 [  8161] By: gsar                                  on 2000/12/18  00:23:38
11874         Log: integrate change#7414 from mainline
11875              
11876              Undo the basename() part of #7412 since the lib/basename
11877              tests would need upgrading too.
11878              
11879              squelch two tests in tr.t that rely on tr/// paranoia change
11880              that's not in 5.6.x
11881      Branch: maint-5.6/perl
11882            ! t/op/tr.t
11883           !> lib/File/Basename.pm
11884 ____________________________________________________________________________
11885 [  8160] By: gsar                                  on 2000/12/18  00:05:30
11886         Log: missing change in previous integrate
11887      Branch: maint-5.6/perl
11888           !> README.aix
11889 ____________________________________________________________________________
11890 [  8159] By: gsar                                  on 2000/12/18  00:03:38
11891         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
11892              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
11893              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
11894              7410..7413 from mainline
11895      Branch: maint-5.6/perl
11896           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
11897           +> t/lib/tie-splice.t
11898            - lib/unicode/Is/DCinital.pl
11899           !> (integrate 112 files)
11900 ____________________________________________________________________________
11901 [  8158] By: jhi                                   on 2000/12/17  23:04:24
11902         Log: Subject: [PATCHES] RE: perl@8150 
11903              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
11904              Date: Sun, 17 Dec 2000 21:46:39 +0100
11905              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
11906              
11907              Neither cygwin has a getpwuid() one can trust on.
11908      Branch: perl
11909            ! t/lib/glob-basic.t
11910 ____________________________________________________________________________
11911 [  8157] By: jhi                                   on 2000/12/17  23:01:54
11912         Log: More MAN.PODS => {} fixes.
11913      Branch: perl
11914            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
11915            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
11916            ! os2/OS2/REXX/Makefile.PL
11917 ____________________________________________________________________________
11918 [  8156] By: gsar                                  on 2000/12/17  22:49:13
11919         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
11920              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
11921              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
11922              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
11923              7201,7204 from mainline
11924      Branch: maint-5.6/perl
11925           !> (integrate 121 files)
11926 ____________________________________________________________________________
11927 [  8155] By: jhi                                   on 2000/12/17  22:30:58
11928         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
11929              From: "Craig A. Berry" <craigberry@mac.com>
11930              Date: Sun, 17 Dec 2000 13:09:28 -0600
11931              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
11932              
11933              MAN.PODS => ' ' is naughty.
11934      Branch: perl
11935            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
11936 ____________________________________________________________________________
11937 [  8154] By: nick                                  on 2000/12/17  22:07:13
11938         Log: MULTIPLICITY nit.
11939      Branch: perl
11940            ! mg.c
11941 ____________________________________________________________________________
11942 [  8153] By: gsar                                  on 2000/12/17  21:23:05
11943         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
11944              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
11945              from mainline
11946              
11947              Document the SvIOK_.*UV().
11948              
11949              Update Unicode todo list.
11950              
11951              Guard against bad string->int conversion for quads.
11952              
11953              Subject: small apidoc fix
11954              
11955              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
11956              
11957              Subject: [PATCH] Tied filehandle documentation
11958              
11959              Subject: [PATCH] Modernize Opcode.pm documentation
11960              
11961              Make Data::Dumper (non-XS) to work with changed semantics of ref().
11962              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
11963              [applied even though said semantics didn't change in 5.6.x]
11964              
11965              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
11966              
11967              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
11968              
11969              Fix the URL, but the server is still missing in action.
11970              Subject: [ID 20000905.002] perlfaq1.pod URL error
11971              
11972              Subject: [ID 20000903.001] \w in utf8-strings
11973              
11974              Fix the ccversion detection for 5.1 and beyond.
11975              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
11976              
11977              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
11978              
11979              Subject: [ID 20000904.008] Tiny fix for perldiag
11980              
11981              Subject: Re: [ID 20000906.004] segfault with bad perl statement
11982              
11983              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
11984              
11985              Subject: [ID 20000908.002] perlipc documentation bug.
11986              
11987              Subject: [PATCH lib/Benchmark.pm]
11988              
11989              Re-allow vec() for characters > 255.
11990              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
11991              
11992              Do away with memory models cruft.  Sorry, PDP users.
11993              
11994              Continue #7041.
11995              
11996              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
11997              
11998              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
11999              
12000              Upgrade to CPAN 1.57_65, from Andreas König.
12001              
12002              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12003              by Russ Allbery.
12004              
12005              Silence t/pod/*.t about alternate quote-mappings now implemented
12006              by Pod::Text, from Brad Appleton.
12007              
12008              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12009              Subject: borland C++ win32.c tweak
12010              
12011              C<@a = @b = split(...)> optimization coredumps under ithreads
12012              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12013              
12014              Document the SvUTF8*().
12015              
12016              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12017              
12018              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12019              
12020              Do in VMS as the #7054 does.
12021              
12022              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
12023              
12024              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
12025              
12026              Subject: [patch: perl@7045] vms updates
12027              
12028              Test for the #7049.
12029              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
12030              
12031              Break up the myconfig lines a bit.
12032              Subject: perlbug/perl -V output format
12033              
12034              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
12035              
12036              The #7054 truncated Configure badly.
12037              
12038              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
12039              initialization in all the threads on Windows
12040              
12041              Allow for whitespace between "#" and "line" in cpp output.
12042              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
12043              
12044              Remove vestiges of tr//CU.
12045              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
12046              
12047              The return value of setlocale must be copied away.
12048              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
12049              
12050              Allow chop() and chomp() to be overridden.
12051              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
12052              
12053              Hints optimization.
12054              Subject: Minor nit
12055              
12056              Subject: [PATCH] de-wall t/README
12057              
12058              Subject: Re: Two advertising clauses need to be removed
12059      Branch: maint-5.6/perl
12060           !> (integrate 75 files)
12061 ____________________________________________________________________________
12062 [  8152] By: gsar                                  on 2000/12/17  20:30:11
12063         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
12064              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
12065              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
12066              
12067              Don't attach -ld to the archname if pointless.
12068              
12069              Document UNTIE in a very minimalistic way.
12070              
12071              POSIX doesn't report long double values under -Duselongdouble
12072              when the long doubles are "real" (bigger than doubles).
12073              
12074              More author updates.
12075              
12076              Try to deduce NV_MAX.  Really should be Configure fodder.
12077              
12078              :: not allowed in pathnames, change to .
12079              Subject: [PATCH perl@6938] cygwin port
12080              
12081              Forget about NV_MAX (#6951).  Various floating point tweaks,
12082              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
12083              
12084              Move the Solaris 7 scan to use64bitall, make the
12085              failure to find 64-bot sparc libc to mention the
12086              possibility of being in an intel, from Lupe and Alan.
12087              
12088              Regen perltoc.
12089              
12090              AUTHORS tweaks, from Peter Prymmer.
12091              
12092              More address tweaking.
12093              
12094              Small tweaks all over.
12095              
12096              File::Temp patches from Andreas König,
12097              
12098              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
12099              
12100              Subject: CPAN.pm beta 1.57_57 for the core
12101              
12102              Part of the solution.
12103              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
12104              
12105              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
12106              
12107              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12108              
12109              Add the overload warnings to perldiag.
12110              
12111              Drop unused argument.
12112              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
12113              
12114              Subject: Nit in Configure (bleadperl@6961)
12115              
12116              Update to PodParser 1.18, from Brad Appleton.
12117              
12118              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
12119              
12120              Subject: [PATCH: 6948] add SCNfldbl to configure.com
12121              
12122              Document UNTIE. Also tweak implementation to suppress the 'inner references'
12123              warning when UNTIE exists and instead pass the cound of extra references to
12124              the UNTIE method.
12125              
12126              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
12127              so that case-ignoring systems like DCL can tell them from
12128              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
12129              
12130              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
12131              
12132              Feature ordering tweak.
12133              
12134              Regen perltoc.
12135              
12136              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
12137              
12138              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
12139              
12140              Subject: http:// in L<>
12141              
12142              Detypo.
12143              
12144              change#6791 accidentally clobbered change#6710, put it back
12145              
12146              Only the first line, thank you very much.
12147              
12148              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
12149              plus rework the http: spots as suggested by Tom Christiansen,
12150              plus regen perltoc.
12151              
12152              Undo part of change 6489 which looks like a bulk edit which
12153              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
12154              The supressing of main:: on return from select() is undesirable.
12155              
12156              Apparently avoiding the swapping is too costly.
12157              
12158              Various Configure nits by Philip Newton,
12159              plus the ebcdic one by me.
12160              
12161              Make certain cc is set before trying to run it.
12162              
12163              If overloaded %{} etc. return the object do not loop.
12164              Thus  sub deref { $_[0] } functions if object is wanted type.
12165              
12166              Update perlhist.
12167              
12168              More %{} and other deref special casing - do not pass to 'nomethod'.
12169      Branch: maint-5.6/perl
12170           !> (integrate 59 files)
12171 ____________________________________________________________________________
12172 [  8151] By: gsar                                  on 2000/12/17  19:14:38
12173         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
12174              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
12175              
12176              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
12177              
12178              Make the epsilon to be relative, not absolute.
12179              
12180              Put back the flags dump as reasoned in
12181              Subject: Re: [PATCH] Glob dumping
12182              
12183              Introduce ccname to keep track of what compiler kind of we have.
12184              
12185              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
12186              
12187              Put back the slice accidentally removed by #6907.
12188              
12189              Reset archname and archname64 always, forcing them be
12190              recomputed at each Configure run, make Configure and
12191              the hints files agree on the naming of largefiles variables.
12192              
12193              Don't say "Perl 5.0 source kit".
12194              
12195              Subject: [PATCH] fix misc cast warnings
12196              
12197              Subject: typos in pods
12198              
12199              NVs not necessarily doubles, as pointed out by Yitzchak.
12200              
12201              Subject: [PATCH 6889] add a few ldbl formats to configure.com
12202              
12203              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
12204              
12205              Better options for rsync.
12206              
12207              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
12208              
12209              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
12210              
12211              Subject: [PATCH] Re: UNTIE method 
12212              
12213              A better fix for the Socket building problem from Craig Berry.
12214              
12215              Retract the dummy test, skip the security tests (instead of failing),
12216              explain what the warnings mean.
12217              
12218              Heap decorruption.
12219              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
12220              
12221              Update to Unicode 3.0.1.
12222              
12223              Missed one Unicode file.
12224              
12225              Subject: Re: typos in pods
12226              
12227              The #6929 was too skimpy.
12228              
12229              sscanf() may be the only way to read long doubles from strings.
12230              
12231              Reveal Borland's isnan.
12232              Subject: build with BC++ tweak
12233              
12234              Issue useful diagnostic on unknown pod commands.
12235              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
12236              
12237              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
12238              
12239              Clarify the third case of ftmp-security warnings.
12240              
12241              Make -Dusemorebits find long doubles in Solaris.
12242              
12243              Wrap the test in eval.
12244      Branch: maint-5.6/perl
12245           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
12246           +> lib/unicode/PropList.txt lib/unicode/README.perl
12247           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12248           +> lib/unicode/Unicode.301 vms/vmspipe.com
12249            - lib/unicode/Props.txt lib/unicode/UCD300.html
12250            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
12251           !> (integrate 305 files)
12252 ____________________________________________________________________________
12253 [  8150] By: jhi                                   on 2000/12/17  18:47:57
12254         Log: Uncheckedin generated files.
12255      Branch: perl
12256            ! global.sym perlapi.c pod/perlapi.pod
12257 ____________________________________________________________________________
12258 [  8149] By: jhi                                   on 2000/12/17  18:41:22
12259         Log: Update Changes.
12260      Branch: perl
12261            ! Changes patchlevel.h
12262 ____________________________________________________________________________
12263 [  8148] By: jhi                                   on 2000/12/17  18:39:16
12264         Log: Subject: [PATCH] Fcntl constants speedup
12265              From: Nicholas Clark <nick@ccl4.org>
12266              Date: Sun, 17 Dec 2000 16:29:24 +0000
12267              Message-ID: <20001217162924.E97668@plum.flirble.org>
12268              
12269              Use IVs for the Fcntl constants instead of NVs.
12270      Branch: perl
12271            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
12272 ____________________________________________________________________________
12273 [  8147] By: jhi                                   on 2000/12/17  18:33:41
12274         Log: Add test for #8145 (binmode() warning), add warning for
12275              ioctl() and sockpair(), document them. (fileno() cannot
12276              be tripwired with the same kind of warning because
12277              'defined fileno($foo)' seems to be an idiom.)
12278      Branch: perl
12279            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
12280 ____________________________________________________________________________
12281 [  8146] By: gsar                                  on 2000/12/17  18:09:08
12282         Log: update Changes
12283      Branch: maint-5.6/perl
12284            ! Changes
12285 ____________________________________________________________________________
12286 [  8145] By: jhi                                   on 2000/12/17  17:39:35
12287         Log: Subject: [PATCH] Re: The long awaited feature ...
12288              From: Simon Cozens <simon@cozens.net>
12289              Date: Sun, 17 Dec 2000 12:31:56 +0000
12290              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
12291              
12292              Add a warning to binmode() about using bad filehandles
12293              (can happen e.g. if someone forgets the filehandle argument)
12294      Branch: perl
12295            ! pp_sys.c
12296 ____________________________________________________________________________
12297 [  8144] By: jhi                                   on 2000/12/17  17:33:48
12298         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
12299              From: Jonathan Stowe <gellyfish@gellyfish.com>
12300              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
12301              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
12302      Branch: perl
12303            ! lib/Net/Ping.pm
12304 ____________________________________________________________________________
12305 [  8143] By: jhi                                   on 2000/12/17  05:31:37
12306         Log: Polymorphic regexps.
12307              
12308              Fixes at least the bugs 20001028.003 (both of them...) and
12309              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
12310              also to be fixed by now, probably already before this patch.
12311      Branch: perl
12312            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
12313            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
12314            ! t/op/utf8decode.t t/pragma/utf8.t
12315 ____________________________________________________________________________
12316 [  8142] By: jhi                                   on 2000/12/16  17:16:05
12317         Log: Subject: [patch perl@8102] dos/djgpp update
12318              From: Laszlo Molnar <ml1050@freemail.hu>
12319              Date: Sat, 16 Dec 2000 01:40:52 +0100
12320              Message-ID: <20001216014052.A335@freemail.hu>
12321      Branch: perl
12322            ! djgpp/config.over t/base/commonsense.t
12323 ____________________________________________________________________________
12324 [  8141] By: jhi                                   on 2000/12/16  17:09:27
12325         Log: Few uncheckedin files.
12326      Branch: perl
12327            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
12328 ____________________________________________________________________________
12329 [  8140] By: nick                                  on 2000/12/15  22:14:31
12330         Log: Integrate mainline
12331      Branch: perlio
12332           !> (integrate 53 files)
12333 ____________________________________________________________________________
12334 [  8139] By: jhi                                   on 2000/12/15  19:49:49
12335         Log: One more IVUV tweak from Nicholas Clark.
12336      Branch: perl
12337            ! sv.c
12338 ____________________________________________________________________________
12339 [  8138] By: jhi                                   on 2000/12/15  19:17:06
12340         Log: Return of the IVUV-preservation, now seems to be happy even
12341              in Digital UNIX (the broken strtoul brokenness detection
12342              seems to have been the fly in the ointment).
12343      Branch: perl
12344            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12345            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
12346            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
12347            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
12348            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12349            ! vos/config.ga.h win32/config.bc win32/config.gc
12350            ! win32/config.vc
12351 ____________________________________________________________________________
12352 [  8137] By: jhi                                   on 2000/12/15  18:12:14
12353         Log: Metaconfig unit change for #8136.
12354      Branch: metaconfig
12355            ! U/modified/d_strtoul.U
12356      Branch: metaconfig/U/perl
12357            ! d_strtoull.U d_strtouq.U
12358 ____________________________________________________________________________
12359 [  8136] By: jhi                                   on 2000/12/15  18:11:35
12360         Log: I don't think it's sensible or portable to test the strtou*
12361              on /^-/ strings.
12362      Branch: perl
12363            ! Configure
12364 ____________________________________________________________________________
12365 [  8135] By: jhi                                   on 2000/12/15  17:18:49
12366         Log: Metaconfig unit change for #8134.
12367      Branch: metaconfig
12368            ! U/modified/d_strtoul.U
12369 ____________________________________________________________________________
12370 [  8134] By: jhi                                   on 2000/12/15  17:14:13
12371         Log: If longsize is 8 we don't need a LL suffix for integer constants.
12372      Branch: perl
12373            ! Configure config_h.SH
12374 ____________________________________________________________________________
12375 [  8133] By: jhi                                   on 2000/12/15  16:00:23
12376         Log: Update Changes.
12377      Branch: perl
12378            ! Changes patchlevel.h
12379 ____________________________________________________________________________
12380 [  8132] By: jhi                                   on 2000/12/15  15:44:16
12381         Log: Some compilers get huffy if you do not cast a const pointer
12382              to a non-const when assigning.
12383      Branch: perl
12384            ! gv.c
12385 ____________________________________________________________________________
12386 [  8131] By: jhi                                   on 2000/12/15  15:38:30
12387         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
12388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12389              Date: Fri, 15 Dec 2000 05:26:57 -0500
12390              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
12391      Branch: perl
12392            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
12393            ! t/pragma/overload.t
12394 ____________________________________________________________________________
12395 [  8130] By: jhi                                   on 2000/12/15  15:36:08
12396         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
12397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12398              Date: Thu, 14 Dec 2000 22:02:43 -0500
12399              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
12400      Branch: perl
12401            ! gv.c perl.h
12402 ____________________________________________________________________________
12403 [  8129] By: jhi                                   on 2000/12/15  15:34:16
12404         Log: Subject: PATCH: h2xs nit
12405              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12406              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
12407              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
12408              
12409              Add a template README.
12410      Branch: perl
12411            ! utils/h2xs.PL
12412 ____________________________________________________________________________
12413 [  8128] By: jhi                                   on 2000/12/15  15:32:22
12414         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
12415      Branch: perl
12416            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
12417 ____________________________________________________________________________
12418 [  8127] By: jhi                                   on 2000/12/15  15:19:34
12419         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
12420              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12421              Date:     Thu, 14 Dec 2000 20:04:42 EST
12422              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
12423      Branch: perl
12424            ! ext/Opcode/Opcode.xs
12425 ____________________________________________________________________________
12426 [  8126] By: jhi                                   on 2000/12/15  15:17:49
12427         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
12428              From: Peter Prymmer <pvhp@forte.com>
12429              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
12430              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
12431      Branch: perl
12432            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
12433            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
12434            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
12435 ____________________________________________________________________________
12436 [  8125] By: jhi                                   on 2000/12/15  15:11:05
12437         Log: This seems to be a stage sane and stable enough to checkin.
12438              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
12439      Branch: perl
12440            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
12441            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
12442            ! t/op/cmp.t t/op/numconvert.t
12443 ____________________________________________________________________________
12444 [  8124] By: jhi                                   on 2000/12/15  04:20:26
12445         Log: Something is really wonky.
12446      Branch: perl
12447            ! sv.c
12448 ____________________________________________________________________________
12449 [  8123] By: jhi                                   on 2000/12/15  04:00:50
12450         Log: Fixes for the IV UV patches to compile in Digital UNIX.
12451      Branch: perl
12452            ! sv.c
12453 ____________________________________________________________________________
12454 [  8122] By: jhi                                   on 2000/12/15  02:53:40
12455         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
12456              From: "Craig A. Berry" <craigberry@mac.com>
12457              Date: Thu, 14 Dec 2000 19:10:49 -0600
12458              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
12459      Branch: perl
12460            ! vms/vms.c
12461 ____________________________________________________________________________
12462 [  8121] By: jhi                                   on 2000/12/15  02:50:00
12463         Log: Metaconfig changes for #8120.
12464      Branch: metaconfig
12465            + U/modified/d_strtoul.U
12466      Branch: metaconfig/U/perl
12467            ! d_strtoull.U d_strtouq.U
12468 ____________________________________________________________________________
12469 [  8120] By: jhi                                   on 2000/12/15  02:49:42
12470         Log: From: Nicholas Clark <nick@ccl4.org> 
12471              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
12472              Date: Thu, 14 Dec 2000 18:38:57 +0000
12473              Message-ID: <20001214183857.B97909@plum.flirble.org>
12474      Branch: perl
12475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12476            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
12477            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
12478            ! vos/config.ga.def vos/config.ga.h win32/config.bc
12479            ! win32/config.gc win32/config.vc
12480 ____________________________________________________________________________
12481 [  8119] By: jhi                                   on 2000/12/14  23:40:58
12482         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
12483              From: Nicholas Clark <nick@ccl4.org>
12484              Date: Wed, 13 Dec 2000 20:08:50 +0000
12485              Message-ID: <20001213200849.B71166@plum.flirble.org>
12486      Branch: perl
12487            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
12488            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
12489 ____________________________________________________________________________
12490 [  8118] By: jhi                                   on 2000/12/14  22:46:26
12491         Log: Integrate perlio.
12492      Branch: perl
12493           !> MANIFEST ext/Encode/compile makedef.pl
12494 ____________________________________________________________________________
12495 [  8117] By: nick                                  on 2000/12/14  22:38:53
12496         Log: Win32 tweaks to get Encode to build
12497              - temp hack to makedef.pl till PerlIO is properly "exported".
12498              - MSVC dislikes  
12499              static encpage_t foo[];
12500              so make 'em extern for now.
12501      Branch: perlio
12502            ! ext/Encode/compile makedef.pl
12503 ____________________________________________________________________________
12504 [  8116] By: nick                                  on 2000/12/14  22:00:53
12505         Log: Document the new files
12506      Branch: perlio
12507            ! MANIFEST
12508 ____________________________________________________________________________
12509 [  8115] By: jhi                                   on 2000/12/14  21:58:01
12510         Log: MANIFEST new files of #8114.
12511      Branch: perl
12512            ! MANIFEST
12513 ____________________________________________________________________________
12514 [  8114] By: jhi                                   on 2000/12/14  21:50:49
12515         Log: Integrate perlio.
12516      Branch: perl
12517           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
12518           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12519           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
12520           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
12521           !> ext/Encode/Makefile.PL
12522 ____________________________________________________________________________
12523 [  8113] By: jhi                                   on 2000/12/14  21:48:49
12524         Log: The documentation part of the
12525              
12526              Subject: [ID 20001214.002] Net::Ping patch
12527              From: Jonathan Stowe <gellyfish@gellyfish.com>
12528              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
12529              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
12530              since the #7529 had already addressed the same problem.
12531      Branch: perl
12532            ! lib/Net/Ping.pm
12533 ____________________________________________________________________________
12534 [  8112] By: jhi                                   on 2000/12/14  21:42:57
12535         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
12536              From: Dominic Dunlop <domo@computer.org>
12537              Date: Tue, 12 Dec 2000 10:47:10 +0100
12538              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
12539              
12540              Document how elusive subroutines can be.
12541      Branch: perl
12542            ! pod/perlfunc.pod
12543 ____________________________________________________________________________
12544 [  8111] By: jhi                                   on 2000/12/14  21:38:05
12545         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
12546              From: Dominic Dunlop <domo@computer.org>
12547              Date: Thu, 14 Dec 2000 10:13:51 +0100
12548              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
12549      Branch: perl
12550            ! ext/POSIX/POSIX.pod
12551 ____________________________________________________________________________
12552 [  8110] By: jhi                                   on 2000/12/14  21:36:32
12553         Log: Subject: [patch] perlfaq7
12554              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
12555              Date: Thu, 14 Dec 2000 15:31:07 +0100
12556              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
12557      Branch: perl
12558            ! pod/perlfaq7.pod
12559 ____________________________________________________________________________
12560 [  8109] By: jhi                                   on 2000/12/14  21:29:20
12561         Log: Subject: [8104] Encode
12562              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12563              Date: Thu, 14 Dec 2000 14:49:34 +0100
12564              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
12565              
12566              Type casting for nervous compilers.
12567      Branch: perl
12568            ! ext/Encode/Encode.xs
12569 ____________________________________________________________________________
12570 [  8108] By: jhi                                   on 2000/12/14  21:26:17
12571         Log: Subject: [8104] DB_File
12572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12573              Date: Thu, 14 Dec 2000 14:49:35 +0100
12574              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
12575              
12576              Type definition incorrect for DB 2.7.7.  Not known when it
12577              changed, so only changed it for a known revision.
12578      Branch: perl
12579            ! ext/DB_File/DB_File.xs
12580 ____________________________________________________________________________
12581 [  8107] By: jhi                                   on 2000/12/14  21:23:41
12582         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
12583              From: Peter Prymmer <pvhp@forte.com>
12584              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
12585              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
12586              
12587              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
12588      Branch: perl
12589            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
12590            ! ext/Encode/Encode/posix-bc.enc
12591 ____________________________________________________________________________
12592 [  8106] By: nick                                  on 2000/12/14  20:36:13
12593         Log: "Cold" build correction to Encode's Makefile.PL
12594      Branch: perlio
12595            ! ext/Encode/Makefile.PL
12596 ____________________________________________________________________________
12597 [  8105] By: nick                                  on 2000/12/14  20:09:37
12598         Log: "Compiled" encodings.
12599              Correct replacement character in EBCDIC .enc files
12600              Add 0x7F to ASCII repertoire.
12601      Branch: perlio
12602            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12603            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
12604            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
12605            ! ext/Encode/Makefile.PL ext/Encode/compile
12606            ! ext/Encode/encengine.c ext/Encode/encode.h
12607 ____________________________________________________________________________
12608 [  8104] By: nick                                  on 2000/12/14  00:38:20
12609         Log: Integrate mainline
12610      Branch: perlio
12611           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
12612           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
12613           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
12614           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
12615           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
12616           !> t/lib/db-hash.t t/lib/db-recno.t
12617 ____________________________________________________________________________
12618 [  8103] By: nick                                  on 2000/12/13  23:16:13
12619         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
12620              so far and so it does not get lost.
12621      Branch: perlio
12622            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
12623 ____________________________________________________________________________
12624 [  8102] By: jhi                                   on 2000/12/13  17:14:22
12625         Log: Update Changes.
12626      Branch: perl
12627            ! Changes patchlevel.h
12628 ____________________________________________________________________________
12629 [  8101] By: jhi                                   on 2000/12/13  16:53:41
12630         Log: Move the proto of start_glob() to a better place; regen api files.
12631      Branch: perl
12632            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
12633 ____________________________________________________________________________
12634 [  8100] By: jhi                                   on 2000/12/13  16:47:11
12635         Log: Metaconfig change for #8099.
12636      Branch: metaconfig
12637            ! U/modified/Head.U
12638 ____________________________________________________________________________
12639 [  8099] By: jhi                                   on 2000/12/13  16:46:48
12640         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
12641              From: Andy Dougherty <doughera@lafayette.edu>
12642              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
12643              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
12644      Branch: perl
12645            ! Configure
12646 ____________________________________________________________________________
12647 [  8098] By: jhi                                   on 2000/12/13  16:39:02
12648         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
12649              From: rspier@pobox.com (Robert Spier)
12650              Date: Tue, 12 Dec 2000 21:12:39 -0500
12651              Message-ID: <14902.56087.678086.725773@rls.cx>
12652              
12653              fastgetcwd is defined using a glob alias on a $^O dependent basis -
12654              and there was no default assignment or perl subroutine.
12655      Branch: perl
12656            ! lib/Cwd.pm
12657 ____________________________________________________________________________
12658 [  8097] By: jhi                                   on 2000/12/13  16:16:01
12659         Log: Subject: [PATCH] move startglob out of pp_hot.c
12660              From: Nicholas Clark <nick@ccl4.org>
12661              Date: Mon, 11 Dec 2000 23:16:39 +0000
12662              Message-ID: <20001211231638.A55550@plum.flirble.org>
12663      Branch: perl
12664            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
12665 ____________________________________________________________________________
12666 [  8096] By: jhi                                   on 2000/12/13  15:26:23
12667         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
12668              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
12669              Date: Wed, 13 Dec 2000 14:01:37 +0100
12670              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
12671              
12672              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
12673              in turn requires libpthread in libswanted.
12674      Branch: perl
12675            ! hints/hpux.sh
12676 ____________________________________________________________________________
12677 [  8095] By: jhi                                   on 2000/12/12  19:51:05
12678         Log: The integration wars continue.
12679      Branch: perl
12680           !> sv.c
12681 ____________________________________________________________________________
12682 [  8094] By: jhi                                   on 2000/12/12  19:48:26
12683         Log: Subject: [PATCH perl@8070] DB_File-1.74  
12684              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
12685              Date: Mon, 11 Dec 2000 23:07:17 -0000
12686              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
12687      Branch: perl
12688            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12689            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12690            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
12691            ! t/lib/db-recno.t
12692 ____________________________________________________________________________
12693 [  8093] By: nick                                  on 2000/12/12  19:42:13
12694         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
12695      Branch: perlio
12696            ! sv.c
12697           !> lib/File/DosGlob.pm
12698 ____________________________________________________________________________
12699 [  8092] By: jhi                                   on 2000/12/12  19:28:11
12700         Log: Integrate perlio.
12701      Branch: perl
12702           !> sv.c
12703 ____________________________________________________________________________
12704 [  8091] By: nick                                  on 2000/12/12  18:49:45
12705         Log: Fix for Tk, and upgrading shared SVs.
12706      Branch: perlio
12707            ! sv.c
12708 ____________________________________________________________________________
12709 [  8090] By: jhi                                   on 2000/12/12  16:48:59
12710         Log: Subject: [PATCH] Re: Breadperl & Tk
12711              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12712              Date: Tue, 12 Dec 2000 14:48:27 GMT
12713              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
12714      Branch: perl
12715            ! sv.c
12716 ____________________________________________________________________________
12717 [  8089] By: jhi                                   on 2000/12/12  03:37:19
12718         Log: Subject: DosGlob.pm diff for bash style brace expansion.
12719              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
12720              Date: Fri, 8 Dec 2000 10:45:30 -0600
12721              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
12722      Branch: perl
12723            ! lib/File/DosGlob.pm
12724 ____________________________________________________________________________
12725 [  8088] By: nick                                  on 2000/12/11  23:59:59
12726         Log: Integrate mainline
12727      Branch: perlio
12728           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
12729           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12730           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
12731           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
12732           !> t/op/local.t t/pragma/warn/toke toke.c
12733 ____________________________________________________________________________
12734 [  8087] By: jhi                                   on 2000/12/11  23:20:23
12735         Log: Integrate perlio.
12736      Branch: perl
12737           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12738 ____________________________________________________________________________
12739 [  8086] By: jhi                                   on 2000/12/11  22:50:59
12740         Log: Tune further the OS detection of CGI.
12741      Branch: perl
12742            ! lib/CGI.pm
12743 ____________________________________________________________________________
12744 [  8085] By: nick                                  on 2000/12/11  22:50:46
12745         Log: Finish 1st pass of "encoding" layer e.g. :
12746              open($fh,"<encoding(iso8859-7)",$greek) || die;
12747      Branch: perlio
12748            ! ext/Encode/Encode.xs perlio.c perliol.h
12749 ____________________________________________________________________________
12750 [  8084] By: jhi                                   on 2000/12/11  22:32:06
12751         Log: Revert the -f ambiguousity patch, seems to cause
12752              too much hassle (the interpret -Q as a function
12753              where Q is not a known filetest part is left in).
12754      Branch: perl
12755            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
12756            ! toke.c
12757 ____________________________________________________________________________
12758 [  8083] By: jhi                                   on 2000/12/11  22:27:23
12759         Log: (accidentally empty check-in)
12760      Branch: perl
12761            ! lib/File/DosGlob.pm
12762 ____________________________________________________________________________
12763 [  8082] By: nick                                  on 2000/12/11  19:09:51
12764         Log: Restore mmap function (broken by tweaks to shared buffer
12765              layer for encode(xxxx)).
12766      Branch: perlio
12767            ! perlio.c
12768 ____________________________________________________________________________
12769 [  8081] By: jhi                                   on 2000/12/11  18:29:13
12770         Log: Subject: Re: The long awaited feature ...
12771              From: Simon Cozens <simon@cozens.net>
12772              Date: Mon, 11 Dec 2000 15:54:24 +0000
12773              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
12774              
12775              More io/utf8 tests.
12776      Branch: perl
12777            ! t/io/utf8.t
12778 ____________________________________________________________________________
12779 [  8080] By: jhi                                   on 2000/12/11  18:19:36
12780         Log: Subject: PATCH MakeMaker manpage clarification
12781              From: andreas.koenig@anima.de (Andreas J. Koenig)
12782              Date: 10 Dec 2000 20:46:13 +0100
12783              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
12784      Branch: perl
12785            ! lib/ExtUtils/MakeMaker.pm
12786 ____________________________________________________________________________
12787 [  8079] By: jhi                                   on 2000/12/11  15:35:07
12788         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
12789              From: Simon Cozens <simon@cozens.net>
12790              Date: Sun, 10 Dec 2000 19:06:19 +0000
12791              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
12792      Branch: perl
12793            ! ext/B/B/Deparse.pm t/lib/b.t
12794 ____________________________________________________________________________
12795 [  8078] By: jhi                                   on 2000/12/11  15:09:11
12796         Log: Subject: [PATCH] docs on NaN
12797              From: Nicholas Clark <nick@ccl4.org>
12798              Date: Mon, 11 Dec 2000 01:48:38 +0000
12799              Message-ID: <20001211014838.B99205@plum.flirble.org>
12800      Branch: perl
12801            ! pod/perlop.pod
12802 ____________________________________________________________________________
12803 [  8077] By: jhi                                   on 2000/12/11  15:02:21
12804         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
12805              From: Simon Cozens <simon@cozens.net>
12806              Date: Mon, 11 Dec 2000 01:21:45 +0000
12807              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
12808      Branch: perl
12809            ! pp.c pp_hot.c scope.c t/op/local.t
12810 ____________________________________________________________________________
12811 [  8076] By: nick                                  on 2000/12/10  20:43:32
12812         Log: Not merge worthy...
12813              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
12814              syntax is modelled on attributes.
12815              Untested fix for io/utf8 on Win32 etc.
12816              Very clumsy start to the encode layer.
12817      Branch: perlio
12818            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
12819 ____________________________________________________________________________
12820 [  8075] By: jhi                                   on 2000/12/10  18:39:33
12821         Log: Darwin is not Windows.
12822      Branch: perl
12823            ! lib/CGI.pm
12824 ____________________________________________________________________________
12825 [  8074] By: jhi                                   on 2000/12/10  18:31:27
12826         Log: Subject: Ambiguous -%c() resolved as a file test
12827              From: "Paul Marquess" <Paul.Marquess@openwave.com>
12828              Date: Sun, 10 Dec 2000 15:35:07 -0000
12829              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
12830      Branch: perl
12831            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
12832 ____________________________________________________________________________
12833 [  8073] By: jhi                                   on 2000/12/10  18:16:29
12834         Log: Subject: PATCH installperl misinformed 
12835              From: andreas.koenig@anima.de (Andreas J. Koenig)
12836              Date: 10 Dec 2000 13:01:32 +0100 
12837              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
12838      Branch: perl
12839            ! installperl
12840 ____________________________________________________________________________
12841 [  8072] By: jhi                                   on 2000/12/10  18:07:55
12842         Log: The walkoptree confusion rages; walkoptree() seems to be coming
12843              from B.xs, while walkoptree_slow() comes from B.pm.
12844      Branch: perl
12845            ! ext/B/B.pm
12846 ____________________________________________________________________________
12847 [  8071] By: nick                                  on 2000/12/10  11:45:47
12848         Log: Integrate mainline
12849      Branch: perlio
12850           +> t/base/commonsense.t
12851           !> (integrate 37 files)
12852 ____________________________________________________________________________
12853 [  8070] By: jhi                                   on 2000/12/10  04:46:21
12854         Log: Update Changes.
12855      Branch: perl
12856            ! Changes patchlevel.h
12857 ____________________________________________________________________________
12858 [  8069] By: jhi                                   on 2000/12/10  04:39:19
12859         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
12860              From: andreas.koenig@anima.de (Andreas J. Koenig)
12861              Date: 09 Dec 2000 17:14:25 +0100
12862              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
12863      Branch: perl
12864            + t/base/commonsense.t
12865            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
12866 ____________________________________________________________________________
12867 [  8068] By: jhi                                   on 2000/12/10  04:17:36
12868         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
12869              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12870              Date: Sat, 9 Dec 2000 16:47:22 -0000
12871              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
12872      Branch: perl
12873            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
12874            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12875            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
12876            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12877            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
12878            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12879            ! t/lib/sdbm.t
12880 ____________________________________________________________________________
12881 [  8067] By: jhi                                   on 2000/12/10  03:52:02
12882         Log: Test case for #8066.
12883      Branch: perl
12884            ! t/op/misc.t
12885 ____________________________________________________________________________
12886 [  8066] By: jhi                                   on 2000/12/10  03:50:30
12887         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
12888              From: Simon Cozens <simon@cozens.net>
12889              Date: Sun, 10 Dec 2000 00:55:37 +0000
12890              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
12891      Branch: perl
12892            ! pp_sys.c
12893 ____________________________________________________________________________
12894 [  8065] By: jhi                                   on 2000/12/10  03:44:52
12895         Log: Test case for #8064.
12896      Branch: perl
12897            ! t/comp/proto.t
12898 ____________________________________________________________________________
12899 [  8064] By: jhi                                   on 2000/12/10  03:42:32
12900         Log: Subject: Re: prototype of substr
12901              From: Simon Cozens <simon@cozens.net>
12902              Date: Sun, 10 Dec 2000 00:13:33 +0000
12903              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
12904              
12905              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
12906      Branch: perl
12907            ! pp.c
12908 ____________________________________________________________________________
12909 [  8063] By: jhi                                   on 2000/12/10  03:39:42
12910         Log: Subject: [PATCH] perlguts.pod
12911              From: Simon Cozens <simon@cozens.net>
12912              Date: Sun, 10 Dec 2000 00:06:47 +0000
12913              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
12914              
12915              Documentation of the different types of ops,
12916              plus the functions in dump.c
12917      Branch: perl
12918            ! pod/perlguts.pod
12919 ____________________________________________________________________________
12920 [  8062] By: jhi                                   on 2000/12/10  03:30:04
12921         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
12922              From: Nicholas Clark <nick@talking.bollo.cx>
12923              Date: Sat, 09 Dec 2000 18:57:25 +0000
12924              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
12925              
12926              Be more robust in weird hostname setups.
12927      Branch: perl
12928            ! t/lib/net-hostent.t
12929 ____________________________________________________________________________
12930 [  8061] By: jhi                                   on 2000/12/10  03:28:21
12931         Log: Pacify fussy compiler. 
12932      Branch: perl
12933            ! pp_sys.c
12934 ____________________________________________________________________________
12935 [  8060] By: jhi                                   on 2000/12/10  02:52:46
12936         Log: Integrate perlio.
12937      Branch: perl
12938           !> pp_sys.c t/io/utf8.t
12939 ____________________________________________________________________________
12940 [  8059] By: nick                                  on 2000/12/09  23:40:14
12941         Log: read/sysread/recv should now be utf8 aware.
12942              Basic test for utf8 read.
12943      Branch: perlio
12944            ! pp_sys.c t/io/utf8.t
12945 ____________________________________________________________________________
12946 [  8058] By: jhi                                   on 2000/12/09  21:56:02
12947         Log: Integrate perlio.
12948      Branch: perl
12949           +> t/io/utf8.t
12950           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
12951 ____________________________________________________________________________
12952 [  8057] By: jhi                                   on 2000/12/09  21:53:35
12953         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
12954              From: Inaba Hiroto <inaba@st.rim.or.jp>
12955              Date: Sun, 10 Dec 2000 05:53:21 +0900
12956              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
12957              
12958              Tests for #8056.
12959      Branch: perl
12960            ! t/op/each.t
12961 ____________________________________________________________________________
12962 [  8056] By: jhi                                   on 2000/12/09  21:51:16
12963         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
12964              From: Inaba Hiroto <inaba@st.rim.or.jp>
12965              Date: Sat, 09 Dec 2000 18:02:00 +0900
12966              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
12967              
12968              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
12969      Branch: perl
12970            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
12971 ____________________________________________________________________________
12972 [  8055] By: nick                                  on 2000/12/09  20:11:48
12973         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
12974              than raw PerlIO_write() - does not seem to break any tests.
12975      Branch: perlio
12976            ! pp_sys.c
12977 ____________________________________________________________________________
12978 [  8054] By: nick                                  on 2000/12/09  19:47:30
12979         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
12980              (sysread, recv and write i.e. formats still to do...)
12981              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
12982              open($fh,">:utf8","name")
12983              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
12984              so no extra overhead is involved.
12985              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
12986              to a non-utf8 stream.
12987              Add initial io/utf8.t
12988              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
12989              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
12990              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
12991      Branch: perlio
12992            + t/io/utf8.t
12993            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
12994 ____________________________________________________________________________
12995 [  8053] By: nick                                  on 2000/12/09  19:26:37
12996         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
12997              was only testing this_utf8.
12998      Branch: perlio
12999            ! toke.c
13000 ____________________________________________________________________________
13001 [  8052] By: nick                                  on 2000/12/09  19:09:41
13002         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
13003              i.e. the output string has one, but don't mess with source assumption.
13004      Branch: perlio
13005            ! toke.c
13006 ____________________________________________________________________________
13007 [  8051] By: jhi                                   on 2000/12/09  16:55:17
13008         Log: Integrate perlio.
13009      Branch: perl
13010           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
13011           !> sv.c thrdvar.h util.c
13012 ____________________________________________________________________________
13013 [  8050] By: jhi                                   on 2000/12/09  16:48:07
13014         Log: Nits noticed by Peter Prymmer.
13015      Branch: perl
13016            ! lib/ExtUtils/MM_VMS.pm
13017 ____________________________________________________________________________
13018 [  8049] By: nick                                  on 2000/12/09  13:49:40
13019         Log: UTF8 output prework.
13020              - Store $\ and $, as SVs so they can have SvUTF8 flag
13021              - use do_print() rather than raw PerlIO_write() to print them.
13022      Branch: perlio
13023            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
13024            ! thrdvar.h util.c
13025 ____________________________________________________________________________
13026 [  8048] By: nick                                  on 2000/12/09  12:30:43
13027         Log: Integrate mainline.
13028      Branch: perlio
13029           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
13030           +> t/op/reverse.t
13031           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
13032           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
13033           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
13034           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
13035           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
13036           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
13037 ____________________________________________________________________________
13038 [  8047] By: jhi                                   on 2000/12/09  00:23:27
13039         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
13040              From: Michael G Schwern <schwern@pobox.com>
13041              Date: Fri, 8 Dec 2000 14:43:04 -0600
13042      Branch: perl
13043            ! lib/ExtUtils/MM_VMS.pm
13044 ____________________________________________________________________________
13045 [  8046] By: jhi                                   on 2000/12/08  23:10:27
13046         Log: A missed check-in.
13047      Branch: perl
13048            ! lib/ExtUtils/Manifest.pm
13049 ____________________________________________________________________________
13050 [  8045] By: jhi                                   on 2000/12/08  21:57:12
13051         Log: (null check-in)
13052      Branch: perl
13053            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
13054 ____________________________________________________________________________
13055 [  8044] By: jhi                                   on 2000/12/08  21:11:06
13056         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
13057              at the final draft stage.
13058      Branch: perl
13059            + ext/Encode/Encode/iso8859-16.enc
13060            ! MANIFEST
13061 ____________________________________________________________________________
13062 [  8043] By: jhi                                   on 2000/12/08  16:39:04
13063         Log: Update Changes.
13064      Branch: perl
13065            ! Changes patchlevel.h
13066 ____________________________________________________________________________
13067 [  8042] By: jhi                                   on 2000/12/08  16:33:39
13068         Log: Do not return the Unicode replacement character if UTF-8
13069              decoding goes awry, it should be up to the caller to decide.
13070      Branch: perl
13071            ! pod/perlapi.pod utf8.c
13072 ____________________________________________________________________________
13073 [  8041] By: jhi                                   on 2000/12/08  16:22:28
13074         Log: metaconfig maintenance.
13075      Branch: metaconfig
13076            ! U/modified/stdchar.U
13077      Branch: metaconfig/U/perl
13078            + testsyml.U
13079 ____________________________________________________________________________
13080 [  8040] By: jhi                                   on 2000/12/08  16:03:08
13081         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
13082              From: sthoenna@efn.org
13083              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
13084              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
13085      Branch: perl
13086            ! Changes lib/ExtUtils/MM_OS2.pm
13087 ____________________________________________________________________________
13088 [  8039] By: jhi                                   on 2000/12/08  15:57:11
13089         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
13090              From: Simon Cozens <simon@cozens.net>
13091              Date: Fri, 8 Dec 2000 13:33:31 +0000
13092              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
13093              
13094              (The pp_hot part needed a rewrite.)
13095      Branch: perl
13096            ! doop.c pp_hot.c utf8.c
13097 ____________________________________________________________________________
13098 [  8038] By: jhi                                   on 2000/12/08  15:25:08
13099         Log: Subject: djSP
13100              From: Michael Stevens <michael@etla.org>
13101              Date: Wed, 6 Dec 2000 23:24:01 +0000
13102              Message-ID: <20001206232400.A21381@firedrake.org>
13103              
13104              Plus a note from Nick Ing-Simmons.
13105      Branch: perl
13106            ! pp.h
13107 ____________________________________________________________________________
13108 [  8037] By: jhi                                   on 2000/12/08  15:18:35
13109         Log: Filetype is text.
13110      Branch: perl
13111            ! t/op/utf8decode.t
13112 ____________________________________________________________________________
13113 [  8036] By: jhi                                   on 2000/12/08  03:31:27
13114         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13115              From: Andy Dougherty <doughera@lafayette.edu>
13116              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
13117              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
13118              
13119              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13120              From: Andy Dougherty <doughera@lafayette.edu>
13121              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
13122              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
13123      Branch: perl
13124            + ext/POSIX/hints/svr4.pl
13125            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
13126 ____________________________________________________________________________
13127 [  8035] By: jhi                                   on 2000/12/08  03:26:01
13128         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
13129              From: Andy Dougherty <doughera@lafayette.edu>
13130              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
13131              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
13132      Branch: perl
13133            ! t/README t/base/term.t
13134 ____________________________________________________________________________
13135 [  8034] By: jhi                                   on 2000/12/08  03:21:59
13136         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
13137              From: mjd@plover.com  
13138              Date: 7 Dec 2000 21:04:20 -0000
13139              Message-ID: <20001207210420.22282.qmail@plover.com>
13140              
13141              Plus -z doc.
13142      Branch: perl
13143            ! pod/perlfunc.pod
13144 ____________________________________________________________________________
13145 [  8033] By: jhi                                   on 2000/12/08  03:19:03
13146         Log: Use the UTF8 macros a bit.  They can't be used with abandon
13147              everywhere because we do generate illegal UTF-8 in some situations.
13148              This is of course naughty.
13149      Branch: perl
13150            ! pod/perlapi.pod utf8.c utf8.h
13151 ____________________________________________________________________________
13152 [  8032] By: jhi                                   on 2000/12/08  03:00:09
13153         Log: Out of sync?
13154      Branch: perl
13155            ! t/pragma/warn/utf8
13156 ____________________________________________________________________________
13157 [  8031] By: jhi                                   on 2000/12/08  02:22:39
13158         Log: Cnt spl.
13159      Branch: perl
13160            ! MANIFEST
13161 ____________________________________________________________________________
13162 [  8030] By: jhi                                   on 2000/12/08  01:23:54
13163         Log: Add test for reverse().
13164      Branch: perl
13165            + t/op/reverse.t
13166            ! MANIFEST
13167 ____________________________________________________________________________
13168 [  8029] By: jhi                                   on 2000/12/08  01:21:47
13169         Log: Integrate perlio.
13170      Branch: perl
13171           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
13172           !> perlio.c perlio.h perlsdio.h warnings.pl
13173 ____________________________________________________________________________
13174 [  8028] By: jhi                                   on 2000/12/08  01:19:08
13175         Log: Introduce macros for UTF8 decoding.
13176      Branch: perl
13177            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
13178 ____________________________________________________________________________
13179 [  8027] By: nick                                  on 2000/12/07  22:18:19
13180         Log: Integrate mainline
13181      Branch: perlio
13182           !> embed.pl pod/perlapi.pod utf8.c
13183 ____________________________________________________________________________
13184 [  8026] By: nick                                  on 2000/12/07  21:45:08
13185         Log: Various oddities p4 diff -se showed up
13186              Remove 'our' from warnings.pl
13187      Branch: perlio
13188            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
13189 ____________________________________________________________________________
13190 [  8025] By: nick                                  on 2000/12/07  21:43:32
13191         Log: Change PerlIO_(get|set)pos to take SV *
13192              Should fix, OS/2, VMS, (sfio??)
13193      Branch: perlio
13194            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
13195 ____________________________________________________________________________
13196 [  8024] By: jhi                                   on 2000/12/07  19:05:32
13197         Log: Document utf8_to_uv() better.
13198      Branch: perl
13199            ! pod/perlapi.pod utf8.c
13200 ____________________________________________________________________________
13201 [  8023] By: jhi                                   on 2000/12/07  18:23:47
13202         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
13203      Branch: perl
13204            ! embed.pl pod/perlapi.pod utf8.c
13205 ____________________________________________________________________________
13206 [  8022] By: jhi                                   on 2000/12/07  04:13:51
13207         Log: Integrate perlio.
13208      Branch: perl
13209           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
13210           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
13211           !> win32/makefile.mk
13212 ____________________________________________________________________________
13213 [  8021] By: nick                                  on 2000/12/07  00:28:14
13214         Log: Various attempts at MSVC debug - not sure what has
13215              changed but works now. 
13216              Seems atexit() _may_ work for DLLs built with MSVC so don't
13217              call cleanup that way.
13218      Branch: perlio
13219            ! perlio.c win32/makefile.mk
13220 ____________________________________________________________________________
13221 [  8020] By: nick                                  on 2000/12/06  19:57:20
13222         Log: Integrate mainline
13223      Branch: perlio
13224           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
13225           !> (integrate 75 files)
13226 ____________________________________________________________________________
13227 [  8019] By: nick                                  on 2000/12/06  19:28:21
13228         Log: Add useperlio to config.vc
13229              Turn off binmode in config_H.PL
13230              Regen all the config_H.xx
13231              Attempt to get debugging build with MSVC.
13232      Branch: perlio
13233            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13234            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
13235 ____________________________________________________________________________
13236 [  8018] By: nick                                  on 2000/12/06  19:21:57
13237         Log: Test various dup/external program options on all platforms.
13238      Branch: perlio
13239            ! t/io/dup.t
13240 ____________________________________________________________________________
13241 [  8017] By: nick                                  on 2000/12/06  19:20:47
13242         Log: Fix harness to be less picky
13243      Branch: perlio
13244            ! lib/Test/Harness.pm
13245 ____________________________________________________________________________
13246 [  8016] By: jhi                                   on 2000/12/06  16:45:12
13247         Log: Update Changes.
13248      Branch: perl
13249            ! Changes patchlevel.h
13250 ____________________________________________________________________________
13251 [  8015] By: jhi                                   on 2000/12/06  16:41:03
13252         Log: Test \x{...} with ord().
13253      Branch: perl
13254            ! t/op/ord.t
13255 ____________________________________________________________________________
13256 [  8014] By: jhi                                   on 2000/12/06  16:20:33
13257         Log: Test tweak because of #8013.
13258      Branch: perl
13259            ! t/lib/b.t
13260 ____________________________________________________________________________
13261 [  8013] By: jhi                                   on 2000/12/06  16:09:09
13262         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
13263              From: Michael G Schwern <schwern@pobox.com>
13264              Date: Tue, 5 Dec 2000 21:23:28 -0500
13265              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
13266              
13267              Carp::Heavy parts not very applicable because of recent changes.
13268      Branch: perl
13269            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
13270            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
13271            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
13272            ! lib/Exporter.pm lib/Exporter/Heavy.pm
13273            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
13274            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13275            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
13276            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
13277            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
13278            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
13279            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
13280            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
13281            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
13282            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
13283            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
13284            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
13285            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
13286            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
13287            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
13288            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
13289            ! warnings.pl
13290 ____________________________________________________________________________
13291 [  8012] By: jhi                                   on 2000/12/06  15:22:38
13292         Log: Subject: [PATCH] Re: New harness is failing things
13293              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13294              Date: Wed, 6 Dec 2000 13:00:30 GMT
13295              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
13296      Branch: perl
13297            ! lib/Test/Harness.pm
13298 ____________________________________________________________________________
13299 [  8011] By: jhi                                   on 2000/12/06  15:12:08
13300         Log: Subject: installhtml changes
13301              From: Michael Stevens <michael@etla.org>
13302              Date: Wed, 6 Dec 2000 13:15:53 +0000
13303              Message-ID: <20001206131553.A27317@firedrake.org>
13304      Branch: perl
13305            ! installhtml
13306 ____________________________________________________________________________
13307 [  8010] By: jhi                                   on 2000/12/06  15:06:05
13308         Log: Subject: the dTHR hits
13309              From: Michael Stevens <michael@etla.org>
13310              Date: Wed, 6 Dec 2000 12:06:03 +0000
13311              Message-ID: <20001206120603.A24581@firedrake.org>
13312              
13313              More, errrm, less dTHRs.
13314      Branch: perl
13315            ! bytecode.pl ext/B/B/C.pm
13316 ____________________________________________________________________________
13317 [  8009] By: jhi                                   on 2000/12/06  15:04:25
13318         Log: Subject: MakeMaker mailing list gone?
13319              From: Michael G Schwern <schwern@pobox.com>
13320              Date: Tue, 5 Dec 2000 19:29:59 -0500
13321              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
13322              
13323              The MakeMaker mailing list is dead, perlbug is the right
13324              address to report bugs.
13325      Branch: perl
13326            ! lib/ExtUtils/MakeMaker.pm
13327 ____________________________________________________________________________
13328 [  8008] By: jhi                                   on 2000/12/06  15:00:32
13329         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
13330              From: Michael G Schwern <schwern@pobox.com>
13331              Date: Tue, 5 Dec 2000 19:21:21 -0500
13332              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
13333              
13334              Add a default MANIFEST skip that ignores things like
13335              version control files, editor temporary files, and the Makefile.
13336      Branch: perl
13337            + lib/ExtUtils/MANIFEST.SKIP
13338            ! MANIFEST lib/ExtUtils/Manifest.pm
13339 ____________________________________________________________________________
13340 [  8007] By: jhi                                   on 2000/12/06  14:57:20
13341         Log: In Amiga more manual hackery of the scripts seems to be needed,
13342              from Jan-Erik Karlsson.  Why Configure does not get this right
13343              is unknown, may be shell-induced.
13344      Branch: perl
13345            ! README.amiga
13346 ____________________________________________________________________________
13347 [  8006] By: jhi                                   on 2000/12/05  23:53:12
13348         Log: Add TOPm1s to peek at the second topmost stack item.
13349      Branch: perl
13350            ! pp.h
13351 ____________________________________________________________________________
13352 [  8005] By: jhi                                   on 2000/12/05  23:13:55
13353         Log: Avaunt, you foul UTF-8 tests.
13354      Branch: perl
13355            ! t/op/ver.t t/pragma/utf8.t
13356 ____________________________________________________________________________
13357 [  8004] By: jhi                                   on 2000/12/05  23:09:54
13358         Log: Continue utf8 dispersal. 
13359      Branch: perl
13360            + t/op/concat.t
13361            ! MANIFEST t/pragma/utf8.t
13362 ____________________________________________________________________________
13363 [  8003] By: nick                                  on 2000/12/05  23:02:39
13364         Log: Integrate mainline.
13365      Branch: perlio
13366           +> t/op/length.t t/op/utf8decode.t
13367           !> (integrate 69 files)
13368 ____________________________________________________________________________
13369 [  8002] By: jhi                                   on 2000/12/05  22:59:28
13370         Log: Integrate perlio.
13371      Branch: perl
13372           !> iperlsys.h perl.c perlio.c win32/perllib.c
13373 ____________________________________________________________________________
13374 [  8001] By: nick                                  on 2000/12/05  22:07:52
13375         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
13376              - calloc/free suffer from damage on TerminateThread()
13377              - use PerlMemShared (as originally planned) now fixed
13378              - avoid doing anything important on DLL "detach".
13379      Branch: perlio
13380            ! perl.c perlio.c win32/perllib.c
13381 ____________________________________________________________________________
13382 [  8000] By: nick                                  on 2000/12/05  21:05:09
13383         Log: Fix gross PerlMemShared issue.
13384      Branch: perlio
13385            ! iperlsys.h
13386 ____________________________________________________________________________
13387 [  7999] By: jhi                                   on 2000/12/05  20:46:58
13388         Log: Test for Unicode (UTF-8) hash keys.
13389      Branch: perl
13390            ! t/op/each.t
13391 ____________________________________________________________________________
13392 [  7998] By: jhi                                   on 2000/12/05  20:30:35
13393         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
13394              is now always UTF-8), empty line cosmetics.
13395      Branch: perl
13396            ! t/pragma/utf8.t
13397 ____________________________________________________________________________
13398 [  7997] By: jhi                                   on 2000/12/05  20:15:40
13399         Log: Subject: Re: STRLEN - what?
13400              From: Andy Dougherty <doughera@lafayette.edu>
13401              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
13402              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
13403              
13404              Explain STRLEN.
13405      Branch: perl
13406            ! pod/perlguts.pod
13407 ____________________________________________________________________________
13408 [  7996] By: jhi                                   on 2000/12/05  20:13:34
13409         Log: Split off the UTF-8 decoder tests, make them to check also
13410              the error message.
13411      Branch: perl
13412            + t/op/utf8decode.t
13413            ! MANIFEST t/pragma/utf8.t utf8.c
13414 ____________________________________________________________________________
13415 [  7995] By: jhi                                   on 2000/12/05  16:39:47
13416         Log: Start migrating bits of pragma/utf8 to elsewhere
13417              (since the long term plan is to obsolete 'use utf8').
13418      Branch: perl
13419            + t/op/length.t
13420            ! MANIFEST t/pragma/utf8.t
13421 ____________________________________________________________________________
13422 [  7994] By: jhi                                   on 2000/12/05  16:30:21
13423         Log: Fix a manual edit typo from #7993, fix the message formatting
13424              for Unicode, add few our declarations.
13425      Branch: perl
13426            ! lib/Carp/Heavy.pm
13427 ____________________________________________________________________________
13428 [  7993] By: jhi                                   on 2000/12/05  16:09:15
13429         Log: Subject: Need help with warnings :-(
13430              From: "Ben Tilly" <ben_tilly@hotmail.com>
13431              Date: Tue, 05 Dec 2000 01:35:54 -0500
13432              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
13433              
13434              Subject: UPDATE: Carp/Heavy now passes all tests
13435              From: "Ben Tilly" <ben_tilly@hotmail.com>
13436              Date: Tue, 05 Dec 2000 07:59:41 -0500
13437              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
13438              
13439              The Brave New Carp.
13440      Branch: perl
13441            ! lib/Carp.pm lib/Carp/Heavy.pm
13442 ____________________________________________________________________________
13443 [  7992] By: jhi                                   on 2000/12/05  15:55:08
13444         Log: Subject: [PATCH perl@7979] cygwin port
13445              From: "Eric Fifer" <efifer@dircon.co.uk>
13446              Date: Tue, 5 Dec 2000 14:04:09 -0000
13447              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
13448      Branch: perl
13449            ! t/lib/net-hostent.t
13450 ____________________________________________________________________________
13451 [  7991] By: jhi                                   on 2000/12/05  15:52:34
13452         Log: Subject: Re: [PATCH] The largest hoax of all times?
13453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13454              Date: Tue, 5 Dec 2000 00:40:25 -0500
13455              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
13456              
13457              Subject: Re: [PATCH] The largest hoax of all times?
13458              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13459              Date: Mon, 4 Dec 2000 23:55:53 -0500
13460              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
13461              
13462              Subject: Re: [PATCH] The largest hoax of all times?
13463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13464              Date: Tue, 5 Dec 2000 01:28:45 -0500
13465              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
13466              
13467              Fix the unpredictable order of DESTROYs.
13468      Branch: perl
13469            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
13470            ! sv.c sv.h t/op/ref.t
13471 ____________________________________________________________________________
13472 [  7990] By: jhi                                   on 2000/12/05  14:38:53
13473         Log: Subject: [PATCH] shrink pp_hot fractionally
13474              From: Nicholas Clark <nick@ccl4.org>
13475              Date: Tue, 5 Dec 2000 12:44:31 +0000
13476              Message-ID: <20001205124431.E74518@plum.flirble.org>
13477              
13478              Use report_evil_fh().
13479      Branch: perl
13480            ! opcode.pl opnames.h pp_hot.c util.c
13481 ____________________________________________________________________________
13482 [  7989] By: jhi                                   on 2000/12/05  14:21:27
13483         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
13484              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13485              Date: Mon, 04 Dec 2000 22:21:59 -0800
13486              Message-ID: <HmIL6gzkgepS092yn@efn.org>
13487              
13488              Harness shouldn't ignore responses like "ok 3\r\r\n".
13489      Branch: perl
13490            ! lib/Test/Harness.pm
13491 ____________________________________________________________________________
13492 [  7988] By: jhi                                   on 2000/12/05  13:51:28
13493         Log: Integrate the "skip" messages to explain().
13494      Branch: perl
13495            ! t/lib/syslfs.t t/op/lfs.t
13496 ____________________________________________________________________________
13497 [  7987] By: jhi                                   on 2000/12/05  12:34:54
13498         Log: The one that got away in #7984.
13499              
13500              Subject: Re: dTHR - what and why?
13501              From: Michael Stevens <michael@etla.org> 
13502              Date: Tue, 5 Dec 2000 11:15:52 +0000
13503              Message-ID: <20001205111552.A4647@firedrake.org>
13504      Branch: perl
13505            ! sv.h
13506 ____________________________________________________________________________
13507 [  7986] By: gsar                                  on 2000/12/05  09:14:44
13508         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
13509              due to the notorious GetFileType() bug in Windows 9x, which fstat()
13510              tickles)
13511      Branch: perl
13512            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
13513 ____________________________________________________________________________
13514 [  7985] By: jhi                                   on 2000/12/05  05:49:03
13515         Log: Integrate perlio.
13516      Branch: perl
13517           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
13518           !> win32/perlhost.h win32/perllib.c
13519 ____________________________________________________________________________
13520 [  7984] By: jhi                                   on 2000/12/05  05:48:16
13521         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
13522      Branch: perl
13523            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
13524            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
13525            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
13526            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
13527            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
13528            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
13529            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
13530            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
13531            ! win32/win32.c
13532 ____________________________________________________________________________
13533 [  7983] By: nick                                  on 2000/12/04  23:27:43
13534         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
13535      Branch: perlio
13536            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
13537            ! win32/perlhost.h win32/perllib.c
13538 ____________________________________________________________________________
13539 [  7982] By: jhi                                   on 2000/12/04  19:44:09
13540         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
13541              uncovered by #7980.
13542      Branch: perl
13543            ! op.c
13544 ____________________________________________________________________________
13545 [  7981] By: jhi                                   on 2000/12/04  19:42:07
13546         Log: Subject: [PATCH] Trivial dump.c feature
13547              From: Simon Cozens <simon@cozens.net>
13548              Date: Mon, 4 Dec 2000 18:08:38 +0000
13549              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
13550              
13551              Show whether a constant is UTF-8.
13552      Branch: perl
13553            ! dump.c
13554 ____________________________________________________________________________
13555 [  7980] By: jhi                                   on 2000/12/04  19:36:51
13556         Log: UTF-8 hash keys, patch from Inaba Hiroto.
13557      Branch: perl
13558            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
13559 ____________________________________________________________________________
13560 [  7979] By: jhi                                   on 2000/12/04  17:36:28
13561         Log: Update Changes.
13562      Branch: perl
13563            ! Changes patchlevel.h
13564 ____________________________________________________________________________
13565 [  7978] By: jhi                                   on 2000/12/04  16:42:17
13566         Log: Retract #7977, still too volatile (the euphemism of the day
13567              for unfinished and buggy :-)
13568      Branch: perl
13569            ! doop.c hv.c pp.c sv.h
13570 ____________________________________________________________________________
13571 [  7977] By: jhi                                   on 2000/12/04  16:25:15
13572         Log: (Retracted by #7978, too shaky yet.)
13573              
13574              Subject: Re: utf8 in hash keys, implementor missing
13575              From: Simon Cozens <simon@cozens.net>
13576              Date: Sat, 2 Dec 2000 19:49:35 +0000
13577              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
13578              
13579              The first step at UTF-8 hash keys.
13580      Branch: perl
13581            ! doop.c hv.c pp.c sv.h
13582 ____________________________________________________________________________
13583 [  7976] By: jhi                                   on 2000/12/04  16:13:53
13584         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
13585              From: sthoenna@efn.org
13586              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
13587              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
13588      Branch: perl
13589            ! os2/os2.c perlio.c
13590 ____________________________________________________________________________
13591 [  7975] By: jhi                                   on 2000/12/04  16:05:25
13592         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
13593              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13594              Date: Thu, 30 Nov 2000 20:50:37 -0800
13595              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
13596      Branch: perl
13597            ! os2/os2.c
13598 ____________________________________________________________________________
13599 [  7974] By: jhi                                   on 2000/12/04  16:03:57
13600         Log: Subject: [PATCH] ++ 20% faster
13601              From: Nicholas Clark <nick@ccl4.org>
13602              Date: Mon, 4 Dec 2000 12:17:27 +0000
13603              Message-ID: <20001204121726.B52976@plum.flirble.org>
13604              
13605              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
13606      Branch: perl
13607            ! sv.c
13608 ____________________________________________________________________________
13609 [  7973] By: jhi                                   on 2000/12/04  16:00:48
13610         Log: 
13611              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
13612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13613              Date: Mon, 04 Dec 2000 12:30:45 +0100
13614              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
13615              
13616              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
13617              library (getprotobyname and getprotobynumber are outversioned by
13618              the same calls in libc, at least for xlc version 3.
13619      Branch: perl
13620            ! hints/aix.sh
13621 ____________________________________________________________________________
13622 [  7972] By: jhi                                   on 2000/12/04  02:58:31
13623         Log: Integrate perlio.
13624      Branch: perl
13625           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
13626           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
13627           !> win32/win32.h win32/win32iop.h win32/win32thread.h
13628 ____________________________________________________________________________
13629 [  7971] By: nick                                  on 2000/12/04  00:24:33
13630         Log: Quieten some noise in Win32 builds:
13631              - win32.h is included after <sys/socket.h>, so need to 
13632              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
13633              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
13634      Branch: perlio
13635            ! doio.c perl.h toke.c win32/win32.h
13636 ____________________________________________________________________________
13637 [  7970] By: nick                                  on 2000/12/03  22:57:46
13638         Log: PERL_IMPLICIT_SYS compiles but does not work.
13639      Branch: perlio
13640            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
13641            ! win32/perlhost.h win32/perllib.c win32/win32.h
13642            ! win32/win32iop.h win32/win32thread.h
13643 ____________________________________________________________________________
13644 [  7969] By: jhi                                   on 2000/12/03  22:12:58
13645         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
13646              used to swash_init(), makes regprop() dumps more informative
13647              (+utf8::IsAlpha, -utf8::IsDigit, for example).
13648      Branch: perl
13649            ! regcomp.c regexec.c
13650 ____________________________________________________________________________
13651 [  7968] By: jhi                                   on 2000/12/03  21:39:56
13652         Log: Implement ANYOFUTF8 regprop() dumping.
13653      Branch: perl
13654            ! regcomp.c
13655 ____________________________________________________________________________
13656 [  7967] By: jhi                                   on 2000/12/03  20:57:19
13657         Log: Make uv_to_utf8() to zero-terminate its output buffer,
13658              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
13659      Branch: perl
13660            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
13661 ____________________________________________________________________________
13662 [  7966] By: nick                                  on 2000/12/03  18:41:21
13663         Log: Integrate mainline (STDCHAR)
13664      Branch: perlio
13665           !> Configure t/pragma/utf8.t
13666 ____________________________________________________________________________
13667 [  7965] By: jhi                                   on 2000/12/03  17:58:20
13668         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
13669      Branch: perl
13670            ! t/pragma/utf8.t
13671 ____________________________________________________________________________
13672 [  7964] By: jhi                                   on 2000/12/03  17:35:56
13673         Log: Integrate perlio.
13674      Branch: perl
13675           !> iperlsys.h perlio.c
13676 ____________________________________________________________________________
13677 [  7963] By: jhi                                   on 2000/12/03  17:33:55
13678         Log: Metaconfig unit change for #7962.
13679      Branch: metaconfig
13680            ! U/modified/stdchar.U
13681 ____________________________________________________________________________
13682 [  7962] By: jhi                                   on 2000/12/03  17:33:27
13683         Log: Untangle the <stdio.h> #include nest for the stdchar test,
13684              from Andy Dougherty.
13685      Branch: perl
13686            ! Configure
13687 ____________________________________________________________________________
13688 [  7961] By: nick                                  on 2000/12/03  16:53:00
13689         Log: Make iperlsys.h vector stdio not PerlIO.
13690      Branch: perlio
13691            ! iperlsys.h perlio.c
13692 ____________________________________________________________________________
13693 [  7960] By: nick                                  on 2000/12/03  14:43:01
13694         Log: Integrate mainline
13695      Branch: perlio
13696           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
13697           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
13698 ____________________________________________________________________________
13699 [  7959] By: jhi                                   on 2000/12/03  08:16:36
13700         Log: Use DO_UTF8().
13701      Branch: perl
13702            ! op.c
13703 ____________________________________________________________________________
13704 [  7958] By: jhi                                   on 2000/12/02  18:33:05
13705         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
13706              From: Mike Guy <mjtg@cam.ac.uk>         
13707              Date: Sat, 02 Dec 2000 17:27:13 +0000
13708              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
13709              
13710              An extraneous argument.
13711      Branch: perl
13712            ! toke.c
13713 ____________________________________________________________________________
13714 [  7957] By: jhi                                   on 2000/12/02  18:22:32
13715         Log: A missing hunk.
13716      Branch: perl
13717            ! t/lib/net-hostent.t
13718 ____________________________________________________________________________
13719 [  7956] By: jhi                                   on 2000/12/02  18:06:20
13720         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
13721              From: Nicholas Clark <nick@ccl4.org>
13722              Date: Sat, 2 Dec 2000 14:28:27 +0000
13723              Message-ID: <20001202142827.A12308@plum.flirble.org>
13724              
13725              Test robustness.
13726      Branch: perl
13727            ! t/lib/net-hostent.t
13728 ____________________________________________________________________________
13729 [  7955] By: jhi                                   on 2000/12/02  17:58:06
13730         Log: Metaconfig unit change for #7954.
13731      Branch: metaconfig
13732            ! U/modified/stdchar.U
13733 ____________________________________________________________________________
13734 [  7954] By: jhi                                   on 2000/12/02  17:54:32
13735         Log: An inconvenient hang would happen if the stdio _ptr wasn't
13736              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
13737              would be grepping stdin for all eternity for the _ptr.)
13738      Branch: perl
13739            ! Configure
13740 ____________________________________________________________________________
13741 [  7953] By: jhi                                   on 2000/12/02  00:07:15
13742         Log: Update Changes.
13743      Branch: perl
13744            ! Changes patchlevel.h
13745 ____________________________________________________________________________
13746 [  7952] By: jhi                                   on 2000/12/01  23:54:47
13747         Log: Subject: Re: long shell lines
13748              From: Andy Dougherty <doughera@lafayette.edu>
13749              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
13750              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
13751              
13752              Split overly long shell command lines.
13753      Branch: perl
13754            ! lib/ExtUtils/MM_Unix.pm
13755 ____________________________________________________________________________
13756 [  7951] By: jhi                                   on 2000/12/01  23:48:02
13757         Log: The metaconfig unit change for #7950.
13758      Branch: metaconfig
13759            + U/modified/stdchar.U
13760 ____________________________________________________________________________
13761 [  7950] By: jhi                                   on 2000/12/01  23:47:39
13762         Log: Try to find stdchar also from <stdio_impl.h>.
13763      Branch: perl
13764            ! Configure config_h.SH
13765 ____________________________________________________________________________
13766 [  7949] By: jhi                                   on 2000/12/01  23:46:45
13767         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
13768              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13769              Date: Fri, 1 Dec 2000 16:26:08 -0500
13770              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
13771              
13772              Reword the diagnostic message.
13773      Branch: perl
13774            ! pod/perldiag.pod
13775 ____________________________________________________________________________
13776 [  7948] By: nick                                  on 2000/12/01  22:49:43
13777         Log: Integrate mainline (for s/y/m as sub names stuff).
13778      Branch: perlio
13779           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
13780           !> t/pragma/warn/toke toke.c
13781 ____________________________________________________________________________
13782 [  7947] By: jhi                                   on 2000/12/01  20:55:41
13783         Log: Integrate perlio.
13784      Branch: perl
13785           !> perlio.c perliol.h t/io/pipe.t
13786 ____________________________________________________________________________
13787 [  7946] By: jhi                                   on 2000/12/01  20:36:51
13788         Log: Upgrade to CPAN 1.59_51, from Andreas König.
13789      Branch: perl
13790            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13791 ____________________________________________________________________________
13792 [  7945] By: nick                                  on 2000/12/01  20:31:32
13793         Log: Integrate mainline
13794      Branch: perlio
13795           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
13796           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
13797           +> t/lib/net-hostent.t
13798           !> (integrate 35 files)
13799 ____________________________________________________________________________
13800 [  7944] By: jhi                                   on 2000/12/01  20:23:29
13801         Log: Some help for 20001130.011.  Now one gets warnings like
13802              "Ambiguous -f() resolved as a file test ..."
13803      Branch: perl
13804            ! pod/perldiag.pod t/pragma/warn/toke toke.c
13805 ____________________________________________________________________________
13806 [  7943] By: jhi                                   on 2000/12/01  19:44:44
13807         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
13808              that also breaks using them as methods. 
13809      Branch: perl
13810            ! pod/perldiag.pod t/op/misc.t toke.c
13811 ____________________________________________________________________________
13812 [  7942] By: nick                                  on 2000/12/01  17:56:46
13813         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
13814              Make 'unix' pass most tests
13815              - do unread by temporary push of layer ("pending") holding unread chars
13816              - fast_gets is now based on per-handle flag
13817              - relax one of io/pipe.t tests to allow print to fail and close to
13818              succeed so that it passes on unbuffered "unix" layer.
13819              Remaining fail is sporadic and a genuine race condition between
13820              parent/child in fork test.
13821      Branch: perlio
13822            ! perlio.c perliol.h t/io/pipe.t
13823 ____________________________________________________________________________
13824 [  7941] By: jhi                                   on 2000/12/01  15:28:58
13825         Log: (Retracted by #7943.)
13826              
13827              Reserve the short named string operator names.
13828      Branch: perl
13829            ! pod/perldiag.pod t/op/misc.t toke.c
13830 ____________________________________________________________________________
13831 [  7940] By: jhi                                   on 2000/12/01  06:45:53
13832         Log: Get the three different space character classes right under utf8.
13833      Branch: perl
13834            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
13835            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
13836            ! regexec.c t/op/pat.t utf8.c
13837 ____________________________________________________________________________
13838 [  7939] By: jhi                                   on 2000/12/01  03:26:26
13839         Log: Two more tests that make no sense in UTF-8 since the test
13840              data is not in UTF-8.
13841      Branch: perl
13842            ! t/op/regexp.t
13843 ____________________________________________________________________________
13844 [  7938] By: jhi                                   on 2000/12/01  03:20:39
13845         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
13846              should it be required inside regexen?
13847      Branch: perl
13848            ! regcomp.c t/op/regmesg.t
13849 ____________________________________________________________________________
13850 [  7937] By: jhi                                   on 2000/12/01  02:58:53
13851         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
13852              stored and restored, and thusly was trounced by the utf8 swash
13853              routines.
13854      Branch: perl
13855            ! regcomp.c
13856 ____________________________________________________________________________
13857 [  7936] By: jhi                                   on 2000/11/30  20:41:39
13858         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
13859              Why the different platforms behave so differently (core dump vs
13860              no core dump) on this bug is a but of a mystery, but if I had to
13861              guess I would mumble something like 'alignment'.
13862      Branch: perl
13863            ! sv.c
13864 ____________________________________________________________________________
13865 [  7935] By: jhi                                   on 2000/11/30  16:17:02
13866         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
13867              From: Robin Barker <rmb1@cise.npl.co.uk>
13868              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
13869              Date: Thu, 30 Nov 2000 14:27:12 GMT
13870      Branch: perl
13871            ! perlio.c toke.c
13872 ____________________________________________________________________________
13873 [  7934] By: jhi                                   on 2000/11/30  16:04:49
13874         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
13875      Branch: perl
13876            ! t/lib/net-hostent.t
13877 ____________________________________________________________________________
13878 [  7933] By: jhi                                   on 2000/11/30  06:07:26
13879         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
13880              From: Peter Prymmer <pvhp@forte.com>
13881              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
13882              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
13883              
13884              In VMS the localhost may be LOCALHOST.
13885      Branch: perl
13886            ! t/lib/net-hostent.t
13887 ____________________________________________________________________________
13888 [  7932] By: jhi                                   on 2000/11/30  01:11:11
13889         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
13890              From: Peter Prymmer <pvhp@forte.com>
13891              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
13892              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
13893              
13894              plus regen perlapi.pod.
13895      Branch: perl
13896            ! pod/perlapi.pod utf8.c
13897 ____________________________________________________________________________
13898 [  7931] By: jhi                                   on 2000/11/30  01:06:19
13899         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
13900              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13901              Date:     Wed, 29 Nov 2000 17:15:11 EST
13902              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
13903      Branch: perl
13904            ! t/lib/filter-util.pl t/lib/filter-util.t
13905 ____________________________________________________________________________
13906 [  7930] By: jhi                                   on 2000/11/29  18:51:55
13907         Log: Update Changes.
13908      Branch: perl
13909            ! Changes patchlevel.h
13910 ____________________________________________________________________________
13911 [  7929] By: jhi                                   on 2000/11/29  18:50:55
13912         Log: Update the va_copy() metaconfig unit.
13913      Branch: metaconfig/U/perl
13914            ! need_va_copy.U
13915 ____________________________________________________________________________
13916 [  7928] By: jhi                                   on 2000/11/29  17:50:43
13917         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
13918              From: Dominic Dunlop <domo@computer.org>
13919              Date: Tue, 28 Nov 2000 16:41:57 +0100
13920              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
13921              
13922              Patch to catch a core dump in the Configure va_copy test.
13923      Branch: perl
13924            ! Configure config_h.SH
13925 ____________________________________________________________________________
13926 [  7927] By: jhi                                   on 2000/11/29  17:31:59
13927         Log: Retract #7921, the patch shouldn't be needed.
13928      Branch: perl
13929            ! sv.c
13930 ____________________________________________________________________________
13931 [  7926] By: jhi                                   on 2000/11/29  17:01:41
13932         Log: Make the Class::Struct import() wiser.
13933      Branch: perl
13934            ! lib/Class/Struct.pm t/lib/class-struct.t
13935 ____________________________________________________________________________
13936 [  7925] By: jhi                                   on 2000/11/29  16:36:33
13937         Log: All the core library users of Class::Struct seem to be
13938              using "use Class::Struct 'struct';" instead of the bare
13939              "use Class::Struct;", which isn't documented in Class::Struct.
13940              This can't be right.
13941      Branch: perl
13942            ! lib/File/stat.pm
13943 ____________________________________________________________________________
13944 [  7924] By: jhi                                   on 2000/11/29  16:32:15
13945         Log: A test works better if it has the right 1..$n output.
13946      Branch: perl
13947            ! t/lib/class-struct.t
13948 ____________________________________________________________________________
13949 [  7923] By: jhi                                   on 2000/11/29  16:29:11
13950         Log: Forgot to MANIFEST the new Net::hostent test.
13951      Branch: perl
13952            ! MANIFEST
13953 ____________________________________________________________________________
13954 [  7922] By: jhi                                   on 2000/11/29  16:27:49
13955         Log: Integrate perlio.
13956      Branch: perl
13957           !> iperlsys.h perlio.c
13958 ____________________________________________________________________________
13959 [  7921] By: jhi                                   on 2000/11/29  16:27:10
13960         Log: (Retracted by #7927.)
13961              
13962              Subject: [PATCH] Is infinity a number?
13963              From: Simon Cozens <simon@cozens.net>
13964              Date: Wed, 29 Nov 2000 14:48:20 +0000
13965              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
13966      Branch: perl
13967            ! sv.c
13968 ____________________________________________________________________________
13969 [  7920] By: jhi                                   on 2000/11/29  16:23:02
13970         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
13971              From: rspier@pobox.com (Robert Spier)
13972              Date: Wed, 29 Nov 2000 02:17:49 -0500
13973              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
13974              
13975              Add a test for Net::hostent.
13976      Branch: perl
13977            + t/lib/net-hostent.t
13978 ____________________________________________________________________________
13979 [  7919] By: jhi                                   on 2000/11/29  16:21:31
13980         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
13981              add a test for Class::Struct.
13982      Branch: perl
13983            + t/lib/class-struct.t
13984            ! MANIFEST lib/Class/Struct.pm
13985 ____________________________________________________________________________
13986 [  7918] By: jhi                                   on 2000/11/29  15:48:40
13987         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
13988              From: rspier@pobox.com (Robert Spier)
13989              Date: Wed, 29 Nov 2000 02:25:39 -0500
13990              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
13991              
13992              More checking in case someone has broken their services or
13993              protocol databases.
13994      Branch: perl
13995            ! ext/Sys/Syslog/Syslog.pm
13996 ____________________________________________________________________________
13997 [  7917] By: jhi                                   on 2000/11/29  15:46:25
13998         Log: Subject: [PATCH] $^O  win32 -> MSWin32
13999              From: rspier@pobox.com (Robert Spier)
14000              Date: Wed, 29 Nov 2000 02:17:38 -0500
14001              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
14002              
14003              plus similar nits for vms, err, VMS, and UNICOS.
14004      Branch: perl
14005            ! t/lib/syslfs.t t/op/lfs.t
14006 ____________________________________________________________________________
14007 [  7916] By: jhi                                   on 2000/11/29  15:42:51
14008         Log: Subject: [PATCH] Tokeniser debugging
14009              From: Simon Cozens <simon@cozens.net>
14010              Date: Wed, 29 Nov 2000 14:15:45 +0000
14011              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
14012      Branch: perl
14013            ! perl.c perl.h pod/perlrun.pod toke.c
14014 ____________________________________________________________________________
14015 [  7915] By: jhi                                   on 2000/11/29  15:41:36
14016         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14018              Date: Wed, 29 Nov 2000 02:13:14 -0500
14019              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
14020              
14021              OUT keyword nits.
14022              
14023              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14025              Date: Wed, 29 Nov 2000 03:09:04 -0500
14026              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
14027              
14028              OUT and IN_OUT documentation.
14029      Branch: perl
14030            ! lib/ExtUtils/xsubpp pod/perlxs.pod
14031 ____________________________________________________________________________
14032 [  7914] By: jhi                                   on 2000/11/29  03:35:01
14033         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
14034              From: John Tobey <jtobey@john-edwin-tobey.org>
14035              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
14036              Message-Id: <m140e1N-000FOoC@feynman.localnet>
14037              
14038              plus a performance speedup noticed by Sarathy.
14039      Branch: perl
14040            ! op.c
14041 ____________________________________________________________________________
14042 [  7913] By: jhi                                   on 2000/11/29  03:16:59
14043         Log: Use "1 while unlink" so that VMS gets clean, too.
14044      Branch: perl
14045            ! t/lib/filter-util.t
14046 ____________________________________________________________________________
14047 [  7912] By: jhi                                   on 2000/11/29  03:09:08
14048         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
14049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14050              Date: Tue, 28 Nov 2000 03:27:09 -0500
14051              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
14052      Branch: perl
14053            ! lib/ExtUtils/xsubpp
14054 ____________________________________________________________________________
14055 [  7911] By: jhi                                   on 2000/11/29  03:06:30
14056         Log: This should have been part of #7872: no need to scan UTF-8
14057              until eternity.
14058      Branch: perl
14059            ! utf8.c
14060 ____________________________________________________________________________
14061 [  7910] By: jhi                                   on 2000/11/29  02:50:04
14062         Log: One more perltie.pod nit from Casey R. Tweten.
14063      Branch: perl
14064            ! pod/perltie.pod
14065 ____________________________________________________________________________
14066 [  7909] By: jhi                                   on 2000/11/29  02:44:23
14067         Log: Document the known sprintf test failures, exact standard
14068              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
14069      Branch: perl
14070            ! pod/perldelta.pod t/op/sprintf.t
14071 ____________________________________________________________________________
14072 [  7908] By: jhi                                   on 2000/11/29  02:36:23
14073         Log: Add the Encoding table format documentation.
14074      Branch: perl
14075            + ext/Encode/Encode/EncodeFormat.pod
14076            ! MANIFEST
14077 ____________________________________________________________________________
14078 [  7907] By: jhi                                   on 2000/11/29  02:07:24
14079         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
14080              From: "Casey R. Tweten" <crt@kiski.net>
14081              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
14082              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
14083              
14084              Subject: Re: [PATCH] Updating perltie.pod for arrays
14085              From: "Casey R. Tweten" <crt@kiski.net>
14086              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
14087              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
14088      Branch: perl
14089            ! pod/perltie.pod
14090 ____________________________________________________________________________
14091 [  7906] By: nick                                  on 2000/11/28  22:40:59
14092         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
14093      Branch: perlio
14094            ! iperlsys.h perlio.c
14095 ____________________________________________________________________________
14096 [  7905] By: nick                                  on 2000/11/28  22:04:34
14097         Log: Integrate mainline
14098      Branch: perlio
14099           !> (integrate 39 files)
14100 ____________________________________________________________________________
14101 [  7904] By: jhi                                   on 2000/11/28  16:44:43
14102         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
14103              From: Nicholas Clark <nick@babyhippo.co.uk>
14104              Date: Tue, 28 Nov 2000 11:16:57 +0000
14105              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
14106      Branch: perl
14107            ! pod/perlipc.pod
14108 ____________________________________________________________________________
14109 [  7903] By: jhi                                   on 2000/11/28  16:40:31
14110         Log: Subject: [PATCH] Updating perltie.pod for arrays
14111              From: "Casey R. Tweten" <crt@kiski.net>
14112              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
14113              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
14114      Branch: perl
14115            ! pod/perltie.pod
14116 ____________________________________________________________________________
14117 [  7902] By: jhi                                   on 2000/11/28  16:39:37
14118         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
14119              From: Robin Barker <rmb1@cise.npl.co.uk>
14120              Date: Mon, 27 Nov 2000 17:56:44 GMT
14121              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
14122      Branch: perl
14123            ! pod/perlfunc.pod t/op/split.t
14124 ____________________________________________________________________________
14125 [  7901] By: jhi                                   on 2000/11/28  16:28:04
14126         Log: setmode() is a DOSish-only thing.
14127      Branch: perl
14128            ! perlio.c
14129 ____________________________________________________________________________
14130 [  7900] By: jhi                                   on 2000/11/28  16:21:46
14131         Log: Subject: [PATCH] perlcc.PL cleanups
14132              From: Simon Cozens <simon@cozens.net>
14133              Date: Tue, 28 Nov 2000 12:44:35 +0000
14134              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
14135      Branch: perl
14136            ! utils/perlcc.PL
14137 ____________________________________________________________________________
14138 [  7899] By: gsar                                  on 2000/11/28  06:32:55
14139         Log: reintegrate files missed by change#7895
14140      Branch: maint-5.6/perl
14141           +> ext/ByteLoader/bytecode.h utils/Makefile
14142            - utils/perlbc.PL
14143 ____________________________________________________________________________
14144 [  7897] By: gsar                                  on 2000/11/27  18:22:47
14145         Log: can't integrate these two files, for some reason
14146      Branch: maint-5.6/perl
14147            - ext/ByteLoader/bytecode.h utils/Makefile
14148 ____________________________________________________________________________
14149 [  7895] By: gsar                                  on 2000/11/27  18:11:21
14150         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
14151              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
14152              6757..6890,6892..6901 from mainline
14153              
14154              Bytecompiler patches from Benjamin Stuhl.
14155              
14156              More bytecompiler.
14157              
14158              Subject: [PATCH blead] B:: missing dependency
14159              
14160              Subject: [PATCH: 6757] configure.com updates and syslog build
14161              
14162              Long double Gconvert fixes from Yitzchak Scott-Thoennes
14163              and Spider Boardman.
14164              
14165              Subject: [PATCH blead] nextchar() abuse misses an optimisation
14166              
14167              Long double fixes from Spider Boardman.
14168              
14169              Make the selection of NVff et al stricter.
14170              
14171              cSVOPo_*v things index into the current PL_curpad
14172              under ithreads, which is different from the curpad
14173              used by the XSUB.  (In other words, the code as-is
14174              before this patch wouldn't work under ithreads.)
14175              
14176              Be portable.
14177              
14178              VMS MMS (make) wants null action.
14179              
14180              Mac and other portability updates from Chris Nandor.
14181              
14182              Storable support, v-version fixes.
14183              Subject: CPAN.pm beta for testing available
14184              
14185              Portability fix from Hugo van der Sanden.
14186              
14187              Bad makefile.
14188              
14189              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
14190              
14191              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
14192              
14193              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14194              
14195              Replace #6705 with a minimal doc patch.
14196              Subject: [PATCH 5.6.0] replace change #6705
14197              
14198              Drop the separate perlbc, perlcc -b should be enough.
14199              
14200              installperl couldn't tell whether it had run tests or not.
14201              Subject: [PATCH] Re: installperl and t/TEST
14202              
14203              Add silencer flags to installperl.
14204              Subject: [PATCH] Making installperl silent.
14205              
14206              Make "make install" by default silent.  A new "install-verbose"
14207              target is verbose.
14208              
14209              More liberal parsing of version numbers.
14210              Subject: Re: CPAN.pm beta for testing available
14211              
14212              Create directories in silence.
14213              Subject: [PATCH] Another silencer for MakeMaker
14214              
14215              DOS patches and portability/porting notes, from Tim Jenness.
14216              
14217              Make installman to recognize the silence flag -S.
14218              
14219              Actually do something with the silencer option.
14220              
14221              Continue silencing.
14222              
14223              Show the doc file, not the temp file.
14224              
14225              Regen perltoc.
14226              
14227              Subject: [PATCH] More silencing of installman.
14228              
14229              Better wording for the vec lvalue diagnostic.
14230              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
14231              
14232              Subject: [PATCH: 6805] several more tweaks to configure.com
14233              
14234              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
14235              
14236              Missing parts of 
14237              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14238              
14239              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14240              (applied slightly modified)
14241              
14242              installperl --verbose and --silent.
14243              Subject: Re: [PATCH] More silencing of installman.
14244              
14245              Add install-silent target.
14246              
14247              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14248              the problem reported in
14249              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14250              
14251              Tweak the sfio/useperlio logic, hopefully as wished in
14252              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14253              
14254              One forgotten file from #6816.
14255              
14256              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14257              
14258              Remove duplicately applied patch shards.
14259              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14260              
14261              Support preserving extremely big/small angles.
14262              
14263              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14264              
14265              Subject: [PATCH] installation not quite silent yet.
14266              
14267              Update the test count.
14268              
14269              Use UVxf, PTR2UV, NVff.
14270              
14271              Document PTR2XX and INT2PTR.
14272              
14273              no-install target a la make -n.
14274              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14275              
14276              grep -e isn't portable.
14277              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14278              
14279              Can't get the test to reliably work thanks to the
14280              inaccurateness of floating point.  "Resolves" bug ids
14281              20000826.003, 20000826.009, 20000826.010,
14282              
14283              Subject: installman buglet
14284              
14285              DJGPP update from Laszlo Molnar.
14286              
14287              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14288              
14289              Passing -R in ldflags makes now it to appear in the default
14290              for lddlflags, just like with -L.
14291              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14292              
14293              Test nit.
14294              
14295              Use the actual thread type, not the pointer-to-struct.
14296              
14297              Provice virtual $Config{ccflags_nolargefiles} etc. 
14298              
14299              display_format used as a class method without arguments was broken,
14300              reported in
14301              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14302              
14303              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14304              
14305              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14306              
14307              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14308              
14309              opmini.o may be left around if a build is interrupted.
14310              
14311              Typo in #6858.
14312              
14313              Fix for ID 20000828.001, long doubles were not formatted
14314              correctly (showed up in $], which stopped installing perl).
14315              
14316              An attempt to fix the problem reported in
14317              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14318              I can't test this properly since the gcc installation I have
14319              access to seems to be botched (gcc is calling the AIX cpp,
14320              a losing proposition...)
14321              
14322              Add -ld to archname on long tr...double platforms.
14323              
14324              Subject: hv.h Doc Patch
14325              
14326              Potential cruft.
14327              
14328              Subject: [PATCH bleedperl@6856] warnings fixes
14329              
14330              -S is the silent flag, -s is the strip flag.
14331              Subject: [PATCH] Re: [PATCH] make no-install          
14332              
14333              Take out the SUIDMAIL thing, that will not be
14334              a problem in 5.7.*.
14335              
14336              Subject: [PATCH bleedperl@6866] spellings
14337              
14338              Subject: [PATCH] Re: files not cleaned even by veryclean
14339              
14340              Use minimal @INC in tests, most of the time just '../lib',
14341              so that we simply can't pick up stuff from other Perls than
14342              the one we are testing.  Pointed out by
14343              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14344              
14345              Update to Getopt::Long 2.24, from Johan Vromans.
14346              
14347              Fix for thinko in #6848.
14348              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14349              
14350              Patches all over for people and the files they (hopefully) care about.
14351              
14352              Subject: Net::protoent does not export 'getproto'
14353              
14354              Missed a change in #6869.
14355              
14356              Subject: [PATCH] Warnings in B::Deparse
14357              
14358              Subject: [PATCH] Glob dumping
14359              
14360              Disable one of the tests for now.
14361              
14362              Disabling the one test is a bit tricky.
14363              
14364              Don't forget to tidy up.
14365              
14366              The #6881 removed one dump line.
14367              
14368              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14369              
14370              Under usethreads the dumped variable is IN_PAD.
14371              Subject: Re: [PATCH] Glob dumping
14372              
14373              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14374              
14375              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14376              
14377              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14378              
14379              Regen Configure for #6894.
14380              
14381              Subject: [PATCH: 6889] updates to perlebcdic.pod
14382              
14383              Undo namespace pollution of #6878.
14384              Subject: Re: Net::protoent does not export 'getproto'
14385              
14386              Admit that we are leaking scalars.
14387              
14388              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14389      Branch: maint-5.6/perl
14390           !> (integrate 271 files)
14391 ____________________________________________________________________________
14392 [  7894] By: gsar                                  on 2000/11/27  16:00:34
14393         Log: a couple of nits
14394      Branch: maint-5.6/perl
14395            ! MANIFEST pp_sys.c
14396 ____________________________________________________________________________
14397 [  7893] By: gsar                                  on 2000/11/27  15:10:56
14398         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
14399              6740..6745,6747..6757,6760
14400              
14401              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
14402              
14403              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
14404              
14405              Doc nits spotted by Richard Soderberg.
14406              
14407              move WNOHANG definition to where other such things are
14408              
14409              Make $Config{byteorder} more magical so that it is
14410              dynamically computed: nice for 'fat binaries'.
14411              Subject: [PATCH]: default byteorder
14412              
14413              Subject: [PATCH] Cwd.pm now uses strict
14414              
14415              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
14416              
14417              Get -DLEAKTEST to compile (not necessarily to work, mind)
14418              Subject: [ID 20000724.006] -DLEAKTEST problem
14419              
14420              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
14421              
14422              Add perlebcdic from Peter Prymmer, regen toc.
14423              
14424              Don't propose using modules built for 5.005 if no binary
14425              compatibility with 5.005 is attempted.
14426              
14427              Do not use prototyping here.
14428              Subject: [ID 20000817.016] [PATCH] Peek.xs
14429              
14430              Document what the backtick returns if the command fails.
14431              
14432              Add byteorder to the myconfig output.
14433              
14434              Introduce NVef, NVff, and NVgf, use the middle one.
14435              (helps for lib/peek + Linux + long doubles)  Reported in
14436              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14437              Use NVs in POSIX math, not doubles.
14438              Subject: [ID 20000817.014] POSIX & modfl
14439              
14440              Subject: [PATCH 5.6.0+] newSVrv() memory leak
14441              
14442              The byteorder code in #6671 was wrong.
14443              
14444              Fix the lib/complex failure of
14445              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
14446              Linux long double accuracy issue: something that
14447              when printed with %g looks like "2" but int() of it is 1.
14448              
14449              Propagate new Configure vars.
14450              
14451              Unbuffer the output.
14452              
14453              Subject: [PATCH] perltrap.pod spring cleaning
14454              
14455              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
14456              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
14457              
14458              Tiny Getopt::Long patch from Johan Vromans.
14459              
14460              Document code point which makes if (defined %stash::) to work
14461              (noted by Spider Boardman).
14462              
14463              Subject: [PATCH perl@6698] cygwin port
14464              
14465              Document the NDBM_File and ODBM_File as SDBM_File
14466              was documented in #6417.
14467              
14468              The new tests were missing from #6415.
14469              
14470              Add [[:blank:]] as suggested in
14471              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14472              (the [=cc=] has already been taken care of by #6439
14473              so the whole bug report can be closed)
14474              and make [[:space:]] to be equivalent to isspace(3)
14475              (as opposed to \s, which is isSPACE()).  The difference
14476              is that now [[:space:]] matches the mythical vertical tab,
14477              while \s doesn't.
14478              
14479              Don't eat leading os from index entries.
14480              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
14481              
14482              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
14483              
14484              Typo in pp_complement().
14485              Subject: [PATCH perl-current] Deparse
14486              
14487              Add warnif(), check warnings further up the stack,
14488              all the warnings functions now can take an optional object reference.
14489              Subject: [PATCH bleedperl@6691] warnings pragma update
14490              
14491              Fix a core dump in lib/selfloader under -DDEBUGGING.
14492              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
14493              
14494              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
14495              
14496              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
14497              
14498              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
14499              Put back the long double avoidance code to POSIX.xs
14500              because VMS seems to need it still.
14501              
14502              Introduce a 'veryclean' target that is like 'distclean'
14503              but also removes *~ and *.orig.
14504              
14505              Subject: [ID 20000817.023] endianness description in perlfunc.pod
14506              
14507              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
14508              
14509              Let's try #6717 again.
14510              
14511              UTF8 concat fixes.
14512              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
14513              
14514              pp_open() could pass an uninitialized filename down to do_open9().
14515              
14516              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
14517              
14518              Update to CGI 2.72, from Lincoln Stein.
14519              
14520              Subject: [PATCH] Silence MakeMaker (Was: installman)
14521              
14522              Use temporary directory instead of current directory.
14523              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
14524              
14525              Document odd vs even subreleases and -Dusedevel.
14526              
14527              The veryclean target needs to clobber.
14528              
14529              Use File::Spec->tmpdir().
14530              
14531              Document the number of exponent digits.
14532              
14533              Mention perlebcdic and perlposix-bc.
14534              
14535              s/this one/the 5.6.0 release/
14536              
14537              The #6724 is here.
14538              
14539              The correct cleaning order is an art.
14540              
14541              small tweaks for change#6705: avoid C++ style comments in C code;
14542              use Perl's malloc API rather than the low level system one
14543              
14544              Array context keeps slithering in.
14545              
14546              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
14547              
14548              Subject: [PATCH] os2.c fix for use64bitint
14549              
14550              Update to Pod::LaTeX 0.53.
14551              Subject: [PATCH] lib/Pod/LaTeX.pm updates
14552              
14553              Document the endianness of Alpha more precisely.
14554              
14555              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
14556              
14557              Rename the macro argument because some preprocessors
14558              can't tell the difference and expand arguments also inside
14559              double quoted strings.
14560              
14561              free TLS slot properly on Windows
14562              
14563              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
14564              
14565              Unicos/mk requires elaborate paranoia.
14566              
14567              Tweak the floating point output routine preferences.
14568              
14569              Also under djgpp the timestamps are funky.
14570              
14571              Apply some PodParser 1.18 patches; the Pod/Find.pm
14572              patches cannot be applied since #6712 conflicts.
14573              
14574              Use PodParser 1.18 new test.
14575              
14576              A pod nit.
14577              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
14578              
14579              Be verydeepclean.
14580      Branch: maint-5.6/perl
14581           +> pod/perlebcdic.pod
14582           !> (integrate 106 files)
14583 ____________________________________________________________________________
14584 [  7892] By: jhi                                   on 2000/11/27  15:02:32
14585         Log: Update Changes.
14586      Branch: perl
14587            ! Changes patchlevel.h
14588 ____________________________________________________________________________
14589 [  7891] By: jhi                                   on 2000/11/27  14:57:23
14590         Log: Subject: Re: perlfaq style changes
14591              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14592              Date: Sat, 25 Nov 2000 23:32:26 -0800
14593              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
14594              
14595              plus a note from Ronald Kimball.
14596      Branch: perl
14597            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
14598 ____________________________________________________________________________
14599 [  7890] By: jhi                                   on 2000/11/27  14:53:14
14600         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
14601              From: Benjamin Holzman <bah@ecnvantage.com>
14602              Date: Sun, 26 Nov 2000 16:27:33 -0500
14603              Message-ID: <20001126162733.J25040@ecnvantage.com>
14604      Branch: perl
14605            ! gv.c
14606 ____________________________________________________________________________
14607 [  7889] By: jhi                                   on 2000/11/27  14:43:11
14608         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
14609              From: lvirden@cas.org
14610              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
14611              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
14612      Branch: perl
14613            ! README.amiga
14614 ____________________________________________________________________________
14615 [  7888] By: jhi                                   on 2000/11/27  14:32:34
14616         Log: Restore also the locale test to no-sprintf-taint state.
14617              Fixes the bug 20001127.003.
14618      Branch: perl
14619            ! sv.c t/pragma/locale.t
14620 ____________________________________________________________________________
14621 [  7887] By: gsar                                  on 2000/11/27  14:13:05
14622         Log: integrate changes#6613..6616,6620..6665 from mainline
14623              
14624              VMS configure.com update continues.
14625              
14626              Subject: Test fails / warnings with perl-current #6612
14627              
14628              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
14629              
14630              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
14631              
14632              For now remove the mail code.
14633              
14634              Subject: Re: [PATCH] @+, @- readonly
14635              
14636              Subject: warning: storage class after type is obsolescent
14637              
14638              Subject: sfio2000
14639              
14640              Subject: Re: File::Temp problems on VMS in bleedperl
14641              
14642              README.os2 update.
14643              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
14644              
14645              Make the user to give up his firstborn, err, to knowingly
14646              verify installing an unstable developer release.  Also bump
14647              the release to 5.7.0, but leave a patch tag in the local
14648              patches saying that this is not yet the real thing.
14649              
14650              Update (kinda) to Test 1.14, from Joshua Pritikin.
14651              
14652              make ok etc also for win32.
14653              
14654              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
14655              
14656              Don't blow limited stacks, a lower number is enough to
14657              tickle the lookbehind limit.
14658              
14659              Use -Dusedevel; regen Configure and the respective Porting stuff.
14660              
14661              Subject: [PATCH] debugger exit code should reflect user exit code
14662              
14663              Subject: [PATCH perl@6620] cygwin port
14664              
14665              Missed a file from #6638.
14666              
14667              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)
14668              
14669              magic callbacks all need to have same type signature
14670              
14671              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
14672              
14673              Fix a dependency problem.
14674              Subject: [PATCH: 6640] VMS Makefile.SH update
14675              
14676              The numeric locale was reset to "C" by s?printf and never restored.
14677              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
14678              No test since adding the failing example to locale.t
14679              does not fail -- probably because the locale settings are so
14680              thoroughly tweaked by that time.  Running the example standalone
14681              does fail, though.  UPDATE: test case added at change #7540.
14682              
14683              Subject: [ID 20000324.040] minor fix to perlhpux.pod
14684              
14685              Update to CPAN 1.57.
14686              
14687              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
14688              
14689              Change the perlbug address to perl.org since it's more forgiving.
14690              
14691              Change the regx compilation error markers to use = instead of <
14692              since pod makes using the latter quite messy.  Reported in
14693              ID 20000814.006 by Abigail and in
14694              Subject: Unknown escape E<> ?
14695              
14696              Update to perldebtut 1.9, from Richard Foley.
14697              
14698              check that the number pseudo children doesn't exceed
14699              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
14700              the WaitForMultipleObjects() limit that would cause wait()
14701              to crash)
14702              wait() and waitpid() could potentially be rewritten to use
14703              more than one thread to do the waiting to eliminate this
14704              limitation
14705              
14706              change#6328 could make close(SOCKET) return false on windows
14707              when it shouldn't
14708              
14709              pod nit seen in passing
14710              
14711              on windows, the return values from wait() and waitpid() don't
14712              match those of pseudo-pids
14713              
14714              waitpid() now handles externally spawned pids correctly;
14715              fixes for backtick/wait/waitpid failures on Windows 9x
14716              these changes make the pid returned by process functions on
14717              Windows 9x always positive by clearing the high bit (which
14718              is always set on Win9x); pseudo-process PIDs are likewise
14719              always negative now on Win9x (just as on NT/2000)
14720              
14721              trailing new %ENV entries weren't being pushed into the real
14722              environment of subprocesses on Windows
14723              
14724              Tweak the regex compilation errors once more.
14725              
14726              avoid warnings from dense compiler
14727              
14728              add "ok" targets from change#6632 in makefile.mk
14729      Branch: maint-5.6/perl
14730            - lib/Pod/PlainText.pm vms/configure.com
14731           !> (integrate 66 files)
14732 ____________________________________________________________________________
14733 [  7886] By: jhi                                   on 2000/11/27  13:54:18
14734         Log: __FUNCTION__ isn't portable and trying to emulate it leads
14735              into practically spelling out the name of the function.
14736              Takes care of the bug 20001127.001.
14737      Branch: perl
14738            ! perlio.c
14739 ____________________________________________________________________________
14740 [  7885] By: gsar                                  on 2000/11/27  13:53:18
14741         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
14742              6610..6611 from mainline
14743              
14744              Make regular expression parse error messages easier to understand.
14745              Subject: Re: enhanced(?) regex error messages
14746              
14747              Tiny tidying on report_evil_fh().
14748              
14749              Subject: Re: enhanced(?) regex error messages 
14750              plus Capitalize the error messages, plus perldiag them.
14751              
14752              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
14753              
14754              Document here-doc better.
14755              
14756              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
14757              
14758              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
14759              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
14760              (either perlbug or p5p ate the original), plus regen
14761              perlapi and perltoc. 
14762              
14763              Regen global.sym.
14764              
14765              Double check that we have a dirhandle.
14766              
14767              Subject: Re: enhanced(?) regex error messages
14768              (plus two small patches sent privately)
14769              (this still seems to leave few test failures)
14770              
14771              warn is a macro, avoid using at a variable to avoid warnings
14772              in some configurations; readdir.t is too conservative in
14773              estimating number of *.t's
14774              
14775              Get back into sync with Jeffrey on the enhanced regex warnings.
14776              
14777              Subject: [PATCH 5.6.0] cygwin port
14778              
14779              Zero entries were skipped, fix from Adrian Goalby
14780              <argoalby@yahoo.co.uk>
14781              
14782              Subject: Remove dead entry in perldiag
14783              
14784              Amend the description of Perl6.
14785              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
14786              
14787              detypo
14788              
14789              It's the 2ndO'ROSSC.
14790              
14791              Revert the sv.c part of #6559, a better fix is needed.
14792              
14793              Iterating perl6 description.
14794              
14795              Update to Term::ANSIColor 1.03, from Russ Allbery.
14796              
14797              Update to Getopt::Long 2.23_05, from Johan Vromans.
14798              
14799              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
14800              
14801              Update to Pod::Parser 1.17, from Brad Appleton.
14802              
14803              Update to CPAN 1.56, from Andreas König.
14804              
14805              Update to CGI 2.70, from Lincoln Stein.
14806              
14807              Put back the std @INC thing.
14808              
14809              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
14810              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
14811              
14812              Document the IO::Select timeout.
14813              
14814              sleep(1) does not necessarily return 1.
14815              Subject: [PATCH bleadperl] op/lex_assign.t  
14816              
14817              Subject: debugger "d" command doesnt check line number
14818              
14819              B::Deparse didn't do sub attributes.
14820              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
14821              
14822              Preprocessing and postprocessing for File::Find.
14823              Subject: Patch to Find::File.pm to allow alphabetical results
14824              
14825              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
14826              
14827              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
14828              
14829              Subject: Re: [ID 20000730.003] utf8::length() bad
14830              
14831              Subject: Getting perlio and threads to compile
14832              (the Solaris version changes in Configure skipped)
14833              
14834              Tests for #6589.
14835              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
14836              
14837              Add Perl debugging tutorial, regen toc. 
14838              Subject: perldebtut.pod
14839              
14840              Add a few missing files, update MANIFEST.
14841              
14842              Rewrite of vms/subconfigure.com as configure.com,
14843              from Peter Prymmer and the vmsperl crew.
14844              
14845              Should have deleted this in #6603.
14846              
14847              Fix the test for 5005threads.
14848              
14849              Fix-n-skip the tests under 5005threads.
14850              
14851              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
14852              
14853              Upgrade to CGI 2.71, from Lincoln Stein.
14854      Branch: maint-5.6/perl
14855           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
14856           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
14857           +> t/op/regmesg.t t/pod/find.t vms/configure.com
14858            - vms/subconfigure.com
14859            ! lib/lib.pm
14860           !> (integrate 115 files)
14861 ____________________________________________________________________________
14862 [  7884] By: jhi                                   on 2000/11/27  13:44:33
14863         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
14864              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14865              Date:     Mon, 27 Nov 2000 08:23:54 EST
14866              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
14867      Branch: perl
14868            ! vms/descrip_mms.template vms/test.com
14869 ____________________________________________________________________________
14870 [  7883] By: gsar                                  on 2000/11/27  11:50:46
14871         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
14872              6511..6513,6515..6523,6525..6536
14873              
14874              The swallow_bom() saga continues.  The #23 of require.t
14875              (UTF16-LE) still fails (silently, no output) but the #22
14876              (UTF16-BE) seems to be working now.  The root of the
14877              failure may be in sv_gets(): is it UTF-16LE-aware,
14878              especially when it comes to line endings? 
14879              
14880              Document the problem with -P in HP-UX and its workaround.
14881              
14882              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
14883              (aka ID 20000730.002)
14884              
14885              Subject: fix and question re: waitpid() under win32
14886              
14887              Make the safety catch for buggy gccs work with triple version
14888              numbers like 2.95.2.  Reported in
14889              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
14890              
14891              In Digital UNIX warn if gcc explicitly chosen because even
14892              2.95.2 is known to cause problems.
14893              
14894              Make chr() for values >127 to create utf8 when under utf8.
14895              
14896              various syntax errors and such (not fixed: comp/require.t#22 coredump
14897              on Windows)
14898              
14899              Stash away the largefiles flags and libswanted.
14900              
14901              BOM patching from Simon Cozens.
14902              
14903              If gccosandvers is equal to osname, clear gccosandvers.
14904              
14905              Make p4desc to skip non-mainperl branches by default.
14906              
14907              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
14908              
14909              The test from this
14910              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
14911              
14912              In new BSDs changes to argv[] do not show up in ps(1) output,
14913              instead one must use setproctitle().  This was already addressed
14914              by change #6457, but the below has a new variant for FreeBSD 4.0
14915              or later, and the matter is also documented more.
14916              
14917              FreeBSD 3.* updates from
14918              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
14919              
14920              regen_headers, regen perltoc.
14921              
14922              Document in one place the memory abstractions used in Perl core.
14923              
14924              memcpy has n o in it, as pinted ut by Sarathy.
14925              
14926              Remove the extraneous "main::" prefix from all the
14927              "opened only for", "on closed", and "never opened" warnings.
14928              
14929              The name of a filehandle does not have <these>.
14930              
14931              The tr utf8 patching continues.
14932              
14933              The new setproctitle() feature is available only in 
14934              bleeding edge FreeBSD.  From Paul Saab.
14935              
14936              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
14937              
14938              Dump UVs as UVs in Data::Dumper.
14939              
14940              detypo #6494
14941              
14942              Document the IVdf UVuf UVof UVxf.
14943              
14944              require.t needs binmode() to work on windows
14945              
14946              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
14947              that are hopefully soon put into use.
14948              
14949              Allow "no Module;" even if there is no 'unimport'.
14950              
14951              Better skip message for the test; one of the two problems in
14952              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
14953              
14954              The subtest 4 may fail also on VOBS, as pointed out
14955              by Nick Ing-Simmons in November 1999, bug id 19991124.003
14956              (but the failure in that bug report isn't the subtest 4).
14957              
14958              Be more informative on what is skipped and why,
14959              also repeat the list at the end.
14960              
14961              Add a URL for FSF.
14962              
14963              Subject: [PATCH] sv.h documentation - SvLEN
14964              
14965              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
14966              
14967              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
14968              
14969              Subject: [PATCH] bad cppsymbols on os2 + Configure question
14970              
14971              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
14972              
14973              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
14974              mention the idea of @( and @)
14975              
14976              This is 6512.  Really.
14977              
14978              Subject: [ID 19990721.004] Documentation bug in perlfunc
14979              
14980              Subject: Minor tweak to perlvar.pod
14981              
14982              In the warnings call filehandles consistently so;
14983              add "unopened" warning for stat().
14984              
14985              After the #6519 a warning about stat() is just that,
14986              not about a filetest, which now have their own warning.
14987              
14988              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
14989              
14990              Subject: Re: Array vs. List context
14991              
14992              Subject: New perlcc, take 2
14993              
14994              Weed buglets pointed out by
14995              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
14996              
14997              gcc versions might have (parentheses) in them.
14998              
14999              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
15000              
15001              Essential prototype changes were missing from #6527.
15002              Also make report_evil_fh() more bomb-proof.
15003              
15004              Zap lib/Sys directory when cleaning up.
15005              
15006              Change the Policy policy: now -Dprefix= with an existing
15007              Policy.sh and prefix == siteprefix == vendorprefix, then all
15008              of them follow along the new prefix.
15009              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
15010              
15011              Continue fixing the io warnings.  This also
15012              sort of fixes bug ID 20000802.003: the core dump
15013              is no more.  Whether the current behaviour is correct
15014              (giving a warning: "Not a format reference"), is another matter.
15015              
15016              Have symbols for the IoTYPEs.
15017              
15018              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
15019              
15020              Document a bit that UDP is not what you might think.
15021              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
15022              tr memory corruption fix from Simon Cozens.
15023              
15024              Plug the security hole described in the Aug 05 2000 bugtraq message
15025              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
15026              The security hole exists only in suidperls, which isn't
15027              installed or even built by default.
15028      Branch: maint-5.6/perl
15029           !> (integrate 71 files)
15030 ____________________________________________________________________________
15031 [  7882] By: gsar                                  on 2000/11/27  10:25:36
15032         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
15033              from mainline
15034              
15035              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
15036              to be fatal errors (instead of by default ignoring them, and
15037              ignoring with a bug: even though -w gave an error, the opening [
15038              was left in)  Reported in:
15039              
15040              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
15041              
15042              Subject: [PATCH] split /^/
15043              
15044              MacOS nits from Matthias Neeracher.
15045              
15046              More split() doc and test patches from Mike Guy.
15047              
15048              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
15049              from Graham Barr in the module list.
15050              
15051              docfix from Peter Scott <Peter@PSDT.com>.
15052              
15053              File::Temp patches for VMS and OS/2 from Tim Jenness.
15054              
15055              open() wariness in perlbug.
15056              
15057              Subject: [PATCH] minor doc change - perlguts
15058              
15059              Subject: Minor doc patch: handy.h
15060              
15061              Be wary of close()s, too.
15062              
15063              Further File::Temp patches from Yitzchak Scott-Thoennes
15064              and Craig A. Berry.
15065              
15066              Subject: [PATCH] fixes bug 20000508.004
15067              
15068              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
15069              
15070              Allow "no AutoLoader;", based on change #6444,
15071              suggested by Graham Barr.
15072              
15073              Use setproctitle() if available to modify $0.
15074              
15075              Warn if the version of the operating system used to compile gcc
15076              differs from the current version of the operating system.
15077              Also display the gcc compilation os and version in myconfig.
15078              Inspiration from
15079              
15080              Tiny fixes for #6460.
15081              
15082              The problem described in this
15083              Subject: [ID 20000322.018] named chars aren't magical enough
15084              has been fixed in perl 5.6.0 but just in case added a test
15085              to keep it away.  (The report from Joseph Hall.)
15086              
15087              Tune the comments and hopefully stop a memory leak.
15088              
15089              Subject: UTF8 concat
15090              (with a memory leak fixed, plus a few casts added)
15091              This also seems to help for
15092              Subject: [ID 20000716.015] join UTF8 weirdness
15093              
15094              Do not upgrade SVs into utf8 just because they participate
15095              in eq or cmp.  Reported and fix suggested in
15096              Subject: [ID 20000720.009] sv_eq UTF8 bug
15097              
15098              Fix the HALF_UPGRADE() macro introduced in #6263.
15099              
15100              Find green threads before native threads.
15101              Subject: Re: Patch to jpl/JNI/Makefile.PL
15102      Branch: maint-5.6/perl
15103           !> (integrate 30 files)
15104 ____________________________________________________________________________
15105 [  7881] By: jhi                                   on 2000/11/27  05:48:41
15106         Log: It seems that *both* the unused submatch loop cleanup
15107              codes are needed.
15108      Branch: perl
15109            ! regexec.c
15110 ____________________________________________________________________________
15111 [  7880] By: jhi                                   on 2000/11/27  04:50:07
15112         Log: Clean .exists deeper.
15113      Branch: perl
15114            ! Makefile.SH
15115 ____________________________________________________________________________
15116 [  7879] By: jhi                                   on 2000/11/27  02:31:35
15117         Log: The code in regcppop() (see #7878) contains the correct lower
15118              limit for the unused submatch 'cleanup' loop so that under
15119              "use utf8" the following code wouldn't dump core:
15120              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
15121              the cleanup loop in regtry() stomped beyond allocated area
15122              in the startp[] array.  Therefore, copied the correct lower
15123              loop limit (*PL_reglastparen) to regtry().  Note: something
15124              may still not be quite right: why was the _higher_ loop limit
15125              (prog->nparens) different in the utf8 case?
15126              
15127              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
15128              without core dumps, there were about 17 of them before
15129              the patch (with us since Perl 5.7.0).  Two failures, still:
15130              496 and 505 (though these may not be severe).
15131              
15132              Patch #7881 is also needed since both the cleanup loops
15133              seem to be needed.
15134              
15135              Also, the t/op/pat#44 seems to core dump under utf8.
15136              Plus a couple of failures.  UGH-8.
15137      Branch: perl
15138            ! regexec.c
15139 ____________________________________________________________________________
15140 [  7878] By: jhi                                   on 2000/11/27  02:21:17
15141         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
15142              the code in regcppop() seems to be redundant for the test suite --
15143              but it contains a germ of truth, and it needed for the build
15144              process itself: see #7879 and #7881.
15145      Branch: perl
15146            ! regexec.c
15147 ____________________________________________________________________________
15148 [  7877] By: jhi                                   on 2000/11/27  01:53:09
15149         Log: Comment on comment.
15150      Branch: perl
15151            ! regexec.c
15152 ____________________________________________________________________________
15153 [  7876] By: jhi                                   on 2000/11/27  00:49:59
15154         Log: Adjust the docs to agree with #7875.
15155      Branch: perl
15156            ! pod/perllocale.pod
15157 ____________________________________________________________________________
15158 [  7875] By: jhi                                   on 2000/11/27  00:49:27
15159         Log: Retract #7863.  It makes more sense not to taint formatted output,
15160              not even by sprintf().
15161      Branch: perl
15162            ! sv.c
15163 ____________________________________________________________________________
15164 [  7874] By: jhi                                   on 2000/11/26  23:36:02
15165         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
15166              Not really fixed (should really dump the UTF-8 charclass),
15167              but stopped displaying the garbage.
15168              
15169              Also add a note on the (missing) Unicode PSXSPC and BLANK.
15170      Branch: perl
15171            ! regcomp.c
15172 ____________________________________________________________________________
15173 [  7873] By: jhi                                   on 2000/11/26  21:31:13
15174         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
15175      Branch: perl
15176            ! regexec.c
15177 ____________________________________________________________________________
15178 [  7872] By: jhi                                   on 2000/11/26  21:06:04
15179         Log: No need to scan till infinity, 13 is enough.
15180      Branch: perl
15181            ! handy.h utf8.c
15182 ____________________________________________________________________________
15183 [  7871] By: jhi                                   on 2000/11/26  20:20:32
15184         Log: Test line numbers are different with utf8.
15185      Branch: perl
15186            ! t/op/re_tests
15187 ____________________________________________________________________________
15188 [  7870] By: jhi                                   on 2000/11/26  20:10:12
15189         Log: Message nit.
15190      Branch: perl
15191            ! regcomp.c
15192 ____________________________________________________________________________
15193 [  7869] By: jhi                                   on 2000/11/26  19:01:05
15194         Log: Make utf8_length() and utf8_distance() (the latter of which
15195              is unused at the moment) to be less forgiving about bad UTF-8.
15196      Branch: perl
15197            ! embed.h embed.pl objXSUB.h proto.h utf8.c
15198 ____________________________________________________________________________
15199 [  7868] By: jhi                                   on 2000/11/26  18:45:56
15200         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
15201              From: Benjamin Holzman <bah@ecnvantage.com>
15202              Date: Sat, 25 Nov 2000 20:40:20 -0500       
15203              Message-ID: <20001125204020.A25040@ecnvantage.com>              
15204              
15205              Debian allows installing /usr/bin/locale without installing
15206              any locales, an error message will ensue.
15207      Branch: perl
15208            ! t/pragma/locale.t
15209 ____________________________________________________________________________
15210 [  7867] By: jhi                                   on 2000/11/26  18:31:12
15211         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
15212              From: Benjamin Holzman <bah@ecnvantage.com>
15213              Date: Sun, 26 Nov 2000 02:42:34 -0500
15214              Message-ID: <20001126024234.G25040@ecnvantage.com>
15215              
15216              Patch for the bug 20000212.002.
15217      Branch: perl
15218            ! sv.c t/op/array.t
15219 ____________________________________________________________________________
15220 [  7866] By: jhi                                   on 2000/11/26  18:28:09
15221         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
15222              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15223              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
15224              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
15225              
15226              File::Temp 0.11.
15227      Branch: perl
15228            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
15229 ____________________________________________________________________________
15230 [  7865] By: jhi                                   on 2000/11/26  18:24:22
15231         Log: The metaconfig unit change for #7864.
15232      Branch: metaconfig/U/perl
15233            ! need_va_copy.U
15234 ____________________________________________________________________________
15235 [  7864] By: jhi                                   on 2000/11/26  18:23:41
15236         Log: Make the va_copy() test not to be so talkative.
15237      Branch: perl
15238            ! Configure config_h.SH
15239 ____________________________________________________________________________
15240 [  7863] By: jhi                                   on 2000/11/26  18:11:02
15241         Log: Fix locale inconsistencies unearthed by Hugo's work.
15242              Now the floating point sprintf really does taint the result
15243              string as perllocale promises (has promised for a long time)
15244              if "use locale" is in the lexical scope.
15245      Branch: perl
15246            ! sv.c t/pragma/locale.t
15247 ____________________________________________________________________________
15248 [  7862] By: jhi                                   on 2000/11/26  00:35:15
15249         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
15250              From: Nicholas Clark <nick@ccl4.org>
15251              Date: Sun, 26 Nov 2000 00:07:50 +0000
15252              Message-ID: <20001126000750.A22446@plum.flirble.org>
15253              
15254              Infinit.
15255      Branch: perl
15256            ! sv.c
15257 ____________________________________________________________________________
15258 [  7861] By: jhi                                   on 2000/11/26  00:01:26
15259         Log: Integrate perlio.
15260      Branch: perl
15261           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
15262 ____________________________________________________________________________
15263 [  7860] By: nick                                  on 2000/11/25  22:04:17
15264         Log: Correct relative path from new ext\Filter\Util\Call location
15265              back to miniperl.
15266      Branch: perlio
15267            ! win32/makefile.mk
15268 ____________________________________________________________________________
15269 [  7859] By: nick                                  on 2000/11/25  21:26:54
15270         Log: Integrate mainline.
15271      Branch: perlio
15272           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15273           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
15274           +> t/lib/filter-util.t
15275            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15276            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15277            - t/lib/filt-util.t
15278           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
15279           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15280           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
15281           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
15282           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
15283           !> win32/makefile.mk
15284 ____________________________________________________________________________
15285 [  7858] By: gsar                                  on 2000/11/25  20:52:17
15286         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
15287              parent's memory; fix it by keeping track of the actual pad
15288              offset rather than a raw pointer (this change is probably also
15289              relevant to non-ithreads case to avoid fallout from reallocs of
15290              the pad array, but is currently only enabled for the ithreads
15291              case in the interests of minimal disruption to existing "well
15292              tested" code)
15293      Branch: perl
15294            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
15295            ! proto.h scope.c scope.h sv.c t/op/fork.t
15296 ____________________________________________________________________________
15297 [  7857] By: nick                                  on 2000/11/25  20:01:28
15298         Log: All tests pass on Win32/gcc/USE_PERLIO.
15299              - when crlf layer is pushed make unix-level binary.
15300              - remove :crlf injection in pp_backtick in pp_sys.c
15301              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
15302      Branch: perlio
15303            ! doio.c perlio.c pp_sys.c win32/makefile.mk
15304 ____________________________________________________________________________
15305 [  7856] By: jhi                                   on 2000/11/25  18:38:30
15306         Log: Update the metaconfig units for #7855.
15307      Branch: metaconfig/U/perl
15308            ! useperlio.U usesocks.U
15309 ____________________________________________________________________________
15310 [  7855] By: jhi                                   on 2000/11/25  18:37:54
15311         Log: Undo the SOCKS workarounds, instead start using PerlIO
15312              if SOCKS is selected.
15313              
15314              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
15315              From: Jens Hamisch <jens@Strawberry.COM>
15316              Date: Fri, 24 Nov 2000 18:31:30 +0100
15317              Message-ID: <20001124183130.E28337@Strawberry.COM>
15318              
15319              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
15320              From: Jens Hamisch <jens@Strawberry.COM>
15321              Date: Fri, 24 Nov 2000 19:11:51 +0100
15322              Message-ID: <20001124191151.A28753@Strawberry.COM>
15323      Branch: perl
15324            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
15325            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
15326 ____________________________________________________________________________
15327 [  7854] By: jhi                                   on 2000/11/25  17:39:08
15328         Log: Undo #7848.  Some of the code seems to use walkoptree(),
15329              some walkoptree_slow().  An unfinished renaming?
15330              Now the sub is walkoptree() (which is @EXPORT_OK),
15331              the walkoptree_slow() is a typeglob alias to walkoptree.
15332              This makes the tests to pass, at least.
15333      Branch: perl
15334            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
15335 ____________________________________________________________________________
15336 [  7853] By: nick                                  on 2000/11/24  22:24:33
15337         Log: Re-arrange crlf vs binary for platforms that care.
15338              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
15339              Lip-service to making stdio layer work on such platfroms (untested).
15340              Now fails 3 tests rather than one, checkin to see if I can debug 
15341              the issue under linux. (Do not merge.)
15342      Branch: perlio
15343            ! doio.c perlio.c perliol.h
15344 ____________________________________________________________________________
15345 [  7852] By: jhi                                   on 2000/11/24  18:57:39
15346         Log: AUTHORS edits.
15347      Branch: perl
15348            ! AUTHORS
15349 ____________________________________________________________________________
15350 [  7851] By: jhi                                   on 2000/11/24  17:34:56
15351         Log: Add Jan-Erik Karlsson.
15352      Branch: perl
15353            ! AUTHORS
15354 ____________________________________________________________________________
15355 [  7850] By: jhi                                   on 2000/11/24  17:27:56
15356         Log: Configure should find stdchar on its own.
15357      Branch: perl
15358            ! hints/solaris_2.sh
15359 ____________________________________________________________________________
15360 [  7849] By: jhi                                   on 2000/11/24  17:24:55
15361         Log: Subject: PATCH over 7848: Filter test flawed
15362              From: andreas.koenig@anima.de (Andreas J. Koenig)
15363              Date: 24 Nov 2000 10:28:29 +0100
15364              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
15365      Branch: perl
15366            ! t/lib/filter-util.t
15367 ____________________________________________________________________________
15368 [  7848] By: jhi                                   on 2000/11/24  17:22:15
15369         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
15370              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
15371              Date: Fri, 24 Nov 2000 16:12:58 +0000
15372              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
15373      Branch: perl
15374            ! ext/B/B.pm
15375 ____________________________________________________________________________
15376 [  7847] By: jhi                                   on 2000/11/24  03:07:01
15377         Log: Integrate perlio.
15378      Branch: perl
15379           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
15380           !> win32/makefile.mk
15381 ____________________________________________________________________________
15382 [  7846] By: gsar                                  on 2000/11/24  00:55:57
15383         Log: integrate changes#6415..6418,6420..6438 from mainline
15384              
15385              Fix the bitvector ops for utf8 (tricky since past 7 bits
15386              the utf8 'characters' can be more than one octet).
15387              
15388              MPE/ix updates for perl 5.6.0 from Mark Bixby.
15389              
15390              Subject: SDBM_File documentation
15391              
15392              Detypo.
15393              
15394              Decutandpasto.
15395              
15396              Send all installperl messages to STDERR and be -w clean.
15397              
15398              Out-of-date note removed.
15399              
15400              Protect against "wild next"s, that is, callbacks doing "next"
15401              instead of "return".
15402              
15403              Use STDOUT consistently.
15404              
15405              The output might have been produced in the wrong order.
15406              
15407              A missing 'break' after the [[:space:]] switch case.
15408              
15409              Add tests for
15410              [ID 19991110.003] another matching finding by pcre author
15411              which has already been fixed by some patch, as verified in
15412              
15413              Documentation to explain the behaviour of map().
15414              
15415              Add an optimization for map-maps-a-list-element-to-more-list-elements
15416              case, but add also notes explaining the relationship of this
15417              patch and the earlier notes by Sarathy.
15418              
15419              Subject: [ID 20000716.023] syslog test fails without sockets
15420              
15421              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
15422              Test cases for #6431.
15423              
15424              File::Spec::VMS fixup for tmpdir from Craig Berry.
15425              
15426              Make the "uninit variable" warning to say "concat or string"
15427              or "join or string" when in concat or join .
15428              
15429              Get UTF16 BOMs working.  Patch from
15430              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
15431              
15432              Subject: [PATCH] Make large file tests deal with SIGXFSZ
15433              
15434              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
15435              
15436              Subject: [PATCH] av.c apidoc
15437      Branch: maint-5.6/perl
15438           !> (integrate 43 files)
15439 ____________________________________________________________________________
15440 [  7845] By: gsar                                  on 2000/11/24  00:20:45
15441         Log: integrate changes#6406..6414 from mainline
15442              
15443              Merge perlhacktut into perlhack, update perlguts.
15444              
15445              Fix AutoSplit to use File::Spec the right way in VMS,
15446              from Peter Prymmer.
15447              
15448              The bug report
15449              [ID 19991110.002] minimal matching discrepancy found by pcre author
15450              seems to have been fixed (though differently from what was suggested
15451              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
15452              
15453              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
15454              not in pod, from Peter Prymmer
15455              
15456              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
15457              From: Hugo <hv@crypt.compulink.co.uk>
15458              Date: Fri, 14 Jul 2000 23:05:20 +0100
15459              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
15460              
15461              Didn't anymore apply, but that point still could use another fix.
15462              
15463              lib/b test fixes from Peter Prymmer.
15464              
15465              More docs for sv functions.
15466              
15467              perlvms.pod whitespace cleanup to keep pod utils happy.
15468              
15469              another VMS build tweak from Peter Prymmer
15470      Branch: maint-5.6/perl
15471           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
15472           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
15473           !> vms/descrip_mms.template vms/perlvms.pod
15474 ____________________________________________________________________________
15475 [  7844] By: nick                                  on 2000/11/23  23:42:45
15476         Log: Win32/perlio Now just fails one io/argv.t test - lack 
15477              of default :crlf on standard streams.
15478      Branch: perlio
15479            ! doio.c perlio.c
15480 ____________________________________________________________________________
15481 [  7843] By: nick                                  on 2000/11/23  23:04:05
15482         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
15483              peek fail is showing a real problem (multiple crlf layers
15484              are getting pushed.)
15485      Branch: perlio
15486            ! doio.c perlio.c win32/makefile.mk
15487 ____________________________________________________________________________
15488 [  7842] By: nick                                  on 2000/11/23  19:46:23
15489         Log: Implement PerlIO_binmode()
15490              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
15491              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
15492              make binmode in t/lib/io_tell.t unconditional so that works.
15493              Checkin just so Win32 machine can see these changes.
15494      Branch: perlio
15495            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
15496 ____________________________________________________________________________
15497 [  7841] By: jhi                                   on 2000/11/23  19:30:00
15498         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
15499      Branch: perl
15500            ! README.amiga
15501 ____________________________________________________________________________
15502 [  7840] By: jhi                                   on 2000/11/23  17:18:02
15503         Log: SOCKS wrestling continues, patches from Jens Hamisch.
15504      Branch: perl
15505            ! doio.c embed.h embed.pl perlsdio.h proto.h
15506 ____________________________________________________________________________
15507 [  7839] By: jhi                                   on 2000/11/23  16:54:14
15508         Log: Push Filter::Util::Call one level deeper.
15509      Branch: perl
15510            + t/lib/filter-util.t
15511           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15512           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
15513            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15514            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15515            - t/lib/filt-util.t
15516            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
15517            ! win32/Makefile win32/makefile.mk
15518 ____________________________________________________________________________
15519 [  7838] By: jhi                                   on 2000/11/23  16:52:40
15520         Log: Reach back one higher up when searching for PERL_SRC.
15521      Branch: perl
15522            ! lib/ExtUtils/MM_Unix.pm
15523 ____________________________________________________________________________
15524 [  7837] By: jhi                                   on 2000/11/23  16:05:41
15525         Log: Subject: Re: perl@7826
15526              Date: Thu, 23 Nov 2000 02:20:25 -0600
15527              From: "Craig A. Berry" <craigberry@mac.com>
15528              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
15529              
15530              Make VMS to like Filter::Util::Call. 
15531      Branch: perl
15532            ! configure.com ext/Filter/Util/Makefile.PL
15533 ____________________________________________________________________________
15534 [  7836] By: nick                                  on 2000/11/23  16:04:08
15535         Log: Implement crlf layer - not ready for merge.
15536      Branch: perlio
15537            ! perlio.c win32/makefile.mk
15538 ____________________________________________________________________________
15539 [  7835] By: jhi                                   on 2000/11/23  15:56:52
15540         Log: STDCHAR is different in Sparc v9 vs x86.
15541      Branch: perl
15542            ! hints/solaris_2.sh
15543 ____________________________________________________________________________
15544 [  7834] By: jhi                                   on 2000/11/23  15:50:47
15545         Log: The type needs to be visible to protos.
15546      Branch: perl
15547            ! perl.h
15548 ____________________________________________________________________________
15549 [  7833] By: jhi                                   on 2000/11/23  15:40:46
15550         Log: Finish unfinished SOCKS workaround changes.
15551      Branch: perl
15552            ! doio.c
15553 ____________________________________________________________________________
15554 [  7832] By: jhi                                   on 2000/11/23  15:33:30
15555         Log: Integrate perlio.
15556      Branch: perl
15557           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15558           !> win32/makefile.mk
15559 ____________________________________________________________________________
15560 [  7831] By: nick                                  on 2000/11/23  10:31:07
15561         Log: Correct makefile.mk dependancies for ext/Filter/Util
15562              Build ext/Encode
15563              Run dmake regen_config_h
15564      Branch: perlio
15565            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15566            ! win32/makefile.mk
15567 ____________________________________________________________________________
15568 [  7830] By: nick                                  on 2000/11/23  08:05:07
15569         Log: Integrate mainline
15570      Branch: perlio
15571           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15572           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
15573           +> t/lib/filt-util.pl t/lib/filt-util.t
15574           !> (integrate 41 files)
15575 ____________________________________________________________________________
15576 [  7829] By: gsar                                  on 2000/11/23  03:07:11
15577         Log: build the Filter extension on windows
15578      Branch: perl
15579            ! win32/Makefile win32/makefile.mk
15580 ____________________________________________________________________________
15581 [  7828] By: gsar                                  on 2000/11/23  02:46:35
15582         Log: regenerate win32/config* and fix some inconsistencies in the
15583              makefiles; always export Perl_deb() because it is needed
15584              by ext/re/* (whether perl itself is built with -DDEBUGGING
15585              or not)
15586      Branch: perl
15587            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
15588            ! win32/config_H.vc win32/makefile.mk
15589 ____________________________________________________________________________
15590 [  7827] By: gsar                                  on 2000/11/23  02:18:38
15591         Log: get sources building on windows+MSVC again (untested with other
15592              compilers)
15593      Branch: perl
15594            ! win32/include/sys/socket.h win32/perllib.c
15595 ____________________________________________________________________________
15596 [  7826] By: jhi                                   on 2000/11/23  01:18:26
15597         Log: Update Changes.
15598      Branch: perl
15599            ! Changes patchlevel.h
15600 ____________________________________________________________________________
15601 [  7825] By: jhi                                   on 2000/11/23  00:20:41
15602         Log: Subject: Re: av.c patch (having slight problems)
15603              From: "Ben Tilly" <ben_tilly@hotmail.com>
15604              Date: Tue, 21 Nov 2000 23:29:31 -0500
15605              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
15606              
15607              unshift() speedup.
15608      Branch: perl
15609            ! av.c
15610 ____________________________________________________________________________
15611 [  7824] By: jhi                                   on 2000/11/22  23:59:15
15612         Log: Fixes for signedness warnings noticed by VMSperlers.
15613      Branch: perl
15614            ! ext/Storable/Storable.xs regcomp.c sv.c
15615 ____________________________________________________________________________
15616 [  7823] By: jhi                                   on 2000/11/22  23:19:31
15617         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
15618              From: Peter Prymmer <pvhp@forte.com>
15619              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
15620              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
15621      Branch: perl
15622            ! t/pragma/warn/pp_hot
15623 ____________________________________________________________________________
15624 [  7822] By: jhi                                   on 2000/11/22  22:52:20
15625         Log: Be clean.
15626      Branch: perl
15627            ! Makefile.SH
15628 ____________________________________________________________________________
15629 [  7821] By: jhi                                   on 2000/11/22  22:46:39
15630         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
15631              by Damian Conway, as suggested by Paul Marquess.
15632      Branch: perl
15633            + lib/Filter/Simple.pm
15634 ____________________________________________________________________________
15635 [  7820] By: jhi                                   on 2000/11/22  22:45:51
15636         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
15637      Branch: perl
15638            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
15639            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
15640            + t/lib/filt-util.t
15641            ! MANIFEST
15642 ____________________________________________________________________________
15643 [  7819] By: jhi                                   on 2000/11/22  22:03:27
15644         Log: Integrate perlio.
15645      Branch: perl
15646           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
15647           !> win32/makefile.mk
15648 ____________________________________________________________________________
15649 [  7818] By: jhi                                   on 2000/11/22  21:56:02
15650         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
15651      Branch: perl
15652            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
15653            ! t/lib/io_sock.t
15654 ____________________________________________________________________________
15655 [  7817] By: jhi                                   on 2000/11/22  21:39:49
15656         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
15657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15658              Date: Wed, 22 Nov 2000 16:08:12 -0500
15659              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
15660      Branch: perl
15661            ! lib/ExtUtils/Liblist.pm
15662 ____________________________________________________________________________
15663 [  7816] By: jhi                                   on 2000/11/22  21:38:25
15664         Log: Go ahead and #include <unistd.h> in perl.h.
15665      Branch: perl
15666            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
15667            ! util.c
15668 ____________________________________________________________________________
15669 [  7815] By: jhi                                   on 2000/11/22  21:22:52
15670         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
15671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15672              Date: Mon, 20 Nov 2000 18:30:52 -0500
15673              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
15674      Branch: perl
15675            ! pod/perlre.pod regcomp.c t/op/re_tests
15676 ____________________________________________________________________________
15677 [  7814] By: jhi                                   on 2000/11/22  21:21:46
15678         Log: Subject: [PATCH 5.7.0] Liblist finally works
15679              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15680              Date: Tue, 21 Nov 2000 22:02:17 -0500
15681              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
15682      Branch: perl
15683            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
15684            ! lib/ExtUtils/MakeMaker.pm
15685 ____________________________________________________________________________
15686 [  7813] By: jhi                                   on 2000/11/22  21:20:23
15687         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
15688              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15689              Date: Wed, 22 Nov 2000 17:53:15 +0100
15690              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
15691              
15692              AIX dynaloader and perlio patch.
15693      Branch: perl
15694            ! ext/DynaLoader/dl_aix.xs
15695 ____________________________________________________________________________
15696 [  7812] By: jhi                                   on 2000/11/22  21:17:52
15697         Log: (Accidentally empty patch.)
15698      Branch: perl
15699            ! av.c
15700 ____________________________________________________________________________
15701 [  7811] By: jhi                                   on 2000/11/22  21:16:31
15702         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
15703              From: Peter Prymmer <pvhp@forte.com>
15704              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
15705              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
15706      Branch: perl
15707            ! vms/test.com
15708 ____________________________________________________________________________
15709 [  7810] By: jhi                                   on 2000/11/22  21:15:36
15710         Log: Subject: Re: perl@7777 
15711              From: "John P. Linderman" <jpl@research.att.com>
15712              Date: Wed, 22 Nov 2000 13:11:11 -0500
15713              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
15714              
15715              Detypoing.
15716      Branch: perl
15717            ! lib/CPAN.pm
15718 ____________________________________________________________________________
15719 [  7809] By: jhi                                   on 2000/11/22  21:14:19
15720         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
15721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15722              Date:     Wed, 22 Nov 2000 13:51:37 EST
15723              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
15724      Branch: perl
15725            ! perlsdio.h
15726 ____________________________________________________________________________
15727 [  7808] By: jhi                                   on 2000/11/22  21:13:27
15728         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
15729              From: Casey Tweten <crt@kiski.net>
15730              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
15731              Message-Id: <200011201653.LAA10194@home.kiski.net>
15732      Branch: perl
15733            ! t/lib/io_udp.t
15734 ____________________________________________________________________________
15735 [  7807] By: jhi                                   on 2000/11/22  21:12:35
15736         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
15737              From: Casey Tweten <crt@kiski.net>
15738              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
15739              Message-Id: <200011201636.LAA07227@home.kiski.net>
15740      Branch: perl
15741            ! t/lib/io_sock.t
15742 ____________________________________________________________________________
15743 [  7806] By: jhi                                   on 2000/11/22  21:10:59
15744         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
15745              From: "Casey R. Tweten" <crt@kiski.net>
15746              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
15747              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
15748      Branch: perl
15749            ! utils/h2xs.PL
15750 ____________________________________________________________________________
15751 [  7805] By: nick                                  on 2000/11/22  21:05:06
15752         Log: Integrate mainline
15753      Branch: perlio
15754           !> Changes Porting/genlog ext/DB_File/DB_File.xs
15755           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
15756           !> utils/perlbug.PL
15757 ____________________________________________________________________________
15758 [  7804] By: jhi                                   on 2000/11/22  21:01:12
15759         Log: Subject: [PATCH] Test.pm POD peculiarity
15760              From: "Casey R. Tweten" <crt@kiski.net>
15761              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
15762              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
15763      Branch: perl
15764            ! lib/Test.pm
15765 ____________________________________________________________________________
15766 [  7803] By: jhi                                   on 2000/11/22  20:59:59
15767         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
15768              From: "Philip Newton" <pnewton@gmx.de>
15769              Date: Wed, 22 Nov 2000 14:25:53 +0100
15770              Message-Id: <3A1BD771.25462.1939FAD@localhost>
15771              
15772              Be case-understanding also on 's', and use the -oi of sendmail
15773              not to terminate the transmission on a lone '.'.
15774      Branch: perl
15775            ! utils/perlbug.PL
15776 ____________________________________________________________________________
15777 [  7802] By: nick                                  on 2000/11/22  20:51:42
15778         Log: Win32 PerlIO intermediate state now working as expected.
15779              - In current state we are still using C runtime in text/binary
15780              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
15781              - PERLIO=stdio and PERLIO=unix pass all expected tests.
15782              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
15783              and PerlIO_seek() and the dummy crlf layer is not making adjustments
15784              for CRLF translation happening in C runtime. All other tests pass.
15785              
15786              Added note to README.win32 to point out the snags of doing a perl build
15787              with Norton AntiVirus turned on.
15788              
15789              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
15790              which file a fail comes from.
15791              
15792              Updated "canned" config.h to match the one generated.
15793      Branch: perlio
15794            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
15795            ! win32/makefile.mk
15796 ____________________________________________________________________________
15797 [  7801] By: jhi                                   on 2000/11/22  06:50:20
15798         Log: Nickety nits.
15799      Branch: perl
15800            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
15801 ____________________________________________________________________________
15802 [  7800] By: jhi                                   on 2000/11/22  01:29:55
15803         Log: Changes had accidentally gone too silent on non-main branches.
15804      Branch: perl
15805            ! Changes Porting/genlog patchlevel.h
15806 ____________________________________________________________________________
15807 [  7799] By: gsar                                  on 2000/11/22  01:02:56
15808         Log: some lib_pm.PL changes snuck in via change#7772
15809      Branch: maint-5.6/perl
15810            ! Makefile.SH
15811 ____________________________________________________________________________
15812 [  7798] By: nick                                  on 2000/11/21  21:59:40
15813         Log: Integrate mainline
15814      Branch: perlio
15815           !> (integrate 28 files)
15816 ____________________________________________________________________________
15817 [  7797] By: jhi                                   on 2000/11/21  21:01:45
15818         Log: Integrate perlio.
15819      Branch: perl
15820           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
15821 ____________________________________________________________________________
15822 [  7796] By: nick                                  on 2000/11/21  20:36:22
15823         Log: Win32 builds and runs (mostly) with USE_PERLIO.
15824              PERLIO=perlio passes all tests. 
15825              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
15826      Branch: perlio
15827            ! perlio.c win32/perllib.c win32/win32.c
15828 ____________________________________________________________________________
15829 [  7795] By: jhi                                   on 2000/11/21  19:03:44
15830         Log: Update Changes.
15831      Branch: perl
15832            ! Changes patchlevel.h
15833 ____________________________________________________________________________
15834 [  7794] By: jhi                                   on 2000/11/21  18:56:34
15835         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
15836              From: "Craig A. Berry" <craigberry@mac.com>
15837              Date: Mon, 20 Nov 2000 20:27:06 -0600
15838              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
15839              
15840              A cut-and-pasto.
15841      Branch: perl
15842            ! perlio.h
15843 ____________________________________________________________________________
15844 [  7793] By: jhi                                   on 2000/11/21  18:54:41
15845         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
15846              From: Dominic Dunlop <domo@computer.org> 
15847              Date: Mon, 20 Nov 2000 18:55:29 +0100
15848              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
15849              
15850              va_copy() and the need of it.
15851              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
15852      Branch: metaconfig/U/perl
15853            + need_va_copy.U
15854      Branch: perl
15855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15856            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
15857            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15858            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15859            ! win32/config.bc win32/config.gc win32/config.vc
15860 ____________________________________________________________________________
15861 [  7792] By: jhi                                   on 2000/11/21  17:04:10
15862         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
15863      Branch: perl
15864           !> scope.h
15865 ____________________________________________________________________________
15866 [  7791] By: jhi                                   on 2000/11/21  17:01:16
15867         Log: Export the SOCKS workaround symbols only if necessary.
15868      Branch: perl
15869            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
15870 ____________________________________________________________________________
15871 [  7790] By: nick                                  on 2000/11/20  23:57:11
15872         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
15873      Branch: perlio
15874            ! scope.h
15875 ____________________________________________________________________________
15876 [  7789] By: nick                                  on 2000/11/20  23:38:33
15877         Log: Integrate mainline
15878      Branch: perlio
15879           +> lib/File/Spec/Epoc.pm
15880           !> (integrate 34 files)
15881 ____________________________________________________________________________
15882 [  7788] By: nick                                  on 2000/11/20  23:20:18
15883         Log: Make extra buffer layer work (dummy crlf layer)
15884      Branch: perlio
15885            ! doio.c perlio.c perlio.h
15886 ____________________________________________________________________________
15887 [  7787] By: jhi                                   on 2000/11/20  22:44:04
15888         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
15889              From: Peter Prymmer <pvhp@forte.com>
15890              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
15891              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
15892      Branch: perl
15893            ! t/pragma/locale.t
15894 ____________________________________________________________________________
15895 [  7786] By: jhi                                   on 2000/11/20  22:29:10
15896         Log: Subject: DOC PATCH 5.6.0 perlreftut
15897              From: mjd@plover.com
15898              Date: 20 Nov 2000 19:45:06 -0000
15899              Message-ID: <20001120194506.9505.qmail@plover.com>
15900      Branch: perl
15901            ! pod/perlreftut.pod
15902 ____________________________________________________________________________
15903 [  7785] By: jhi                                   on 2000/11/20  22:27:44
15904         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
15905              From: David Dyck <dcd@tc.fluke.com>
15906              Date: Mon, 20 Nov 2000 11:43:40 -0800
15907              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
15908      Branch: perl
15909            ! lib/Cwd.pm
15910 ____________________________________________________________________________
15911 [  7784] By: jhi                                   on 2000/11/20  22:23:21
15912         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
15913              Date: Mon, 20 Nov 2000 17:06:10 -0500
15914              To: Mailing list Perl5 <perl5-porters@perl.org>
15915              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
15916      Branch: perl
15917            ! pp_ctl.c t/op/pat.t
15918 ____________________________________________________________________________
15919 [  7783] By: jhi                                   on 2000/11/20  22:11:18
15920         Log: Subject: [PATCH] doop.c - UTF8 tr///               
15921              From: Simon Cozens <simon@cozens.net>
15922              Date: Sat, 18 Nov 2000 18:49:30 +0000
15923              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
15924              
15925              Subject: Re: [PATCH] doop.c - UTF8 tr///           
15926              From: Simon Cozens <simon@cozens.net>
15927              Date: Mon, 20 Nov 2000 20:45:22 +0000
15928              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
15929              
15930              Make tr on UTF-8 better but still not correct.
15931      Branch: perl
15932            ! doop.c
15933 ____________________________________________________________________________
15934 [  7782] By: jhi                                   on 2000/11/20  22:02:16
15935         Log: Remove the shared object before attempting to create
15936              (by linking) a new one.  E.g. in AIX not removing
15937              becomes quite painful if one tries to do more than one
15938              build in the same tree (an interrupted build, for example),
15939              since the AIX' shared dynaloader seemingly keeps the shared
15940              objects open and therefore 'busy' for quite a while, even when
15941              nobody is using the objects, leading into link failures.
15942      Branch: perl
15943            ! lib/ExtUtils/MM_Unix.pm
15944 ____________________________________________________________________________
15945 [  7781] By: gsar                                  on 2000/11/20  19:02:55
15946         Log: type mismatch due to faulty integration
15947      Branch: maint-5.6/perl
15948            ! toke.c win32/Makefile
15949 ____________________________________________________________________________
15950 [  7780] By: gsar                                  on 2000/11/20  17:31:55
15951         Log: integrate changes#6392,6394..6399,6401..6404
15952              
15953              The {multiplier} of a fixed substring was overlooked which
15954              caused a wrong initial search offset for that substring.
15955              
15956              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
15957              From: Hugo <hv@crypt.compulink.co.uk>
15958              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
15959              Date: Thu, 13 Jul 2000 19:27:13 +0100
15960              
15961              Fix the BOM bug: not a byteorder bug, a signedness bug.
15962              
15963              Replace change #6337 with a better one.
15964              
15965              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
15966              From: Hugo <hv@crypt.compulink.co.uk>
15967              Date: Fri, 14 Jul 2000 04:16:20 +0100
15968              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
15969              
15970              MakeMaker should not remove editor backups (*~) on `make clean`
15971              by default (completes change#6383)
15972              
15973              move new variables to the end of the interpreter structure (for
15974              bincompat in code that doesn't #include XSUB.h)
15975              
15976              rename totally bletcherous SvLOCK() thingy (doesn't do what the
15977              name suggests anyway)
15978              
15979              various cleanups (typos, misformatted code, and small bugs)
15980              
15981              typecasts needed for change#6394
15982              
15983              typos in change#6399, regen headers
15984              
15985              inconsistent types needs casts
15986              
15987              PERL_OBJECT build tweaks
15988      Branch: maint-5.6/perl
15989           !> MANIFEST doop.c embed.h embed.pl embedvar.h
15990           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
15991           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
15992           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
15993           !> toke.c util.c
15994 ____________________________________________________________________________
15995 [  7779] By: gsar                                  on 2000/11/20  17:06:29
15996         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
15997              
15998              Cosmetics and perldelta.
15999              
16000              Fix nits noticed by Boston.pm.
16001              
16002              Do the cc sanity check both before the hints and
16003              after the cc selction.
16004              
16005              get sprintf.t to adjust properly for 3-digit exponents
16006              
16007              don't clobber *.orig files on *clean targets
16008              
16009              fix bugs in processing %v-*d and similar format specs (from
16010              Avi Finkel <avi@finkel.org>)
16011              
16012              sprintf test tweaks (from Dominic Dunlop)
16013              
16014              new selfloader.t in change#6183 doesn't close DATA handles,
16015              and thus fails to clean up tmp files on dosish platforms
16016              
16017              typos (spotted by Peter Prymmer)
16018              
16019              typo fix from Craig Berry
16020      Branch: maint-5.6/perl
16021           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
16022           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
16023           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
16024           !> x2p/Makefile.SH
16025 ____________________________________________________________________________
16026 [  7778] By: gsar                                  on 2000/11/20  16:46:51
16027         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
16028              
16029              Subject: Re: format bug report  [Patch]
16030              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16031              Date: Wed, 05 Jul 2000 13:12:52 +0200
16032              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
16033              
16034              Subject: Re: format bug report  [Patch]
16035              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16036              Date: Wed, 05 Jul 2000 14:10:01 +0200
16037              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
16038              
16039              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
16040              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16041              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
16042              Date: Fri, 07 Jul 2000 17:57:16 +0100
16043              
16044              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
16045              To: perl5-porters@perl.org
16046              From: Karsten Sperling <spiff@phreax.net>
16047              Date: Mon, 10 Jul 2000 15:12:52 +0200
16048              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
16049              
16050              README.posix-bc podified from Thomas Dorner.
16051              
16052              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
16053              From: Dominic Dunlop <domo@computer.org>
16054              Date: Tue, 11 Jul 2000 12:27:33 +0200
16055              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
16056              
16057              Typo in #6341.
16058              
16059              Fix for
16060              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
16061              From: Roderick Schertler <roderick@argon.org>
16062              Date: Tue, 11 Jul 2000 13:55:05 -0400
16063              Message-Id: <200007111755.NAA05077@jones.argon.org>
16064              
16065              Minor cleanups on the booklist.
16066              
16067              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
16068              regen perltoc.
16069              
16070              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
16071      Branch: maint-5.6/perl
16072           +> pod/perlbook.pod
16073           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
16074           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
16075           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
16076 ____________________________________________________________________________
16077 [  7777] By: jhi                                   on 2000/11/20  16:08:49
16078         Log: Update Changes.
16079      Branch: perl
16080            ! Changes patchlevel.h
16081 ____________________________________________________________________________
16082 [  7776] By: jhi                                   on 2000/11/20  15:27:56
16083         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
16084              This may be overly harsh but until proven otherwise, we think this
16085              way, or until we have a simple test for Configure (having to start
16086              up servers is does not count as simple) to check for the problems.
16087      Branch: perl
16088            ! perl.h
16089 ____________________________________________________________________________
16090 [  7775] By: jhi                                   on 2000/11/20  15:22:17
16091         Log: Solaris hints tweaks.
16092      Branch: perl
16093            ! hints/solaris_2.sh
16094 ____________________________________________________________________________
16095 [  7774] By: jhi                                   on 2000/11/20  15:01:20
16096         Log: Add a workaround to SOCKS 64-bit problems.
16097      Branch: perl
16098            ! doio.c embed.h embed.pl perlsdio.h proto.h
16099 ____________________________________________________________________________
16100 [  7773] By: jhi                                   on 2000/11/20  14:51:47
16101         Log: sysseek() instead of seek().
16102      Branch: perl
16103            ! t/lib/syslfs.t
16104 ____________________________________________________________________________
16105 [  7772] By: gsar                                  on 2000/11/20  13:06:23
16106         Log: integrate changes#6315..6319,6321..6331,6333..6338
16107              
16108              Integrate with Sarathy, preliminary fix for unicos
16109              alignment problems in [ID 20000612.002] Perl problem on Cray system.
16110              
16111              some debugger output does not go to the socket when RemotePort is set
16112              
16113              winsock cleanup never done on Windows (leads to handle leaks)
16114              
16115              fix UNC path handling on Windows under ithreads, and chdir()
16116              return value when given a non-existent directory
16117              
16118              Autogenerate pod/Makefile and pod/buildtoc.
16119              buildtoc also checks whether the existin pods are
16120              mentioned in MANIFEST and perl.pod, and vice versa.
16121              (None of the thusly found discrepancies fixed yet.)
16122              roffitall also needs to be autogenerated similarly but it
16123              seems so badly out of date that I didn't touch it yet.
16124              
16125              Config is being used.
16126              
16127              Add =head1 NAMEs so that buildtoc is happy.
16128              (The CGI::Util nit reported to Lincoln.)
16129              
16130              Fix complaints of buildtoc.
16131              
16132              Fix the alignment problem in Crays ([ID 20000612.002]).
16133              
16134              Remove perlbook, update perlfaq book listing,
16135              rearrange perl.pod, regenerate perltoc.
16136              
16137              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
16138              was cast to an unsigned (32-bit) integer with wild abandon.
16139              
16140              winsock options weren't being set in all threads under ithreads
16141              (caused send()s from second and subsequent threads to fail)
16142              
16143              accept() leaks memory on windows due to incorrect ordering of
16144              closesocket() and fclose() calls
16145              
16146              Reorder perl.pod once more.
16147              
16148              More POSIX.pod tweaks.
16149              
16150              Sprinkle ldlibpath.
16151              
16152              Precedence goof, fix based on
16153              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
16154              From: Hugo <hv@crypt.compulink.co.uk>
16155              Date: Tue, 11 Jul 2000 12:52:38 +0100
16156              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
16157              
16158              Subject: PATCH perlguts.pod: Document D and d magic types
16159              From: mjd@plover.com
16160              Date: 5 Jul 2000 18:01:51 -0000
16161              Message-ID: <20000705180151.29413.qmail@plover.com>
16162              
16163              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
16164              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
16165              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
16166              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
16167              
16168              Subject: [PATCH cfgperl] $& segfaults if you trick it
16169              From: simon@brecon.co.uk (Simon Cozens)
16170              Date: 7 Jul 2000 11:26:09 GMT
16171              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
16172              
16173              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
16174              From: Hugo <hv@crypt.compulink.co.uk>
16175              Date: Tue, 11 Jul 2000 12:44:50 +0100
16176              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
16177              
16178              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
16179              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16180              Date: Tue, 11 Jul 2000 13:50:51 +0100
16181              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
16182      Branch: maint-5.6/perl
16183           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
16184           +> pod/buildtoc.PL
16185            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
16186           !> (integrate 26 files)
16187 ____________________________________________________________________________
16188 [  7771] By: gsar                                  on 2000/11/20  12:31:42
16189         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
16190              6310,6311,6314
16191              
16192              Subject: [PATCH bleedperl] File::Spec 0.82 beta
16193              From: Barrie Slaymaker <barries@jester.slaysys.com>
16194              Date: Wed, 28 Jun 2000 11:35:29 -0400
16195              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
16196              
16197              tweak perlembed for multiplicity/usethreads sanity; correct notes
16198              about Windows
16199              
16200              localize %INC in a Safe compartment so that use/require work
16201              (many other magic globals probably need similar treatment)
16202              
16203              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
16204              when @_ is modified, causing coredumps
16205              
16206              slurp mode fix in change#4736 still not quite right
16207              
16208              Point to perlipc for more SysV IPC examples.
16209              
16210              Elaborate POSIX.pod.  Still needs work.
16211              
16212              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
16213              
16214              fix large memory leak that has been around for ever, masked by
16215              -DPURIFY (most of the arenas were never freed!)
16216              
16217              fix memory leak on Windows (PL_sys_intern contents were never
16218              freed)
16219              
16220              PERL_OBJECT build tweak
16221              
16222              adjust change#6299
16223              
16224              remove rel2abs prototypes (from Barrie Slaymaker)
16225              
16226              missing perldiag entry for unpack("w",...) diagnostic (from
16227              Andreas Koenig)
16228              
16229              better diagnostic on Frob->stuff() when Frob:: doesn't exist
16230              (from Richard Soderberg <rs@oregonnet.com>)
16231              
16232              Win32 patches for cfgperl from Sarathy.
16233              
16234              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
16235              
16236              More POSIX.pod embellishment.
16237              
16238              tyop in change#6306
16239      Branch: maint-5.6/perl
16240           !> (integrate 44 files)
16241 ____________________________________________________________________________
16242 [  7770] By: gsar                                  on 2000/11/20  11:51:00
16243         Log: integrate changes#6268..6282 from cfgperl branch
16244              
16245              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
16246              From: Dominic Dunlop <domo@computer.org>
16247              Date: Thu, 29 Jun 2000 12:32:39 +0200
16248              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
16249              
16250              Regen headers for #6261 (and update embed.pl for this) and #6267,
16251              silence few compiler warnings.
16252              
16253              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
16254              From: Nicholas Clark <nick@talking.bollo.cx>
16255              Date: Fri, 23 Jun 2000 16:21:15 +0100
16256              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
16257              
16258              Subject: PATCH pod/perltie.pod
16259              From: Ian Phillipps <Ian.Phillipps@iname.com>
16260              Date: Fri, 16 Jun 2000 00:17:19 +0100
16261              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
16262              (only the first hunk, the second hunk had already been done
16263              by some other patch)
16264              
16265              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
16266              From: Tom Phoenix <rootbeer@redcat.com>
16267              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
16268              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
16269              
16270              Subject: [PATCH] xsub attributes
16271              From: Doug MacEachern <dougm@covalent.net>
16272              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
16273              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
16274              
16275              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
16276              From: Andy Dougherty <doughera@lafayette.edu>
16277              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
16278              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
16279              
16280              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
16281              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16282              Date: Tue, 13 Jun 2000 02:43:48 -0500
16283              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
16284              
16285              Subject: [PATCH] Re: eval documentation: context
16286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16287              Date: Mon, 12 Jun 2000 15:07:29 +0100
16288              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
16289              
16290              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
16291              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16292              Date: Mon, 12 Jun 2000 14:55:59 +0100
16293              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
16294              
16295              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
16296              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
16297              Date: Fri, 09 Jun 2000 12:39:27 -0400
16298              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
16299              (plus update the version "number" of Text::Wrap)
16300              
16301              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
16302              From: Tim Ayers <tayers@bridge.com>
16303              Date: Thu, 08 Jun 2000 08:11:06 +0200
16304              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
16305              [resent by Richard Foley, Message-Id probably wrong]
16306              
16307              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
16308              From: rspier@pobox.com (Robert Spier)
16309              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
16310              Message-ID: <14654.31913.845602.610277@rls.cx>
16311              
16312              Subject: [PATCH 5.6.0] utils/h2xs.PL
16313              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16314              Date: Wed, 7 Jun 2000 04:02:04 -0500
16315              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
16316              
16317              Subject: [PATCH 5.6.0]ITHREADs for VMS
16318              From: Dan Sugalski <dan@sidhe.org>
16319              Date: Tue, 06 Jun 2000 11:59:50 -0400
16320              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
16321      Branch: maint-5.6/perl
16322           !> (integrate 31 files)
16323 ____________________________________________________________________________
16324 [  7769] By: gsar                                  on 2000/11/20  11:29:06
16325         Log: integrate changes#6261..6266 from cfgperl
16326              
16327              Subject: Re: [PATCH cfgperl] BOMs away!
16328              From: simon@brecon.co.uk (Simon Cozens)
16329              Date: 17 Jun 2000 11:49:57 GMT
16330              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
16331              
16332              Subject: 5.6.0 Patch for EPOC
16333              From: Olaf Flebbe <o.flebbe@gmx.de>
16334              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
16335              Message-ID: <23449.960929969@www11.gmx.net>
16336              
16337              tr fixes from Simon Cozens
16338              
16339              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
16340              From: Marty Lucich <marty@netcom.com>
16341              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
16342              Message-Id: <200006282116.OAA11148@netcom.com>
16343              ccdlflags update (the BSD/OS 4.1 part had already been taken
16344              care of by #6141).
16345              
16346              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
16347              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16348              Date: Wed, 28 Jun 2000 17:50:12 -0700
16349              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
16350              
16351              Subject: [PATCH 5.6.0] cygwin port
16352              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
16353              From: "Fifer, Eric" <EFifer@sanwaint.com>
16354              Date: Thu, 29 Jun 2000 12:58:29 +0100
16355      Branch: maint-5.6/perl
16356           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
16357           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
16358           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16359           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
16360 ____________________________________________________________________________
16361 [  7768] By: gsar                                  on 2000/11/20  11:13:44
16362         Log: integrate changes#6252..6256,6259..6260
16363              
16364              Paranoia tweak on #6249.
16365              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
16366              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
16367              Date: Sun, 25 Jun 2000 23:43:12 -0400
16368              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
16369              
16370              Subject: tr///, help wanted.
16371              From: simon@brecon.co.uk (Simon Cozens)
16372              Date: 28 Jun 2000 11:29:04 GMT
16373              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
16374              
16375              small thinko tweaks
16376              
16377              tweaks from Simon Conzes to further fix tr/// under utf8
16378              
16379              perlnewmod was missing from MANIFEST.
16380              
16381              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
16382              From: simon@brecon.co.uk (Simon Cozens)
16383              Date: 17 Jun 2000 11:56:44 GMT
16384              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
16385              pack U0, pack C0
16386      Branch: maint-5.6/perl
16387           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
16388           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
16389           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
16390           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
16391 ____________________________________________________________________________
16392 [  7767] By: gsar                                  on 2000/11/20  10:51:38
16393         Log: integrate change#6250 from cfgperl
16394              
16395              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
16396              From: Doug MacEachern <dougm@covalent.net>
16397              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
16398              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
16399      Branch: maint-5.6/perl
16400           +> t/op/my_stash.t
16401           !> MANIFEST embed.pl global.sym proto.h toke.c
16402 ____________________________________________________________________________
16403 [  7766] By: gsar                                  on 2000/11/20  10:48:34
16404         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
16405              
16406              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
16407              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16408              Date: Mon, 26 Jun 2000 18:40:14 +0100
16409              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
16410              
16411              Subject: [PATCH] bytes<->utf8 fixes
16412              From: simon@brecon.co.uk (Simon Cozens)
16413              Date: 26 Jun 2000 04:55:45 GMT
16414              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
16415              
16416              Subject: [PATCH] is_utf8_string
16417              From: simon@brecon.co.uk (Simon Cozens)
16418              Date: 26 Jun 2000 02:25:59 GMT
16419              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
16420              
16421              Subject: [PATCH] avoid mg_ptr in '*' magic
16422              From: Doug MacEachern <dougm@covalent.net>
16423              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
16424              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
16425              
16426              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
16427              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16428              Date: Sat, 24 Jun 2000 13:06:20 +0100
16429              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
16430              
16431              Allow for standalone testing.
16432              
16433              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
16434              From: Mark-Jason Dominus <mjd@plover.com>
16435              Date: Tue, 27 Jun 2000 22:36:42 -0400
16436              Message-ID: <20000628023642.12166.qmail@plover.com>
16437              
16438              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
16439              From: Frank Tobin <ftobin@uiuc.edu>
16440              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
16441              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
16442      Branch: maint-5.6/perl
16443           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
16444           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
16445           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
16446           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
16447           !> utf8.c utils/h2xs.PL
16448 ____________________________________________________________________________
16449 [  7765] By: gsar                                  on 2000/11/20  10:29:13
16450         Log: integrate change#6239 from cfgperl
16451              
16452              Configure maintenance.  Sever some dependency cycles,
16453              separate gccversion from the cc unit,
16454              address [ID 20000623.006] Configure script patch for using gcc on AIX
16455              (but solve it a little bit differently),
16456              unduplex some accidentally duplicated units,
16457              suggest using gcc if no cc available
16458              (p5p thread: "Solaris configure: counterproposal", 1999-09)
16459      Branch: maint-5.6/perl
16460           !> Configure Todo-5.6 config_h.SH
16461 ____________________________________________________________________________
16462 [  7764] By: gsar                                  on 2000/11/20  10:25:55
16463         Log: integrate changes#6233..6238 from cfgperl
16464              
16465              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
16466              From: Mark-Jason Dominus <mjd@plover.com>
16467              Date: Fri, 16 Jun 2000 20:53:04 -0400
16468              Message-ID: <20000617005304.8008.qmail@plover.com>
16469              
16470              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
16471              because when run as services (Win32ese for daemons)
16472              no environment variables are set and tmpdir ends up as /tmp,
16473              which is ambiguous.
16474              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
16475              From: matt@sergeant.org
16476              Date: 16 Jun 2000 16:30:43 -0000
16477              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
16478              
16479              The thread begun by
16480              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
16481              From: Kevin.Ruscoe@ubsw.com
16482              Date: Fri, 16 Jun 2000 16:38:51 +0100
16483              Message-Id: <H000019b03c300d6@MHS>
16484              
16485              Tweak embed.pl, regen headers.
16486              
16487              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
16488              From: Dan Sugalski <dan@sidhe.org>
16489              Date: Fri, 23 Jun 2000 17:00:00 -0400
16490              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
16491      Branch: maint-5.6/perl
16492           !> (integrate 27 files)
16493 ____________________________________________________________________________
16494 [  7763] By: gsar                                  on 2000/11/20  10:08:08
16495         Log: s/perl56delta/perldelta/g
16496      Branch: maint-5.6/perl
16497            ! pod/Makefile
16498 ____________________________________________________________________________
16499 [  7762] By: gsar                                  on 2000/11/20  10:04:00
16500         Log: integrate changes#6225,6229,6231,6232 from cfgperl
16501              
16502              Add source code filenames to apidoc.
16503              From: simon@brecon.co.uk (Simon Cozens)
16504              Subject: [PATCH embed.pl] Source X-ref
16505              Date: 22 Jun 2000 02:18:49 GMT
16506              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
16507              
16508              Subject: README.hpux version 0.6.1
16509              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
16510              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16511              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
16512              
16513              Subject: [PATCH 5.6.0] cygwin port
16514              From: "Fifer, Eric" <EFifer@sanwaint.com>
16515              Date: Tue, 20 Jun 2000 14:30:58 +0100
16516              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
16517              
16518              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
16519              From: simon@brecon.co.uk (Simon Cozens)
16520              Date: 19 Jun 2000 15:18:27 GMT
16521              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
16522              
16523              plus update pod/Makefile and regenerate perltoc
16524      Branch: maint-5.6/perl
16525           +> pod/perlutil.pod
16526           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
16527           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
16528 ____________________________________________________________________________
16529 [  7761] By: jhi                                   on 2000/11/20  04:09:55
16530         Log: Miraculous typo.
16531      Branch: perl
16532            ! t/op/pat.t
16533 ____________________________________________________________________________
16534 [  7760] By: jhi                                   on 2000/11/20  04:06:08
16535         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
16536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16537              Date: Sun, 19 Nov 2000 22:30:26 -0500
16538              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
16539      Branch: perl
16540            ! regexec.c scope.h t/op/pat.t
16541 ____________________________________________________________________________
16542 [  7759] By: jhi                                   on 2000/11/20  02:05:22
16543         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
16544      Branch: perl
16545            ! perl.h
16546 ____________________________________________________________________________
16547 [  7758] By: jhi                                   on 2000/11/20  01:58:11
16548         Log: Subject: [perl 7711: EPOC] updates
16549              From: Olaf Flebbe <o.flebbe@gmx.de>
16550              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
16551              Message-ID: <25575.974658810@www23.gmx.net>               
16552      Branch: perl
16553            + lib/File/Spec/Epoc.pm
16554            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
16555            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
16556            ! lib/File/Spec.pm perl.c sv.c
16557 ____________________________________________________________________________
16558 [  7757] By: jhi                                   on 2000/11/20  01:53:11
16559         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
16560      Branch: perl
16561            ! MANIFEST
16562 ____________________________________________________________________________
16563 [  7756] By: jhi                                   on 2000/11/20  01:47:22
16564         Log: Integrate perlio.
16565      Branch: perl
16566            - ext/re/hints/MSWin32.pl
16567           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
16568           !> win32/config.gc win32/config_H.gc win32/win32sck.c
16569 ____________________________________________________________________________
16570 [  7755] By: nick                                  on 2000/11/19  20:57:17
16571         Log: Add dummy crlf layer (just as buffer)
16572              Correct 1st bug - one layer of indirection.
16573      Branch: perlio
16574            ! perlio.c perlio.h perliol.h
16575 ____________________________________________________________________________
16576 [  7754] By: nick                                  on 2000/11/19  20:56:12
16577         Log: Work-round to Perl_deb_nocontext is no longer required
16578      Branch: perlio
16579            - ext/re/hints/MSWin32.pl
16580 ____________________________________________________________________________
16581 [  7753] By: nick                                  on 2000/11/19  20:01:16
16582         Log: diff -se shows these as different
16583      Branch: perlio
16584            ! global.sym pod/perlapi.pod
16585 ____________________________________________________________________________
16586 [  7752] By: nick                                  on 2000/11/19  18:57:30
16587         Log: Configure GCC/Win32 build -Duseperlio
16588              Fix a couple of gross issues
16589              - double-include of ../deb.o in re.dll
16590              - win32sck.c needs PerlIO and FILE 
16591      Branch: perlio
16592            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
16593            ! win32/win32sck.c
16594 ____________________________________________________________________________
16595 [  7751] By: nick                                  on 2000/11/19  17:05:36
16596         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
16597      Branch: perlio
16598            ! perlio.c
16599 ____________________________________________________________________________
16600 [  7750] By: nick                                  on 2000/11/19  16:57:14
16601         Log: Missing aTHX_
16602      Branch: perlio
16603            ! sv.c
16604 ____________________________________________________________________________
16605 [  7749] By: jhi                                   on 2000/11/19  16:28:40
16606         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
16607              From: "Peter J. Farley III" <pjfarley@banet.net>
16608              Date: Sun, 19 Nov 2000 01:42:58 -0500
16609              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
16610      Branch: perl
16611            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
16612 ____________________________________________________________________________
16613 [  7748] By: jhi                                   on 2000/11/19  16:08:10
16614         Log: Subject: podlators 1.05 available        
16615              From: Russ Allbery <rra@stanford.edu>   
16616              Date: 18 Nov 2000 22:04:28 -0800
16617              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
16618      Branch: perl
16619            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
16620 ____________________________________________________________________________
16621 [  7747] By: nick                                  on 2000/11/19  11:19:39
16622         Log: Integrate mainline
16623      Branch: perlio
16624           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
16625           !> util.c
16626 ____________________________________________________________________________
16627 [  7746] By: jhi                                   on 2000/11/19  06:42:22
16628         Log: Make hex scanning warn on "\x{x}" and "\xx".
16629              "\x" and and hex("x") are still valid.
16630      Branch: perl
16631            ! util.c
16632 ____________________________________________________________________________
16633 [  7745] By: nick                                  on 2000/11/18  22:52:28
16634         Log: Integrate mainline
16635      Branch: perlio
16636           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
16637           !> perl.h perlio.c proto.h regcomp.c regcomp.h
16638 ____________________________________________________________________________
16639 [  7744] By: jhi                                   on 2000/11/18  22:50:28
16640         Log: Introduce Perl_utf8_length().  Use it.
16641      Branch: perl
16642            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
16643 ____________________________________________________________________________
16644 [  7743] By: jhi                                   on 2000/11/18  22:38:51
16645         Log: Compiler denit.
16646      Branch: perl
16647            ! perlio.c
16648 ____________________________________________________________________________
16649 [  7742] By: jhi                                   on 2000/11/18  20:33:05
16650         Log: Integrate perlio.
16651      Branch: perl
16652           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
16653           !> perlio.h pp_ctl.c pp_sys.c sv.c
16654 ____________________________________________________________________________
16655 [  7741] By: jhi                                   on 2000/11/18  20:31:27
16656         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
16657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16658              Date: Fri, 17 Nov 2000 20:35:11 -0500
16659              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
16660              
16661              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
16662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16663              Date: Fri, 17 Nov 2000 21:03:47 -0500
16664              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
16665              
16666              Plus a little bit of tweaking in pregcomp().
16667      Branch: perl
16668            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
16669 ____________________________________________________________________________
16670 [  7740] By: nick                                  on 2000/11/18  20:17:22
16671         Log: Lexical use open ... support:
16672              add ->cop_io to COP structure in cop.h.
16673              Make mg.c and gv.c associate it with ${^OPEN}.
16674              Make lib/open.pm set it.
16675              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
16676              manner similar to ->cop_warnings.
16677              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
16678              call new PerlIO_apply_layers().
16679              Declare latter in perlio.h and define in perlio.c
16680      Branch: perlio
16681            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
16682            ! perlio.h pp_ctl.c pp_sys.c sv.c
16683 ____________________________________________________________________________
16684 [  7739] By: jhi                                   on 2000/11/18  19:54:00
16685         Log: Integrate perlio.
16686      Branch: perl
16687           !> doio.c perlio.c pp.c
16688 ____________________________________________________________________________
16689 [  7738] By: jhi                                   on 2000/11/18  17:16:13
16690         Log: Subject: [PATCH 5.7.0] etags broken again
16691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16692              Date: Sat, 18 Nov 2000 02:41:36 -0500
16693              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
16694      Branch: perl
16695            ! emacs/ptags
16696 ____________________________________________________________________________
16697 [  7737] By: jhi                                   on 2000/11/18  17:12:18
16698         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
16699      Branch: perl
16700            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16701 ____________________________________________________________________________
16702 [  7736] By: nick                                  on 2000/11/18  14:06:20
16703         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
16704              part to be isolated.
16705      Branch: perlio
16706            ! doio.c perlio.c
16707 ____________________________________________________________________________
16708 [  7735] By: nick                                  on 2000/11/18  11:03:32
16709         Log: Integrate mainline
16710      Branch: perlio
16711           !> Changes README.amiga README.win32 patchlevel.h
16712           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
16713 ____________________________________________________________________________
16714 [  7734] By: jhi                                   on 2000/11/18  01:18:56
16715         Log: Update Changes.
16716      Branch: perl
16717            ! Changes patchlevel.h
16718 ____________________________________________________________________________
16719 [  7733] By: jhi                                   on 2000/11/18  00:32:54
16720         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
16721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16722              Date: Fri, 17 Nov 2000 17:28:02 -0500
16723              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
16724      Branch: perl
16725            ! regcomp.c regexec.c t/op/re_tests
16726 ____________________________________________________________________________
16727 [  7732] By: jhi                                   on 2000/11/18  00:28:56
16728         Log: Sparc 64-bit pack() fix from Jens Hamisch.
16729      Branch: perl
16730            ! pp.c
16731 ____________________________________________________________________________
16732 [  7731] By: jhi                                   on 2000/11/18  00:18:39
16733         Log: Explain in more detail the {} syntax ambiguousity.
16734              
16735              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
16736              From: Nicholas Clark <nick@ccl4.org>
16737              Date: Fri, 17 Nov 2000 22:10:28 +0000
16738              Message-ID: <20001117221028.A88930@plum.flirble.org>
16739      Branch: perl
16740            ! pod/perlfunc.pod
16741 ____________________________________________________________________________
16742 [  7730] By: jhi                                   on 2000/11/18  00:12:18
16743         Log: Subject: Fix for README.amiga (20000323.033)
16744              From: "Stephen P. Potter" <spp@spotter.yi.org>
16745              Date: Fri, 17 Nov 2000 12:25:51 -0500
16746              Message-Id: <200011171725.MAA05768@spotter.yi.org>
16747      Branch: perl
16748            ! README.amiga
16749 ____________________________________________________________________________
16750 [  7729] By: jhi                                   on 2000/11/18  00:08:34
16751         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
16752              From: "A. C. Yardley" <yardley@tanet.net>
16753              Date: Mon, 3 Apr 2000 11:35:33 -0700
16754              Message-ID: <3483.000403@tanet.net>
16755      Branch: perl
16756            ! README.win32
16757 ____________________________________________________________________________
16758 [  7728] By: nick                                  on 2000/11/17  21:59:47
16759         Log: Integrate mainline
16760      Branch: perlio
16761           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
16762           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
16763           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
16764           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
16765 ____________________________________________________________________________
16766 [  7727] By: nick                                  on 2000/11/17  21:56:31
16767         Log: Experiment on use of attributes.pm interface.
16768              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
16769              SVt_PVRV if not already something better (else vivify of say magic gets
16770              core dump).
16771      Branch: perlio
16772            ! perlio.c pp.c
16773 ____________________________________________________________________________
16774 [  7726] By: jhi                                   on 2000/11/17  14:15:49
16775         Log: Subject: Fix for 20000815.006
16776              From: "Stephen P. Potter" <spp@spotter.yi.org>
16777              Date: Fri, 17 Nov 2000 08:57:45 -0500
16778              Message-Id: <200011171357.IAA05122@spotter.yi.org>
16779              
16780              It's really 20000518.006.
16781      Branch: perl
16782            ! pod/perlmodlib.PL
16783 ____________________________________________________________________________
16784 [  7725] By: jhi                                   on 2000/11/17  14:12:31
16785         Log: Subject: Fix for 20000409.001
16786              From: "Stephen P. Potter" <spp@spotter.yi.org>
16787              Date: Fri, 17 Nov 2000 08:55:45 -0500
16788              Message-Id: <200011171355.IAA05104@spotter.yi.org>
16789      Branch: perl
16790            ! pod/perlfaq9.pod
16791 ____________________________________________________________________________
16792 [  7724] By: jhi                                   on 2000/11/17  14:08:58
16793         Log: Undo #7627 now that we have =head3.
16794      Branch: perl
16795            ! pod/perlhack.pod
16796 ____________________________________________________________________________
16797 [  7723] By: jhi                                   on 2000/11/17  14:04:09
16798         Log: As surmised the #7719 wasn't a good move.
16799      Branch: perl
16800            ! hints/solaris_2.sh
16801 ____________________________________________________________________________
16802 [  7722] By: jhi                                   on 2000/11/17  13:59:04
16803         Log: Also the 64bitall hints can be either here or there.
16804      Branch: perl
16805            ! hints/solaris_2.sh
16806 ____________________________________________________________________________
16807 [  7721] By: jhi                                   on 2000/11/17  02:26:23
16808         Log: Test tweak for the open pragma.
16809      Branch: perl
16810            ! t/lib/b.t
16811 ____________________________________________________________________________
16812 [  7720] By: jhi                                   on 2000/11/17  00:23:22
16813         Log: The long double hints can be here or there.
16814      Branch: perl
16815            ! hints/solaris_2.sh
16816 ____________________________________________________________________________
16817 [  7719] By: jhi                                   on 2000/11/17  00:14:06
16818         Log: For Solaris use64bitall the stdchar needs a little bit of help.
16819      Branch: perl
16820            ! hints/solaris_2.sh
16821 ____________________________________________________________________________
16822 [  7718] By: jhi                                   on 2000/11/16  23:27:34
16823         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
16824              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16825              Date: Wed, 15 Nov 2000 08:56:32 +0100
16826              Message-ID: <3A1241B0.64477E00@alcatel.at>
16827      Branch: perl
16828            ! lib/Carp/Heavy.pm
16829 ____________________________________________________________________________
16830 [  7717] By: jhi                                   on 2000/11/16  23:23:29
16831         Log: Subject: [PATCH] Re: 20001101.003 PDL
16832              From: Nicholas Clark <nick@ccl4.org>
16833              Date: Thu, 16 Nov 2000 16:48:25 +0000
16834              Message-ID: <20001116164825.B93487@plum.flirble.org>
16835      Branch: perl
16836            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
16837 ____________________________________________________________________________
16838 [  7716] By: jhi                                   on 2000/11/16  23:21:31
16839         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
16840              From: "Casey R. Tweten" <crt@kiski.net>
16841              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
16842              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
16843      Branch: perl
16844            ! lib/Pod/Checker.pm pod/perlpod.pod
16845 ____________________________________________________________________________
16846 [  7715] By: jhi                                   on 2000/11/16  23:19:40
16847         Log: Avoid an infinite loop in VMS when utils scripts are run
16848              with no arguments, from Charles Lane.
16849      Branch: perl
16850            ! configure.com
16851 ____________________________________________________________________________
16852 [  7714] By: jhi                                   on 2000/11/16  23:17:08
16853         Log: Subject: perllocale.pod changes
16854              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16855              Date: Mon, 13 Nov 2000 10:09:22 +0300
16856              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
16857      Branch: perl
16858            ! pod/perllocale.pod
16859 ____________________________________________________________________________
16860 [  7713] By: jhi                                   on 2000/11/16  23:14:06
16861         Log: Integrate perlio.
16862      Branch: perl
16863           !> doio.c perlio.c perlio.h util.c
16864 ____________________________________________________________________________
16865 [  7712] By: nick                                  on 2000/11/16  21:10:58
16866         Log: Integrate mainline
16867      Branch: perlio
16868           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16869           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
16870           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
16871           !> vos/config.ga.def vos/config.ga.h win32/config.bc
16872           !> win32/config.gc win32/config.vc
16873 ____________________________________________________________________________
16874 [  7711] By: nick                                  on 2000/11/16  19:56:41
16875         Log: Minor tweaks:
16876              consistent way of getting 'rb', 'wb' etc. for binary opens
16877              move *perlio::layers to *open::layers
16878              a #define to show layers available
16879              DOSISH popen/PerlIO had export/import sense inverted.
16880      Branch: perlio
16881            ! doio.c perlio.c perlio.h util.c
16882 ____________________________________________________________________________
16883 [  7710] By: jhi                                   on 2000/11/16  15:46:05
16884         Log: Add HAS_SBRK_PROTO.
16885      Branch: metaconfig/U/perl
16886            + d_sbrkproto.U
16887      Branch: perl
16888            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16889            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
16890            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
16891            ! vos/config.ga.def vos/config.ga.h win32/config.bc
16892            ! win32/config.gc win32/config.vc
16893 ____________________________________________________________________________
16894 [  7709] By: nick                                  on 2000/11/16  07:31:49
16895         Log: Integrate mainline
16896      Branch: perlio
16897           !> (integrate 35 files)
16898 ____________________________________________________________________________
16899 [  7708] By: jhi                                   on 2000/11/16  05:33:03
16900         Log: These files are text, not binary.
16901      Branch: perl
16902            ! ext/Encode/Encode/iso8859-10.enc
16903            ! ext/Encode/Encode/iso8859-13.enc
16904            ! ext/Encode/Encode/iso8859-14.enc
16905            ! ext/Encode/Encode/iso8859-15.enc
16906 ____________________________________________________________________________
16907 [  7707] By: jhi                                   on 2000/11/16  01:53:37
16908         Log: Update Changes.
16909      Branch: perl
16910            ! Changes patchlevel.h
16911 ____________________________________________________________________________
16912 [  7706] By: jhi                                   on 2000/11/16  01:35:59
16913         Log: More #undefing of stdio.
16914      Branch: perl
16915            ! fakesdio.h nostdio.h
16916 ____________________________________________________________________________
16917 [  7705] By: jhi                                   on 2000/11/16  01:34:18
16918         Log: Add fwalk() probe to the configuration files and regen perltoc.
16919      Branch: perl
16920            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16921            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
16922            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
16923            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16924            ! win32/config.bc win32/config.gc win32/config.vc
16925 ____________________________________________________________________________
16926 [  7704] By: jhi                                   on 2000/11/16  01:33:07
16927         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
16928              an optional third argument to Inlibc?)
16929      Branch: metaconfig/U/perl
16930            + d__fwalk.U
16931 ____________________________________________________________________________
16932 [  7703] By: jhi                                   on 2000/11/16  01:09:22
16933         Log: The type of the hash_cb() size argument is tricky.
16934      Branch: perl
16935            ! ext/DB_File/DB_File.xs
16936 ____________________________________________________________________________
16937 [  7702] By: jhi                                   on 2000/11/15  23:01:16
16938         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
16939      Branch: perl
16940            ! nostdio.h
16941 ____________________________________________________________________________
16942 [  7701] By: jhi                                   on 2000/11/15  22:52:32
16943         Log: Detypo.
16944      Branch: perl
16945            ! t/lib/bigfltpm.t
16946 ____________________________________________________________________________
16947 [  7700] By: jhi                                   on 2000/11/15  22:51:56
16948         Log: UINT64_C() work continues.
16949      Branch: perl
16950            ! handy.h perl.h utf8.h
16951 ____________________________________________________________________________
16952 [  7699] By: jhi                                   on 2000/11/15  14:13:04
16953         Log: SOCKS has its own USE_THREADS, based on
16954              
16955              Subject: [ID 20001114.002] et. al. bugfix followup
16956              From: Jens Hamisch <jens@Strawberry.COM> 
16957              Date: Wed, 15 Nov 2000 14:23:11 +0100
16958              Message-ID: <20001115142311.A21164@Strawberry.COM>
16959      Branch: perl
16960            ! perl.h
16961 ____________________________________________________________________________
16962 [  7698] By: jhi                                   on 2000/11/15  03:50:56
16963         Log: Add few missing #undefs and sort them.
16964      Branch: perl
16965            ! fakesdio.h
16966 ____________________________________________________________________________
16967 [  7697] By: jhi                                   on 2000/11/15  03:39:14
16968         Log: Linenumber fix.
16969      Branch: perl
16970            ! t/pragma/warn/utf8
16971 ____________________________________________________________________________
16972 [  7696] By: jhi                                   on 2000/11/15  02:55:26
16973         Log: EBCDIC tweaks.
16974              
16975              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
16976              From: Peter Prymmer <pvhp@forte.com>
16977              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
16978              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
16979      Branch: perl
16980            ! t/op/regmesg.t t/pragma/warn/utf8
16981 ____________________________________________________________________________
16982 [  7695] By: jhi                                   on 2000/11/15  02:53:58
16983         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
16984              From: Peter Prymmer <pvhp@forte.com>
16985              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
16986              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
16987      Branch: perl
16988            ! utf8.c
16989 ____________________________________________________________________________
16990 [  7694] By: jhi                                   on 2000/11/15  02:50:55
16991         Log: Subject: [PATCH: perl@7674] updates to README.os390
16992              From: Prymmer/Kahn <pvhp@best.com>
16993              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
16994              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
16995      Branch: perl
16996            ! README.os390
16997 ____________________________________________________________________________
16998 [  7693] By: jhi                                   on 2000/11/15  02:48:37
16999         Log: Quit utf8_to_uv() instantly if curlen == 0.
17000      Branch: perl
17001            ! utf8.c
17002 ____________________________________________________________________________
17003 [  7692] By: jhi                                   on 2000/11/15  02:24:29
17004         Log: Use u_int32_t for the size of hash_cb(), not size_t.
17005              
17006              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
17007              From: Jens Hamisch <jens@Strawberry.COM>     
17008              Date: Tue, 14 Nov 2000 19:03:55 +0100
17009              Message-Id: <20001114190355.A20559@Strawberry.COM>
17010      Branch: perl
17011            ! ext/DB_File/DB_File.xs
17012 ____________________________________________________________________________
17013 [  7691] By: jhi                                   on 2000/11/15  02:20:12
17014         Log: Use UINT64_C().
17015              
17016              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
17017              From: Jens Hamisch <jens@Strawberry.COM>
17018              Date: Tue, 14 Nov 2000 19:16:23 +0100
17019              Message-Id: <20001114191623.G20559@Strawberry.COM>
17020      Branch: perl
17021            ! utf8.c utf8.h
17022 ____________________________________________________________________________
17023 [  7690] By: jhi                                   on 2000/11/15  02:17:06
17024         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
17025              (a macro to define signed and unsigned integer constants).
17026      Branch: perl
17027            ! handy.h
17028 ____________________________________________________________________________
17029 [  7689] By: jhi                                   on 2000/11/15  01:56:51
17030         Log: Regen Configure.
17031      Branch: perl
17032            ! Configure
17033 ____________________________________________________________________________
17034 [  7688] By: jhi                                   on 2000/11/15  01:56:32
17035         Log: Make the unit know about SOCKS.
17036      Branch: metaconfig
17037            ! U/protos/socksizetype.U
17038 ____________________________________________________________________________
17039 [  7687] By: jhi                                   on 2000/11/15  01:54:47
17040         Log: Remove unused dependencies.
17041      Branch: metaconfig
17042            ! U/compline/d_getpagsz.U
17043 ____________________________________________________________________________
17044 [  7686] By: nick                                  on 2000/11/14  21:25:13
17045         Log: Integrate mainline.
17046      Branch: perlio
17047           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
17048           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
17049           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
17050           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
17051           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
17052           !> win32/config.bc win32/config.gc win32/config.vc
17053           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
17054 ____________________________________________________________________________
17055 [  7685] By: jhi                                   on 2000/11/14  17:54:56
17056         Log: Integrate perlio.
17057      Branch: perl
17058           +> fakesdio.h perliol.h
17059           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
17060           !> perlsdio.h perlsfio.h pod/perlfunc.pod
17061 ____________________________________________________________________________
17062 [  7684] By: nick                                  on 2000/11/14  17:43:04
17063         Log: PerlIO #include and #ifdef re-work.
17064      Branch: perlio
17065            + fakesdio.h perliol.h
17066            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
17067            ! perlsdio.h perlsfio.h
17068 ____________________________________________________________________________
17069 [  7683] By: jhi                                   on 2000/11/14  15:42:40
17070         Log: Hoist the duplicated socket/netdb include logic to perl.h;
17071              undef SETERRNO in case SOCKS has defined it.  Based on:
17072              
17073              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
17074              From: Jens Hamisch <jens@Strawberry.COM> 
17075              Date: Tue, 14 Nov 2000 11:34:40 +0100
17076              Message-Id: <20001114113440.A20005@Strawberry.COM>
17077      Branch: perl
17078            ! doio.c perl.h pp_sys.c
17079 ____________________________________________________________________________
17080 [  7682] By: jhi                                   on 2000/11/14  14:07:28
17081         Log: Subject: some additions for makefiles for win32 (for perl@7674)
17082              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17083              Date: Tue, 14 Nov 2000 09:31:13 +0300
17084              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
17085      Branch: perl
17086            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
17087            ! win32/makefile.mk
17088 ____________________________________________________________________________
17089 [  7681] By: jhi                                   on 2000/11/14  14:01:41
17090         Log: Subject: tiny typo in perl5db.pl
17091              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17092              Date: Tue, 14 Nov 2000 09:29:28 +0300
17093              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
17094      Branch: perl
17095            ! lib/perl5db.pl
17096 ____________________________________________________________________________
17097 [  7680] By: jhi                                   on 2000/11/14  04:13:50
17098         Log: Redo #7679 with LFs instead of CRLFs.
17099      Branch: perl
17100            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
17101            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
17102            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
17103 ____________________________________________________________________________
17104 [  7679] By: jhi                                   on 2000/11/14  01:21:09
17105         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
17106              From: Benjamin Stuhl <tiriath@yahoo.com> 
17107              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
17108              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
17109      Branch: perl
17110            + win32/bin/mdelete.bat
17111            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
17112            ! makedef.pl perlio.c win32/Makefile win32/config.gc
17113            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
17114 ____________________________________________________________________________
17115 [  7678] By: jhi                                   on 2000/11/14  01:19:20
17116         Log: Fix the re extension building for Win32.
17117              
17118              Subject: [PATCH perl@7638] Get PerlIO building on Win32
17119              From: Benjamin Stuhl <tiriath@yahoo.com> 
17120              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
17121              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
17122      Branch: perl
17123            + ext/re/hints/MSWin32.pl
17124            ! MANIFEST
17125 ____________________________________________________________________________
17126 [  7677] By: jhi                                   on 2000/11/14  01:13:54
17127         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
17128              From: sthoenna@efn.org
17129              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
17130              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
17131      Branch: perl
17132            ! doop.c pp.c toke.c utf8.c utf8.h
17133 ____________________________________________________________________________
17134 [  7676] By: jhi                                   on 2000/11/13  20:23:15
17135         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
17136              From: Nicholas Clark <nick@ccl4.org>
17137              Date: Mon, 13 Nov 2000 18:55:04 +0000
17138              Message-ID: <20001113185504.J29183@plum.flirble.org>
17139      Branch: perl
17140            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
17141 ____________________________________________________________________________
17142 [  7675] By: nick                                  on 2000/11/13  20:21:57
17143         Log: Integrate mainline ...
17144      Branch: perlio
17145           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
17146           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
17147           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
17148           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
17149 ____________________________________________________________________________
17150 [  7674] By: jhi                                   on 2000/11/13  15:07:56
17151         Log: Update Changes.
17152      Branch: perl
17153            ! Changes patchlevel.h
17154 ____________________________________________________________________________
17155 [  7673] By: jhi                                   on 2000/11/13  14:42:42
17156         Log: Remove the new two tests of lib/io_xs for now, they seem to
17157              fail under perlio on some platforms.
17158      Branch: perl
17159            ! t/lib/io_xs.t
17160 ____________________________________________________________________________
17161 [  7672] By: jhi                                   on 2000/11/13  13:57:53
17162         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
17163      Branch: perl
17164            ! perlio.c
17165 ____________________________________________________________________________
17166 [  7671] By: jhi                                   on 2000/11/13  05:30:48
17167         Log: Placate nervous compilers that see longer than ints switch()ing.
17168      Branch: perl
17169            ! utf8.c
17170 ____________________________________________________________________________
17171 [  7670] By: jhi                                   on 2000/11/13  05:14:21
17172         Log: fputs() does return EOF on error but here we don't care.
17173      Branch: perl
17174            ! perlio.c
17175 ____________________________________________________________________________
17176 [  7669] By: jhi                                   on 2000/11/13  05:02:45
17177         Log: Declare reg_data like reg_substr_data.
17178      Branch: perl
17179            ! regexp.h
17180 ____________________________________________________________________________
17181 [  7668] By: jhi                                   on 2000/11/13  04:54:34
17182         Log: Typos in #7667.
17183      Branch: perl
17184            ! perl.h
17185 ____________________________________________________________________________
17186 [  7667] By: jhi                                   on 2000/11/13  04:49:49
17187         Log: Cleanup messy #ifdef.
17188      Branch: perl
17189            ! perl.h
17190 ____________________________________________________________________________
17191 [  7666] By: jhi                                   on 2000/11/13  04:17:34
17192         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
17193              From: Nicholas Clark <nick@talking.bollo.cx>
17194              Date: Sun, 12 Nov 2000 21:14:11 +0000
17195              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
17196              
17197              Note: only one breakage of the two reported is fixed by this patch.
17198      Branch: perl
17199            ! perlio.c
17200 ____________________________________________________________________________
17201 [  7665] By: jhi                                   on 2000/11/13  04:05:07
17202         Log: Tweak the definition of the bit complement on UTF-8 data:
17203              if none of the characters in the string are > 0xff,
17204              the result is a complemented byte string, not a (UTF-8)
17205              char string.  Based on the summary in
17206              
17207              Subject: Re: [ID 20000918.005] ~ on wide chars
17208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
17209              Date: Fri, 10 Nov 2000 09:47:15 -0800
17210              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
17211              
17212              This should give us the maximum backward (pre-char string)
17213              compatibility and utf8 compatibility.  The other alternative
17214              would be to limit the bit complement to be always byte only,
17215              taking the least significant byte of the chars.
17216      Branch: perl
17217            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
17218 ____________________________________________________________________________
17219 [  7664] By: jhi                                   on 2000/11/13  00:23:44
17220         Log: Couple of tests from #7660 salvaged.
17221      Branch: perl
17222            - t/op/tell.t
17223            ! MANIFEST t/io/tell.t
17224 ____________________________________________________________________________
17225 [  7663] By: jhi                                   on 2000/11/13  00:02:48
17226         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
17227              From: Nicholas Clark <nick@talking.bollo.cx>
17228              Date: Sun, 12 Nov 2000 21:23:43 +0000
17229              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
17230      Branch: perl
17231            ! perlsfio.h
17232 ____________________________________________________________________________
17233 [  7662] By: jhi                                   on 2000/11/13  00:01:39
17234         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
17235              From: Nicholas Clark <nick@talking.bollo.cx>
17236              Date: Sun, 12 Nov 2000 21:30:04 +0000
17237              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
17238      Branch: perl
17239            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
17240 ____________________________________________________________________________
17241 [  7661] By: jhi                                   on 2000/11/12  23:57:29
17242         Log: Document tell() on special streams.
17243      Branch: perl
17244            ! pod/perlfunc.pod
17245 ____________________________________________________________________________
17246 [  7660] By: jhi                                   on 2000/11/12  23:54:22
17247         Log: (Subsumed by #7664)
17248      Branch: perl
17249            + t/op/tell.t
17250            ! MANIFEST
17251 ____________________________________________________________________________
17252 [  7659] By: jhi                                   on 2000/11/12  22:55:25
17253         Log: Many subdocumented return values of the IO extension now documented.
17254              ungetc and write still left subdocumented.
17255              
17256              Subject: [PATCH] (was Re: IO::Handle::ungetc)
17257              From: Nicholas Clark <nick@talking.bollo.cx>
17258              Date: Sun, 12 Nov 2000 21:35:53 +0000
17259              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
17260      Branch: perl
17261            ! ext/IO/lib/IO/Handle.pm
17262 ____________________________________________________________________________
17263 [  7658] By: jhi                                   on 2000/11/12  21:37:06
17264         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
17265              From: Nicholas Clark <nick@talking.bollo.cx>
17266              Date: Sun, 12 Nov 2000 20:03:22 +0000
17267              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
17268      Branch: perl
17269            ! pod/perlfunc.pod
17270 ____________________________________________________________________________
17271 [  7657] By: jhi                                   on 2000/11/12  20:34:55
17272         Log: Integrate perlio.
17273      Branch: perl
17274           !> perlio.c
17275 ____________________________________________________________________________
17276 [  7656] By: nick                                  on 2000/11/12  19:25:06
17277         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
17278      Branch: perlio
17279            ! perlio.c
17280 ____________________________________________________________________________
17281 [  7655] By: nick                                  on 2000/11/12  19:09:41
17282         Log: Integrate mainline
17283      Branch: perlio
17284           +> README.solaris ext/Encode/Encode/cp1006.enc
17285           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
17286           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
17287           +> ext/Encode/Encode/iso8859-13.enc
17288           +> ext/Encode/Encode/iso8859-14.enc
17289           +> ext/Encode/Encode/iso8859-15.enc
17290           !> (integrate 34 files)
17291 ____________________________________________________________________________
17292 [  7654] By: jhi                                   on 2000/11/12  19:00:22
17293         Log: Add a metaconfig unit for fsync.
17294      Branch: metaconfig/U/perl
17295            + d_fsync.U
17296 ____________________________________________________________________________
17297 [  7653] By: jhi                                   on 2000/11/12  19:00:01
17298         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
17299      Branch: perl
17300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17301            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17302            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17303            ! vos/config.ga.h win32/config.bc win32/config.gc
17304            ! win32/config.vc
17305 ____________________________________________________________________________
17306 [  7652] By: jhi                                   on 2000/11/11  21:12:01
17307         Log: Copy the s// information of README.hpux also to the perlrun.
17308      Branch: perl
17309            ! README.hpux pod/perlrun.pod
17310 ____________________________________________________________________________
17311 [  7651] By: jhi                                   on 2000/11/11  21:03:13
17312         Log: More README.solaris updates from Andy Dougherty.
17313      Branch: perl
17314            ! README.solaris
17315 ____________________________________________________________________________
17316 [  7650] By: jhi                                   on 2000/11/11  18:38:57
17317         Log: More descriptive error for unknown perlio layers.
17318              
17319              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
17320              From: Dominic Dunlop <domo@computer.org> 
17321              Date: Sat, 11 Nov 2000 18:20:32 +0100             
17322              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
17323      Branch: perl
17324            ! perlio.c pod/perldiag.pod
17325 ____________________________________________________________________________
17326 [  7649] By: jhi                                   on 2000/11/11  18:37:52
17327         Log: MachTen doesn't really do mmap() and munmap().
17328              
17329              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
17330              From: Dominic Dunlop <domo@computer.org> 
17331              Date: Sat, 11 Nov 2000 18:20:32 +0100             
17332              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
17333      Branch: perl
17334            ! hints/machten.sh
17335 ____________________________________________________________________________
17336 [  7648] By: jhi                                   on 2000/11/11  18:36:46
17337         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
17338              From: rspier@pobox.com (Robert Spier)
17339              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
17340              Message-ID: <14861.32839.491271.985797@rls.cx>
17341      Branch: perl
17342            ! Porting/Contract pod/perltoot.pod
17343 ____________________________________________________________________________
17344 [  7647] By: jhi                                   on 2000/11/11  18:35:30
17345         Log: Simplify the getpagesize() unit by dropping the
17346              pagesize probe since it's nowadays slightly more
17347              complicated because of sysconf(). (Note: if some
17348              platform really needs the -lPW for getpagesize,
17349              I just broke it.)
17350              
17351              TODO: a new pagesize unit.
17352      Branch: metaconfig
17353            ! U/compline/d_getpagsz.U
17354 ____________________________________________________________________________
17355 [  7646] By: jhi                                   on 2000/11/11  18:33:23
17356         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
17357      Branch: perl
17358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17359            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
17360            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17361            ! vos/config.ga.h win32/config.bc win32/config.gc
17362            ! win32/config.vc
17363 ____________________________________________________________________________
17364 [  7645] By: jhi                                   on 2000/11/11  16:45:15
17365         Log: Use sysconf() or getpagesize() to find out the pagesize.
17366      Branch: perl
17367            ! perlio.c
17368 ____________________________________________________________________________
17369 [  7644] By: jhi                                   on 2000/11/11  15:46:08
17370         Log: Integrate perlio.
17371      Branch: perl
17372           !> perlio.c
17373 ____________________________________________________________________________
17374 [  7643] By: jhi                                   on 2000/11/11  15:33:36
17375         Log: Subject: Re: [PATCH] README.solaris
17376              From: Lupe Christoph <lupe@lupe-christoph.de>
17377              Date: Sat, 11 Nov 2000 14:08:10 +0100
17378              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
17379      Branch: perl
17380            ! README.solaris
17381 ____________________________________________________________________________
17382 [  7642] By: jhi                                   on 2000/11/11  15:22:12
17383         Log: Subject: [PATCH perl@7638] cygwin port
17384              From: "Eric Fifer" <egf7@columbia.edu>            
17385              Date: Fri, 10 Nov 2000 19:30:30 -0000
17386              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
17387      Branch: perl
17388            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
17389 ____________________________________________________________________________
17390 [  7641] By: nick                                  on 2000/11/11  14:50:36
17391         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
17392              Also call "Buf" layer directly when unread'ing non-read chars.
17393      Branch: perlio
17394            ! perlio.c
17395 ____________________________________________________________________________
17396 [  7640] By: jhi                                   on 2000/11/11  02:05:02
17397         Log: Add more encoding tables.
17398      Branch: perl
17399            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
17400            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
17401            + ext/Encode/Encode/iso8859-10.enc
17402            + ext/Encode/Encode/iso8859-13.enc
17403            + ext/Encode/Encode/iso8859-14.enc
17404            + ext/Encode/Encode/iso8859-15.enc
17405            ! MANIFEST
17406 ____________________________________________________________________________
17407 [  7639] By: jhi                                   on 2000/11/10  18:49:25
17408         Log: Subject: [PATCH] README.solaris
17409              From: Andy Dougherty <doughera@lafayette.edu>
17410              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
17411              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
17412      Branch: perl
17413            + README.solaris
17414            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
17415            ! pod/perl.pod pod/perltoc.pod
17416 ____________________________________________________________________________
17417 [  7638] By: jhi                                   on 2000/11/10  15:04:15
17418         Log: Update Changes.
17419      Branch: perl
17420            ! Changes patchlevel.h
17421 ____________________________________________________________________________
17422 [  7637] By: jhi                                   on 2000/11/10  14:14:28
17423         Log: Explain better why certain regex tests are skipped.
17424              
17425              Subject: Re: tests skipped: unknown reason
17426              From: Lupe Christoph <lupe@lupe-christoph.de>
17427              Date: Fri, 10 Nov 2000 09:08:56 +0100
17428              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
17429      Branch: perl
17430            ! t/op/regexp.t
17431 ____________________________________________________________________________
17432 [  7636] By: nick                                  on 2000/11/10  13:40:00
17433         Log: Integrate mainline.
17434      Branch: perlio
17435           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
17436           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
17437           !> win32/bin/search.pl
17438 ____________________________________________________________________________
17439 [  7635] By: nick                                  on 2000/11/10  13:25:52
17440         Log: Re-instate stdio large file support via perlio.
17441      Branch: perl
17442            ! perlio.c
17443 ____________________________________________________________________________
17444 [  7634] By: jhi                                   on 2000/11/10  04:49:55
17445         Log: Amdahl UTS hints updates.
17446              
17447              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
17448              From: hom00@utsglobal.com (Harold O Morris)
17449              Date: Thu, 9 Nov 2000 20:02 PST
17450              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
17451      Branch: perl
17452            ! hints/uts.sh
17453 ____________________________________________________________________________
17454 [  7633] By: jhi                                   on 2000/11/09  23:33:28
17455         Log: Subject: [PATCH] IO::Seekable pod
17456              From: Nicholas Clark <nick@talking.bollo.cx>
17457              Date: Thu, 9 Nov 2000 20:29:45 +0000
17458              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
17459      Branch: perl
17460            ! ext/IO/lib/IO/Handle.pm
17461 ____________________________________________________________________________
17462 [  7632] By: jhi                                   on 2000/11/09  21:55:41
17463         Log: Various doc oddball characters.
17464              
17465              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
17466              From: Michael Somos <somos@grail.cba.csuohio.edu>
17467              Date: Mon, 6 Nov 2000 17:44:20 -0500
17468              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
17469      Branch: perl
17470            ! emacs/cperl-mode.el lib/unicode/syllables.txt
17471            ! win32/bin/search.pl
17472 ____________________________________________________________________________
17473 [  7631] By: jhi                                   on 2000/11/09  21:12:29
17474         Log: Subject: Re: bash -c exit and linux hints 
17475              From: "John P. Linderman" <jpl@research.att.com>
17476              Date: Thu, 02 Nov 2000 09:37:25 -0500
17477              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
17478      Branch: perl
17479            ! hints/linux.sh
17480 ____________________________________________________________________________
17481 [  7630] By: nick                                  on 2000/11/09  20:34:11
17482         Log: Integrate mainline.
17483      Branch: perlio
17484           !> (integrate 91 files)
17485 ____________________________________________________________________________
17486 [  7629] By: jhi                                   on 2000/11/09  19:46:31
17487         Log: Missing dTHXs.
17488              
17489              Subject: RE: perl@7595 builds not on cygwin
17490              From: "Eric Fifer" <egf7@columbia.edu>
17491              Date: Thu, 9 Nov 2000 19:26:50 -0000
17492              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
17493      Branch: perl
17494            ! ext/Devel/Peek/Peek.xs
17495 ____________________________________________________________________________
17496 [  7628] By: jhi                                   on 2000/11/09  14:48:27
17497         Log: Disable only the tests 99 and 166 for UTF-8 locales.
17498      Branch: perl
17499            ! t/pragma/locale.t
17500 ____________________________________________________________________________
17501 [  7627] By: jhi                                   on 2000/11/09  14:40:27
17502         Log: There's no =head3.
17503      Branch: perl
17504            ! pod/perlhack.pod
17505 ____________________________________________________________________________
17506 [  7626] By: jhi                                   on 2000/11/09  13:54:26
17507         Log: The generated boot_* headers are wrong.  Pickier compiler,
17508              such as KAI C++ will refuse to compile the resulting perlmain.
17509              
17510              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
17511              From: Harri Pasanen <harri.pasanen@trema.com>
17512              Date: Thu, 09 Nov 2000 14:23:28 +0100
17513              Message-Id: <3A0AA550.26D548A3@trema.com>
17514      Branch: perl
17515            ! minimod.pl
17516 ____________________________________________________________________________
17517 [  7625] By: jhi                                   on 2000/11/09  13:50:44
17518         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
17519              From: Prymmer/Kahn <pvhp@best.com>
17520              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
17521              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
17522              
17523              All except the "cow orker" change.
17524      Branch: perl
17525            ! Porting/pumpkin.pod
17526 ____________________________________________________________________________
17527 [  7624] By: jhi                                   on 2000/11/09  13:45:33
17528         Log: Fix for
17529              
17530              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
17531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17532              Date: Thu, 09 Nov 2000 11:05:52 +0100
17533              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
17534      Branch: perl
17535            ! pod/perldiag.pod t/pragma/warn/pp_sys
17536 ____________________________________________________________________________
17537 [  7623] By: jhi                                   on 2000/11/09  13:37:16
17538         Log: Typo in an ifndef.
17539              
17540              Subject: Re: [PATCH 5.7.0] better messages from malloc()
17541              From: Joe Smith <jms@inwap.com>         
17542              Date: Thu, 09 Nov 2000 01:33:14 -0800
17543              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
17544      Branch: perl
17545            ! malloc.c
17546 ____________________________________________________________________________
17547 [  7622] By: jhi                                   on 2000/11/09  13:31:18
17548         Log: Remove unused extra arguments.
17549      Branch: metaconfig/U/perl
17550            ! perlxv.U
17551      Branch: perl
17552            ! Configure config_h.SH
17553 ____________________________________________________________________________
17554 [  7621] By: jhi                                   on 2000/11/09  13:16:36
17555         Log: More VMS moves on environment handling, from Charles Lane.
17556      Branch: perl
17557            ! t/pragma/locale.t
17558 ____________________________________________________________________________
17559 [  7620] By: jhi                                   on 2000/11/09  04:42:38
17560         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
17561              From: David Dyck <dcd@tc.fluke.com>
17562              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
17563              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
17564      Branch: perl
17565            ! pp_sys.c
17566 ____________________________________________________________________________
17567 [  7619] By: jhi                                   on 2000/11/09  04:36:21
17568         Log: Forgot from #7618.
17569      Branch: perl
17570            ! lib/File/stat.pm
17571 ____________________________________________________________________________
17572 [  7618] By: jhi                                   on 2000/11/09  04:28:44
17573         Log: Make deleting for %ENV work for (newer versions of) VMS,
17574              from Craig A. Berry.
17575      Branch: perl
17576            ! vms/vms.c
17577 ____________________________________________________________________________
17578 [  7617] By: jhi                                   on 2000/11/09  04:25:05
17579         Log: Subject: [PATCH] Class::Struct at compile time
17580              From: "Casey R. Tweten" <crt@kiski.net>
17581              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
17582              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
17583      Branch: perl
17584            ! lib/Class/Struct.pm
17585 ____________________________________________________________________________
17586 [  7616] By: jhi                                   on 2000/11/09  04:15:17
17587         Log: Subject: [ID 20001108.013] spelling
17588              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
17589              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
17590              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
17591      Branch: perl
17592            ! lib/ftp.pl
17593 ____________________________________________________________________________
17594 [  7615] By: jhi                                   on 2000/11/09  04:12:42
17595         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
17596              From: Peter Prymmer <pvhp@forte.com>
17597              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
17598              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
17599      Branch: perl
17600            ! configure.com
17601 ____________________________________________________________________________
17602 [  7614] By: jhi                                   on 2000/11/08  22:42:55
17603         Log: A missing aTHX_.
17604      Branch: perl
17605            ! ext/IPC/SysV/SysV.xs
17606 ____________________________________________________________________________
17607 [  7613] By: jhi                                   on 2000/11/08  19:30:21
17608         Log: Update Changes.
17609      Branch: perl
17610            ! Changes patchlevel.h
17611 ____________________________________________________________________________
17612 [  7612] By: jhi                                   on 2000/11/08  18:35:25
17613         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
17614              From: David Dyck <dcd@tc.fluke.com>
17615              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
17616              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
17617      Branch: perl
17618            ! pp_sys.c
17619 ____________________________________________________________________________
17620 [  7611] By: jhi                                   on 2000/11/08  18:30:26
17621         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
17622              From: Dominic Dunlop <domo@computer.org>
17623              Date: Tue, 7 Nov 2000 12:05:25 +0100
17624              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
17625      Branch: perl
17626            ! malloc.c
17627 ____________________________________________________________________________
17628 [  7610] By: jhi                                   on 2000/11/08  18:25:14
17629         Log: Do not test UTF-8 locales since that the tests would require
17630              polymorphic regexen.
17631      Branch: perl
17632            ! t/pragma/locale.t
17633 ____________________________________________________________________________
17634 [  7609] By: jhi                                   on 2000/11/08  17:12:51
17635         Log: Locale buglets.
17636              
17637              Subject: RE: Locales support (setlocale) fixes
17638              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17639              Date: Wed, 8 Nov 2000 20:01:39 +0300
17640              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
17641      Branch: perl
17642            ! t/pragma/locale.t util.c
17643 ____________________________________________________________________________
17644 [  7608] By: jhi                                   on 2000/11/08  17:00:16
17645         Log: Deleting $ENV{PATH} in VMS is not recommendable.
17646      Branch: perl
17647            ! t/pragma/locale.t
17648 ____________________________________________________________________________
17649 [  7607] By: jhi                                   on 2000/11/08  16:58:26
17650         Log: Subject: PATCH std stdio for (Free)BSD
17651              From: Nicholas Clark <nick@ccl4.org>
17652              Date: Wed, 8 Nov 2000 15:36:29 +0000
17653              Message-ID: <20001108153629.D98736@plum.flirble.org>
17654      Branch: metaconfig
17655            ! U/compline/d_stdstdio.U
17656      Branch: perl
17657            ! Configure config_h.SH
17658 ____________________________________________________________________________
17659 [  7606] By: jhi                                   on 2000/11/08  16:43:31
17660         Log: Forgot to bump the line numbers in #7601.
17661      Branch: perl
17662            ! t/pragma/warn/pp_sys
17663 ____________________________________________________________________________
17664 [  7605] By: jhi                                   on 2000/11/08  16:39:12
17665         Log: More careful detection of how well NVs and UVs mix.
17666              
17667              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))
17668              From: Nicholas Clark <nick@ccl4.org>
17669              Date: Wed, 8 Nov 2000 15:14:12 +0000
17670              Message-ID: <20001108151412.B98736@plum.flirble.org>
17671              
17672              Added some SIGFPE paranoia.
17673      Branch: metaconfig/U/perl
17674            ! perlxv.U
17675      Branch: perl
17676            ! Configure config_h.SH
17677 ____________________________________________________________________________
17678 [  7604] By: jhi                                   on 2000/11/08  14:39:10
17679         Log: Subject: [patch perl@7595] VMS configure.com tweak
17680              From: "Craig A. Berry" <craigberry@mac.com>
17681              Date: Wed, 8 Nov 2000 00:24:12 -0600
17682              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
17683      Branch: perl
17684            ! configure.com
17685 ____________________________________________________________________________
17686 [  7603] By: jhi                                   on 2000/11/08  14:27:11
17687         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
17688              From: Robin Barker <rmb1@cise.npl.co.uk>
17689              Date: Wed, 8 Nov 2000 11:11:39 GMT
17690              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
17691      Branch: perl
17692            ! perlio.c
17693 ____________________________________________________________________________
17694 [  7602] By: jhi                                   on 2000/11/08  14:25:03
17695         Log: Fix for the tie-refhash string table leaks.
17696              
17697              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
17698              Date: Wed, 8 Nov 2000 13:03:04 GMT
17699              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
17700      Branch: perl
17701            ! t/lib/tie-refhash.t
17702 ____________________________________________________________________________
17703 [  7601] By: jhi                                   on 2000/11/08  14:21:08
17704         Log: Try to avoid flockless and emulationless places.
17705      Branch: perl
17706            ! t/pragma/warn/pp_sys
17707 ____________________________________________________________________________
17708 [  7600] By: jhi                                   on 2000/11/08  02:28:54
17709         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
17710              
17711              Subject: [PATCH] prototyped functions that should be overrideable
17712              From: "Casey R. Tweten" <crt@kiski.net>
17713              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
17714              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
17715      Branch: perl
17716            ! toke.c
17717 ____________________________________________________________________________
17718 [  7599] By: jhi                                   on 2000/11/08  01:12:05
17719         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
17720              
17721              Subject: [PATCH] perlbug.PL
17722              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17723              Date: Mon, 6 Nov 2000 21:39:01 -0500
17724              Message-ID: <20001106213901.B20955@O2.chapin.edu>
17725      Branch: perl
17726            ! utils/perlbug.PL
17727 ____________________________________________________________________________
17728 [  7598] By: jhi                                   on 2000/11/07  23:42:00
17729         Log: Bad thinko in #7581 (I used the test program with the expanded
17730              values as-is).
17731      Branch: metaconfig
17732            ! U/compline/d_stdstdio.U
17733      Branch: perl
17734            ! Configure
17735 ____________________________________________________________________________
17736 [  7597] By: jhi                                   on 2000/11/07  21:43:29
17737         Log: Subject: [PATCH perl@7573] cygwin port
17738              From: "Fifer, Eric" <EFifer@sanwaint.com>
17739              Date: Tue, 7 Nov 2000 18:08:51 -0000 
17740              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
17741              
17742              Synchronize with Cygwin 1.1.5.
17743      Branch: perl
17744            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
17745            ! pod/perlport.pod unixish.h util.c
17746 ____________________________________________________________________________
17747 [  7596] By: jhi                                   on 2000/11/07  21:39:25
17748         Log: perlhack updates from H.Merijn Brand.
17749      Branch: perl
17750            ! pod/perlhack.pod
17751 ____________________________________________________________________________
17752 [  7595] By: jhi                                   on 2000/11/07  20:21:41
17753         Log: Update Changes.
17754      Branch: perl
17755            ! Changes patchlevel.h
17756 ____________________________________________________________________________
17757 [  7594] By: jhi                                   on 2000/11/07  19:18:58
17758         Log: Be more robust in Dynaloader.pm.
17759      Branch: perl
17760            ! ext/DynaLoader/DynaLoader_pm.PL
17761 ____________________________________________________________________________
17762 [  7593] By: jhi                                   on 2000/11/07  16:49:31
17763         Log: AUTHORS update.
17764      Branch: perl
17765            ! AUTHORS
17766 ____________________________________________________________________________
17767 [  7592] By: gsar                                  on 2000/11/07  16:39:51
17768         Log: normalize relative paths in virtualized current directory on windows,
17769              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
17770              returns)
17771      Branch: perl
17772            ! win32/vdir.h
17773 ____________________________________________________________________________
17774 [  7591] By: jhi                                   on 2000/11/07  16:04:26
17775         Log: Too profiler-happy: with optimization the #7590 actually makes
17776              the test to run 0.5% _slower_.  Requires much more instrumentation.
17777              Retract #7590.
17778      Branch: perl
17779            ! regcomp.c regcomp.h
17780 ____________________________________________________________________________
17781 [  7590] By: jhi                                   on 2000/11/07  15:51:13
17782         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
17783              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
17784              by using memset() and testing bytewise (as opposed to bitwise).
17785      Branch: perl
17786            ! regcomp.c regcomp.h
17787 ____________________________________________________________________________
17788 [  7589] By: jhi                                   on 2000/11/07  12:56:39
17789         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
17790              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17791              Date: Mon, 06 Nov 2000 23:45:30 -0500
17792              Message-Id: <0011079735.AA973576259@univpress.com>
17793      Branch: perl
17794            ! configure.com t/lib/st-lock.t
17795 ____________________________________________________________________________
17796 [  7588] By: jhi                                   on 2000/11/07  01:03:28
17797         Log: Tweak #7587.
17798      Branch: perl
17799            ! pod/perldiag.pod
17800 ____________________________________________________________________________
17801 [  7587] By: jhi                                   on 2000/11/07  01:00:27
17802         Log: A doc addition for bug id 20001105.019, beware \p.
17803      Branch: perl
17804            ! pod/perldiag.pod
17805 ____________________________________________________________________________
17806 [  7586] By: jhi                                   on 2000/11/07  00:32:22
17807         Log: Fake support of holey files in win/dosish platforms.
17808              
17809              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
17810              From: kipp@shonanblue.ne.jp
17811              Date: Mon, 6 Nov 2000 13:30:55 -0800
17812              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
17813      Branch: perl
17814            ! ext/SDBM_File/sdbm/sdbm.c
17815 ____________________________________________________________________________
17816 [  7585] By: jhi                                   on 2000/11/07  00:12:54
17817         Log: Subject: Pod updates
17818              From: "Stephen P. Potter" <spp@spotter.yi.org>
17819              Date: Mon, 06 Nov 2000 18:56:43 -0500
17820              Message-Id: <200011062357.SAA18173@spotter.yi.org>
17821      Branch: perl
17822            ! README.dos README.os2 README.win32 pod/buildtoc.PL
17823            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
17824            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
17825            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
17826            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
17827            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
17828            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
17829            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
17830            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
17831            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
17832            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
17833            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
17834            ! pod/perltootc.pod pod/perlunicode.pod
17835 ____________________________________________________________________________
17836 [  7584] By: jhi                                   on 2000/11/07  00:04:17
17837         Log: Varargs don't always work too well if one puts an unsigned
17838              char on the stack and pop an unsigned quad off the stack.
17839              
17840              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
17841              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
17842              Date: Mon, 06 Nov 2000 15:19:05 -0800
17843              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
17844      Branch: perl
17845            ! utf8.c
17846 ____________________________________________________________________________
17847 [  7583] By: jhi                                   on 2000/11/06  23:58:48
17848         Log: %ENV note tweaks from Dan Sugalski.
17849      Branch: perl
17850            ! pod/perlport.pod vms/perlvms.pod
17851 ____________________________________________________________________________
17852 [  7582] By: jhi                                   on 2000/11/06  23:05:49
17853         Log: glibc5 detection by __GNU_LIBRARY__.
17854      Branch: perl
17855            ! toke.c
17856 ____________________________________________________________________________
17857 [  7581] By: jhi                                   on 2000/11/06  22:51:29
17858         Log: Make the stdio test program of 7427 less noisy while being 
17859              compiled so that Digital UNIX wouldn't get both
17860              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
17861              undefined.  This makes perlio happy.
17862      Branch: metaconfig
17863            ! U/compline/d_stdstdio.U
17864      Branch: perl
17865            ! Configure config_h.SH
17866 ____________________________________________________________________________
17867 [  7580] By: jhi                                   on 2000/11/06  22:41:41
17868         Log: Document %ENV = () portability issues.
17869      Branch: perl
17870            ! pod/perlport.pod vms/perlvms.pod
17871 ____________________________________________________________________________
17872 [  7579] By: jhi                                   on 2000/11/06  21:29:24
17873         Log: VOS updates from Paul Green.
17874      Branch: perl
17875            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17876 ____________________________________________________________________________
17877 [  7578] By: jhi                                   on 2000/11/06  21:00:40
17878         Log: Sanitize the environment further.
17879      Branch: perl
17880            ! t/pragma/locale.t
17881 ____________________________________________________________________________
17882 [  7577] By: jhi                                   on 2000/11/06  20:53:51
17883         Log: Re-introduce 7552 lost in integration.
17884      Branch: perl
17885            ! perlio.c
17886 ____________________________________________________________________________
17887 [  7576] By: jhi                                   on 2000/11/06  20:33:46
17888         Log: Admit that the test leaks scalars.
17889      Branch: perl
17890            ! t/comp/proto.t
17891 ____________________________________________________________________________
17892 [  7575] By: jhi                                   on 2000/11/06  20:17:08
17893         Log: Integrate perlio.
17894      Branch: perl
17895           !> perlio.c
17896 ____________________________________________________________________________
17897 [  7574] By: nick                                  on 2000/11/06  20:07:28
17898         Log: Remove debug. Try (Mmap_t) on madvise() call.
17899      Branch: perlio
17900            ! perlio.c
17901 ____________________________________________________________________________
17902 [  7573] By: jhi                                   on 2000/11/06  13:56:05
17903         Log: Update Changes.
17904      Branch: perl
17905            ! Changes patchlevel.h
17906 ____________________________________________________________________________
17907 [  7572] By: jhi                                   on 2000/11/06  13:48:41
17908         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
17909              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17910              Date: Mon, 06 Nov 2000 10:11:42 +0100
17911              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
17912      Branch: perl
17913            ! pod/perlhack.pod
17914 ____________________________________________________________________________
17915 [  7571] By: jhi                                   on 2000/11/06  01:45:51
17916         Log: AUTHORS updates.
17917      Branch: perl
17918            ! AUTHORS
17919 ____________________________________________________________________________
17920 [  7570] By: jhi                                   on 2000/11/06  00:18:00
17921         Log: Fix for
17922              
17923              Subject: [ID 20000728.005] perl -P broken
17924              From: David Dyck <dcd@tc.fluke.com>
17925              Date: Fri, 28 Jul 2000 17:19:16 -0700
17926              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
17927              
17928              (hopefully).  The fix is also not complete, it seems to break
17929              BOM swallowing for libc5 systems, but until someone figures
17930              out a way to do this without ftell(), this will do.
17931      Branch: perl
17932            ! toke.c
17933 ____________________________________________________________________________
17934 [  7569] By: jhi                                   on 2000/11/06  00:05:30
17935         Log: Document that the evaled syntax errors cause scalar leaks.
17936      Branch: perl
17937            ! t/comp/proto.t
17938 ____________________________________________________________________________
17939 [  7568] By: jhi                                   on 2000/11/05  23:14:47
17940         Log: opmini.o can linger from Configures past.
17941      Branch: perl
17942            ! Makefile.SH
17943 ____________________________________________________________________________
17944 [  7567] By: jhi                                   on 2000/11/05  21:28:39
17945         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
17946              first argument correctly.
17947      Branch: perl
17948            ! perlio.c
17949 ____________________________________________________________________________
17950 [  7566] By: jhi                                   on 2000/11/05  21:15:56
17951         Log: Integrate perlio.
17952      Branch: perl
17953           !> perlio.c
17954 ____________________________________________________________________________
17955 [  7565] By: jhi                                   on 2000/11/05  21:15:13
17956         Log: Use -dM for gcc (the suggested patch did it only for Linux,
17957              but I think it can be generalized).
17958              
17959              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
17960              From: Pixel <pixel@mandrakesoft.com>
17961              Date: 05 Nov 2000 21:49:34 +0100 
17962              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
17963      Branch: perl
17964            ! ext/Errno/Errno_pm.PL
17965 ____________________________________________________________________________
17966 [  7564] By: nick                                  on 2000/11/05  21:09:18
17967         Log: Added a mmap layer as a "subclass" of perlio.
17968              PERLIO=mmap ./perl harness passes
17969      Branch: perlio
17970            ! perlio.c
17971 ____________________________________________________________________________
17972 [  7563] By: jhi                                   on 2000/11/05  19:48:55
17973         Log: Add a note for future generations about bug id 20000229.006.
17974      Branch: perl
17975            ! malloc.c
17976 ____________________________________________________________________________
17977 [  7562] By: jhi                                   on 2000/11/05  19:38:24
17978         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
17979      Branch: perl
17980            ! pp_ctl.c t/op/pos.t
17981 ____________________________________________________________________________
17982 [  7561] By: jhi                                   on 2000/11/05  18:21:46
17983         Log: Add =pod to be tidy.
17984      Branch: perl
17985            ! lib/Math/Complex.pm
17986 ____________________________________________________________________________
17987 [  7560] By: jhi                                   on 2000/11/05  17:38:46
17988         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
17989      Branch: perl
17990            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17991            ! ext/Storable/Storable.xs t/lib/st-recurse.t
17992 ____________________________________________________________________________
17993 [  7559] By: jhi                                   on 2000/11/05  17:32:59
17994         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
17995              From: "Peter J. Farley III" <pjfarley@banet.net>
17996              Date: Sun, 05 Nov 2000 11:55:59 -0500
17997              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
17998      Branch: perl
17999            ! t/lib/syslog.t
18000 ____________________________________________________________________________
18001 [  7558] By: jhi                                   on 2000/11/05  17:29:19
18002         Log: Integrate perlio.
18003      Branch: perl
18004           !> perlio.c
18005 ____________________________________________________________________________
18006 [  7557] By: jhi                                   on 2000/11/05  17:22:01
18007         Log: A fix of sorts for 20000329.026, a better error message
18008              for a missing "use charnames" when using the \N{...}. 
18009      Branch: perl
18010            ! pod/perldiag.pod toke.c
18011 ____________________________________________________________________________
18012 [  7556] By: jhi                                   on 2000/11/05  16:33:50
18013         Log: Test tweak: show also the failed locales.
18014              
18015              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
18016              From: Lupe Christoph <lupe@lupe-christoph.de>         
18017              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
18018              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
18019      Branch: perl
18020            ! t/pragma/locale.t
18021 ____________________________________________________________________________
18022 [  7555] By: nick                                  on 2000/11/05  11:09:34
18023         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
18024              open RDWR so does not fail. (pragma/warnings 303 again...)
18025      Branch: perlio
18026            ! perlio.c
18027 ____________________________________________________________________________
18028 [  7554] By: nick                                  on 2000/11/05  10:10:13
18029         Log: Fix case where ungetc(f,EOF) was allowed.
18030              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
18031              so we can see similarities.
18032              Use types more carefully and a STDCHAR array in hope that this will
18033              fix Jarrko's 64bit machine.
18034      Branch: perlio
18035            ! perlio.c
18036 ____________________________________________________________________________
18037 [  7553] By: jhi                                   on 2000/11/05  01:12:16
18038         Log: Fix for
18039              
18040              Subject: [ID 20001004.007] taint propogation is inconsistent
18041              From: pimlott@idiomtech.com (Andrew Pimlott) 
18042              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
18043              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
18044              
18045              The culprit was sv_setsv() which was rather blindly
18046              propagating taint, which lead to behaviour where if
18047              a tainted anon hash value was seen all the hash values
18048              from then on at that level became tainted, or at any
18049              upper levels in the case of nested anon hashes.
18050      Branch: perl
18051            ! sv.c t/op/taint.t
18052 ____________________________________________________________________________
18053 [  7552] By: jhi                                   on 2000/11/04  23:44:18
18054         Log: Some cpps don't like splitting conditionals across several lines.
18055      Branch: perl
18056            ! perlio.c
18057 ____________________________________________________________________________
18058 [  7551] By: nick                                  on 2000/11/04  23:40:44
18059         Log: Integrate mainline
18060      Branch: perlio
18061           !> pp_hot.c t/op/taint.t
18062 ____________________________________________________________________________
18063 [  7550] By: nick                                  on 2000/11/04  23:39:05
18064         Log: Integrate mainline again
18065      Branch: perlio
18066           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
18067           !> t/lib/b.t t/op/misc.t util.c
18068 ____________________________________________________________________________
18069 [  7549] By: jhi                                   on 2000/11/04  23:14:01
18070         Log: Fix for
18071              
18072              Subject: [ID 20001004.006] undef is never tainted
18073              From: pimlott@idiomtech.com (Andrew Pimlott)
18074              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
18075              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
18076              
18077              An undef read from a slurped file was not tainted.
18078      Branch: perl
18079            ! pp_hot.c t/op/taint.t
18080 ____________________________________________________________________________
18081 [  7548] By: jhi                                   on 2000/11/04  22:56:21
18082         Log: Test tweak ($Config{useperlio} is by default undef) .
18083      Branch: perl
18084            ! t/lib/b.t
18085 ____________________________________________________________________________
18086 [  7547] By: jhi                                   on 2000/11/04  22:43:56
18087         Log: Integrate perlio.
18088      Branch: perl
18089           +> lib/perlio.pm
18090           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
18091           !> pod/perlapi.pod t/lib/b.t
18092 ____________________________________________________________________________
18093 [  7546] By: jhi                                   on 2000/11/04  22:40:59
18094         Log: Configure would use a bad $myuname from an old config.sh.
18095              
18096              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
18097              From: Andy Dougherty <doughera@lafayette.edu>
18098              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
18099              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
18100      Branch: metaconfig
18101            ! U/modified/Oldconfig.U
18102      Branch: perl
18103            ! Configure config_h.SH
18104 ____________________________________________________________________________
18105 [  7545] By: jhi                                   on 2000/11/04  22:36:54
18106         Log: Subject: Locales support (setlocale) fixes
18107              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18108              Date: Sat, 4 Nov 2000 10:15:48 +0300 
18109              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
18110              
18111              Modified quite a bit to be more portable.
18112      Branch: perl
18113            ! embed.h embed.pl perl.h proto.h util.c
18114 ____________________________________________________________________________
18115 [  7544] By: jhi                                   on 2000/11/04  22:32:47
18116         Log: Dying is too strict here, better just skip.
18117      Branch: perl
18118            ! t/op/misc.t
18119 ____________________________________________________________________________
18120 [  7543] By: nick                                  on 2000/11/04  21:55:13
18121         Log: Merge mainline
18122      Branch: perlio
18123           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18124           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
18125           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
18126           !> (integrate 64 files)
18127 ____________________________________________________________________________
18128 [  7542] By: jhi                                   on 2000/11/04  21:09:28
18129         Log: More Changes tweakery.
18130      Branch: perl
18131            ! Changes Porting/genlog
18132 ____________________________________________________________________________
18133 [  7541] By: jhi                                   on 2000/11/04  20:58:18
18134         Log: Changes fixups.
18135      Branch: perl
18136            ! Changes
18137 ____________________________________________________________________________
18138 [  7540] By: jhi                                   on 2000/11/04  20:42:38
18139         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
18140              create a "fast path" for locale name probing using "locale -a"
18141              if available, squash finally hopefully the s?printf resetting
18142              the numeric locale (since, IIUC perllocale, it never shouldn't). 
18143      Branch: perl
18144            ! sv.c t/op/misc.t t/pragma/locale.t
18145 ____________________________________________________________________________
18146 [  7539] By: nick                                  on 2000/11/04  19:56:10
18147         Log: PerlIO infrastructure complete.
18148      Branch: perlio
18149            + lib/perlio.pm
18150            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
18151 ____________________________________________________________________________
18152 [  7538] By: nick                                  on 2000/11/04  14:31:32
18153         Log: Type tweaks + less contorted allocation scheme
18154      Branch: perlio
18155            ! perlio.c
18156 ____________________________________________________________________________
18157 [  7537] By: nick                                  on 2000/11/04  12:40:42
18158         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
18159              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
18160              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
18161              sensible) which lead to some interesting fails.
18162      Branch: perlio
18163            ! perlio.c
18164 ____________________________________________________________________________
18165 [  7536] By: jhi                                   on 2000/11/04  00:20:02
18166         Log: Add FCNTL_CAN_LOCK.
18167              
18168              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
18169              From: Andy Dougherty <doughera@lafayette.edu>
18170              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
18171              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
18172              
18173              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
18174              From: Andy Dougherty <doughera@lafayette.edu>
18175              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
18176              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
18177      Branch: metaconfig/U/perl
18178            + d_fcntl_can_lock.U
18179            ! startperl.U
18180      Branch: perl
18181            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18182            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
18183            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18184            ! vos/config.ga.h win32/config.bc win32/config.gc
18185            ! win32/config.vc
18186 ____________________________________________________________________________
18187 [  7535] By: nick                                  on 2000/11/03  22:19:10
18188         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
18189              - Works on Linux with
18190              perlio + unix
18191              stdio
18192              - Works on Solaris with
18193              perlio + unix
18194              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
18195              - Fails (hangs in openpid) if you try and stack
18196              perlio + stdio - Linux stdio's read() logic is hanging.
18197      Branch: perlio
18198            ! iperlsys.h perlio.c
18199 ____________________________________________________________________________
18200 [  7534] By: jhi                                   on 2000/11/03  15:16:02
18201         Log: Subject: Re: README.aix
18202              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18203              Date: Fri, 03 Nov 2000 16:03:15 +0100
18204              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
18205      Branch: perl
18206            ! README.aix
18207 ____________________________________________________________________________
18208 [  7533] By: jhi                                   on 2000/11/03  03:59:02
18209         Log: Subject: [PATCH 5.7.0] better messages from malloc()
18210              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18211              Date: Wed, 1 Nov 2000 23:39:56 -0500
18212              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
18213      Branch: perl
18214            ! malloc.c pod/perldiag.pod
18215 ____________________________________________________________________________
18216 [  7532] By: jhi                                   on 2000/11/03  00:11:56
18217         Log: The #7521 touched things it shouldn't have.
18218      Branch: perl
18219            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
18220 ____________________________________________________________________________
18221 [  7531] By: jhi                                   on 2000/11/02  22:32:33
18222         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
18223              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18224              Date:     Thu, 2 Nov 2000 16:58:36 EST
18225              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
18226      Branch: perl
18227            ! vms/gen_shrfls.pl
18228 ____________________________________________________________________________
18229 [  7530] By: jhi                                   on 2000/11/02  22:08:49
18230         Log: Fix the problem discussed in
18231              
18232              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
18233              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
18234              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
18235              
18236              originally from Linc Madison.  Also Andreas König's comments
18237              taken into account.  Some other problems with Tie::SubstrHash
18238              fixed: didn't croak when the table exceeded the requested number
18239              of entries (as documented) but instead when the number of entries
18240              exceeded the size of the table, a croak() had an unnecessary \n,
18241              didn't have a CLEAR method, documented that there is no exists().
18242              Didn't fix to be strict-proof because the module uses &foo; and
18243              dynamic scope.  Added a test script exercizing both first tamely 
18244              the basic functionality, and then the failure cases reported by
18245              Linc Madison.
18246      Branch: perl
18247            + t/lib/tie-substrhash.t
18248            ! MANIFEST lib/Tie/SubstrHash.pm
18249 ____________________________________________________________________________
18250 [  7529] By: jhi                                   on 2000/11/02  17:58:08
18251         Log: recv() can fail and return undef.
18252              
18253              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
18254              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
18255              Date: Thu, 2 Nov 2000 20:12:20 +0300
18256              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
18257      Branch: perl
18258            ! lib/Net/Ping.pm
18259 ____________________________________________________________________________
18260 [  7528] By: jhi                                   on 2000/11/02  17:49:09
18261         Log: Detpyo.
18262      Branch: perl
18263            ! pod/perlop.pod
18264 ____________________________________________________________________________
18265 [  7527] By: jhi                                   on 2000/11/02  15:48:37
18266         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
18267              fix a autovivification bug in Tie::RefHash, add tests for both.
18268              
18269              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
18270              From: Edward Avis <epa98@doc.ic.ac.uk>
18271              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
18272              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
18273      Branch: perl
18274            + t/lib/tie-refhash.t
18275            ! MANIFEST lib/Tie/RefHash.pm
18276 ____________________________________________________________________________
18277 [  7526] By: jhi                                   on 2000/11/02  13:56:26
18278         Log: Test::Harness revealed buglets in the new DynaLoader.
18279              
18280              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
18281              From: andreas.koenig@anima.de (Andreas J. Koenig)
18282              Date: 02 Nov 2000 11:26:48 +0100 
18283              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
18284      Branch: perl
18285            ! ext/DynaLoader/DynaLoader_pm.PL
18286 ____________________________________________________________________________
18287 [  7525] By: jhi                                   on 2000/11/01  23:52:08
18288         Log: The entry for #7503 was missing.
18289      Branch: perl
18290            ! Changes
18291 ____________________________________________________________________________
18292 [  7524] By: jhi                                   on 2000/11/01  23:40:52
18293         Log: Update Changes.
18294      Branch: perl
18295            ! Changes patchlevel.h
18296 ____________________________________________________________________________
18297 [  7523] By: jhi                                   on 2000/11/01  22:57:09
18298         Log: More tweaking on the #7522 theme.
18299      Branch: perl
18300            ! ext/DynaLoader/DynaLoader_pm.PL
18301 ____________________________________________________________________________
18302 [  7522] By: jhi                                   on 2000/11/01  22:06:15
18303         Log: Expand %Config variables and %ENV variables only if
18304              so requested during build time using the
18305              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
18306              Not expanding makes relocating distributions easier.
18307      Branch: perl
18308            ! ext/DynaLoader/DynaLoader_pm.PL
18309 ____________________________________________________________________________
18310 [  7521] By: jhi                                   on 2000/11/01  20:56:34
18311         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
18312              and setgid() because they were just changing $< and $( which means
18313              only changing the real uid/gid, as opposed to changing both
18314              real and effective ids.  (The alternative way could have been
18315              in POSIX.pm to change $> and $), too, but making a direct call
18316              to the C API feels cleaner.)  Fixes the bug
18317              
18318              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
18319              From: "Garry T. Williams" <garry@zvolve.com>
18320              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
18321              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
18322      Branch: perl
18323            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18324            ! ext/POSIX/typemap pod/perlvar.pod
18325 ____________________________________________________________________________
18326 [  7520] By: jhi                                   on 2000/11/01  20:08:33
18327         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
18328              From: "Garry T. Williams" <garry@zvolve.com>
18329              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
18330              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
18331      Branch: perl
18332            ! pod/perlsec.pod
18333 ____________________________________________________________________________
18334 [  7519] By: jhi                                   on 2000/11/01  20:01:22
18335         Log: Locale warning explanation tweak.
18336      Branch: perl
18337            ! pod/perldiag.pod
18338 ____________________________________________________________________________
18339 [  7518] By: jhi                                   on 2000/11/01  18:57:13
18340         Log: C.pm part of
18341              
18342              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
18343              From: Jarkko Hietaniemi <jhi@iki.fi>
18344              Date: Tue, 10 Oct 2000 08:22:28 -0500
18345              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
18346      Branch: perl
18347            ! ext/B/B/C.pm
18348 ____________________________________________________________________________
18349 [  7517] By: jhi                                   on 2000/11/01  18:41:59
18350         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
18351              From: Martien Verbruggen <mgjv@comdyn.com.au>
18352              Date: Fri, 6 Oct 2000 14:09:10 +1100
18353              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
18354      Branch: perl
18355            ! pod/perlop.pod
18356 ____________________________________________________________________________
18357 [  7516] By: jhi                                   on 2000/11/01  18:34:55
18358         Log: Generalize the Camel wording.
18359              
18360              Subject: Re: perlfaq style changes
18361              From: John Borwick <jhborwic@unity.ncsu.edu>
18362              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
18363              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
18364      Branch: perl
18365            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
18366 ____________________________________________________________________________
18367 [  7515] By: jhi                                   on 2000/11/01  16:52:31
18368         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
18369              From: pimlott@idiomtech.com (Andrew Pimlott)
18370              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
18371              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
18372      Branch: perl
18373            ! pod/perlsec.pod
18374 ____________________________________________________________________________
18375 [  7514] By: jhi                                   on 2000/11/01  15:03:40
18376         Log: More AIX lore.
18377      Branch: perl
18378            ! ext/re/hints/aix.pl
18379 ____________________________________________________________________________
18380 [  7513] By: jhi                                   on 2000/11/01  14:48:30
18381         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
18382              From: root <root@chronos.fi.muni.cz>
18383              Date: Wed, 1 Nov 2000 12:31:32 +0100
18384              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
18385      Branch: perl
18386            ! lib/Net/Ping.pm
18387 ____________________________________________________________________________
18388 [  7512] By: jhi                                   on 2000/11/01  14:46:47
18389         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
18390              From: Martin Husemann <martin@duskware.de>
18391              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
18392              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
18393      Branch: perl
18394            ! regcomp.c
18395 ____________________________________________________________________________
18396 [  7511] By: jhi                                   on 2000/11/01  14:39:50
18397         Log: AUTHORS updates.
18398      Branch: perl
18399            ! AUTHORS
18400 ____________________________________________________________________________
18401 [  7510] By: jhi                                   on 2000/11/01  14:29:50
18402         Log: Subject: [PATCH] startperl to respect versiononly
18403              From: Robin Barker <rmb1@cise.npl.co.uk> 
18404              Date: Tue, 31 Oct 2000 16:29:36 GMT
18405              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
18406      Branch: metaconfig/U/perl
18407            ! startperl.U
18408      Branch: perl
18409            ! Configure config_h.SH
18410 ____________________________________________________________________________
18411 [  7509] By: jhi                                   on 2000/11/01  14:19:53
18412         Log: printf UVs the correct way, noticed by Robin Barker.
18413      Branch: perl
18414            ! utf8.c
18415 ____________________________________________________________________________
18416 [  7508] By: jhi                                   on 2000/11/01  14:10:03
18417         Log: Do not cleanup *% because the % has special meanings in some
18418              shell environments.
18419      Branch: perl
18420            ! ext/Storable/Makefile.PL
18421 ____________________________________________________________________________
18422 [  7507] By: jhi                                   on 2000/11/01  14:06:00
18423         Log: The NonStop-UX libraries have a novel way to say NaN.
18424      Branch: perl
18425            ! t/lib/bigfltpm.t
18426 ____________________________________________________________________________
18427 [  7506] By: jhi                                   on 2000/11/01  14:03:35
18428         Log: The osname has been lowercased by now, from Tom Bates.
18429      Branch: metaconfig
18430            ! U/modified/Oldconfig.U
18431      Branch: perl
18432            ! Configure config_h.SH
18433 ____________________________________________________________________________
18434 [  7505] By: jhi                                   on 2000/10/31  19:18:39
18435         Log: The compiler is either gcc or cc, from Tom Bates.
18436      Branch: perl
18437            ! hints/nonstopux.sh
18438 ____________________________________________________________________________
18439 [  7504] By: jhi                                   on 2000/10/31  14:53:42
18440         Log: Update Changes.
18441      Branch: perl
18442            ! Changes patchlevel.h
18443 ____________________________________________________________________________
18444 [  7503] By: jhi                                   on 2000/10/31  14:30:50
18445         Log: Whitespace style tweak.  Was originally going to see to
18446              
18447              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
18448              From: Joe Smith <jms@inwap.com>
18449              Date: Mon, 30 Oct 2000 18:47:57 -0800
18450              Message-Id: <39FE32DD.24AAC4D@inwap.com>
18451              
18452              but that had already been taken care of.
18453      Branch: metaconfig
18454            ! U/compline/d_stdstdio.U
18455      Branch: perl
18456            ! Configure config_h.SH
18457 ____________________________________________________________________________
18458 [  7502] By: jhi                                   on 2000/10/31  14:25:02
18459         Log: AUTHORS tweaks.
18460      Branch: perl
18461            ! AUTHORS
18462 ____________________________________________________________________________
18463 [  7501] By: jhi                                   on 2000/10/31  14:23:59
18464         Log: Subject: perlfaq style changes
18465              From: John Borwick <jhborwic@unity.ncsu.edu>
18466              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
18467              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
18468      Branch: perl
18469            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18470            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18471            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18472            ! pod/perlfaq9.pod
18473 ____________________________________________________________________________
18474 [  7500] By: jhi                                   on 2000/10/31  14:22:15
18475         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
18476              
18477              Subject: Re: [ID 20000918.005] ~ on wide chars
18478              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18479              Date: Mon, 30 Oct 2000 21:09:55 -0800
18480              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
18481              
18482              (The ord() part of the patch skipped.)
18483      Branch: perl
18484            ! doop.c
18485 ____________________________________________________________________________
18486 [  7499] By: jhi                                   on 2000/10/31  14:20:08
18487         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
18488              From: Jens Hamisch <jens@Strawberry.COM>
18489              Date: Mon, 30 Oct 2000 15:17:07 +0100
18490              Message-Id: <20001030151707.A9597@Strawberry.COM>
18491      Branch: perl
18492            ! av.c
18493 ____________________________________________________________________________
18494 [  7498] By: jhi                                   on 2000/10/31  14:16:29
18495         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
18496              From: Peter Prymmer <pvhp@forte.com>
18497              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
18498              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
18499      Branch: perl
18500            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
18501            + ext/Encode/Encode/posix-bc.enc
18502            ! MANIFEST t/lib/encode.t
18503 ____________________________________________________________________________
18504 [  7497] By: jhi                                   on 2000/10/31  14:13:22
18505         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
18506              From: Peter Prymmer <pvhp@forte.com>
18507              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
18508              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
18509      Branch: perl
18510            ! t/lib/cgi-html.t
18511 ____________________________________________________________________________
18512 [  7496] By: jhi                                   on 2000/10/31  14:12:05
18513         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
18514              From: Peter Prymmer <pvhp@forte.com>
18515              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
18516              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
18517      Branch: perl
18518            ! t/lib/cgi-function.t
18519 ____________________________________________________________________________
18520 [  7495] By: jhi                                   on 2000/10/31  14:11:08
18521         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
18522              From: Peter Prymmer <pvhp@forte.com>
18523              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
18524              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
18525      Branch: perl
18526            + ext/re/hints/aix.pl
18527            ! MANIFEST ext/re/Makefile.PL
18528 ____________________________________________________________________________
18529 [  7494] By: jhi                                   on 2000/10/31  14:08:32
18530         Log: Use Errno magic.
18531              
18532              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
18533              From: Casey Tweten <perl@ctweten.amsite.com>
18534              Date: Mon, 30 Oct 2000 15:51:17 -0500
18535              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
18536      Branch: perl
18537            ! lib/File/Temp.pm
18538 ____________________________________________________________________________
18539 [  7493] By: jhi                                   on 2000/10/31  14:05:07
18540         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
18541              
18542              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
18543              From: Nicholas Clark <nick@ccl4.org>
18544              Date: Mon, 30 Oct 2000 17:38:45 +0000
18545              Message-ID: <20001030173845.O60355@plum.flirble.org>
18546      Branch: perl
18547            ! Makefile.SH utils/perlbug.PL
18548 ____________________________________________________________________________
18549 [  7492] By: nick                                  on 2000/10/30  19:37:23
18550         Log: Change files which are mysteriously different to mainline to be
18551              copies of mainline.
18552      Branch: perlio
18553            ! objXSUB.h perlapi.c pod/perlapi.pod
18554 ____________________________________________________________________________
18555 [  7491] By: nick                                  on 2000/10/30  18:05:54
18556         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
18557              - typo in endian code in putc.
18558              - Don't allow read of write-only files and vice-versa
18559              - and off-by-one in flush-all loop.
18560              Remove debug calls as they were using GCC specific features.
18561      Branch: perlio
18562            ! perlio.c
18563 ____________________________________________________________________________
18564 [  7490] By: nick                                  on 2000/10/29  21:45:45
18565         Log: Integrate mainline to perlio
18566      Branch: perlio
18567           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
18568           !> toke.c
18569 ____________________________________________________________________________
18570 [  7489] By: jhi                                   on 2000/10/29  21:11:08
18571         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
18572              From: andreas.koenig@anima.de (Andreas J. Koenig)
18573              Date: 29 Oct 2000 22:05:59 +0100
18574              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
18575      Branch: perl
18576            ! lib/ExtUtils/Manifest.pm
18577 ____________________________________________________________________________
18578 [  7488] By: jhi                                   on 2000/10/29  21:07:47
18579         Log: Tests for #7487.
18580              
18581              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
18582              From: andreas.koenig@anima.de (Andreas J. Koenig)
18583              Date: 29 Oct 2000 19:37:09 +0100
18584              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
18585      Branch: perl
18586            ! t/comp/proto.t
18587 ____________________________________________________________________________
18588 [  7487] By: jhi                                   on 2000/10/29  21:06:27
18589         Log: constsub spillage.
18590              
18591              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
18592              From: John Tobey <jtobey@john-edwin-tobey.org>
18593              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
18594              Message-Id: <m13pvSr-000FObC@feynman.localnet>
18595      Branch: perl
18596            ! op.c
18597 ____________________________________________________________________________
18598 [  7486] By: nick                                  on 2000/10/29  21:05:04
18599         Log: Integrate mainline to perlio branch
18600      Branch: perlio
18601           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
18602           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
18603           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
18604           +> vos/install_perl.cm
18605            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
18606            - vos/config.h vos/config_h.SH_orig
18607           !> (integrate 141 files)
18608 ____________________________________________________________________________
18609 [  7485] By: jhi                                   on 2000/10/29  21:00:47
18610         Log: Make \x{...} consistently produce UTF-8.
18611              
18612              Subject: Re: \x{...} is confused 
18613              From: Simon Cozens <simon@cozens.net>
18614              Date: Sun, 29 Oct 2000 19:36:48 +0000
18615              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
18616      Branch: perl
18617            ! t/pragma/utf8.t toke.c
18618 ____________________________________________________________________________
18619 [  7484] By: nick                                  on 2000/10/29  20:05:29
18620         Log: PerlIO passes all tests.
18621      Branch: perlio
18622            ! perlio.c
18623 ____________________________________________________________________________
18624 [  7483] By: jhi                                   on 2000/10/29  18:06:55
18625         Log: Update Changes.
18626      Branch: perl
18627            ! Changes patchlevel.h
18628 ____________________________________________________________________________
18629 [  7482] By: nick                                  on 2000/10/29  17:43:28
18630         Log: Include <unistd.h> to get correct lseek() prototype etc.
18631              (I thought perl.h did that) - down to two fails
18632              - comp/require.t (last test)
18633              - lib/io_xs.t - possibly import/export of FILE * ?
18634      Branch: perlio
18635            ! perlio.c
18636 ____________________________________________________________________________
18637 [  7481] By: jhi                                   on 2000/10/29  17:02:37
18638         Log: UTF-8 decoder tweak.
18639      Branch: perl
18640            ! utf8.c
18641 ____________________________________________________________________________
18642 [  7480] By: nick                                  on 2000/10/29  16:26:11
18643         Log: Fixed two bugs:
18644              - error code not being set on close (of broken pipe)
18645              - append mode was truncating.
18646              At least one seek/tell bug remains.
18647      Branch: perlio
18648            ! perlio.c
18649 ____________________________________________________________________________
18650 [  7479] By: nick                                  on 2000/10/29  11:18:16
18651         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
18652              in case of accidents. Still several worrying fails, no line disciplines yet.
18653      Branch: perlio
18654            ! iperlsys.h perlio.c
18655 ____________________________________________________________________________
18656 [  7478] By: jhi                                   on 2000/10/29  02:04:01
18657         Log: Add also emailless people.
18658      Branch: perl
18659            ! AUTHORS
18660 ____________________________________________________________________________
18661 [  7477] By: jhi                                   on 2000/10/29  01:36:00
18662         Log: The #7476 needs a MANIFEST change, too.
18663      Branch: perl
18664            ! MANIFEST
18665 ____________________________________________________________________________
18666 [  7476] By: jhi                                   on 2000/10/29  01:35:21
18667         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
18668      Branch: perl
18669            - MAINTAIN
18670            ! AUTHORS Changes
18671 ____________________________________________________________________________
18672 [  7475] By: jhi                                   on 2000/10/28  23:57:25
18673         Log: De-quoted-unreadable to ISO Latin 1.
18674              (There's one ISO-2022-JP name in Changes5.004.)
18675      Branch: perl
18676            ! Changes Changes5.6
18677 ____________________________________________________________________________
18678 [  7474] By: jhi                                   on 2000/10/28  19:13:06
18679         Log: Subject: [ID 20001027.007] uniq array in perlfaq
18680              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
18681              Date: Fri, 27 Oct 2000 19:28:30 +0200
18682              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
18683      Branch: perl
18684            ! pod/perlfaq4.pod
18685 ____________________________________________________________________________
18686 [  7473] By: jhi                                   on 2000/10/28  18:02:05
18687         Log: Locking null mutexes is not recommendable.
18688              
18689              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
18690              From: Hugo <hv@crypt.compulink.co.uk>
18691              Date: Sat, 28 Oct 2000 18:41:12 +0100
18692              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
18693      Branch: perl
18694            ! op.c
18695 ____________________________________________________________________________
18696 [  7472] By: jhi                                   on 2000/10/28  17:52:58
18697         Log: Better create a true mailing list for the repository keepers.
18698      Branch: perl
18699            ! Porting/repository.pod
18700 ____________________________________________________________________________
18701 [  7471] By: jhi                                   on 2000/10/28  17:28:24
18702         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
18703              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
18704      Branch: perl
18705            + Porting/repository.pod
18706            ! MANIFEST
18707 ____________________________________________________________________________
18708 [  7470] By: jhi                                   on 2000/10/28  17:20:54
18709         Log: Subject: DOC PATCH 5.6.0
18710              From: mjd@plover.com
18711              Date: 27 Oct 2000 17:32:44 -0000
18712              Message-ID: <20001027173244.23754.qmail@plover.com>
18713      Branch: perl
18714            ! pod/perlfunc.pod
18715 ____________________________________________________________________________
18716 [  7469] By: jhi                                   on 2000/10/28  17:16:45
18717         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
18718              From: "Peter J. Farley III" <pjfarley@banet.net>
18719              Date: Fri, 27 Oct 2000 20:32:56 -0400
18720              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
18721      Branch: perl
18722            ! README.dos
18723 ____________________________________________________________________________
18724 [  7468] By: jhi                                   on 2000/10/28  17:07:18
18725         Log: Make target reordering to avoid pointless re-makes.
18726              
18727              Subject: Re: Total re-make of 'make okfile' after 7451 ?
18728              From: Nicholas Clark <nick@ccl4.org>
18729              Date: Sat, 28 Oct 2000 00:31:02 +0100
18730              Message-ID: <20001028003101.A54517@plum.flirble.org>
18731      Branch: perl
18732            ! Makefile.SH
18733 ____________________________________________________________________________
18734 [  7467] By: jhi                                   on 2000/10/28  17:05:31
18735         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
18736              From: lvirden@cas.org
18737              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
18738              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
18739      Branch: perl
18740            ! README.os2
18741 ____________________________________________________________________________
18742 [  7466] By: jhi                                   on 2000/10/28  16:09:16
18743         Log: Upgrade to CPAN 1.58_55.
18744              
18745              Subject: CPAN.pm status
18746              From: andreas.koenig@anima.de (Andreas J. Koenig) 
18747              Date: 28 Oct 2000 08:18:00 +0200 
18748              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
18749      Branch: perl
18750            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18751 ____________________________________________________________________________
18752 [  7465] By: jhi                                   on 2000/10/28  16:02:47
18753         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
18754      Branch: perl
18755            ! embed.h embed.pl perl.h proto.h toke.c
18756 ____________________________________________________________________________
18757 [  7464] By: nick                                  on 2000/10/28  10:43:44
18758         Log: Fix for sv_2iv() on "shared" value from keys %hash.
18759      Branch: perl
18760            ! sv.c
18761 ____________________________________________________________________________
18762 [  7463] By: jhi                                   on 2000/10/27  16:18:29
18763         Log: Update Changes.
18764      Branch: perl
18765            ! Changes patchlevel.h
18766 ____________________________________________________________________________
18767 [  7462] By: jhi                                   on 2000/10/27  16:17:44
18768         Log: Too enthusiastic editing in #7460.
18769      Branch: metaconfig
18770            ! U/modified/Oldsym.U
18771      Branch: perl
18772            ! Configure config_h.SH
18773 ____________________________________________________________________________
18774 [  7461] By: jhi                                   on 2000/10/27  15:37:38
18775         Log: Retract #7459, the script needs more work.
18776      Branch: perl
18777            - mkreef
18778            ! MANIFEST
18779 ____________________________________________________________________________
18780 [  7460] By: jhi                                   on 2000/10/27  15:23:14
18781         Log: Use $sort, $uniq (and $tr) consistently as wondered
18782              by Nicholas Clark.
18783      Branch: metaconfig
18784            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
18785            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
18786            ! U/modified/libc.U
18787      Branch: perl
18788            ! Configure config_h.SH
18789 ____________________________________________________________________________
18790 [  7459] By: jhi                                   on 2000/10/27  15:02:07
18791         Log: (Retracted by #7461)
18792              
18793              Add a shell script for creating/removing symbolic link farms,
18794              useful for keeping the source code read-only and doing the
18795              builds somewhere else.
18796      Branch: perl
18797            + mkreef
18798            ! MANIFEST
18799 ____________________________________________________________________________
18800 [  7458] By: jhi                                   on 2000/10/27  14:42:20
18801         Log: Do away with the fix_pl.
18802      Branch: perl
18803            - fix_pl
18804            ! MANIFEST Makefile.SH
18805 ____________________________________________________________________________
18806 [  7457] By: jhi                                   on 2000/10/27  12:43:13
18807         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
18808              From: Jens Hamisch <jens@Strawberry.COM>
18809              Date: Fri, 27 Oct 2000 14:38:21 +0200
18810              Message-Id: <20001027143821.B3366@Strawberry.COM>
18811      Branch: perl
18812            ! perl.h
18813 ____________________________________________________________________________
18814 [  7456] By: jhi                                   on 2000/10/27  12:33:42
18815         Log: Subject: [PATCH] todo
18816              From: Nicholas Clark <nick@ccl4.org>
18817              Date: Thu, 26 Oct 2000 22:32:29 +0100
18818              Message-ID: <20001026223229.A44540@plum.flirble.org>
18819      Branch: perl
18820            ! pod/perltodo.pod
18821 ____________________________________________________________________________
18822 [  7455] By: jhi                                   on 2000/10/27  12:02:21
18823         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
18824              From: John Tobey <jtobey@john-edwin-tobey.org>
18825              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
18826              Message-Id: <m13ozHF-000FObC@feynman.localnet>
18827      Branch: perl
18828            ! op.c t/pragma/sub_lval.t
18829 ____________________________________________________________________________
18830 [  7454] By: jhi                                   on 2000/10/27  11:59:42
18831         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
18832              From: sthoenna@efn.org
18833              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
18834              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
18835      Branch: perl
18836            ! pp.c t/op/assignwarn.t
18837 ____________________________________________________________________________
18838 [  7453] By: jhi                                   on 2000/10/27  00:15:08
18839         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
18840      Branch: perl
18841            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18842            ! ext/Storable/Storable.xs t/lib/st-lock.t
18843 ____________________________________________________________________________
18844 [  7452] By: jhi                                   on 2000/10/26  13:05:52
18845         Log: Undo #7451, this seems to be a deficiency in Perforce,
18846              there is no per-file line-terminator type, only per-client.
18847      Branch: perl
18848            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
18849            ! win32/makefile.mk
18850 ____________________________________________________________________________
18851 [  7451] By: jhi                                   on 2000/10/26  04:56:03
18852         Log: Experimenting in DOS arcana.
18853      Branch: perl
18854            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
18855            ! win32/makefile.mk
18856 ____________________________________________________________________________
18857 [  7450] By: jhi                                   on 2000/10/26  04:50:52
18858         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
18859              From: "Peter J. Farley III" <pjfarley@banet.net>            
18860              Date: Wed, 25 Oct 2000 23:10:18 -0400
18861              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
18862      Branch: perl
18863            ! t/io/open.t
18864 ____________________________________________________________________________
18865 [  7449] By: jhi                                   on 2000/10/26  04:49:16
18866         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
18867              From: Hugo <hv@crypt.compulink.co.uk>
18868              Date: Thu, 26 Oct 2000 01:55:17 +0100
18869              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
18870              
18871              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
18872      Branch: perl
18873            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
18874 ____________________________________________________________________________
18875 [  7448] By: jhi                                   on 2000/10/26  04:38:36
18876         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
18877              From: Peter Prymmer <pvhp@forte.com>
18878              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
18879              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
18880      Branch: perl
18881            ! configure.com
18882 ____________________________________________________________________________
18883 [  7447] By: jhi                                   on 2000/10/25  23:20:02
18884         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
18885              in platforms that strictly require all the symbols being present
18886              at link time.
18887      Branch: perl
18888            ! handy.h
18889 ____________________________________________________________________________
18890 [  7446] By: jhi                                   on 2000/10/25  21:55:57
18891         Log: Update Changes.
18892      Branch: perl
18893            ! Changes patchlevel.h
18894 ____________________________________________________________________________
18895 [  7445] By: jhi                                   on 2000/10/25  21:27:08
18896         Log: Integrate with vmsperl #7430 by Charles Bailey:
18897              
18898              Cleanup from prior patch (Charles Lane?):
18899              - improve handling of MFDs in Basename and Path
18900              - default to no xsubpp line # munging when building debug images
18901      Branch: perl
18902           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
18903 ____________________________________________________________________________
18904 [  7444] By: jhi                                   on 2000/10/25  21:03:50
18905         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
18906              From: John Peacock <JPeacock@UnivPress.com>
18907              Date: Thu, 18 May 2000 11:55:27 -0400
18908              Message-ID: <3924126F.A58BE57A@UnivPress.com>
18909      Branch: perl
18910            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
18911            ! t/op/write.t
18912 ____________________________________________________________________________
18913 [  7443] By: jhi                                   on 2000/10/25  20:43:10
18914         Log: Temporary stopgap for the self-tying issue: for now only
18915              array and hash self-ties are verboten.  The real fix, of
18916              course, would be to comprehensively test (and implement?)
18917              and debug (and document) self-ties.
18918      Branch: perl
18919            ! pod/perldiag.pod pp_sys.c t/op/tie.t
18920 ____________________________________________________________________________
18921 [  7442] By: jhi                                   on 2000/10/25  20:14:30
18922         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
18923              From: Dan Sugalski <dan@sidhe.org>
18924              Date: Wed, 25 Oct 2000 13:36:35 -0400
18925              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
18926              
18927              plus regen global.sym.
18928      Branch: perl
18929            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
18930            ! thrdvar.h util.c
18931 ____________________________________________________________________________
18932 [  7441] By: jhi                                   on 2000/10/25  20:12:20
18933         Log: buildtoc target tweaks.
18934      Branch: perl
18935            ! pod/Makefile.SH
18936 ____________________________________________________________________________
18937 [  7440] By: jhi                                   on 2000/10/25  20:03:53
18938         Log: A new version of making the syslog test more robust.
18939              (Replaces #7421.)
18940              
18941              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
18942              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18943              Date: Wed, 25 Oct 2000 12:13:54 -0400
18944              Message-ID: <20001025121354.B2264@O2.chapin.edu>
18945      Branch: perl
18946            ! t/lib/syslog.t
18947 ____________________________________________________________________________
18948 [  7439] By: jhi                                   on 2000/10/25  20:00:48
18949         Log: Continue the internal UTF-8 API tweaking.
18950              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
18951              used much more than the simpler API, now called utf8_to_uv_simple().
18952              Still not quite happy with API, too much partial duplication
18953              of functionality.
18954      Branch: perl
18955            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
18956            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
18957            ! regcomp.c regexec.c sv.c toke.c utf8.c
18958 ____________________________________________________________________________
18959 [  7438] By: jhi                                   on 2000/10/25  18:52:30
18960         Log: Allow poking holes at the UTF-8 decoding strictness.
18961      Branch: perl
18962            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
18963            ! utf8.h
18964 ____________________________________________________________________________
18965 [  7437] By: jhi                                   on 2000/10/25  13:53:05
18966         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
18967              UTF8LEN() and UTF8SKIP(). 
18968      Branch: perl
18969            ! pp.c utf8.c utf8.h
18970 ____________________________________________________________________________
18971 [  7436] By: jhi                                   on 2000/10/25  13:51:37
18972         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
18973              From: Nicholas Clark <nick@ccl4.org>
18974              Date: Wed, 25 Oct 2000 14:44:05 +0100
18975              Message-ID: <20001025144404.D27253@plum.flirble.org>
18976      Branch: perl
18977            ! pod/perlrun.pod
18978 ____________________________________________________________________________
18979 [  7435] By: jhi                                   on 2000/10/25  13:49:32
18980         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
18981              From: Mike Guy <mjtg@cam.ac.uk>
18982              Date: Tue, 24 Oct 2000 14:59:40 +0100
18983              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
18984      Branch: perl
18985            ! scope.c
18986 ____________________________________________________________________________
18987 [  7434] By: jhi                                   on 2000/10/25  13:48:41
18988         Log: AIX is picky about its symbol exports.  Solution for now
18989              is to include the deb.o explicitly to the re extension build.
18990              
18991              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
18992              From: Peter Prymmer <pvhp@forte.com>
18993              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
18994              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
18995      Branch: perl
18996            ! ext/re/Makefile.PL hints/aix.sh
18997 ____________________________________________________________________________
18998 [  7433] By: jhi                                   on 2000/10/25  13:46:49
18999         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
19000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19001              Date: Wed, 25 Oct 2000 12:02:20 +0200
19002              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
19003      Branch: perl
19004            ! perlsdio.h
19005 ____________________________________________________________________________
19006 [  7432] By: jhi                                   on 2000/10/25  13:44:28
19007         Log: Subject: Minor update to find2perl, for portability
19008              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
19009              Date: Wed, 25 Oct 2000 12:05:47 +0100
19010              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
19011      Branch: perl
19012            ! x2p/find2perl.PL
19013 ____________________________________________________________________________
19014 [  7431] By: jhi                                   on 2000/10/25  13:40:39
19015         Log: Add targets to Makefile.SH, most importantly
19016              'regen_all' which also remembers to update vms/perly*.
19017      Branch: perl
19018            ! Makefile.SH
19019 ____________________________________________________________________________
19020 [  7430] By: bailey                                on 2000/10/25  03:13:53
19021         Log: Cleanup from prior patch (Charles Lane?):
19022              - improve handling of MFDs in Basename and Path
19023              - default to no xsubpp line # munging when building debug images
19024      Branch: vmsperl
19025            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
19026 ____________________________________________________________________________
19027 [  7429] By: jhi                                   on 2000/10/24  20:03:40
19028         Log: Podify README.epoc and README.vos.
19029      Branch: perl
19030            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
19031            ! pod/perlport.pod pod/perltoc.pod
19032 ____________________________________________________________________________
19033 [  7428] By: jhi                                   on 2000/10/24  19:10:33
19034         Log: Stratus VOS updates from Paul Green.
19035      Branch: perl
19036            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19037            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
19038            - vos/config.def vos/config.h vos/config_h.SH_orig
19039            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
19040            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
19041 ____________________________________________________________________________
19042 [  7427] By: jhi                                   on 2000/10/24  18:59:48
19043         Log: Check if stdio supports tweaking lval and cnt simultaneously.
19044              
19045              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19046              From: Nicholas Clark <nick@ccl4.org>
19047              Date: Mon, 23 Oct 2000 15:39:32 +0100
19048              Message-ID: <20001023153932.A10786@plum.flirble.org>
19049      Branch: metaconfig
19050            ! U/compline/d_stdstdio.U
19051      Branch: perl
19052            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19053            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
19054            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
19055            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
19056            ! vos/config.h vos/config_h.SH_orig win32/config.bc
19057            ! win32/config.gc win32/config.vc
19058 ____________________________________________________________________________
19059 [  7426] By: jhi                                   on 2000/10/24  17:57:44
19060         Log: Missed the header file changes from #7425.
19061      Branch: perl
19062            ! embed.h embed.pl objXSUB.h proto.h
19063 ____________________________________________________________________________
19064 [  7425] By: jhi                                   on 2000/10/24  17:55:17
19065         Log: Fix the bug reported in
19066              
19067              From: andreas.koenig@anima.de (Andreas J. Koenig)
19068              Subject: Encode bug?
19069              Date: 24 Oct 2000 14:01:26 +0200 
19070              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
19071              
19072              Also make is_utf8_char() stricter.
19073      Branch: perl
19074            ! ext/Encode/Encode.xs utf8.c
19075 ____________________________________________________________________________
19076 [  7424] By: jhi                                   on 2000/10/24  15:15:39
19077         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
19078              From: Peter Scott <Peter@PSDT.com>
19079              Date: Mon, 23 Oct 2000 19:46:01 -0700
19080              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
19081      Branch: perl
19082            ! pod/perlfaq5.pod
19083 ____________________________________________________________________________
19084 [  7423] By: jhi                                   on 2000/10/24  14:25:30
19085         Log: Test tweak to avoid pulling in the whole Config.
19086      Branch: perl
19087            ! t/lib/st-lock.t
19088 ____________________________________________________________________________
19089 [  7422] By: jhi                                   on 2000/10/24  14:03:16
19090         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
19091      Branch: perl
19092            ! pp.c
19093 ____________________________________________________________________________
19094 [  7421] By: jhi                                   on 2000/10/24  13:32:09
19095         Log: (Replaced by #7440.)
19096              
19097              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19098              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19099              Date: Mon, 23 Oct 2000 16:40:54 -0400
19100              Message-ID: <20001023164054.B14491@O2.chapin.edu>
19101      Branch: perl
19102            ! t/lib/syslog.t
19103 ____________________________________________________________________________
19104 [  7420] By: jhi                                   on 2000/10/24  13:30:53
19105         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
19106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19107              Date: Mon, 23 Oct 2000 17:29:03 -0400
19108              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
19109      Branch: perl
19110            ! lib/ExtUtils/MM_Unix.pm
19111 ____________________________________________________________________________
19112 [  7419] By: jhi                                   on 2000/10/24  13:29:57
19113         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
19114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19115              Date: Mon, 23 Oct 2000 19:01:32 -0400
19116              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
19117      Branch: perl
19118            ! utils/h2xs.PL
19119 ____________________________________________________________________________
19120 [  7418] By: jhi                                   on 2000/10/24  13:26:04
19121         Log: Replace #7409 with
19122              
19123              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
19124              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
19125              Date: Mon, 23 Oct 2000 20:08:56 +0200
19126              Message-ID: <20001023200855.A14850@nice.ram.loc>
19127      Branch: perl
19128            ! ext/Storable/Storable.pm t/lib/st-lock.t
19129 ____________________________________________________________________________
19130 [  7417] By: jhi                                   on 2000/10/24  13:17:52
19131         Log: Run vms/vms_yfix.pl, should have done that after changing
19132              perly.c in #7382.
19133      Branch: perl
19134            ! vms/perly_c.vms vms/perly_h.vms
19135 ____________________________________________________________________________
19136 [  7416] By: jhi                                   on 2000/10/24  02:55:33
19137         Log: Make the UTF-8 decoding stricter and more verbose when
19138              malformation happens.  This involved adding an argument
19139              to utf8_to_uv_chk(), which involved changing its prototype,
19140              and prefer STRLEN over I32 for the UTF-8 length, which as
19141              a domino effect necessitated changing the prototypes of
19142              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
19143              The stricter UTF-8 decoding checking uses Markus Kuhn's
19144              UTF-8 Decode Stress Tester from
19145              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
19146      Branch: perl
19147            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
19148            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
19149            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
19150            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
19151 ____________________________________________________________________________
19152 [  7415] By: jhi                                   on 2000/10/23  14:06:06
19153         Log: Update Changes.
19154      Branch: perl
19155            ! Changes patchlevel.h
19156 ____________________________________________________________________________
19157 [  7414] By: jhi                                   on 2000/10/23  12:39:52
19158         Log: Undo the basename() part of #7412 since the lib/basename
19159              tests would need upgrading too.
19160      Branch: perl
19161            ! lib/File/Basename.pm
19162 ____________________________________________________________________________
19163 [  7413] By: jhi                                   on 2000/10/23  12:19:27
19164         Log: Document PERL_INSTALL_ROOT of #7210.
19165      Branch: perl
19166            ! lib/ExtUtils/Install.pm
19167 ____________________________________________________________________________
19168 [  7412] By: jhi                                   on 2000/10/23  12:16:47
19169         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
19170      Branch: perl
19171            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
19172            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
19173 ____________________________________________________________________________
19174 [  7411] By: jhi                                   on 2000/10/23  12:07:41
19175         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
19176              From: Prymmer/Kahn <pvhp@best.com>
19177              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
19178              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
19179      Branch: perl
19180            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
19181 ____________________________________________________________________________
19182 [  7410] By: jhi                                   on 2000/10/23  04:10:11
19183         Log: The change #7187 was not so good on VMS.
19184              
19185              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
19186              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19187              Date: Sun, 22 Oct 2000 23:03:08 -0500
19188              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
19189      Branch: perl
19190            ! utils/perldoc.PL
19191 ____________________________________________________________________________
19192 [  7409] By: jhi                                   on 2000/10/23  03:57:36
19193         Log: Avoid Storable locking on DJGPP for now.
19194              
19195              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
19196              From: "Peter J. Farley III" <pjfarley@banet.net>
19197              Date: Sun, 22 Oct 2000 20:00:00 -0400
19198              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
19199      Branch: perl
19200            ! ext/Storable/Storable.pm t/lib/st-lock.t
19201 ____________________________________________________________________________
19202 [  7408] By: jhi                                   on 2000/10/23  03:50:24
19203         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
19204              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19205              Date: Sun, 22 Oct 2000 21:12:22 -0400
19206              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
19207      Branch: perl
19208            ! lib/vars.pm
19209 ____________________________________________________________________________
19210 [  7407] By: jhi                                   on 2000/10/23  03:43:12
19211         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
19212              From: Hugo <hv@crypt.compulink.co.uk>
19213              Date: Mon, 23 Oct 2000 00:47:22 +0100
19214              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
19215      Branch: perl
19216            ! regexec.c t/op/pat.t
19217 ____________________________________________________________________________
19218 [  7406] By: jhi                                   on 2000/10/23  03:40:29
19219         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
19220      Branch: perl
19221            ! lib/ExtUtils/MakeMaker.pm
19222 ____________________________________________________________________________
19223 [  7405] By: jhi                                   on 2000/10/22  21:32:00
19224         Log: Doc patch.
19225              
19226              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
19227              From: rspier@pobox.com (Robert Spier)
19228              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
19229              Message-ID: <14835.16112.13457.447971@rls.cx>
19230      Branch: perl
19231            ! lib/strict.pm
19232 ____________________________________________________________________________
19233 [  7404] By: jhi                                   on 2000/10/22  21:30:51
19234         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
19235              From: rspier@pobox.com (Robert Spier)
19236              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
19237              Message-ID: <14835.17223.72448.705566@rls.cx>
19238      Branch: perl
19239            ! lib/ExtUtils/MakeMaker.pm
19240 ____________________________________________________________________________
19241 [  7403] By: jhi                                   on 2000/10/22  21:24:11
19242         Log: Subject: [PATCH bleadperl] ripples from constsub patch
19243              From: John Tobey <jtobey@john-edwin-tobey.org>
19244              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
19245              Message-Id: <m13nSOB-000FObC@feynman.localnet>
19246      Branch: perl
19247            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
19248 ____________________________________________________________________________
19249 [  7402] By: jhi                                   on 2000/10/22  20:59:35
19250         Log: Support s?printf parameter reordering.
19251      Branch: perl
19252            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
19253 ____________________________________________________________________________
19254 [  7401] By: jhi                                   on 2000/10/22  19:19:14
19255         Log: Expand %Config variables only if explicitly so requested
19256              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
19257              
19258              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19259              From: Gurusamy Sarathy <gsar@ActiveState.com>
19260              Date: Sun, 22 Oct 2000 11:47:32 -0700
19261              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
19262      Branch: perl
19263            ! Makefile.SH lib/lib_pm.PL
19264 ____________________________________________________________________________
19265 [  7400] By: jhi                                   on 2000/10/22  18:24:10
19266         Log: Move the #7390 test from warn/op to comp/redef.
19267              
19268              Subject: Re: Creating const subs for constants.
19269              From: John Tobey <jtobey@john-edwin-tobey.org>
19270              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
19271              Message-Id: <m13nG72-000FObC@feynman.localnet>               
19272      Branch: perl
19273            ! t/comp/redef.t t/pragma/warn/op
19274 ____________________________________________________________________________
19275 [  7399] By: jhi                                   on 2000/10/22  17:49:59
19276         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
19277              From: Nicholas Clark <nick@ccl4.org>
19278              Date: Sat, 21 Oct 2000 22:23:19 +0100
19279              Message-ID: <20001021222319.B45586@plum.flirble.org>
19280      Branch: perl
19281            ! ext/DynaLoader/DynaLoader_pm.PL
19282 ____________________________________________________________________________
19283 [  7398] By: jhi                                   on 2000/10/22  17:47:35
19284         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
19285              From: Hugo <hv@crypt.compulink.co.uk>
19286              Date: Sat, 21 Oct 2000 18:19:59 +0100
19287              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
19288      Branch: perl
19289            ! ext/B/B.pm ext/B/B/C.pm
19290 ____________________________________________________________________________
19291 [  7397] By: jhi                                   on 2000/10/22  17:35:18
19292         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
19293              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19294              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
19295              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
19296      Branch: perl
19297            ! hints/openbsd.sh
19298 ____________________________________________________________________________
19299 [  7396] By: jhi                                   on 2000/10/22  17:19:46
19300         Log: Subject: installman go-faster stripes
19301              From: Nicholas Clark <nick@talking.bollo.cx>
19302              Date: Sat, 21 Oct 2000 17:24:53 +0100
19303              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
19304              
19305              Subject: Re: installman go-faster stripes
19306              From: Russ Allbery <rra@stanford.edu>
19307              Date: 21 Oct 2000 11:04:13 -0700
19308              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
19309      Branch: perl
19310            ! installman pod/pod2man.PL
19311 ____________________________________________________________________________
19312 [  7395] By: jhi                                   on 2000/10/22  17:17:35
19313         Log: Hints tweak from Anton Berezin.
19314      Branch: perl
19315            ! hints/freebsd.sh
19316 ____________________________________________________________________________
19317 [  7394] By: jhi                                   on 2000/10/22  04:50:04
19318         Log: Tweak the Is* definitions of Unicode character classes
19319              to better match the official categorizations; embrace
19320              the official categorizations; add the combining marks
19321              as alpha (and -numeric); fix DCinital (a typo and edito)
19322              to be DCmedial.
19323      Branch: perl
19324            + lib/unicode/Is/DCmedial.pl
19325            - lib/unicode/Is/DCinital.pl
19326            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
19327            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
19328            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
19329            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
19330 ____________________________________________________________________________
19331 [  7393] By: jhi                                   on 2000/10/21  18:06:05
19332         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
19333              From: Daniel Chetlin <daniel@chetlin.com>
19334              Date: Sat, 21 Oct 2000 02:57:03 -0700
19335              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
19336      Branch: perl
19337            + t/lib/tie-splice.t
19338            ! MANIFEST lib/Tie/Array.pm
19339 ____________________________________________________________________________
19340 [  7392] By: gsar                                  on 2000/10/21  18:05:15
19341         Log: resync utfperl branch with mainline
19342      Branch: utfperl
19343           !> (integrate 1760 files)
19344 ____________________________________________________________________________
19345 [  7391] By: jhi                                   on 2000/10/21  14:37:49
19346         Log: Testcases for a #7383,#7385 related bug.
19347              
19348              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
19349              From: Nicholas Clark <nick@ccl4.org>
19350              Date: Sat, 21 Oct 2000 15:04:51 +0100
19351              Message-ID: <20001021150451.A51566@plum.flirble.org>
19352      Branch: perl
19353            ! t/pragma/utf8.t
19354 ____________________________________________________________________________
19355 [  7390] By: jhi                                   on 2000/10/21  14:35:57
19356         Log: Add a testcase for #7389.
19357      Branch: perl
19358            ! t/pragma/warn/op
19359 ____________________________________________________________________________
19360 [  7389] By: jhi                                   on 2000/10/21  14:26:45
19361         Log: Subject: Re: Creating const subs for constants.
19362              From: John Tobey <jtobey@john-edwin-tobey.org>
19363              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
19364              Message-Id: <m13mo0N-000FObC@feynman.localnet>
19365      Branch: perl
19366            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
19367            ! proto.h sv.c
19368 ____________________________________________________________________________
19369 [  7388] By: nick                                  on 2000/10/21  11:44:23
19370         Log: Populate perlio branch
19371      Branch: perlio
19372           +> (branch 1760 files)
19373 ____________________________________________________________________________
19374 [  7387] By: nick                                  on 2000/10/21  10:52:05
19375         Log: Get branch back as replica of mainline via :
19376              p4 integrate -b utfperl
19377              p4 resolve -at ./...
19378      Branch: utfperl
19379           +> (branch 269 files)
19380            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
19381            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
19382            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
19383            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
19384            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
19385            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19386            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19387            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19388            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
19389            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
19390            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19391            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19392            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19393            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19394            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19395            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19396            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19397            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19398            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
19399            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
19400            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
19401            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
19402            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
19403            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
19404            - lib/unicode/UCD300.html lib/unicode/Unicode.300
19405            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
19406            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
19407            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
19408            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
19409           !> (integrate 965 files)
19410 ____________________________________________________________________________
19411 [  7386] By: jhi                                   on 2000/10/21  01:31:12
19412         Log: Update Changes.
19413      Branch: perl
19414            ! Changes patchlevel.h
19415 ____________________________________________________________________________
19416 [  7385] By: jhi                                   on 2000/10/21  01:28:42
19417         Log: The #7383 was right only in the context of the original bug report,
19418              not in more general case.
19419      Branch: perl
19420            ! pp_hot.c
19421 ____________________________________________________________________________
19422 [  7384] By: jhi                                   on 2000/10/21  01:08:23
19423         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
19424      Branch: perl
19425            ! ext/IO/lib/IO/Select.pm
19426 ____________________________________________________________________________
19427 [  7383] By: jhi                                   on 2000/10/21  00:44:18
19428         Log: Fix for ID 20001020.006, concatenating an unset submatch
19429              with utf8 resulted in "Modification of a read-only value".
19430      Branch: perl
19431            ! pp_hot.c t/pragma/utf8.t
19432 ____________________________________________________________________________
19433 [  7382] By: jhi                                   on 2000/10/20  20:44:31
19434         Log: Make scan_num() reëntrant, as suggested in
19435              
19436              Subject: [PATCH perl@7229] Rentrant parser and yylex()
19437              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19438              Date: Fri, 20 Oct 2000 14:17:27 +0100
19439              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
19440      Branch: perl
19441            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
19442            ! toke.c
19443 ____________________________________________________________________________
19444 [  7381] By: jhi                                   on 2000/10/20  20:07:29
19445         Log: Reëntrancy fix.
19446              
19447              Subject: [PATCH perl@7229] Rentrant parser and yylex()
19448              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
19449              Date: Fri, 20 Oct 2000 14:17:27 +0100
19450              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
19451      Branch: perl
19452            ! embed.h embed.pl perl.h proto.h toke.c
19453 ____________________________________________________________________________
19454 [  7380] By: jhi                                   on 2000/10/20  19:15:54
19455         Log: Don't write double values through long double pointers,
19456              based on a part of
19457              
19458              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
19459              From: Jens Hamisch <jens@Strawberry.COM>
19460              Date: Tue, 17 Oct 2000 08:39:36 +0200
19461              Message-Id: <20001017083936.A11104@Strawberry.COM>
19462      Branch: perl
19463            ! perl.h pp.c
19464 ____________________________________________________________________________
19465 [  7379] By: jhi                                   on 2000/10/20  18:43:37
19466         Log: Portability tweak on #7377.
19467              
19468              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
19469              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19470              Date:     Fri, 20 Oct 2000 13:13:41 EDT
19471              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
19472      Branch: perl
19473            ! t/lib/dprof.t
19474 ____________________________________________________________________________
19475 [  7378] By: jhi                                   on 2000/10/20  12:57:19
19476         Log: SOCKS function redefinitions need prototypes, too, otherwise
19477              for example 32 bit versus 64 bit differences cause a lot of
19478              problems.  Part of
19479              
19480              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
19481              From: Jens Hamisch <jens@Strawberry.COM>
19482              Date: Tue, 17 Oct 2000 08:39:36 +0200
19483              Message-Id: <20001017083936.A11104@Strawberry.COM>
19484      Branch: perl
19485            ! doio.c pp_sys.c
19486 ____________________________________________________________________________
19487 [  7377] By: jhi                                   on 2000/10/20  12:37:12
19488         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
19489              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19490              Date:     Fri, 20 Oct 2000 08:26:04 EDT
19491              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
19492      Branch: perl
19493            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
19494 ____________________________________________________________________________
19495 [  7376] By: jhi                                   on 2000/10/20  12:35:31
19496         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
19497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19498              Date:     Fri, 20 Oct 2000 07:48:15 EDT
19499              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
19500      Branch: perl
19501            ! configure.com vms/gen_shrfls.pl
19502 ____________________________________________________________________________
19503 [  7375] By: bailey                                on 2000/10/20  04:44:37
19504         Log: SYN SYN
19505      Branch: vmsperl
19506           +> (branch 134 files)
19507            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
19508            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
19509            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
19510            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
19511            - eg/cgi/frameset.cgi eg/cgi/index.html
19512            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19513            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19514            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19515            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
19516            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
19517            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
19518            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
19519            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
19520            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
19521            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
19522            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
19523            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
19524            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
19525            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
19526            - lib/unicode/Props.txt lib/unicode/UCD300.html
19527            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
19528            - utils/perlbc.PL vms/subconfigure.com
19529           !> (integrate 785 files)
19530 ____________________________________________________________________________
19531 [  7374] By: jhi                                   on 2000/10/20  00:59:48
19532         Log: In the latest compiler builds cccdlflags must not become -fpic,
19533              from Wilfredo Sánchez.
19534      Branch: perl
19535            ! hints/darwin.sh
19536 ____________________________________________________________________________
19537 [  7373] By: jhi                                   on 2000/10/20  00:56:35
19538         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
19539              From: Tony Cook <tony@develop-help.com>
19540              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
19541              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
19542      Branch: perl
19543            ! pod/perlop.pod
19544 ____________________________________________________________________________
19545 [  7372] By: jhi                                   on 2000/10/19  19:34:40
19546         Log: Typo noted by Mark Lutz.
19547      Branch: perl
19548            ! t/op/64bitint.t
19549 ____________________________________________________________________________
19550 [  7371] By: jhi                                   on 2000/10/19  19:33:13
19551         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
19552      Branch: metaconfig
19553            ! U/modified/Cppsym.U U/modified/Oldconfig.U
19554      Branch: metaconfig/U/perl
19555            ! End.U dlsrc.U libperl.U
19556      Branch: perl
19557            + hints/nonstopux.sh
19558            ! Configure MANIFEST config_h.SH
19559 ____________________________________________________________________________
19560 [  7370] By: jhi                                   on 2000/10/19  17:18:08
19561         Log: Subject: PATCH do_print has 2 PerlIO_error()s
19562              From: nick@ccl4.org
19563              Date: Thu, 19 Oct 2000 18:09:20 +0100
19564              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
19565      Branch: perl
19566            ! doio.c
19567 ____________________________________________________________________________
19568 [  7369] By: jhi                                   on 2000/10/19  14:01:49
19569         Log: Update Changes.
19570      Branch: perl
19571            ! Changes patchlevel.h
19572 ____________________________________________________________________________
19573 [  7368] By: jhi                                   on 2000/10/19  13:04:29
19574         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
19575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19576              Date: Wed, 18 Oct 2000 13:12:01 +0200
19577              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
19578      Branch: perl
19579            ! hints/aix.sh
19580 ____________________________________________________________________________
19581 [  7367] By: jhi                                   on 2000/10/19  02:22:40
19582         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
19583              of a 'pmshort' anywhere in the B, so the offending line was simply
19584              removed.
19585      Branch: perl
19586            ! ext/B/B/Debug.pm
19587 ____________________________________________________________________________
19588 [  7366] By: jhi                                   on 2000/10/19  02:12:37
19589         Log: Add the test case for the bug id 20000730.004 which seems
19590              to have been fixed by now.
19591      Branch: perl
19592            ! t/pragma/utf8.t
19593 ____________________________________________________________________________
19594 [  7365] By: jhi                                   on 2000/10/18  23:36:24
19595         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
19596              From: Hugo <hv@crypt.compulink.co.uk>
19597              Date: Wed, 18 Oct 2000 23:25:58 +0100
19598              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
19599      Branch: perl
19600            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
19601 ____________________________________________________________________________
19602 [  7364] By: jhi                                   on 2000/10/18  21:12:53
19603         Log: (retracted)
19604      Branch: perl
19605            ! pp.c
19606 ____________________________________________________________________________
19607 [  7363] By: jhi                                   on 2000/10/18  20:55:38
19608         Log: Missing change from #7362.
19609      Branch: perl
19610            ! win32/perlhost.h
19611 ____________________________________________________________________________
19612 [  7362] By: jhi                                   on 2000/10/18  20:52:01
19613         Log: Borland C fstat() never saw the fd as writable.
19614              
19615              Subject: fix for Borland's weak "stat" (perl@7211)
19616              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19617              Date: Mon, 16 Oct 2000 09:55:03 +0400
19618              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
19619      Branch: perl
19620            ! win32/win32.c
19621 ____________________________________________________________________________
19622 [  7361] By: jhi                                   on 2000/10/18  17:43:50
19623         Log: Regen toc.
19624      Branch: perl
19625            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
19626 ____________________________________________________________________________
19627 [  7360] By: jhi                                   on 2000/10/18  17:07:44
19628         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19629              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
19630              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
19631              Date: Mon, 16 Oct 2000 15:19:49 +0200
19632      Branch: perl
19633            + README.aix
19634            ! MANIFEST
19635 ____________________________________________________________________________
19636 [  7359] By: jhi                                   on 2000/10/18  17:04:49
19637         Log: Subject: Pod patch for Devel::Peek
19638              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19639              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
19640              Date: Mon, 16 Oct 2000 12:26:34 +0200
19641      Branch: perl
19642            ! ext/Devel/Peek/Peek.pm
19643 ____________________________________________________________________________
19644 [  7358] By: jhi                                   on 2000/10/18  17:03:15
19645         Log: Make Cwd more bulletproof in chrooted environments.
19646              
19647              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
19648              From: "Eric E. Coe" <Eric.Coe@oracle.com>
19649              Date: Wed, 18 Oct 2000 04:03:54 -0400
19650              Message-Id: <39ED596A.70E599FE@oracle.com>
19651      Branch: perl
19652            ! lib/Cwd.pm
19653 ____________________________________________________________________________
19654 [  7357] By: jhi                                   on 2000/10/18  16:37:26
19655         Log: Disable the UTF8 downgrade croakage for now to avoid
19656              too many not okay messages.
19657      Branch: perl
19658            ! doio.c
19659 ____________________________________________________________________________
19660 [  7356] By: jhi                                   on 2000/10/17  23:29:41
19661         Log: Show the failed remote port, instead of the failing line number.
19662              
19663              Subject: [PATCH 5.6.1 Debugger] More diagnostics
19664              From: David Sparks <daves@ActiveState.com>
19665              Date: Tue, 17 Oct 2000 15:00:24 -0700
19666              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
19667      Branch: perl
19668            ! lib/perl5db.pl
19669 ____________________________________________________________________________
19670 [  7355] By: jhi                                   on 2000/10/17  14:11:31
19671         Log: On output try to downgrade to bytes, croak if impossible,
19672              from Simon Cozens.  This means that outputting >255 UTF8
19673              is impossible.  Consider this as a strong incentive to get
19674              the I/O disciplines implemented.
19675      Branch: perl
19676            ! doio.c pod/perldiag.pod sv.c
19677 ____________________________________________________________________________
19678 [  7354] By: jhi                                   on 2000/10/17  13:42:23
19679         Log: Clarify documentation on 'use bytes'.
19680              
19681              Subject: Re: What does 'use bytes' "mean" ?
19682              From: Simon Cozens <simon@cozens.net>
19683              Date: Mon, 18 Sep 2000 18:24:25 +0100
19684              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
19685      Branch: perl
19686            ! lib/bytes.pm
19687 ____________________________________________________________________________
19688 [  7353] By: jhi                                   on 2000/10/17  13:28:12
19689         Log: Workaround for a sfio bug where the stream error indicator
19690              is not cleared as documented.
19691              
19692              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
19693              From: Nicholas Clark <nick@ccl4.org>
19694              Date: Mon, 16 Oct 2000 18:28:23 +0100
19695              Message-ID: <20001016182823.J19700@plum.flirble.org>
19696      Branch: perl
19697            ! doio.c
19698 ____________________________________________________________________________
19699 [  7352] By: jhi                                   on 2000/10/17  13:06:19
19700         Log: More IoTYPE sprinkling.
19701      Branch: perl
19702            ! doio.c pp_hot.c
19703 ____________________________________________________________________________
19704 [  7351] By: jhi                                   on 2000/10/16  22:47:07
19705         Log: Detect early whether the std streams have gone bad.
19706              
19707              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
19708              Date: Mon, 16 Oct 2000 23:28:42 +0100
19709              From: Nicholas Clark <nick@ccl4.org>
19710              Message-ID: <20001016232842.A37942@plum.flirble.org>
19711      Branch: perl
19712            ! t/op/misc.t
19713 ____________________________________________________________________________
19714 [  7350] By: jhi                                   on 2000/10/16  22:45:16
19715         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
19716              From: "Peter J. Farley III" <pjfarley@banet.net>
19717              Date: Mon, 16 Oct 2000 18:15:59 -0400
19718              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
19719      Branch: perl
19720            ! djgpp/djgpp.c dosish.h t/io/open.t
19721 ____________________________________________________________________________
19722 [  7349] By: jhi                                   on 2000/10/16  22:36:45
19723         Log: perldelta tweak.
19724      Branch: perl
19725            ! pod/perldelta.pod
19726 ____________________________________________________________________________
19727 [  7348] By: jhi                                   on 2000/10/16  15:17:53
19728         Log: Update Changes.
19729      Branch: perl
19730            ! Changes patchlevel.h
19731 ____________________________________________________________________________
19732 [  7347] By: jhi                                   on 2000/10/16  13:55:27
19733         Log: Add the capability to include/exclude branches.
19734      Branch: perl
19735            ! Porting/genlog
19736 ____________________________________________________________________________
19737 [  7346] By: jhi                                   on 2000/10/16  13:18:04
19738         Log: Add Charles Lane.
19739      Branch: perl
19740            ! AUTHORS Changes
19741 ____________________________________________________________________________
19742 [  7345] By: jhi                                   on 2000/10/16  13:13:21
19743         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
19744      Branch: perl
19745            ! pod/perldelta.pod
19746 ____________________________________________________________________________
19747 [  7344] By: gsar                                  on 2000/10/16  09:30:21
19748         Log: integrate change#6220 from cfgperl
19749              
19750              Win32 patches from Benjamin Stuhl.
19751      Branch: maint-5.6/perl
19752           !> makedef.pl win32/win32.h
19753 ____________________________________________________________________________
19754 [  7343] By: gsar                                  on 2000/10/16  08:32:19
19755         Log: integrate changes#6221,6222 from cfgperl
19756              
19757              Remove tr///CU (the feature is to be obsoleted by better interfaces).
19758              From: simon@brecon.co.uk (Simon Cozens)
19759              Subject: [PATCH] Eliminate tr///[CU][CU]
19760              Date: 23 Jun 2000 11:05:40 GMT
19761              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19762              
19763              doc typo fix
19764              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19765              From: Ian Phillipps <Ian.Phillipps@iname.com>
19766              Date: Fri, 23 Jun 2000 10:40:58 +0100
19767              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19768      Branch: maint-5.6/perl
19769           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
19770 ____________________________________________________________________________
19771 [  7342] By: gsar                                  on 2000/10/16  08:28:08
19772         Log: integrate change#6217 from cfgperl (in part)
19773              
19774              Rename the fdpid locking and integrate with Sarathy.
19775      Branch: maint-5.6/perl
19776           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19777           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19778           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19779           !> win32/win32.c
19780 ____________________________________________________________________________
19781 [  7341] By: gsar                                  on 2000/10/16  08:23:39
19782         Log: integrate changes#6214..6216 from mainline
19783              
19784              @_ can't have junk in it even in the non-USE_ITHREADS case because
19785              caller() wants to populate @DB::args with it (causes a coredump
19786              in Carp::confess())
19787              
19788              tweak comment about @DB::args
19789              
19790              be more optimal about clearing @_
19791      Branch: maint-5.6/perl
19792           !> av.h cop.h pp_ctl.c t/op/runlevel.t
19793 ____________________________________________________________________________
19794 [  7340] By: gsar                                  on 2000/10/16  08:20:37
19795         Log: integrate changes#6207..6210 from cfgperl
19796              
19797              Subject: [PATCH 5.6.0] Threadsafe patches
19798              From: Dan Sugalski <dan@sidhe.org>
19799              To: perl5-porters@perl.org
19800              Date: Mon, 08 May 2000 18:08:13 -0400
19801              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19802              
19803              Regen headers for #6207.
19804              
19805              Lock PL_fdpid against race conditions, based on:
19806              Subject: [PATCH 5.6.0]subprocess fixup for threads
19807              From: Dan Sugalski <dan@sidhe.org>
19808              To: perl5-porters@perl.org
19809              Date: Tue, 11 Apr 2000 17:02:32 -0400
19810              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19811              
19812              Mopup for #6207 and #6209.
19813      Branch: maint-5.6/perl
19814           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
19815           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
19816           !> win32/win32.c
19817 ____________________________________________________________________________
19818 [  7339] By: gsar                                  on 2000/10/16  08:14:34
19819         Log: integrate change#6203 from cfgperl
19820              
19821              perldiag should refer to perlos2.pod not README.os2
19822      Branch: maint-5.6/perl
19823           !> pod/perldiag.pod
19824 ____________________________________________________________________________
19825 [  7338] By: gsar                                  on 2000/10/16  08:11:42
19826         Log: integrate change#6201 from mainline
19827              
19828              Perl_eval_pv() leaks 4 bytes every time it is called because it
19829              does a PUSHMARK that's never ever POPMARKed; in general, only
19830              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19831              Perl_eval_[sp]v() don't because they don't take any incoming
19832              arguments (this leak has been around since the original version
19833              of perl_eval_pv() in 5.003_97e)
19834      Branch: maint-5.6/perl
19835           !> perl.c
19836 ____________________________________________________________________________
19837 [  7337] By: gsar                                  on 2000/10/16  08:08:47
19838         Log: integrate changes#6197..6200 from cfgperl
19839              
19840              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19841              From: John Borwick <jhborwic@unity.ncsu.edu>
19842              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19843              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19844              
19845              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19846              From: Dan Sugalski <dan@sidhe.org>
19847              To: vmsperl@perl.org, perl5-porters@perl.org
19848              Date: Fri, 02 Jun 2000 16:00:41 -0400
19849              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19850              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19851              
19852              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19853              From: Dan Sugalski <dan@sidhe.org>
19854              To: perl5-porters@perl.org, vmsperl@perl.org
19855              Date: Fri, 02 Jun 2000 17:30:51 -0400
19856              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19857              
19858              Update to cperl-mode.el 4.31 from
19859              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19860              Subject: A couple of notes
19861              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19862              To: Mailing list Perl5 <perl5-porters@perl.org>
19863              Date: Sat, 3 Jun 2000 23:33:32 -0400
19864              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19865      Branch: maint-5.6/perl
19866           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
19867           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
19868           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
19869           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
19870           !> vms/vmsish.h
19871 ____________________________________________________________________________
19872 [  7336] By: gsar                                  on 2000/10/16  08:03:46
19873         Log: integrate changes#6194,6195 from mainline
19874              
19875              fix small eval"" memory leaks under USE_ITHREADS
19876              
19877              fix yet another eval"" leak under USE_ITHREADS
19878      Branch: maint-5.6/perl
19879           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19880           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19881           !> vms/perly_c.vms
19882 ____________________________________________________________________________
19883 [  7335] By: gsar                                  on 2000/10/16  08:02:15
19884         Log: integrate changes#6190,6191 from mainline
19885              
19886              submit missing embed.pl change
19887              
19888              vec() loses numericalness (modified version of patch suggested
19889              by Robin Barker)
19890      Branch: maint-5.6/perl
19891           !> doop.c embed.pl t/op/vec.t
19892 ____________________________________________________________________________
19893 [  7334] By: gsar                                  on 2000/10/16  08:01:03
19894         Log: integrate change#6189 from mainline
19895              
19896              counting tr/// corrupts later operation (from M.J.T Guy)
19897      Branch: maint-5.6/perl
19898           !> doop.c t/op/tr.t
19899 ____________________________________________________________________________
19900 [  7333] By: gsar                                  on 2000/10/16  07:59:07
19901         Log: integrate changes#6183..6188 from mainline
19902              
19903              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19904              <nick@ccl4.org>)
19905              
19906              tweak for change#6127
19907              
19908              remove incorrect documentation about implicit split to @_ in
19909              list context, which never really worked in perl 5 (from
19910              M.J.T. Guy)
19911              
19912              further qualify references to "alphanumeric" (from Wolfgang Laun
19913              <wolfgang.laun@alcatel.at>)
19914              
19915              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19916              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19917              
19918              h2xs tweaks
19919      Branch: maint-5.6/perl
19920           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19921           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
19922           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
19923           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
19924           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
19925           !> pod/pod2latex.PL utils/h2xs.PL
19926 ____________________________________________________________________________
19927 [  7332] By: gsar                                  on 2000/10/16  07:53:52
19928         Log: integrate change#6179 from mainline
19929              
19930              buggy modulus on UVs introduced by change#3378 (resulted in
19931              4063328477 % 65535 amounting to 27406, instead of 27407)
19932      Branch: maint-5.6/perl
19933           !> pp.c t/op/arith.t
19934 ____________________________________________________________________________
19935 [  7331] By: gsar                                  on 2000/10/16  07:52:49
19936         Log: integrate changes#6176,6177,6178,6182 from cfgperl
19937              
19938              Single-quoted utf8 patch from Simon Cozens.
19939              
19940              Substitution utf8 patch from Simon Cozens.
19941              
19942              Be cleaner.
19943              
19944              Be Cleaner Part Deux.
19945      Branch: maint-5.6/perl
19946           !> Makefile.SH pp_hot.c toke.c
19947 ____________________________________________________________________________
19948 [  7330] By: gsar                                  on 2000/10/16  07:41:36
19949         Log: integrate change#6172 from mainline
19950              
19951              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
19952              (from Ilya Zakharevich)
19953      Branch: maint-5.6/perl
19954           !> regexec.c t/op/re_tests
19955 ____________________________________________________________________________
19956 [  7329] By: gsar                                  on 2000/10/16  07:40:25
19957         Log: integrate change#6171 from mainline
19958              
19959              scalar() doesn't force scalar context when used in void context
19960              (from Simon Cozens)
19961      Branch: maint-5.6/perl
19962           !> op.c t/op/wantarray.t
19963 ____________________________________________________________________________
19964 [  7328] By: gsar                                  on 2000/10/16  07:39:33
19965         Log: integrate change#6170 from mainline
19966              
19967              change#6142 needs tweaks to tests to work where there's no
19968              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19969      Branch: maint-5.6/perl
19970           !> t/lib/filefind.t
19971 ____________________________________________________________________________
19972 [  7327] By: gsar                                  on 2000/10/16  07:35:34
19973         Log: integrate changes#6166..6168 from cfgperl
19974              
19975              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
19976              in case somebody wants to write an extension for more
19977              shadow database interfaces.
19978              
19979              tweak todo
19980              
19981              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
19982      Branch: maint-5.6/perl
19983           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
19984           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
19985           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
19986           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
19987           !> win32/config.vc win32/config_H.bc win32/config_H.gc
19988           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
19989 ____________________________________________________________________________
19990 [  7326] By: gsar                                  on 2000/10/16  07:29:05
19991         Log: integrate changes#6157,6159..6161,6164 from cfgperl
19992              
19993              Regen Configure to jive with #6149.
19994              
19995              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
19996              
19997              Changes for the File::Temp 0.08 (change #6159) test suite
19998              to fit better into the Perl distribution test framework.
19999              
20000              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20001              both from Simon Cozens.
20002              
20003              detypo
20004      Branch: maint-5.6/perl
20005           +> pod/perlmodlib.PL pod/perlnewmod.pod
20006           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
20007           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
20008           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20009           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20010 ____________________________________________________________________________
20011 [  7325] By: gsar                                  on 2000/10/16  07:25:13
20012         Log: integrate change#6158 from vmsperl
20013              
20014              Add fallback to tmpfile for use in cases where user's relying on
20015              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20016              Lane's patch)
20017      Branch: maint-5.6/perl
20018           !> vms/vms.c vms/vmsish.h
20019 ____________________________________________________________________________
20020 [  7324] By: gsar                                  on 2000/10/16  07:20:50
20021         Log: integrate changes#6153..6155 from mainline
20022              
20023              prettier Test::Harness output on failed tests (from Nicholas Clark
20024              <nick@Bagpuss.uk.boo.com>)
20025              
20026              avoid type mismatch warning
20027              
20028              small bug in change#6144; remove random \xA0 character that snuck
20029              in via change#6145
20030      Branch: maint-5.6/perl
20031           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
20032           !> perl.c
20033 ____________________________________________________________________________
20034 [  7323] By: gsar                                  on 2000/10/16  07:18:47
20035         Log: integrate changes#6151,6152 from mainline
20036              
20037              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
20038              
20039              cosmetic fixups of RE debug output (from Ilya Zakharevich)
20040      Branch: maint-5.6/perl
20041           !> regexec.c
20042 ____________________________________________________________________________
20043 [  7322] By: gsar                                  on 2000/10/16  07:17:25
20044         Log: integrate changes#6146..6150 from mainline
20045              
20046              doc typo
20047              
20048              add a make entry to Config.pm so "perl -V:make" works on VMS
20049              (from Peter Prymmer)
20050              
20051              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
20052              
20053              OS/2 tweaks for usethreads build (from Rocco Caputo
20054              <troc@netrus.net>)
20055              
20056              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
20057      Branch: maint-5.6/perl
20058           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
20059           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
20060           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
20061           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
20062           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
20063           !> warnings.pl x2p/a2p.h
20064 ____________________________________________________________________________
20065 [  7321] By: gsar                                  on 2000/10/16  07:14:02
20066         Log: integrate changes#6143..6145 from mainline
20067              
20068              MacOS support, part 1 (from Matthias Neeracher
20069              <neeri@iis.ee.ethz.ch>)
20070              
20071              MacOS support, part 2: make AutoSplit use File::Spec instead
20072              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20073              <neeri@iis.ee.ethz.ch>)
20074              
20075              make xsubpp skip embedded pod (from Matthias Neeracher
20076              <neeri@iis.ee.ethz.ch>)
20077      Branch: maint-5.6/perl
20078           +> ext/DynaLoader/dl_mac.xs
20079           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20080           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20081           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
20082           !> pp_ctl.c proto.h toke.c util.c util.h
20083 ____________________________________________________________________________
20084 [  7320] By: gsar                                  on 2000/10/16  07:12:13
20085         Log: integrate changes#6141,6142 from mainline
20086              
20087              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20088              forwarded by Peter Seebach from the bsdi-users mailing list.
20089              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20090              
20091              File::Find fails to chdir when chasing symlinks (from
20092              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20093      Branch: maint-5.6/perl
20094           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
20095 ____________________________________________________________________________
20096 [  7319] By: gsar                                  on 2000/10/16  07:04:30
20097         Log: integrate change#6139 from mainline
20098              
20099              revise mktables.PL for bugs and newness in Unicode 3.0
20100              (from James Bence <jbence@amgen.com>)
20101      Branch: maint-5.6/perl
20102           +> (branch 30 files)
20103           !> (integrate 49 files)
20104 ____________________________________________________________________________
20105 [  7318] By: gsar                                  on 2000/10/16  07:01:01
20106         Log: integrate changes#6137,6138 from mainline
20107              
20108              fix bogus redeclaration warning for "our" variables in different
20109              scopes
20110              
20111              add note about the handling of negative indices to tied arrays
20112              (from Michael G Schwern <schwern@pobox.com>)
20113      Branch: maint-5.6/perl
20114           !> op.c pod/perltie.pod t/pragma/strict-vars
20115 ____________________________________________________________________________
20116 [  7317] By: gsar                                  on 2000/10/16  06:58:46
20117         Log: integrate changes#6127..6136 from mainline
20118              
20119              call_method(...,G_EVAL) can longjmp() out if the method probing
20120              failed (from Gisle Aas)
20121              
20122              new perlxstut example for passing/returning refs to arrays
20123              (from David Lowe <dlowe@pootpoot.com>)
20124              
20125              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
20126              
20127              fix places that mean C<"word" character> but say C<alphanumeric
20128              character>
20129              
20130              avoid warnings in POSIX.pm (from Barrie Slaymaker)
20131              
20132              warnings::enabled() doesn't fall back to looking at $^W if
20133              caller isn't using lexical warnings (from Paul Marquess)
20134              
20135              elide bogus test in change#6132
20136              
20137              make Test::Harness use wait.h/WCOREDUMP if available
20138              (from Ben Tilly <ben_tilly@hotmail.com>)
20139              
20140              enable Test::Harness to dynamically determine column width etc.
20141              (from Rob Napier <rnapier@employees.org>)
20142              
20143              random pod typos (from Peter Scott <Peter@PSDT.com>)
20144      Branch: maint-5.6/perl
20145           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
20146           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
20147           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
20148           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
20149 ____________________________________________________________________________
20150 [  7316] By: gsar                                  on 2000/10/16  06:53:23
20151         Log: integrate change#6126 from mainline
20152              
20153              change#2879 broke rvalue autovivification of magicals such as
20154              ${$num} (reworked variant of patch suggested by Simon Cozens)
20155      Branch: maint-5.6/perl
20156           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20157           !> pp_hot.c proto.h t/op/gv.t
20158 ____________________________________________________________________________
20159 [  7315] By: gsar                                  on 2000/10/16  06:51:38
20160         Log: integrate changes#6123,6125 from mainline
20161              
20162              clarify gotcha with #line directives (from Rocco Caputo
20163              <troc@netrus.net>)
20164              
20165              enable propagating exception objects via Perl_croak() in XS code
20166              (from Gisle Aas)
20167      Branch: maint-5.6/perl
20168           !> pod/perldebug.pod pod/perlsyn.pod util.c
20169 ____________________________________________________________________________
20170 [  7314] By: gsar                                  on 2000/10/16  06:49:28
20171         Log: integrate change#6122 from mainline
20172              
20173              downgrade fatal error on C<"foo@nosucharray.com"> to optional
20174              warning (from Mark-Jason Dominus)
20175      Branch: maint-5.6/perl
20176           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
20177           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20178           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20179           !> toke.c
20180 ____________________________________________________________________________
20181 [  7313] By: gsar                                  on 2000/10/16  06:46:54
20182         Log: integrate changes#6112..6121 from vmsperl
20183              
20184              Check for existence of file before trying to delete
20185              
20186              Ugly workaround for version-specific RTL error
20187              
20188              Urk -- undo previous removal of vmsish 'exit' change
20189              
20190              Add bounds checking for several strings (Charles Lane)
20191              
20192              Miscellaneous cosmetic fixes (Charles Lane)
20193              
20194              Treat sockets as special in sys(read|write) (Charles Lane et al.)
20195              
20196              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20197              Flatten case labels in switch statements uniformly (Charles Bailey)
20198              
20199              Quiet error messages in vmsish.t (Charles Lane)
20200              
20201              Add missing escape (Charles Lane)
20202              
20203              Allow eliminate_macros() and fixpath() to handle space-delimited
20204              lists (based on fixes by Craig Berry)
20205      Branch: maint-5.6/perl
20206           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20207           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20208           !> vms/vmsish.h
20209 ____________________________________________________________________________
20210 [  7312] By: gsar                                  on 2000/10/16  06:41:18
20211         Log: integrate changes#6107,6110 from cfgperl
20212              
20213              Tweak the todo list.
20214              
20215              todo tweak
20216      Branch: maint-5.6/perl
20217           !> Todo-5.6
20218 ____________________________________________________________________________
20219 [  7311] By: gsar                                  on 2000/10/16  06:38:38
20220         Log: integrate changes#6104,6108 from mainline
20221              
20222              PL_sys_intern was being initialized too late on windows
20223              
20224              reenable fake signal handling on Windows, bugs and all
20225      Branch: maint-5.6/perl
20226           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
20227           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
20228           !> win32/win32.c
20229 ____________________________________________________________________________
20230 [  7310] By: gsar                                  on 2000/10/16  06:36:03
20231         Log: integrate changes#6095,6097..6103 from cfgperl
20232              
20233              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20234              might be useful in future.
20235              
20236              Add a note about possible compilation problems from Allen Smith.
20237              
20238              Add a note about other, yet unsupported, shadow password APIs.
20239              
20240              Tweaks for the cc bugs from Allen Smith.
20241              
20242              More compilation tweakery from Allen Smith.
20243              
20244              Hints and test tweaks for Unicos.
20245              
20246              The test suite tweak in #6101 wasn't quite right.
20247              
20248              Test tweaking for Unicos continues.
20249      Branch: maint-5.6/perl
20250           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20251           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
20252           !> t/lib/complex.t t/op/64bitint.t
20253 ____________________________________________________________________________
20254 [  7309] By: gsar                                  on 2000/10/16  06:29:41
20255         Log: integrate changes#6093,6094 from mainline
20256              
20257              fork() failure to create pseudo process sets errno=EAGAIN and returns
20258              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20259              
20260              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20261      Branch: maint-5.6/perl
20262           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20263           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20264 ____________________________________________________________________________
20265 [  7308] By: gsar                                  on 2000/10/16  06:27:29
20266         Log: integrate change#6092 from cfgperl
20267              
20268              Regen perltoc with the fixed buildtoc.
20269      Branch: maint-5.6/perl
20270           !> pod/perltoc.pod
20271 ____________________________________________________________________________
20272 [  7307] By: gsar                                  on 2000/10/16  06:26:40
20273         Log: integrate changes#6089,6090 from mainline
20274              
20275              buildtoc tweak to fix newline lossage
20276              
20277              concat doesn't preserve utf8-ness, and doesn't invalidate
20278              [NI]OK; added tests for both
20279      Branch: maint-5.6/perl
20280           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
20281 ____________________________________________________________________________
20282 [  7306] By: gsar                                  on 2000/10/16  06:24:05
20283         Log: integrate change#6088 from cfgperl
20284              
20285              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20286              because we do not use those.  The HAS_GETSPNAM remains,
20287              though, because we still do use that.
20288      Branch: maint-5.6/perl
20289           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20290           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20291           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20292           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20293           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20294           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20295 ____________________________________________________________________________
20296 [  7305] By: gsar                                  on 2000/10/16  06:15:52
20297         Log: integrate changes#6084,6085,6087 from mainline
20298              
20299              substr() does not preserve utf8-ness (from Stefan Eissing
20300              <Eissing@medicaldataservice.de>); added tests
20301              
20302              repeat operator (x) doesn't preserve utf8-ness
20303              
20304              reverse() and quotemeta() weren't preserving utf8-ness; add tests
20305      Branch: maint-5.6/perl
20306           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20307 ____________________________________________________________________________
20308 [  7304] By: gsar                                  on 2000/10/16  06:13:10
20309         Log: integrate changes#6077..6083 from mainline
20310              
20311              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20312              and Tom Phoenix)
20313              
20314              workaround for CRT bug in chdir() (from Charles Lane, via
20315              Peter Prymmer)
20316              
20317              remove outdated kludge in Carp (NULLs are permitted in diagnostics
20318              now)
20319              
20320              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20321              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20322              
20323              better default perlbug categories for ok reports (from Richard Foley)
20324              
20325              peek.t non-portable to ithreads
20326              
20327              note about undocumented caller() return value (from M.J.T. Guy);
20328              yet another peek.t tweak
20329      Branch: maint-5.6/perl
20330           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20331           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20332           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20333           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20334           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
20335           !> vms/vmsish.h
20336 ____________________________________________________________________________
20337 [  7303] By: gsar                                  on 2000/10/16  06:03:18
20338         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
20339              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
20340              
20341              &HUGE_VAL is not defined, it exists.
20342              
20343              Do not warn that an infinity does not look like a number.
20344              
20345              Rewrite the pwent/spent logic to be a little bit more clearer.
20346              
20347              Continue on the pwent/spent case.
20348              
20349              Correct Freudian slip.
20350              
20351              Use HUGE_VALL if applicable.
20352              
20353              pwent/spent #ifdef imbalance.
20354              
20355              Infinite problems.
20356              
20357              Call getspnam() only iff needd.
20358              
20359              Test both the scalar and list contexts.
20360              
20361              Use setxxent()/endxxent().
20362              
20363              Complex tweakery.
20364              
20365              Unicos hint tweak.
20366              
20367              Be more forgiving in POSIX about HUGE_VALL.
20368              
20369              Detypo.
20370              
20371              The search of infinity continues, this time simplified.
20372              
20373              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20374              in natively 64-bit platforms where a long is a quad (no need
20375              for long longs).  Also added bias for IVs.
20376              
20377              Complex tweaks.
20378              
20379              Introduce t/lib/peek.t.
20380              
20381              Make the test more portable.
20382      Branch: maint-5.6/perl
20383           +> t/lib/peek.t
20384            ! pp_sys.c
20385           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
20386           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
20387           !> t/op/pwent.t toke.c util.c
20388 ____________________________________________________________________________
20389 [  7302] By: gsar                                  on 2000/10/16  05:03:37
20390         Log: integrate changes#6066..6071 from mainline
20391              
20392              s/END/CHECK/
20393              
20394              replace direct call to sighandler() with (*PL_sighandlerp)()
20395              
20396              note about values()
20397              
20398              File::Spec compatibility update (from Barrie Slaymaker
20399              <barries@slaysys.com>)
20400              
20401              remove misleading comment (from M.J.T. Guy)
20402              
20403              misformatted perllocal.pod (from Tim Jenness
20404              <t.jenness@jach.hawaii.edu>)
20405      Branch: maint-5.6/perl
20406           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20407           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20408           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20409           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20410 ____________________________________________________________________________
20411 [  7301] By: gsar                                  on 2000/10/16  05:00:08
20412         Log: integrate changes#6061..6063 from mainline
20413              
20414              change#5921 neglected to make eq honor "use bytes"
20415              
20416              additional tests for utf8.t
20417              
20418              tokeq() could read unallocated field in argument
20419      Branch: maint-5.6/perl
20420           !> sv.c t/pragma/utf8.t toke.c
20421 ____________________________________________________________________________
20422 [  7300] By: gsar                                  on 2000/10/16  04:56:54
20423         Log: integrate changes#6046,6048,6057,6058 from mainline
20424              
20425              libscheck has insufficient checks for n32 libs (from
20426              Albert Chin-A-Young <china@thewrittenword.com>)
20427              
20428              add note about how $( doesn't interpolate in REs (from
20429              Philip Newton <newton@ficus.frogspace.net>)
20430              
20431              fix broken parsing of /\x{ab}/
20432              
20433              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20434              (spotted by Donald Kinzer <dkinzer@premia.com>)
20435      Branch: maint-5.6/perl
20436           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
20437           !> t/pragma/utf8.t
20438 ____________________________________________________________________________
20439 [  7299] By: gsar                                  on 2000/10/16  04:52:50
20440         Log: integrate change#6044 from mainline
20441              
20442              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20443              such that underscores are only ignored in literal numbers,
20444              "\x{...}", and hex/oct argument
20445      Branch: maint-5.6/perl
20446           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20447 ____________________________________________________________________________
20448 [  7298] By: gsar                                  on 2000/10/16  04:50:53
20449         Log: integrate changes#6027..6043 from mainline
20450              
20451              podlators-1.02 update (from Russ Allbery)
20452              
20453              Pod::Man generates groff-incompatible macro definition (from
20454              Tom Christiansen)
20455              
20456              add CGI.pm v2.66 (from Lincoln Stein)
20457              
20458              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20459              for @- and @+ (from Johan Vromans)
20460              
20461              small nits in diagnostics.pm (from Robin Barker)
20462              
20463              whitespace adjustments
20464              
20465              missing files in MANIFEST
20466              
20467              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20468              to compensate
20469              
20470              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20471              
20472              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20473      Branch: maint-5.6/perl
20474           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20475           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
20476           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
20477           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
20478           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
20479           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20480           !> t/lib/cgi-html.t t/lib/cgi-request.t
20481 ____________________________________________________________________________
20482 [  7297] By: gsar                                  on 2000/10/16  04:44:30
20483         Log: integrate change#6025 from mainline
20484              
20485              Is{Alnum,Alpha,Word} don't match titlecase
20486              TODO: IsSpace is defined recursively!
20487              (both spotted by Larry)
20488      Branch: maint-5.6/perl
20489           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20490           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20491 ____________________________________________________________________________
20492 [  7296] By: gsar                                  on 2000/10/16  04:39:30
20493         Log: integrate change#6023 from mainline
20494              
20495              debugger stomps on $. (from M.J.T. Guy)
20496      Branch: maint-5.6/perl
20497           !> lib/perl5db.pl
20498 ____________________________________________________________________________
20499 [  7295] By: gsar                                  on 2000/10/16  04:38:02
20500         Log: integrate change#6022 from mainline
20501              
20502              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
20503      Branch: maint-5.6/perl
20504           !> sv.c
20505 ____________________________________________________________________________
20506 [  7294] By: gsar                                  on 2000/10/16  04:37:05
20507         Log: integrate changes#6018..6021 from mainline
20508              
20509              make lib/syslog.t portable to systems that don't have _PATH_LOG,
20510              make _PATH_LOG() return "" if unavailable
20511              
20512              windows portability tweaks
20513              
20514              test tweak
20515              
20516              remove Win2K issue in pod (fixed by change#6020)
20517      Branch: maint-5.6/perl
20518           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20519           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
20520           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
20521 ____________________________________________________________________________
20522 [  7293] By: gsar                                  on 2000/10/16  04:20:00
20523         Log: integrate changes#6013..6015 from mainline
20524              
20525              tweak change#5945 to display correct switch name in diagnostic
20526              
20527              glob() loading File::Glob behind the scenes may cause syntax errors
20528              
20529              tweak test for portability
20530      Branch: maint-5.6/perl
20531           !> op.c perl.c pod/perldiag.pod t/lib/b.t
20532 ____________________________________________________________________________
20533 [  7292] By: gsar                                  on 2000/10/16  04:18:11
20534         Log: integrate changes#6005..6010 from mainline, cfgperl
20535              
20536              perldoc might fail via "use blib" (from Hugo van der Sanden)
20537              
20538              Regen Configure.
20539              
20540              note about compile failures and END blocks (from M.J.T. Guy)
20541              
20542              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
20543              
20544              (change#6009 integrated earlier in change#7255)
20545              
20546              clarify note about shadow password support (from
20547              gellyfish@gellyfish.com)
20548      Branch: maint-5.6/perl
20549           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20550           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
20551           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
20552 ____________________________________________________________________________
20553 [  7291] By: gsar                                  on 2000/10/16  04:12:03
20554         Log: integrate changes#6002,6003 from mainline
20555              
20556              destructive sv_setsv() can lose UV-ness from source, causing
20557              numeric promotions/comparisons to fail to do the right thing
20558              
20559              allow REG_EXPAND_SZ keys in Windows registry (from
20560              John Clayton <John.Clayton@barclayscapital.com>)
20561      Branch: maint-5.6/perl
20562           !> sv.c win32/win32.c
20563 ____________________________________________________________________________
20564 [  7290] By: gsar                                  on 2000/10/16  04:10:19
20565         Log: integrate change#6001 from mainline
20566              
20567              support additional library locations via $Config{otherlibdirs}
20568              (from Andy Dougherty)
20569      Branch: maint-5.6/perl
20570           !> Configure INSTALL Porting/Glossary Porting/config.sh
20571           !> Porting/config_H config_h.SH epoc/config.sh perl.c
20572           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
20573           !> win32/config.bc win32/config.gc win32/config.vc
20574 ____________________________________________________________________________
20575 [  7289] By: gsar                                  on 2000/10/16  04:08:28
20576         Log: integrate change#5999 from mainline
20577              
20578              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
20579      Branch: maint-5.6/perl
20580           !> t/pragma/warn/toke toke.c
20581 ____________________________________________________________________________
20582 [  7288] By: gsar                                  on 2000/10/16  04:07:01
20583         Log: integrate changes#5997,5998 from cfgperl
20584              
20585              Preserve $!.
20586              
20587              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
20588      Branch: maint-5.6/perl
20589           !> lib/Math/Complex.pm
20590 ____________________________________________________________________________
20591 [  7287] By: gsar                                  on 2000/10/16  04:04:37
20592         Log: integrate change#5995 from mainline
20593              
20594              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
20595      Branch: maint-5.6/perl
20596           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
20597 ____________________________________________________________________________
20598 [  7286] By: gsar                                  on 2000/10/16  04:03:21
20599         Log: integrate change#5994 from mainline
20600              
20601              fix for missed accounting for null byte in pack("Z",...) (from
20602              M.J.T. Guy)
20603      Branch: maint-5.6/perl
20604           !> pp.c t/op/pack.t
20605 ____________________________________________________________________________
20606 [  7285] By: gsar                                  on 2000/10/16  04:02:11
20607         Log: integrate changes#5989..5993 from mainline
20608              
20609              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
20610              itself and no other (from Tom Hughes)
20611              
20612              use $ENV{LIB} to search for libs under Visual C compiler
20613              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
20614              
20615              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
20616              
20617              pod nit (from Simon Cozens)
20618              
20619              various minor tweaks seen on p5p
20620      Branch: maint-5.6/perl
20621           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
20622           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
20623           !> t/op/array.t toke.c
20624 ____________________________________________________________________________
20625 [  7284] By: gsar                                  on 2000/10/16  03:59:00
20626         Log: integrate changes#5978..5988 from mainline
20627              
20628              sync version numbers in File::Spec with the ones on CPAN
20629              (from Barrie Slaymaker)
20630              
20631              under useithreads, constant pad entries could inadvertantly be
20632              shared across threads (from Eric Blood <eblood@xmission.com>);
20633              added Eric's test case to testsuite
20634              
20635              allow Configure -S to run non-interactively (spotted by Greg Hudson
20636              <ghudson@mit.edu>)
20637              
20638              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
20639              prototype mismatch with CORE::glob(); update pod and tests to
20640              suit (File::Glob::glob() is still available for backward
20641              compatibility, but should be considered deprecated)
20642              
20643              avoid error in IO::Socket::INET when given an unknown service name
20644              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
20645              
20646              numeric conversion of non-number in change#3378 tramples on
20647              OOK offset, causing segfaults
20648              
20649              attributes::reftype() doesn't work on tied argument
20650              
20651              forked child may not exit correctly if it failed to open
20652              /dev/console (from Graham Barr)
20653              
20654              add regular expressions tutorial and quick-start guide (from
20655              Mark Kvale <kvale@phy.ucsf.edu>)
20656              
20657              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
20658              
20659              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
20660              <paul@miraclefish.com>)
20661      Branch: maint-5.6/perl
20662           +> pod/perlrequick.pod pod/perlretut.pod
20663           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
20664           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
20665           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
20666           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
20667           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
20668           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
20669           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
20670           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
20671 ____________________________________________________________________________
20672 [  7283] By: gsar                                  on 2000/10/16  03:52:14
20673         Log: integrate change#5977 from mainline
20674              
20675              autoquote barewords followed by newline and arrow properly
20676              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
20677      Branch: maint-5.6/perl
20678           !> t/pragma/warn/toke toke.c
20679 ____________________________________________________________________________
20680 [  7282] By: gsar                                  on 2000/10/16  03:50:48
20681         Log: integrate change#5976 from mainline
20682              
20683              DB_File v1.73 update (from Paul Marquess)
20684      Branch: maint-5.6/perl
20685           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
20686           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
20687 ____________________________________________________________________________
20688 [  7281] By: gsar                                  on 2000/10/16  03:49:14
20689         Log: integrate change#5975 from mainline
20690              
20691              allow sort() reentrancy (variant of patch suggested by
20692              Hugo van der Sanden)
20693      Branch: maint-5.6/perl
20694           !> pp_ctl.c t/op/sort.t
20695 ____________________________________________________________________________
20696 [  7280] By: gsar                                  on 2000/10/16  03:48:22
20697         Log: integrate change#5974 from mainline
20698              
20699              change#4197 somehow missed initializing PL_errors, meaning
20700              syntax error queueing wasn't working outside eval"" at all;
20701              also fixed eval"" to localize PL_error_count, so that compile-time
20702              eval's don't clobber the error state of the outer context
20703      Branch: maint-5.6/perl
20704           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
20705           !> t/pragma/warn/toke
20706 ____________________________________________________________________________
20707 [  7279] By: gsar                                  on 2000/10/16  03:46:21
20708         Log: integrate change#5973 from mainline
20709              
20710              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
20711      Branch: maint-5.6/perl
20712           !> regcomp.c regexec.c t/op/re_tests
20713 ____________________________________________________________________________
20714 [  7278] By: gsar                                  on 2000/10/16  03:44:54
20715         Log: integrate change#5971 from cfgperl
20716              
20717              Unicos tweaks from Mark P. Lutz.
20718      Branch: maint-5.6/perl
20719           !> hints/unicos.sh lib/Math/Complex.pm
20720 ____________________________________________________________________________
20721 [  7277] By: gsar                                  on 2000/10/16  03:42:59
20722         Log: integrate changes#5966..5970 from mainline
20723              
20724              add testsuite for B backends, fix bug in B::Deparse (from
20725              Simon Cozens <simon@brecon.co.uk>)
20726              
20727              improved docs on the warn_uninit diagnostic (from David Glasser
20728              and Simon Cozens)
20729              
20730              tolerate spaces in group names in test on solaris (from David Boyce
20731              <dsb@boyski.com>)
20732              
20733              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
20734              
20735              Data::Dumper fumbles negative numbers on 32-bit platforms where
20736              IV is >32bits
20737      Branch: maint-5.6/perl
20738           +> t/lib/b.t t/lib/syslog.t
20739           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
20740           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
20741           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
20742 ____________________________________________________________________________
20743 [  7276] By: gsar                                  on 2000/10/16  03:39:30
20744         Log: integrate change#5965 from mainline
20745              
20746              avoid "will not stay shared" warnings for our variables (from
20747              Robin Barker)
20748      Branch: maint-5.6/perl
20749           !> op.c t/pragma/warn/op
20750 ____________________________________________________________________________
20751 [  7275] By: gsar                                  on 2000/10/16  03:38:18
20752         Log: integrate change#5964 from mainline
20753              
20754              reformat to 72 columns (again)
20755      Branch: maint-5.6/perl
20756           !> pod/perldiag.pod
20757 ____________________________________________________________________________
20758 [  7274] By: gsar                                  on 2000/10/16  03:36:58
20759         Log: integrate change#5963 from mainline
20760              
20761              patch from Larry to make (\&) prototype work; added tests for
20762              the same
20763      Branch: maint-5.6/perl
20764           !> op.c t/comp/proto.t
20765 ____________________________________________________________________________
20766 [  7273] By: gsar                                  on 2000/10/16  03:35:51
20767         Log: integrate changes#5956..5962 from mainline
20768              
20769              better diagnostics on failed tests (from Ilya Zakharevich)
20770              
20771              pod nits (from A. C. Yardley <yardley@tanet.net>)
20772              
20773              change#3569 deleted some essential code, revert; avoid use of
20774              atexit() to make DynaLoader work properly on AIX under mod_perl
20775              (from Jens-Uwe Mager <jum@helios.de>)
20776              
20777              doubled words in pods (from Simon Cozens
20778              <simon.p.cozens@jp.pwcglobal.com>)
20779              
20780              better INSTALL notes on Solaris issues (from Dominic Dunlop)
20781              
20782              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
20783              
20784              updated README.hpux (from Jeff Okamoto)
20785      Branch: maint-5.6/perl
20786           !> INSTALL README.hpux emacs/cperl-mode.el
20787           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
20788           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
20789           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
20790           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
20791           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
20792           !> t/op/lex_assign.t
20793 ____________________________________________________________________________
20794 [  7272] By: gsar                                  on 2000/10/16  03:31:22
20795         Log: integrate change#5955 from mainline
20796              
20797              longstanding bug exposed by change#3307: sort arguments weren't
20798              compiled with the right wantarray context (ensuing runtime lookup
20799              via block_gimme() was getting the incidental context of the
20800              sort() itself)
20801      Branch: maint-5.6/perl
20802           !> op.c t/op/sort.t
20803 ____________________________________________________________________________
20804 [  7271] By: gsar                                  on 2000/10/16  03:29:11
20805         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
20806              branch
20807              
20808              Flatten the cpp jungle doing the nosuid checking.
20809              
20810              Do not assume sign propagation. (from M.J.T. Guy)
20811              
20812              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
20813              
20814              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
20815              Now pp_ncmp() returns undef is either operand is a NaN.
20816              
20817              On second thoughts frexp() does have two arguments.
20818              
20819              Document that tr() is not tr(1).
20820              
20821              Be more robust on "extreme" (large absolute value)
20822              arguments.  Originally reported by Daniel Connelly
20823              as a problem with asinh() on large negative arguments,
20824              asinh() used to bail out because an argument to log()
20825              ended up being zero.  Ilya Zakharevich proposed using
20826              Taylor's series in such cases, which for such large
20827              arguments is a very good approximation.
20828              
20829              Undo "use integer" addition from 64bitint as it seems
20830              to break most of the subtests in Digital UNIX;
20831              Unicos needs to find another way.
20832      Branch: maint-5.6/perl
20833           !> (integrate 29 files)
20834 ____________________________________________________________________________
20835 [  7270] By: gsar                                  on 2000/10/16  03:09:44
20836         Log: integrate changes#5948,5949,5950 from mainline
20837              
20838              typo in vars.pm that leads to cryptic message (from Piotr
20839              Piatkowski <kompas@kompas.usr.onet.pl>)
20840              
20841              make perldoc use the pod2man from the same version (from
20842              M.J.T. Guy)
20843              
20844              reformat perldiag to avoid long lines
20845      Branch: maint-5.6/perl
20846           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
20847 ____________________________________________________________________________
20848 [  7269] By: gsar                                  on 2000/10/16  03:05:54
20849         Log: integrate change#5947 from mainline
20850              
20851              use &dl_error rather than &dl_load_file as the guard for calling
20852              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
20853              statically built perl)
20854      Branch: maint-5.6/perl
20855           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
20856 ____________________________________________________________________________
20857 [  7268] By: gsar                                  on 2000/10/16  03:04:48
20858         Log: integrate change#5945 from mainline
20859              
20860              make module name mandatory after -M switch; reorder perldiag
20861              alphabetically (from Mark-Jason Dominus)
20862      Branch: maint-5.6/perl
20863           !> perl.c pod/perldiag.pod
20864 ____________________________________________________________________________
20865 [  7267] By: gsar                                  on 2000/10/16  03:03:01
20866         Log: integrate change#5939 from mainline
20867              
20868              more pod nits (from Larry Virden)
20869      Branch: maint-5.6/perl
20870           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
20871           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
20872           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
20873 ____________________________________________________________________________
20874 [  7266] By: gsar                                  on 2000/10/16  03:01:39
20875         Log: integrate change#5938 from mainline
20876              
20877              Consolidated B::Deparse fixes (from Stephen McCamant)
20878      Branch: maint-5.6/perl
20879           !> ext/B/B/Deparse.pm
20880 ____________________________________________________________________________
20881 [  7265] By: gsar                                  on 2000/10/16  03:00:43
20882         Log: integrate change#5936 from mainline
20883              
20884              additional tests for change#7263 (from Paul Marquess)
20885      Branch: maint-5.6/perl
20886           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
20887           !> t/pragma/warn/5nolint t/pragma/warn/6default
20888 ____________________________________________________________________________
20889 [  7264] By: gsar                                  on 2000/10/16  02:58:34
20890         Log: integrate change#5934 from mainline
20891              
20892              propagate lexical warnings from surrounding scope correctly
20893              within string eval() (from Paul Marquess)
20894      Branch: maint-5.6/perl
20895           !> pp_ctl.c t/pragma/warn/pp_ctl
20896 ____________________________________________________________________________
20897 [  7263] By: gsar                                  on 2000/10/16  02:56:53
20898         Log: integrate change#5932 from mainline
20899              
20900              add rsignal(), whichsig() and do_join() to public API list
20901              (mod_perl uses them to good advantage)
20902      Branch: maint-5.6/perl
20903           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
20904 ____________________________________________________________________________
20905 [  7262] By: gsar                                  on 2000/10/16  02:55:53
20906         Log: integrate change#5931 from mainline
20907              
20908              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
20909      Branch: maint-5.6/perl
20910           !> pp_hot.c regexec.c t/op/pat.t
20911 ____________________________________________________________________________
20912 [  7261] By: gsar                                  on 2000/10/16  02:55:01
20913         Log: integrate change#5930 from mainline
20914              
20915              small os390 tweaks (from Peter Prymmer)
20916      Branch: maint-5.6/perl
20917           !> config_h.SH makedepend.SH
20918 ____________________________________________________________________________
20919 [  7260] By: gsar                                  on 2000/10/16  02:54:10
20920         Log: integrate change#5929 from mainline
20921              
20922              pod nits
20923      Branch: maint-5.6/perl
20924           !> pod/perlguts.pod
20925 ____________________________________________________________________________
20926 [  7259] By: gsar                                  on 2000/10/16  02:52:55
20927         Log: integrate change#5927 from mainline
20928              
20929              arrange for next() to resume at the unstack op rather than the
20930              loop conditional, so that scope cleanup happens correctly
20931              (from Stephen McCamant)
20932      Branch: maint-5.6/perl
20933           !> op.c pp_ctl.c t/op/misc.t
20934 ____________________________________________________________________________
20935 [  7258] By: gsar                                  on 2000/10/16  02:51:38
20936         Log: integrate change#5926 from mainline
20937              
20938              on windows, reserve 16M of stack rather than 128M (allows more
20939              threads to run concurrently)
20940      Branch: maint-5.6/perl
20941           !> win32/Makefile win32/makefile.mk
20942 ____________________________________________________________________________
20943 [  7257] By: gsar                                  on 2000/10/16  02:50:37
20944         Log: integrate change#5925 from mainline
20945              
20946              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
20947      Branch: maint-5.6/perl
20948           !> toke.c
20949 ____________________________________________________________________________
20950 [  7256] By: gsar                                  on 2000/10/16  02:49:36
20951         Log: integrate change#5924 from mainline
20952              
20953              avoid using uninitialized memory in require version check
20954      Branch: maint-5.6/perl
20955           !> pp_ctl.c universal.c
20956 ____________________________________________________________________________
20957 [  7255] By: gsar                                  on 2000/10/16  02:48:03
20958         Log: integrate changes#5923,5928,6009 from mainline
20959              
20960              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
20961      Branch: maint-5.6/perl
20962           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
20963 ____________________________________________________________________________
20964 [  7254] By: gsar                                  on 2000/10/16  02:44:46
20965         Log: integrate change#5922 from mainline
20966              
20967              commentary about IoTYPE() (from Nathan Torkington)
20968      Branch: maint-5.6/perl
20969           !> sv.h
20970 ____________________________________________________________________________
20971 [  7253] By: gsar                                  on 2000/10/16  02:43:49
20972         Log: integrate change#5921 from mainline
20973              
20974              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
20975      Branch: maint-5.6/perl
20976           !> sv.c t/lib/charnames.t t/pragma/utf8.t
20977 ____________________________________________________________________________
20978 [  7252] By: gsar                                  on 2000/10/16  02:42:31
20979         Log: integrate change#5920 from mainline
20980              
20981              Larry's fix for buggy propagation of utf8-ness in join(); add test
20982      Branch: maint-5.6/perl
20983           !> doop.c t/op/ver.t
20984 ____________________________________________________________________________
20985 [  7251] By: gsar                                  on 2000/10/16  02:41:14
20986         Log: integrate changes#5915..5919 from mainline
20987              
20988              various (pod tweaks &c)
20989      Branch: maint-5.6/perl
20990           !> (integrate 33 files)
20991 ____________________________________________________________________________
20992 [  7250] By: gsar                                  on 2000/10/16  02:38:16
20993         Log: integrate change#5914 from mainline
20994              
20995              caller() wasn't returning the right number of elements for
20996              eval {...}
20997      Branch: maint-5.6/perl
20998           !> pp_ctl.c t/pragma/warn/9enabled
20999 ____________________________________________________________________________
21000 [  7249] By: gsar                                  on 2000/10/16  02:37:02
21001         Log: integrate change#5913 from mainline
21002              
21003              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
21004              (from Mark-Jason Dominus)
21005      Branch: maint-5.6/perl
21006           !> pod/perlfunc.pod
21007 ____________________________________________________________________________
21008 [  7248] By: gsar                                  on 2000/10/16  02:35:58
21009         Log: integrate change#5912 from mainline
21010              
21011              fix totally broken caching in UNIVERSAL::isa() (from
21012              Nick Ing-Simmons)
21013      Branch: maint-5.6/perl
21014           !> t/op/universal.t universal.c
21015 ____________________________________________________________________________
21016 [  7247] By: gsar                                  on 2000/10/16  02:34:27
21017         Log: integrate changes#5910,5911 from mainline
21018              
21019              typo in pod
21020              
21021              add linebreak properties from unicode/LineBrk.txt (from
21022              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21023      Branch: maint-5.6/perl
21024           +> (branch 29 files)
21025           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
21026 ____________________________________________________________________________
21027 [  7246] By: gsar                                  on 2000/10/16  02:33:29
21028         Log: integrate change#5909 from mainline
21029              
21030              mode argument to do_binmode() should be file mode, not boolean
21031      Branch: maint-5.6/perl
21032           !> pp_sys.c
21033 ____________________________________________________________________________
21034 [  7245] By: gsar                                  on 2000/10/16  02:31:04
21035         Log: integrate change#5908 from mainline
21036              
21037              introduce illegal symbols into null package so that
21038              gv_fetchpv(...,TRUE) always returns a valid GV even when the
21039              symbol is trapped by strictures (avoids coredumps)
21040      Branch: maint-5.6/perl
21041           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
21042           !> t/pragma/strict-vars
21043 ____________________________________________________________________________
21044 [  7244] By: jhi                                   on 2000/10/16  02:29:54
21045         Log: Subject: $Carp::ExportLevel confusion in Exporter
21046              From: "Ben Tilly" <ben_tilly@hotmail.com>
21047              Date: Sat, 14 Oct 2000 16:44:34 EDT
21048              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
21049      Branch: perl
21050            ! lib/Exporter/Heavy.pm
21051 ____________________________________________________________________________
21052 [  7243] By: jhi                                   on 2000/10/16  02:28:33
21053         Log: Subject: [PATCH perlguts.pod] Document offset hack
21054              From: Simon Cozens <simon@cozens.net>
21055              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
21056              Date: Sat, 14 Oct 2000 19:32:25 +0100
21057      Branch: perl
21058            ! pod/perlguts.pod
21059 ____________________________________________________________________________
21060 [  7242] By: gsar                                  on 2000/10/16  02:26:51
21061         Log: integrate changes#5905,5906,5907,6064 from mainline
21062              
21063              printf/sprintf didn't get quad types right under use64bitint
21064      Branch: maint-5.6/perl
21065           !> pp_sys.c sv.c t/op/64bitint.t
21066 ____________________________________________________________________________
21067 [  7241] By: jhi                                   on 2000/10/16  02:22:44
21068         Log: Subject: small pod patch
21069              From: Dan Boorstein <dan_boo@bellsouth.net>
21070              Date: Sat, 14 Oct 2000 14:29:24 -0400
21071              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
21072      Branch: perl
21073            ! pod/perlfaq7.pod pod/perlmod.pod
21074 ____________________________________________________________________________
21075 [  7240] By: jhi                                   on 2000/10/16  02:13:46
21076         Log: -w cleanup.
21077              
21078              Subject: Re: Problems with bleadperl 
21079              From: "Stephen P. Potter" <spp@ds.net>
21080              Date: Fri, 13 Oct 2000 13:32:49 -0400
21081              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
21082      Branch: perl
21083            ! t/pragma/overload.t
21084 ____________________________________________________________________________
21085 [  7239] By: jhi                                   on 2000/10/16  01:41:18
21086         Log: One more ~utf8 tweak.
21087      Branch: perl
21088            ! t/op/bop.t
21089 ____________________________________________________________________________
21090 [  7238] By: jhi                                   on 2000/10/16  01:34:14
21091         Log: Tweak the test of #7235.
21092      Branch: perl
21093            ! t/op/bop.t
21094 ____________________________________________________________________________
21095 [  7237] By: jhi                                   on 2000/10/16  01:25:04
21096         Log: Fix a couple of compiler-noted nits in #7235.
21097      Branch: perl
21098            ! pp.c
21099 ____________________________________________________________________________
21100 [  7236] By: jhi                                   on 2000/10/16  01:22:46
21101         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
21102      Branch: perl
21103            ! pp.c pp_hot.c
21104 ____________________________________________________________________________
21105 [  7235] By: jhi                                   on 2000/10/15  16:24:44
21106         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
21107              
21108              From: Simon Cozens <simon@cozens.net>
21109              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
21110              Date: Sat, 14 Oct 2000 20:52:13 +0100
21111              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
21112      Branch: perl
21113            ! pp.c t/op/bop.t utf8.h
21114 ____________________________________________________________________________
21115 [  7234] By: jhi                                   on 2000/10/15  15:19:29
21116         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
21117              The problem was that rx->minlen was in chars while pp_split()
21118              thought it would be in bytes. 
21119      Branch: perl
21120            ! pp.c t/pragma/utf8.t
21121 ____________________________________________________________________________
21122 [  7233] By: jhi                                   on 2000/10/14  20:24:24
21123         Log: Document FNCASE=y as discussed in the bug 20000902.009.
21124      Branch: perl
21125            ! README.dos
21126 ____________________________________________________________________________
21127 [  7232] By: jhi                                   on 2000/10/14  18:52:21
21128         Log: Add test for bug id 20000427.003 (which seems to have
21129              been fixed) (also duplicate as 20000427.004, though
21130              with a higher severity).  Move one utf8 from op/append
21131              to pragma/utf8, tag the tests with bug ids.
21132      Branch: perl
21133            ! t/op/append.t t/pragma/utf8.t
21134 ____________________________________________________________________________
21135 [  7231] By: jhi                                   on 2000/10/14  17:28:37
21136         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
21137      Branch: perl
21138            ! t/pragma/utf8.t
21139 ____________________________________________________________________________
21140 [  7230] By: jhi                                   on 2000/10/14  14:24:50
21141         Log: Needs to be conditional on SunOS 4.
21142              
21143              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
21144              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21145              Date: Sat, 14 Oct 2000 13:37:49 +0100
21146              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
21147      Branch: metaconfig/U/perl
21148            ! End.U
21149      Branch: perl
21150            ! Configure myconfig.SH pod/perldelta.pod
21151 ____________________________________________________________________________
21152 [  7229] By: jhi                                   on 2000/10/14  00:49:22
21153         Log: Update Changes.
21154      Branch: perl
21155            ! Changes patchlevel.h
21156 ____________________________________________________________________________
21157 [  7228] By: jhi                                   on 2000/10/14  00:46:10
21158         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
21159              From: Peter Prymmer <pvhp@forte.com>
21160              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
21161              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
21162      Branch: perl
21163            ! lib/utf8.pm
21164 ____________________________________________________________________________
21165 [  7227] By: jhi                                   on 2000/10/13  23:20:30
21166         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
21167      Branch: perl
21168            ! t/op/tie.t
21169 ____________________________________________________________________________
21170 [  7226] By: jhi                                   on 2000/10/13  22:14:32
21171         Log: Tweak #7225.
21172              
21173              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
21174              From: Peter Prymmer <pvhp@forte.com>
21175              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
21176              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
21177      Branch: perl
21178            ! t/op/sprintf.t
21179 ____________________________________________________________________________
21180 [  7225] By: jhi                                   on 2000/10/13  22:11:31
21181         Log: op/sprintf.t patch for OS/390 (and any other host with limited
21182              floating-point exponent length)
21183              
21184              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
21185              From: Dominic Dunlop <domo@computer.org>
21186              Date: Fri, 13 Oct 2000 19:17:57 +0200
21187              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
21188      Branch: perl
21189            ! t/op/sprintf.t
21190 ____________________________________________________________________________
21191 [  7224] By: jhi                                   on 2000/10/13  18:40:48
21192         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
21193      Branch: perl
21194            ! toke.c
21195 ____________________________________________________________________________
21196 [  7223] By: jhi                                   on 2000/10/13  18:37:13
21197         Log: Thinko in #7222.
21198      Branch: perl
21199            ! utf8.c
21200 ____________________________________________________________________________
21201 [  7222] By: jhi                                   on 2000/10/13  18:05:23
21202         Log: Use UTF8SKIP(), from Simon Cozens.
21203      Branch: perl
21204            ! utf8.c
21205 ____________________________________________________________________________
21206 [  7221] By: jhi                                   on 2000/10/13  15:43:19
21207         Log: (accidentally empty check-in)
21208      Branch: perl
21209            ! utf8.c
21210 ____________________________________________________________________________
21211 [  7220] By: jhi                                   on 2000/10/13  15:23:51
21212         Log: Add (optimistically) Storable to static extensions.
21213      Branch: perl
21214            ! hints/uwin.sh hints/vmesa.sh
21215 ____________________________________________________________________________
21216 [  7219] By: jhi                                   on 2000/10/13  15:20:05
21217         Log: Amdahl UTS doesn't seem to do dynaloading.
21218      Branch: perl
21219            ! hints/uts.sh
21220 ____________________________________________________________________________
21221 [  7218] By: jhi                                   on 2000/10/13  15:15:20
21222         Log: Slight tweak of the code to appease Amdahl UTS cc.
21223      Branch: perl
21224            ! pp.c
21225 ____________________________________________________________________________
21226 [  7217] By: jhi                                   on 2000/10/13  14:50:42
21227         Log: In Amdahl UTS "struct sv" is defined by a system header,
21228              <ksync.h>.
21229      Branch: perl
21230            ! perl.h sv.h
21231 ____________________________________________________________________________
21232 [  7216] By: jhi                                   on 2000/10/13  11:58:25
21233         Log: Ilya implemented the memory profiling API.
21234      Branch: perl
21235            ! Todo
21236 ____________________________________________________________________________
21237 [  7215] By: jhi                                   on 2000/10/13  02:56:38
21238         Log: Subject: [PATCH 5.7.0] Perl API for mstats
21239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21240              Date: Thu, 12 Oct 2000 22:52:40 -0400
21241              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
21242      Branch: perl
21243            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
21244 ____________________________________________________________________________
21245 [  7214] By: jhi                                   on 2000/10/13  02:55:38
21246         Log: Subject: [PATCH 5.7.0] IVs in mtats
21247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21248              Date: Thu, 12 Oct 2000 22:51:04 -0400
21249              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
21250      Branch: perl
21251            ! malloc.c perl.h
21252 ____________________________________________________________________________
21253 [  7213] By: jhi                                   on 2000/10/13  02:31:47
21254         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
21255      Branch: perl
21256            ! pod/perldiag.pod pp_sys.c
21257 ____________________________________________________________________________
21258 [  7212] By: jhi                                   on 2000/10/13  01:27:38
21259         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
21260              From: Peter Prymmer <pvhp@forte.com>
21261              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
21262              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
21263      Branch: perl
21264            ! t/op/oct.t
21265 ____________________________________________________________________________
21266 [  7211] By: jhi                                   on 2000/10/13  00:35:09
21267         Log: Update Changes.
21268      Branch: perl
21269            ! Changes patchlevel.h
21270 ____________________________________________________________________________
21271 [  7210] By: jhi                                   on 2000/10/12  23:59:40
21272         Log: The Install.pm third of
21273              
21274              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21275              From: Bill Campbell <bill@celestial.com>
21276              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21277              Date: Thu, 5 Oct 2000 18:04:51 -0700
21278      Branch: perl
21279            ! lib/ExtUtils/Install.pm
21280 ____________________________________________________________________________
21281 [  7209] By: jhi                                   on 2000/10/12  23:58:43
21282         Log: Two thirds of
21283              
21284              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
21285              Date: Thu, 5 Oct 2000 18:04:51 -0700
21286              From: Bill Campbell <bill@celestial.com>
21287              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
21288              
21289              The Install.pm changes will be submitted separately because
21290              they need some work and discussion still.
21291      Branch: perl
21292            ! lib/getopts.pl lib/termcap.pl
21293 ____________________________________________________________________________
21294 [  7208] By: jhi                                   on 2000/10/12  23:41:19
21295         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
21296              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21297              Date:     Thu, 12 Oct 2000 07:30:02 EDT
21298              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
21299      Branch: perl
21300            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
21301            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
21302 ____________________________________________________________________________
21303 [  7207] By: jhi                                   on 2000/10/12  23:39:01
21304         Log: An updated EBCDIC tr patch.
21305              
21306              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
21307              From: Peter Prymmer <pvhp@forte.com>
21308              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
21309              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
21310      Branch: perl
21311            ! t/op/tr.t
21312 ____________________________________________________________________________
21313 [  7206] By: jhi                                   on 2000/10/12  23:34:55
21314         Log: Upgrade to CPAN 1.58, from Andreas König.
21315      Branch: perl
21316            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21317 ____________________________________________________________________________
21318 [  7205] By: jhi                                   on 2000/10/12  23:29:08
21319         Log: Introduce the man[24-8] variables, from Andy Dougherty.
21320      Branch: metaconfig/U/perl
21321            + mandirs.U mandirstyle.U
21322      Branch: perl
21323            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21324            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
21325            ! vos/config.h vos/config.pl vos/config_h.SH_orig
21326            ! win32/config.bc win32/config.gc win32/config.vc
21327 ____________________________________________________________________________
21328 [  7204] By: gsar                                  on 2000/10/12  18:11:24
21329         Log: restore change#7202
21330      Branch: perl
21331            ! mg.c
21332 ____________________________________________________________________________
21333 [  7203] By: gsar                                  on 2000/10/12  18:09:40
21334         Log: another test of the Emergency Broadcast System--back out 
21335              change#7202
21336      Branch: perl
21337            ! mg.c
21338 ____________________________________________________________________________
21339 [  7202] By: gsar                                  on 2000/10/12  16:40:47
21340         Log: (submitted on behalf of Jarkko)
21341              Fix the lib/encode.t subtest 6 failure as reported by Andreas
21342              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
21343              was unearthed by change 7182, as was a bug in HTML::Entities.
21344      Branch: perl
21345            ! mg.c
21346 ____________________________________________________________________________
21347 [  7201] By: jhi                                   on 2000/10/11  03:16:05
21348         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
21349      Branch: perl
21350            ! pp_hot.c t/pragma/utf8.t
21351 ____________________________________________________________________________
21352 [  7200] By: jhi                                   on 2000/10/11  00:40:30
21353         Log: The #7198 was a false alarm.
21354      Branch: perl
21355            ! pp_hot.c
21356 ____________________________________________________________________________
21357 [  7199] By: jhi                                   on 2000/10/11  00:26:04
21358         Log: Remove duplicated code.
21359      Branch: perl
21360            ! t/lib/cgi-html.t
21361 ____________________________________________________________________________
21362 [  7198] By: jhi                                   on 2000/10/10  23:30:46
21363         Log: (Retracted by #7200.)
21364      Branch: perl
21365            ! pp_hot.c
21366 ____________________________________________________________________________
21367 [  7197] By: jhi                                   on 2000/10/10  21:49:30
21368         Log: Add the test case for #7190, from the original bug report
21369              by Andreas König.
21370      Branch: perl
21371            ! t/pragma/utf8.t
21372 ____________________________________________________________________________
21373 [  7196] By: jhi                                   on 2000/10/10  21:40:49
21374         Log: Reapply Andy's patch and regen Configure.
21375      Branch: perl
21376            ! Configure INSTALL Makefile.SH Porting/Glossary
21377            ! Porting/config.sh config_h.SH epoc/config.sh installperl
21378            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
21379            ! win32/config.vc
21380 ____________________________________________________________________________
21381 [  7195] By: jhi                                   on 2000/10/10  21:09:30
21382         Log: Use the versiononly instead of the installscripts,
21383              retract the changes 7146 and 7147.
21384      Branch: perl
21385            ! Configure INSTALL Makefile.SH Porting/Glossary
21386            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
21387            ! installperl uconfig.sh vos/config.def win32/config.bc
21388            ! win32/config.gc win32/config.vc
21389 ____________________________________________________________________________
21390 [  7194] By: jhi                                   on 2000/10/10  21:06:15
21391         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
21392              From: Peter Prymmer <pvhp@forte.com>
21393              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
21394              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
21395      Branch: perl
21396            ! t/op/ver.t
21397 ____________________________________________________________________________
21398 [  7193] By: jhi                                   on 2000/10/10  21:05:12
21399         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
21400              From: Peter Prymmer <pvhp@forte.com>
21401              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
21402              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
21403      Branch: perl
21404            ! t/op/tr.t
21405 ____________________________________________________________________________
21406 [  7192] By: jhi                                   on 2000/10/10  20:57:30
21407         Log: Add versiononly, delete installscripts, from Andy Dougherty.
21408      Branch: metaconfig
21409            - U/installdirs/installscripts.U
21410      Branch: metaconfig/U/perl
21411            + versiononly.U
21412 ____________________________________________________________________________
21413 [  7191] By: jhi                                   on 2000/10/10  19:41:21
21414         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
21415              From: Peter Prymmer <pvhp@forte.com>
21416              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
21417              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
21418      Branch: perl
21419            ! pod/perlebcdic.pod
21420 ____________________________________________________________________________
21421 [  7190] By: jhi                                   on 2000/10/10  19:26:14
21422         Log: Subject: Re: utf8 concat, mg_get
21423              From: Simon Cozens <simon@cozens.net>
21424              Date: Tue, 10 Oct 2000 17:40:17 +0100
21425              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
21426      Branch: perl
21427            ! pp_hot.c
21428 ____________________________________________________________________________
21429 [  7189] By: jhi                                   on 2000/10/10  19:23:03
21430         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
21431              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
21432              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
21433              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
21434      Branch: perl
21435            ! lib/ExtUtils/MM_Unix.pm
21436 ____________________________________________________________________________
21437 [  7188] By: jhi                                   on 2000/10/10  15:31:24
21438         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
21439              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
21440              Date: Fri, 14 Jul 2000 10:47:36 +0100
21441              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
21442      Branch: perl
21443            ! README.win32
21444 ____________________________________________________________________________
21445 [  7187] By: jhi                                   on 2000/10/10  13:30:10
21446         Log: Quote the temp file name, needed in Win32 because the
21447              default name unfortunately contains spaces, shouldn't
21448              hurt elsewhere.
21449              
21450              Subject: FW: perldoc fails if $TEMP contains spaces
21451              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
21452              Date: Thu, 14 Sep 2000 08:58:45 +0100
21453              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
21454      Branch: perl
21455            ! utils/perldoc.PL
21456 ____________________________________________________________________________
21457 [  7186] By: jhi                                   on 2000/10/10  13:16:27
21458         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
21459              From: hv@hugo.hybyte.com
21460              Date: Tue, 10 Oct 2000 14:10:20 +0100
21461              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
21462      Branch: perl
21463            ! t/lib/thr5005.t util.c
21464 ____________________________________________________________________________
21465 [  7185] By: jhi                                   on 2000/10/10  12:06:22
21466         Log: Upgrade to podlators 1.04, from Russ Allbery.
21467      Branch: perl
21468            ! lib/Pod/Man.pm lib/Pod/Text.pm
21469 ____________________________________________________________________________
21470 [  7184] By: jhi                                   on 2000/10/10  12:01:32
21471         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
21472      Branch: perl
21473            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
21474 ____________________________________________________________________________
21475 [  7183] By: jhi                                   on 2000/10/09  23:47:15
21476         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
21477              From: Peter Prymmer <pvhp@forte.com>
21478              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
21479              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
21480      Branch: perl
21481            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
21482 ____________________________________________________________________________
21483 [  7182] By: jhi                                   on 2000/10/09  23:43:16
21484         Log: Make eq work again with utf8 (disabling the upgrading
21485              should no more be necessary since the copies of the
21486              scalars are upgraded, not the scalars themselves).
21487              Takes care of ID 20001009.001.  (The claimed length()
21488              bug in 20001009.001 seems bogus to me.)
21489      Branch: perl
21490            ! sv.c t/pragma/utf8.t
21491 ____________________________________________________________________________
21492 [  7181] By: gsar                                  on 2000/10/09  19:41:54
21493         Log: tweak for change#7173
21494      Branch: perl
21495            ! win32/win32sck.c
21496 ____________________________________________________________________________
21497 [  7180] By: gsar                                  on 2000/10/09  19:26:56
21498         Log: on Windows, clean targets might not work under some flavors of the shell
21499      Branch: perl
21500            ! win32/Makefile win32/makefile.mk
21501 ____________________________________________________________________________
21502 [  7179] By: jhi                                   on 2000/10/09  19:21:02
21503         Log: Update Changes.
21504      Branch: perl
21505            ! Changes patchlevel.h
21506 ____________________________________________________________________________
21507 [  7178] By: jhi                                   on 2000/10/09  19:18:23
21508         Log: Warn about unknown scripts.
21509              
21510              Subject: Re: ideas? patches? [PATCH bleadperl]
21511              From: Dominic Dunlop <domo@computer.org>
21512              Date: Mon, 9 Oct 2000 14:57:17 +0200
21513              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
21514      Branch: perl
21515            ! lib/charnames.pm
21516 ____________________________________________________________________________
21517 [  7177] By: jhi                                   on 2000/10/09  19:13:27
21518         Log: Change #7160 had a nasty typo.
21519      Branch: metaconfig
21520            ! U/compline/Compile.U
21521      Branch: perl
21522            ! Configure config_h.SH
21523 ____________________________________________________________________________
21524 [  7176] By: gsar                                  on 2000/10/09  18:59:33
21525         Log: pod nit
21526      Branch: perl
21527            ! pod/perlport.pod
21528 ____________________________________________________________________________
21529 [  7175] By: gsar                                  on 2000/10/09  18:54:28
21530         Log: Windows9x doesn't support link(), despite what Config.pm
21531              might think
21532      Branch: perl
21533            ! lib/ExtUtils/Manifest.pm
21534 ____________________________________________________________________________
21535 [  7174] By: gsar                                  on 2000/10/09  18:50:03
21536         Log: avoid nonportable example code
21537      Branch: perl
21538            ! lib/File/Copy.pm
21539 ____________________________________________________________________________
21540 [  7173] By: gsar                                  on 2000/10/09  18:46:54
21541         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
21542              being used) when closing a socket handle
21543      Branch: perl
21544            ! win32/win32.c win32/win32.h win32/win32sck.c
21545 ____________________________________________________________________________
21546 [  7172] By: gsar                                  on 2000/10/09  18:41:40
21547         Log: on Windows, cwd strings in the environment should be of the
21548              form =X:=X:\foo instead of =X=X:\foo\
21549      Branch: perl
21550            ! win32/vdir.h
21551 ____________________________________________________________________________
21552 [  7171] By: gsar                                  on 2000/10/09  18:30:09
21553         Log: on Windows, LoadLibrary() could load an extension DLL multiple
21554              times if forward slashes are used in the path
21555      Branch: perl
21556            ! win32/win32.c
21557 ____________________________________________________________________________
21558 [  7170] By: jhi                                   on 2000/10/09  17:53:59
21559         Log: Add a todo note about overloadable assertions.
21560      Branch: perl
21561            ! Todo-5.6
21562 ____________________________________________________________________________
21563 [  7169] By: jhi                                   on 2000/10/09  13:43:45
21564         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
21565              From: mjd@plover.com
21566              Date: 9 Oct 2000 00:24:44 -0000
21567              Message-ID: <20001009002444.10616.qmail@plover.com>
21568      Branch: perl
21569            ! pod/perldebguts.pod
21570 ____________________________________________________________________________
21571 [  7168] By: nick                                  on 2000/10/08  13:16:33
21572         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
21573              is not right thing to do on (e.g. x86). Network order is also "right" for
21574              X fonts.
21575      Branch: perl
21576            ! ext/Encode/Encode.pm
21577 ____________________________________________________________________________
21578 [  7167] By: nick                                  on 2000/10/08  12:54:42
21579         Log: Make "encodings" work post-install when Encode/*.enc files may not
21580              be in same directory as Encode.pm
21581      Branch: perl
21582            ! ext/Encode/Encode.pm
21583 ____________________________________________________________________________
21584 [  7166] By: nick                                  on 2000/10/08  11:51:26
21585         Log: Work round the fact that $hash->{$key} does not take into account
21586              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
21587              so that key is always in the "expected" encoding - i.e. same way we put
21588              it in the hash.
21589      Branch: perl
21590            ! ext/Encode/Encode.pm
21591 ____________________________________________________________________________
21592 [  7165] By: gsar                                  on 2000/10/08  04:15:29
21593         Log: save_re_context() could reset PL_curcop to freed memory, causing core
21594              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
21595      Branch: perl
21596            ! pp_ctl.c
21597 ____________________________________________________________________________
21598 [  7164] By: jhi                                   on 2000/10/06  20:51:48
21599         Log: UTF8ize split() so that the cloned substrings get the UTF8
21600              flag of the original scalar.  Problem reported by Simon Cozens.
21601      Branch: perl
21602            ! pp.c t/pragma/utf8.t
21603 ____________________________________________________________________________
21604 [  7163] By: nick                                  on 2000/10/06  20:48:34
21605         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
21606              got a false +ve and so did not reach code which would have un-FAKEd the SV.
21607      Branch: perl
21608            ! sv.c
21609 ____________________________________________________________________________
21610 [  7162] By: nick                                  on 2000/10/06  20:25:37
21611         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
21612              To fix  (sort {$a <=> $b} keys %hash) in particular but
21613              should cover a number of other as-yet-unknown cases as well.
21614      Branch: perl
21615            ! sv.c
21616 ____________________________________________________________________________
21617 [  7161] By: jhi                                   on 2000/10/06  19:56:18
21618         Log: Change the version number of Tie::Handle in the core to 4.0,
21619              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
21620              
21621              Subject: Note on Tie::Handle
21622              From: andreas.koenig@anima.de (Andreas J. Koenig)
21623              Date:      06 Oct 2000 21:48:58 +0200
21624              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
21625      Branch: perl
21626            ! lib/Tie/Handle.pm
21627 ____________________________________________________________________________
21628 [  7160] By: jhi                                   on 2000/10/06  18:20:35
21629         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
21630              as the first option of cc/ld because of ultrapicky compilers
21631              (e.g. OS/390 R2.5)
21632      Branch: metaconfig
21633            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
21634            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
21635            ! U/compline/orderlib.U U/modified/Cppsym.U
21636            ! U/modified/d_access.U
21637      Branch: metaconfig/U/perl
21638            ! Checkcc.U d_dlsymun.U gccvers.U
21639      Branch: perl
21640            ! Configure config_h.SH
21641 ____________________________________________________________________________
21642 [  7159] By: jhi                                   on 2000/10/06  13:56:39
21643         Log: Update Changes.
21644      Branch: perl
21645            ! Changes patchlevel.h
21646 ____________________________________________________________________________
21647 [  7158] By: jhi                                   on 2000/10/06  12:48:40
21648         Log: Eliminate $Is_VMS code from the test.
21649              
21650              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
21651              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21652              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
21653              Date:     Thu, 5 Oct 2000 07:46:33 EDT
21654      Branch: perl
21655            ! t/lib/b.t
21656 ____________________________________________________________________________
21657 [  7157] By: jhi                                   on 2000/10/06  12:47:13
21658         Log: Also the $ccflags is needed for the C compiler check.
21659              
21660              Subject: Configure (check for C-compiler)
21661              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21662              Date: Fri, 06 Oct 2000 08:47:15 +0200
21663              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
21664      Branch: metaconfig/U/perl
21665            ! Checkcc.U
21666      Branch: perl
21667            ! Configure config_h.SH
21668 ____________________________________________________________________________
21669 [  7156] By: jhi                                   on 2000/10/06  11:45:15
21670         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
21671      Branch: perl
21672            ! perl.c pp_ctl.c sv.h utf8.c
21673 ____________________________________________________________________________
21674 [  7155] By: jhi                                   on 2000/10/06  11:40:41
21675         Log: IO::Handle->syswrite() did not handle length omission
21676              like CORE::syswrite() does.
21677              
21678              Subject: [Fwd] IO::Handle, syswrite and arguments
21679              From: Graham Barr <gbarr@pobox.com>
21680              Date: Fri, 6 Oct 2000 10:22:05 +0100
21681              Message-ID: <20001006102205.U6312@pobox.com>
21682              
21683              The original patch from andrew@ugh.net.au.
21684      Branch: perl
21685            ! ext/IO/lib/IO/Handle.pm
21686 ____________________________________________________________________________
21687 [  7154] By: jhi                                   on 2000/10/06  01:42:15
21688         Log: Tweak #7153.
21689      Branch: perl
21690            ! utf8.h
21691 ____________________________________________________________________________
21692 [  7153] By: jhi                                   on 2000/10/06  00:39:55
21693         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
21694      Branch: perl
21695            ! utf8.h
21696 ____________________________________________________________________________
21697 [  7152] By: jhi                                   on 2000/10/06  00:38:11
21698         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
21699      Branch: perl
21700            ! perl.c pp_ctl.c sv.h utf8.c
21701 ____________________________________________________________________________
21702 [  7151] By: jhi                                   on 2000/10/06  00:36:38
21703         Log: Subject: Re: Questions about Tie::Array and perl modules
21704              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21705              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
21706              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
21707              
21708              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
21709      Branch: perl
21710            ! lib/Tie/Array.pm t/op/array.t
21711 ____________________________________________________________________________
21712 [  7150] By: jhi                                   on 2000/10/05  00:20:45
21713         Log: Regen Changes.
21714      Branch: perl
21715            ! Changes patchlevel.h
21716 ____________________________________________________________________________
21717 [  7149] By: jhi                                   on 2000/10/05  00:20:01
21718         Log: Regen toc.
21719      Branch: perl
21720            ! pod/perltoc.pod
21721 ____________________________________________________________________________
21722 [  7148] By: jhi                                   on 2000/10/04  23:35:08
21723         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
21724              reported several times by Dominic Dunlop, for example in
21725              ID 20000315.008.  Patch from Dominic.  Patch affects at
21726              least MachTen, and possibly other oldish BSDs. Should not
21727              break non-broken platforms (tested on LinuxPPC). 
21728      Branch: perl
21729            ! doio.c
21730 ____________________________________________________________________________
21731 [  7147] By: jhi                                   on 2000/10/04  23:26:34
21732         Log: The one that got away from 7146.
21733      Branch: metaconfig
21734            + U/installdirs/installscripts.U
21735 ____________________________________________________________________________
21736 [  7146] By: jhi                                   on 2000/10/04  23:25:04
21737         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
21738              suggested by H. Merijn Brand.
21739      Branch: perl
21740            ! Configure INSTALL Makefile.SH Porting/Glossary
21741            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
21742            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
21743            ! win32/config.vc
21744 ____________________________________________________________________________
21745 [  7145] By: jhi                                   on 2000/10/04  22:08:21
21746         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
21747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21748              Date: Wed, 4 Oct 2000 17:37:46 -0400
21749              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
21750      Branch: perl
21751            ! utils/h2xs.PL
21752 ____________________________________________________________________________
21753 [  7144] By: jhi                                   on 2000/10/04  18:11:41
21754         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
21755              From: Jeff Pinyan <jeffp@crusoe.net>
21756              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
21757              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
21758      Branch: perl
21759            ! pod/perlrun.pod
21760 ____________________________________________________________________________
21761 [  7143] By: jhi                                   on 2000/10/04  18:09:58
21762         Log: Subject: perlhack.pod Patch for Externals Tools
21763              From: Fisher Mark <fisherm@tce.com>
21764              Date: Tue, 3 Oct 2000 15:43:27 -0500 
21765              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
21766      Branch: perl
21767            ! pod/perlhack.pod
21768 ____________________________________________________________________________
21769 [  7142] By: jhi                                   on 2000/10/04  18:08:41
21770         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
21771              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21772              Date:     Wed, 4 Oct 2000 12:11:11 EDT
21773              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
21774      Branch: perl
21775            ! vms/vms.c
21776 ____________________________________________________________________________
21777 [  7141] By: jhi                                   on 2000/10/04  12:20:16
21778         Log: Subject: [PATCH 5.7.0] h2xs not working
21779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21780              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
21781              Date: Tue, 3 Oct 2000 21:43:01 -0400
21782              
21783              Subject: [PATCH 5.7.0] h2xs not documenting the created module
21784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21785              Date: Tue, 3 Oct 2000 22:55:19 -0400
21786              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
21787      Branch: perl
21788            ! utils/h2xs.PL
21789 ____________________________________________________________________________
21790 [  7140] By: jhi                                   on 2000/10/04  11:53:44
21791         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
21792              From: nick@babyhippo.com
21793              Date: Wed, 4 Oct 2000 12:06:45 +0100
21794              Message-Id: <20001004120645.A7356@babyhippo.com>
21795              
21796              Retract 7118 and 7135.
21797      Branch: perl
21798            ! installman installperl op.c t/pragma/subs.t
21799 ____________________________________________________________________________
21800 [  7139] By: jhi                                   on 2000/10/03  22:09:41
21801         Log: It is possible to have no hosts database at all.  Pointed out in
21802              
21803              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
21804              From: Peter Prymmer <pvhp@forte.com>
21805              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
21806              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
21807      Branch: metaconfig
21808            ! U/modified/myhostname.U
21809      Branch: perl
21810            ! Configure config_h.SH
21811 ____________________________________________________________________________
21812 [  7138] By: jhi                                   on 2000/10/03  21:49:49
21813         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
21814              From: Peter Prymmer <pvhp@forte.com>
21815              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
21816              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
21817      Branch: perl
21818            ! pp_sys.c
21819 ____________________________________________________________________________
21820 [  7137] By: jhi                                   on 2000/10/03  20:10:05
21821         Log: One remaining nit less at the VMS mailbox sizing.
21822      Branch: perl
21823            ! vms/vms.c
21824 ____________________________________________________________________________
21825 [  7136] By: jhi                                   on 2000/10/03  20:08:47
21826         Log: Test harness update to sync with the new perlcc,
21827              from Simon Cozens.
21828      Branch: perl
21829            ! t/TEST t/UTEST
21830 ____________________________________________________________________________
21831 [  7135] By: jhi                                   on 2000/10/03  15:15:42
21832         Log: Subject: Re: PATCH for 20001003.004
21833              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
21834              From: "AARON B. DOSSETT" <aaron@iglou.com>
21835              Message-Id: <E13gTay-0006od-00@iglou.com>
21836      Branch: perl
21837            ! installman installperl
21838 ____________________________________________________________________________
21839 [  7134] By: jhi                                   on 2000/10/03  15:00:34
21840         Log: Subject: [ID 20001003.006] B::Debug not -w clean
21841              From: Nicholas Clark <nick@babyhippo.co.uk>
21842              Date: Tue, 03 Oct 2000 15:46:32 +0100
21843              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
21844      Branch: perl
21845            ! ext/B/B/Debug.pm
21846 ____________________________________________________________________________
21847 [  7133] By: jhi                                   on 2000/10/03  14:58:39
21848         Log: Scale down the VMS message boxes, by Charles Lane.
21849              Fix for ID 20000903.009, workaround at
21850              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
21851      Branch: perl
21852            ! vms/vms.c
21853 ____________________________________________________________________________
21854 [  7132] By: jhi                                   on 2000/10/03  11:20:37
21855         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
21856      Branch: perl
21857            + t/lib/st-lock.t t/lib/st-utf8.t
21858            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
21859            ! ext/Storable/Storable.xs t/lib/st-recurse.t
21860 ____________________________________________________________________________
21861 [  7131] By: jhi                                   on 2000/10/03  03:38:23
21862         Log: Encode nits.
21863      Branch: perl
21864            ! MANIFEST Makefile.SH
21865 ____________________________________________________________________________
21866 [  7130] By: jhi                                   on 2000/10/03  03:31:05
21867         Log: Update Changes.
21868      Branch: perl
21869            ! Changes patchlevel.h
21870 ____________________________________________________________________________
21871 [  7129] By: jhi                                   on 2000/10/03  02:24:02
21872         Log: Misplaced else.
21873      Branch: metaconfig/U/perl
21874            ! d_strtoll.U
21875      Branch: perl
21876            ! Configure config_h.SH
21877 ____________________________________________________________________________
21878 [  7128] By: jhi                                   on 2000/10/03  02:08:29
21879         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
21880              From: sthoenna@efn.org
21881              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
21882              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
21883      Branch: metaconfig/U/perl
21884            ! d_strtoll.U
21885      Branch: perl
21886            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
21887 ____________________________________________________________________________
21888 [  7127] By: jhi                                   on 2000/10/03  01:13:14
21889         Log: Update Changes.
21890      Branch: perl
21891            ! Changes patchlevel.h
21892 ____________________________________________________________________________
21893 [  7126] By: jhi                                   on 2000/10/03  00:57:08
21894         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
21895              as suggested by Olaf Flebbe and Nick Clark.
21896      Branch: perl
21897            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
21898 ____________________________________________________________________________
21899 [  7125] By: jhi                                   on 2000/10/03  00:50:56
21900         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
21901              From: Nick Clark <nick@plum.flirble.org>
21902              Date: Mon, 2 Oct 2000 11:03:24 +0100
21903              Message-Id: <20001002110324.D20073@plum.flirble.org>
21904              
21905              Also fixes bug ID 20001002.005.
21906      Branch: perl
21907            ! t/lib/encode.t
21908 ____________________________________________________________________________
21909 [  7124] By: jhi                                   on 2000/10/03  00:34:59
21910         Log: Subject: [PATCH 5.7.0] Epoc update
21911              From: Olaf Flebbe <o.flebbe@gmx.de>
21912              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
21913              Message-ID: <26423.969484586@www10.gmx.net>
21914      Branch: perl
21915            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
21916            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
21917            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
21918            ! util.c util.h
21919 ____________________________________________________________________________
21920 [  7123] By: jhi                                   on 2000/10/03  00:30:07
21921         Log: Regen headers.
21922      Branch: perl
21923            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
21924 ____________________________________________________________________________
21925 [  7122] By: jhi                                   on 2000/10/03  00:10:48
21926         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
21927      Branch: perl
21928            ! hints/openbsd.sh
21929 ____________________________________________________________________________
21930 [  7121] By: jhi                                   on 2000/10/03  00:05:06
21931         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
21932              From: <abigail@foad.org>
21933              Date: Tue, 26 Sep 2000 13:36:14 -0400
21934              Message-ID: <20000926173614.4356.qmail@foad.org>
21935      Branch: perl
21936            ! pod/perlop.pod
21937 ____________________________________________________________________________
21938 [  7120] By: jhi                                   on 2000/10/03  00:04:00
21939         Log: Inside require() $^S was always left undefined.
21940              
21941              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
21942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21943              Date: Wed, 27 Sep 2000 18:54:49 -0400
21944              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
21945      Branch: perl
21946            ! cop.h mg.c pp_ctl.c util.c
21947 ____________________________________________________________________________
21948 [  7119] By: jhi                                   on 2000/10/03  00:00:16
21949         Log: Subject: [PATCH] DLL not restartabke with threaded perl
21950              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
21951              Date: Thu, 28 Sep 2000 09:20:46 +0100
21952              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
21953      Branch: perl
21954            ! perl.c
21955 ____________________________________________________________________________
21956 [  7118] By: jhi                                   on 2000/10/02  23:59:20
21957         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
21958              From: Nicholas Clark <nick@ccl4.org>
21959              Date: Thu, 28 Sep 2000 11:52:24 +0100
21960              Message-ID: <20000928115224.D7924@plum.flirble.org>
21961      Branch: perl
21962            ! op.c
21963 ____________________________________________________________________________
21964 [  7117] By: jhi                                   on 2000/10/02  23:57:51
21965         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
21966              From: Nicholas Clark <nick@babyhippo.co.uk>
21967              Date: Thu, 28 Sep 2000 12:18:10 +0100
21968              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
21969              
21970              Did not apply cleanly, manual intervention was needed.
21971      Branch: perl
21972            ! ext/B/B/Bytecode.pm utils/perlcc.PL
21973 ____________________________________________________________________________
21974 [  7116] By: jhi                                   on 2000/10/02  23:50:40
21975         Log: Document the issue (is not a syntax error, kind of)
21976              
21977              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
21978              From: Nicholas Clark <nick@ccl4.org>
21979              Date: Thu, 28 Sep 2000 17:12:42 +0100
21980              Message-ID: <20000928171242.K7924@plum.flirble.org>
21981      Branch: perl
21982            ! pod/perldata.pod
21983 ____________________________________________________________________________
21984 [  7115] By: jhi                                   on 2000/10/02  23:48:58
21985         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
21986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21987              Date: Thu, 28 Sep 2000 21:55:31 -0400
21988              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
21989      Branch: perl
21990            ! regexec.c
21991 ____________________________________________________________________________
21992 [  7114] By: jhi                                   on 2000/10/02  23:47:57
21993         Log: Subject: DOC PATCH 5.6.0
21994              From: mjd@plover.com
21995              Date: 30 Sep 2000 06:02:34 -0000
21996              Message-ID: <20000930060234.4559.qmail@plover.com>
21997      Branch: perl
21998            ! pod/perldebguts.pod
21999 ____________________________________________________________________________
22000 [  7113] By: jhi                                   on 2000/10/02  23:46:43
22001         Log: SOCK_DGRAM and listen() do not mix as reported in
22002              
22003              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
22004              From: Petter Reinholdtsen <pere@hungry.com>
22005              Date: Sun, 1 Oct 2000 10:57:20 +0800
22006              Message-Id: <200010010257.KAA05735@localhost.localdomain>
22007              
22008              The patch for 5.7.0+ had to be reengineered, though.
22009      Branch: perl
22010            ! ext/IO/lib/IO/Socket/UNIX.pm
22011 ____________________________________________________________________________
22012 [  7112] By: jhi                                   on 2000/10/02  23:36:57
22013         Log: Subject: Re: [PATCH 5.005_64 missed]
22014              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22015              Date: Sun, 1 Oct 2000 18:50:10 -0400
22016              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
22017      Branch: perl
22018            ! pod/perlxs.pod
22019 ____________________________________________________________________________
22020 [  7111] By: jhi                                   on 2000/10/02  23:35:40
22021         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
22022              From: Radu Greab <radu@netsoft.ro>
22023              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
22024              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
22025      Branch: perl
22026            ! op.c opcode.pl t/op/substr.t
22027 ____________________________________________________________________________
22028 [  7110] By: jhi                                   on 2000/10/02  23:32:38
22029         Log: Subject: [PATCH] Fix aliasing of tied filehandles
22030              From: Daniel Chetlin <daniel@chetlin.com>
22031              Date: Mon, 2 Oct 2000 14:53:27 -0700
22032              Message-ID: <20001002145327.C1617@ilmd>
22033      Branch: perl
22034            ! perl.h pp_hot.c t/op/tiehandle.t
22035 ____________________________________________________________________________
22036 [  7109] By: jhi                                   on 2000/10/02  23:31:30
22037         Log: s/Robin Parker/Robin Barker/
22038      Branch: perl
22039            ! Changes5.6
22040 ____________________________________________________________________________
22041 [  7108] By: jhi                                   on 2000/10/02  23:15:46
22042         Log: Retract #7091 as suggested in
22043              
22044              From: Robin Barker <rmb1@cise.npl.co.uk> 
22045              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
22046              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
22047              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
22048      Branch: perl
22049            ! embed.pl proto.h
22050 ____________________________________________________________________________
22051 [  7107] By: nick                                  on 2000/10/02  18:23:14
22052         Log: A few tweaks to get Tk803 to work with Encode scheme.
22053      Branch: perl
22054            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
22055 ____________________________________________________________________________
22056 [  7106] By: nick                                  on 2000/10/01  21:34:14
22057         Log: Add checking cases to Encode's toUnicode and fromUnicode.
22058      Branch: perl
22059            ! ext/Encode/Encode.pm
22060 ____________________________________________________________________________
22061 [  7105] By: nick                                  on 2000/10/01  17:18:01
22062         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
22063              To read and use them.
22064              Add a lib/encode.t which checks a few things.
22065      Branch: perl
22066            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
22067            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
22068            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
22069            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
22070            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
22071            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
22072            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
22073            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
22074            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
22075            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
22076            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
22077            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
22078            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
22079            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
22080            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
22081            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
22082            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
22083            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
22084            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
22085            + ext/Encode/Encode/iso2022-jp.enc
22086            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
22087            + ext/Encode/Encode/iso8859-1.enc
22088            + ext/Encode/Encode/iso8859-2.enc
22089            + ext/Encode/Encode/iso8859-3.enc
22090            + ext/Encode/Encode/iso8859-4.enc
22091            + ext/Encode/Encode/iso8859-5.enc
22092            + ext/Encode/Encode/iso8859-6.enc
22093            + ext/Encode/Encode/iso8859-7.enc
22094            + ext/Encode/Encode/iso8859-8.enc
22095            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
22096            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
22097            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
22098            + ext/Encode/Encode/macCentEuro.enc
22099            + ext/Encode/Encode/macCroatian.enc
22100            + ext/Encode/Encode/macCyrillic.enc
22101            + ext/Encode/Encode/macDingbats.enc
22102            + ext/Encode/Encode/macGreek.enc
22103            + ext/Encode/Encode/macIceland.enc
22104            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
22105            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
22106            + ext/Encode/Encode/macTurkish.enc
22107            + ext/Encode/Encode/macUkraine.enc
22108            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
22109            + t/lib/encode.t
22110            ! MANIFEST ext/Encode/Encode.pm
22111 ____________________________________________________________________________
22112 [  7104] By: nick                                  on 2000/09/30  13:04:30
22113         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
22114              From: Daniel Chetlin <daniel@chetlin.com>
22115              Date: Mon, 18 Sep 2000 05:05:40 -0700
22116              Message-Id: <20000918050540.C652@ilmd>
22117      Branch: perl
22118            ! lib/overload.pm sv.c t/pragma/overload.t
22119 ____________________________________________________________________________
22120 [  7103] By: nick                                  on 2000/09/30  12:53:36
22121         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
22122              From: Johan Vromans <jvromans@squirrel.nl>
22123              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
22124              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
22125      Branch: perl
22126            ! pod/Makefile.SH
22127 ____________________________________________________________________________
22128 [  7102] By: nick                                  on 2000/09/30  12:52:31
22129         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
22130              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22131              Date: Sat, 16 Sep 2000 16:36:45 -0400
22132              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
22133      Branch: perl
22134            ! ext/B/B/Deparse.pm
22135 ____________________________________________________________________________
22136 [  7101] By: nick                                  on 2000/09/30  12:51:41
22137         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
22138              From: Craig A. Berry <craig.berry@psinetcs.com>
22139              Date: Sat, 16 Sep 2000 10:11:10 -0500
22140              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
22141      Branch: perl
22142            ! vms/vms.c
22143 ____________________________________________________________________________
22144 [  7100] By: nick                                  on 2000/09/30  12:50:33
22145         Log: Subject: Re: unicode support and perl [ID 20000901.097]
22146              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22147              Date: Fri, 15 Sep 2000 16:37:58 -0400
22148              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
22149      Branch: perl
22150            ! t/op/append.t
22151 ____________________________________________________________________________
22152 [  7099] By: nick                                  on 2000/09/30  12:49:35
22153         Log: Subject: Re: unicode support and perl [ID 20000901.097]
22154              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22155              Date: Fri, 15 Sep 2000 16:25:30 -0400
22156              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
22157      Branch: perl
22158            ! pp_hot.c
22159 ____________________________________________________________________________
22160 [  7098] By: nick                                  on 2000/09/30  12:48:00
22161         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
22162              From: Gisle Aas <gisle@ActiveState.com>
22163              Date: 15 Sep 2000 16:23:41 +0200
22164              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
22165      Branch: perl
22166            ! toke.c
22167 ____________________________________________________________________________
22168 [  7097] By: nick                                  on 2000/09/30  12:45:16
22169         Log: Subject: [PATCH] Nits in perlmod.pod
22170              From: Daniel Chetlin <daniel@chetlin.com>
22171              Date: Fri, 15 Sep 2000 02:04:09 -0700
22172              Message-Id: <20000915020409.A2104@ilmd>
22173      Branch: perl
22174            ! pod/perlmod.pod
22175 ____________________________________________________________________________
22176 [  7096] By: nick                                  on 2000/09/30  12:18:00
22177         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
22178              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
22179              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
22180              0 to checking to get the warning.
22181      Branch: perl
22182            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
22183            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
22184            ! regexec.c sv.c toke.c utf8.c
22185 ____________________________________________________________________________
22186 [  7095] By: nick                                  on 2000/09/15  16:55:59
22187         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
22188              
22189              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
22190              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22191              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
22192              Date: Fri, 15 Sep 2000 06:37:30 -0400
22193      Branch: perl
22194            ! ext/Encode/Encode.xs sv.c
22195 ____________________________________________________________________________
22196 [  7094] By: jhi                                   on 2000/09/15  03:23:32
22197         Log: Update Changes.
22198      Branch: perl
22199            ! Changes patchlevel.h
22200 ____________________________________________________________________________
22201 [  7093] By: jhi                                   on 2000/09/15  03:11:44
22202         Log: Fix for the charnames.t failures from Spider Boardman.
22203      Branch: perl
22204            ! toke.c
22205 ____________________________________________________________________________
22206 [  7092] By: jhi                                   on 2000/09/15  00:15:48
22207         Log: Botched the #7090 check-in.
22208      Branch: perl
22209            ! sv.c
22210 ____________________________________________________________________________
22211 [  7091] By: jhi                                   on 2000/09/14  23:33:24
22212         Log: Part of #7081 didn't come through.
22213      Branch: perl
22214            ! embed.pl proto.h
22215 ____________________________________________________________________________
22216 [  7090] By: jhi                                   on 2000/09/14  23:17:39
22217         Log: Subject: Re: perl@7078 
22218              From: Spider Boardman <spider@web.zk3.dec.com>
22219              Date: Thu, 14 Sep 2000 19:06:36 -0400
22220              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
22221      Branch: perl
22222            ! sv.c toke.c
22223 ____________________________________________________________________________
22224 [  7089] By: jhi                                   on 2000/09/14  23:11:21
22225         Log: Small portability tweaks.
22226      Branch: perl
22227            ! ext/Encode/Encode.xs
22228 ____________________________________________________________________________
22229 [  7088] By: jhi                                   on 2000/09/14  22:57:23
22230         Log: Fake return to pacify picky compilers.
22231      Branch: perl
22232            ! ext/Encode/Encode.xs
22233 ____________________________________________________________________________
22234 [  7087] By: jhi                                   on 2000/09/14  22:53:37
22235         Log: Subject: [PATCH] utf8.c apidoc
22236              From: Simon Cozens <simon@cozens.net>
22237              Date: Thu, 14 Sep 2000 23:46:57 +0100
22238              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
22239      Branch: perl
22240            ! perlapi.c pod/perlapi.pod utf8.c
22241 ____________________________________________________________________________
22242 [  7086] By: jhi                                   on 2000/09/14  22:40:38
22243         Log: We don't need to count the high bit bytes, a boolean is enough. 
22244      Branch: perl
22245            ! sv.c
22246 ____________________________________________________________________________
22247 [  7085] By: jhi                                   on 2000/09/14  21:20:09
22248         Log: Replace #7084 with
22249              
22250              Subject: Re: perl@7078 
22251              From: Spider Boardman <spider@web.zk3.dec.com>
22252              Date: Thu, 14 Sep 2000 17:09:36 -0400
22253              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
22254      Branch: perl
22255            ! sv.c utf8.c
22256 ____________________________________________________________________________
22257 [  7084] By: jhi                                   on 2000/09/14  20:03:34
22258         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
22259              convertable to bytes by checking it doesn't go above 0xc3
22260              
22261              Subject: Re: perl@7078
22262              From: Simon Cozens <simon@cozens.net>
22263              Date: Thu, 14 Sep 2000 20:59:19 +0100
22264              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
22265      Branch: perl
22266            ! utf8.c
22267 ____________________________________________________________________________
22268 [  7083] By: jhi                                   on 2000/09/14  19:38:47
22269         Log: Subject: Re: perl@7078
22270              From: Simon Cozens <simon@cozens.net>
22271              Date: Thu, 14 Sep 2000 20:13:09 +0100
22272              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
22273      Branch: perl
22274            ! t/op/bop.t
22275 ____________________________________________________________________________
22276 [  7082] By: jhi                                   on 2000/09/14  17:50:44
22277         Log: The one that got away.
22278      Branch: perl
22279            ! lib/File/Find.pm
22280 ____________________________________________________________________________
22281 [  7081] By: jhi                                   on 2000/09/14  17:45:35
22282         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
22283              From: Robin Barker <rmb1@cise.npl.co.uk>
22284              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
22285              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
22286      Branch: perl
22287            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
22288            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
22289            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
22290            ! regcomp.c toke.c universal.c
22291 ____________________________________________________________________________
22292 [  7080] By: jhi                                   on 2000/09/14  17:40:35
22293         Log: Problems picked up by AIX cc.
22294              
22295              Subject: Re: perl@7078 (patch included)
22296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22297              Date: Thu, 14 Sep 2000 18:53:30 +0200
22298              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
22299      Branch: perl
22300            ! ext/Encode/Encode.xs
22301 ____________________________________________________________________________
22302 [  7079] By: jhi                                   on 2000/09/14  17:38:27
22303         Log: Subject: File::Find 5.7.0 POD nits
22304              From: Rich Morin <rdm@cfcl.com>
22305              Date: Wed, 13 Sep 2000 22:03:58 -0700
22306              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
22307      Branch: perl
22308            ! lib/File/Find.pm
22309 ____________________________________________________________________________
22310 [  7078] By: jhi                                   on 2000/09/14  14:58:20
22311         Log: Update Changes.
22312      Branch: perl
22313            ! Changes patchlevel.h
22314 ____________________________________________________________________________
22315 [  7077] By: jhi                                   on 2000/09/14  14:55:54
22316         Log: Compilation warnings and an error.
22317      Branch: perl
22318            ! sv.c
22319 ____________________________________________________________________________
22320 [  7076] By: jhi                                   on 2000/09/14  14:42:56
22321         Log: Fix for a parsing bug, not for the original bug.
22322              
22323              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
22324              From: Spider Boardman <spider@web.zk3.dec.com>
22325              Date: Wed, 13 Sep 2000 17:52:20 -0400
22326              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
22327      Branch: perl
22328            ! regcomp.c
22329 ____________________________________________________________________________
22330 [  7075] By: jhi                                   on 2000/09/14  14:40:40
22331         Log: Batch of UTF-8 patches from Simon Cozens.
22332      Branch: perl
22333            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
22334            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
22335            ! toke.c utf8.c
22336 ____________________________________________________________________________
22337 [  7074] By: jhi                                   on 2000/09/14  14:29:58
22338         Log: Subject: Re: Two advertising clauses need to be removed
22339              From: Russ Allbery <rra@stanford.edu>
22340              Date: 13 Sep 2000 18:50:26 -0700
22341              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
22342      Branch: perl
22343            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
22344 ____________________________________________________________________________
22345 [  7073] By: jhi                                   on 2000/09/14  14:28:20
22346         Log: Subject: [PATCH] de-wall t/README
22347              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22348              Date: Wed, 13 Sep 2000 17:46:55 -0700
22349              Message-ID: <//Bw5gzkge/e092yn@efn.org>
22350      Branch: perl
22351            ! t/README
22352 ____________________________________________________________________________
22353 [  7072] By: jhi                                   on 2000/09/14  14:25:10
22354         Log: Hints optimization.
22355              
22356              Subject: Minor nit
22357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22358              Date: Wed, 13 Sep 2000 21:42:07 +0200
22359              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
22360      Branch: perl
22361            ! hints/hpux.sh
22362 ____________________________________________________________________________
22363 [  7071] By: jhi                                   on 2000/09/14  14:23:30
22364         Log: Allow chop() and chomp() to be overridden.
22365              
22366              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
22367              From: "Casey R. Tweten" <crt@kiski.net>
22368              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
22369              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
22370      Branch: perl
22371            ! toke.c
22372 ____________________________________________________________________________
22373 [  7070] By: jhi                                   on 2000/09/14  14:20:36
22374         Log: The return value of setlocale must be copied away.
22375              
22376              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
22377              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22378              Date: Wed, 13 Sep 2000 16:27:37 +0100 
22379              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
22380      Branch: perl
22381            ! util.c
22382 ____________________________________________________________________________
22383 [  7069] By: jhi                                   on 2000/09/14  14:16:27
22384         Log: Remove vestiges of tr//CU.
22385              
22386              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22387              From: Nick Clark <nick@plum.flirble.org>
22388              Date: Tue, 12 Sep 2000 22:50:14 +0100
22389              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
22390              
22391              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
22392              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22393              Date: Tue, 12 Sep 2000 21:38:48 -0700
22394              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
22395      Branch: perl
22396            ! op.h pod/perlunicode.pod
22397 ____________________________________________________________________________
22398 [  7068] By: jhi                                   on 2000/09/13  14:18:39
22399         Log: Add the Encode extension.  The code is still largely just skeleton.
22400      Branch: perl
22401            + ext/Encode/Encode.pm ext/Encode/Encode.xs
22402            + ext/Encode/Makefile.PL ext/Encode/Todo
22403            ! MANIFEST Todo-5.6
22404 ____________________________________________________________________________
22405 [  7067] By: jhi                                   on 2000/09/12  17:43:33
22406         Log: Allow for whitespace between "#" and "line" in cpp output.
22407              
22408              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
22409              From: Calle Dybedahl <calle@lysator.liu.se>
22410              Date: 12 Sep 2000 19:38:02 +0200 
22411              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
22412      Branch: perl
22413            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
22414 ____________________________________________________________________________
22415 [  7066] By: gsar                                  on 2000/09/12  17:24:29
22416         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
22417              initialization in all the threads on Windows
22418      Branch: perl
22419            ! win32/win32.c
22420 ____________________________________________________________________________
22421 [  7065] By: jhi                                   on 2000/09/12  15:11:31
22422         Log: Update Changes.
22423      Branch: perl
22424            ! Changes patchlevel.h
22425 ____________________________________________________________________________
22426 [  7064] By: jhi                                   on 2000/09/12  14:54:54
22427         Log: Retract #7062, the pod tests are not ready.
22428      Branch: perl
22429            ! t/TEST t/harness
22430 ____________________________________________________________________________
22431 [  7063] By: jhi                                   on 2000/09/12  14:25:41
22432         Log: The #7054 truncated Configure badly.
22433      Branch: metaconfig/U/perl
22434            ! End.U
22435      Branch: perl
22436            ! Configure config_h.SH
22437 ____________________________________________________________________________
22438 [  7062] By: jhi                                   on 2000/09/12  14:08:32
22439         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
22440              From: sthoenna@efn.org
22441              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
22442              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
22443      Branch: perl
22444            ! t/TEST t/harness
22445 ____________________________________________________________________________
22446 [  7061] By: jhi                                   on 2000/09/12  14:07:18
22447         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
22448              From: sthoenna@efn.org
22449              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
22450              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
22451      Branch: perl
22452            ! pod/perlxs.pod
22453 ____________________________________________________________________________
22454 [  7060] By: jhi                                   on 2000/09/12  14:06:08
22455         Log: Break up the myconfig lines a bit.
22456              
22457              Subject: perlbug/perl -V output format
22458              From: sthoenna@efn.org
22459              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
22460              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
22461      Branch: perl
22462            ! myconfig.SH
22463 ____________________________________________________________________________
22464 [  7059] By: jhi                                   on 2000/09/12  14:05:04
22465         Log: Test for the #7049.
22466              
22467              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
22468              From: andreas.koenig@anima.de (Andreas J. Koenig)
22469              Date: 12 Sep 2000 06:42:01 +0200
22470              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
22471      Branch: perl
22472            ! t/op/my.t
22473 ____________________________________________________________________________
22474 [  7058] By: jhi                                   on 2000/09/12  14:03:05
22475         Log: Subject: [patch: perl@7045] vms updates
22476              From: Peter Prymmer <pvhp@forte.com>
22477              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
22478              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
22479      Branch: perl
22480            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
22481 ____________________________________________________________________________
22482 [  7057] By: jhi                                   on 2000/09/12  14:00:51
22483         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
22484              From: sthoenna@efn.org
22485              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
22486              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
22487      Branch: perl
22488            ! t/op/64bitint.t
22489 ____________________________________________________________________________
22490 [  7056] By: jhi                                   on 2000/09/12  13:58:14
22491         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
22492              From: Jeff Pinyan <jeffp@crusoe.net>
22493              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
22494              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
22495      Branch: perl
22496            ! pod/perlfunc.pod
22497 ____________________________________________________________________________
22498 [  7055] By: jhi                                   on 2000/09/12  13:56:32
22499         Log: Do in VMS as the #7054 does.
22500      Branch: perl
22501            ! configure.com
22502 ____________________________________________________________________________
22503 [  7054] By: jhi                                   on 2000/09/12  13:50:31
22504         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
22505              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22506              Date: Mon, 11 Sep 2000 08:33:09 +0100
22507              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
22508      Branch: metaconfig/U/perl
22509            ! End.U
22510      Branch: perl
22511            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
22512            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
22513 ____________________________________________________________________________
22514 [  7053] By: jhi                                   on 2000/09/12  13:29:19
22515         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
22516              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22517              Date:     Tue, 12 Sep 2000 08:35:59 EDT
22518              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
22519      Branch: perl
22520            ! vms/test.com
22521 ____________________________________________________________________________
22522 [  7052] By: jhi                                   on 2000/09/11  23:01:50
22523         Log: Document the SvUTF8*().
22524      Branch: perl
22525            ! pod/perlapi.pod sv.h
22526 ____________________________________________________________________________
22527 [  7051] By: gsar                                  on 2000/09/11  14:46:30
22528         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
22529              (missed a spot when fixing up op_pmreplroot hack for ithreads)
22530      Branch: perl
22531            ! op.c t/op/split.t
22532 ____________________________________________________________________________
22533 [  7050] By: nick                                  on 2000/09/11  10:03:51
22534         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
22535              
22536              Subject: borland C++ win32.c tweak
22537              From: Vadim Konovalov <vkonovalov@lucent.com>
22538              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
22539              Date: Mon, 11 Sep 2000 11:22:33 +0400
22540      Branch: perl
22541            ! win32/win32.c
22542 ____________________________________________________________________________
22543 [  7049] By: nick                                  on 2000/09/11  09:57:33
22544         Log: Point fix for s/// on foreach (keys %xxx).
22545      Branch: perl
22546            ! pp_hot.c
22547 ____________________________________________________________________________
22548 [  7048] By: jhi                                   on 2000/09/10  23:37:09
22549         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
22550              by Pod::Text, from Brad Appleton.
22551      Branch: perl
22552            ! t/pod/testp2pt.pl
22553 ____________________________________________________________________________
22554 [  7047] By: jhi                                   on 2000/09/10  14:32:53
22555         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
22556              by Russ Allbery.
22557      Branch: perl
22558            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
22559 ____________________________________________________________________________
22560 [  7046] By: jhi                                   on 2000/09/10  14:15:08
22561         Log: Upgrade to CPAN 1.57_65, from Andreas König.
22562      Branch: perl
22563            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22564 ____________________________________________________________________________
22565 [  7045] By: jhi                                   on 2000/09/08  21:36:32
22566         Log: Update Changes.
22567      Branch: perl
22568            ! Changes patchlevel.h
22569 ____________________________________________________________________________
22570 [  7044] By: jhi                                   on 2000/09/08  21:29:56
22571         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
22572              From: Peter Prymmer <pvhp@forte.com>
22573              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
22574              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
22575      Branch: perl
22576            ! configure.com
22577 ____________________________________________________________________________
22578 [  7043] By: jhi                                   on 2000/09/08  21:27:50
22579         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
22580              From: Peter Prymmer <pvhp@forte.com>
22581              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
22582              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
22583      Branch: perl
22584            ! Makefile.SH installperl
22585 ____________________________________________________________________________
22586 [  7042] By: jhi                                   on 2000/09/08  21:23:21
22587         Log: Continue #7041.
22588      Branch: perl
22589            ! cygwin/Makefile.SHs os2/Makefile.SHs
22590 ____________________________________________________________________________
22591 [  7041] By: jhi                                   on 2000/09/08  21:18:10
22592         Log: Do away with memory models cruft.  Sorry, PDP users.
22593      Branch: metaconfig
22594            ! U/modified/cc.U U/modified/libpth.U
22595      Branch: perl
22596            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
22597            ! Porting/config_H cflags.SH config_h.SH configure.com
22598            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
22599            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
22600            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
22601 ____________________________________________________________________________
22602 [  7040] By: jhi                                   on 2000/09/08  14:34:18
22603         Log: Major rewrite of s2p.  And I mean really major, it is
22604              an implementation of sed in perl.  If called as s2p it
22605              will function as s2p.  Note: needs non-UNIXifying.
22606              
22607              Subject: s2p
22608              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22609              Date: Mon, 28 Aug 2000 14:05:12 +0200
22610              Message-ID: <39AA5578.2102E2AA@alcatel.at>
22611      Branch: perl
22612            ! x2p/s2p.PL
22613 ____________________________________________________________________________
22614 [  7039] By: jhi                                   on 2000/09/08  14:19:49
22615         Log: Re-allow vec() for characters > 255.
22616              
22617              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
22618              From: Spider Boardman <spider@web.zk3.dec.com>
22619              Date: Fri, 08 Sep 2000 02:21:02 -0400
22620              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
22621      Branch: perl
22622            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
22623            ! t/op/vec.t
22624 ____________________________________________________________________________
22625 [  7038] By: jhi                                   on 2000/09/08  14:14:18
22626         Log: Subject: [PATCH lib/Benchmark.pm]
22627              From: <abigail@foad.org>
22628              Date: Thu, 7 Sep 2000 15:03:20 -0400
22629              Message-ID: <20000907190320.888.qmail@foad.org>
22630      Branch: perl
22631            ! lib/Benchmark.pm
22632 ____________________________________________________________________________
22633 [  7037] By: jhi                                   on 2000/09/08  14:11:06
22634         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
22635              
22636              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
22637              From: Spider Boardman <spider@web.zk3.dec.com>
22638              Date: Fri, 08 Sep 2000 01:30:27 -0400
22639              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
22640      Branch: perl
22641            ! op.c
22642 ____________________________________________________________________________
22643 [  7036] By: jhi                                   on 2000/09/08  14:08:58
22644         Log: Subject: [ID 20000908.002] perlipc documentation bug.
22645              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
22646              Date: Fri, 08 Sep 2000 12:38:32 +0200
22647              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
22648      Branch: perl
22649            ! pod/perlipc.pod
22650 ____________________________________________________________________________
22651 [  7035] By: jhi                                   on 2000/09/08  14:03:12
22652         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
22653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22654              Date: Fri, 08 Sep 2000 11:47:34 +0200
22655              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
22656      Branch: perl
22657            ! hints/dec_osf.sh
22658 ____________________________________________________________________________
22659 [  7034] By: jhi                                   on 2000/09/08  13:59:35
22660         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
22661              From: Simon Cozens <simon@cozens.net>
22662              Date: Thu, 7 Sep 2000 20:40:38 +0100
22663              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
22664      Branch: perl
22665            ! pp_hot.c
22666 ____________________________________________________________________________
22667 [  7033] By: jhi                                   on 2000/09/08  04:03:03
22668         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
22669              From: "Larry W. Virden" <lvirden@cas.org>
22670              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
22671              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
22672      Branch: perl
22673            ! pod/perldiag.pod
22674 ____________________________________________________________________________
22675 [  7032] By: jhi                                   on 2000/09/07  22:18:30
22676         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
22677              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
22678              Date: Mon, 04 Sep 2000 13:16:38 -0700
22679              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
22680      Branch: perl
22681            ! lib/perl5db.pl
22682 ____________________________________________________________________________
22683 [  7031] By: jhi                                   on 2000/09/07  22:02:29
22684         Log: Fix the ccversion detection for 5.1 and beyond.
22685              
22686              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
22687              From: Spider Boardman <spider@leggy.zk3.dec.com>
22688              Date: Thu, 7 Sep 2000 17:54:27 -0400
22689              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
22690      Branch: perl
22691            ! hints/dec_osf.sh
22692 ____________________________________________________________________________
22693 [  7030] By: jhi                                   on 2000/09/07  19:12:28
22694         Log: Fix for
22695              
22696              Subject: [ID 20000903.001] \w in utf8-strings
22697              From: Marc Lehmann <pcg@goof.com>
22698              Date: Sun, 03 Sep 2000 09:44:29 +0200
22699              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
22700              
22701              and various related nits.
22702      Branch: perl
22703            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
22704 ____________________________________________________________________________
22705 [  7029] By: jhi                                   on 2000/09/07  18:49:09
22706         Log: Fix the URL, but the server is still missing in action.
22707              
22708              Subject: [ID 20000905.002] perlfaq1.pod URL error
22709              From: "Larry W. Virden" <lvirden@cas.org>
22710              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
22711              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
22712      Branch: perl
22713            ! pod/perlfaq1.pod
22714 ____________________________________________________________________________
22715 [  7028] By: jhi                                   on 2000/09/07  18:47:13
22716         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
22717              From: Hugo <hv@crypt.compulink.co.uk>
22718              Date: Tue, 05 Sep 2000 14:13:37 +0100
22719              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
22720      Branch: perl
22721            ! toke.c
22722 ____________________________________________________________________________
22723 [  7027] By: jhi                                   on 2000/09/07  18:45:35
22724         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
22725              From: Daniel Chetlin <daniel@chetlin.com>
22726              Date: Tue, 5 Sep 2000 04:57:07 -0700
22727              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
22728      Branch: perl
22729            ! pod/perlfaq6.pod pod/perlop.pod
22730 ____________________________________________________________________________
22731 [  7026] By: jhi                                   on 2000/09/07  18:44:01
22732         Log: Document the new ref() semantics.
22733              
22734              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
22735              From: Gisle Aas <gisle@ActiveState.com>
22736              Date: 05 Sep 2000 08:10:30 +0200
22737              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
22738      Branch: perl
22739            ! pod/perldelta.pod
22740 ____________________________________________________________________________
22741 [  7025] By: jhi                                   on 2000/09/07  18:42:27
22742         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
22743              
22744              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
22745              From: Gisle Aas <gisle@ActiveState.com>
22746              Date: 05 Sep 2000 08:11:40 +0200
22747              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
22748      Branch: perl
22749            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
22750 ____________________________________________________________________________
22751 [  7024] By: jhi                                   on 2000/09/07  18:39:32
22752         Log: Subject: [PATCH] Modernize Opcode.pm documentation
22753              From: Gisle Aas <gisle@ActiveState.com>
22754              Date: 4 Sep 2000 00:18:55 -0000
22755              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
22756      Branch: perl
22757            ! ext/Opcode/Opcode.pm
22758 ____________________________________________________________________________
22759 [  7023] By: jhi                                   on 2000/09/07  18:37:42
22760         Log: Subject: [PATCH] Tied filehandle documentation
22761              From: Gisle Aas <gisle@ActiveState.com>
22762              Date: 4 Sep 2000 00:14:40 -0000
22763              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
22764      Branch: perl
22765            ! pod/perlfunc.pod pod/perltie.pod
22766 ____________________________________________________________________________
22767 [  7022] By: jhi                                   on 2000/09/07  18:35:37
22768         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
22769              From: Gisle Aas <gisle@ActiveState.com>
22770              Date: 4 Sep 2000 00:04:22 -0000
22771              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
22772      Branch: perl
22773            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
22774 ____________________________________________________________________________
22775 [  7021] By: jhi                                   on 2000/09/07  18:33:22
22776         Log: Subject: small apidoc fix
22777              From: Marc Lehmann <pcg@goof.com>
22778              Date: Sun, 3 Sep 2000 05:12:06 +0200
22779              Message-ID: <20000903051206.A5909@cerebro.laendle>
22780      Branch: perl
22781            ! pod/perlapi.pod utf8.c
22782 ____________________________________________________________________________
22783 [  7020] By: jhi                                   on 2000/09/07  16:14:57
22784         Log: Tiny perldelta nits.
22785      Branch: perl
22786            ! pod/perldelta.pod
22787 ____________________________________________________________________________
22788 [  7019] By: jhi                                   on 2000/09/07  16:04:20
22789         Log: Guard against bad string->int conversion for quads.
22790      Branch: perl
22791            ! t/op/64bitint.t
22792 ____________________________________________________________________________
22793 [  7018] By: jhi                                   on 2000/09/06  17:07:03
22794         Log: Update Unicode todo list.
22795      Branch: perl
22796            ! Todo-5.6
22797 ____________________________________________________________________________
22798 [  7017] By: jhi                                   on 2000/09/05  21:16:01
22799         Log: Document the SvIOK_.*UV().
22800      Branch: perl
22801            ! pod/perlapi.pod sv.h
22802 ____________________________________________________________________________
22803 [  7016] By: nick                                  on 2000/09/03  21:54:46
22804         Log: Hash lookup of constant strings optimization:
22805              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
22806              to string table (as per sharepvn). Add newSV_pvn_share to create such
22807              a thing. Make hv.c compare addresses of strings and skip string compare
22808              if equal. Make method_named and helem ops use these shared-string SVs
22809              when arg is constant. Make keys op return shared-string SVs (less clearly
22810              a win).
22811      Branch: perl
22812            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
22813            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
22814            ! pod/perlintern.pod pp_hot.c proto.h sv.c
22815 ____________________________________________________________________________
22816 [  7015] By: jhi                                   on 2000/09/02  17:48:59
22817         Log: This is 5.7.0.
22818      Branch: perl
22819            ! Changes
22820 ____________________________________________________________________________
22821 [  7014] By: jhi                                   on 2000/09/02  17:35:45
22822         Log: Changes and patchlevel tweaks.
22823      Branch: perl
22824            ! Changes patchlevel.h
22825 ____________________________________________________________________________
22826 [  7013] By: jhi                                   on 2000/09/02  17:30:50
22827         Log: Update Changes.
22828      Branch: perl
22829            ! Changes patchlevel.h
22830 ____________________________________________________________________________
22831 [  7012] By: nick                                  on 2000/09/02  17:25:20
22832         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
22833      Branch: perl
22834            ! gv.c lib/overload.pm
22835 ____________________________________________________________________________
22836 [  7011] By: jhi                                   on 2000/09/02  17:16:25
22837         Log: Update perlhist.
22838      Branch: perl
22839            ! pod/perlhist.pod
22840 ____________________________________________________________________________
22841 [  7010] By: jhi                                   on 2000/09/02  17:01:35
22842         Log: perldelta nits.
22843      Branch: perl
22844            ! pod/perldelta.pod
22845 ____________________________________________________________________________
22846 [  7009] By: nick                                  on 2000/09/02  16:48:35
22847         Log: If overloaded %{} etc. return the object do not loop.
22848              Thus  sub deref { $_[0] } functions if object is wanted type.
22849      Branch: perl
22850            ! pp.h
22851 ____________________________________________________________________________
22852 [  7008] By: jhi                                   on 2000/09/02  16:26:11
22853         Log: Retab MANIFEST.
22854      Branch: perl
22855            ! ext/Storable/MANIFEST
22856 ____________________________________________________________________________
22857 [  7007] By: jhi                                   on 2000/09/02  16:23:02
22858         Log: Make certain cc is set before trying to run it.
22859      Branch: perl
22860            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
22861 ____________________________________________________________________________
22862 [  7006] By: jhi                                   on 2000/09/02  15:45:41
22863         Log: Unicode notes.
22864      Branch: perl
22865            ! pod/perldelta.pod
22866 ____________________________________________________________________________
22867 [  7005] By: jhi                                   on 2000/09/02  15:42:11
22868         Log: Various Configure nits by Philip Newton,
22869              plus the ebcdic one by me.
22870      Branch: metaconfig
22871            + U/modified/pager.U
22872            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
22873      Branch: metaconfig/U/perl
22874            ! Devel.U quadfio.U
22875      Branch: perl
22876            ! Configure config_h.SH
22877 ____________________________________________________________________________
22878 [  7004] By: jhi                                   on 2000/09/02  15:06:14
22879         Log: Apparently avoiding the swapping is too costly.
22880              
22881              From: "Ben Tilly" <ben_tilly@hotmail.com>
22882              Subject: Re: the door is closed.
22883              Date: Fri, 01 Sep 2000 20:23:16 EDT
22884              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
22885      Branch: perl
22886            ! pod/perlfaq4.pod
22887 ____________________________________________________________________________
22888 [  7003] By: nick                                  on 2000/09/02  12:26:04
22889         Log: Undo part of change 6489 which looks like a bulk edit which
22890              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
22891              The supressing of main:: on return from select() is undesirable.
22892      Branch: perl
22893            ! pp_sys.c
22894 ____________________________________________________________________________
22895 [  7002] By: jhi                                   on 2000/09/01  23:08:54
22896         Log: Update Changes.
22897      Branch: perl
22898            ! Changes patchlevel.h
22899 ____________________________________________________________________________
22900 [  7001] By: jhi                                   on 2000/09/01  23:00:13
22901         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
22902              From: Peter Prymmer <pvhp@forte.com>
22903              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
22904              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
22905              
22906              plus rework the http: spots as suggested by Tom Christiansen,
22907              plus regen perltoc.
22908      Branch: perl
22909            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
22910            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
22911 ____________________________________________________________________________
22912 [  7000] By: jhi                                   on 2000/09/01  22:36:01
22913         Log: Only the first line, thank you very much.
22914      Branch: perl
22915            ! hints/solaris_2.sh
22916 ____________________________________________________________________________
22917 [  6999] By: gsar                                  on 2000/09/01  22:16:40
22918         Log: change#6791 accidentally clobbered change#6710, put it back
22919      Branch: perl
22920            ! win32/win32.c
22921 ____________________________________________________________________________
22922 [  6998] By: jhi                                   on 2000/09/01  22:14:16
22923         Log: Mention the HP-UX LP64 freak failure.
22924      Branch: perl
22925            ! pod/perldelta.pod
22926 ____________________________________________________________________________
22927 [  6997] By: jhi                                   on 2000/09/01  21:48:32
22928         Log: Detypo.
22929      Branch: perl
22930            ! hints/hpux.sh
22931 ____________________________________________________________________________
22932 [  6996] By: jhi                                   on 2000/09/01  21:27:10
22933         Log: Update Changes.
22934      Branch: perl
22935            ! Changes patchlevel.h
22936 ____________________________________________________________________________
22937 [  6995] By: jhi                                   on 2000/09/01  21:14:24
22938         Log: Mi splgn s gnin.g
22939      Branch: perl
22940            ! pp_ctl.c
22941 ____________________________________________________________________________
22942 [  6994] By: jhi                                   on 2000/09/01  21:09:54
22943         Log: Subject: http:// in L<>
22944              From: Nicholas Clark <nick@ccl4.org>
22945              Date: Fri, 1 Sep 2000 22:03:21 +0100
22946              Message-ID: <20000901220321.B72074@plum.flirble.org>
22947      Branch: perl
22948            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
22949 ____________________________________________________________________________
22950 [  6993] By: jhi                                   on 2000/09/01  21:06:54
22951         Log: Update to Storable 1.0, from Raphael Manfredi.
22952      Branch: perl
22953            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
22954            ! ext/Storable/Makefile.PL ext/Storable/README
22955            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
22956            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
22957            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
22958            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
22959            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
22960            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
22961 ____________________________________________________________________________
22962 [  6992] By: jhi                                   on 2000/09/01  20:43:05
22963         Log: Mention known sfio+linux buglet.
22964      Branch: perl
22965            ! pod/perldelta.pod
22966 ____________________________________________________________________________
22967 [  6991] By: jhi                                   on 2000/09/01  20:40:11
22968         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
22969              From: Peter Prymmer <pvhp@forte.com>
22970              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
22971              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
22972      Branch: perl
22973            ! vms/vms.c
22974 ____________________________________________________________________________
22975 [  6990] By: jhi                                   on 2000/09/01  20:25:26
22976         Log: Retract #6986.
22977      Branch: perl
22978            ! hints/solaris_2.sh
22979 ____________________________________________________________________________
22980 [  6989] By: jhi                                   on 2000/09/01  20:23:00
22981         Log: Mergesort is back.
22982      Branch: perl
22983            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
22984 ____________________________________________________________________________
22985 [  6988] By: jhi                                   on 2000/09/01  19:37:40
22986         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
22987              From: Mike Guy <mjtg@cam.ac.uk>
22988              Date: Fri, 01 Sep 2000 17:43:33 +0100
22989              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
22990      Branch: perl
22991            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
22992            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
22993 ____________________________________________________________________________
22994 [  6987] By: jhi                                   on 2000/09/01  19:17:10
22995         Log: Regen perltoc.
22996      Branch: perl
22997            ! pod/perltoc.pod
22998 ____________________________________________________________________________
22999 [  6986] By: jhi                                   on 2000/09/01  18:51:10
23000         Log: Subject: Re: Solaris x86 has no SPARC libraries!
23001              From: Lupe Christoph <lupe@lupe-christoph.de>
23002              Date: Fri, 1 Sep 2000 20:41:20 +0200
23003              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
23004      Branch: perl
23005            ! hints/solaris_2.sh
23006 ____________________________________________________________________________
23007 [  6985] By: jhi                                   on 2000/09/01  18:28:10
23008         Log: Update Changes.
23009      Branch: perl
23010            ! Changes patchlevel.h
23011 ____________________________________________________________________________
23012 [  6984] By: jhi                                   on 2000/09/01  18:26:53
23013         Log: Feature ordering tweak.
23014      Branch: perl
23015            ! myconfig.SH
23016 ____________________________________________________________________________
23017 [  6983] By: jhi                                   on 2000/09/01  18:19:50
23018         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23019              From: <abigail@foad.org>
23020              Date: Fri, 1 Sep 2000 13:07:32 -0400
23021              Message-ID: <20000901170732.18249.qmail@foad.org>
23022      Branch: perl
23023            ! t/pragma/overload.t
23024 ____________________________________________________________________________
23025 [  6982] By: jhi                                   on 2000/09/01  18:17:54
23026         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
23027              so that case-ignoring systems like DCL can tell them from
23028              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
23029      Branch: metaconfig/U/perl
23030            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
23031      Branch: perl
23032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23033            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
23034            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
23035            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
23036            ! vos/config.def vos/config.h vos/config_h.SH_orig
23037            ! win32/config.bc win32/config.gc win32/config.vc
23038 ____________________________________________________________________________
23039 [  6981] By: nick                                  on 2000/09/01  17:21:57
23040         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
23041              warning when UNTIE exists and instead pass the cound of extra references to
23042              the UNTIE method.
23043      Branch: perl
23044            ! pod/perltie.pod pp_sys.c
23045 ____________________________________________________________________________
23046 [  6980] By: jhi                                   on 2000/09/01  16:54:44
23047         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
23048              From: Peter Prymmer <pvhp@forte.com>
23049              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
23050              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
23051      Branch: perl
23052            ! configure.com
23053 ____________________________________________________________________________
23054 [  6979] By: jhi                                   on 2000/09/01  16:06:20
23055         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
23056              From: Mike Guy <mjtg@cam.ac.uk> 
23057              Date: Fri, 01 Sep 2000 16:49:27 +0100
23058              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
23059      Branch: perl
23060            ! t/base/rs.t
23061 ____________________________________________________________________________
23062 [  6978] By: jhi                                   on 2000/09/01  16:00:42
23063         Log: Update to PodParser 1.18, from Brad Appleton.
23064      Branch: perl
23065            ! lib/Pod/Checker.pm t/pod/find.t
23066 ____________________________________________________________________________
23067 [  6977] By: jhi                                   on 2000/09/01  14:48:58
23068         Log: Subject: Nit in Configure (bleadperl@6961)
23069              From: Lupe Christoph <lupe@lupe-christoph.de>
23070              Date: Fri, 1 Sep 2000 16:34:29 +0200
23071              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
23072      Branch: metaconfig
23073            ! U/compline/ccflags.U
23074      Branch: perl
23075            ! Configure config_h.SH
23076 ____________________________________________________________________________
23077 [  6976] By: jhi                                   on 2000/09/01  14:39:52
23078         Log: Update Changes.
23079      Branch: perl
23080            ! Changes patchlevel.h
23081 ____________________________________________________________________________
23082 [  6975] By: jhi                                   on 2000/09/01  14:37:36
23083         Log: microperl config update.
23084      Branch: perl
23085            ! uconfig.h uconfig.sh
23086 ____________________________________________________________________________
23087 [  6974] By: jhi                                   on 2000/09/01  14:36:53
23088         Log: Document known deficiencies.
23089      Branch: perl
23090            ! pod/perldelta.pod
23091 ____________________________________________________________________________
23092 [  6973] By: jhi                                   on 2000/09/01  14:10:20
23093         Log: Mention warnings fixes and updates.
23094      Branch: perl
23095            ! pod/perldelta.pod
23096 ____________________________________________________________________________
23097 [  6972] By: jhi                                   on 2000/09/01  14:01:52
23098         Log: Drop unused argument.
23099              
23100              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
23101              From: Spider Boardman <spider@web.zk3.dec.com>
23102              Date: Thu, 31 Aug 2000 16:10:15 -0400
23103              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
23104      Branch: perl
23105            ! toke.c
23106 ____________________________________________________________________________
23107 [  6971] By: jhi                                   on 2000/09/01  13:59:24
23108         Log: Add the overload warnings to perldiag.
23109      Branch: perl
23110            ! lib/overload.pm pod/perldiag.pod
23111 ____________________________________________________________________________
23112 [  6970] By: jhi                                   on 2000/09/01  13:55:10
23113         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23114              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23115              Date: Fri, 1 Sep 2000 13:43:15 +0100 
23116              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
23117      Branch: perl
23118            ! lib/overload.pm t/pragma/overload.t
23119 ____________________________________________________________________________
23120 [  6969] By: jhi                                   on 2000/09/01  13:52:27
23121         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23122              From: <abigail@foad.org>
23123              Date: Fri, 1 Sep 2000 05:46:54 -0400
23124              Message-ID: <20000901094654.6476.qmail@foad.org>
23125      Branch: perl
23126            ! lib/overload.pm
23127 ____________________________________________________________________________
23128 [  6968] By: jhi                                   on 2000/09/01  13:50:05
23129         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
23130              From: Daniel Chetlin <daniel@chetlin.com>
23131              Date: Fri, 1 Sep 2000 02:10:55 -0700
23132              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
23133      Branch: perl
23134            ! pod/perlretut.pod
23135 ____________________________________________________________________________
23136 [  6967] By: jhi                                   on 2000/09/01  13:47:54
23137         Log: Part of the solution.
23138              
23139              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
23140              From: Mike Guy <mjtg@cam.ac.uk>
23141              Date: Fri, 01 Sep 2000 14:16:01 +0100
23142              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
23143      Branch: perl
23144            ! gv.c mg.c
23145 ____________________________________________________________________________
23146 [  6966] By: jhi                                   on 2000/09/01  13:46:17
23147         Log: Subject: CPAN.pm beta 1.57_57 for the core
23148              From: andreas.koenig@anima.de (Andreas J. Koenig)
23149              Date: 01 Sep 2000 15:16:31 +0200
23150              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
23151      Branch: perl
23152            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23153 ____________________________________________________________________________
23154 [  6965] By: jhi                                   on 2000/09/01  13:43:18
23155         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
23156              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23157              Date: Fri, 01 Sep 2000 01:47:22 -0500
23158              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
23159      Branch: perl
23160            ! pod/perldelta.pod vms/vms.c
23161 ____________________________________________________________________________
23162 [  6964] By: jhi                                   on 2000/09/01  13:35:35
23163         Log: File::Temp patches from Andreas König,
23164              
23165              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
23166              From: andreas.koenig@anima.de (Andreas J. Koenig)
23167              Date: 01 Sep 2000 10:07:20 +0200
23168              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
23169              
23170              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
23171              From: andreas.koenig@anima.de (Andreas J. Koenig)
23172              Date: 31 Aug 2000 23:26:08 +0200
23173              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
23174      Branch: perl
23175            ! lib/File/Temp.pm t/lib/ftmp-security.t
23176 ____________________________________________________________________________
23177 [  6963] By: jhi                                   on 2000/09/01  02:22:24
23178         Log: Retract the mergesort code, way too incompatible licensing
23179              and copyrights.
23180      Branch: perl
23181            ! pod/perldelta.pod pp_ctl.c
23182 ____________________________________________________________________________
23183 [  6962] By: jhi                                   on 2000/08/31  23:27:32
23184         Log: Update Changes.
23185      Branch: perl
23186            ! Changes patchlevel.h
23187 ____________________________________________________________________________
23188 [  6961] By: jhi                                   on 2000/08/31  23:20:04
23189         Log: Small tweaks all over.
23190      Branch: metaconfig
23191            ! U/compline/d_gconvert.U
23192      Branch: perl
23193            ! AUTHORS Configure config_h.SH pp_ctl.c
23194 ____________________________________________________________________________
23195 [  6960] By: jhi                                   on 2000/08/31  22:39:36
23196         Log: Further rewording.
23197      Branch: perl
23198            ! pp_ctl.c
23199 ____________________________________________________________________________
23200 [  6959] By: jhi                                   on 2000/08/31  21:26:44
23201         Log: More address tweaking.
23202      Branch: perl
23203            ! AUTHORS Changes
23204 ____________________________________________________________________________
23205 [  6958] By: jhi                                   on 2000/08/31  20:47:25
23206         Log: AUTHORS tweaks, from Peter Prymmer.
23207              
23208              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
23209              From: Peter Prymmer <pvhp@forte.com>
23210              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
23211              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
23212      Branch: perl
23213            ! AUTHORS MAINTAIN
23214 ____________________________________________________________________________
23215 [  6957] By: jhi                                   on 2000/08/31  20:34:43
23216         Log: perldelta tweaks.
23217      Branch: perl
23218            ! pod/perldelta.pod
23219 ____________________________________________________________________________
23220 [  6956] By: jhi                                   on 2000/08/31  19:11:06
23221         Log: Regen perltoc.
23222      Branch: perl
23223            ! pod/perltoc.pod
23224 ____________________________________________________________________________
23225 [  6955] By: jhi                                   on 2000/08/31  19:06:30
23226         Log: Clarify the mergesort situation.
23227      Branch: perl
23228            ! pp_ctl.c
23229 ____________________________________________________________________________
23230 [  6954] By: jhi                                   on 2000/08/31  18:24:17
23231         Log: Move the Solaris 7 scan to use64bitall, make the
23232              failure to find 64-bot sparc libc to mention the
23233              possibility of being in an intel, from Lupe and Alan.
23234      Branch: perl
23235            ! hints/solaris_2.sh
23236 ____________________________________________________________________________
23237 [  6953] By: jhi                                   on 2000/08/31  18:09:20
23238         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
23239              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
23240      Branch: metaconfig
23241            ! U/compline/d_gconvert.U U/threads/archname.U
23242      Branch: metaconfig/U/perl
23243            ! perlxv.U
23244      Branch: perl
23245            ! Configure config_h.SH sv.c
23246 ____________________________________________________________________________
23247 [  6952] By: jhi                                   on 2000/08/31  17:42:24
23248         Log: :: not allowed in pathnames, change to .
23249              
23250              Subject: [PATCH perl@6938] cygwin port
23251              From: "Fifer, Eric" <EFifer@sanwaint.com>
23252              Date: Thu, 31 Aug 2000 16:32:59 +0100
23253              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
23254      Branch: metaconfig/U/perl
23255            ! perlxv.U
23256 ____________________________________________________________________________
23257 [  6951] By: jhi                                   on 2000/08/31  17:02:05
23258         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
23259      Branch: perl
23260            ! perl.h
23261 ____________________________________________________________________________
23262 [  6950] By: jhi                                   on 2000/08/31  16:26:08
23263         Log: More author updates.
23264              
23265              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
23266              From: Simon Cozens <simon@cozens.net>
23267              Date: Thu, 31 Aug 2000 17:13:32 +0100
23268              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
23269      Branch: perl
23270            ! AUTHORS
23271 ____________________________________________________________________________
23272 [  6949] By: jhi                                   on 2000/08/31  16:04:49
23273         Log: POSIX doesn't report long double values under -Duselongdouble
23274              when the long doubles are "real" (bigger than doubles).
23275              
23276              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
23277              From: Spider Boardman <spider@peano.zk3.dec.com>
23278              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
23279              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
23280      Branch: perl
23281            ! ext/POSIX/POSIX.xs
23282 ____________________________________________________________________________
23283 [  6948] By: jhi                                   on 2000/08/31  15:25:10
23284         Log: Update Changes.
23285      Branch: perl
23286            ! Changes patchlevel.h
23287 ____________________________________________________________________________
23288 [  6947] By: jhi                                   on 2000/08/31  15:22:29
23289         Log: Document UNTIE in a very minimalistic way.
23290      Branch: perl
23291            ! pod/perlfunc.pod pod/perltie.pod
23292 ____________________________________________________________________________
23293 [  6946] By: jhi                                   on 2000/08/31  15:15:23
23294         Log: Document known failures.
23295      Branch: perl
23296            ! pod/perldelta.pod
23297 ____________________________________________________________________________
23298 [  6945] By: jhi                                   on 2000/08/31  15:07:00
23299         Log: Don't attach -ld to the archname if pointless.
23300      Branch: metaconfig
23301            ! U/threads/archname.U
23302      Branch: perl
23303            ! Configure config_h.SH
23304 ____________________________________________________________________________
23305 [  6944] By: jhi                                   on 2000/08/31  14:37:42
23306         Log: Wrap the test in eval.
23307              
23308              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
23309              From: Tim Jenness <timj@jach.hawaii.edu>
23310              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
23311              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
23312      Branch: perl
23313            ! t/lib/ftmp-security.t
23314 ____________________________________________________________________________
23315 [  6943] By: jhi                                   on 2000/08/31  14:30:57
23316         Log: Make -Dusemorebits find long doubles in Solaris.
23317      Branch: perl
23318            ! hints/solaris_2.sh
23319 ____________________________________________________________________________
23320 [  6942] By: jhi                                   on 2000/08/31  13:48:45
23321         Log: Clarify the third case of ftmp-security warnings.
23322      Branch: perl
23323            ! INSTALL
23324 ____________________________________________________________________________
23325 [  6941] By: jhi                                   on 2000/08/31  13:40:31
23326         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
23327              From: <abigail@foad.org>
23328              Date: Thu, 31 Aug 2000 01:35:05 -0400
23329              Message-ID: <20000831053505.32120.qmail@foad.org>
23330      Branch: perl
23331            ! pod/perldelta.pod
23332 ____________________________________________________________________________
23333 [  6940] By: jhi                                   on 2000/08/31  13:38:48
23334         Log: Issue useful diagnostic on unknown pod commands.
23335              
23336              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
23337              From: <abigail@foad.org>
23338              Date: Thu, 31 Aug 2000 03:41:18 -0400
23339              Message-ID: <20000831074118.24880.qmail@foad.org>
23340      Branch: perl
23341            ! lib/Pod/Man.pm
23342 ____________________________________________________________________________
23343 [  6939] By: jhi                                   on 2000/08/31  13:34:33
23344         Log: Reveal Borland's isnan.
23345              
23346              Subject: build with BC++ tweak
23347              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23348              Date: Thu, 31 Aug 2000 13:09:37 +0400
23349              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
23350      Branch: perl
23351            ! win32/win32.h
23352 ____________________________________________________________________________
23353 [  6938] By: jhi                                   on 2000/08/31  05:01:20
23354         Log: Update Changes.
23355      Branch: perl
23356            ! Changes patchlevel.h
23357 ____________________________________________________________________________
23358 [  6937] By: jhi                                   on 2000/08/31  04:26:23
23359         Log: sscanf() may be the only way to read long doubles from strings.
23360      Branch: metaconfig/U/perl
23361            ! longdblfio.U
23362      Branch: perl
23363            ! Configure config_h.SH perl.h util.c
23364 ____________________________________________________________________________
23365 [  6936] By: jhi                                   on 2000/08/31  04:18:19
23366         Log: The #6929 was too skimpy.
23367      Branch: perl
23368            ! sv.c
23369 ____________________________________________________________________________
23370 [  6935] By: jhi                                   on 2000/08/31  02:47:07
23371         Log: Subject: Re: typos in pods
23372              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23373              Date: Wed, 30 Aug 2000 19:25:34 -0700
23374              Message-ID: <eIcr5gzkg25X092yn@efn.org>
23375      Branch: perl
23376            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
23377 ____________________________________________________________________________
23378 [  6934] By: jhi                                   on 2000/08/31  02:42:55
23379         Log: Missed one Unicode file.
23380      Branch: perl
23381            + lib/unicode/UCDFF301.html
23382 ____________________________________________________________________________
23383 [  6933] By: jhi                                   on 2000/08/30  23:42:27
23384         Log: Update Changes.
23385      Branch: perl
23386            ! Changes patchlevel.h
23387 ____________________________________________________________________________
23388 [  6932] By: jhi                                   on 2000/08/30  23:40:07
23389         Log: Mention UNTIE in perldelta.  Still needs documenting
23390              in perltie et alia.
23391      Branch: perl
23392            ! pod/perldelta.pod
23393 ____________________________________________________________________________
23394 [  6931] By: jhi                                   on 2000/08/30  23:36:02
23395         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
23396              From: <abigail@foad.org>
23397              Date: Wed, 30 Aug 2000 19:28:07 -0400
23398              Message-ID: <20000830232807.305.qmail@foad.org>
23399      Branch: perl
23400            ! pod/perldelta.pod
23401 ____________________________________________________________________________
23402 [  6930] By: jhi                                   on 2000/08/30  23:32:40
23403         Log: Update to Unicode 3.0.1.
23404      Branch: perl
23405            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
23406            + lib/unicode/PropList.txt lib/unicode/README.perl
23407            + lib/unicode/UCD301.html lib/unicode/Unicode.301
23408            - lib/unicode/Props.txt lib/unicode/UCD300.html
23409            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23410            ! (edit 257 files)
23411 ____________________________________________________________________________
23412 [  6929] By: jhi                                   on 2000/08/30  22:38:18
23413         Log: Heap decorruption.
23414              
23415              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
23416              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23417              Date: Wed, 30 Aug 2000 22:39:52 +0100
23418              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
23419      Branch: perl
23420            ! sv.c
23421 ____________________________________________________________________________
23422 [  6928] By: jhi                                   on 2000/08/30  22:29:34
23423         Log: Retract the dummy test, skip the security tests (instead of failing),
23424              explain what the warnings mean.
23425      Branch: perl
23426            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
23427 ____________________________________________________________________________
23428 [  6927] By: jhi                                   on 2000/08/30  22:14:13
23429         Log: Change the internal implementation of sort() to be mergesort
23430              instead of quicksort, from John Linderman <jpl@research.att.com>.
23431              Gives us better worst case, better average case, and stability.
23432              What's there not to like?  (Small fixes for threaded builds
23433              were required).
23434      Branch: perl
23435            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
23436 ____________________________________________________________________________
23437 [  6926] By: jhi                                   on 2000/08/30  20:55:20
23438         Log: A better fix for the Socket building problem from Craig Berry.
23439      Branch: perl
23440            ! vms/vms.c
23441 ____________________________________________________________________________
23442 [  6925] By: jhi                                   on 2000/08/30  20:20:25
23443         Log: Subject: [PATCH] Re: UNTIE method 
23444              From: Nick Ing-Simmons <nik@tiuk.ti.com>
23445              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
23446              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
23447      Branch: perl
23448            ! pp_sys.c t/op/tie.t
23449 ____________________________________________________________________________
23450 [  6924] By: jhi                                   on 2000/08/30  20:17:11
23451         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
23452              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23453              Date: Wed, 30 Aug 2000 15:03:14 -0500
23454              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
23455      Branch: perl
23456            ! vms/vms.c
23457 ____________________________________________________________________________
23458 [  6923] By: jhi                                   on 2000/08/30  20:15:18
23459         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
23460              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23461              Date: Wed, 30 Aug 2000 13:30:36 -0500
23462              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
23463      Branch: perl
23464            ! vms/vms.c
23465 ____________________________________________________________________________
23466 [  6922] By: jhi                                   on 2000/08/30  19:54:43
23467         Log: Better options for rsync.
23468      Branch: perl
23469            ! pod/perlhack.pod
23470 ____________________________________________________________________________
23471 [  6921] By: jhi                                   on 2000/08/30  19:40:16
23472         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
23473              From: Rick Delaney <rick@consumercontact.com>
23474              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
23475              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
23476      Branch: perl
23477            ! pod/perlfunc.pod
23478 ____________________________________________________________________________
23479 [  6920] By: jhi                                   on 2000/08/30  19:36:40
23480         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
23481              From: Peter Prymmer <pvhp@forte.com>
23482              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
23483              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
23484      Branch: perl
23485            ! configure.com
23486 ____________________________________________________________________________
23487 [  6919] By: jhi                                   on 2000/08/30  14:52:02
23488         Log: Update Changes.
23489      Branch: perl
23490            ! Changes patchlevel.h
23491 ____________________________________________________________________________
23492 [  6918] By: jhi                                   on 2000/08/30  14:48:34
23493         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
23494      Branch: perl
23495            ! lib/ExtUtils/typemap
23496 ____________________________________________________________________________
23497 [  6917] By: jhi                                   on 2000/08/30  14:46:34
23498         Log: Subject: typos in pods
23499              From: Nicholas Clark <nick@ccl4.org>
23500              Date: Wed, 30 Aug 2000 01:12:50 +0100
23501              Message-ID: <20000830011249.A61388@plum.flirble.org>
23502      Branch: perl
23503            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
23504            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
23505            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
23506            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
23507 ____________________________________________________________________________
23508 [  6916] By: jhi                                   on 2000/08/30  14:19:09
23509         Log: Document Storable problems on Crays.  (Will have
23510              to document all the other Storable problems, too.)
23511      Branch: perl
23512            ! pod/perldelta.pod
23513 ____________________________________________________________________________
23514 [  6915] By: jhi                                   on 2000/08/30  14:06:02
23515         Log: Subject: [PATCH] fix misc cast warnings
23516              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23517              Date: Tue, 29 Aug 2000 23:16:14 -0700
23518              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
23519      Branch: perl
23520            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
23521            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
23522            ! os2/os2ish.h
23523 ____________________________________________________________________________
23524 [  6914] By: jhi                                   on 2000/08/30  14:03:45
23525         Log: Timestamp mismatch again.  Need to fix this dependence on
23526              config_h.SH timestamp, since it's the contents of config_h.SH
23527              that matter.
23528      Branch: perl
23529            ! uconfig.h uconfig.sh
23530 ____________________________________________________________________________
23531 [  6913] By: jhi                                   on 2000/08/30  13:54:06
23532         Log: Don't say "Perl 5.0 source kit".
23533      Branch: perl
23534            ! perl.c
23535 ____________________________________________________________________________
23536 [  6912] By: jhi                                   on 2000/08/30  13:51:24
23537         Log: Reset archname and archname64 always, forcing them be
23538              recomputed at each Configure run, make Configure and
23539              the hints files agree on the naming of largefiles variables.
23540      Branch: metaconfig
23541            ! U/threads/archname.U
23542      Branch: metaconfig/U/perl
23543            ! use64bits.U
23544      Branch: perl
23545            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
23546            ! hints/linux.sh hints/solaris_2.sh
23547 ____________________________________________________________________________
23548 [  6911] By: jhi                                   on 2000/08/30  13:30:13
23549         Log: Put back the slice accidentally removed by #6907.
23550      Branch: perl
23551            ! hints/solaris_2.sh
23552 ____________________________________________________________________________
23553 [  6910] By: jhi                                   on 2000/08/30  01:24:26
23554         Log: Be consistent: other Net::get* do export theirs.
23555              
23556              Subject: Re: Net::protoent does not export 'getproto'
23557              From: Yasushi Nakajima <sey@jkc.co.jp>
23558              Date: Wed, 30 Aug 2000 09:53:14 +0900
23559              Message-Id: <200008300051.DAA24700@taku.hut.fi>
23560      Branch: perl
23561            ! lib/Net/protoent.pm
23562 ____________________________________________________________________________
23563 [  6909] By: jhi                                   on 2000/08/30  01:17:25
23564         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
23565              From: Gurusamy Sarathy <gsar@ActiveState.com>
23566              Date: Tue, 29 Aug 2000 17:17:07 -0700
23567              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
23568      Branch: perl
23569            ! cop.h
23570 ____________________________________________________________________________
23571 [  6908] By: jhi                                   on 2000/08/30  00:58:05
23572         Log: Update Changes.
23573      Branch: perl
23574            ! Changes patchlevel.h
23575 ____________________________________________________________________________
23576 [  6907] By: jhi                                   on 2000/08/30  00:57:22
23577         Log: Introduce ccname to keep track of what compiler kind of we have.
23578      Branch: metaconfig/U/perl
23579            ! Checkcc.U gccvers.U
23580      Branch: perl
23581            ! Configure config_h.SH hints/solaris_2.sh
23582 ____________________________________________________________________________
23583 [  6906] By: jhi                                   on 2000/08/30  00:25:47
23584         Log: Put back the flags dump as reasoned in
23585              
23586              Subject: Re: [PATCH] Glob dumping
23587              From: Mike Guy <mjtg@cam.ac.uk> 
23588              Date: Tue, 29 Aug 2000 21:41:32 +0100
23589              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
23590      Branch: perl
23591            ! dump.c t/lib/peek.t
23592 ____________________________________________________________________________
23593 [  6905] By: jhi                                   on 2000/08/30  00:16:17
23594         Log: Make the epsilon to be relative, not absolute.
23595              
23596              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
23597              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
23598              Date: Tue, 29 Aug 2000 19:58:56 -0400
23599              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
23600      Branch: perl
23601            ! t/lib/trig.t
23602 ____________________________________________________________________________
23603 [  6904] By: jhi                                   on 2000/08/30  00:13:09
23604         Log: From now on, Gisle is on my list of usual suspects :-)
23605              Retract #6902.
23606      Branch: perl
23607            ! ext/Opcode/Safe.pm
23608 ____________________________________________________________________________
23609 [  6903] By: jhi                                   on 2000/08/29  23:51:20
23610         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
23611              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23612              Date: Tue, 29 Aug 2000 18:43:26 -0500
23613              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
23614      Branch: perl
23615            + vms/vmspipe.com
23616            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
23617            ! vms/vms.c
23618 ____________________________________________________________________________
23619 [  6902] By: jhi                                   on 2000/08/29  23:44:14
23620         Log: Retry what #6882 attempted.
23621              
23622              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
23623              From: Gisle Aas <gisle@ActiveState.com>
23624              Date: 30 Aug 2000 00:33:09 +0200
23625              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
23626      Branch: perl
23627            ! ext/Opcode/Safe.pm
23628 ____________________________________________________________________________
23629 [  6901] By: jhi                                   on 2000/08/29  22:59:32
23630         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
23631              From: Hugo <hv@crypt.compulink.co.uk>
23632              Date: Mon, 12 Jun 2000 19:36:08 +0100
23633              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
23634      Branch: perl
23635            ! sv.c
23636 ____________________________________________________________________________
23637 [  6900] By: jhi                                   on 2000/08/29  22:58:35
23638         Log: Admit that we are leaking scalars.
23639              
23640              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
23641              From: Spider Boardman <spider@leggy.zk3.dec.com>
23642              Date: Tue, 29 Aug 2000 18:48:29 -0400
23643              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
23644      Branch: perl
23645            ! t/pragma/warnings.t
23646 ____________________________________________________________________________
23647 [  6899] By: jhi                                   on 2000/08/29  20:53:13
23648         Log: Update Changes.
23649      Branch: perl
23650            ! Changes patchlevel.h
23651 ____________________________________________________________________________
23652 [  6898] By: jhi                                   on 2000/08/29  20:46:21
23653         Log: Undo namespace pollution of #6878.
23654              
23655              Subject: Re: Net::protoent does not export 'getproto'
23656              From: Mike Guy <mjtg@cam.ac.uk>
23657              Date: Tue, 29 Aug 2000 21:32:37 +0100
23658              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
23659      Branch: perl
23660            ! lib/Net/protoent.pm
23661 ____________________________________________________________________________
23662 [  6897] By: jhi                                   on 2000/08/29  20:44:29
23663         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
23664              From: Peter Prymmer <pvhp@forte.com>
23665              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
23666              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
23667      Branch: perl
23668            ! pod/perlebcdic.pod
23669 ____________________________________________________________________________
23670 [  6896] By: jhi                                   on 2000/08/29  20:40:57
23671         Log: There's no point repeating the 'revision' (5) of perl5.
23672      Branch: metaconfig/U/perl
23673            ! Devel.U patchlevel.U
23674      Branch: perl
23675            ! Configure config_h.SH
23676 ____________________________________________________________________________
23677 [  6895] By: jhi                                   on 2000/08/29  20:16:58
23678         Log: Regen Configure for #6894.
23679      Branch: metaconfig/U/perl
23680            ! perladmin.U
23681      Branch: perl
23682            ! Configure config_h.SH
23683 ____________________________________________________________________________
23684 [  6894] By: jhi                                   on 2000/08/29  19:59:52
23685         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
23686              From: "Philip Newton" <Philip.Newton@gmx.net>
23687              Date: Tue, 29 Aug 2000 21:39:14 +0200
23688              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
23689      Branch: perl
23690            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
23691            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
23692            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
23693            ! utils/perlbug.PL
23694 ____________________________________________________________________________
23695 [  6893] By: jhi                                   on 2000/08/29  19:55:30
23696         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
23697              From: "Philip Newton" <Philip.Newton@gmx.net>
23698              Date: Tue, 29 Aug 2000 21:39:14 +0200
23699              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
23700      Branch: perl
23701            ! installhtml
23702 ____________________________________________________________________________
23703 [  6892] By: jhi                                   on 2000/08/29  19:53:59
23704         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
23705              From: "Philip Newton" <Philip.Newton@gmx.net>
23706              Date: Tue, 29 Aug 2000 21:48:18 +0200
23707              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
23708      Branch: perl
23709            ! lib/File/Temp.pm
23710 ____________________________________________________________________________
23711 [  6891] By: jhi                                   on 2000/08/29  18:30:03
23712         Log: Nail the ID 20000828.023.
23713      Branch: perl
23714            ! ext/Storable/Storable.xs
23715 ____________________________________________________________________________
23716 [  6890] By: jhi                                   on 2000/08/29  16:50:17
23717         Log: Under usethreads the dumped variable is IN_PAD.
23718              
23719              Subject: Re: [PATCH] Glob dumping
23720              From: Gisle Aas <gisle@ActiveState.com>
23721              Date: 29 Aug 2000 18:45:05 +0200
23722              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
23723      Branch: perl
23724            ! t/lib/peek.t
23725 ____________________________________________________________________________
23726 [  6889] By: jhi                                   on 2000/08/29  15:17:37
23727         Log: Update Changes.
23728      Branch: perl
23729            ! Changes patchlevel.h
23730 ____________________________________________________________________________
23731 [  6888] By: jhi                                   on 2000/08/29  14:49:59
23732         Log: Retract #6882, broke the safe tests.
23733      Branch: perl
23734            ! ext/Opcode/Safe.pm
23735 ____________________________________________________________________________
23736 [  6887] By: jhi                                   on 2000/08/29  14:47:06
23737         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
23738              From: Gisle Aas <gisle@ActiveState.com> 
23739              Date: 09 Jun 2000 20:00:11 +0200
23740              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
23741      Branch: perl
23742            ! utils/perldoc.PL
23743 ____________________________________________________________________________
23744 [  6886] By: jhi                                   on 2000/08/29  14:42:45
23745         Log: The #6881 removed one dump line.
23746      Branch: perl
23747            ! t/lib/peek.t
23748 ____________________________________________________________________________
23749 [  6885] By: jhi                                   on 2000/08/29  14:30:47
23750         Log: Don't forget to tidy up.
23751      Branch: perl
23752            ! t/lib/ftmp-security.t
23753 ____________________________________________________________________________
23754 [  6884] By: jhi                                   on 2000/08/29  14:25:17
23755         Log: Disabling the one test is a bit tricky.
23756      Branch: perl
23757            ! t/lib/ftmp-security.t
23758 ____________________________________________________________________________
23759 [  6883] By: jhi                                   on 2000/08/29  14:16:25
23760         Log: Disable one of the tests for now.
23761      Branch: perl
23762            ! t/lib/ftmp-security.t
23763 ____________________________________________________________________________
23764 [  6882] By: jhi                                   on 2000/08/29  14:05:50
23765         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
23766              From: gisle@aas.no
23767              Date: 29 Aug 2000 10:35:06 -0000
23768              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
23769      Branch: perl
23770            ! ext/Opcode/Safe.pm
23771 ____________________________________________________________________________
23772 [  6881] By: jhi                                   on 2000/08/29  14:03:51
23773         Log: Subject: [PATCH] Glob dumping
23774              From: Gisle Aas <gisle@ActiveState.com>
23775              Date: 29 Aug 2000 07:59:42 -0000
23776              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
23777      Branch: perl
23778            ! dump.c
23779 ____________________________________________________________________________
23780 [  6880] By: jhi                                   on 2000/08/29  14:02:01
23781         Log: Subject: [PATCH] Warnings in B::Deparse
23782              From: <abigail@foad.org>
23783              Date: Tue, 29 Aug 2000 00:00:01 -0400
23784              Message-ID: <20000829040001.2999.qmail@foad.org>
23785      Branch: perl
23786            ! ext/B/B/Deparse.pm
23787 ____________________________________________________________________________
23788 [  6879] By: jhi                                   on 2000/08/29  13:57:26
23789         Log: Missed a change in #6869.
23790      Branch: perl
23791            ! mg.c
23792 ____________________________________________________________________________
23793 [  6878] By: jhi                                   on 2000/08/29  13:45:04
23794         Log: Subject: Net::protoent does not export 'getproto'
23795              From: Yasushi Nakajima <sey@jkc.co.jp>
23796              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
23797      Branch: perl
23798            ! lib/Net/protoent.pm
23799 ____________________________________________________________________________
23800 [  6877] By: jhi                                   on 2000/08/29  13:39:19
23801         Log: Patches all over for people and the files they (hopefully) care about.
23802      Branch: perl
23803            ! AUTHORS Changes MAINTAIN
23804 ____________________________________________________________________________
23805 [  6876] By: jhi                                   on 2000/08/29  12:53:54
23806         Log: Fix for thinko in #6848.
23807              
23808              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
23809              From: Lupe Christoph <lupe@lupe-christoph.de>
23810              Date: Tue, 29 Aug 2000 09:04:08 +0200
23811              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
23812      Branch: perl
23813            ! ext/Thread/Thread.xs
23814 ____________________________________________________________________________
23815 [  6875] By: jhi                                   on 2000/08/29  12:50:14
23816         Log: Update to Getopt::Long 2.24, from Johan Vromans.
23817      Branch: perl
23818            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
23819 ____________________________________________________________________________
23820 [  6874] By: jhi                                   on 2000/08/29  02:09:53
23821         Log: Use minimal @INC in tests, most of the time just '../lib',
23822              so that we simply can't pick up stuff from other Perls than
23823              the one we are testing.  Pointed out by
23824              
23825              From: Mike Guy <mjtg@cam.ac.uk>
23826              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
23827              Date: Fri, 25 Aug 2000 15:15:59 +0100
23828              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
23829      Branch: perl
23830            ! (edit 185 files)
23831 ____________________________________________________________________________
23832 [  6873] By: jhi                                   on 2000/08/29  01:07:11
23833         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
23834              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23835              Date: Mon, 28 Aug 2000 17:45:52 -0700
23836              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
23837      Branch: perl
23838            ! Makefile.SH hints/os2.sh
23839 ____________________________________________________________________________
23840 [  6872] By: jhi                                   on 2000/08/28  23:33:39
23841         Log: Subject: [PATCH bleedperl@6866] spellings
23842              From: marcel@codewerk.com (Marcel Grunauer)
23843              Date: Tue, 29 Aug 2000 01:19:59 +0200
23844              Message-Id: <200008282319.BAA29862@gandalf.local>
23845      Branch: perl
23846            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
23847            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
23848            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
23849 ____________________________________________________________________________
23850 [  6871] By: jhi                                   on 2000/08/28  23:22:09
23851         Log: Take out the SUIDMAIL thing, that will not be
23852              a problem in 5.7.*.
23853      Branch: perl
23854            ! patchlevel.h
23855 ____________________________________________________________________________
23856 [  6870] By: jhi                                   on 2000/08/28  23:19:30
23857         Log: -S is the silent flag, -s is the strip flag.
23858              
23859              Subject: [PATCH] Re: [PATCH] make no-install          
23860              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23861              Date: Mon, 28 Aug 2000 15:12:55 -0700
23862              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
23863      Branch: perl
23864            ! Makefile.SH
23865 ____________________________________________________________________________
23866 [  6869] By: jhi                                   on 2000/08/28  23:12:05
23867         Log: Subject: [PATCH bleedperl@6856] warnings fixes
23868              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23869              Date: Mon, 28 Aug 2000 23:55:06 +0100
23870              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
23871      Branch: perl
23872            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
23873            ! warnings.h warnings.pl
23874 ____________________________________________________________________________
23875 [  6868] By: jhi                                   on 2000/08/28  21:38:22
23876         Log: Potential cruft.
23877      Branch: perl
23878            ! Makefile.SH
23879 ____________________________________________________________________________
23880 [  6867] By: jhi                                   on 2000/08/28  21:35:36
23881         Log: Update Changes.
23882      Branch: perl
23883            ! Changes patchlevel.h
23884 ____________________________________________________________________________
23885 [  6866] By: jhi                                   on 2000/08/28  21:33:49
23886         Log: Subject: hv.h Doc Patch
23887              From: Fisher Mark <fisherm@tce.com>
23888              Date: Mon, 28 Aug 2000 16:24:59 -0500
23889              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
23890      Branch: perl
23891            ! hv.h
23892 ____________________________________________________________________________
23893 [  6865] By: jhi                                   on 2000/08/28  21:02:15
23894         Log: Add -ld to archname on long tr...double platforms.
23895      Branch: metaconfig
23896            ! U/threads/archname.U
23897      Branch: perl
23898            ! Configure config_h.SH
23899 ____________________________________________________________________________
23900 [  6864] By: jhi                                   on 2000/08/28  20:38:59
23901         Log: An attempt to fix the problem reported in
23902              
23903              Subject: Building perl@6856 using gcc/AIX 4.3.3 
23904              From: Daniel Muino <dmuino@afip.gov.ar> 
23905              Date: Mon, 28 Aug 2000 15:50:01 -0300   
23906              Message-ID: <20000828155001.A14403@con2-dgi>
23907              
23908              I can't test this properly since the gcc installation I have
23909              access to seems to be botched (gcc is calling the AIX cpp,
23910              a losing proposition...)
23911      Branch: perl
23912            ! hints/aix.sh
23913 ____________________________________________________________________________
23914 [  6863] By: jhi                                   on 2000/08/28  18:57:52
23915         Log: Fix for ID 20000828.001, long doubles were not formatted
23916              correctly (showed up in $], which stopped installing perl).
23917      Branch: perl
23918            ! sv.c
23919 ____________________________________________________________________________
23920 [  6862] By: jhi                                   on 2000/08/28  18:07:15
23921         Log: Typo in #6858.
23922      Branch: perl
23923            ! lib/Cwd.pm
23924 ____________________________________________________________________________
23925 [  6861] By: jhi                                   on 2000/08/28  17:57:27
23926         Log: opmini.o may be left around if a build is interrupted.
23927      Branch: perl
23928            ! Makefile.SH
23929 ____________________________________________________________________________
23930 [  6860] By: jhi                                   on 2000/08/28  16:52:50
23931         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
23932              From: Daniel Chetlin <daniel@chetlin.com>
23933              Date: Mon, 28 Aug 2000 01:14:18 -0700
23934              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
23935      Branch: perl
23936            ! lib/overload.pm
23937 ____________________________________________________________________________
23938 [  6859] By: jhi                                   on 2000/08/28  16:08:46
23939         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
23940              From: Nicholas Clark <nick@ccl4.org>
23941              Date: Mon, 28 Aug 2000 16:03:27 +0100
23942              Message-Id: <20000828160327.C49785@plum.flirble.org>
23943      Branch: perl
23944            ! ext/ByteLoader/bytecode.h
23945 ____________________________________________________________________________
23946 [  6858] By: jhi                                   on 2000/08/28  16:02:10
23947         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
23948              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
23949              Date: Mon, 28 Aug 2000 13:08:30 +0200
23950              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
23951      Branch: perl
23952            ! lib/Cwd.pm
23953 ____________________________________________________________________________
23954 [  6857] By: jhi                                   on 2000/08/28  15:42:47
23955         Log: display_format used as a class method without arguments was broken,
23956              reported in
23957              
23958              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
23959              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
23960              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
23961              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
23962      Branch: perl
23963            ! lib/Math/Complex.pm t/lib/complex.t
23964 ____________________________________________________________________________
23965 [  6856] By: jhi                                   on 2000/08/27  22:09:48
23966         Log: Update Changes.
23967      Branch: perl
23968            ! Changes patchlevel.h
23969 ____________________________________________________________________________
23970 [  6855] By: jhi                                   on 2000/08/27  21:59:21
23971         Log: Retract #6853 (false alarm).
23972      Branch: perl
23973            ! lib/ExtUtils/xsubpp
23974 ____________________________________________________________________________
23975 [  6854] By: jhi                                   on 2000/08/27  21:37:44
23976         Log: Update Changes.
23977      Branch: perl
23978            ! Changes patchlevel.h
23979 ____________________________________________________________________________
23980 [  6853] By: jhi                                   on 2000/08/27  21:37:16
23981         Log: Subject: [PATCH perl@6850] workaround for xsubpp
23982              From: Hugo <hv@crypt.compulink.co.uk>
23983              Date: Sun, 27 Aug 2000 22:30:25 +0100
23984              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
23985      Branch: perl
23986            ! lib/ExtUtils/xsubpp
23987 ____________________________________________________________________________
23988 [  6852] By: jhi                                   on 2000/08/27  21:33:58
23989         Log: Big-endian 64-bit patch from Raphael Manfredi.
23990      Branch: perl
23991            ! ext/Storable/Storable.xs
23992 ____________________________________________________________________________
23993 [  6851] By: jhi                                   on 2000/08/27  21:22:21
23994         Log: More ruthless editing from Hugo van der Sanden.
23995      Branch: perl
23996            ! pod/perldelta.pod
23997 ____________________________________________________________________________
23998 [  6850] By: jhi                                   on 2000/08/27  16:11:46
23999         Log: Update Changes.
24000      Branch: perl
24001            ! Changes patchlevel.h
24002 ____________________________________________________________________________
24003 [  6849] By: jhi                                   on 2000/08/27  16:11:05
24004         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
24005      Branch: perl
24006            ! configpm pod/perldelta.pod
24007 ____________________________________________________________________________
24008 [  6848] By: jhi                                   on 2000/08/27  15:35:08
24009         Log: Use the actual thread type, not the pointer-to-struct.
24010      Branch: perl
24011            ! ext/Thread/Thread.xs
24012 ____________________________________________________________________________
24013 [  6847] By: jhi                                   on 2000/08/27  15:30:49
24014         Log: Test nit.
24015      Branch: perl
24016            ! t/pragma/warn/pp_sys
24017 ____________________________________________________________________________
24018 [  6846] By: jhi                                   on 2000/08/27  15:19:02
24019         Log: Passing -R in ldflags makes now it to appear in the default
24020              for lddlflags, just like with -L.
24021              
24022              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24023              From: Lupe Christoph <lupe@lupe-christoph.de>
24024              Date: Sun, 27 Aug 2000 10:28:21 +0200
24025              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
24026      Branch: metaconfig/U/perl
24027            ! dlsrc.U
24028      Branch: perl
24029            ! Configure
24030 ____________________________________________________________________________
24031 [  6845] By: jhi                                   on 2000/08/27  15:08:54
24032         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
24033              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24034              Date: Sat, 26 Aug 2000 22:23:27 +0100
24035              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
24036      Branch: perl
24037            ! lib/ExtUtils/MM_Unix.pm
24038 ____________________________________________________________________________
24039 [  6844] By: jhi                                   on 2000/08/27  15:02:37
24040         Log: DJGPP update from Laszlo Molnar.
24041              
24042              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
24043              From: ml1050 <ml1050@freemail.hu>
24044              Date: Sat, 26 Aug 2000 23:24:40 +0200
24045              Message-Id: <20000826232440.A439@freemail.hu>
24046      Branch: perl
24047            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
24048            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
24049 ____________________________________________________________________________
24050 [  6843] By: jhi                                   on 2000/08/27  14:53:58
24051         Log: Subject: installman buglet
24052              From: Lupe Christoph <lupe@lupe-christoph.de>
24053              Date: Sun, 27 Aug 2000 14:38:59 +0200
24054              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
24055      Branch: perl
24056            ! installman
24057 ____________________________________________________________________________
24058 [  6842] By: jhi                                   on 2000/08/27  14:52:08
24059         Log: Can't get the test to reliably work thanks to the
24060              inaccurateness of floating point.  "Resolves" bug ids
24061              20000826.003, 20000826.009, 20000826.010,
24062      Branch: perl
24063            ! t/lib/trig.t
24064 ____________________________________________________________________________
24065 [  6841] By: jhi                                   on 2000/08/26  15:53:58
24066         Log: Update Changes.
24067      Branch: perl
24068            ! Changes patchlevel.h
24069 ____________________________________________________________________________
24070 [  6840] By: jhi                                   on 2000/08/26  14:23:03
24071         Log: grep -e isn't portable.
24072              
24073              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
24074              From: chris@broadband.att.com
24075              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
24076              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
24077      Branch: perl
24078            ! hints/solaris_2.sh
24079 ____________________________________________________________________________
24080 [  6839] By: jhi                                   on 2000/08/26  14:12:23
24081         Log: no-install target a la make -n.
24082              
24083              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
24084              From: <abigail@foad.org>
24085              Date: Sat, 26 Aug 2000 03:57:34 -0400
24086              Message-ID: <20000826075735.18912.qmail@foad.org>
24087      Branch: perl
24088            ! Makefile.SH installman installperl
24089 ____________________________________________________________________________
24090 [  6838] By: jhi                                   on 2000/08/26  14:06:33
24091         Log: Retract #6826 as the #6828 should be do the same
24092              in a More Correct Way.
24093      Branch: perl
24094            ! installperl
24095 ____________________________________________________________________________
24096 [  6837] By: jhi                                   on 2000/08/26  05:24:00
24097         Log: More casting.
24098      Branch: perl
24099            ! ext/Storable/Storable.xs
24100 ____________________________________________________________________________
24101 [  6836] By: jhi                                   on 2000/08/26  05:05:46
24102         Log: Nicer in decimal.
24103      Branch: perl
24104            ! ext/Storable/Storable.xs
24105 ____________________________________________________________________________
24106 [  6835] By: jhi                                   on 2000/08/26  05:03:50
24107         Log: There be no UVdf.
24108      Branch: perl
24109            ! ext/Storable/Storable.xs
24110 ____________________________________________________________________________
24111 [  6834] By: jhi                                   on 2000/08/26  05:00:18
24112         Log: Continue IVdfing and UVxfing.
24113      Branch: perl
24114            ! ext/Storable/Storable.xs
24115 ____________________________________________________________________________
24116 [  6833] By: jhi                                   on 2000/08/26  04:53:14
24117         Log: Use IVdf.
24118      Branch: perl
24119            ! ext/Storable/Storable.xs
24120 ____________________________________________________________________________
24121 [  6832] By: jhi                                   on 2000/08/26  04:40:41
24122         Log: Document PTR2XX and INT2PTR.
24123      Branch: perl
24124            ! pod/perlguts.pod
24125 ____________________________________________________________________________
24126 [  6831] By: jhi                                   on 2000/08/26  04:33:18
24127         Log: Use UVxf, PTR2UV, NVff.
24128      Branch: perl
24129            ! ext/Storable/Storable.xs
24130 ____________________________________________________________________________
24131 [  6830] By: jhi                                   on 2000/08/26  04:31:32
24132         Log: Update the test count.
24133      Branch: perl
24134            ! t/lib/trig.t
24135 ____________________________________________________________________________
24136 [  6829] By: jhi                                   on 2000/08/26  03:05:50
24137         Log: Subject: [PATCH] installation not quite silent yet.
24138              From: <abigail@foad.org>
24139              Date: Fri, 25 Aug 2000 20:07:53 -0400
24140              Message-ID: <20000826000753.7822.qmail@foad.org>
24141      Branch: perl
24142            ! installman installperl
24143 ____________________________________________________________________________
24144 [  6828] By: jhi                                   on 2000/08/26  03:05:14
24145         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24146              From: Spider Boardman <spider@web.zk3.dec.com>
24147              Date: Fri, 25 Aug 2000 19:12:40 -0400
24148              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
24149      Branch: perl
24150            ! gv.c
24151 ____________________________________________________________________________
24152 [  6827] By: jhi                                   on 2000/08/25  23:54:34
24153         Log: Support preserving extremely big/small angles.
24154      Branch: perl
24155            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
24156 ____________________________________________________________________________
24157 [  6826] By: jhi                                   on 2000/08/25  23:01:20
24158         Log: Patch installperl to be long double-aware.
24159              
24160              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
24161              From: Spider Boardman <spider@web.zk3.dec.com>
24162              Date: Fri, 25 Aug 2000 18:15:23 -0400
24163              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
24164      Branch: perl
24165            ! installperl
24166 ____________________________________________________________________________
24167 [  6825] By: jhi                                   on 2000/08/25  22:58:25
24168         Log: Remove duplicately applied patch shards.
24169              
24170              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
24171              From: Spider Boardman <spider@leggy.zk3.dec.com>
24172              Date: Fri, 25 Aug 2000 16:45:03 -0400
24173              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
24174      Branch: perl
24175            ! t/lib/cgi-html.t
24176 ____________________________________________________________________________
24177 [  6824] By: jhi                                   on 2000/08/25  22:57:00
24178         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24179              From: Daniel Chetlin <daniel@chetlin.com>
24180              Date: Fri, 25 Aug 2000 12:23:16 -0700
24181              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
24182              
24183              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
24184              From: Daniel Chetlin <daniel@chetlin.com>
24185              Date: Fri, 25 Aug 2000 14:47:19 -0700
24186              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
24187      Branch: perl
24188            ! installman
24189 ____________________________________________________________________________
24190 [  6823] By: jhi                                   on 2000/08/25  22:44:17
24191         Log: Timestamp problem?
24192      Branch: perl
24193            ! uconfig.h uconfig.sh
24194 ____________________________________________________________________________
24195 [  6822] By: jhi                                   on 2000/08/25  19:01:06
24196         Log: One forgotten file from #6816.
24197      Branch: perl
24198            ! vos/config.h
24199 ____________________________________________________________________________
24200 [  6821] By: jhi                                   on 2000/08/25  18:56:39
24201         Log: Regen Changes.
24202      Branch: perl
24203            ! Changes patchlevel.h
24204 ____________________________________________________________________________
24205 [  6820] By: jhi                                   on 2000/08/25  18:52:35
24206         Log: Fix Changes ordering.
24207      Branch: perl
24208            ! Changes
24209 ____________________________________________________________________________
24210 [  6819] By: jhi                                   on 2000/08/25  18:50:25
24211         Log: Update Changes.
24212      Branch: perl
24213            ! Changes patchlevel.h
24214 ____________________________________________________________________________
24215 [  6818] By: jhi                                   on 2000/08/25  18:47:45
24216         Log: Tweak the sfio/useperlio logic, hopefully as wished in
24217              
24218              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
24219              From: Nicholas Clark <nick@babyhippo.co.uk>
24220              Date: Fri, 25 Aug 2000 12:01:45 +0100
24221              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
24222      Branch: metaconfig/U/perl
24223            ! d_sfio.U
24224      Branch: perl
24225            ! Configure
24226 ____________________________________________________________________________
24227 [  6817] By: jhi                                   on 2000/08/25  18:32:51
24228         Log: Allow microperl to assume <math.h>, without it the math
24229              functions like floor() are assumed to return int, which makes
24230              for core dumps in machines where integer and floating register
24231              don't mix.
24232      Branch: perl
24233            ! uconfig.h uconfig.sh
24234 ____________________________________________________________________________
24235 [  6816] By: jhi                                   on 2000/08/25  18:27:17
24236         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
24237              the problem reported in
24238              
24239              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
24240              From: danhale@us.ibm.com
24241              Date: Fri, 25 Aug 2000 10:58:06 -0400
24242              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
24243      Branch: metaconfig/U/perl
24244            + d_socks5_init.U
24245      Branch: perl
24246            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
24247            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
24248            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
24249            ! win32/config.gc win32/config.vc
24250 ____________________________________________________________________________
24251 [  6815] By: jhi                                   on 2000/08/25  17:43:31
24252         Log: A solution for the retrieve_fd autosplit warning,
24253              idea suggested by Mike Guy.
24254      Branch: perl
24255            ! ext/Storable/Storable.pm
24256 ____________________________________________________________________________
24257 [  6814] By: jhi                                   on 2000/08/25  17:16:03
24258         Log: Add install-silent target.
24259      Branch: perl
24260            ! Makefile.SH
24261 ____________________________________________________________________________
24262 [  6813] By: jhi                                   on 2000/08/25  17:14:23
24263         Log: Subject: Re: [PATCH] More silencing of installman.
24264              From: <abigail@foad.org>
24265              Date: Thu, 24 Aug 2000 19:27:03 -0400
24266              Message-ID: <20000824232703.7001.qmail@foad.org>
24267              
24268              Subject: Re: [PATCH] More silencing of installman.
24269              From: <abigail@foad.org>
24270              Date: Fri, 25 Aug 2000 03:00:58 -0400
24271              Message-ID: <20000825070058.10697.qmail@foad.org>
24272      Branch: perl
24273            ! installman
24274 ____________________________________________________________________________
24275 [  6812] By: jhi                                   on 2000/08/25  17:11:28
24276         Log: installperl --verbose and --silent.
24277              
24278              Subject: Re: [PATCH] More silencing of installman.
24279              From: <abigail@foad.org>
24280              Message-ID: <20000825064430.9719.qmail@foad.org>
24281              Date: Fri, 25 Aug 2000 02:44:30 -0400
24282      Branch: perl
24283            ! installperl
24284 ____________________________________________________________________________
24285 [  6811] By: jhi                                   on 2000/08/25  17:05:43
24286         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
24287              From: "Peter J. Farley III" <pjfarley@banet.net>
24288              Date: Thu, 24 Aug 2000 21:58:03 -0400
24289              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
24290              
24291              (applied slightly modified)
24292      Branch: perl
24293            ! lib/ExtUtils/MM_Unix.pm
24294 ____________________________________________________________________________
24295 [  6810] By: jhi                                   on 2000/08/25  17:01:18
24296         Log: Missing parts of 
24297              
24298              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
24299              From: Peter Prymmer <pvhp@forte.com>
24300              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
24301              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
24302      Branch: perl
24303            ! t/lib/cgi-html.t
24304 ____________________________________________________________________________
24305 [  6809] By: jhi                                   on 2000/08/25  16:46:32
24306         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
24307              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24308              Date: Thu, 24 Aug 2000 19:13:11 -0500
24309              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
24310      Branch: perl
24311            ! vms/vms.c
24312 ____________________________________________________________________________
24313 [  6808] By: jhi                                   on 2000/08/25  16:39:22
24314         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
24315              From: Peter Prymmer <pvhp@forte.com>
24316              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
24317              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
24318      Branch: perl
24319            ! configure.com
24320 ____________________________________________________________________________
24321 [  6807] By: jhi                                   on 2000/08/25  16:36:37
24322         Log: Better wording for the vec lvalue diagnostic.
24323              
24324              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24325              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24326              Date: Wed, 23 Aug 2000 14:12:16 -0400
24327              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
24328      Branch: perl
24329            ! pod/perldiag.pod
24330 ____________________________________________________________________________
24331 [  6806] By: jhi                                   on 2000/08/24  18:17:22
24332         Log: Subject: [PATCH] More silencing of installman.
24333              From: <abigail@foad.org>
24334              Date: Thu, 24 Aug 2000 14:01:44 -0400
24335              Message-ID: <20000824180144.20062.qmail@foad.org>
24336      Branch: perl
24337            ! installman
24338 ____________________________________________________________________________
24339 [  6805] By: jhi                                   on 2000/08/24  15:00:31
24340         Log: Update Changes.
24341      Branch: perl
24342            ! Changes patchlevel.h
24343 ____________________________________________________________________________
24344 [  6804] By: jhi                                   on 2000/08/24  14:59:07
24345         Log: Regen perltoc.
24346      Branch: perl
24347            ! pod/perltoc.pod
24348 ____________________________________________________________________________
24349 [  6803] By: jhi                                   on 2000/08/24  14:44:39
24350         Log: Show the doc file, not the temp file.
24351      Branch: perl
24352            ! installman
24353 ____________________________________________________________________________
24354 [  6802] By: jhi                                   on 2000/08/24  14:41:53
24355         Log: Continue silencing.
24356      Branch: perl
24357            ! installman
24358 ____________________________________________________________________________
24359 [  6801] By: jhi                                   on 2000/08/24  14:34:40
24360         Log: Actually do something with the silencer option.
24361      Branch: perl
24362            ! installman
24363 ____________________________________________________________________________
24364 [  6800] By: jhi                                   on 2000/08/24  14:26:22
24365         Log: Make installman to recognize the silence flag -S.
24366      Branch: perl
24367            ! installman
24368 ____________________________________________________________________________
24369 [  6799] By: jhi                                   on 2000/08/24  13:49:38
24370         Log: DOS patches and portability/porting notes, from Tim Jenness.
24371      Branch: perl
24372            ! lib/File/Temp.pm
24373 ____________________________________________________________________________
24374 [  6798] By: jhi                                   on 2000/08/24  13:48:27
24375         Log: Create directories in silence.
24376              
24377              Subject: [PATCH] Another silencer for MakeMaker
24378              From: andreas.koenig@anima.de (Andreas J. Koenig)
24379              Date: 24 Aug 2000 14:18:52 +0200
24380              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
24381      Branch: perl
24382            ! lib/ExtUtils/Command.pm
24383 ____________________________________________________________________________
24384 [  6797] By: jhi                                   on 2000/08/24  13:46:42
24385         Log: More liberal parsing of version numbers.
24386              
24387              Subject: Re: CPAN.pm beta for testing available
24388              From: andreas.koenig@anima.de (Andreas J. Koenig)
24389              Date: 24 Aug 2000 13:51:57 +0200
24390              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
24391      Branch: perl
24392            ! lib/CPAN.pm
24393 ____________________________________________________________________________
24394 [  6796] By: jhi                                   on 2000/08/24  13:44:36
24395         Log: Make "make install" by default silent.  A new "install-verbose"
24396              target is verbose.
24397      Branch: perl
24398            ! Makefile.SH
24399 ____________________________________________________________________________
24400 [  6795] By: jhi                                   on 2000/08/24  13:39:14
24401         Log: Add silencer flags to installperl.
24402              
24403              Subject: [PATCH] Making installperl silent.
24404              From: <abigail@foad.org>
24405              Date: Thu, 24 Aug 2000 05:01:45 -0400
24406              Message-ID: <20000824090145.13141.qmail@foad.org>
24407      Branch: perl
24408            ! installperl
24409 ____________________________________________________________________________
24410 [  6794] By: jhi                                   on 2000/08/24  13:35:50
24411         Log: installperl couldn't tell whether it had run tests or not.
24412              
24413              Subject: [PATCH] Re: installperl and t/TEST
24414              From: <abigail@foad.org>
24415              Date: Thu, 24 Aug 2000 04:00:53 -0400
24416              Message-ID: <20000824080053.2494.qmail@foad.org>
24417      Branch: perl
24418            ! Makefile.SH installperl
24419 ____________________________________________________________________________
24420 [  6793] By: jhi                                   on 2000/08/24  13:27:50
24421         Log: Drop the separate perlbc, perlcc -b should be enough.
24422      Branch: perl
24423            - utils/perlbc.PL
24424            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
24425 ____________________________________________________________________________
24426 [  6792] By: jhi                                   on 2000/08/24  04:41:30
24427         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
24428              plus the typo fix from Peter Prymmer.
24429      Branch: perl
24430            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
24431            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24432 ____________________________________________________________________________
24433 [  6791] By: jhi                                   on 2000/08/24  02:10:43
24434         Log: Replace #6705 with a minimal doc patch.
24435              
24436              Subject: [PATCH 5.6.0] replace change #6705
24437              From: Jan Dubois <jand@ActiveState.com>
24438              Date: Wed, 23 Aug 2000 18:31:51 -0700
24439              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
24440      Branch: perl
24441            ! lib/Win32.pod win32/win32.c
24442 ____________________________________________________________________________
24443 [  6790] By: jhi                                   on 2000/08/23  17:52:00
24444         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
24445              From: Mike Guy <mjtg@cam.ac.uk>
24446              Date: Wed, 23 Aug 2000 18:38:46 +0100
24447              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
24448      Branch: perl
24449            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
24450 ____________________________________________________________________________
24451 [  6789] By: jhi                                   on 2000/08/23  15:34:21
24452         Log: Update Changes.
24453      Branch: perl
24454            ! Changes patchlevel.h
24455 ____________________________________________________________________________
24456 [  6788] By: jhi                                   on 2000/08/23  15:33:40
24457         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
24458              From: Wilfredo Sánchez <wsanchez@apple.com>
24459              Date: Tue, 22 Aug 2000 19:31:27 -0700
24460              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
24461      Branch: perl
24462            ! perl.h
24463 ____________________________________________________________________________
24464 [  6787] By: jhi                                   on 2000/08/23  15:29:31
24465         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
24466              From: Spider Boardman <spider@leggy.zk3.dec.com>
24467              Date: Wed, 23 Aug 2000 10:33:23 -0400
24468              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
24469      Branch: perl
24470            ! lib/Pod/Html.pm
24471 ____________________________________________________________________________
24472 [  6786] By: jhi                                   on 2000/08/23  15:28:11
24473         Log: Bad makefile.
24474      Branch: perl
24475            ! ext/B/Makefile.PL
24476 ____________________________________________________________________________
24477 [  6785] By: jhi                                   on 2000/08/23  14:37:04
24478         Log: Update Changes.
24479      Branch: perl
24480            ! Changes patchlevel.h
24481 ____________________________________________________________________________
24482 [  6784] By: jhi                                   on 2000/08/23  13:58:41
24483         Log: Portability fix from Hugo van der Sanden.
24484      Branch: perl
24485            ! ext/re/Makefile.PL
24486 ____________________________________________________________________________
24487 [  6783] By: jhi                                   on 2000/08/23  13:53:53
24488         Log: Storable support, v-version fixes.
24489              
24490              Subject: CPAN.pm beta for testing available
24491              From: andreas.koenig@anima.de (Andreas J. Koenig)
24492              Date: 22 Aug 2000 23:31:33 +0200
24493              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
24494      Branch: perl
24495            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24496 ____________________________________________________________________________
24497 [  6782] By: jhi                                   on 2000/08/23  13:51:26
24498         Log: Mac and other portability updates from Chris Nandor.
24499      Branch: perl
24500            ! pod/perlmodinstall.pod
24501 ____________________________________________________________________________
24502 [  6781] By: jhi                                   on 2000/08/23  13:47:33
24503         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
24504              From: Peter Prymmer <pvhp@forte.com>
24505              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
24506              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
24507      Branch: perl
24508            ! ext/Storable/Storable.xs
24509 ____________________________________________________________________________
24510 [  6780] By: jhi                                   on 2000/08/23  13:33:34
24511         Log: VMS MMS (make) wants null action.
24512      Branch: perl
24513            ! ext/B/Makefile.PL
24514 ____________________________________________________________________________
24515 [  6779] By: jhi                                   on 2000/08/22  19:44:47
24516         Log: Forgot portability nit.
24517      Branch: perl
24518            ! t/lib/st-forgive.t
24519 ____________________________________________________________________________
24520 [  6778] By: jhi                                   on 2000/08/22  19:35:25
24521         Log: Be portable.
24522      Branch: perl
24523            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
24524            ! t/lib/st-store.t
24525 ____________________________________________________________________________
24526 [  6777] By: jhi                                   on 2000/08/22  18:50:53
24527         Log: Update Changes.
24528      Branch: perl
24529            ! Changes patchlevel.h
24530 ____________________________________________________________________________
24531 [  6776] By: jhi                                   on 2000/08/22  18:44:46
24532         Log: cSVOPo_*v things index into the current PL_curpad
24533              under ithreads, which is different from the curpad
24534              used by the XSUB.  (In other words, the code as-is
24535              before this patch wouldn't work under ithreads.)
24536              From Sarathy.
24537      Branch: perl
24538            ! ext/B/B.xs
24539 ____________________________________________________________________________
24540 [  6775] By: jhi                                   on 2000/08/22  18:18:37
24541         Log: Make the selection of NVff et al stricter.
24542      Branch: metaconfig/U/perl
24543            ! perlxvf.U
24544      Branch: perl
24545            ! Configure config_h.SH
24546 ____________________________________________________________________________
24547 [  6774] By: jhi                                   on 2000/08/22  17:19:42
24548         Log: perldelta nits.
24549      Branch: perl
24550            ! pod/perldelta.pod
24551 ____________________________________________________________________________
24552 [  6773] By: jhi                                   on 2000/08/22  17:06:26
24553         Log: Long double fixes from Spider Boardman.
24554              
24555              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
24556              From: system PRIVILEGED account <root@peano.zk3.dec.com>
24557              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
24558              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
24559      Branch: perl
24560            ! t/lib/bigfltpm.t t/lib/st-06compat.t
24561 ____________________________________________________________________________
24562 [  6772] By: jhi                                   on 2000/08/22  15:04:53
24563         Log: Update Changes.
24564      Branch: perl
24565            ! Changes patchlevel.h
24566 ____________________________________________________________________________
24567 [  6771] By: jhi                                   on 2000/08/22  15:01:44
24568         Log: perldelta fixes from Hugo van der Sanden.
24569      Branch: perl
24570            ! pod/perldelta.pod
24571 ____________________________________________________________________________
24572 [  6770] By: jhi                                   on 2000/08/22  14:34:49
24573         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
24574              From: Hugo <hv@crypt.compulink.co.uk>
24575              Date: Tue, 22 Aug 2000 11:21:53 +0100
24576              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
24577      Branch: perl
24578            ! regcomp.c
24579 ____________________________________________________________________________
24580 [  6769] By: jhi                                   on 2000/08/22  14:30:02
24581         Log: Add Yitzchak, reformat.
24582      Branch: perl
24583            ! Changes config_h.SH
24584 ____________________________________________________________________________
24585 [  6768] By: jhi                                   on 2000/08/22  14:21:35
24586         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
24587              and Spider Boardman.
24588      Branch: metaconfig
24589            ! U/compline/d_gconvert.U
24590      Branch: perl
24591            ! Configure
24592 ____________________________________________________________________________
24593 [  6767] By: jhi                                   on 2000/08/22  14:11:24
24594         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
24595              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24596              Date: Mon, 21 Aug 2000 19:08:31 -0700
24597              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
24598      Branch: perl
24599            - ext/Storable/patchlevel.h
24600            ! MANIFEST ext/Storable/MANIFEST
24601 ____________________________________________________________________________
24602 [  6766] By: jhi                                   on 2000/08/22  13:49:29
24603         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
24604              From: Peter Prymmer <pvhp@forte.com>
24605              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
24606              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
24607      Branch: perl
24608            ! configure.com ext/Storable/Makefile.PL
24609 ____________________________________________________________________________
24610 [  6765] By: jhi                                   on 2000/08/22  13:44:59
24611         Log: Subject: [PATCH blead] B:: missing dependency
24612              From: Hugo <hv@crypt.compulink.co.uk>
24613              Date: Tue, 22 Aug 2000 06:44:33 +0100
24614              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
24615      Branch: perl
24616            ! ext/B/Makefile.PL
24617 ____________________________________________________________________________
24618 [  6764] By: jhi                                   on 2000/08/22  13:38:12
24619         Log: More bytecompiler.
24620      Branch: perl
24621            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
24622 ____________________________________________________________________________
24623 [  6763] By: jhi                                   on 2000/08/22  13:36:44
24624         Log: Bytecompiler patches from Benjamin Stuhl.
24625      Branch: perl
24626            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
24627            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24628            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
24629            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24630            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
24631            ! perl.c perlapi.h pod/perldelta.pod
24632 ____________________________________________________________________________
24633 [  6762] By: jhi                                   on 2000/08/21  23:43:40
24634         Log: An obsoleted diagnostic.
24635      Branch: perl
24636            ! pod/perldelta.pod
24637 ____________________________________________________________________________
24638 [  6761] By: jhi                                   on 2000/08/21  23:01:45
24639         Log: The #6759 wasn't quite right.
24640      Branch: perl
24641            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
24642            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
24643            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
24644            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
24645            ! t/lib/st-tieditems.t
24646 ____________________________________________________________________________
24647 [  6760] By: jhi                                   on 2000/08/21  22:35:49
24648         Log: Be verydeepclean.
24649      Branch: perl
24650            ! Makefile.SH
24651 ____________________________________________________________________________
24652 [  6759] By: jhi                                   on 2000/08/21  22:25:40
24653         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
24654              From: Peter Prymmer <pvhp@forte.com>
24655              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
24656              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
24657      Branch: perl
24658            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
24659            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
24660            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
24661            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
24662            ! t/lib/st-tieditems.t
24663 ____________________________________________________________________________
24664 [  6758] By: jhi                                   on 2000/08/21  22:22:32
24665         Log: Few more casts, need reported in
24666              
24667              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
24668              From: Mike Stok <mike@stok.co.uk>
24669              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
24670              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
24671              
24672              and
24673              
24674              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
24675              From: abigail@foad.org
24676              Date: 21 Aug 2000 21:31:34 -0000
24677              Message-Id: <20000821213134.30170.qmail@foad.org>
24678      Branch: perl
24679            ! ext/Storable/Storable.xs
24680 ____________________________________________________________________________
24681 [  6757] By: jhi                                   on 2000/08/21  18:37:07
24682         Log: Update Changes.
24683      Branch: perl
24684            ! Changes patchlevel.h
24685 ____________________________________________________________________________
24686 [  6756] By: jhi                                   on 2000/08/21  18:34:02
24687         Log: A pod nit.
24688              
24689              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
24690              From: <abigail@foad.org>
24691              Date: Mon, 21 Aug 2000 14:00:16 -0400
24692              Message-ID: <20000821180016.28627.qmail@foad.org>
24693      Branch: perl
24694            ! pod/perlre.pod
24695 ____________________________________________________________________________
24696 [  6755] By: jhi                                   on 2000/08/21  18:30:56
24697         Log: Use PodParser 1.18 new test.
24698      Branch: perl
24699            ! t/pod/special_seqs.t t/pod/special_seqs.xr
24700 ____________________________________________________________________________
24701 [  6754] By: jhi                                   on 2000/08/21  18:28:35
24702         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
24703              patches cannot be applied since #6712 conflicts.
24704      Branch: perl
24705            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
24706 ____________________________________________________________________________
24707 [  6753] By: jhi                                   on 2000/08/21  18:15:11
24708         Log: Weed out some smaller changes.
24709      Branch: perl
24710            ! pod/perldelta.pod
24711 ____________________________________________________________________________
24712 [  6752] By: jhi                                   on 2000/08/21  18:02:30
24713         Log: Also under djgpp the timestamps are funky.
24714      Branch: perl
24715            ! t/op/stat.t
24716 ____________________________________________________________________________
24717 [  6751] By: jhi                                   on 2000/08/21  17:55:56
24718         Log: Tweak the floating point output routine preferences.
24719      Branch: metaconfig
24720            ! U/compline/d_gconvert.U
24721      Branch: perl
24722            ! Configure
24723 ____________________________________________________________________________
24724 [  6750] By: jhi                                   on 2000/08/21  17:51:29
24725         Log: Unicos/mk requires elaborate paranoia.
24726      Branch: perl
24727            ! lib/Math/Complex.pm
24728 ____________________________________________________________________________
24729 [  6749] By: gsar                                  on 2000/08/21  16:53:31
24730         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
24731      Branch: perl
24732            ! lib/Cwd.pm
24733 ____________________________________________________________________________
24734 [  6748] By: gsar                                  on 2000/08/21  16:22:19
24735         Log: free TLS slot properly on Windows
24736      Branch: perl
24737            ! thread.h win32/perllib.c win32/win32thread.h
24738 ____________________________________________________________________________
24739 [  6747] By: jhi                                   on 2000/08/21  16:20:58
24740         Log: Rename the macro argument because some preprocessors
24741              can't tell the difference and expand arguments also inside
24742              double quoted strings.
24743      Branch: perl
24744            ! regcomp.c
24745 ____________________________________________________________________________
24746 [  6746] By: jhi                                   on 2000/08/21  16:09:41
24747         Log: Support long doubles in Storable.
24748              
24749              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
24750              From: Radu Greab <radu@netsoft.ro>
24751              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
24752              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
24753      Branch: perl
24754            ! ext/Storable/Storable.xs
24755 ____________________________________________________________________________
24756 [  6745] By: jhi                                   on 2000/08/21  15:51:40
24757         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
24758              From: "Fifer, Eric" <EFifer@sanwaint.com>
24759              Date: Mon, 21 Aug 2000 15:34:49 +0100
24760              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
24761      Branch: perl
24762            ! t/pragma/warn/9enabled
24763 ____________________________________________________________________________
24764 [  6744] By: jhi                                   on 2000/08/21  15:39:35
24765         Log: Document the endianness of Alpha more precisely.
24766      Branch: perl
24767            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
24768            ! pod/perlport.pod
24769 ____________________________________________________________________________
24770 [  6743] By: jhi                                   on 2000/08/21  14:47:05
24771         Log: perldelta fixes from the p5p crowd.
24772      Branch: perl
24773            ! pod/perldelta.pod pod/perlop.pod
24774 ____________________________________________________________________________
24775 [  6742] By: jhi                                   on 2000/08/21  13:34:51
24776         Log: Update to Pod::LaTeX 0.53.
24777              
24778              Subject: [PATCH] lib/Pod/LaTeX.pm updates
24779              From: Tim Jenness <timj@jach.hawaii.edu>
24780              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
24781              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
24782      Branch: perl
24783            ! lib/Pod/LaTeX.pm
24784 ____________________________________________________________________________
24785 [  6741] By: jhi                                   on 2000/08/21  13:33:01
24786         Log: Subject: [PATCH] os2.c fix for use64bitint
24787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24788              Date: Mon, 21 Aug 2000 01:32:25 -0700
24789              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
24790      Branch: perl
24791            ! os2/os2.c
24792 ____________________________________________________________________________
24793 [  6740] By: jhi                                   on 2000/08/21  13:28:52
24794         Log: Array context keeps slithering in.
24795              
24796              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
24797              From: Daniel Chetlin <daniel@chetlin.com>
24798              Date: Sun, 20 Aug 2000 21:40:25 -0700
24799              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
24800      Branch: perl
24801            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
24802            ! pod/perldebtut.pod
24803 ____________________________________________________________________________
24804 [  6739] By: jhi                                   on 2000/08/21  13:23:55
24805         Log: Big-endian quad fixes for Storable from Radu Greab,
24806              plus few explicit null casts for picky compilers.
24807      Branch: perl
24808            ! ext/Storable/Storable.xs
24809 ____________________________________________________________________________
24810 [  6738] By: gsar                                  on 2000/08/21  05:56:13
24811         Log: small tweaks for change#6705: avoid C++ style comments in C code;
24812              use Perl's malloc API rather than the low level system one
24813      Branch: perl
24814            ! win32/win32.c
24815 ____________________________________________________________________________
24816 [  6737] By: gsar                                  on 2000/08/21  05:35:41
24817         Log: add Storable to list of extensions on Windows
24818      Branch: perl
24819            ! win32/Makefile win32/makefile.mk
24820 ____________________________________________________________________________
24821 [  6736] By: jhi                                   on 2000/08/21  02:57:53
24822         Log: Update Changes.
24823      Branch: perl
24824            ! Changes patchlevel.h
24825 ____________________________________________________________________________
24826 [  6735] By: jhi                                   on 2000/08/21  02:57:20
24827         Log: Draft 0.
24828      Branch: perl
24829            ! pod/perldelta.pod
24830 ____________________________________________________________________________
24831 [  6734] By: jhi                                   on 2000/08/21  02:57:03
24832         Log: Add Storable 0.7.2 from Raphael Manfredi,
24833              plus the patch from
24834              
24835              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
24836              From: Radu Greab <radu@netsoft.ro>
24837              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
24838              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
24839              
24840              plus changes to get Storable to compile with
24841              picky ANSI compilers.
24842      Branch: perl
24843            + ext/Storable/ChangeLog ext/Storable/MANIFEST
24844            + ext/Storable/Makefile.PL ext/Storable/README
24845            + ext/Storable/Storable.pm ext/Storable/Storable.xs
24846            + ext/Storable/patchlevel.h t/lib/st-06compat.t
24847            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
24848            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
24849            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
24850            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
24851            + t/lib/st-tieditems.t
24852            ! MANIFEST
24853 ____________________________________________________________________________
24854 [  6733] By: jhi                                   on 2000/08/21  02:29:09
24855         Log: The correct cleaning order is an art.
24856      Branch: perl
24857            ! Makefile.SH
24858 ____________________________________________________________________________
24859 [  6732] By: jhi                                   on 2000/08/21  01:23:39
24860         Log: The #6724 is here.
24861      Branch: perl
24862            ! t/lib/ftmp-security.t
24863 ____________________________________________________________________________
24864 [  6731] By: jhi                                   on 2000/08/20  23:17:03
24865         Log: s/this one/the 5.6.0 release/
24866      Branch: perl
24867            ! pod/perl56delta.pod
24868 ____________________________________________________________________________
24869 [  6730] By: jhi                                   on 2000/08/20  23:07:34
24870         Log: Mention perlebcdic and perlposix-bc.
24871      Branch: perl
24872            ! pod/perlport.pod
24873 ____________________________________________________________________________
24874 [  6729] By: jhi                                   on 2000/08/20  21:32:59
24875         Log: Document the number of exponent digits.
24876      Branch: perl
24877            ! pod/perlfunc.pod
24878 ____________________________________________________________________________
24879 [  6728] By: jhi                                   on 2000/08/20  21:16:47
24880         Log: Use File::Spec->tmpdir().
24881              
24882              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
24883              From: Tim Jenness <timj@jach.hawaii.edu>
24884              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
24885              MIME-Version: 1.0
24886              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
24887      Branch: perl
24888            ! utils/perlbug.PL
24889 ____________________________________________________________________________
24890 [  6727] By: jhi                                   on 2000/08/20  20:43:32
24891         Log: Update Changes.
24892      Branch: perl
24893            ! Changes patchlevel.h
24894 ____________________________________________________________________________
24895 [  6726] By: jhi                                   on 2000/08/20  20:41:44
24896         Log: The veryclean target needs to clobber.
24897      Branch: perl
24898            ! Makefile.SH
24899 ____________________________________________________________________________
24900 [  6725] By: jhi                                   on 2000/08/20  20:37:38
24901         Log: Document odd vs even subreleases and -Dusedevel.
24902      Branch: perl
24903            ! INSTALL
24904 ____________________________________________________________________________
24905 [  6724] By: jhi                                   on 2000/08/20  19:58:05
24906         Log: Use temporary directory instead of current directory.
24907              
24908              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
24909              From: Tim Jenness <timj@jach.hawaii.edu>
24910              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
24911              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
24912      Branch: perl
24913            ! t/lib/ftmp-security.t
24914 ____________________________________________________________________________
24915 [  6723] By: jhi                                   on 2000/08/20  19:55:55
24916         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
24917              From: andreas.koenig@anima.de (Andreas J. Koenig)
24918              Date: 20 Aug 2000 15:52:03 +0200
24919              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
24920      Branch: perl
24921            ! lib/ExtUtils/MM_Unix.pm
24922 ____________________________________________________________________________
24923 [  6722] By: jhi                                   on 2000/08/20  19:46:01
24924         Log: Update to CGI 2.72, from Lincoln Stein.
24925      Branch: perl
24926            ! lib/CGI.pm
24927 ____________________________________________________________________________
24928 [  6721] By: jhi                                   on 2000/08/20  19:43:54
24929         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
24930              From: Radu Greab <radu@netsoft.ro>
24931              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
24932              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
24933      Branch: perl
24934            ! ext/GDBM_File/GDBM_File.xs
24935 ____________________________________________________________________________
24936 [  6720] By: jhi                                   on 2000/08/20  19:42:01
24937         Log: pp_open() could pass an uninitialized filename down to do_open9().
24938      Branch: perl
24939            ! pp_sys.c
24940 ____________________________________________________________________________
24941 [  6719] By: jhi                                   on 2000/08/20  14:06:41
24942         Log: UTF8 concat fixes.
24943              
24944              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
24945              From: Hugo <hv@crypt.compulink.co.uk>
24946              Date: Sun, 20 Aug 2000 07:30:46 +0100
24947              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
24948      Branch: perl
24949            ! pp_hot.c t/op/append.t
24950 ____________________________________________________________________________
24951 [  6718] By: jhi                                   on 2000/08/20  02:09:37
24952         Log: Let's try #6717 again.
24953      Branch: perl
24954            ! lib/File/Temp.pm
24955 ____________________________________________________________________________
24956 [  6717] By: jhi                                   on 2000/08/20  01:56:55
24957         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
24958              From: "Craig A. Berry" <craig.berry@metamorgs.com>
24959              Date: Sat, 19 Aug 2000 18:15:39 -0500
24960              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
24961      Branch: perl
24962            ! lib/File/Temp.pm
24963 ____________________________________________________________________________
24964 [  6716] By: jhi                                   on 2000/08/19  15:50:11
24965         Log: Update Changes.
24966      Branch: perl
24967            ! Changes patchlevel.h
24968 ____________________________________________________________________________
24969 [  6715] By: jhi                                   on 2000/08/19  15:39:09
24970         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
24971              From: Jonathan D Johnston <jdjohnston2@juno.com>
24972              Date: Thu, 17 Aug 2000 23:13:01 -0400       
24973              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
24974      Branch: perl
24975            ! pod/perlfunc.pod
24976 ____________________________________________________________________________
24977 [  6714] By: jhi                                   on 2000/08/19  15:34:04
24978         Log: Introduce a 'veryclean' target that is like 'distclean'
24979              but also removes *~ and *.orig.
24980      Branch: perl
24981            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
24982            ! utils/Makefile x2p/Makefile.SH
24983 ____________________________________________________________________________
24984 [  6713] By: jhi                                   on 2000/08/19  14:15:45
24985         Log: Put back the long double avoidance code to POSIX.xs
24986              because VMS seems to need it still.
24987      Branch: perl
24988            ! ext/POSIX/POSIX.xs
24989 ____________________________________________________________________________
24990 [  6712] By: jhi                                   on 2000/08/19  14:10:41
24991         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
24992              From: Peter Prymmer <pvhp@forte.com>
24993              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
24994              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
24995      Branch: perl
24996            ! lib/Pod/Find.pm t/pod/find.t
24997 ____________________________________________________________________________
24998 [  6711] By: jhi                                   on 2000/08/19  14:09:19
24999         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
25000              From: Peter Prymmer <pvhp@forte.com>
25001              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
25002              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
25003              cc: vmsperl@perl.org
25004      Branch: perl
25005            ! t/lib/peek.t
25006 ____________________________________________________________________________
25007 [  6710] By: jhi                                   on 2000/08/19  14:08:01
25008         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
25009              From: Jan Dubois <jand@ActiveState.com>
25010              Date: Fri, 18 Aug 2000 16:31:48 -0700
25011              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
25012      Branch: perl
25013            ! win32/win32.c
25014 ____________________________________________________________________________
25015 [  6709] By: jhi                                   on 2000/08/19  14:06:57
25016         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
25017              
25018              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
25019              From: Spider.Boardman@Orb.Nashua.NH.US
25020              Date: Fri, 18 Aug 2000 18:41:14 -0400
25021              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
25022      Branch: perl
25023            ! regcomp.c
25024 ____________________________________________________________________________
25025 [  6708] By: jhi                                   on 2000/08/18  22:04:49
25026         Log: Update Changes.
25027      Branch: perl
25028            ! Changes patchlevel.h
25029 ____________________________________________________________________________
25030 [  6707] By: jhi                                   on 2000/08/18  21:55:14
25031         Log: Add warnif(), check warnings further up the stack,
25032              all the warnings functions now can take an optional object reference.
25033              
25034              Subject: [PATCH bleedperl@6691] warnings pragma update
25035              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
25036              Date: Fri, 18 Aug 2000 22:42:06 +0100
25037              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
25038      Branch: perl
25039            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
25040            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
25041            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
25042 ____________________________________________________________________________
25043 [  6706] By: jhi                                   on 2000/08/18  21:41:45
25044         Log: Typo in pp_complement().
25045              
25046              Subject: [PATCH perl-current] Deparse
25047              From: Peter Scott <Peter@PSDT.com>
25048              Date: Fri, 18 Aug 2000 12:44:37 -0700
25049              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
25050      Branch: perl
25051            ! ext/B/B/Deparse.pm
25052 ____________________________________________________________________________
25053 [  6705] By: jhi                                   on 2000/08/18  21:25:59
25054         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
25055              From: Jan Dubois <jand@ActiveState.com>
25056              Date: Fri, 18 Aug 2000 14:22:51 -0700
25057              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
25058      Branch: perl
25059            ! lib/Win32.pod win32/win32.c
25060 ____________________________________________________________________________
25061 [  6704] By: jhi                                   on 2000/08/18  21:16:14
25062         Log: Don't eat leading os from index entries.
25063              
25064              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
25065              From: Russ Allbery <rra@stanford.edu>
25066              Date: 10 Aug 2000 20:49:25 -0700
25067              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
25068      Branch: perl
25069            ! lib/Pod/Man.pm
25070 ____________________________________________________________________________
25071 [  6703] By: jhi                                   on 2000/08/18  21:07:06
25072         Log: Add [[:blank:]] as suggested in
25073              
25074              Subject: [ID 20000716.024] [=cc=] / [:blank:]
25075              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
25076              Date: Sun, 16 Jul 2000 17:55:29 -0700
25077              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
25078              
25079              (the [=cc=] has already been taken care of by #6439
25080              so the whole bug report can be closed)
25081              
25082              and make [[:space:]] to be equivalent to isspace(3)
25083              (as opposed to \s, which is isSPACE()).  The difference
25084              is that now [[:space:]] matches the mythical vertical tab,
25085              while \s doesn't.
25086      Branch: perl
25087            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
25088            ! regexec.c t/op/pat.t
25089 ____________________________________________________________________________
25090 [  6702] By: jhi                                   on 2000/08/18  18:47:47
25091         Log: The new tests were missing from #6415.
25092      Branch: perl
25093            ! t/op/bop.t
25094 ____________________________________________________________________________
25095 [  6701] By: jhi                                   on 2000/08/18  18:20:40
25096         Log: Document the NDBM_File and ODBM_File as SDBM_File
25097              was documented in #6417.
25098      Branch: perl
25099            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
25100            ! ext/SDBM_File/SDBM_File.pm
25101 ____________________________________________________________________________
25102 [  6700] By: jhi                                   on 2000/08/18  18:10:39
25103         Log: Subject: [PATCH perl@6698] cygwin port
25104              From: "Fifer, Eric" <EFifer@sanwaint.com>
25105              Date: Fri, 18 Aug 2000 17:30:05 +0100
25106              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
25107      Branch: perl
25108            ! lib/File/Temp.pm
25109 ____________________________________________________________________________
25110 [  6699] By: jhi                                   on 2000/08/18  16:21:49
25111         Log: Document code point which makes if (defined %stash::) to work
25112              (noted by Spider Boardman).
25113      Branch: perl
25114            ! op.c
25115 ____________________________________________________________________________
25116 [  6698] By: jhi                                   on 2000/08/18  13:43:27
25117         Log: Update Changes.
25118      Branch: perl
25119            ! Changes patchlevel.h
25120 ____________________________________________________________________________
25121 [  6697] By: jhi                                   on 2000/08/18  13:35:57
25122         Log: Tiny Getopt::Long patch from Johan Vromans.
25123      Branch: perl
25124            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
25125 ____________________________________________________________________________
25126 [  6696] By: jhi                                   on 2000/08/18  13:26:14
25127         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
25128              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
25129              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
25130              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
25131      Branch: perl
25132            ! pod/perldiag.pod pod/perlsyn.pod
25133 ____________________________________________________________________________
25134 [  6695] By: jhi                                   on 2000/08/18  13:13:26
25135         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
25136              From: Daniel Chetlin <daniel@chetlin.com>
25137              Date: Fri, 18 Aug 2000 03:13:36 -0700
25138              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
25139      Branch: perl
25140            ! pod/perlfunc.pod
25141 ____________________________________________________________________________
25142 [  6694] By: jhi                                   on 2000/08/18  13:08:05
25143         Log: Subject: [PATCH] perltrap.pod spring cleaning
25144              From: Daniel Chetlin <daniel@chetlin.com>
25145              Date: Fri, 18 Aug 2000 03:06:54 -0700
25146              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
25147              
25148              plus Mike Guy's nitfix.
25149      Branch: perl
25150            ! pod/perltrap.pod
25151 ____________________________________________________________________________
25152 [  6693] By: jhi                                   on 2000/08/18  13:00:26
25153         Log: Unbuffer the output.
25154              
25155              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
25156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25157              Date: Thu, 17 Aug 2000 18:39:29 -0700
25158              Message-ID: <RPJn5gzkgydf092yn@efn.org>
25159      Branch: perl
25160            ! t/op/fork.t
25161 ____________________________________________________________________________
25162 [  6692] By: jhi                                   on 2000/08/18  05:19:17
25163         Log: Delete the image, too, not just its MANIFEStation.
25164      Branch: perl
25165            - lib/CGI/eg/wilogo.gif
25166 ____________________________________________________________________________
25167 [  6691] By: jhi                                   on 2000/08/18  05:10:26
25168         Log: Propagate new Configure vars.
25169      Branch: perl
25170            ! configure.com epoc/config.sh uconfig.h uconfig.sh
25171            ! vos/config.def vos/config.h vos/config_h.SH_orig
25172            ! win32/config.bc win32/config.gc win32/config.vc
25173            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25174 ____________________________________________________________________________
25175 [  6690] By: jhi                                   on 2000/08/18  04:30:56
25176         Log: Update Changes.
25177      Branch: perl
25178            ! Changes patchlevel.h
25179 ____________________________________________________________________________
25180 [  6689] By: jhi                                   on 2000/08/18  04:12:30
25181         Log: Fix the lib/complex failure of
25182              
25183              From: abigail@foad.org
25184              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25185              Date: 15 Aug 2000 04:06:38 -0000
25186              Message-Id: <20000815040638.8524.qmail@foad.org> 
25187              
25188              Linux long double accuracy issue: something that
25189              when printed with %g looks like "2" but int() of it is 1.
25190      Branch: perl
25191            ! lib/Math/Complex.pm
25192 ____________________________________________________________________________
25193 [  6688] By: jhi                                   on 2000/08/18  03:15:35
25194         Log: The byteorder code in #6671 was wrong.
25195      Branch: perl
25196            ! configpm
25197 ____________________________________________________________________________
25198 [  6687] By: jhi                                   on 2000/08/18  02:08:42
25199         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
25200              From: Jan Dubois <jand@ActiveState.com>
25201              Date: Thu, 17 Aug 2000 18:31:55 -0700
25202              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
25203      Branch: perl
25204            ! sv.c
25205 ____________________________________________________________________________
25206 [  6686] By: jhi                                   on 2000/08/18  02:04:15
25207         Log: Use NVs in POSIX math, not doubles.
25208              
25209              From: abigail@foad.org
25210              Subject: [ID 20000817.014] POSIX & modfl
25211              Date: 17 Aug 2000 20:49:18 -0000
25212              Message-Id: <20000817204918.23123.qmail@foad.org>
25213      Branch: perl
25214            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
25215 ____________________________________________________________________________
25216 [  6685] By: jhi                                   on 2000/08/18  02:02:12
25217         Log: Introduce NVef, NVff, and NVgf, use the middle one.
25218              (helps for lib/peek + Linux + long doubles)  Reported in
25219              
25220              From: abigail@foad.org
25221              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25222              Date: 15 Aug 2000 04:06:38 -0000
25223              Message-Id: <20000815040638.8524.qmail@foad.org> 
25224              
25225              (note: the lib/complex failure has not yet been addressed)
25226      Branch: metaconfig/U/perl
25227            ! perlxvf.U
25228      Branch: perl
25229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25230            ! config_h.SH dump.c perl.h pod/perlguts.pod
25231 ____________________________________________________________________________
25232 [  6684] By: jhi                                   on 2000/08/17  23:22:19
25233         Log: Add byteorder to the myconfig output.
25234      Branch: perl
25235            ! myconfig.SH
25236 ____________________________________________________________________________
25237 [  6683] By: jhi                                   on 2000/08/17  23:20:19
25238         Log: The image doth not exist, spotted by Johan Vromans.
25239      Branch: perl
25240            ! MANIFEST
25241 ____________________________________________________________________________
25242 [  6682] By: jhi                                   on 2000/08/17  22:38:16
25243         Log: Document what the backtick returns if the command fails.
25244      Branch: perl
25245            ! pod/perlop.pod
25246 ____________________________________________________________________________
25247 [  6681] By: jhi                                   on 2000/08/17  22:33:12
25248         Log: Do not use prototyping here.
25249              
25250              Subject: [ID 20000817.016] [PATCH] Peek.xs
25251              From: abigail@foad.org
25252              Date: 17 Aug 2000 20:55:56 -0000
25253              Message-Id: <20000817205556.24270.qmail@foad.org>
25254      Branch: perl
25255            ! ext/Devel/Peek/Makefile.PL
25256 ____________________________________________________________________________
25257 [  6680] By: jhi                                   on 2000/08/17  19:46:43
25258         Log: Don't propose using modules built for 5.005 if no binary
25259              compatibility with 5.005 is attempted.
25260              
25261              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25262              Subject: Minor nit with 5.7.0 (6655)
25263              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
25264              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
25265      Branch: metaconfig
25266            ! U/installdirs/inc_version_list.U
25267      Branch: perl
25268            ! Configure config_h.SH
25269 ____________________________________________________________________________
25270 [  6679] By: jhi                                   on 2000/08/17  19:16:39
25271         Log: Microperl config update.
25272      Branch: perl
25273            ! uconfig.h uconfig.sh
25274 ____________________________________________________________________________
25275 [  6678] By: jhi                                   on 2000/08/17  19:16:13
25276         Log: The #6648 wasn't protective enough for limited platforms
25277              (like microperl).
25278      Branch: perl
25279            ! dump.c sv.c
25280 ____________________________________________________________________________
25281 [  6677] By: jhi                                   on 2000/08/17  14:46:35
25282         Log: Update Changes.
25283      Branch: perl
25284            ! Changes patchlevel.h
25285 ____________________________________________________________________________
25286 [  6676] By: jhi                                   on 2000/08/17  14:44:02
25287         Log: Add perlebcdic from Peter Prymmer, regen toc.
25288      Branch: perl
25289            + pod/perlebcdic.pod
25290            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25291 ____________________________________________________________________________
25292 [  6675] By: jhi                                   on 2000/08/17  14:41:52
25293         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
25294      Branch: perl
25295            ! pod/perldebtut.pod
25296 ____________________________________________________________________________
25297 [  6674] By: jhi                                   on 2000/08/17  14:29:43
25298         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
25299              
25300              Subject: [ID 20000724.006] -DLEAKTEST problem
25301              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
25302              Date: Tue, 25 Jul 2000 00:36:32 -0500
25303              Message-Id: <20000725003632.A26186@www.llamacom.com>
25304              
25305              Reminder sent
25306              
25307              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
25308              From: Hugo <hv@crypt.compulink.co.uk>
25309              Date: Thu, 17 Aug 2000 15:23:42 +0100
25310              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
25311      Branch: perl
25312            ! util.c
25313 ____________________________________________________________________________
25314 [  6673] By: jhi                                   on 2000/08/17  04:07:10
25315         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
25316              From: John Peacock <JPeacock@UnivPress.com>
25317              Date: Tue, 01 Aug 2000 09:38:12 -0400
25318              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
25319      Branch: perl
25320            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
25321 ____________________________________________________________________________
25322 [  6672] By: jhi                                   on 2000/08/17  03:04:35
25323         Log: Subject: [PATCH] Cwd.pm now uses strict
25324              From: Tim Jenness <timj@jach.hawaii.edu>
25325              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
25326              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
25327      Branch: perl
25328            ! lib/Cwd.pm
25329 ____________________________________________________________________________
25330 [  6671] By: jhi                                   on 2000/08/17  02:16:35
25331         Log: Make $Config{byteorder} more magical so that it is
25332              dynamically computed: nice for 'fat binaries'.
25333              
25334              Subject: [PATCH]: default byteorder
25335              From: Wilfredo Sánchez <wsanchez@apple.com>
25336              Date: Mon, 31 Jul 2000 19:45:31 -0700
25337              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
25338      Branch: perl
25339            ! configpm
25340 ____________________________________________________________________________
25341 [  6670] By: gsar                                  on 2000/08/17  01:22:21
25342         Log: move WNOHANG definition to where other such things are
25343      Branch: perl
25344            ! win32/win32.h
25345 ____________________________________________________________________________
25346 [  6669] By: jhi                                   on 2000/08/17  01:19:17
25347         Log: Update Changes.
25348      Branch: perl
25349            ! Changes patchlevel.h
25350 ____________________________________________________________________________
25351 [  6668] By: jhi                                   on 2000/08/17  01:16:29
25352         Log: Doc nits spotted by Richard Soderberg.
25353      Branch: perl
25354            ! README.posix-bc README.vmesa
25355 ____________________________________________________________________________
25356 [  6667] By: jhi                                   on 2000/08/17  01:12:11
25357         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
25358              From: "Casey R. Tweten" <crt@kiski.net>
25359              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
25360              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
25361      Branch: perl
25362            ! pod/perldebtut.pod
25363 ____________________________________________________________________________
25364 [  6666] By: jhi                                   on 2000/08/17  01:09:31
25365         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
25366              From: "Casey R. Tweten" <crt@kiski.net>
25367              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
25368              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
25369      Branch: perl
25370            ! lib/Shell.pm
25371 ____________________________________________________________________________
25372 [  6665] By: gsar                                  on 2000/08/17  01:03:52
25373         Log: add "ok" targets from change#6632 in makefile.mk
25374      Branch: perl
25375            ! pod/perlport.pod win32/Makefile win32/makefile.mk
25376 ____________________________________________________________________________
25377 [  6664] By: gsar                                  on 2000/08/17  00:56:11
25378         Log: avoid warnings from dense compiler
25379      Branch: perl
25380            ! win32/win32.c
25381 ____________________________________________________________________________
25382 [  6663] By: jhi                                   on 2000/08/17  00:51:49
25383         Log: Tweak the regex compilation errors once more.
25384      Branch: perl
25385            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
25386            ! t/op/regmesg.t t/pragma/warn/regcomp
25387 ____________________________________________________________________________
25388 [  6662] By: gsar                                  on 2000/08/17  00:28:19
25389         Log: trailing new %ENV entries weren't being pushed into the real
25390              environment of subprocesses on Windows
25391      Branch: perl
25392            ! t/op/magic.t win32/perlhost.h
25393 ____________________________________________________________________________
25394 [  6661] By: gsar                                  on 2000/08/17  00:19:20
25395         Log: waitpid() now handles externally spawned pids correctly;
25396              fixes for backtick/wait/waitpid failures on Windows 9x
25397              
25398              these changes make the pid returned by process functions on
25399              Windows 9x always positive by clearing the high bit (which
25400              is always set on Win9x); pseudo-process PIDs are likewise
25401              always negative now on Win9x (just as on NT/2000)
25402      Branch: perl
25403            ! pp_sys.c win32/perlhost.h win32/win32.c
25404 ____________________________________________________________________________
25405 [  6660] By: jhi                                   on 2000/08/17  00:04:32
25406         Log: Retract #6645.
25407      Branch: perl
25408            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25409            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
25410            ! t/op/sprintf.t
25411 ____________________________________________________________________________
25412 [  6659] By: gsar                                  on 2000/08/16  23:59:28
25413         Log: on windows, the return values from wait() and waitpid() don't
25414              match those of pseudo-pids
25415      Branch: perl
25416            ! pp_sys.c t/op/fork.t util.c win32/win32.c
25417 ____________________________________________________________________________
25418 [  6658] By: gsar                                  on 2000/08/16  23:56:14
25419         Log: pod nit seen in passing
25420      Branch: perl
25421            ! pod/perlfunc.pod
25422 ____________________________________________________________________________
25423 [  6657] By: gsar                                  on 2000/08/16  23:53:42
25424         Log: change#6328 could make close(SOCKET) return false on windows
25425              when it shouldn't
25426      Branch: perl
25427            ! win32/win32sck.c
25428 ____________________________________________________________________________
25429 [  6656] By: gsar                                  on 2000/08/16  23:46:57
25430         Log: check that the number pseudo children doesn't exceed
25431              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
25432              the WaitForMultipleObjects() limit that would cause wait()
25433              to crash)
25434              
25435              wait() and waitpid() could potentially be rewritten to use
25436              more than one thread to do the waiting to eliminate this
25437              limitation
25438      Branch: perl
25439            ! win32/perlhost.h
25440 ____________________________________________________________________________
25441 [  6655] By: jhi                                   on 2000/08/16  14:11:05
25442         Log: Update Changes.
25443      Branch: perl
25444            ! Changes patchlevel.h
25445 ____________________________________________________________________________
25446 [  6654] By: jhi                                   on 2000/08/16  14:10:12
25447         Log: Update to perldebtut 1.9, from Richard Foley.
25448      Branch: perl
25449            ! pod/perldebtut.pod
25450 ____________________________________________________________________________
25451 [  6653] By: jhi                                   on 2000/08/16  14:08:17
25452         Log: Change the regx compilation error markers to use = instead of <
25453              since pod makes using the latter quite messy.  Reported in
25454              ID 20000814.006 by Abigail and in
25455              Subject: Unknown escape E<> ?
25456              From: Lupe Christoph <lupe@lupe-christoph.de>
25457              Date: Fri, 11 Aug 2000 00:30:27 +0200
25458              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
25459      Branch: perl
25460            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
25461            ! t/op/regmesg.t t/pragma/warn/regcomp
25462 ____________________________________________________________________________
25463 [  6652] By: jhi                                   on 2000/08/16  13:25:31
25464         Log: Change the perlbug address to perl.org since it's more forgiving.
25465              
25466              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
25467              From: abigail@foad.org
25468              Date: 15 Aug 2000 04:15:40 -0000
25469              Message-Id: <20000815041540.8633.qmail@foad.org>
25470      Branch: perl
25471            ! utils/perlbug.PL
25472 ____________________________________________________________________________
25473 [  6651] By: jhi                                   on 2000/08/16  13:22:35
25474         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
25475              From: Tim Jenness <timj@jach.hawaii.edu>
25476              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
25477              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
25478      Branch: perl
25479            ! lib/Cwd.pm
25480 ____________________________________________________________________________
25481 [  6650] By: jhi                                   on 2000/08/16  13:18:13
25482         Log: Update to CPAN 1.57.
25483              
25484              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
25485              From: andreas.koenig@anima.de (Andreas J. Koenig)
25486              Date: 16 Aug 2000 15:09:46 +0200
25487              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
25488      Branch: perl
25489            ! lib/CPAN.pm
25490 ____________________________________________________________________________
25491 [  6649] By: jhi                                   on 2000/08/16  13:12:31
25492         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
25493              From: "Larry W. Virden" <lvirden@cas.org>
25494              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
25495              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
25496      Branch: perl
25497            ! README.hpux
25498 ____________________________________________________________________________
25499 [  6648] By: jhi                                   on 2000/08/16  13:03:53
25500         Log: The numeric locale was reset to "C" by s?printf and never restored.
25501              
25502              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
25503              From: Christian Kirsch <ck@held.mind.de>
25504              Date: Wed, 9 Aug 2000 17:05:17 +0200
25505              Message-Id: <20000809170517.A25389@held>
25506              
25507              No test since adding the failing example to locale.t
25508              does not fail -- probably because the locale settings are so
25509              thoroughly tweaked by that time.  Running the example standalone
25510              does fail, though.  UPDATE: test case added at change #7540.
25511      Branch: perl
25512            ! dump.c perl.h pp.c pp_ctl.c sv.c
25513 ____________________________________________________________________________
25514 [  6647] By: jhi                                   on 2000/08/16  00:07:54
25515         Log: Update Changes and test semi-automatic patchlevel updating.
25516      Branch: perl
25517            ! Changes patchlevel.h
25518 ____________________________________________________________________________
25519 [  6646] By: jhi                                   on 2000/08/15  23:35:07
25520         Log: Fix a dependency problem.
25521              
25522              Subject: [PATCH: 6640] VMS Makefile.SH update
25523              From: Peter Prymmer <pvhp@forte.com>
25524              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
25525              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
25526      Branch: perl
25527            ! vms/descrip_mms.template
25528 ____________________________________________________________________________
25529 [  6645] By: jhi                                   on 2000/08/15  23:33:23
25530         Log: (Retracted by #6660)
25531              
25532              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
25533              From: Dominic Dunlop <domo@computer.org>
25534              Date: Tue, 15 Aug 2000 22:20:52 +0200
25535              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
25536      Branch: metaconfig/U/perl
25537            + d_printfed.U
25538      Branch: perl
25539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25540            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
25541            ! t/op/sprintf.t
25542 ____________________________________________________________________________
25543 [  6644] By: jhi                                   on 2000/08/15  21:17:20
25544         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
25545              From: abigail@foad.org
25546              Date: 15 Aug 2000 20:12:41 -0000
25547              Message-Id: <20000815201241.25556.qmail@foad.org>
25548      Branch: perl
25549            ! INSTALL
25550 ____________________________________________________________________________
25551 [  6643] By: jhi                                   on 2000/08/15  21:15:28
25552         Log: (an already applied patch)
25553      Branch: perl
25554            ! lib/CGI.pm
25555 ____________________________________________________________________________
25556 [  6642] By: gsar                                  on 2000/08/15  19:54:05
25557         Log: magic callbacks all need to have same type signature
25558      Branch: perl
25559            ! embed.pl mg.c proto.h
25560 ____________________________________________________________________________
25561 [  6641] By: jhi                                   on 2000/08/15  17:56:27
25562         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)
25563              From: Mike Guy <mjtg@cam.ac.uk>
25564              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
25565              Date: Tue, 15 Aug 2000 18:26:45 +0100
25566              
25567              Only the peek.t part applied, not the hash quality part.
25568      Branch: perl
25569            ! t/lib/peek.t
25570 ____________________________________________________________________________
25571 [  6640] By: jhi                                   on 2000/08/15  16:37:37
25572         Log: Update Changes.
25573      Branch: perl
25574            ! Changes
25575 ____________________________________________________________________________
25576 [  6639] By: jhi                                   on 2000/08/15  16:34:55
25577         Log: Missed a file from #6638.
25578      Branch: perl
25579            ! lib/File/Temp.pm
25580 ____________________________________________________________________________
25581 [  6638] By: jhi                                   on 2000/08/15  16:33:19
25582         Log: Subject: [PATCH perl@6620] cygwin port
25583              From: "Fifer, Eric" <EFifer@sanwaint.com>
25584              Date: Tue, 15 Aug 2000 17:00:49 +0100
25585              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
25586      Branch: perl
25587            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
25588 ____________________________________________________________________________
25589 [  6637] By: jhi                                   on 2000/08/15  16:29:22
25590         Log: Subject: [PATCH] debugger exit code should reflect user exit code
25591              From: Mike Guy <mjtg@cam.ac.uk>
25592              Date: Tue, 15 Aug 2000 16:55:59 +0100
25593              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
25594      Branch: perl
25595            ! lib/perl5db.pl
25596 ____________________________________________________________________________
25597 [  6636] By: jhi                                   on 2000/08/15  15:30:58
25598         Log: Update Changes.
25599      Branch: perl
25600            ! Changes
25601 ____________________________________________________________________________
25602 [  6635] By: jhi                                   on 2000/08/15  15:27:21
25603         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
25604      Branch: metaconfig
25605            ! U/mkglossary U/mksample
25606      Branch: metaconfig/U/perl
25607            ! Devel.U
25608      Branch: perl
25609            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25610 ____________________________________________________________________________
25611 [  6634] By: jhi                                   on 2000/08/15  14:11:55
25612         Log: Don't blow limited stacks, a lower number is enough to
25613              tickle the lookbehind limit.
25614              
25615              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
25616              From: Dominic Dunlop <domo@computer.org>
25617              Date: Tue, 15 Aug 2000 13:51:24 +0200
25618              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
25619      Branch: perl
25620            ! t/op/regmesg.t
25621 ____________________________________________________________________________
25622 [  6633] By: jhi                                   on 2000/08/15  14:01:46
25623         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
25624              From: Mike Guy <mjtg@cam.ac.uk>
25625              Date: Tue, 15 Aug 2000 12:10:50 +0100
25626              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
25627      Branch: perl
25628            ! utils/perldoc.PL
25629 ____________________________________________________________________________
25630 [  6632] By: jhi                                   on 2000/08/15  13:58:48
25631         Log: make ok etc also for win32.
25632              
25633              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
25634              From: Prymmer/Kahn <pvhp@best.com>
25635              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
25636              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
25637      Branch: perl
25638            ! win32/Makefile
25639 ____________________________________________________________________________
25640 [  6631] By: jhi                                   on 2000/08/15  13:45:03
25641         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
25642      Branch: perl
25643            ! lib/Test.pm
25644 ____________________________________________________________________________
25645 [  6630] By: jhi                                   on 2000/08/15  03:25:09
25646         Log: Update Changes.
25647      Branch: perl
25648            ! Changes
25649 ____________________________________________________________________________
25650 [  6629] By: jhi                                   on 2000/08/15  03:23:53
25651         Log: magic_regdatum_set() is void, not int.
25652      Branch: perl
25653            ! embed.pl mg.c proto.h
25654 ____________________________________________________________________________
25655 [  6628] By: jhi                                   on 2000/08/15  03:08:02
25656         Log: Make the user to give up his firstborn, err, to knowingly
25657              verify installing an unstable developer release.  Also bump
25658              the release to 5.7.0, but leave a patch tag in the local
25659              patches saying that this is not yet the real thing.
25660      Branch: metaconfig
25661            ! U/modified/Instruct.U
25662      Branch: metaconfig/U/perl
25663            + Devel.U
25664      Branch: perl
25665            ! Configure patchlevel.h
25666 ____________________________________________________________________________
25667 [  6627] By: jhi                                   on 2000/08/14  22:32:52
25668         Log: README.os2 update.
25669              
25670              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
25671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25672              Date: Wed, 02 Aug 2000 21:55:09 -0700
25673              Message-ID: <tsPi5gzkgegX092yn@efn.org>
25674      Branch: perl
25675            ! README.os2
25676 ____________________________________________________________________________
25677 [  6626] By: jhi                                   on 2000/08/14  21:00:02
25678         Log: Subject: Re: File::Temp problems on VMS in bleedperl
25679              From: Tim Jenness <timj@jach.hawaii.edu>
25680              cc: vmsperl@perl.org
25681              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
25682              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
25683      Branch: perl
25684            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
25685 ____________________________________________________________________________
25686 [  6625] By: jhi                                   on 2000/08/14  20:52:16
25687         Log: Add SUIDMAIL as was done for the CERT alert.
25688      Branch: perl
25689            ! patchlevel.h
25690 ____________________________________________________________________________
25691 [  6624] By: jhi                                   on 2000/08/14  20:48:50
25692         Log: Subject: sfio2000
25693              From: Daniel Muino <dmuino@afip.gov.ar>
25694              Date: Mon, 14 Aug 2000 16:58:11 -0300
25695              Message-ID: <20000814165811.B16368@con2-dgi>
25696      Branch: perl
25697            ! perlsdio.h perlsfio.h
25698 ____________________________________________________________________________
25699 [  6623] By: jhi                                   on 2000/08/14  20:47:36
25700         Log: Subject: warning: storage class after type is obsolescent
25701              From: Daniel Muino <dmuino@afip.gov.ar>
25702              Date: Mon, 14 Aug 2000 16:42:47 -0300
25703              Message-ID: <20000814164247.A16368@con2-dgi>
25704      Branch: perl
25705            ! regcomp.pl regnodes.h
25706 ____________________________________________________________________________
25707 [  6622] By: jhi                                   on 2000/08/14  20:43:05
25708         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
25709              From: abigail@foad.org
25710              Date: 14 Aug 2000 20:00:10 -0000
25711              Message-Id: <20000814200010.27271.qmail@foad.org>
25712      Branch: perl
25713            ! Changes
25714 ____________________________________________________________________________
25715 [  6621] By: jhi                                   on 2000/08/14  15:23:05
25716         Log: Update Changes.
25717      Branch: perl
25718            ! Changes
25719 ____________________________________________________________________________
25720 [  6620] By: jhi                                   on 2000/08/14  15:22:14
25721         Log: Subject: Re: [PATCH] @+, @- readonly
25722              From: Mike Guy <mjtg@cam.ac.uk>
25723              Date: Mon, 14 Aug 2000 15:26:55 +0100
25724              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
25725      Branch: perl
25726            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
25727            ! sv.c t/op/pat.t
25728 ____________________________________________________________________________
25729 [  6619] By: jhi                                   on 2000/08/14  14:12:08
25730         Log: Update Changes.
25731      Branch: perl
25732            ! Changes
25733 ____________________________________________________________________________
25734 [  6618] By: jhi                                   on 2000/08/14  14:09:34
25735         Log: For now remove the mail code.
25736      Branch: perl
25737            ! perl.c
25738 ____________________________________________________________________________
25739 [  6617] By: jhi                                   on 2000/08/14  14:08:28
25740         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
25741      Branch: perl
25742            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
25743            ! pod/perlfaq8.pod pod/perlsec.pod
25744 ____________________________________________________________________________
25745 [  6616] By: jhi                                   on 2000/08/14  14:00:11
25746         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
25747              From: Mike Guy <mjtg@cam.ac.uk>
25748              Date: Mon, 14 Aug 2000 08:26:02 +0100
25749              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
25750      Branch: perl
25751            ! lib/perl5db.pl
25752 ____________________________________________________________________________
25753 [  6615] By: jhi                                   on 2000/08/14  13:58:45
25754         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
25755              From: Mike Guy <mjtg@cam.ac.uk>
25756              Date: Mon, 14 Aug 2000 08:04:22 +0100
25757              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
25758      Branch: perl
25759            ! gv.c mg.c t/op/pat.t
25760 ____________________________________________________________________________
25761 [  6614] By: jhi                                   on 2000/08/14  13:56:45
25762         Log: Subject: Test fails / warnings with perl-current #6612
25763              From: Mike Guy <mjtg@cam.ac.uk>
25764              Date: Mon, 14 Aug 2000 07:57:23 +0100
25765              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
25766      Branch: perl
25767            ! t/lib/b.t t/lib/peek.t
25768 ____________________________________________________________________________
25769 [  6613] By: jhi                                   on 2000/08/14  13:45:33
25770         Log: VMS configure.com update continues.
25771      Branch: perl
25772            - vms/configure.com
25773            ! MANIFEST configure.com
25774 ____________________________________________________________________________
25775 [  6612] By: jhi                                   on 2000/08/13  22:13:35
25776         Log: Update Changes.
25777      Branch: perl
25778            ! Changes
25779 ____________________________________________________________________________
25780 [  6611] By: jhi                                   on 2000/08/13  16:21:45
25781         Log: Upgrade to CGI 2.71, from Lincoln Stein.
25782      Branch: perl
25783            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
25784 ____________________________________________________________________________
25785 [  6610] By: jhi                                   on 2000/08/13  15:09:16
25786         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
25787              From: Mike Guy <mjtg@cam.ac.uk>
25788              Date: Sun, 13 Aug 2000 13:45:51 +0100
25789              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
25790      Branch: perl
25791            ! t/op/regmesg.t
25792 ____________________________________________________________________________
25793 [  6609] By: jhi                                   on 2000/08/13  14:31:26
25794         Log: Andreas says that 1.56 is fine, so reverting back to it.
25795      Branch: perl
25796            ! lib/CPAN.pm
25797 ____________________________________________________________________________
25798 [  6608] By: jhi                                   on 2000/08/13  05:34:20
25799         Log: Update Changes.
25800      Branch: perl
25801            ! Changes
25802 ____________________________________________________________________________
25803 [  6607] By: jhi                                   on 2000/08/13  05:32:01
25804         Log: Put back the \z changes of #5406 to CPAN.pm.
25805      Branch: perl
25806            ! lib/CPAN.pm
25807 ____________________________________________________________________________
25808 [  6606] By: jhi                                   on 2000/08/13  05:20:16
25809         Log: Fix-n-skip the tests under 5005threads.
25810      Branch: perl
25811            ! t/lib/b.t
25812 ____________________________________________________________________________
25813 [  6605] By: jhi                                   on 2000/08/13  05:07:48
25814         Log: Fix the test for 5005threads.
25815      Branch: perl
25816            ! t/lib/peek.t
25817 ____________________________________________________________________________
25818 [  6604] By: jhi                                   on 2000/08/13  03:35:37
25819         Log: Should have deleted this in #6603.
25820      Branch: perl
25821            - vms/subconfigure.com
25822 ____________________________________________________________________________
25823 [  6603] By: jhi                                   on 2000/08/12  18:29:32
25824         Log: Rewrite of vms/subconfigure.com as configure.com,
25825              from Peter Prymmer and the vmsperl crew.
25826      Branch: perl
25827            + vms/configure.com
25828            ! MANIFEST
25829 ____________________________________________________________________________
25830 [  6602] By: jhi                                   on 2000/08/11  13:00:01
25831         Log: PlainText.pm is dead.
25832      Branch: perl
25833            - lib/Pod/PlainText.pm
25834            ! MANIFEST
25835 ____________________________________________________________________________
25836 [  6601] By: jhi                                   on 2000/08/11  04:06:45
25837         Log: Update Changes.
25838      Branch: perl
25839            ! Changes
25840 ____________________________________________________________________________
25841 [  6600] By: jhi                                   on 2000/08/11  04:06:10
25842         Log: Add a few missing files, update MANIFEST.
25843      Branch: perl
25844            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
25845            + lib/Pod/PlainText.pm t/pod/find.t
25846            ! MANIFEST t/op/regmesg.t
25847 ____________________________________________________________________________
25848 [  6599] By: jhi                                   on 2000/08/11  03:31:10
25849         Log: Add Perl debugging tutorial, regen toc. 
25850              
25851              Subject: perldebtut.pod
25852              From: Richard Foley <Richard.Foley@m.dasa.de>
25853              Date: Wed, 09 Aug 2000 10:17:15 +0200
25854              Message-id: <3991138B.262247B8@m.dasa.de>
25855      Branch: perl
25856            + pod/perldebtut.pod
25857            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25858 ____________________________________________________________________________
25859 [  6598] By: jhi                                   on 2000/08/11  02:48:56
25860         Log: tiny Changes edit
25861      Branch: perl
25862            ! Changes
25863 ____________________________________________________________________________
25864 [  6597] By: jhi                                   on 2000/08/11  02:39:04
25865         Log: Tests for #6589.
25866              
25867              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
25868              From: simon@brecon.co.uk (Simon Cozens)
25869              Date: 11 Aug 2000 02:24:52 GMT
25870              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
25871      Branch: perl
25872            ! t/lib/b.t
25873 ____________________________________________________________________________
25874 [  6596] By: jhi                                   on 2000/08/11  01:50:07
25875         Log: Update Changes.
25876      Branch: perl
25877            ! Changes
25878 ____________________________________________________________________________
25879 [  6595] By: jhi                                   on 2000/08/11  01:47:16
25880         Log: nitfix
25881      Branch: perl
25882            ! Changes
25883 ____________________________________________________________________________
25884 [  6594] By: jhi                                   on 2000/08/11  01:36:16
25885         Log: Subject: Getting perlio and threads to compile
25886              From: Lupe Christoph <lupe@lupe-christoph.de>
25887              Date: Wed, 9 Aug 2000 11:35:54 +0200
25888              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
25889              
25890              (the Solaris version changes in Configure skipped)
25891      Branch: perl
25892            ! hints/solaris_2.sh thread.h
25893 ____________________________________________________________________________
25894 [  6593] By: jhi                                   on 2000/08/11  01:30:16
25895         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
25896              From: simon@brecon.co.uk (Simon Cozens)
25897              Date: 1 Aug 2000 06:55:19 GMT
25898              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
25899      Branch: perl
25900            ! lib/utf8.pm
25901 ____________________________________________________________________________
25902 [  6592] By: jhi                                   on 2000/08/11  01:26:39
25903         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
25904              From: Peter Scott <Peter@PeterScott.com>
25905              Date: Thu, 10 Aug 2000 08:23:27 -0700
25906              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
25907      Branch: perl
25908            ! lib/perl5db.pl
25909 ____________________________________________________________________________
25910 [  6591] By: jhi                                   on 2000/08/11  01:22:02
25911         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
25912              From: Hugo <hv@crypt.compulink.co.uk>
25913              Date: Thu, 10 Aug 2000 19:23:04 +0100
25914              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
25915      Branch: perl
25916            ! regexec.c t/op/pat.t
25917 ____________________________________________________________________________
25918 [  6590] By: jhi                                   on 2000/08/11  01:19:19
25919         Log: Preprocessing and postprocessing for File::Find.
25920              
25921              Subject: Patch to Find::File.pm to allow alphabetical results
25922              From: Joe Smith <jsmith@inwap.com>
25923              Date: Wed, 9 Aug 2000 02:44:54 -0700
25924              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
25925      Branch: perl
25926            ! lib/File/Find.pm
25927 ____________________________________________________________________________
25928 [  6589] By: jhi                                   on 2000/08/11  01:12:39
25929         Log: B::Deparse didn't do sub attributes.
25930              
25931              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
25932              From: simon@brecon.co.uk (Simon Cozens)
25933              Date: 9 Aug 2000 04:49:20 GMT
25934              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
25935      Branch: perl
25936            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
25937 ____________________________________________________________________________
25938 [  6588] By: jhi                                   on 2000/08/11  01:06:40
25939         Log: Subject: debugger "d" command doesnt check line number
25940              From: Mike Guy <mjtg@cam.ac.uk>
25941              Date: Tue, 08 Aug 2000 21:54:29 +0100
25942              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
25943      Branch: perl
25944            ! lib/perl5db.pl mg.c pod/perldiag.pod
25945 ____________________________________________________________________________
25946 [  6587] By: jhi                                   on 2000/08/11  00:45:03
25947         Log: sleep(1) does not necessarily return 1.
25948              
25949              Subject: [PATCH bleadperl] op/lex_assign.t  
25950              From: Hugo <hv@crypt.compulink.co.uk>
25951              Date: Thu, 03 Aug 2000 14:34:22 +0100        
25952              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
25953      Branch: perl
25954            ! t/op/lex_assign.t
25955 ____________________________________________________________________________
25956 [  6586] By: jhi                                   on 2000/08/11  00:31:50
25957         Log: Document the IO::Select timeout.
25958      Branch: perl
25959            ! ext/IO/lib/IO/Select.pm
25960 ____________________________________________________________________________
25961 [  6585] By: jhi                                   on 2000/08/11  00:13:54
25962         Log: Forgot contributor.
25963      Branch: perl
25964            ! Changes
25965 ____________________________________________________________________________
25966 [  6584] By: jhi                                   on 2000/08/11  00:09:19
25967         Log: detypo
25968      Branch: perl
25969            ! Changes
25970 ____________________________________________________________________________
25971 [  6583] By: jhi                                   on 2000/08/11  00:07:53
25972         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
25973              
25974              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
25975              From: Mike Guy <mjtg@cam.ac.uk> 
25976              Date: Thu, 10 Aug 2000 15:50:54 +0100
25977              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
25978      Branch: perl
25979            ! sv.c t/op/int.t
25980 ____________________________________________________________________________
25981 [  6582] By: jhi                                   on 2000/08/10  23:29:32
25982         Log: Update Changes.
25983      Branch: perl
25984            ! Changes
25985 ____________________________________________________________________________
25986 [  6581] By: jhi                                   on 2000/08/10  23:26:16
25987         Log: Put back the std @INC thing.
25988      Branch: perl
25989            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
25990            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
25991            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
25992            ! t/lib/gol-oo.t
25993 ____________________________________________________________________________
25994 [  6580] By: jhi                                   on 2000/08/10  23:03:34
25995         Log: Update to CGI 2.70, from Lincoln Stein.
25996      Branch: perl
25997            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
25998            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
25999            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
26000            ! t/lib/cgi-request.t
26001 ____________________________________________________________________________
26002 [  6579] By: jhi                                   on 2000/08/10  22:41:50
26003         Log: Update to CPAN 1.56, from Andreas König.
26004      Branch: perl
26005            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26006 ____________________________________________________________________________
26007 [  6578] By: jhi                                   on 2000/08/10  22:38:13
26008         Log: Update to Pod::Parser 1.17, from Brad Appleton.
26009      Branch: perl
26010            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
26011            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
26012            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
26013            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
26014            ! t/pod/include.t t/pod/included.t t/pod/lref.t
26015            ! t/pod/multiline_items.t t/pod/nested_items.t
26016            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26017            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
26018            ! t/pod/special_seqs.t
26019 ____________________________________________________________________________
26020 [  6577] By: jhi                                   on 2000/08/10  22:35:41
26021         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
26022      Branch: perl
26023            ! AUTHORS MAINTAIN
26024 ____________________________________________________________________________
26025 [  6576] By: jhi                                   on 2000/08/10  22:24:54
26026         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
26027      Branch: perl
26028            + t/lib/gol-oo.t
26029            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
26030            ! t/lib/gol-compat.t t/lib/gol-linkage.t
26031 ____________________________________________________________________________
26032 [  6575] By: jhi                                   on 2000/08/10  22:02:07
26033         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
26034      Branch: perl
26035            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
26036 ____________________________________________________________________________
26037 [  6574] By: jhi                                   on 2000/08/10  21:55:03
26038         Log: Iterating perl6 description.
26039      Branch: perl
26040            ! pod/perlfaq1.pod
26041 ____________________________________________________________________________
26042 [  6573] By: jhi                                   on 2000/08/10  21:48:26
26043         Log: Revert the sv.c part of #6559, a better fix is needed.
26044      Branch: perl
26045            ! sv.c
26046 ____________________________________________________________________________
26047 [  6572] By: jhi                                   on 2000/08/10  20:33:43
26048         Log: It's the 2ndO'ROSSC.
26049      Branch: perl
26050            ! pod/perlfaq1.pod
26051 ____________________________________________________________________________
26052 [  6571] By: jhi                                   on 2000/08/10  15:55:48
26053         Log: detypo
26054      Branch: perl
26055            ! pod/perlfaq1.pod
26056 ____________________________________________________________________________
26057 [  6570] By: jhi                                   on 2000/08/10  14:11:17
26058         Log: An exceptionally sticky typo.
26059      Branch: perl
26060            ! Changes
26061 ____________________________________________________________________________
26062 [  6569] By: jhi                                   on 2000/08/10  14:09:33
26063         Log: detypo (and test Changes updating script)
26064      Branch: perl
26065            ! Changes
26066 ____________________________________________________________________________
26067 [  6568] By: jhi                                   on 2000/08/10  14:07:07
26068         Log: Update Changes.
26069      Branch: perl
26070            ! Changes
26071 ____________________________________________________________________________
26072 [  6567] By: jhi                                   on 2000/08/10  14:06:19
26073         Log: Amend the description of Perl6.
26074              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
26075              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26076              Date: Wed, 9 Aug 2000 22:11:06 -0500
26077              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
26078      Branch: perl
26079            ! pod/perlfaq1.pod
26080 ____________________________________________________________________________
26081 [  6566] By: jhi                                   on 2000/08/10  13:58:57
26082         Log: Subject: Remove dead entry in perldiag
26083              From: Mike Guy <mjtg@cam.ac.uk>
26084              Date: Thu, 10 Aug 2000 14:19:19 +0100
26085              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
26086      Branch: perl
26087            ! pod/perldiag.pod
26088 ____________________________________________________________________________
26089 [  6565] By: jhi                                   on 2000/08/10  13:51:48
26090         Log: Zero entries were skipped, fix from Adrian Goalby
26091              <argoalby@yahoo.co.uk>
26092      Branch: perl
26093            ! lib/unicode/Number.pl lib/unicode/mktables.PL
26094 ____________________________________________________________________________
26095 [  6564] By: jhi                                   on 2000/08/10  13:00:12
26096         Log: Subject: [PATCH 5.6.0] cygwin port
26097              From: "Fifer, Eric" <EFifer@sanwaint.com>
26098              Date: Thu, 10 Aug 2000 13:15:36 +0100
26099              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
26100      Branch: perl
26101            ! README.cygwin hints/cygwin.sh
26102 ____________________________________________________________________________
26103 [  6563] By: jhi                                   on 2000/08/10  12:55:16
26104         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
26105      Branch: perl
26106            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
26107 ____________________________________________________________________________
26108 [  6562] By: gsar                                  on 2000/08/10  08:38:39
26109         Log: warn is a macro, avoid using at a variable to avoid warnings
26110              in some configurations; readdir.t is too conservative in
26111              estimating number of *.t's
26112      Branch: perl
26113            ! t/op/readdir.t util.c
26114 ____________________________________________________________________________
26115 [  6561] By: jhi                                   on 2000/08/09  23:35:42
26116         Log: Update Changes.
26117      Branch: perl
26118            ! Changes
26119 ____________________________________________________________________________
26120 [  6560] By: jhi                                   on 2000/08/09  23:05:47
26121         Log: Subject: Re: enhanced(?) regex error messages
26122              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26123              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
26124              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
26125              
26126              (plus two small patches sent privately)
26127              (this still seems to leave few test failures)
26128      Branch: perl
26129            + t/op/regmesg.t
26130            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
26131            ! t/pragma/warn/regcomp
26132 ____________________________________________________________________________
26133 [  6559] By: jhi                                   on 2000/08/09  20:41:18
26134         Log: (The fix did work but was not right, retracted in #6573)
26135              
26136              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26137              From: Christian Kirsch <ck@held.mind.de>
26138              Date: Wed, 9 Aug 2000 17:05:17 +0200
26139              Message-Id: <20000809170517.A25389@held>
26140      Branch: perl
26141            ! sv.c t/pragma/locale.t
26142 ____________________________________________________________________________
26143 [  6558] By: jhi                                   on 2000/08/08  22:34:08
26144         Log: Tiny updates on the contributors list.
26145      Branch: perl
26146            ! Changes
26147 ____________________________________________________________________________
26148 [  6557] By: jhi                                   on 2000/08/08  19:34:28
26149         Log: Double check that we have a dirhandle.
26150      Branch: perl
26151            ! util.c
26152 ____________________________________________________________________________
26153 [  6556] By: jhi                                   on 2000/08/08  19:01:51
26154         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
26155              May be repopulated with fresh maintained examples.
26156      Branch: perl
26157            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
26158            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
26159            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
26160            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
26161            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
26162            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
26163            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
26164            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
26165            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
26166            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
26167            + lib/CGI/eg/wilogo_gif.uu
26168            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
26169            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
26170            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
26171            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
26172            - eg/cgi/frameset.cgi eg/cgi/index.html
26173            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
26174            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
26175            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
26176            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
26177            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
26178            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
26179            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
26180            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
26181            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
26182            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
26183            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
26184            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
26185            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
26186            - eg/van/vanish eg/who eg/wrapsuid
26187            ! MANIFEST
26188 ____________________________________________________________________________
26189 [  6555] By: jhi                                   on 2000/08/08  18:51:08
26190         Log: Delete chat2 as requested by Randal.
26191              
26192              Subject: Re: perlfaq8 coyness
26193              From: merlyn@stonehenge.com (Randal L. Schwartz) 
26194              Date: 15 May 2000 18:52:42 -0700 
26195              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
26196      Branch: perl
26197            - lib/chat2.pl
26198            ! MANIFEST
26199 ____________________________________________________________________________
26200 [  6554] By: jhi                                   on 2000/08/08  18:31:35
26201         Log: Regen global.sym.
26202      Branch: perl
26203            ! global.sym
26204 ____________________________________________________________________________
26205 [  6553] By: jhi                                   on 2000/08/08  18:28:13
26206         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
26207              (either perlbug or p5p ate the original), plus regen
26208              perlapi and perltoc. 
26209      Branch: perl
26210            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
26211            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
26212            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
26213            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
26214            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
26215            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
26216            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
26217            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
26218            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
26219            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
26220 ____________________________________________________________________________
26221 [  6552] By: jhi                                   on 2000/08/08  18:06:29
26222         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
26223              From: Mike Guy <mjtg@cam.ac.uk>
26224              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
26225              Date: Tue, 08 Aug 2000 15:51:27 +0100
26226      Branch: perl
26227            ! doop.c sv.h t/op/join.t t/pragma/overload.t
26228 ____________________________________________________________________________
26229 [  6551] By: jhi                                   on 2000/08/08  18:01:11
26230         Log: Re-apply #6549.
26231      Branch: perl
26232            ! lib/perl5db.pl
26233 ____________________________________________________________________________
26234 [  6550] By: jhi                                   on 2000/08/08  17:43:08
26235         Log: Accidental retraction of #6549.
26236      Branch: perl
26237            ! lib/perl5db.pl
26238 ____________________________________________________________________________
26239 [  6549] By: jhi                                   on 2000/08/08  17:40:04
26240         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26241              From: Mike Guy <mjtg@cam.ac.uk>
26242              Date: Mon, 07 Aug 2000 21:49:58 +0100
26243              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
26244      Branch: perl
26245            ! lib/perl5db.pl
26246 ____________________________________________________________________________
26247 [  6548] By: jhi                                   on 2000/08/08  17:37:57
26248         Log: Document here-doc better.
26249              
26250              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
26251              From: Mike Guy <mjtg@cam.ac.uk>
26252              Date: Mon, 07 Aug 2000 14:02:09 +0100
26253              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
26254      Branch: perl
26255            ! pod/perldata.pod
26256 ____________________________________________________________________________
26257 [  6547] By: jhi                                   on 2000/08/08  17:33:34
26258         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
26259              From: "Randy J. Ray" <rjray@redhat.com>
26260              Date: Mon, 07 Aug 2000 19:12:25 -0700
26261              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
26262      Branch: perl
26263            ! perl.c pod/perlrun.pod
26264 ____________________________________________________________________________
26265 [  6546] By: jhi                                   on 2000/08/08  17:29:26
26266         Log: Subject: Re: enhanced(?) regex error messages 
26267              From: Hugo <hv@crypt.compulink.co.uk>
26268              Date: Tue, 08 Aug 2000 03:25:51 +0100
26269              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
26270              
26271              plus Capitalize the error messages, plus perldiag them.
26272      Branch: perl
26273            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
26274 ____________________________________________________________________________
26275 [  6545] By: jhi                                   on 2000/08/08  13:59:28
26276         Log: Augment #6539 a bit: don't croak if there's magic in the air.
26277              
26278              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
26279              From: Hugo <hv@crypt.compulink.co.uk>
26280              Date: Tue, 08 Aug 2000 03:02:03 +0100
26281              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
26282      Branch: perl
26283            ! pp.c t/op/bless.t
26284 ____________________________________________________________________________
26285 [  6544] By: jhi                                   on 2000/08/07  21:11:52
26286         Log: Make the test -w clean.
26287      Branch: perl
26288            ! t/op/bless.t
26289 ____________________________________________________________________________
26290 [  6543] By: jhi                                   on 2000/08/07  19:49:53
26291         Log: use warnings instead of $^W.
26292      Branch: perl
26293            ! t/op/bless.t
26294 ____________________________________________________________________________
26295 [  6542] By: jhi                                   on 2000/08/07  17:41:41
26296         Log: Disable a portability warning Because We Know What We Are Doing.
26297      Branch: perl
26298            ! t/op/bless.t
26299 ____________________________________________________________________________
26300 [  6541] By: jhi                                   on 2000/08/07  17:29:51
26301         Log: Tiny tidying on report_evil_fh().
26302      Branch: perl
26303            ! util.c
26304 ____________________________________________________________________________
26305 [  6540] By: jhi                                   on 2000/08/07  16:37:38
26306         Log: Make regular expression parse error messages easier to understand.
26307              
26308              Subject: Re: enhanced(?) regex error messages
26309              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
26310              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
26311              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
26312      Branch: perl
26313            ! regcomp.c
26314 ____________________________________________________________________________
26315 [  6539] By: jhi                                   on 2000/08/07  16:12:27
26316         Log: Make bless(REF, REF) a fatal error, add bless tests.
26317              
26318              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
26319              From: Hugo <hv@crypt.compulink.co.uk>
26320              Date: Mon, 07 Aug 2000 16:59:38 +0100
26321              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
26322      Branch: perl
26323            + t/op/bless.t
26324            ! MANIFEST pod/perldiag.pod pp.c sv.c
26325 ____________________________________________________________________________
26326 [  6538] By: jhi                                   on 2000/08/07  15:59:43
26327         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
26328              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
26329              Date: Thu, 3 Aug 2000 14:29:21 -0700
26330              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
26331      Branch: perl
26332            ! lib/lib_pm.PL
26333 ____________________________________________________________________________
26334 [  6537] By: jhi                                   on 2000/08/07  15:47:18
26335         Log: Retract #6419 for now since it breaks in AFS and MachTen.
26336      Branch: perl
26337            ! lib/Cwd.pm
26338 ____________________________________________________________________________
26339 [  6536] By: jhi                                   on 2000/08/07  15:05:29
26340         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
26341              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
26342              The security hole exists only in suidperls, which isn't
26343              installed or even built by default.
26344      Branch: perl
26345            ! perl.c
26346 ____________________________________________________________________________
26347 [  6535] By: jhi                                   on 2000/08/07  14:45:14
26348         Log: tr memory corruption fix from Simon Cozens.
26349      Branch: perl
26350            ! doop.c
26351 ____________________________________________________________________________
26352 [  6534] By: jhi                                   on 2000/08/06  11:38:16
26353         Log: Document a bit that UDP is not what you might think.
26354              
26355              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
26356              From: Lupe Christoph <lupe@lupe-christoph.de>
26357              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
26358              Date: Mon, 24 Jul 2000 08:59:15 +0200
26359      Branch: perl
26360            ! pod/perlipc.pod
26361 ____________________________________________________________________________
26362 [  6533] By: jhi                                   on 2000/08/06  11:35:01
26363         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
26364              From: Jeff Pinyan <jeffp@hut.crusoe.net>
26365              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
26366              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
26367      Branch: perl
26368            ! pod/perlfunc.pod
26369 ____________________________________________________________________________
26370 [  6532] By: jhi                                   on 2000/08/06  03:45:41
26371         Log: Have symbols for the IoTYPEs.
26372      Branch: perl
26373            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
26374 ____________________________________________________________________________
26375 [  6531] By: jhi                                   on 2000/08/06  01:33:55
26376         Log: Continue fixing the io warnings.  This also
26377              sort of fixes bug ID 20000802.003: the core dump
26378              is no more.  Whether the current behaviour is correct
26379              (giving a warning: "Not a format reference"), is another matter.
26380      Branch: perl
26381            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
26382            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
26383 ____________________________________________________________________________
26384 [  6530] By: jhi                                   on 2000/08/05  21:33:12
26385         Log: Change the Policy policy: now -Dprefix= with an existing
26386              Policy.sh and prefix == siteprefix == vendorprefix, then all
26387              of them follow along the new prefix.
26388              
26389              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
26390              From: Andy Dougherty <doughera@lafayette.edu>
26391              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
26392              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
26393      Branch: perl
26394            ! Policy_sh.SH
26395 ____________________________________________________________________________
26396 [  6529] By: jhi                                   on 2000/08/05  18:57:28
26397         Log: Zap lib/Sys directory when cleaning up.
26398      Branch: perl
26399            ! Makefile.SH
26400 ____________________________________________________________________________
26401 [  6528] By: jhi                                   on 2000/08/05  18:40:44
26402         Log: Essential prototype changes were missing from #6527.
26403              Also make report_evil_fh() more bomb-proof.
26404      Branch: perl
26405            ! embed.h util.c
26406 ____________________________________________________________________________
26407 [  6527] By: jhi                                   on 2000/08/05  03:22:05
26408         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
26409              From: "Ronald F. Guilmette" <rfg@monkeys.com>
26410              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
26411              Message-Id: <200007242247.PAA52177@monkeys.com>
26412      Branch: perl
26413            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
26414 ____________________________________________________________________________
26415 [  6526] By: jhi                                   on 2000/08/04  21:23:27
26416         Log: gcc versions might have (parentheses) in them.
26417      Branch: metaconfig/U/perl
26418            ! gccvers.U
26419      Branch: perl
26420            ! Configure config_h.SH
26421 ____________________________________________________________________________
26422 [  6525] By: jhi                                   on 2000/08/04  20:23:12
26423         Log: Weed buglets pointed out by
26424              
26425              From: Lupe Christoph <lupe@lupe-christoph.de>
26426              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
26427              Date: Fri, 4 Aug 2000 17:34:39 +0200
26428              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
26429      Branch: metaconfig/U/perl
26430            ! gccvers.U uselfs.U
26431      Branch: perl
26432            ! Configure config_h.SH
26433 ____________________________________________________________________________
26434 [  6524] By: jhi                                   on 2000/08/04  19:02:08
26435         Log: Warn under -w if lstat(FH) is attempted.
26436              
26437              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
26438              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
26439              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
26440              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
26441      Branch: perl
26442            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
26443            ! t/pragma/warn/pp_sys
26444 ____________________________________________________________________________
26445 [  6523] By: jhi                                   on 2000/08/04  12:31:11
26446         Log: Subject: New perlcc, take 2
26447              From: simon@brecon.co.uk (Simon Cozens)
26448              Date: 4 Aug 2000 06:21:04 GMT
26449              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
26450      Branch: perl
26451            ! utils/perlcc.PL
26452 ____________________________________________________________________________
26453 [  6522] By: jhi                                   on 2000/08/04  12:26:33
26454         Log: Subject: Re: Array vs. List context
26455              From: Daniel Chetlin <daniel@chetlin.com>
26456              Date: Fri, 4 Aug 2000 00:22:44 -0700
26457              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
26458      Branch: perl
26459            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
26460            ! pod/perlfaq4.pod
26461 ____________________________________________________________________________
26462 [  6521] By: jhi                                   on 2000/08/04  12:22:38
26463         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
26464              From: Raymund Will <ray@caldera.de>
26465              Date: Fri, 4 Aug 2000 12:07:09 +0200
26466              Message-Id: <20000804120709.A14982@caldera.de>
26467      Branch: perl
26468            ! configure.gnu
26469 ____________________________________________________________________________
26470 [  6520] By: jhi                                   on 2000/08/04  04:09:06
26471         Log: After the #6519 a warning about stat() is just that,
26472              not about a filetest, which now have their own warning.
26473      Branch: perl
26474            ! pod/perldiag.pod
26475 ____________________________________________________________________________
26476 [  6519] By: jhi                                   on 2000/08/04  04:06:30
26477         Log: In the warnings call filehandles consistently so;
26478              add "unopened" warning for stat().
26479      Branch: perl
26480            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
26481            ! t/pragma/warn/pp_sys
26482 ____________________________________________________________________________
26483 [  6518] By: jhi                                   on 2000/08/04  02:55:35
26484         Log: Subject: Minor tweak to perlvar.pod
26485              From: "Stephen P. Potter" <spp@ds.net>
26486              Date: Tue, 18 Apr 2000 09:26:03 -0400
26487              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
26488      Branch: perl
26489            ! pod/perlvar.pod
26490 ____________________________________________________________________________
26491 [  6517] By: jhi                                   on 2000/08/04  02:50:08
26492         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
26493              From: "Clinton Pierce" <cpierce1@ford.com>
26494              Date: Wed, 21 Jul 1999 16:45:31 -0400
26495              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
26496              
26497              Fix by Stephen Potter (visible in the bug db but not in p5p?)
26498      Branch: perl
26499            ! pod/perlfunc.pod pod/perlop.pod
26500 ____________________________________________________________________________
26501 [  6516] By: jhi                                   on 2000/08/04  02:09:25
26502         Log: This is 6512.  Really.
26503      Branch: perl
26504            ! dump.c
26505 ____________________________________________________________________________
26506 [  6515] By: jhi                                   on 2000/08/04  01:25:50
26507         Log: mention the idea of @( and @)
26508      Branch: perl
26509            ! Todo-5.6
26510 ____________________________________________________________________________
26511 [  6514] By: bailey                                on 2000/08/04  01:18:46
26512         Log: YA resync with mainstem, including VMS patches from others
26513      Branch: vmsperl
26514           +> (branch 48 files)
26515            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
26516           !> (integrate 354 files)
26517 ____________________________________________________________________________
26518 [  6513] By: jhi                                   on 2000/08/04  01:18:18
26519         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
26520              From: Mark Dickinson <dickins3@fas.harvard.edu>
26521              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
26522              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
26523      Branch: perl
26524            ! t/op/grent.t t/op/pwent.t
26525 ____________________________________________________________________________
26526 [  6512] By: jhi                                   on 2000/08/04  01:14:06
26527         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
26528              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26529              Date: Wed, 02 Aug 2000 10:51:01 +0100
26530              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
26531      Branch: perl
26532            ! sv.c
26533 ____________________________________________________________________________
26534 [  6511] By: jhi                                   on 2000/08/04  00:57:00
26535         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
26536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26537              Date: Thu, 03 Aug 2000 17:20:04 -0700
26538              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
26539      Branch: metaconfig
26540            ! U/modified/Cppsym.U
26541      Branch: perl
26542            ! Configure config_h.SH
26543 ____________________________________________________________________________
26544 [  6510] By: jhi                                   on 2000/08/04  00:25:28
26545         Log: detypo
26546      Branch: perl
26547            ! Makefile.SH
26548 ____________________________________________________________________________
26549 [  6509] By: jhi                                   on 2000/08/03  23:43:18
26550         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
26551              From: Dominic Dunlop <domo@computer.org>
26552              Date: Thu, 3 Aug 2000 22:16:46 +0200
26553              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
26554      Branch: perl
26555            ! t/op/sprintf.t
26556 ____________________________________________________________________________
26557 [  6508] By: jhi                                   on 2000/08/03  23:40:37
26558         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
26559              From: Hugo <hv@crypt.compulink.co.uk>
26560              Date: Thu, 03 Aug 2000 18:25:30 +0100
26561              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
26562      Branch: perl
26563            ! regcomp.c t/op/re_tests
26564 ____________________________________________________________________________
26565 [  6507] By: jhi                                   on 2000/08/03  23:38:28
26566         Log: Subject: [PATCH] sv.h documentation - SvLEN
26567              From: Mike Guy <mjtg@cam.ac.uk>
26568              Date: Thu, 03 Aug 2000 14:43:09 +0100
26569              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
26570      Branch: perl
26571            ! sv.h
26572 ____________________________________________________________________________
26573 [  6506] By: jhi                                   on 2000/08/03  15:49:14
26574         Log: Disable the fix_pl hack for now.
26575      Branch: perl
26576            ! Makefile.SH
26577 ____________________________________________________________________________
26578 [  6505] By: jhi                                   on 2000/08/03  13:49:04
26579         Log: Add a URL for FSF.
26580              
26581              Subject: Patch for README
26582              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26583              Date: Wed, 2 Aug 2000 13:25:09 -0500
26584              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
26585      Branch: perl
26586            ! README
26587 ____________________________________________________________________________
26588 [  6504] By: jhi                                   on 2000/08/03  13:29:19
26589         Log: Be more informative on what is skipped and why,
26590              also repeat the list at the end.
26591      Branch: perl
26592            ! Porting/p4desc
26593 ____________________________________________________________________________
26594 [  6503] By: jhi                                   on 2000/08/03  13:07:05
26595         Log: Circumvent the removal of .patch by fix_pl.
26596              
26597              Subject: Re: [ID 20000802.011] unable to 'make test'          
26598              From: simon@brecon.co.uk (Simon Cozens) 
26599              Date: 3 Aug 2000 04:17:00 GMT
26600              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
26601      Branch: perl
26602            ! Makefile.SH
26603 ____________________________________________________________________________
26604 [  6502] By: jhi                                   on 2000/08/03  00:14:34
26605         Log: Add the missing setproctitle unit.
26606      Branch: metaconfig/U/perl
26607            + d_setproctitle.U
26608 ____________________________________________________________________________
26609 [  6501] By: jhi                                   on 2000/08/03  00:00:26
26610         Log: The subtest 4 may fail also on VOBS, as pointed out
26611              by Nick Ing-Simmons in November 1999, bug id 19991124.003
26612              (but the failure in that bug report isn't the subtest 4).
26613      Branch: perl
26614            ! t/op/stat.t
26615 ____________________________________________________________________________
26616 [  6500] By: jhi                                   on 2000/08/02  23:49:30
26617         Log: Better skip message for the test; one of the two problems in
26618              
26619              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
26620              From: Lupe Christoph <lupe@lupe-christoph.de>
26621              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
26622              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
26623      Branch: perl
26624            ! t/op/numconvert.t
26625 ____________________________________________________________________________
26626 [  6499] By: jhi                                   on 2000/08/02  22:49:16
26627         Log: Allow "no Module;" even if there is no 'unimport'.
26628              
26629              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
26630              From: mjd@plover.com
26631              Date: 24 Mar 2000 15:24:34 -0000
26632              Message-Id: <20000324152434.15160.qmail@plover.com>
26633      Branch: perl
26634            ! gv.c
26635 ____________________________________________________________________________
26636 [  6498] By: jhi                                   on 2000/08/02  22:42:58
26637         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
26638              that are hopefully soon put into use.
26639      Branch: perl
26640            ! opcode.h opcode.pl opnames.h
26641 ____________________________________________________________________________
26642 [  6497] By: gsar                                  on 2000/08/02  22:28:59
26643         Log: require.t needs binmode() to work on windows
26644      Branch: perl
26645            ! t/comp/require.t
26646 ____________________________________________________________________________
26647 [  6496] By: jhi                                   on 2000/08/02  22:08:51
26648         Log: Document the IVdf UVuf UVof UVxf.
26649      Branch: perl
26650            ! pod/perlguts.pod
26651 ____________________________________________________________________________
26652 [  6495] By: jhi                                   on 2000/08/02  21:54:26
26653         Log: detypo #6494
26654      Branch: perl
26655            ! ext/Data/Dumper/Dumper.xs
26656 ____________________________________________________________________________
26657 [  6494] By: jhi                                   on 2000/08/02  21:49:17
26658         Log: Dump UVs as UVs in Data::Dumper.
26659              
26660              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
26661              From: Gurusamy Sarathy <gsar@ActiveState.com>
26662              Date: Thu, 27 Apr 2000 12:26:25 -0700
26663              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
26664      Branch: perl
26665            ! ext/Data/Dumper/Dumper.xs
26666 ____________________________________________________________________________
26667 [  6493] By: jhi                                   on 2000/08/02  17:01:58
26668         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
26669              From: Hugo <hv@crypt.compulink.co.uk>
26670              Date: Wed, 02 Aug 2000 14:53:56 +0100
26671              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
26672      Branch: perl
26673            ! regexec.c t/op/re_tests
26674 ____________________________________________________________________________
26675 [  6492] By: jhi                                   on 2000/08/02  15:02:46
26676         Log: The new setproctitle() feature is available only in 
26677              bleeding edge FreeBSD.  From Paul Saab.
26678      Branch: perl
26679            ! mg.c
26680 ____________________________________________________________________________
26681 [  6491] By: jhi                                   on 2000/08/02  13:34:36
26682         Log: The tr utf8 patching continues.
26683              
26684              Subject: Re: #6469, too many tests claimed in require.t
26685              From: simon@brecon.co.uk (Simon Cozens)
26686              Date: 2 Aug 2000 02:37:17 GMT
26687              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
26688              
26689              (the logic of the test was the wrong way round in the patch)
26690      Branch: perl
26691            ! doop.c
26692 ____________________________________________________________________________
26693 [  6490] By: jhi                                   on 2000/08/02  13:27:38
26694         Log: The name of a filehandle does not have <these>.
26695      Branch: perl
26696            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
26697            ! t/pragma/warn/pp_sys util.c
26698 ____________________________________________________________________________
26699 [  6489] By: jhi                                   on 2000/08/02  04:26:46
26700         Log: Remove the extraneous "main::" prefix from all the
26701              "opened only for", "on closed", and "never opened" warnings.
26702              
26703              Subject: Re: inappropriate warning
26704              From: Gurusamy Sarathy <gsar@ActiveState.com>
26705              Date: Mon, 20 Mar 2000 11:28:02 -0800
26706              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
26707      Branch: perl
26708            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
26709            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
26710            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
26711 ____________________________________________________________________________
26712 [  6488] By: jhi                                   on 2000/08/02  03:02:57
26713         Log: memcpy has n o in it, as pinted ut by Sarathy.
26714      Branch: perl
26715            ! pod/perlguts.pod
26716 ____________________________________________________________________________
26717 [  6487] By: jhi                                   on 2000/08/02  02:44:51
26718         Log: Document in one place the memory abstractions used in Perl core.
26719              
26720              Subject: Re: Memory abstraction
26721              From: simon@brecon.co.uk (Simon Cozens)
26722              Date: 2 Aug 2000 02:20:23 GMT
26723              Organization: Earth.li Origins
26724      Branch: perl
26725            ! pod/perlguts.pod
26726 ____________________________________________________________________________
26727 [  6486] By: jhi                                   on 2000/08/02  02:41:57
26728         Log: regen_headers, regen perltoc.
26729      Branch: perl
26730            ! perlapi.c pod/perltoc.pod
26731 ____________________________________________________________________________
26732 [  6485] By: jhi                                   on 2000/08/02  01:43:33
26733         Log: "This little thing tests for a file .patch, and if it contains
26734              a number, pops into patchlevel.h" (making it easier to track
26735              which development version people are reporting bugs against)
26736              
26737              Subject: Patchlevel autogeneration for repository perls
26738              From: simon@brecon.co.uk (Simon Cozens)
26739              Date: 14 Jul 2000 07:12:15 GMT
26740              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
26741      Branch: perl
26742            + fix_pl
26743            ! MANIFEST Makefile.SH
26744 ____________________________________________________________________________
26745 [  6484] By: jhi                                   on 2000/08/02  01:32:54
26746         Log: FreeBSD 3.* updates from
26747              
26748              From: Paul Saab <ps@yahoo-inc.com>
26749              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
26750              Date: Tue, 1 Aug 2000 15:41:39 -0700
26751              Message-Id: <20000801154139.A53740@yahoo-inc.com>
26752      Branch: perl
26753            ! hints/freebsd.sh
26754 ____________________________________________________________________________
26755 [  6483] By: jhi                                   on 2000/08/02  01:27:44
26756         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
26757              instead one must use setproctitle().  This was already addressed
26758              by change #6457, but the below has a new variant for FreeBSD 4.0
26759              or later, and the matter is also documented more.
26760              
26761              From: Paul Saab <ps@yahoo-inc.com>
26762              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
26763              Date: Tue, 1 Aug 2000 15:41:39 -0700
26764              Message-Id: <20000801154139.A53740@yahoo-inc.com>
26765      Branch: metaconfig/U/perl
26766            + i_libutil.U
26767      Branch: perl
26768            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
26769 ____________________________________________________________________________
26770 [  6482] By: jhi                                   on 2000/08/01  22:17:32
26771         Log: The test from this
26772              
26773              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
26774              Date: Sat, 15 Apr 2000 17:03:44 +0100
26775              From: Tom Hughes <tom@compton.nu>
26776              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
26777              
26778              was missing, the code change went in as #5989
26779              (which had a different test?)
26780      Branch: perl
26781            ! t/op/misc.t
26782 ____________________________________________________________________________
26783 [  6481] By: jhi                                   on 2000/08/01  21:48:38
26784         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
26785              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26786              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
26787              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
26788      Branch: perl
26789            ! perl.h
26790 ____________________________________________________________________________
26791 [  6480] By: jhi                                   on 2000/08/01  18:05:28
26792         Log: Make p4desc to skip non-mainperl branches by default.
26793      Branch: perl
26794            ! Porting/p4desc
26795 ____________________________________________________________________________
26796 [  6479] By: jhi                                   on 2000/08/01  17:29:19
26797         Log: If gccosandvers is equal to osname, clear gccosandvers.
26798      Branch: metaconfig/U/perl
26799            ! gccvers.U
26800      Branch: perl
26801            ! Configure config_h.SH
26802 ____________________________________________________________________________
26803 [  6478] By: jhi                                   on 2000/08/01  15:54:08
26804         Log: BOM patching from Simon Cozens.
26805      Branch: perl
26806            ! toke.c
26807 ____________________________________________________________________________
26808 [  6477] By: jhi                                   on 2000/08/01  04:50:33
26809         Log: Stash away the largefiles flags and libswanted.
26810      Branch: perl
26811            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
26812 ____________________________________________________________________________
26813 [  6476] By: gsar                                  on 2000/08/01  04:24:24
26814         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
26815              on Windows)
26816      Branch: perl
26817            ! t/pragma/utf8.t utf8.c win32/win32.c
26818 ____________________________________________________________________________
26819 [  6475] By: jhi                                   on 2000/08/01  03:35:24
26820         Log: Make chr() for values >127 to create utf8 when under utf8.
26821              
26822              Subject: Re: uft8/chr()
26823              From: simon@brecon.co.uk (Simon Cozens)
26824              Date: 1 Aug 2000 02:37:02 GMT
26825              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
26826      Branch: perl
26827            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
26828 ____________________________________________________________________________
26829 [  6474] By: jhi                                   on 2000/08/01  02:36:18
26830         Log: In Digital UNIX warn if gcc explicitly chosen because even
26831              2.95.2 is known to cause problems.
26832      Branch: perl
26833            ! hints/dec_osf.sh
26834 ____________________________________________________________________________
26835 [  6473] By: jhi                                   on 2000/08/01  02:00:56
26836         Log: Make the safety catch for buggy gccs work with triple version
26837              numbers like 2.95.2.  Reported in
26838              
26839              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
26840              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
26841              Date: Mon, 31 Jul 2000 14:55:06 +0200
26842              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
26843      Branch: perl
26844            ! hints/dec_osf.sh
26845 ____________________________________________________________________________
26846 [  6472] By: jhi                                   on 2000/08/01  01:13:33
26847         Log: Subject: fix and question re: waitpid() under win32
26848              From: Brian Clarke <clarke@appliedmeta.com>
26849              Date: Fri, 28 Jul 2000 15:18:29 -0400
26850              Message-ID: <3981DC85.290314EB@appliedmeta.com>
26851              
26852              Slightly reformatted and WNOHANG # define moved to win32.h
26853              so that also POSIX.xs sees it, as suggsted by Sarathy.
26854      Branch: perl
26855            ! win32/win32.c win32/win32.h
26856 ____________________________________________________________________________
26857 [  6471] By: jhi                                   on 2000/08/01  00:55:05
26858         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
26859              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26860              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
26861              Date: Mon, 31 Jul 2000 13:28:51 +0100
26862              
26863              (aka ID 20000730.002)
26864      Branch: perl
26865            ! op.c t/op/tr.t
26866 ____________________________________________________________________________
26867 [  6470] By: jhi                                   on 2000/07/31  23:34:42
26868         Log: Document the problem with -P in HP-UX and its workaround.
26869              
26870              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
26871              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
26872              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
26873              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
26874      Branch: perl
26875            ! README.hpux
26876 ____________________________________________________________________________
26877 [  6469] By: jhi                                   on 2000/07/31  04:15:02
26878         Log: The swallow_bom() saga continues.  The #23 of require.t
26879              (UTF16-LE) still fails (silently, no output) but the #22
26880              (UTF16-BE) seems to be working now.  The root of the
26881              failure may be in sv_gets(): is it UTF-16LE-aware,
26882              especially when it comes to line endings? 
26883      Branch: perl
26884            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
26885            ! t/comp/require.t toke.c utf8.c
26886 ____________________________________________________________________________
26887 [  6468] By: jhi                                   on 2000/07/30  19:05:48
26888         Log: Find green threads before native threads.
26889              
26890              Subject: Re: Patch to jpl/JNI/Makefile.PL
26891              From: Jens Thomsen <jens@fiend.cis.com>
26892              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
26893              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
26894      Branch: perl
26895            ! jpl/JNI/Makefile.PL
26896 ____________________________________________________________________________
26897 [  6467] By: jhi                                   on 2000/07/30  18:36:22
26898         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
26899      Branch: perl
26900            ! doop.c
26901 ____________________________________________________________________________
26902 [  6466] By: jhi                                   on 2000/07/30  04:37:29
26903         Log: A new version of the "remove UPPERACSE string comparison"
26904              operators.  The problem with the previous one (change #6454)
26905              was that it was for Perl 5.6.0.  From Paul Marquess.
26906      Branch: perl
26907            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
26908            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
26909            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
26910 ____________________________________________________________________________
26911 [  6465] By: jhi                                   on 2000/07/29  22:39:56
26912         Log: Do not upgrade SVs into utf8 just because they participate
26913              in eq or cmp.  Reported and fix suggested in
26914              
26915              Subject: [ID 20000720.009] sv_eq UTF8 bug
26916              From: "Simon Cozens" <simon@othersideofthe.earth.li>
26917              Date: 21 Jul 2000 04:37:29 -0000
26918              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
26919              
26920              Exercise for the kind reader: should we or should we not
26921              cache the utf8 conversion alonside the SV? (as magic,
26922              as thestrxfrm()ed version is cached under use locale)
26923              Argue both for and against.
26924      Branch: perl
26925            ! sv.c
26926 ____________________________________________________________________________
26927 [  6464] By: jhi                                   on 2000/07/29  22:36:22
26928         Log: Subject: UTF8 concat
26929              From: simon@brecon.co.uk (Simon Cozens) 
26930              Date: 30 Jun 2000 06:13:25 GMT
26931              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
26932              
26933              (with a memory leak fixed, plus a few casts added)
26934              
26935              This also seems to help for
26936              
26937              Subject: [ID 20000716.015] join UTF8 weirdness
26938              From: root <root@ak-71.mind.de> 
26939              Date: Sat, 15 Jul 2000 15:29:54 +0200
26940              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
26941              
26942              (from Andreas König)
26943      Branch: perl
26944            ! pp_hot.c
26945 ____________________________________________________________________________
26946 [  6463] By: jhi                                   on 2000/07/29  00:55:39
26947         Log: Tune the comments and hopefully stop a memory leak.
26948      Branch: perl
26949            ! toke.c utf8.c
26950 ____________________________________________________________________________
26951 [  6462] By: jhi                                   on 2000/07/29  00:16:53
26952         Log: The problem described in this
26953              
26954              Subject: [ID 20000322.018] named chars aren't magical enough
26955              From: root <root@dixie.cscaper.com>     
26956              Date: Wed, 22 Mar 2000 18:37:42 -0700
26957              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
26958              
26959              has been fixed in perl 5.6.0 but just in case added a test
26960              to keep it away.  (The report from Joseph Hall.)
26961      Branch: perl
26962            ! t/lib/charnames.t
26963 ____________________________________________________________________________
26964 [  6461] By: jhi                                   on 2000/07/28  23:56:36
26965         Log: Tiny fixes for #6460.
26966      Branch: metaconfig/U/perl
26967            ! gccvers.U
26968      Branch: perl
26969            ! Configure config_h.SH
26970 ____________________________________________________________________________
26971 [  6460] By: jhi                                   on 2000/07/28  23:24:41
26972         Log: Warn if the version of the operating system used to compile gcc
26973              differs from the current version of the operating system.
26974              Also display the gcc compilation os and version in myconfig.
26975              Inspiration from
26976              
26977              Subject: Re: [ID 20000710.003] ERRORS!!         
26978              From: "Kurt D. Starsinic" <kstar@chapin.edu>
26979              Date: Mon, 10 Jul 2000 15:54:16 -0400
26980              Message-ID: <20000710155416.A1384@O2.chapin.edu>
26981      Branch: metaconfig/U/perl
26982            ! gccvers.U
26983      Branch: perl
26984            ! Configure config_h.SH myconfig.SH
26985 ____________________________________________________________________________
26986 [  6459] By: jhi                                   on 2000/07/28  22:00:32
26987         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
26988              letter to $Config{osvers}.
26989      Branch: metaconfig
26990            ! U/modified/Oldconfig.U
26991      Branch: perl
26992            ! Configure config_h.SH
26993 ____________________________________________________________________________
26994 [  6458] By: jhi                                   on 2000/07/28  04:15:39
26995         Log: Back out #6454, doesn't seem to work.
26996              (Reason: that patch was for perl 5.6.0, not perl-current)
26997              (A version of the patch for perl-current came in later as #6466)
26998      Branch: perl
26999            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27000            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27001            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27002 ____________________________________________________________________________
27003 [  6457] By: jhi                                   on 2000/07/27  23:31:49
27004         Log: Use setproctitle() if available to modify $0.
27005              
27006              Subject: setting $* on BSD4 broken
27007              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27008              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
27009              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
27010      Branch: metaconfig
27011            ! U/modified/Myinit.U
27012      Branch: perl
27013            ! Configure config_h.SH mg.c
27014 ____________________________________________________________________________
27015 [  6456] By: jhi                                   on 2000/07/27  14:50:47
27016         Log: Allow "no AutoLoader;", based on change #6444,
27017              suggested by Graham Barr.
27018      Branch: perl
27019            ! lib/AutoLoader.pm
27020 ____________________________________________________________________________
27021 [  6455] By: jhi                                   on 2000/07/27  14:19:10
27022         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
27023              From: rspier@pobox.com (Robert Spier)
27024              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
27025              Message-ID: <14720.15855.787664.424783@rls.cx>
27026      Branch: perl
27027            ! pod/perldiag.pod
27028 ____________________________________________________________________________
27029 [  6454] By: jhi                                   on 2000/07/27  14:03:02
27030         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
27031              for a long time).
27032              
27033              Reported in
27034              
27035              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
27036              From: Ryan Herbert <rherbert@sycamorehq.com>
27037              Date: Mon, 17 Jul 2000 11:40:42 -0400
27038              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
27039              
27040              Patched in
27041              
27042              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
27043              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27044              Date: Wed, 26 Jul 2000 23:40:18 +0100
27045              Message-ID: <000001bff752$79511880$0a17073e@tiny>
27046              
27047              based on an earlier patch from Stephen P. Potter.
27048              
27049              (Removed later by change #6458 because this patch was for
27050              perl 5.6.0, not perl-current)
27051      Branch: perl
27052            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27053            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27054            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27055 ____________________________________________________________________________
27056 [  6453] By: jhi                                   on 2000/07/27  13:48:02
27057         Log: Subject: [PATCH] fixes bug 20000508.004
27058              From: Michael Stevens <mstevens@globnix.org>
27059              Date: Thu, 27 Jul 2000 13:49:04 +0100
27060              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
27061      Branch: perl
27062            ! pod/perldata.pod
27063 ____________________________________________________________________________
27064 [  6452] By: jhi                                   on 2000/07/26  23:51:26
27065         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
27066              and Craig A. Berry.
27067      Branch: perl
27068            ! lib/File/Temp.pm pod/perlport.pod
27069 ____________________________________________________________________________
27070 [  6451] By: jhi                                   on 2000/07/26  19:43:30
27071         Log: Be wary of close()s, too.
27072              
27073              Subject: Re: [PATCH] perlbug cleanup
27074              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27075              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
27076              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
27077      Branch: perl
27078            ! utils/perlbug.PL
27079 ____________________________________________________________________________
27080 [  6450] By: jhi                                   on 2000/07/26  18:41:40
27081         Log: Subject: Minor doc patch: handy.h
27082              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
27083              Date: Wed, 26 Jul 2000 15:34:25 -0300
27084              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
27085      Branch: perl
27086            ! handy.h pod/perlapi.pod
27087 ____________________________________________________________________________
27088 [  6449] By: jhi                                   on 2000/07/26  18:23:55
27089         Log: Subject: [PATCH] minor doc change - perlguts
27090              From: Michael Stevens <mstevens@globnix.org>
27091              Date: Thu, 13 Jul 2000 12:39:18 +0100
27092              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
27093      Branch: perl
27094            ! pod/perlguts.pod
27095 ____________________________________________________________________________
27096 [  6448] By: jhi                                   on 2000/07/26  18:20:30
27097         Log: open() wariness in perlbug.
27098              
27099              Subject: [PATCH] perlbug cleanup
27100              From: Michael Stevens <mstevens@globnix.org>
27101              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
27102              Date: Thu, 13 Jul 2000 15:52:23 +0100
27103      Branch: perl
27104            ! utils/perlbug.PL
27105 ____________________________________________________________________________
27106 [  6447] By: jhi                                   on 2000/07/26  18:13:04
27107         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
27108      Branch: perl
27109            ! lib/File/Temp.pm t/lib/ftmp-security.t
27110 ____________________________________________________________________________
27111 [  6446] By: jhi                                   on 2000/07/26  18:06:32
27112         Log: docfix from Peter Scott <Peter@PSDT.com>.
27113      Branch: perl
27114            ! pod/perlfunc.pod
27115 ____________________________________________________________________________
27116 [  6445] By: jhi                                   on 2000/07/26  17:53:31
27117         Log: Fix *foo{FORMAT}.
27118              
27119              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27120              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
27121              Date: Wed, 26 Jul 2000 19:51:02 +0200
27122              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
27123              
27124              From: Graham Barr <gbarr@pobox.com>
27125              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
27126              Date: Wed, 26 Jul 2000 17:38:36 +0100
27127              Message-ID: <20000726173836.L472@pobox.com>
27128      Branch: perl
27129            ! pp.c sv.c t/op/gv.t
27130 ____________________________________________________________________________
27131 [  6444] By: jhi                                   on 2000/07/26  17:49:14
27132         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
27133              from Graham Barr in the module list.
27134      Branch: perl
27135            ! gv.c pod/perlobj.pod
27136 ____________________________________________________________________________
27137 [  6443] By: jhi                                   on 2000/07/26  16:06:56
27138         Log: More split() doc and test patches from Mike Guy.
27139      Branch: perl
27140            ! pod/perlfunc.pod t/op/split.t
27141 ____________________________________________________________________________
27142 [  6442] By: jhi                                   on 2000/07/26  16:05:30
27143         Log: MacOS nits from Matthias Neeracher.
27144      Branch: perl
27145            ! perl.c pp_ctl.c
27146 ____________________________________________________________________________
27147 [  6441] By: jhi                                   on 2000/07/26  04:39:57
27148         Log: Subject: [PATCH] split /^/
27149              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27150              Date: Tue, 25 Jul 2000 14:18:57 +0100
27151              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
27152              
27153              (with notes from tchrist and gbarr)
27154      Branch: perl
27155            ! pod/perlfunc.pod t/op/split.t
27156 ____________________________________________________________________________
27157 [  6440] By: jhi                                   on 2000/07/26  04:32:32
27158         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
27159              From: Peter Prymmer <pvhp@forte.com>
27160              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
27161              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
27162      Branch: perl
27163            ! vms/munchconfig.c
27164 ____________________________________________________________________________
27165 [  6439] By: jhi                                   on 2000/07/26  04:31:01
27166         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
27167              to be fatal errors (instead of by default ignoring them, and
27168              ignoring with a bug: even though -w gave an error, the opening [
27169              was left in)  Reported in:
27170              
27171              Subject: [ID 20000716.024] [=cc=] / [:blank:]
27172              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
27173              Date: Sun, 16 Jul 2000 17:55:29 -0700
27174              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
27175      Branch: perl
27176            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
27177 ____________________________________________________________________________
27178 [  6438] By: jhi                                   on 2000/07/25  15:41:15
27179         Log: Subject: [PATCH] av.c apidoc
27180              From: simon@brecon.co.uk (Simon Cozens)
27181              Date: 24 Jul 2000 06:40:52 GMT
27182              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
27183      Branch: perl
27184            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
27185            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
27186 ____________________________________________________________________________
27187 [  6437] By: jhi                                   on 2000/07/25  14:05:36
27188         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
27189              From: "Stephen P. Potter" <spp@ds.net>
27190              Date: Mon, 24 Jul 2000 14:22:23 -0400
27191              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
27192      Branch: perl
27193            ! pod/perllocale.pod
27194 ____________________________________________________________________________
27195 [  6436] By: jhi                                   on 2000/07/25  14:02:03
27196         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
27197              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27198              Date: Mon, 24 Jul 2000 18:04:28 +0100
27199              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
27200      Branch: perl
27201            ! t/lib/syslfs.t t/op/lfs.t
27202 ____________________________________________________________________________
27203 [  6435] By: jhi                                   on 2000/07/25  13:59:28
27204         Log: Get UTF16 BOMs working.  Patch from
27205              
27206              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27207              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27208              Date: Tue, 25 Jul 2000 12:52:45 +0100
27209              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
27210              
27211              and notes from
27212              
27213              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27214              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27215              Date: Tue, 25 Jul 2000 11:43:25 +0100
27216              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
27217      Branch: perl
27218            ! t/comp/require.t toke.c utf8.c
27219 ____________________________________________________________________________
27220 [  6434] By: jhi                                   on 2000/07/25  02:39:54
27221         Log: Make the "uninit variable" warning to say "concat or string"
27222              or "join or string" when in concat or join .
27223              
27224              Subject: Re: [ID 20000403.009] uninitialised concatenation???
27225              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27226              Date: Tue, 04 Apr 2000 18:22:58 +0100
27227              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
27228              
27229              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
27230              From: William R Ward <hermit@BayView.COM>
27231              Date: Thu, 30 Mar 2000 19:50:03 -0800
27232              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
27233      Branch: perl
27234            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
27235            ! t/pragma/warn/op t/pragma/warn/sv
27236 ____________________________________________________________________________
27237 [  6433] By: jhi                                   on 2000/07/24  17:52:56
27238         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
27239      Branch: perl
27240            ! lib/File/Spec/VMS.pm
27241 ____________________________________________________________________________
27242 [  6432] By: jhi                                   on 2000/07/24  17:44:44
27243         Log: Test cases for #6431.
27244              
27245              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27246              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27247              Date: Mon, 24 Jul 2000 15:32:29 +0100
27248              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
27249      Branch: perl
27250            ! t/op/pat.t t/op/split.t
27251 ____________________________________________________________________________
27252 [  6431] By: jhi                                   on 2000/07/24  17:43:17
27253         Log: Bind op fix.
27254              
27255              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27256              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27257              Date: Mon, 17 Jul 2000 20:04:56 +0100
27258              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
27259      Branch: perl
27260            ! op.c
27261 ____________________________________________________________________________
27262 [  6430] By: jhi                                   on 2000/07/24  03:42:42
27263         Log: Subject: [ID 20000716.023] syslog test fails without sockets
27264              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27265              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
27266              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
27267      Branch: metaconfig/U/perl
27268            ! Extensions.U
27269      Branch: perl
27270            ! Configure config_h.SH
27271 ____________________________________________________________________________
27272 [  6429] By: jhi                                   on 2000/07/24  03:11:52
27273         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
27274              case, but add also notes explaining the relationship of this
27275              patch and the earlier notes by Sarathy.
27276              
27277              Subject: Map is still slow
27278              From: "Ben Tilly" <ben_tilly@hotmail.com>
27279              Date: Sat, 15 Jul 2000 17:23:27 EDT
27280              Message-ID: <20000715212327.21656.qmail@hotmail.com>
27281      Branch: perl
27282            ! pp_ctl.c
27283 ____________________________________________________________________________
27284 [  6428] By: jhi                                   on 2000/07/24  02:58:52
27285         Log: Documentation to explain the behaviour of map().
27286              
27287              Subject: Re: Map is still slow 
27288              From: Gurusamy Sarathy <gsar@ActiveState.com>
27289              Date: Sat, 15 Jul 2000 16:05:09 -0700
27290              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
27291      Branch: perl
27292            ! pp_ctl.c
27293 ____________________________________________________________________________
27294 [  6427] By: jhi                                   on 2000/07/24  02:50:03
27295         Log: Add tests for
27296              [ID 19991110.003] another matching finding by pcre author
27297              which has already been fixed by some patch, as verified in
27298              
27299              Subject: Re: two regex bugs from the mists of time (well, last November)
27300              From: Hugo <hv@crypt.compulink.co.uk>
27301              Date: Sat, 22 Jul 2000 18:12:58 +0100
27302              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
27303      Branch: perl
27304            ! t/op/re_tests
27305 ____________________________________________________________________________
27306 [  6426] By: jhi                                   on 2000/07/24  02:11:20
27307         Log: A missing 'break' after the [[:space:]] switch case.
27308              
27309              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
27310              From: "Stephen P. Potter" <spp@ds.net>
27311              Date: Tue, 18 Jul 2000 16:25:17 -0400
27312              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
27313      Branch: perl
27314            ! regcomp.c
27315 ____________________________________________________________________________
27316 [  6425] By: jhi                                   on 2000/07/24  02:06:12
27317         Log: The output might have been produced in the wrong order.
27318              
27319              Subject: [ID 20000720.003] [PATCH] t/op/write.t
27320              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27321              Date: Thu, 20 Jul 2000 18:49:18 +0100
27322              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
27323      Branch: perl
27324            ! t/op/write.t
27325 ____________________________________________________________________________
27326 [  6424] By: jhi                                   on 2000/07/24  02:00:07
27327         Log: Use STDOUT consistently.
27328              
27329              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
27330              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27331              Date: Thu, 20 Jul 2000 18:04:01 +0100
27332              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
27333      Branch: perl
27334            ! lib/Test/Harness.pm
27335 ____________________________________________________________________________
27336 [  6423] By: jhi                                   on 2000/07/24  01:54:54
27337         Log: Protect against "wild next"s, that is, callbacks doing "next"
27338              instead of "return".
27339              
27340              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
27341              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27342              Date: Tue, 18 Jul 2000 11:30:16 +0100
27343              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
27344      Branch: perl
27345            ! lib/File/Find.pm
27346 ____________________________________________________________________________
27347 [  6422] By: jhi                                   on 2000/07/24  01:35:47
27348         Log: Out-of-date note removed.
27349              
27350              Subject: [PATCH] documentation perlipc
27351              From: rspier@pobox.com (Robert Spier)
27352              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
27353              Message-ID: <14711.35178.572612.502654@rls.cx>
27354      Branch: perl
27355            ! pod/perlipc.pod
27356 ____________________________________________________________________________
27357 [  6421] By: jhi                                   on 2000/07/24  00:09:18
27358         Log: Send all installperl messages to STDERR and be -w clean.
27359              
27360              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
27361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27362              Date: Sat, 22 Jul 2000 14:02:11 +0100
27363              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
27364      Branch: perl
27365            ! installperl
27366 ____________________________________________________________________________
27367 [  6420] By: jhi                                   on 2000/07/24  00:04:19
27368         Log: Decutandpasto.
27369              
27370              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
27371              From: "Richard Soderberg" <rs@crystalflame.net>
27372              Date: Sun, 23 Jul 2000 01:37:23 -0700
27373              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
27374      Branch: perl
27375            ! pod/perlipc.pod
27376 ____________________________________________________________________________
27377 [  6419] By: jhi                                   on 2000/07/24  00:01:12
27378         Log: A cleaner abs_path().
27379              Subject: Re: unix alternative to Cwd.pm
27380              From: Jeff Pinyan <jeffp@crusoe.net>
27381              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
27382              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
27383      Branch: perl
27384            ! lib/Cwd.pm
27385 ____________________________________________________________________________
27386 [  6418] By: jhi                                   on 2000/07/23  23:48:56
27387         Log: Detypo.
27388              
27389              Subject: [PATCH perl-current] Typo in hints/powerux.sh
27390              From: "Richard Soderberg" <rs@crystalflame.net>
27391              Date: Sun, 23 Jul 2000 01:27:33 -0700
27392              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
27393      Branch: perl
27394            ! hints/powerux.sh
27395 ____________________________________________________________________________
27396 [  6417] By: jhi                                   on 2000/07/17  22:13:31
27397         Log: Subject: SDBM_File documentation
27398              From: mjd@plover.com
27399              Date: 16 Jul 2000 17:41:17 -0000
27400              Message-ID: <20000716174117.18515.qmail@plover.com>
27401      Branch: perl
27402            ! ext/SDBM_File/SDBM_File.pm
27403 ____________________________________________________________________________
27404 [  6416] By: jhi                                   on 2000/07/17  19:13:26
27405         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
27406      Branch: perl
27407            ! hints/mpeix.sh mpeix/relink
27408 ____________________________________________________________________________
27409 [  6415] By: jhi                                   on 2000/07/15  14:11:02
27410         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
27411              the utf8 'characters' can be more than one octet).
27412              
27413              Date: Sat, 15 Jul 2000 00:21:56 +0100
27414              From: Tom Hughes <tom@compton.nu>
27415              Subject: Re: [ID 20000714.002]
27416              Message-ID: <db2334de49.tom@compton.compton.nu>
27417              
27418              Reported in
27419              
27420              Subject: [ID 20000714.002]
27421              From: "Simon Cozens" <simon@othersideofthe.earth.li>
27422              Date: 14 Jul 2000 15:13:09 -0000
27423              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
27424      Branch: perl
27425            ! doop.c
27426 ____________________________________________________________________________
27427 [  6414] By: jhi                                   on 2000/07/15  03:13:41
27428         Log: another VMS build tweak from Peter Prymmer
27429      Branch: perl
27430            ! vms/descrip_mms.template
27431 ____________________________________________________________________________
27432 [  6413] By: jhi                                   on 2000/07/15  03:10:40
27433         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
27434      Branch: perl
27435            ! vms/perlvms.pod
27436 ____________________________________________________________________________
27437 [  6412] By: jhi                                   on 2000/07/15  00:31:05
27438         Log: More docs for sv functions.
27439              
27440              Subject: [PATCH cfgperl] sv.c apidoc
27441              From: simon@brecon.co.uk (Simon Cozens)
27442              Date: 13 Jul 2000 09:00:20 GMT
27443              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
27444              
27445              Subject: Re: [PATCH cfgperl] sv.c apidoc
27446              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27447              Date: Thu, 13 Jul 2000 12:27:41 +0100
27448              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
27449              
27450              Subject: Re: [PATCH cfgperl] sv.c apidoc
27451              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27452              Date: Thu, 13 Jul 2000 13:23:09 +0100
27453              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
27454              
27455              Subject: Re: [PATCH cfgperl] sv.c apidoc
27456              From: simon@brecon.co.uk (Simon Cozens)
27457              Date: 14 Jul 2000 06:51:02 GMT
27458              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
27459      Branch: perl
27460            ! embed.pl pod/perlapi.pod sv.c
27461 ____________________________________________________________________________
27462 [  6411] By: jhi                                   on 2000/07/15  00:10:41
27463         Log: lib/b test fixes from Peter Prymmer.
27464      Branch: perl
27465            ! t/lib/b.t
27466 ____________________________________________________________________________
27467 [  6410] By: jhi                                   on 2000/07/15  00:02:09
27468         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
27469              From: Hugo <hv@crypt.compulink.co.uk>
27470              Date: Fri, 14 Jul 2000 23:05:20 +0100
27471              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
27472              
27473              Didn't anymore apply, but that point still could use another fix.
27474      Branch: perl
27475            ! pod/perlfunc.pod
27476 ____________________________________________________________________________
27477 [  6409] By: jhi                                   on 2000/07/14  23:15:15
27478         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
27479              not in pod, from Peter Prymmer
27480      Branch: perl
27481            ! vms/descrip_mms.template
27482 ____________________________________________________________________________
27483 [  6408] By: jhi                                   on 2000/07/14  20:35:05
27484         Log: The bug report
27485              [ID 19991110.002] minimal matching discrepancy found by pcre author
27486              seems to have been fixed (though differently from what was suggested
27487              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
27488      Branch: perl
27489            ! t/op/re_tests
27490 ____________________________________________________________________________
27491 [  6407] By: jhi                                   on 2000/07/14  17:38:08
27492         Log: Fix AutoSplit to use File::Spec the right way in VMS,
27493              from Peter Prymmer.
27494      Branch: perl
27495            ! lib/AutoSplit.pm
27496 ____________________________________________________________________________
27497 [  6406] By: jhi                                   on 2000/07/14  14:13:22
27498         Log: Merge perlhacktut into perlhack, update perlguts.
27499              
27500              Subject: Re: Perlhacktut
27501              From: simon@brecon.co.uk (Simon Cozens)
27502              Date: 14 Jul 2000 06:49:21 GMT
27503              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
27504              
27505              Subject: Re: Perlhacktut
27506              From: simon@brecon.co.uk (Simon Cozens)
27507              Date: 14 Jul 2000 07:09:45 GMT
27508              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
27509      Branch: perl
27510            ! pod/perlguts.pod pod/perlhack.pod
27511 ____________________________________________________________________________
27512 [  6405] By: jhi                                   on 2000/07/14  14:02:31
27513         Log: Integrate with Sarathy.
27514      Branch: cfgperl
27515           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
27516           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
27517           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
27518 ____________________________________________________________________________
27519 [  6404] By: gsar                                  on 2000/07/14  12:15:02
27520         Log: PERL_OBJECT build tweaks
27521      Branch: perl
27522            ! toke.c
27523 ____________________________________________________________________________
27524 [  6403] By: gsar                                  on 2000/07/14  11:23:41
27525         Log: inconsistent types needs casts
27526      Branch: perl
27527            ! toke.c
27528 ____________________________________________________________________________
27529 [  6402] By: gsar                                  on 2000/07/14  11:12:04
27530         Log: typos in change#6399, regen headers
27531      Branch: perl
27532            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
27533 ____________________________________________________________________________
27534 [  6401] By: gsar                                  on 2000/07/14  10:59:12
27535         Log: typecasts needed for change#6394
27536      Branch: perl
27537            ! toke.c
27538 ____________________________________________________________________________
27539 [  6400] By: gsar                                  on 2000/07/14  10:49:37
27540         Log: integrate cfgperl contents into mainline
27541      Branch: perl
27542           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
27543           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
27544 ____________________________________________________________________________
27545 [  6399] By: gsar                                  on 2000/07/14  10:38:35
27546         Log: enable UTF-16 filter by default if relevant BOM is seen; various
27547              cleanups (typos, misformatted code, and small bugs)
27548      Branch: perl
27549            ! doop.c embed.pl mg.c op.c pp.c toke.c
27550 ____________________________________________________________________________
27551 [  6398] By: gsar                                  on 2000/07/14  08:55:38
27552         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
27553              name suggests anyway)
27554      Branch: perl
27555            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
27556 ____________________________________________________________________________
27557 [  6397] By: gsar                                  on 2000/07/14  08:44:33
27558         Log: move new variables to the end of the interpreter structure (for
27559              bincompat in code that doesn't #include XSUB.h)
27560      Branch: perl
27561            ! intrpvar.h
27562 ____________________________________________________________________________
27563 [  6396] By: gsar                                  on 2000/07/14  08:13:58
27564         Log: MakeMaker should not remove editor backups (*~) on `make clean`
27565              by default (completes change#6383)
27566      Branch: perl
27567            ! lib/ExtUtils/MM_Unix.pm
27568 ____________________________________________________________________________
27569 [  6395] By: jhi                                   on 2000/07/14  05:20:33
27570         Log: Replace change #6337 with a better one.
27571              
27572              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
27573              From: Hugo <hv@crypt.compulink.co.uk>
27574              Date: Fri, 14 Jul 2000 04:16:20 +0100
27575              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
27576      Branch: cfgperl
27577            ! regexec.c t/op/re_tests
27578 ____________________________________________________________________________
27579 [  6394] By: jhi                                   on 2000/07/14  01:33:59
27580         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
27581      Branch: cfgperl
27582            ! embed.pl global.sym proto.h toke.c
27583 ____________________________________________________________________________
27584 [  6393] By: jhi                                   on 2000/07/13  23:41:23
27585         Log: remove discarded test
27586      Branch: cfgperl
27587            ! MANIFEST
27588 ____________________________________________________________________________
27589 [  6392] By: jhi                                   on 2000/07/13  23:32:25
27590         Log: The {multiplier} of a fixed substring was overlooked which
27591              caused a wrong initial search offset for that substring.
27592              
27593              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
27594              From: Hugo <hv@crypt.compulink.co.uk>
27595              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
27596              Date: Thu, 13 Jul 2000 19:27:13 +0100
27597      Branch: cfgperl
27598            ! regcomp.c t/op/re_tests
27599 ____________________________________________________________________________
27600 [  6391] By: jhi                                   on 2000/07/13  16:37:42
27601         Log: typo fix from Craig Berry
27602      Branch: cfgperl
27603            ! vms/subconfigure.com
27604 ____________________________________________________________________________
27605 [  6390] By: jhi                                   on 2000/07/13  13:20:12
27606         Log: Integrate with Sarathy.
27607      Branch: cfgperl
27608            - t/op/method2entersub.t
27609           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
27610           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
27611           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
27612           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
27613 ____________________________________________________________________________
27614 [  6389] By: jhi                                   on 2000/07/13  13:18:48
27615         Log: Detypo from Peter Prymmer, part of #6388.
27616      Branch: cfgperl
27617            ! Configure config_h.SH
27618      Branch: metaconfig
27619            ! U/modified/d_longlong.U
27620 ____________________________________________________________________________
27621 [  6388] By: gsar                                  on 2000/07/13  06:33:40
27622         Log: typos (spotted by Peter Prymmer)
27623      Branch: perl
27624            ! Configure t/lib/english.t
27625 ____________________________________________________________________________
27626 [  6387] By: gsar                                  on 2000/07/13  05:35:28
27627         Log: new selfloader.t in change#6183 doesn't close DATA handles,
27628              and thus fails to clean up tmp files on dosish platforms
27629      Branch: perl
27630            ! t/lib/selfloader.t
27631 ____________________________________________________________________________
27632 [  6386] By: gsar                                  on 2000/07/12  21:42:39
27633         Log: sprintf test tweaks (from Dominic Dunlop)
27634      Branch: perl
27635            ! t/op/sprintf.t
27636 ____________________________________________________________________________
27637 [  6385] By: gsar                                  on 2000/07/12  21:33:46
27638         Log: fix bugs in processing %v-*d and similar format specs (from
27639              Avi Finkel <avi@finkel.org>)
27640      Branch: perl
27641            ! sv.c t/op/sprintf.t
27642 ____________________________________________________________________________
27643 [  6384] By: gsar                                  on 2000/07/12  16:04:19
27644         Log: readd missing perldelta.pod changes from changes#6339,6376
27645      Branch: perl
27646            ! pod/perldelta.pod
27647 ____________________________________________________________________________
27648 [  6383] By: gsar                                  on 2000/07/12  16:00:51
27649         Log: don't clobber *.orig files on *clean targets
27650      Branch: perl
27651            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
27652 ____________________________________________________________________________
27653 [  6382] By: gsar                                  on 2000/07/12  07:59:12
27654         Log: fix broken integrations in cfgperl
27655      Branch: cfgperl
27656           !> Changes pod/perldelta.pod
27657 ____________________________________________________________________________
27658 [  6381] By: gsar                                  on 2000/07/12  07:42:17
27659         Log: integrate cfgperl changes into mainline
27660      Branch: perl
27661            ! Changes
27662           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
27663           !> pod/perlre.pod
27664 ____________________________________________________________________________
27665 [  6380] By: gsar                                  on 2000/07/12  07:31:00
27666         Log: get sprintf.t to adjust properly for 3-digit exponents
27667      Branch: perl
27668            ! t/op/sprintf.t
27669 ____________________________________________________________________________
27670 [  6379] By: gsar                                  on 2000/07/12  06:40:04
27671         Log: change#6174 needs corresponding change in win32/config_h.PL,
27672              which grovels through config_h.SH to find the config.h name
27673      Branch: perl
27674            ! win32/config_h.PL
27675 ____________________________________________________________________________
27676 [  6378] By: jhi                                   on 2000/07/12  05:03:59
27677         Log: Do the cc sanity check both before the hints and
27678              after the cc selction.
27679      Branch: cfgperl
27680            ! Configure config_h.SH
27681      Branch: metaconfig
27682            ! U/modified/Oldconfig.U U/modified/cc.U
27683      Branch: metaconfig/U/perl
27684            + Checkcc.U
27685 ____________________________________________________________________________
27686 [  6377] By: jhi                                   on 2000/07/12  02:49:22
27687         Log: Fix nits noticed by Boston.pm.
27688      Branch: cfgperl
27689            ! pod/perlre.pod
27690 ____________________________________________________________________________
27691 [  6376] By: jhi                                   on 2000/07/11  21:22:13
27692         Log: Configure cosmetics and perldelta.
27693      Branch: cfgperl
27694            ! Configure config_h.SH pod/perldelta.pod
27695      Branch: metaconfig
27696            ! U/modified/cc.U
27697 ____________________________________________________________________________
27698 [  6375] By: gsar                                  on 2000/07/11  21:17:35
27699         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
27700      Branch: perl
27701            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
27702            ! win32/win32sck.c
27703 ____________________________________________________________________________
27704 [  6374] By: gsar                                  on 2000/07/11  20:48:50
27705         Log: tweak for build failure under multiplicity
27706      Branch: perl
27707            ! toke.c
27708 ____________________________________________________________________________
27709 [  6373] By: gsar                                  on 2000/07/11  20:37:23
27710         Log: integrate cfgperl changes#6325..6373 into mainline
27711              (NOTE: today's batch of integrations still untested)
27712      Branch: perl
27713           +> ext/DynaLoader/hints/netbsd.pl
27714            ! Changes
27715           !> (integrate 26 files)
27716 ____________________________________________________________________________
27717 [  6372] By: jhi                                   on 2000/07/11  20:30:36
27718         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
27719              regen perltoc.
27720      Branch: cfgperl
27721            + pod/perlbook.pod
27722            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
27723            ! pod/perltoc.pod
27724 ____________________________________________________________________________
27725 [  6371] By: jhi                                   on 2000/07/11  20:08:56
27726         Log: Minor cleanups on the booklist.
27727      Branch: cfgperl
27728            ! pod/perlfaq2.pod
27729 ____________________________________________________________________________
27730 [  6370] By: jhi                                   on 2000/07/11  19:31:13
27731         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
27732      Branch: cfgperl
27733            ! t/pragma/overload.t
27734 ____________________________________________________________________________
27735 [  6369] By: gsar                                  on 2000/07/11  19:27:48
27736         Log: integrate cfgperl changes#6293..6324 into mainline
27737      Branch: perl
27738           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
27739            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
27740           !> (integrate 30 files)
27741 ____________________________________________________________________________
27742 [  6368] By: gsar                                  on 2000/07/11  19:18:57
27743         Log: skip integrate of problematic change#6292 from cfgperl into mainline
27744      Branch: perl
27745           !> pp_hot.c
27746 ____________________________________________________________________________
27747 [  6367] By: gsar                                  on 2000/07/11  19:17:21
27748         Log: integrate cfgperl changes#6288..6290 into mainline
27749      Branch: perl
27750           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
27751 ____________________________________________________________________________
27752 [  6366] By: gsar                                  on 2000/07/11  19:11:18
27753         Log: integrate cfgperl changes#6268..6282 into mainline
27754      Branch: perl
27755           !> (integrate 30 files)
27756 ____________________________________________________________________________
27757 [  6365] By: gsar                                  on 2000/07/11  18:57:00
27758         Log: delete new accidentally branched file
27759      Branch: perl
27760            - t/op/method2entersub.t
27761 ____________________________________________________________________________
27762 [  6364] By: gsar                                  on 2000/07/11  18:55:13
27763         Log: skip integrate of change#6267 from cfgperl into mainline (the
27764              method call optimization is flawed without additional hints
27765              from user about immutableness of @ISA and no runtime method
27766              definitions)
27767      Branch: perl
27768           +> t/op/method2entersub.t
27769           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
27770           !> perl.h t/op/sprintf.t xsutils.c
27771 ____________________________________________________________________________
27772 [  6363] By: gsar                                  on 2000/07/11  18:49:43
27773         Log: integrate cfgperl changes#6261..6266 into mainline
27774      Branch: perl
27775           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
27776           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
27777           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27778           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
27779 ____________________________________________________________________________
27780 [  6362] By: gsar                                  on 2000/07/11  18:43:26
27781         Log: integrate cfgperl changes#6252..6260 into mainline
27782      Branch: perl
27783           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
27784           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
27785           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
27786           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
27787 ____________________________________________________________________________
27788 [  6361] By: gsar                                  on 2000/07/11  18:37:12
27789         Log: skip integrate of problematic change#6251 from cfgperl into mainline
27790      Branch: perl
27791           !> lib/Exporter.pm
27792 ____________________________________________________________________________
27793 [  6360] By: gsar                                  on 2000/07/11  18:34:56
27794         Log: integrate cfgperl change#6250 into mainline
27795      Branch: perl
27796           +> t/op/my_stash.t
27797           !> MANIFEST embed.pl proto.h toke.c
27798 ____________________________________________________________________________
27799 [  6359] By: gsar                                  on 2000/07/11  18:21:19
27800         Log: integrate cfgperl changes#6242..6249 into mainline
27801      Branch: perl
27802           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
27803           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
27804           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
27805           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
27806           !> t/lib/peek.t utf8.c
27807 ____________________________________________________________________________
27808 [  6358] By: gsar                                  on 2000/07/11  18:15:45
27809         Log: skip integrate of problematic change#6241 from cfgperl into mainline
27810      Branch: perl
27811           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
27812 ____________________________________________________________________________
27813 [  6357] By: jhi                                   on 2000/07/11  18:15:16
27814         Log: Fix for
27815              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
27816              From: Roderick Schertler <roderick@argon.org> 
27817              Date: Tue, 11 Jul 2000 13:55:05 -0400 
27818              Message-Id: <200007111755.NAA05077@jones.argon.org> 
27819      Branch: cfgperl
27820            ! doio.c
27821 ____________________________________________________________________________
27822 [  6356] By: jhi                                   on 2000/07/11  18:12:51
27823         Log: Typo in #6341.
27824      Branch: cfgperl
27825            ! pp_hot.c
27826 ____________________________________________________________________________
27827 [  6355] By: gsar                                  on 2000/07/11  18:12:10
27828         Log: integrate cfgperl changes#6231..6240 into mainline
27829      Branch: perl
27830           +> pod/perlutil.pod
27831           !> (integrate 35 files)
27832 ____________________________________________________________________________
27833 [  6354] By: jhi                                   on 2000/07/11  18:04:34
27834         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
27835              From: Dominic Dunlop <domo@computer.org> 
27836              Date: Tue, 11 Jul 2000 12:27:33 +0200 
27837              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
27838              
27839              Replaces change #6268.
27840      Branch: cfgperl
27841            ! t/op/sprintf.t
27842 ____________________________________________________________________________
27843 [  6353] By: gsar                                  on 2000/07/11  17:59:51
27844         Log: skip integrate of problematic change#6230 from cfgperl into mainline
27845              (a later version of File::Spec is already in mainline)
27846      Branch: perl
27847           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
27848           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
27849 ____________________________________________________________________________
27850 [  6352] By: gsar                                  on 2000/07/11  17:57:48
27851         Log: integrate cfgperl changes#6224..6229 into mainline
27852      Branch: perl
27853           +> lib/lib.pm.PL
27854            - lib/lib.pm
27855           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
27856           !> lib/English.pm op.c t/lib/english.t
27857 ____________________________________________________________________________
27858 [  6351] By: gsar                                  on 2000/07/11  17:50:10
27859         Log: skip integrate of problematic change#6223 from cfgperl into mainline
27860      Branch: perl
27861           !> doio.c
27862 ____________________________________________________________________________
27863 [  6350] By: gsar                                  on 2000/07/11  17:48:28
27864         Log: integrate cfgperl changes#6220..6222 into mainline
27865      Branch: perl
27866           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
27867           !> toke.c utf8.c win32/win32.h
27868 ____________________________________________________________________________
27869 [  6349] By: gsar                                  on 2000/07/11  17:46:13
27870         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
27871              mainline
27872      Branch: perl
27873           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
27874           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
27875           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27876 ____________________________________________________________________________
27877 [  6348] By: jhi                                   on 2000/07/11  17:45:49
27878         Log: README.posix-bc podified from Thomas Dorner.
27879      Branch: cfgperl
27880            ! README.posix-bc
27881 ____________________________________________________________________________
27882 [  6347] By: gsar                                  on 2000/07/11  17:42:04
27883         Log: integrate cfgperl change#6217 into mainline
27884      Branch: perl
27885           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
27886           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
27887           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
27888 ____________________________________________________________________________
27889 [  6346] By: gsar                                  on 2000/07/11  17:39:37
27890         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
27891              mainline
27892      Branch: perl
27893           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
27894           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
27895           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
27896           !> perlapi.h pod/perlapi.pod
27897 ____________________________________________________________________________
27898 [  6345] By: gsar                                  on 2000/07/11  17:36:42
27899         Log: integrate cfgperl changes#6207..6210 into mainline
27900      Branch: perl
27901           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
27902           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
27903 ____________________________________________________________________________
27904 [  6344] By: gsar                                  on 2000/07/11  17:31:20
27905         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
27906              mainline
27907      Branch: perl
27908           !> (integrate 40 files)
27909 ____________________________________________________________________________
27910 [  6343] By: gsar                                  on 2000/07/11  17:19:08
27911         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
27912      Branch: perl
27913           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
27914            ! Changes
27915           !> (integrate 34 files)
27916 ____________________________________________________________________________
27917 [  6342] By: jhi                                   on 2000/07/11  16:05:48
27918         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
27919              To: perl5-porters@perl.org
27920              From: Karsten Sperling <spiff@phreax.net>
27921              Date: Mon, 10 Jul 2000 15:12:52 +0200
27922              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
27923      Branch: cfgperl
27924            ! lib/Symbol.pm
27925 ____________________________________________________________________________
27926 [  6341] By: jhi                                   on 2000/07/11  15:59:23
27927         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
27928              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27929              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
27930              Date: Fri, 07 Jul 2000 17:57:16 +0100
27931      Branch: cfgperl
27932            ! pp_hot.c
27933 ____________________________________________________________________________
27934 [  6340] By: jhi                                   on 2000/07/11  15:55:47
27935         Log: Subject: Re: format bug report  [Patch]
27936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27937              Date: Wed, 05 Jul 2000 13:12:52 +0200
27938              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
27939              
27940              Subject: Re: format bug report  [Patch]
27941              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27942              Date: Wed, 05 Jul 2000 14:10:01 +0200
27943              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
27944      Branch: cfgperl
27945            ! t/op/write.t toke.c
27946 ____________________________________________________________________________
27947 [  6339] By: jhi                                   on 2000/07/11  13:54:09
27948         Log: Be less forgiving about ambiguous and illegal tr ranges.
27949              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
27950              From: Mark-Jason Dominus <mjd@plover.com>
27951              Date: Tue, 04 Jul 2000 10:00:12 -0400
27952              Message-ID: <20000704140012.17772.qmail@plover.com>
27953              
27954              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
27955              From: Mark-Jason Dominus <mjd@plover.com>
27956              Date: Wed, 05 Jul 2000 09:37:36 -0400
27957              Message-ID: <20000705133736.27293.qmail@plover.com>
27958      Branch: cfgperl
27959            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
27960 ____________________________________________________________________________
27961 [  6338] By: jhi                                   on 2000/07/11  13:31:24
27962         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
27963              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27964              Date: Tue, 11 Jul 2000 13:50:51 +0100
27965              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
27966      Branch: cfgperl
27967            ! sv.c
27968 ____________________________________________________________________________
27969 [  6337] By: jhi                                   on 2000/07/11  13:29:14
27970         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
27971              From: Hugo <hv@crypt.compulink.co.uk>
27972              Date: Tue, 11 Jul 2000 12:44:50 +0100
27973              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
27974      Branch: cfgperl
27975            ! regexec.c t/op/re_tests
27976 ____________________________________________________________________________
27977 [  6336] By: jhi                                   on 2000/07/11  13:26:47
27978         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
27979              From: simon@brecon.co.uk (Simon Cozens)
27980              Date: 7 Jul 2000 11:26:09 GMT
27981              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
27982      Branch: cfgperl
27983            ! mg.c
27984 ____________________________________________________________________________
27985 [  6335] By: jhi                                   on 2000/07/11  13:23:37
27986         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
27987              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
27988              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
27989              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
27990      Branch: cfgperl
27991            + ext/DynaLoader/hints/netbsd.pl
27992            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
27993 ____________________________________________________________________________
27994 [  6334] By: jhi                                   on 2000/07/11  13:20:38
27995         Log: Subject: PATCH perlguts.pod: Document D and d magic types
27996              From: mjd@plover.com
27997              Date: 5 Jul 2000 18:01:51 -0000
27998              Message-ID: <20000705180151.29413.qmail@plover.com>
27999      Branch: cfgperl
28000            ! pod/perlguts.pod
28001 ____________________________________________________________________________
28002 [  6333] By: jhi                                   on 2000/07/11  13:15:51
28003         Log: Precedence goof, fix based on
28004              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
28005              From: Hugo <hv@crypt.compulink.co.uk>
28006              Date: Tue, 11 Jul 2000 12:52:38 +0100
28007              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
28008      Branch: cfgperl
28009            ! t/op/taint.t
28010 ____________________________________________________________________________
28011 [  6332] By: jhi                                   on 2000/07/11  12:40:17
28012         Log: Integrate with Sarathy.
28013      Branch: cfgperl
28014           !> win32/win32sck.c
28015 ____________________________________________________________________________
28016 [  6331] By: jhi                                   on 2000/07/10  20:14:16
28017         Log: Sprinkle ldlibpath.
28018      Branch: cfgperl
28019            ! pod/Makefile.SH
28020 ____________________________________________________________________________
28021 [  6330] By: jhi                                   on 2000/07/10  17:54:49
28022         Log: More POSIX.pod tweaks.
28023      Branch: cfgperl
28024            ! ext/POSIX/POSIX.pod
28025 ____________________________________________________________________________
28026 [  6329] By: jhi                                   on 2000/07/10  14:02:12
28027         Log: Reorder perl.pod once more.
28028      Branch: cfgperl
28029            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28030 ____________________________________________________________________________
28031 [  6328] By: gsar                                  on 2000/07/10  07:06:00
28032         Log: accept() leaks memory on windows due to incorrect ordering of
28033              closesocket() and fclose() calls
28034      Branch: perl
28035            ! win32/win32sck.c
28036 ____________________________________________________________________________
28037 [  6327] By: gsar                                  on 2000/07/10  06:49:17
28038         Log: winsock options weren't being set in all threads under ithreads
28039              (caused send()s from second and subsequent threads to fail)
28040      Branch: perl
28041            ! win32/win32sck.c
28042 ____________________________________________________________________________
28043 [  6326] By: jhi                                   on 2000/07/08  02:45:40
28044         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
28045              was cast to an unsigned (32-bit) integer with wild abandon.
28046      Branch: cfgperl
28047            ! ext/Devel/DProf/DProf.xs
28048 ____________________________________________________________________________
28049 [  6325] By: jhi                                   on 2000/07/07  18:50:33
28050         Log: Remove perlbook, update perlfaq book listing,
28051              rearrange perl.pod, regenerate perltoc.
28052      Branch: cfgperl
28053            - pod/perlbook.pod
28054            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
28055            ! pod/perlfaq2.pod pod/perltoc.pod
28056 ____________________________________________________________________________
28057 [  6324] By: jhi                                   on 2000/07/07  14:03:40
28058         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
28059      Branch: cfgperl
28060            ! sv.h toke.c
28061 ____________________________________________________________________________
28062 [  6323] By: jhi                                   on 2000/07/06  16:03:55
28063         Log: Fix complaints of buildtoc.
28064      Branch: cfgperl
28065            + lib/Win32.pod
28066            - pod/Win32.pod
28067            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28068 ____________________________________________________________________________
28069 [  6322] By: jhi                                   on 2000/07/06  15:15:52
28070         Log: Add =head1 NAMEs so that buildtoc is happy.
28071              (The CGI::Util nit reported to Lincoln.)
28072      Branch: cfgperl
28073            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
28074            ! pod/perltoc.pod
28075 ____________________________________________________________________________
28076 [  6321] By: jhi                                   on 2000/07/06  03:16:04
28077         Log: Config is being used.
28078      Branch: cfgperl
28079            ! t/op/method.t
28080 ____________________________________________________________________________
28081 [  6320] By: jhi                                   on 2000/07/06  03:13:13
28082         Log: Integrate with Sarathy.
28083      Branch: cfgperl
28084           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
28085 ____________________________________________________________________________
28086 [  6319] By: jhi                                   on 2000/07/06  03:11:46
28087         Log: Autogenerate pod/Makefile and pod/buildtoc.
28088              buildtoc also checks whether the existin pods are
28089              mentioned in MANIFEST and perl.pod, and vice versa.
28090              (None of the thusly found discrepancies fixed yet.)
28091              roffitall also needs to be autogenerated similarly but it
28092              seems so badly out of date that I didn't touch it yet.
28093      Branch: cfgperl
28094            + pod/Makefile.SH pod/buildtoc.PL
28095            - pod/Makefile pod/buildtoc
28096            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
28097 ____________________________________________________________________________
28098 [  6318] By: gsar                                  on 2000/07/05  22:10:54
28099         Log: fix UNC path handling on Windows under ithreads, and chdir()
28100              return value when given a non-existent directory
28101      Branch: perl
28102            ! win32/vdir.h
28103 ____________________________________________________________________________
28104 [  6317] By: gsar                                  on 2000/07/05  22:08:19
28105         Log: winsock cleanup never done on Windows (leads to handle leaks)
28106      Branch: perl
28107            ! win32/perllib.c win32/win32sck.c
28108 ____________________________________________________________________________
28109 [  6316] By: gsar                                  on 2000/07/05  22:06:19
28110         Log: some debugger output does not go to the socket when RemotePort is set
28111      Branch: perl
28112            ! lib/perl5db.pl
28113 ____________________________________________________________________________
28114 [  6315] By: jhi                                   on 2000/07/05  00:25:21
28115         Log: Integrate with Sarathy, preliminary fix for unicos
28116              alignment problems in [ID 20000612.002] Perl problem on Cray system.
28117      Branch: cfgperl
28118            ! sv.h
28119           !> pp_hot.c
28120 ____________________________________________________________________________
28121 [  6314] By: gsar                                  on 2000/07/04  23:34:02
28122         Log: tyop in change#6306
28123      Branch: perl
28124            ! pp_hot.c
28125 ____________________________________________________________________________
28126 [  6313] By: jhi                                   on 2000/07/04  22:14:38
28127         Log: Multiline string literals ENONPORTABLE.
28128      Branch: cfgperl
28129            ! pp_hot.c
28130 ____________________________________________________________________________
28131 [  6312] By: jhi                                   on 2000/07/04  20:34:44
28132         Log: Integrate with Sarathy.
28133      Branch: cfgperl
28134           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
28135           !> t/op/method.t
28136 ____________________________________________________________________________
28137 [  6311] By: jhi                                   on 2000/07/04  20:30:56
28138         Log: More POSIX.pod embellishment.
28139      Branch: cfgperl
28140            ! ext/POSIX/POSIX.pod
28141 ____________________________________________________________________________
28142 [  6310] By: gsar                                  on 2000/07/04  17:28:48
28143         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
28144      Branch: perl
28145            ! t/lib/b.t
28146 ____________________________________________________________________________
28147 [  6309] By: jhi                                   on 2000/07/04  17:22:18
28148         Log: The #6308 required a little bit more.
28149      Branch: cfgperl
28150            ! Makefile.SH win32/Makefile
28151 ____________________________________________________________________________
28152 [  6308] By: jhi                                   on 2000/07/04  16:35:24
28153         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
28154      Branch: cfgperl
28155            + lib/lib_pm.PL
28156            - lib/lib.pm.PL
28157            ! MANIFEST Makefile.SH
28158 ____________________________________________________________________________
28159 [  6307] By: jhi                                   on 2000/07/04  16:28:58
28160         Log: Win32 patches for cfgperl from Sarathy.
28161      Branch: cfgperl
28162            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
28163            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
28164            ! thread.h toke.c util.c win32/Makefile win32/win32.c
28165 ____________________________________________________________________________
28166 [  6306] By: gsar                                  on 2000/07/04  16:28:40
28167         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
28168              (from Richard Soderberg <rs@oregonnet.com>)
28169      Branch: perl
28170            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
28171 ____________________________________________________________________________
28172 [  6305] By: jhi                                   on 2000/07/04  16:24:24
28173         Log: Integrate with Sarathy.
28174      Branch: cfgperl
28175           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
28176           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28177           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
28178           !> proto.h win32/win32.c
28179 ____________________________________________________________________________
28180 [  6304] By: gsar                                  on 2000/07/04  16:17:24
28181         Log: missing perldiag entry for unpack("w",...) diagnostic (from
28182              Andreas Koenig)
28183      Branch: perl
28184            ! pod/perldiag.pod
28185 ____________________________________________________________________________
28186 [  6303] By: gsar                                  on 2000/07/04  16:14:44
28187         Log: remove rel2abs prototypes (from Barrie Slaymaker)
28188      Branch: perl
28189            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
28190            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28191 ____________________________________________________________________________
28192 [  6302] By: gsar                                  on 2000/07/04  04:59:35
28193         Log: adjust change#6299
28194      Branch: perl
28195            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
28196            ! win32/win32.c
28197 ____________________________________________________________________________
28198 [  6301] By: jhi                                   on 2000/07/04  04:50:07
28199         Log: Integrate with Sarathy.
28200      Branch: cfgperl
28201           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
28202           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
28203           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
28204 ____________________________________________________________________________
28205 [  6300] By: gsar                                  on 2000/07/04  04:42:09
28206         Log: PERL_OBJECT build tweak
28207      Branch: perl
28208            ! perl.h
28209 ____________________________________________________________________________
28210 [  6299] By: gsar                                  on 2000/07/04  04:37:00
28211         Log: fix memory leak on Windows (PL_sys_intern contents were never
28212              freed)
28213      Branch: perl
28214            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
28215            ! perlapi.c proto.h win32/win32.c
28216 ____________________________________________________________________________
28217 [  6298] By: gsar                                  on 2000/07/04  04:15:59
28218         Log: fix large memory leak that has been around for ever, masked by
28219              -DPURIFY (most of the arenas were never freed!)
28220      Branch: perl
28221            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
28222 ____________________________________________________________________________
28223 [  6297] By: gsar                                  on 2000/07/04  04:07:46
28224         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
28225      Branch: perl
28226            ! perl.c
28227 ____________________________________________________________________________
28228 [  6296] By: jhi                                   on 2000/06/30  18:28:37
28229         Log: Elaborate POSIX.pod.  Still needs work.
28230      Branch: cfgperl
28231            ! ext/POSIX/POSIX.pod
28232 ____________________________________________________________________________
28233 [  6295] By: jhi                                   on 2000/06/30  14:58:18
28234         Log: Point to perlipc for more SysV IPC examples.
28235      Branch: cfgperl
28236            ! pod/perlfunc.pod
28237 ____________________________________________________________________________
28238 [  6294] By: gsar                                  on 2000/06/30  14:47:45
28239         Log: slurp mode fix in change#4736 still not quite right
28240      Branch: perl
28241            ! pp_hot.c t/io/argv.t
28242 ____________________________________________________________________________
28243 [  6293] By: jhi                                   on 2000/06/30  12:02:55
28244         Log: Integrate with Sarathy.
28245      Branch: cfgperl
28246           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
28247 ____________________________________________________________________________
28248 [  6292] By: jhi                                   on 2000/06/30  12:01:11
28249         Log: From: simon@brecon.co.uk (Simon Cozens)
28250              Subject: UTF8 concat
28251              Date: 30 Jun 2000 06:13:25 GMT
28252              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
28253      Branch: cfgperl
28254            ! pp_hot.c
28255 ____________________________________________________________________________
28256 [  6291] By: gsar                                  on 2000/06/30  04:37:33
28257         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
28258              when @_ is modified, causing coredumps
28259      Branch: perl
28260            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
28261 ____________________________________________________________________________
28262 [  6290] By: jhi                                   on 2000/06/30  02:21:44
28263         Log: Integrate with Sarathy.
28264      Branch: cfgperl
28265           !> vms/vms.c vms/vmsish.h
28266 ____________________________________________________________________________
28267 [  6289] By: jhi                                   on 2000/06/30  02:21:02
28268         Log: Check VERSIONs.
28269      Branch: cfgperl
28270            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28271            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28272            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28273 ____________________________________________________________________________
28274 [  6288] By: jhi                                   on 2000/06/30  02:18:52
28275         Log: Integrate with Sarathy.
28276      Branch: cfgperl
28277           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
28278           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28279           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28280           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
28281 ____________________________________________________________________________
28282 [  6287] By: gsar                                  on 2000/06/30  02:17:08
28283         Log: integrate vmsperl changes into mainline
28284      Branch: perl
28285           !> vms/vms.c vms/vmsish.h
28286 ____________________________________________________________________________
28287 [  6285] By: gsar                                  on 2000/06/30  02:05:28
28288         Log: localize %INC in a Safe compartment so that use/require work
28289              (many other magic globals probably need similar treatment)
28290      Branch: perl
28291            ! ext/Opcode/Opcode.xs
28292 ____________________________________________________________________________
28293 [  6284] By: gsar                                  on 2000/06/30  01:54:54
28294         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
28295              about Windows
28296      Branch: perl
28297            ! pod/perlembed.pod
28298 ____________________________________________________________________________
28299 [  6283] By: jhi                                   on 2000/06/30  01:50:10
28300         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
28301              From: Barrie Slaymaker <barries@jester.slaysys.com>
28302              Date: Wed, 28 Jun 2000 11:35:29 -0400
28303              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
28304      Branch: perl
28305            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
28306            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28307            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28308            ! lib/File/Spec/Win32.pm
28309 ____________________________________________________________________________
28310 [  6282] By: jhi                                   on 2000/06/29  22:57:22
28311         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
28312              From: Dan Sugalski <dan@sidhe.org>
28313              Date: Tue, 06 Jun 2000 11:59:50 -0400
28314              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
28315      Branch: cfgperl
28316            ! vms/vms.c
28317 ____________________________________________________________________________
28318 [  6281] By: jhi                                   on 2000/06/29  22:52:50
28319         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
28320              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28321              Date: Wed, 7 Jun 2000 04:02:04 -0500
28322              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
28323      Branch: cfgperl
28324            ! utils/h2xs.PL
28325 ____________________________________________________________________________
28326 [  6280] By: jhi                                   on 2000/06/29  22:45:47
28327         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
28328              From: rspier@pobox.com (Robert Spier)
28329              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
28330              Message-ID: <14654.31913.845602.610277@rls.cx>
28331      Branch: cfgperl
28332            ! utils/h2xs.PL
28333 ____________________________________________________________________________
28334 [  6279] By: jhi                                   on 2000/06/29  22:38:16
28335         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
28336              From: Tim Ayers <tayers@bridge.com>
28337              Date: Thu, 08 Jun 2000 08:11:06 +0200
28338              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
28339              [resent by Richard Foley, Message-Id probably wrong]
28340      Branch: cfgperl
28341            ! pod/perlsub.pod
28342 ____________________________________________________________________________
28343 [  6278] By: jhi                                   on 2000/06/29  22:21:45
28344         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
28345              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
28346              Date: Fri, 09 Jun 2000 12:39:27 -0400
28347              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
28348              (plus update the version "number" of Text::Wrap)
28349      Branch: cfgperl
28350            ! lib/Text/Wrap.pm
28351 ____________________________________________________________________________
28352 [  6277] By: jhi                                   on 2000/06/29  22:13:10
28353         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
28354              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28355              Date: Mon, 12 Jun 2000 14:55:59 +0100
28356              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
28357      Branch: cfgperl
28358            ! pod/perlfunc.pod
28359 ____________________________________________________________________________
28360 [  6276] By: jhi                                   on 2000/06/29  22:11:06
28361         Log: Subject: [PATCH] Re: eval documentation: context
28362              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28363              Date: Mon, 12 Jun 2000 15:07:29 +0100
28364              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
28365      Branch: cfgperl
28366            ! pod/perlfunc.pod
28367 ____________________________________________________________________________
28368 [  6275] By: jhi                                   on 2000/06/29  21:59:46
28369         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
28370              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28371              Date: Tue, 13 Jun 2000 02:43:48 -0500
28372              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
28373      Branch: cfgperl
28374            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
28375 ____________________________________________________________________________
28376 [  6274] By: jhi                                   on 2000/06/29  21:56:14
28377         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
28378              From: Andy Dougherty <doughera@lafayette.edu>
28379              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
28380              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
28381      Branch: cfgperl
28382            ! ext/File/Glob/Glob.pm
28383 ____________________________________________________________________________
28384 [  6273] By: jhi                                   on 2000/06/29  21:49:09
28385         Log: Subject: [PATCH] xsub attributes
28386              From: Doug MacEachern <dougm@covalent.net>
28387              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
28388              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
28389      Branch: cfgperl
28390            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
28391            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
28392 ____________________________________________________________________________
28393 [  6272] By: jhi                                   on 2000/06/29  21:41:28
28394         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
28395              From: Tom Phoenix <rootbeer@redcat.com>
28396              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
28397              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
28398      Branch: cfgperl
28399            ! lib/Net/Ping.pm
28400 ____________________________________________________________________________
28401 [  6271] By: jhi                                   on 2000/06/29  21:36:55
28402         Log: Subject: PATCH pod/perltie.pod
28403              From: Ian Phillipps <Ian.Phillipps@iname.com>
28404              Date: Fri, 16 Jun 2000 00:17:19 +0100
28405              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
28406              (only the first hunk, the second hunk had already been done
28407              by some other patch)
28408      Branch: cfgperl
28409            ! pod/perltie.pod
28410 ____________________________________________________________________________
28411 [  6270] By: jhi                                   on 2000/06/29  21:24:51
28412         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
28413              From: Nicholas Clark <nick@talking.bollo.cx>
28414              Date: Fri, 23 Jun 2000 16:21:15 +0100
28415              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
28416      Branch: cfgperl
28417            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
28418            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
28419 ____________________________________________________________________________
28420 [  6269] By: jhi                                   on 2000/06/29  19:38:15
28421         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
28422              silence few compiler warnings.
28423      Branch: cfgperl
28424            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
28425 ____________________________________________________________________________
28426 [  6268] By: jhi                                   on 2000/06/29  18:21:50
28427         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
28428              From: Dominic Dunlop <domo@computer.org> 
28429              Date: Thu, 29 Jun 2000 12:32:39 +0200 
28430              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
28431      Branch: cfgperl
28432            ! t/op/sprintf.t
28433 ____________________________________________________________________________
28434 [  6267] By: jhi                                   on 2000/06/29  18:16:07
28435         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
28436              From: Doug MacEachern <dougm@covalent.net>
28437              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
28438              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
28439      Branch: cfgperl
28440            + t/op/method2entersub.t
28441            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
28442            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28443            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
28444            ! xsutils.c
28445 ____________________________________________________________________________
28446 [  6266] By: jhi                                   on 2000/06/29  15:11:15
28447         Log: Subject: [PATCH 5.6.0] cygwin port
28448              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
28449              From: "Fifer, Eric" <EFifer@sanwaint.com>
28450              Date: Thu, 29 Jun 2000 12:58:29 +0100
28451      Branch: cfgperl
28452            ! cygwin/Makefile.SHs
28453 ____________________________________________________________________________
28454 [  6265] By: jhi                                   on 2000/06/29  15:04:05
28455         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
28456              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28457              Date: Wed, 28 Jun 2000 17:50:12 -0700
28458              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
28459      Branch: cfgperl
28460            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28461 ____________________________________________________________________________
28462 [  6264] By: jhi                                   on 2000/06/29  15:00:57
28463         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
28464              From: Marty Lucich <marty@netcom.com>
28465              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
28466              Message-Id: <200006282116.OAA11148@netcom.com>
28467              ccdlflags update (the BSD/OS 4.1 part had already been taken
28468              care of by #6141).
28469      Branch: cfgperl
28470            ! hints/bsdos.sh
28471 ____________________________________________________________________________
28472 [  6263] By: jhi                                   on 2000/06/29  13:47:44
28473         Log: tr fixes from Simon Cozens
28474      Branch: cfgperl
28475            ! doop.c
28476 ____________________________________________________________________________
28477 [  6262] By: jhi                                   on 2000/06/28  18:46:01
28478         Log: Subject: 5.6.0 Patch for EPOC
28479              From: Olaf Flebbe <o.flebbe@gmx.de>
28480              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
28481              Message-ID: <23449.960929969@www11.gmx.net>
28482      Branch: cfgperl
28483            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
28484            ! epoc/epocish.h
28485 ____________________________________________________________________________
28486 [  6261] By: jhi                                   on 2000/06/28  18:29:07
28487         Log: Subject: Re: [PATCH cfgperl] BOMs away!
28488              From: simon@brecon.co.uk (Simon Cozens)
28489              Date: 17 Jun 2000 11:49:57 GMT
28490              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
28491      Branch: cfgperl
28492            ! pod/perldiag.pod t/comp/require.t toke.c
28493 ____________________________________________________________________________
28494 [  6260] By: jhi                                   on 2000/06/28  17:47:16
28495         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
28496              From: simon@brecon.co.uk (Simon Cozens) 
28497              Date: 17 Jun 2000 11:56:44 GMT 
28498              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
28499              pack U0, pack C0
28500      Branch: cfgperl
28501            ! pod/perlfunc.pod pp.c t/op/pack.t
28502 ____________________________________________________________________________
28503 [  6259] By: jhi                                   on 2000/06/28  16:43:17
28504         Log: perlnewmod was missing from MANIFEST.
28505      Branch: cfgperl
28506            ! MANIFEST
28507 ____________________________________________________________________________
28508 [  6258] By: jhi                                   on 2000/06/28  15:54:30
28509         Log: linenumber tweak
28510      Branch: cfgperl
28511            ! t/pragma/warn/regcomp
28512 ____________________________________________________________________________
28513 [  6257] By: jhi                                   on 2000/06/28  15:50:44
28514         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
28515              From: Doug MacEachern <dougm@covalent.net>
28516              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
28517              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
28518              (one part of the patch had been applied earlier)
28519      Branch: cfgperl
28520            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
28521 ____________________________________________________________________________
28522 [  6256] By: jhi                                   on 2000/06/28  15:40:22
28523         Log: tweaks from Simon Cozens to further fix tr/// under utf8
28524      Branch: cfgperl
28525            ! doop.c
28526 ____________________________________________________________________________
28527 [  6255] By: jhi                                   on 2000/06/28  15:33:45
28528         Log: small thinko tweaks
28529      Branch: cfgperl
28530            ! lib/IPC/Open3.pm t/op/my_stash.t
28531 ____________________________________________________________________________
28532 [  6254] By: jhi                                   on 2000/06/28  15:33:25
28533         Log: Subject: tr///, help wanted.
28534              From: simon@brecon.co.uk (Simon Cozens)
28535              Date: 28 Jun 2000 11:29:04 GMT
28536              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
28537      Branch: cfgperl
28538            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
28539            ! pp_proto.h proto.h t/op/tr.t
28540 ____________________________________________________________________________
28541 [  6253] By: jhi                                   on 2000/06/28  15:09:17
28542         Log: Paranoia tweak on #6249.
28543              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
28544              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28545              Date: Sun, 25 Jun 2000 23:43:12 -0400
28546              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
28547      Branch: cfgperl
28548            ! lib/IPC/Open3.pm
28549 ____________________________________________________________________________
28550 [  6252] By: jhi                                   on 2000/06/28  15:01:38
28551         Log: Document #6249 and #6251.
28552      Branch: cfgperl
28553            ! lib/Exporter.pm lib/IPC/Open3.pm
28554 ____________________________________________________________________________
28555 [  6251] By: jhi                                   on 2000/06/28  14:50:43
28556         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
28557              From: Doug MacEachern <dougm@covalent.net>
28558              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
28559              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
28560      Branch: cfgperl
28561            ! lib/Exporter.pm
28562 ____________________________________________________________________________
28563 [  6250] By: jhi                                   on 2000/06/28  14:45:23
28564         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
28565              From: Doug MacEachern <dougm@covalent.net>
28566              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
28567              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
28568      Branch: cfgperl
28569            + t/op/my_stash.t
28570            ! MANIFEST embed.pl global.sym proto.h toke.c
28571 ____________________________________________________________________________
28572 [  6249] By: jhi                                   on 2000/06/28  14:36:34
28573         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
28574              From: Frank Tobin <ftobin@uiuc.edu>
28575              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
28576              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
28577      Branch: cfgperl
28578            ! lib/IPC/Open3.pm
28579 ____________________________________________________________________________
28580 [  6248] By: jhi                                   on 2000/06/28  14:11:25
28581         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
28582              From: Mark-Jason Dominus <mjd@plover.com>
28583              Date: Tue, 27 Jun 2000 22:36:42 -0400
28584              Message-ID: <20000628023642.12166.qmail@plover.com>
28585      Branch: cfgperl
28586            ! pod/perlfunc.pod
28587 ____________________________________________________________________________
28588 [  6247] By: jhi                                   on 2000/06/27  12:46:37
28589         Log: Tweak $VERSION, patch from Doug MacEachern.
28590      Branch: cfgperl
28591            ! lib/File/Spec.pm
28592 ____________________________________________________________________________
28593 [  6246] By: jhi                                   on 2000/06/27  03:34:46
28594         Log: Allow for standalone testing.
28595      Branch: cfgperl
28596            ! t/lib/filefunc.t t/lib/filespec.t
28597 ____________________________________________________________________________
28598 [  6245] By: jhi                                   on 2000/06/27  02:50:02
28599         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
28600              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28601              Date: Sat, 24 Jun 2000 13:06:20 +0100
28602              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
28603      Branch: cfgperl
28604            ! ext/DynaLoader/DynaLoader_pm.PL
28605 ____________________________________________________________________________
28606 [  6244] By: jhi                                   on 2000/06/27  02:46:10
28607         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
28608              From: Doug MacEachern <dougm@covalent.net>
28609              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
28610              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
28611      Branch: cfgperl
28612            ! gv.c sv.c t/lib/peek.t
28613 ____________________________________________________________________________
28614 [  6243] By: jhi                                   on 2000/06/27  02:38:07
28615         Log: Subject: [PATCH] is_utf8_string
28616              From: simon@brecon.co.uk (Simon Cozens)
28617              Date: 26 Jun 2000 02:25:59 GMT
28618              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
28619      Branch: cfgperl
28620            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
28621            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
28622            ! proto.h utf8.c
28623 ____________________________________________________________________________
28624 [  6242] By: jhi                                   on 2000/06/27  02:24:00
28625         Log: Subject: [PATCH] bytes<->utf8 fixes
28626              From: simon@brecon.co.uk (Simon Cozens)
28627              Date: 26 Jun 2000 04:55:45 GMT
28628              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
28629      Branch: cfgperl
28630            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
28631 ____________________________________________________________________________
28632 [  6241] By: jhi                                   on 2000/06/27  02:12:42
28633         Log: Do no -warn on \_, only on \alpha.
28634              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
28635              From: David Dyck <dcd@tc.fluke.com>
28636              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
28637              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
28638      Branch: cfgperl
28639            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
28640 ____________________________________________________________________________
28641 [  6240] By: jhi                                   on 2000/06/27  02:00:01
28642         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
28643              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28644              Date: Mon, 26 Jun 2000 18:40:14 +0100
28645              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
28646      Branch: cfgperl
28647            ! utils/h2xs.PL
28648 ____________________________________________________________________________
28649 [  6239] By: jhi                                   on 2000/06/27  01:53:40
28650         Log: Configure maintenance.  Sever some dependency cycles,
28651              separate gccversion from the cc unit,
28652              address [ID 20000623.006] Configure script patch for using gcc on AIX
28653              (but solve it a little bit differently),
28654              unduplex some accidentally duplicated units,
28655              suggest using gcc if no cc available
28656              (p5p thread: "Solaris configure: counterproposal", 1999-09)
28657      Branch: cfgperl
28658            ! Configure Todo-5.6 config_h.SH
28659      Branch: metaconfig
28660            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
28661            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
28662      Branch: metaconfig/U/perl
28663            + gccvers.U
28664            ! d_getespwnam.U d_getprpwnam.U i_prot.U
28665 ____________________________________________________________________________
28666 [  6238] By: jhi                                   on 2000/06/25  18:04:56
28667         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
28668              From: Dan Sugalski <dan@sidhe.org>
28669              Date: Fri, 23 Jun 2000 17:00:00 -0400
28670              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
28671      Branch: cfgperl
28672            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
28673 ____________________________________________________________________________
28674 [  6237] By: jhi                                   on 2000/06/25  16:36:45
28675         Log: Tweak embed.pl, regen headers.
28676      Branch: cfgperl
28677            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
28678            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
28679            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
28680            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
28681            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
28682 ____________________________________________________________________________
28683 [  6236] By: jhi                                   on 2000/06/25  15:26:42
28684         Log: Regen headers.
28685      Branch: cfgperl
28686            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
28687            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
28688            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
28689            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
28690            ! regnodes.h warnings.h
28691 ____________________________________________________________________________
28692 [  6235] By: jhi                                   on 2000/06/23  19:39:35
28693         Log: The thread begun by
28694              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
28695              From: Kevin.Ruscoe@ubsw.com
28696              Date: Fri, 16 Jun 2000 16:38:51 +0100
28697              Message-Id: <H000019b03c300d6@MHS>
28698      Branch: cfgperl
28699            ! hints/solaris_2.sh
28700 ____________________________________________________________________________
28701 [  6234] By: jhi                                   on 2000/06/23  19:23:36
28702         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
28703              because when run as services (Win32ese for daemons)
28704              no environment variables are set and tmpdir ends up as /tmp,
28705              which is ambiguous.
28706              
28707              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
28708              From: matt@sergeant.org
28709              Date: 16 Jun 2000 16:30:43 -0000
28710              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
28711      Branch: cfgperl
28712            ! lib/File/Spec/Win32.pm
28713 ____________________________________________________________________________
28714 [  6233] By: jhi                                   on 2000/06/23  19:18:58
28715         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
28716              From: Mark-Jason Dominus <mjd@plover.com>
28717              Date: Fri, 16 Jun 2000 20:53:04 -0400
28718              Message-ID: <20000617005304.8008.qmail@plover.com>
28719      Branch: cfgperl
28720            ! op.h
28721 ____________________________________________________________________________
28722 [  6232] By: jhi                                   on 2000/06/23  16:10:02
28723         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
28724              From: simon@brecon.co.uk (Simon Cozens)
28725              Date: 19 Jun 2000 15:18:27 GMT
28726              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
28727              
28728              plus update pod/Makefile and regenerate perltoc
28729      Branch: cfgperl
28730            + pod/perlutil.pod
28731            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
28732 ____________________________________________________________________________
28733 [  6231] By: jhi                                   on 2000/06/23  15:19:18
28734         Log: Subject: [PATCH 5.6.0] cygwin port
28735              From: "Fifer, Eric" <EFifer@sanwaint.com>
28736              Date: Tue, 20 Jun 2000 14:30:58 +0100
28737              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
28738      Branch: cfgperl
28739            ! README.cygwin lib/File/Find.pm
28740 ____________________________________________________________________________
28741 [  6230] By: jhi                                   on 2000/06/23  14:25:21
28742         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
28743      Branch: cfgperl
28744            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
28745            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28746            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
28747            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
28748 ____________________________________________________________________________
28749 [  6229] By: jhi                                   on 2000/06/23  14:13:34
28750         Log: Subject: README.hpux version 0.6.1
28751              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
28752              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28753              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
28754      Branch: cfgperl
28755            ! README.hpux
28756 ____________________________________________________________________________
28757 [  6228] By: jhi                                   on 2000/06/23  14:07:20
28758         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
28759              From: Doug MacEachern <dougm@covalent.net>
28760              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
28761              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
28762      Branch: cfgperl
28763            ! op.c
28764 ____________________________________________________________________________
28765 [  6227] By: jhi                                   on 2000/06/23  14:01:06
28766         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
28767              From: Doug MacEachern <dougm@covalent.net>
28768              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
28769              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
28770      Branch: cfgperl
28771            + lib/lib.pm.PL
28772            - lib/lib.pm
28773            ! MANIFEST Makefile.SH
28774 ____________________________________________________________________________
28775 [  6226] By: jhi                                   on 2000/06/23  13:53:07
28776         Log: Subject: [PATCH] remove forward declarations in Socket.pm
28777              From: Doug MacEachern <dougm@covalent.net>
28778              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
28779              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
28780              
28781              From: Doug MacEachern <dougm@covalent.net>
28782              Subject: Re: [PATCH] remove forward declarations in Socket.pm
28783              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
28784              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
28785      Branch: cfgperl
28786            ! ext/Socket/Socket.pm op.c
28787 ____________________________________________________________________________
28788 [  6225] By: jhi                                   on 2000/06/23  13:41:52
28789         Log: Add source code filenames to apidoc.
28790              From: simon@brecon.co.uk (Simon Cozens)
28791              Subject: [PATCH embed.pl] Source X-ref
28792              Date: 22 Jun 2000 02:18:49 GMT
28793              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
28794      Branch: cfgperl
28795            ! embed.pl
28796 ____________________________________________________________________________
28797 [  6224] By: jhi                                   on 2000/06/23  13:32:33
28798         Log: A way to avoid English.pm performance hit.
28799              From: root <root@jester.slaysys.com>
28800              Subject: [YAPATCH English.pm] My turn to putt again
28801              Date: Thu, 22 Jun 2000 20:33:58 -0400
28802              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
28803      Branch: cfgperl
28804            ! lib/English.pm t/lib/english.t
28805 ____________________________________________________________________________
28806 [  6223] By: jhi                                   on 2000/06/23  13:27:06
28807         Log: Avoid double close().
28808              Subject: [PATCH] avoid double close()
28809              From: Doug MacEachern <dougm@covalent.net>
28810              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
28811              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
28812      Branch: cfgperl
28813            ! doio.c
28814 ____________________________________________________________________________
28815 [  6222] By: jhi                                   on 2000/06/23  13:25:54
28816         Log: doc typo fix
28817              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
28818              From: Ian Phillipps <Ian.Phillipps@iname.com>
28819              Date: Fri, 23 Jun 2000 10:40:58 +0100
28820              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
28821      Branch: cfgperl
28822            ! lib/Pod/Usage.pm
28823 ____________________________________________________________________________
28824 [  6221] By: jhi                                   on 2000/06/23  13:24:15
28825         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
28826              From: simon@brecon.co.uk (Simon Cozens)
28827              Subject: [PATCH] Eliminate tr///[CU][CU]
28828              Date: 23 Jun 2000 11:05:40 GMT
28829              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
28830      Branch: cfgperl
28831            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
28832 ____________________________________________________________________________
28833 [  6220] By: jhi                                   on 2000/06/22  16:07:51
28834         Log: Win32 patches from Benjamin Stuhl.
28835      Branch: cfgperl
28836            ! makedef.pl win32/win32.h
28837 ____________________________________________________________________________
28838 [  6219] By: jhi                                   on 2000/06/22  16:06:34
28839         Log: Bytecode patches from Benjamin Stuhl.
28840      Branch: cfgperl
28841            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28842            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28843            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28844 ____________________________________________________________________________
28845 [  6218] By: jhi                                   on 2000/06/15  23:54:16
28846         Log: Bytecode patches from Benjamin Stuhl.
28847      Branch: cfgperl
28848            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28849 ____________________________________________________________________________
28850 [  6217] By: jhi                                   on 2000/06/09  13:38:29
28851         Log: Rename the fdpid locking and integrate with Sarathy.
28852      Branch: cfgperl
28853            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
28854            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
28855            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
28856            ! win32/win32.c
28857           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
28858 ____________________________________________________________________________
28859 [  6216] By: gsar                                  on 2000/06/08  14:54:21
28860         Log: be more optimal about clearing @_
28861      Branch: perl
28862            ! cop.h
28863 ____________________________________________________________________________
28864 [  6215] By: gsar                                  on 2000/06/08  14:33:04
28865         Log: tweak comment about @DB::args
28866      Branch: perl
28867            ! av.h pp_ctl.c
28868 ____________________________________________________________________________
28869 [  6214] By: gsar                                  on 2000/06/08  13:57:54
28870         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
28871              caller() wants to populate @DB::args with it (causes a coredump
28872              in Carp::confess())
28873      Branch: perl
28874            ! cop.h t/op/runlevel.t
28875 ____________________________________________________________________________
28876 [  6213] By: gsar                                  on 2000/06/08  07:06:35
28877         Log: back out change#6106 (seems problematic)
28878      Branch: perl
28879            ! hints/solaris_2.sh
28880 ____________________________________________________________________________
28881 [  6212] By: jhi                                   on 2000/06/07  03:10:36
28882         Log: Continuing mopup for #6204.
28883      Branch: cfgperl
28884            ! ext/B/defsubs_h.PL
28885 ____________________________________________________________________________
28886 [  6211] By: jhi                                   on 2000/06/07  02:41:50
28887         Log: Mopup for #6204.
28888              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
28889              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
28890              This is comes from const() where POK isn't on when expected.
28891      Branch: cfgperl
28892            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
28893            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28894            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
28895            ! perlapi.h pod/perlapi.pod
28896 ____________________________________________________________________________
28897 [  6210] By: jhi                                   on 2000/06/07  01:56:29
28898         Log: Mopup for #6207 and #6209.
28899      Branch: cfgperl
28900            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
28901 ____________________________________________________________________________
28902 [  6209] By: jhi                                   on 2000/06/07  01:33:12
28903         Log: Lock PL_fdpid against race conditions, based on:
28904              Subject: [PATCH 5.6.0]subprocess fixup for threads
28905              From: Dan Sugalski <dan@sidhe.org>
28906              To: perl5-porters@perl.org
28907              Date: Tue, 11 Apr 2000 17:02:32 -0400
28908              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
28909      Branch: cfgperl
28910            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
28911            ! win32/win32.c
28912 ____________________________________________________________________________
28913 [  6208] By: jhi                                   on 2000/06/07  01:05:23
28914         Log: Regen headers for #6207.
28915      Branch: cfgperl
28916            ! embed.h global.sym objXSUB.h proto.h
28917 ____________________________________________________________________________
28918 [  6207] By: jhi                                   on 2000/06/06  23:43:13
28919         Log: Subject: [PATCH 5.6.0] Threadsafe patches
28920              From: Dan Sugalski <dan@sidhe.org>
28921              To: perl5-porters@perl.org
28922              Date: Mon, 08 May 2000 18:08:13 -0400
28923              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
28924      Branch: cfgperl
28925            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
28926            ! proto.h sv.h util.c
28927 ____________________________________________________________________________
28928 [  6206] By: jhi                                   on 2000/06/06  23:21:23
28929         Log: Subject: [PATCH] Eliminate $a/$b in pod
28930              From: David Glasser <me@davidglasser.net>
28931              To: perl5-porters@perl.org
28932              Date: Mon, 29 May 2000 21:15:59 -0400
28933              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
28934      Branch: cfgperl
28935            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
28936            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
28937            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
28938            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
28939            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
28940            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
28941            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
28942            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
28943            ! pod/perlvar.pod pod/perlxs.pod
28944 ____________________________________________________________________________
28945 [  6205] By: jhi                                   on 2000/06/06  23:12:14
28946         Log: Subject: [PATCH] Win32 improvements
28947              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
28948              To: gsar@activestate.com, perl5-porters@perl.org
28949              Date: Mon, 29 May 2000 17:22:24 PDT
28950              Message-ID: <20000530002224.91142.qmail@hotmail.com>
28951              (MUA had mangled many lines by wordwrapping)
28952      Branch: cfgperl
28953            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
28954 ____________________________________________________________________________
28955 [  6204] By: jhi                                   on 2000/06/06  23:01:50
28956         Log: Subject: [PATCH] B::Bytecode patches
28957              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
28958              To: gsar@activestate.com, jhi@iki.fi
28959              Cc: perl5-porters@perl.org
28960              Message-ID: <20000602202526.48694.qmail@hotmail.com>
28961              (MUA had mangled many lines by wordwrapping)
28962      Branch: cfgperl
28963            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
28964            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
28965            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28966            ! intrpvar.h perl.c
28967 ____________________________________________________________________________
28968 [  6203] By: jhi                                   on 2000/06/06  22:32:43
28969         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
28970              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28971              Date: Tue, 06 Jun 2000 13:07:45 -0700
28972              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
28973      Branch: cfgperl
28974            ! pod/perldiag.pod
28975 ____________________________________________________________________________
28976 [  6202] By: jhi                                   on 2000/06/06  19:38:35
28977         Log: Integrate with Sarathy.
28978      Branch: cfgperl
28979           !> perl.c
28980 ____________________________________________________________________________
28981 [  6201] By: gsar                                  on 2000/06/06  00:42:59
28982         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
28983              does a PUSHMARK that's never ever POPMARKed; in general, only
28984              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
28985              Perl_eval_[sp]v() don't because they don't take any incoming
28986              arguments (this leak has been around since the original version
28987              of perl_eval_pv() in 5.003_97e)
28988      Branch: perl
28989            ! perl.c
28990 ____________________________________________________________________________
28991 [  6200] By: jhi                                   on 2000/06/04  03:44:52
28992         Log: Update to cperl-mode.el 4.31 from
28993              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
28994              Subject: A couple of notes
28995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28996              To: Mailing list Perl5 <perl5-porters@perl.org>
28997              Date: Sat, 3 Jun 2000 23:33:32 -0400
28998              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
28999      Branch: cfgperl
29000            ! emacs/cperl-mode.el
29001 ____________________________________________________________________________
29002 [  6199] By: jhi                                   on 2000/06/03  15:11:05
29003         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
29004              From: Dan Sugalski <dan@sidhe.org>
29005              To: perl5-porters@perl.org, vmsperl@perl.org
29006              Date: Fri, 02 Jun 2000 17:30:51 -0400
29007              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
29008      Branch: cfgperl
29009            ! vms/descrip_mms.template vms/gen_shrfls.pl
29010 ____________________________________________________________________________
29011 [  6198] By: jhi                                   on 2000/06/03  14:59:15
29012         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
29013              From: Dan Sugalski <dan@sidhe.org>
29014              To: vmsperl@perl.org, perl5-porters@perl.org
29015              Date: Fri, 02 Jun 2000 16:00:41 -0400
29016              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
29017              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
29018      Branch: cfgperl
29019            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
29020            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
29021            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
29022 ____________________________________________________________________________
29023 [  6197] By: jhi                                   on 2000/06/03  14:41:30
29024         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
29025              From: John Borwick <jhborwic@unity.ncsu.edu>
29026              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
29027              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
29028      Branch: cfgperl
29029            ! pod/perlsyn.pod
29030 ____________________________________________________________________________
29031 [  6196] By: jhi                                   on 2000/06/03  14:38:09
29032         Log: Integrate with Sarathy.
29033      Branch: cfgperl
29034           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29035           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29036           !> vms/perly_c.vms
29037 ____________________________________________________________________________
29038 [  6195] By: gsar                                  on 2000/06/02  22:43:13
29039         Log: fix yet another eval"" leak under USE_ITHREADS
29040      Branch: perl
29041            ! op.c
29042 ____________________________________________________________________________
29043 [  6194] By: gsar                                  on 2000/06/02  18:22:06
29044         Log: fix small eval"" memory leaks under USE_ITHREADS
29045      Branch: perl
29046            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
29047            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
29048            ! vms/perly_c.vms
29049 ____________________________________________________________________________
29050 [  6193] By: jhi                                   on 2000/06/01  13:03:56
29051         Log: Signals-be-gone for microperl.
29052      Branch: cfgperl
29053            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
29054 ____________________________________________________________________________
29055 [  6192] By: jhi                                   on 2000/06/01  12:52:02
29056         Log: Integrate with Sarathy.
29057      Branch: cfgperl
29058           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
29059           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
29060           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
29061           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
29062           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
29063           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
29064           !> t/op/vec.t utils/h2xs.PL
29065 ____________________________________________________________________________
29066 [  6191] By: gsar                                  on 2000/06/01  09:38:21
29067         Log: vec() loses numericalness (modified version of patch suggested
29068              by Robin Barker)
29069      Branch: perl
29070            ! doop.c t/op/vec.t
29071 ____________________________________________________________________________
29072 [  6190] By: gsar                                  on 2000/06/01  09:26:15
29073         Log: submit missing embed.pl change
29074      Branch: perl
29075            ! embed.pl
29076 ____________________________________________________________________________
29077 [  6189] By: gsar                                  on 2000/06/01  09:05:34
29078         Log: counting tr/// corrupts later operation (from M.J.T Guy)
29079      Branch: perl
29080            ! doop.c t/op/tr.t
29081 ____________________________________________________________________________
29082 [  6188] By: gsar                                  on 2000/06/01  08:58:39
29083         Log: h2xs tweaks
29084      Branch: perl
29085            ! utils/h2xs.PL
29086 ____________________________________________________________________________
29087 [  6187] By: gsar                                  on 2000/06/01  08:50:07
29088         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
29089              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29090      Branch: perl
29091            + lib/Pod/LaTeX.pm
29092            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
29093            ! pod/pod2latex.PL
29094 ____________________________________________________________________________
29095 [  6186] By: gsar                                  on 2000/06/01  08:24:40
29096         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
29097              <wolfgang.laun@alcatel.at>)
29098      Branch: perl
29099            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
29100            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
29101 ____________________________________________________________________________
29102 [  6185] By: gsar                                  on 2000/06/01  08:12:00
29103         Log: remove incorrect documentation about implicit split to @_ in
29104              list context, which never really worked in perl 5 (from
29105              M.J.T. Guy)
29106      Branch: perl
29107            ! pod/perlfunc.pod pod/perltrap.pod
29108 ____________________________________________________________________________
29109 [  6184] By: gsar                                  on 2000/06/01  07:52:27
29110         Log: tweak for change#6127
29111      Branch: perl
29112            ! perl.c
29113 ____________________________________________________________________________
29114 [  6183] By: gsar                                  on 2000/06/01  07:41:02
29115         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
29116              <nick@ccl4.org>)
29117      Branch: perl
29118            + t/lib/selfloader.t
29119            ! MANIFEST lib/SelfLoader.pm
29120 ____________________________________________________________________________
29121 [  6182] By: jhi                                   on 2000/06/01  00:34:42
29122         Log: Be Cleaner Part Deux.
29123      Branch: cfgperl
29124            ! Makefile.SH
29125 ____________________________________________________________________________
29126 [  6181] By: jhi                                   on 2000/06/01  00:32:09
29127         Log: Integrate with Sarathy.
29128      Branch: cfgperl
29129           !> pp.c t/op/arith.t
29130 ____________________________________________________________________________
29131 [  6180] By: jhi                                   on 2000/06/01  00:31:13
29132         Log: microperl nits from Simon Cozens.
29133      Branch: cfgperl
29134            + uconfig.h
29135            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
29136            ! unixish.h
29137 ____________________________________________________________________________
29138 [  6179] By: gsar                                  on 2000/05/31  22:37:51
29139         Log: buggy modulus on UVs introduced by change#3378 (resulted in
29140              4063328477 % 65535 amounting to 27406, instead of 27407)
29141      Branch: perl
29142            ! pp.c t/op/arith.t
29143 ____________________________________________________________________________
29144 [  6178] By: jhi                                   on 2000/05/31  21:52:41
29145         Log: Be cleaner.
29146      Branch: cfgperl
29147            ! Makefile.SH
29148 ____________________________________________________________________________
29149 [  6177] By: jhi                                   on 2000/05/31  21:47:33
29150         Log: Substitution utf8 patch from Simon Cozens.
29151      Branch: cfgperl
29152            ! pp_hot.c
29153 ____________________________________________________________________________
29154 [  6176] By: jhi                                   on 2000/05/31  21:45:34
29155         Log: Single-quoted utf8 patch from Simon Cozens.
29156      Branch: cfgperl
29157            ! toke.c
29158 ____________________________________________________________________________
29159 [  6175] By: jhi                                   on 2000/05/31  21:40:18
29160         Log: Integrate with Sarathy.
29161      Branch: cfgperl
29162           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
29163 ____________________________________________________________________________
29164 [  6174] By: jhi                                   on 2000/05/31  21:37:31
29165         Log: microperl changes from Simon Cozens; Makefile for microperl
29166              written from scratch; few casts added as microperl compilation
29167              doesn't have all prototypes available.
29168      Branch: cfgperl
29169            + Makefile.micro README.micro Todo.micro uconfig.sh
29170            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
29171            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
29172      Branch: metaconfig
29173            + U/modified/Config_h.U
29174 ____________________________________________________________________________
29175 [  6173] By: jhi                                   on 2000/05/31  20:00:24
29176         Log: metaconfig maintenance.
29177      Branch: metaconfig
29178            + U/modified/Inhdr.U U/typedefs/inotype.U
29179      Branch: metaconfig/U/perl
29180            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
29181            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
29182 ____________________________________________________________________________
29183 [  6172] By: gsar                                  on 2000/05/31  05:05:42
29184         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
29185              (from Ilya Zakharevich)
29186      Branch: perl
29187            ! regexec.c t/op/re_tests
29188 ____________________________________________________________________________
29189 [  6171] By: gsar                                  on 2000/05/31  05:01:47
29190         Log: scalar() doesn't force scalar context when used in void context
29191              (from Simon Cozens)
29192      Branch: perl
29193            ! op.c t/op/wantarray.t
29194 ____________________________________________________________________________
29195 [  6170] By: gsar                                  on 2000/05/31  04:41:33
29196         Log: change#6142 needs tweaks to tests to work where there's no symlink()
29197              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29198      Branch: perl
29199            ! t/lib/filefind.t
29200 ____________________________________________________________________________
29201 [  6169] By: gsar                                  on 2000/05/31  04:29:49
29202         Log: integrate cfgperl contents into mainline
29203      Branch: perl
29204           +> pod/perlmodlib.PL pod/perlnewmod.pod
29205           !> (integrate 42 files)
29206 ____________________________________________________________________________
29207 [  6168] By: jhi                                   on 2000/05/30  22:53:37
29208         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
29209      Branch: cfgperl
29210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29211            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
29212            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
29213            ! win32/config.bc win32/config.gc win32/config.vc
29214            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29215            ! win32/config_h.PL win32/config_sh.PL
29216      Branch: metaconfig/U/perl
29217            ! perlxv.U
29218 ____________________________________________________________________________
29219 [  6167] By: jhi                                   on 2000/05/30  22:20:21
29220         Log: tweak todo 
29221      Branch: cfgperl
29222            ! Todo-5.6
29223 ____________________________________________________________________________
29224 [  6166] By: jhi                                   on 2000/05/30  22:11:51
29225         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
29226              in case somebody wants to write an extension for more
29227              shadow database interfaces.
29228      Branch: cfgperl
29229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29230            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
29231            ! vos/config.def vos/config.h vos/config_h.SH_orig
29232            ! win32/config.bc win32/config.gc win32/config.vc
29233            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29234      Branch: metaconfig
29235            ! U/modified/Myinit.U
29236      Branch: metaconfig/U/perl
29237            + d_getespwnam.U d_getprpwnam.U i_prot.U
29238 ____________________________________________________________________________
29239 [  6165] By: jhi                                   on 2000/05/30  18:35:34
29240         Log: Integrate with Sarathy.
29241      Branch: cfgperl
29242           !> op.c
29243 ____________________________________________________________________________
29244 [  6164] By: jhi                                   on 2000/05/30  18:30:16
29245         Log: detypo
29246      Branch: cfgperl
29247            ! Configure config_h.SH
29248      Branch: metaconfig/U/perl
29249            ! perlxv.U
29250 ____________________________________________________________________________
29251 [  6163] By: gsar                                  on 2000/05/30  03:24:03
29252         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
29253      Branch: perl
29254            ! op.c
29255 ____________________________________________________________________________
29256 [  6162] By: gsar                                  on 2000/05/30  03:09:38
29257         Log: fix memory leak in method call optimization (change#3768);
29258              made C<eval "$x->foo()"> leak
29259      Branch: perl
29260            ! op.c
29261 ____________________________________________________________________________
29262 [  6161] By: jhi                                   on 2000/05/29  17:56:26
29263         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
29264              both from Simon Cozens.
29265      Branch: cfgperl
29266            + pod/perlmodlib.PL pod/perlnewmod.pod
29267            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
29268            ! pod/perlmodlib.pod pod/perltoc.pod
29269 ____________________________________________________________________________
29270 [  6160] By: jhi                                   on 2000/05/29  17:23:55
29271         Log: Changes for the File::Temp 0.08 (change #6159) test suite
29272              to fit better into the Perl distribution test framework.
29273      Branch: cfgperl
29274            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
29275            ! t/lib/ftmp-tempfile.t
29276 ____________________________________________________________________________
29277 [  6159] By: jhi                                   on 2000/05/29  16:55:36
29278         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
29279      Branch: cfgperl
29280            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29281            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29282 ____________________________________________________________________________
29283 [  6158] By: bailey                                on 2000/05/29  16:22:08
29284         Log: Add fallback to tmpfile for use in cases where user's relying on
29285              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
29286              Lane's patch)
29287      Branch: vmsperl
29288            ! vms/vms.c vms/vmsish.h
29289 ____________________________________________________________________________
29290 [  6157] By: jhi                                   on 2000/05/29  03:10:36
29291         Log: Regen Configure to jive with #6149.
29292      Branch: cfgperl
29293            ! Configure
29294      Branch: metaconfig
29295            ! U/modified/Getfile.U
29296 ____________________________________________________________________________
29297 [  6156] By: jhi                                   on 2000/05/29  03:01:38
29298         Log: Integrate with Sarathy.
29299      Branch: cfgperl
29300           +> ext/DynaLoader/dl_mac.xs
29301           !> (integrate 38 files)
29302 ____________________________________________________________________________
29303 [  6155] By: gsar                                  on 2000/05/28  21:15:58
29304         Log: small bug in change#6144; remove random \xA0 character that snuck
29305              in via change#6145
29306      Branch: perl
29307            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
29308 ____________________________________________________________________________
29309 [  6154] By: gsar                                  on 2000/05/28  21:04:19
29310         Log: avoid type mismatch warning
29311      Branch: perl
29312            ! perl.c
29313 ____________________________________________________________________________
29314 [  6153] By: gsar                                  on 2000/05/28  20:58:31
29315         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
29316              <nick@Bagpuss.uk.boo.com>)
29317      Branch: perl
29318            ! lib/Test/Harness.pm
29319 ____________________________________________________________________________
29320 [  6152] By: gsar                                  on 2000/05/28  20:53:42
29321         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
29322      Branch: perl
29323            ! regexec.c
29324 ____________________________________________________________________________
29325 [  6151] By: gsar                                  on 2000/05/28  20:50:28
29326         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
29327      Branch: perl
29328            ! regexec.c
29329 ____________________________________________________________________________
29330 [  6150] By: gsar                                  on 2000/05/28  20:39:58
29331         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
29332      Branch: perl
29333            ! pod/perlrequick.pod
29334 ____________________________________________________________________________
29335 [  6149] By: gsar                                  on 2000/05/28  20:35:16
29336         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
29337              <troc@netrus.net>)
29338      Branch: perl
29339            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
29340            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
29341            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
29342            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
29343 ____________________________________________________________________________
29344 [  6148] By: gsar                                  on 2000/05/28  20:21:07
29345         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
29346      Branch: perl
29347            ! lib/ExtUtils/MM_Unix.pm
29348 ____________________________________________________________________________
29349 [  6147] By: gsar                                  on 2000/05/28  20:12:41
29350         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
29351              (from Peter Prymmer)
29352      Branch: perl
29353            ! vms/subconfigure.com
29354 ____________________________________________________________________________
29355 [  6146] By: gsar                                  on 2000/05/28  20:06:15
29356         Log: doc typo
29357      Branch: perl
29358            ! lib/warnings.pm warnings.h warnings.pl
29359 ____________________________________________________________________________
29360 [  6145] By: gsar                                  on 2000/05/28  18:44:33
29361         Log: make xsubpp skip embedded pod (from Matthias Neeracher
29362              <neeri@iis.ee.ethz.ch>)
29363      Branch: perl
29364            ! lib/ExtUtils/xsubpp
29365 ____________________________________________________________________________
29366 [  6144] By: gsar                                  on 2000/05/28  18:42:49
29367         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
29368              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
29369              <neeri@iis.ee.ethz.ch>)
29370      Branch: perl
29371            ! lib/AutoSplit.pm
29372 ____________________________________________________________________________
29373 [  6143] By: gsar                                  on 2000/05/28  18:41:12
29374         Log: MacOS support, part 1 (from Matthias Neeracher
29375              <neeri@iis.ee.ethz.ch>)
29376      Branch: perl
29377            + ext/DynaLoader/dl_mac.xs
29378            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
29379            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
29380            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
29381            ! util.h
29382 ____________________________________________________________________________
29383 [  6142] By: gsar                                  on 2000/05/28  18:21:51
29384         Log: File::Find fails to chdir when chasing symlinks (from
29385              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
29386      Branch: perl
29387            ! lib/File/Find.pm t/lib/filefind.t
29388 ____________________________________________________________________________
29389 [  6141] By: jhi                                   on 2000/05/28  14:25:15
29390         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
29391              forwarded by Peter Seebach from the bsdi-users mailing list.
29392              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
29393      Branch: perl
29394            ! hints/bsdos.sh
29395 ____________________________________________________________________________
29396 [  6140] By: jhi                                   on 2000/05/28  14:11:57
29397         Log: Integrate with Sarathy.
29398      Branch: cfgperl
29399           +> (branch 30 files)
29400           !> (integrate 93 files)
29401 ____________________________________________________________________________
29402 [  6139] By: gsar                                  on 2000/05/28  10:01:48
29403         Log: revise mktables.PL for bugs and newness in Unicode 3.0
29404              (from James Bence <jbence@amgen.com>)
29405      Branch: perl
29406            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
29407            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
29408            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
29409            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
29410            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
29411            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
29412            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
29413            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
29414            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
29415            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
29416            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
29417            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
29418            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
29419            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
29420            + lib/unicode/Is/SylWU.pl
29421            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
29422            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29423            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
29424            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
29425            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
29426            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
29427            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
29428            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
29429            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
29430            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
29431            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
29432            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
29433            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
29434            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
29435            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
29436            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
29437            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
29438            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
29439            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
29440            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
29441            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
29442            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
29443            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
29444            ! lib/unicode/Makefile lib/unicode/mktables.PL
29445 ____________________________________________________________________________
29446 [  6138] By: gsar                                  on 2000/05/28  08:50:32
29447         Log: add note about the handling of negative indices to tied arrays
29448              (from Michael G Schwern <schwern@pobox.com>)
29449      Branch: perl
29450            ! pod/perltie.pod
29451 ____________________________________________________________________________
29452 [  6137] By: gsar                                  on 2000/05/28  08:46:10
29453         Log: fix bogus redeclaration warning for "our" variables in different
29454              scopes
29455      Branch: perl
29456            ! op.c t/pragma/strict-vars
29457 ____________________________________________________________________________
29458 [  6136] By: gsar                                  on 2000/05/28  08:31:20
29459         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
29460      Branch: perl
29461            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
29462 ____________________________________________________________________________
29463 [  6135] By: gsar                                  on 2000/05/28  08:17:50
29464         Log: enable Test::Harness to dynamically determine column width etc.
29465              (from Rob Napier <rnapier@employees.org>)
29466      Branch: perl
29467            ! lib/Test/Harness.pm
29468 ____________________________________________________________________________
29469 [  6134] By: gsar                                  on 2000/05/28  08:13:39
29470         Log: make Test::Harness use wait.h/WCOREDUMP if available
29471              (from Ben Tilly <ben_tilly@hotmail.com>)
29472      Branch: perl
29473            ! lib/Test/Harness.pm
29474 ____________________________________________________________________________
29475 [  6133] By: gsar                                  on 2000/05/28  08:08:05
29476         Log: elide bogus test in change#6132
29477      Branch: perl
29478            ! t/pragma/warn/9enabled
29479 ____________________________________________________________________________
29480 [  6132] By: gsar                                  on 2000/05/28  08:03:14
29481         Log: warnings::enabled() doesn't fall back to looking at $^W if
29482              caller isn't using lexical warnings (from Paul Marquess)
29483      Branch: perl
29484            ! pp_ctl.c t/pragma/warn/9enabled
29485 ____________________________________________________________________________
29486 [  6131] By: gsar                                  on 2000/05/28  07:57:47
29487         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
29488      Branch: perl
29489            ! ext/POSIX/POSIX.pm
29490 ____________________________________________________________________________
29491 [  6130] By: gsar                                  on 2000/05/28  07:29:12
29492         Log: fix places that mean C<"word" character> but say C<alphanumeric
29493              character>
29494      Branch: perl
29495            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
29496 ____________________________________________________________________________
29497 [  6129] By: gsar                                  on 2000/05/28  07:18:41
29498         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
29499      Branch: perl
29500            ! vms/test.com
29501 ____________________________________________________________________________
29502 [  6128] By: gsar                                  on 2000/05/28  07:12:55
29503         Log: new perlxstut example for passing/returning refs to arrays
29504              (from David Lowe <dlowe@pootpoot.com>)
29505      Branch: perl
29506            ! pod/perlxstut.pod
29507 ____________________________________________________________________________
29508 [  6127] By: gsar                                  on 2000/05/28  07:02:50
29509         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
29510              failed (from Gisle Aas)
29511      Branch: perl
29512            ! cop.h perl.c
29513 ____________________________________________________________________________
29514 [  6126] By: gsar                                  on 2000/05/28  06:39:53
29515         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
29516              (reworked variant of patch suggested by Simon Cozens)
29517      Branch: perl
29518            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
29519            ! pp_hot.c proto.h t/op/gv.t
29520 ____________________________________________________________________________
29521 [  6125] By: gsar                                  on 2000/05/28  05:14:55
29522         Log: enable propagating exception objects via Perl_croak() in XS code
29523              (from Gisle Aas)
29524      Branch: perl
29525            ! util.c
29526 ____________________________________________________________________________
29527 [  6124] By: gsar                                  on 2000/05/28  05:07:28
29528         Log: integrate vmsperl contents into mainline
29529      Branch: perl
29530           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
29531           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
29532           !> vms/vmsish.h
29533 ____________________________________________________________________________
29534 [  6123] By: gsar                                  on 2000/05/28  05:03:53
29535         Log: clarify gotcha with #line directives (from Rocco Caputo
29536              <troc@netrus.net>)
29537      Branch: perl
29538            ! pod/perldebug.pod pod/perlsyn.pod
29539 ____________________________________________________________________________
29540 [  6122] By: gsar                                  on 2000/05/28  04:58:29
29541         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
29542              (from Mark-Jason Dominus)
29543      Branch: perl
29544            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
29545            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
29546            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
29547            ! toke.c
29548 ____________________________________________________________________________
29549 [  6121] By: bailey                                on 2000/05/25  04:46:54
29550         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
29551              lists (based on fixes by Craig Berry)
29552      Branch: vmsperl
29553            ! lib/File/Spec/VMS.pm
29554 ____________________________________________________________________________
29555 [  6120] By: bailey                                on 2000/05/25  04:25:38
29556         Log: Add missing escape (Charles Lane)
29557      Branch: vmsperl
29558            ! t/op/lex_assign.t
29559 ____________________________________________________________________________
29560 [  6119] By: bailey                                on 2000/05/25  04:21:25
29561         Log: Quiet error messages in vmsish.t (Charles Lane)
29562      Branch: vmsperl
29563            ! vms/ext/vmsish.t
29564 ____________________________________________________________________________
29565 [  6118] By: bailey                                on 2000/05/25  04:17:57
29566         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
29567              Flatten case labels in switch statements uniformly (Charles Bailey)
29568      Branch: vmsperl
29569            ! vms/vms.c
29570 ____________________________________________________________________________
29571 [  6117] By: bailey                                on 2000/05/25  03:58:09
29572         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
29573      Branch: vmsperl
29574            ! vms/vmsish.h
29575 ____________________________________________________________________________
29576 [  6116] By: bailey                                on 2000/05/25  03:11:15
29577         Log: Miscellaneous cosmetic fixes (Charles Lane)
29578      Branch: vmsperl
29579            ! lib/ExtUtils/MM_VMS.pm
29580 ____________________________________________________________________________
29581 [  6115] By: bailey                                on 2000/05/25  03:10:36
29582         Log: Add bounds checking for several strings (Charles Lane)
29583      Branch: vmsperl
29584            ! vms/vms.c
29585 ____________________________________________________________________________
29586 [  6114] By: bailey                                on 2000/05/25  02:25:34
29587         Log: Urk -- undo previous removal of vmsish 'exit' change
29588      Branch: vmsperl
29589            ! vms/ext/vmsish.pm vms/vmsish.h
29590 ____________________________________________________________________________
29591 [  6113] By: bailey                                on 2000/05/24  02:24:40
29592         Log: Ugly workaround for version-specific RTL error
29593      Branch: vmsperl
29594            ! vms/vms.c
29595 ____________________________________________________________________________
29596 [  6112] By: bailey                                on 2000/05/24  02:19:55
29597         Log: Check for existence of file before trying to delete
29598      Branch: vmsperl
29599            ! vms/test.com
29600 ____________________________________________________________________________
29601 [  6111] By: bailey                                on 2000/05/23  23:35:13
29602         Log: Resync with mainline prior to post-5.6.0 updates
29603      Branch: vmsperl
29604           +> (branch 49 files)
29605            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
29606            ! vms/ext/vmsish.pm
29607           !> (integrate 334 files)
29608 ____________________________________________________________________________
29609 [  6110] By: jhi                                   on 2000/05/23  19:28:32
29610         Log: todo tweak
29611      Branch: cfgperl
29612            ! Todo-5.6
29613 ____________________________________________________________________________
29614 [  6109] By: jhi                                   on 2000/05/18  17:38:54
29615         Log: Integrate with Sarathy.
29616      Branch: cfgperl
29617           !> mg.c perl.h win32/perlhost.h
29618 ____________________________________________________________________________
29619 [  6108] By: gsar                                  on 2000/05/17  02:24:56
29620         Log: reenable fake signal handling on Windows, bugs and all
29621      Branch: perl
29622            ! mg.c perl.h win32/perlhost.h
29623 ____________________________________________________________________________
29624 [  6107] By: jhi                                   on 2000/05/15  18:01:41
29625         Log: Tweak the todo list.
29626      Branch: cfgperl
29627            ! Todo-5.6
29628 ____________________________________________________________________________
29629 [  6106] By: jhi                                   on 2000/05/15  13:41:48
29630         Log: The (Configure) script refuses to go on, after asking for
29631              'You may also choose to try maximal 64-bitness....'.
29632              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
29633              -- Patrick Zima
29634              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
29635      Branch: cfgperl
29636            ! hints/solaris_2.sh
29637 ____________________________________________________________________________
29638 [  6105] By: jhi                                   on 2000/05/11  14:37:43
29639         Log: Integrate with Sarathy.
29640      Branch: cfgperl
29641           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
29642           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
29643 ____________________________________________________________________________
29644 [  6104] By: gsar                                  on 2000/05/11  03:39:07
29645         Log: PL_sys_intern was being initialized too late on windows
29646      Branch: perl
29647            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
29648            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
29649 ____________________________________________________________________________
29650 [  6103] By: jhi                                   on 2000/05/09  19:42:20
29651         Log: Test tweaking for Unicos continues.
29652      Branch: cfgperl
29653            ! t/op/64bitint.t
29654 ____________________________________________________________________________
29655 [  6102] By: jhi                                   on 2000/05/09  16:47:27
29656         Log: The test suite tweak in #6101 wasn't quite right.
29657      Branch: cfgperl
29658            ! t/lib/complex.t
29659 ____________________________________________________________________________
29660 [  6101] By: jhi                                   on 2000/05/09  15:35:34
29661         Log: Hints and test tweaks for Unicos.
29662      Branch: cfgperl
29663            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
29664 ____________________________________________________________________________
29665 [  6100] By: jhi                                   on 2000/05/08  21:15:06
29666         Log: More compilation tweakery from Allen Smith.
29667      Branch: cfgperl
29668            ! hints/irix_6.sh
29669 ____________________________________________________________________________
29670 [  6099] By: jhi                                   on 2000/05/08  19:21:18
29671         Log: Tweaks for the cc bugs from Allen Smith.
29672      Branch: cfgperl
29673            ! hints/irix_6.sh
29674 ____________________________________________________________________________
29675 [  6098] By: jhi                                   on 2000/05/08  19:13:37
29676         Log: Add a note about other, yet unsupported, shadow password APIs.
29677      Branch: cfgperl
29678            ! pp_sys.c
29679 ____________________________________________________________________________
29680 [  6097] By: jhi                                   on 2000/05/08  18:46:34
29681         Log: Add a note about possible compilation problems from Allen Smith.
29682      Branch: cfgperl
29683            ! hints/irix_6.sh
29684 ____________________________________________________________________________
29685 [  6096] By: jhi                                   on 2000/05/08  17:33:10
29686         Log: Integrate with Sarathy.
29687      Branch: cfgperl
29688           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
29689           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
29690 ____________________________________________________________________________
29691 [  6095] By: jhi                                   on 2000/05/08  16:21:33
29692         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
29693              might be useful in future.
29694      Branch: cfgperl
29695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29696            ! config_h.SH
29697      Branch: metaconfig
29698            ! U/installdirs/inc_version_list.U
29699      Branch: metaconfig/U/perl
29700            ! perlxv.U
29701 ____________________________________________________________________________
29702 [  6094] By: gsar                                  on 2000/05/08  14:22:22
29703         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
29704      Branch: perl
29705            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
29706            ! hints/cygwin.sh pp_sys.c
29707 ____________________________________________________________________________
29708 [  6093] By: gsar                                  on 2000/05/08  12:52:28
29709         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
29710              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
29711      Branch: perl
29712            ! pp_sys.c sv.c win32/perlhost.h
29713 ____________________________________________________________________________
29714 [  6092] By: jhi                                   on 2000/05/07  22:40:34
29715         Log: Regen perltoc with the fixed buildtoc.
29716      Branch: cfgperl
29717            ! pod/perltoc.pod
29718 ____________________________________________________________________________
29719 [  6091] By: jhi                                   on 2000/05/07  22:24:16
29720         Log: Integrate with Sarathy.
29721      Branch: cfgperl
29722           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
29723           !> t/op/substr.t toke.c
29724 ____________________________________________________________________________
29725 [  6090] By: gsar                                  on 2000/05/07  19:47:07
29726         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
29727              [NI]OK; added tests for both
29728      Branch: perl
29729            ! perl.c pp_hot.c sv.c t/op/substr.t
29730 ____________________________________________________________________________
29731 [  6089] By: gsar                                  on 2000/05/07  18:18:38
29732         Log: buildtoc tweak to fix newline lossage
29733      Branch: perl
29734            ! pod/buildtoc
29735 ____________________________________________________________________________
29736 [  6088] By: jhi                                   on 2000/05/07  16:35:36
29737         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
29738              because we do not use those.  The HAS_GETSPNAM remains,
29739              though, because we still do use that.
29740      Branch: cfgperl
29741            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29742            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
29743            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
29744            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
29745            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29746            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
29747 ____________________________________________________________________________
29748 [  6087] By: gsar                                  on 2000/05/07  16:05:16
29749         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
29750      Branch: perl
29751            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
29752 ____________________________________________________________________________
29753 [  6086] By: jhi                                   on 2000/05/07  15:27:07
29754         Log: Integrate with Sarathy.
29755      Branch: cfgperl
29756           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29757           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29758           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
29759           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
29760           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
29761           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
29762 ____________________________________________________________________________
29763 [  6085] By: gsar                                  on 2000/05/07  05:52:02
29764         Log: repeat operator (x) doesn't preserve utf8-ness
29765      Branch: perl
29766            ! pp.c t/op/substr.t
29767 ____________________________________________________________________________
29768 [  6084] By: gsar                                  on 2000/05/07  05:39:55
29769         Log: substr() does not preserve utf8-ness (from Stefan Eissing
29770              <Eissing@medicaldataservice.de>); added tests
29771      Branch: perl
29772            ! pp.c t/op/substr.t
29773 ____________________________________________________________________________
29774 [  6083] By: gsar                                  on 2000/05/07  05:24:46
29775         Log: note about undocumented caller() return value (from M.J.T. Guy);
29776              yet another peek.t tweak
29777      Branch: perl
29778            ! pod/perlfunc.pod t/lib/peek.t
29779 ____________________________________________________________________________
29780 [  6082] By: gsar                                  on 2000/05/07  05:08:40
29781         Log: peek.t non-portable to ithreads
29782      Branch: perl
29783            ! t/lib/peek.t
29784 ____________________________________________________________________________
29785 [  6081] By: gsar                                  on 2000/05/07  04:17:04
29786         Log: better default perlbug categories for ok reports (from Richard Foley)
29787      Branch: perl
29788            ! utils/perlbug.PL
29789 ____________________________________________________________________________
29790 [  6080] By: gsar                                  on 2000/05/07  04:08:07
29791         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
29792              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
29793      Branch: perl
29794            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
29795            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
29796            ! AUTHORS MAINTAIN MANIFEST
29797 ____________________________________________________________________________
29798 [  6079] By: gsar                                  on 2000/05/07  04:01:38
29799         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
29800      Branch: perl
29801            ! lib/Carp/Heavy.pm
29802 ____________________________________________________________________________
29803 [  6078] By: gsar                                  on 2000/05/07  01:24:19
29804         Log: workaround for CRT bug in chdir() (from Charles Lane, via
29805              Peter Prymmer)
29806      Branch: perl
29807            ! iperlsys.h vms/vms.c vms/vmsish.h
29808 ____________________________________________________________________________
29809 [  6077] By: gsar                                  on 2000/05/07  01:22:23
29810         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
29811              and Tom Phoenix)
29812      Branch: perl
29813            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
29814 ____________________________________________________________________________
29815 [  6076] By: gsar                                  on 2000/05/06  17:36:29
29816         Log: integrate cfgperl contents into mainline
29817      Branch: perl
29818           +> t/lib/peek.t
29819           !> Configure MANIFEST Porting/Glossary Porting/config.sh
29820           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
29821           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
29822           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
29823 ____________________________________________________________________________
29824 [  6075] By: jhi                                   on 2000/05/05  18:56:10
29825         Log: Make the test more portable.
29826      Branch: cfgperl
29827            ! t/lib/peek.t
29828 ____________________________________________________________________________
29829 [  6074] By: jhi                                   on 2000/05/05  18:49:20
29830         Log: Introduce t/lib/peek.t.
29831      Branch: cfgperl
29832            + t/lib/peek.t
29833            ! MANIFEST
29834 ____________________________________________________________________________
29835 [  6073] By: jhi                                   on 2000/05/05  14:30:45
29836         Log: Complex tweaks.
29837      Branch: cfgperl
29838            ! lib/Math/Complex.pm t/lib/complex.t
29839 ____________________________________________________________________________
29840 [  6072] By: jhi                                   on 2000/05/05  12:27:13
29841         Log: Integrate with Sarathy.
29842      Branch: cfgperl
29843           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29844           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29845           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
29846           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
29847 ____________________________________________________________________________
29848 [  6071] By: gsar                                  on 2000/05/05  02:24:46
29849         Log: misformatted perllocal.pod (from Tim Jenness
29850              <t.jenness@jach.hawaii.edu>)
29851      Branch: perl
29852            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
29853 ____________________________________________________________________________
29854 [  6070] By: gsar                                  on 2000/05/05  02:16:52
29855         Log: remove misleading comment (from M.J.T. Guy)
29856      Branch: perl
29857            ! t/lib/anydbm.t
29858 ____________________________________________________________________________
29859 [  6069] By: gsar                                  on 2000/05/05  02:15:13
29860         Log: File::Spec compatibility update (from Barrie Slaymaker
29861              <barries@slaysys.com>)
29862      Branch: perl
29863            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29864            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29865 ____________________________________________________________________________
29866 [  6068] By: gsar                                  on 2000/05/05  02:01:50
29867         Log: note about values()
29868      Branch: perl
29869            ! pod/perlfunc.pod
29870 ____________________________________________________________________________
29871 [  6067] By: gsar                                  on 2000/05/05  01:33:09
29872         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
29873      Branch: perl
29874            ! win32/win32.c
29875 ____________________________________________________________________________
29876 [  6066] By: gsar                                  on 2000/05/05  01:23:43
29877         Log: s/END/CHECK/
29878      Branch: perl
29879            ! perl.c
29880 ____________________________________________________________________________
29881 [  6065] By: jhi                                   on 2000/05/04  17:30:22
29882         Log: Integrate with Sarathy.
29883      Branch: cfgperl
29884           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
29885 ____________________________________________________________________________
29886 [  6064] By: gsar                                  on 2000/05/04  17:26:14
29887         Log: change#5905 wasn't quite right--it's intent only applies when arguments
29888              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
29889      Branch: perl
29890            ! pp_sys.c sv.c
29891 ____________________________________________________________________________
29892 [  6063] By: gsar                                  on 2000/05/04  16:52:29
29893         Log: tokeq() could read unallocated field in argument
29894      Branch: perl
29895            ! toke.c
29896 ____________________________________________________________________________
29897 [  6062] By: gsar                                  on 2000/05/04  16:34:51
29898         Log: additional tests for utf8.t
29899      Branch: perl
29900            ! t/pragma/utf8.t
29901 ____________________________________________________________________________
29902 [  6061] By: gsar                                  on 2000/05/04  16:09:28
29903         Log: change#5921 neglected to make eq honor "use bytes"
29904      Branch: perl
29905            ! sv.c
29906 ____________________________________________________________________________
29907 [  6060] By: jhi                                   on 2000/05/04  15:30:16
29908         Log: Integrate with Sarathy.
29909      Branch: cfgperl
29910           !> perl.c regcomp.c t/pragma/utf8.t
29911 ____________________________________________________________________________
29912 [  6059] By: jhi                                   on 2000/05/04  15:26:37
29913         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
29914              in natively 64-bit platforms where a long is a quad (no need
29915              for long longs).  Also added bias for IVs.
29916      Branch: cfgperl
29917            ! toke.c
29918 ____________________________________________________________________________
29919 [  6058] By: gsar                                  on 2000/05/04  00:19:14
29920         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
29921              (spotted by Donald Kinzer <dkinzer@premia.com>)
29922      Branch: perl
29923            ! perl.c
29924 ____________________________________________________________________________
29925 [  6057] By: gsar                                  on 2000/05/03  18:34:01
29926         Log: fix broken parsing of /\x{ab}/
29927      Branch: perl
29928            ! regcomp.c t/pragma/utf8.t
29929 ____________________________________________________________________________
29930 [  6056] By: jhi                                   on 2000/05/03  17:57:16
29931         Log: The search of infinity continues, this time simplified.
29932      Branch: cfgperl
29933            ! lib/Math/Complex.pm
29934 ____________________________________________________________________________
29935 [  6055] By: jhi                                   on 2000/05/03  17:45:30
29936         Log: Detypo.
29937      Branch: cfgperl
29938            ! hints/unicos.sh
29939 ____________________________________________________________________________
29940 [  6054] By: jhi                                   on 2000/05/02  22:28:27
29941         Log: Be more forgiving in POSIX about HUGE_VALL.
29942      Branch: cfgperl
29943            ! ext/POSIX/POSIX.xs
29944 ____________________________________________________________________________
29945 [  6053] By: jhi                                   on 2000/05/02  22:25:05
29946         Log: Integrate with Sarathy.
29947      Branch: cfgperl
29948           !> hints/irix_6.sh pod/perlop.pod
29949 ____________________________________________________________________________
29950 [  6052] By: jhi                                   on 2000/05/02  22:24:31
29951         Log: Unicos hint tweak.
29952      Branch: cfgperl
29953            ! hints/unicos.sh
29954 ____________________________________________________________________________
29955 [  6051] By: jhi                                   on 2000/05/02  22:21:26
29956         Log: Complex tweakery.
29957      Branch: cfgperl
29958            ! lib/Math/Complex.pm t/lib/complex.t
29959 ____________________________________________________________________________
29960 [  6050] By: jhi                                   on 2000/05/02  19:26:22
29961         Log: Use setxxent()/endxxent().
29962      Branch: cfgperl
29963            ! t/op/grent.t t/op/pwent.t
29964 ____________________________________________________________________________
29965 [  6049] By: jhi                                   on 2000/05/02  19:06:02
29966         Log: Test both the scalar and list contexts.
29967      Branch: cfgperl
29968            ! t/op/grent.t t/op/pwent.t
29969 ____________________________________________________________________________
29970 [  6048] By: gsar                                  on 2000/05/02  18:29:10
29971         Log: add note about how $( doesn't interpolate in REs (from
29972              Philip Newton <newton@ficus.frogspace.net>)
29973      Branch: perl
29974            ! pod/perlop.pod
29975 ____________________________________________________________________________
29976 [  6047] By: jhi                                   on 2000/05/02  17:41:24
29977         Log: Call getspnam() only iff needd.
29978      Branch: cfgperl
29979            ! pp_sys.c
29980 ____________________________________________________________________________
29981 [  6046] By: gsar                                  on 2000/05/02  17:07:25
29982         Log: libscheck has insufficient checks for n32 libs (from
29983              Albert Chin-A-Young <china@thewrittenword.com>)
29984      Branch: perl
29985            ! hints/irix_6.sh
29986 ____________________________________________________________________________
29987 [  6045] By: jhi                                   on 2000/05/02  13:57:17
29988         Log: Integrate with Sarathy.
29989      Branch: cfgperl
29990           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
29991           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
29992 ____________________________________________________________________________
29993 [  6044] By: gsar                                  on 2000/05/02  06:48:19
29994         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
29995              such that underscores are only ignored in literal numbers,
29996              "\x{...}", and hex/oct argument
29997      Branch: perl
29998            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
29999 ____________________________________________________________________________
30000 [  6043] By: gsar                                  on 2000/05/02  02:22:29
30001         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
30002      Branch: perl
30003            ! pod/perlretut.pod
30004 ____________________________________________________________________________
30005 [  6042] By: gsar                                  on 2000/05/02  02:17:51
30006         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
30007      Branch: perl
30008            ! pod/perltrap.pod
30009 ____________________________________________________________________________
30010 [  6041] By: gsar                                  on 2000/05/02  01:53:51
30011         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
30012              to compensate
30013      Branch: perl
30014            ! Porting/makerel
30015 ____________________________________________________________________________
30016 [  6040] By: gsar                                  on 2000/05/02  01:51:57
30017         Log: missing files in MANIFEST
30018      Branch: perl
30019            ! MANIFEST
30020 ____________________________________________________________________________
30021 [  6039] By: jhi                                   on 2000/05/02  00:36:46
30022         Log: Infinite problems.
30023      Branch: cfgperl
30024            ! lib/Math/Complex.pm
30025 ____________________________________________________________________________
30026 [  6038] By: jhi                                   on 2000/05/02  00:06:38
30027         Log: pwent/spent #ifdef imbalance.
30028      Branch: cfgperl
30029            ! pp_sys.c
30030 ____________________________________________________________________________
30031 [  6037] By: jhi                                   on 2000/05/01  22:50:11
30032         Log: Use HUGE_VALL if applicable.
30033      Branch: cfgperl
30034            ! ext/POSIX/POSIX.xs util.c
30035 ____________________________________________________________________________
30036 [  6036] By: jhi                                   on 2000/05/01  22:20:53
30037         Log: Correct Freudian slip.
30038      Branch: cfgperl
30039            ! pp_sys.c
30040 ____________________________________________________________________________
30041 [  6035] By: jhi                                   on 2000/05/01  21:07:38
30042         Log: Continue on the pwent/spent case.
30043      Branch: cfgperl
30044            ! pp_sys.c
30045 ____________________________________________________________________________
30046 [  6034] By: jhi                                   on 2000/05/01  17:45:14
30047         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
30048              adjustments in 6032 conflicted badly with this, will have
30049              to revisit them later.
30050      Branch: cfgperl
30051           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
30052           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
30053           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
30054           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
30055           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
30056           !> t/lib/cgi-html.t t/lib/cgi-request.t
30057 ____________________________________________________________________________
30058 [  6033] By: jhi                                   on 2000/05/01  17:40:49
30059         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
30060      Branch: cfgperl
30061            ! pp_sys.c
30062 ____________________________________________________________________________
30063 [  6032] By: gsar                                  on 2000/05/01  15:56:32
30064         Log: whitespace adjustments
30065      Branch: perl
30066            ! pp_sys.c
30067 ____________________________________________________________________________
30068 [  6031] By: gsar                                  on 2000/05/01  15:19:41
30069         Log: small nits in diagnostics.pm (from Robin Barker)
30070      Branch: perl
30071            ! lib/diagnostics.pm pod/perldiag.pod
30072 ____________________________________________________________________________
30073 [  6030] By: gsar                                  on 2000/05/01  08:39:18
30074         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
30075              for @- and @+ (from Johan Vromans)
30076      Branch: perl
30077            ! lib/English.pm pod/perlvar.pod
30078 ____________________________________________________________________________
30079 [  6029] By: gsar                                  on 2000/05/01  08:16:10
30080         Log: add CGI.pm v2.66 (from Lincoln Stein)
30081      Branch: perl
30082            + lib/CGI/Util.pm t/lib/cgi-pretty.t
30083            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
30084            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
30085            ! t/lib/cgi-html.t t/lib/cgi-request.t
30086 ____________________________________________________________________________
30087 [  6028] By: gsar                                  on 2000/05/01  06:34:41
30088         Log: Pod::Man generates groff-incompatible macro definition (from
30089              Tom Christiansen)
30090      Branch: perl
30091            ! lib/Pod/Man.pm
30092 ____________________________________________________________________________
30093 [  6027] By: gsar                                  on 2000/05/01  06:31:36
30094         Log: podlators-1.02 update (from Russ Allbery)
30095      Branch: perl
30096            ! lib/Pod/Man.pm lib/Pod/Text.pm
30097 ____________________________________________________________________________
30098 [  6026] By: jhi                                   on 2000/04/30  23:24:23
30099         Log: Integrate with Sarathy.
30100      Branch: cfgperl
30101           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30102           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
30103           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30104           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30105           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
30106           !> t/lib/syslog.t toke.c win32/win32.h
30107 ____________________________________________________________________________
30108 [  6025] By: gsar                                  on 2000/04/30  18:17:47
30109         Log: Is{Alnum,Alpha,Word} don't match titlecase
30110              
30111              TODO: IsSpace is defined recursively!
30112              
30113              (both spotted by Larry)
30114      Branch: perl
30115            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30116            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30117 ____________________________________________________________________________
30118 [  6024] By: gsar                                  on 2000/04/30  17:50:19
30119         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
30120              (from Hugo van der Sanden)
30121      Branch: perl
30122            ! toke.c
30123 ____________________________________________________________________________
30124 [  6023] By: gsar                                  on 2000/04/30  17:14:43
30125         Log: debugger stomps on $. (from M.J.T. Guy)
30126      Branch: perl
30127            ! lib/perl5db.pl
30128 ____________________________________________________________________________
30129 [  6022] By: gsar                                  on 2000/04/30  16:59:22
30130         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
30131      Branch: perl
30132            ! sv.c
30133 ____________________________________________________________________________
30134 [  6021] By: gsar                                  on 2000/04/29  21:00:08
30135         Log: remove Win2K issue in pod (fixed by change#6020)
30136      Branch: perl
30137            ! README.win32 pod/perl56delta.pod
30138 ____________________________________________________________________________
30139 [  6020] By: gsar                                  on 2000/04/29  20:51:49
30140         Log: test tweak
30141      Branch: perl
30142            ! t/lib/open3.t
30143 ____________________________________________________________________________
30144 [  6019] By: gsar                                  on 2000/04/29  20:34:27
30145         Log: windows portability tweaks
30146      Branch: perl
30147            ! t/lib/b.t win32/win32.h
30148 ____________________________________________________________________________
30149 [  6018] By: gsar                                  on 2000/04/29  19:55:24
30150         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
30151              make _PATH_LOG() return "" if unavailable
30152      Branch: perl
30153            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
30154            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
30155 ____________________________________________________________________________
30156 [  6017] By: jhi                                   on 2000/04/28  22:49:46
30157         Log: Integrate with Sarathy.
30158      Branch: cfgperl
30159           !> op.c perl.c pod/perldiag.pod t/lib/b.t
30160 ____________________________________________________________________________
30161 [  6016] By: jhi                                   on 2000/04/28  22:46:14
30162         Log: Do not warn that an infinity does not look like a number.
30163      Branch: cfgperl
30164            ! sv.c
30165 ____________________________________________________________________________
30166 [  6015] By: gsar                                  on 2000/04/28  22:35:49
30167         Log: tweak test for portability
30168      Branch: perl
30169            ! t/lib/b.t
30170 ____________________________________________________________________________
30171 [  6014] By: gsar                                  on 2000/04/28  22:05:31
30172         Log: glob() loading File::Glob behind the scenes may cause syntax errors
30173      Branch: perl
30174            ! op.c
30175 ____________________________________________________________________________
30176 [  6013] By: gsar                                  on 2000/04/28  21:25:22
30177         Log: tweak change#5945 to display correct switch name in diagnostic
30178      Branch: perl
30179            ! perl.c pod/perldiag.pod
30180 ____________________________________________________________________________
30181 [  6012] By: jhi                                   on 2000/04/28  21:08:12
30182         Log: Integrate with Sarathy.
30183      Branch: cfgperl
30184           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
30185           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
30186           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
30187 ____________________________________________________________________________
30188 [  6011] By: jhi                                   on 2000/04/28  21:04:46
30189         Log: &HUGE_VAL is not defined, it exists.
30190      Branch: cfgperl
30191            ! lib/Math/Complex.pm
30192 ____________________________________________________________________________
30193 [  6010] By: gsar                                  on 2000/04/28  21:02:58
30194         Log: clarify note about shadow password support (from
30195              gellyfish@gellyfish.com)
30196      Branch: perl
30197            ! pod/perlfunc.pod
30198 ____________________________________________________________________________
30199 [  6009] By: gsar                                  on 2000/04/28  21:00:00
30200         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
30201      Branch: perl
30202            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
30203 ____________________________________________________________________________
30204 [  6008] By: gsar                                  on 2000/04/28  20:56:33
30205         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
30206      Branch: perl
30207            ! installperl vms/subconfigure.com
30208 ____________________________________________________________________________
30209 [  6007] By: gsar                                  on 2000/04/28  20:51:21
30210         Log: note about compile failures and END blocks (from M.J.T. Guy)
30211      Branch: perl
30212            ! pod/perl56delta.pod pod/perlmod.pod
30213 ____________________________________________________________________________
30214 [  6006] By: jhi                                   on 2000/04/28  20:42:14
30215         Log: Regen Configure.
30216      Branch: cfgperl
30217            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30218            ! config_h.SH
30219 ____________________________________________________________________________
30220 [  6005] By: gsar                                  on 2000/04/28  20:41:16
30221         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
30222      Branch: perl
30223            ! utils/perldoc.PL
30224 ____________________________________________________________________________
30225 [  6004] By: jhi                                   on 2000/04/28  20:28:21
30226         Log: Integrate with Sarathy.
30227      Branch: cfgperl
30228           !> Configure INSTALL Porting/Glossary Porting/config.sh
30229           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
30230           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
30231           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
30232           !> win32/config.vc win32/win32.c
30233 ____________________________________________________________________________
30234 [  6003] By: gsar                                  on 2000/04/28  20:11:20
30235         Log: allow REG_EXPAND_SZ keys in Windows registry (from
30236              John Clayton <John.Clayton@barclayscapital.com>)
30237      Branch: perl
30238            ! win32/win32.c
30239 ____________________________________________________________________________
30240 [  6002] By: gsar                                  on 2000/04/28  19:34:16
30241         Log: destructive sv_setsv() can lose UV-ness from source, causing
30242              numeric promotions/comparisons to fail to do the right thing
30243      Branch: perl
30244            ! sv.c
30245 ____________________________________________________________________________
30246 [  6001] By: gsar                                  on 2000/04/28  18:44:15
30247         Log: support additional library locations via $Config{otherlibdirs}
30248              (from Andy Dougherty)
30249      Branch: perl
30250            ! Configure INSTALL Porting/Glossary Porting/config.sh
30251            ! Porting/config_H config_h.SH epoc/config.sh perl.c
30252            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
30253            ! win32/config.bc win32/config.gc win32/config.vc
30254 ____________________________________________________________________________
30255 [  6000] By: gsar                                  on 2000/04/28  18:26:58
30256         Log: reworked otherlibdirs.U (from Andy Dougherty)
30257      Branch: metaconfig
30258            ! U/installdirs/otherlibdirs.U
30259 ____________________________________________________________________________
30260 [  5999] By: gsar                                  on 2000/04/28  18:17:07
30261         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
30262      Branch: perl
30263            ! t/pragma/warn/toke toke.c
30264 ____________________________________________________________________________
30265 [  5998] By: jhi                                   on 2000/04/28  13:32:17
30266         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
30267      Branch: cfgperl
30268            ! lib/Math/Complex.pm
30269 ____________________________________________________________________________
30270 [  5997] By: jhi                                   on 2000/04/28  13:14:04
30271         Log: Preserve $!.
30272      Branch: cfgperl
30273            ! lib/Math/Complex.pm
30274 ____________________________________________________________________________
30275 [  5996] By: jhi                                   on 2000/04/28  12:59:23
30276         Log: Integrate with Sarathy.
30277      Branch: cfgperl
30278           +> pod/perlrequick.pod pod/perlretut.pod
30279           !> (integrate 51 files)
30280 ____________________________________________________________________________
30281 [  5995] By: gsar                                  on 2000/04/28  09:37:36
30282         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
30283      Branch: perl
30284            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
30285 ____________________________________________________________________________
30286 [  5994] By: gsar                                  on 2000/04/28  09:33:26
30287         Log: fix for missed accounting for null byte in pack("Z",...) (from
30288              M.J.T. Guy)
30289      Branch: perl
30290            ! pp.c t/op/pack.t
30291 ____________________________________________________________________________
30292 [  5993] By: gsar                                  on 2000/04/28  09:30:05
30293         Log: various minor tweaks seen on p5p
30294      Branch: perl
30295            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
30296 ____________________________________________________________________________
30297 [  5992] By: gsar                                  on 2000/04/28  09:08:19
30298         Log: pod nit (from Simon Cozens)
30299      Branch: perl
30300            ! pod/perlop.pod
30301 ____________________________________________________________________________
30302 [  5991] By: gsar                                  on 2000/04/28  09:06:36
30303         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
30304      Branch: perl
30305            ! README.posix-bc hints/posix-bc.sh
30306 ____________________________________________________________________________
30307 [  5990] By: gsar                                  on 2000/04/28  08:54:52
30308         Log: use $ENV{LIB} to search for libs under Visual C compiler
30309              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
30310      Branch: perl
30311            ! lib/ExtUtils/Liblist.pm
30312 ____________________________________________________________________________
30313 [  5989] By: gsar                                  on 2000/04/28  08:27:12
30314         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
30315              itself and no other (from Tom Hughes)
30316      Branch: perl
30317            ! t/op/array.t toke.c
30318 ____________________________________________________________________________
30319 [  5988] By: gsar                                  on 2000/04/28  08:01:38
30320         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
30321              <paul@miraclefish.com>)
30322      Branch: perl
30323            ! lib/ExtUtils/MakeMaker.pm
30324 ____________________________________________________________________________
30325 [  5987] By: gsar                                  on 2000/04/28  07:53:09
30326         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
30327      Branch: perl
30328            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
30329 ____________________________________________________________________________
30330 [  5986] By: gsar                                  on 2000/04/28  07:44:17
30331         Log: add regular expressions tutorial and quick-start guide (from
30332              Mark Kvale <kvale@phy.ucsf.edu>)
30333      Branch: perl
30334            + pod/perlrequick.pod pod/perlretut.pod
30335            ! AUTHORS MAINTAIN MANIFEST
30336 ____________________________________________________________________________
30337 [  5985] By: gsar                                  on 2000/04/28  07:30:28
30338         Log: forked child may not exit correctly if it failed to open
30339              /dev/console (from Graham Barr)
30340      Branch: perl
30341            ! ext/Sys/Syslog/Syslog.pm
30342 ____________________________________________________________________________
30343 [  5984] By: gsar                                  on 2000/04/28  07:27:20
30344         Log: attributes::reftype() doesn't work on tied argument
30345      Branch: perl
30346            ! xsutils.c
30347 ____________________________________________________________________________
30348 [  5983] By: gsar                                  on 2000/04/28  07:15:04
30349         Log: numeric conversion of non-number in change#3378 tramples on
30350              OOK offset, causing segfaults
30351      Branch: perl
30352            ! sv.c
30353 ____________________________________________________________________________
30354 [  5982] By: gsar                                  on 2000/04/28  04:48:25
30355         Log: avoid error in IO::Socket::INET when given an unknown service name
30356              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
30357      Branch: perl
30358            ! ext/IO/lib/IO/Socket/INET.pm
30359 ____________________________________________________________________________
30360 [  5981] By: gsar                                  on 2000/04/28  04:31:31
30361         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
30362              prototype mismatch with CORE::glob(); update pod and tests to
30363              suit (File::Glob::glob() is still available for backward
30364              compatibility, but should be considered deprecated)
30365      Branch: perl
30366            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
30367            ! t/lib/glob-taint.t
30368 ____________________________________________________________________________
30369 [  5980] By: gsar                                  on 2000/04/28  03:47:29
30370         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
30371              <ghudson@mit.edu>)
30372      Branch: metaconfig
30373            ! U/modified/Options.U
30374      Branch: perl
30375            ! Configure
30376 ____________________________________________________________________________
30377 [  5979] By: gsar                                  on 2000/04/28  03:07:54
30378         Log: under useithreads, constant pad entries could inadvertantly be
30379              shared across threads (from Eric Blood <eblood@xmission.com>);
30380              added Eric's test case to testsuite
30381      Branch: perl
30382            ! op.c t/op/misc.t
30383 ____________________________________________________________________________
30384 [  5978] By: gsar                                  on 2000/04/27  21:13:00
30385         Log: sync version numbers in File::Spec with the ones on CPAN
30386              (from Barrie Slaymaker)
30387      Branch: perl
30388            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30389            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
30390            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30391 ____________________________________________________________________________
30392 [  5977] By: gsar                                  on 2000/04/27  21:07:29
30393         Log: autoquote barewords followed by newline and arrow properly
30394              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
30395      Branch: perl
30396            ! t/pragma/warn/toke toke.c
30397 ____________________________________________________________________________
30398 [  5976] By: gsar                                  on 2000/04/27  20:41:20
30399         Log: DB_File v1.73 update (from Paul Marquess)
30400      Branch: perl
30401            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30402            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30403 ____________________________________________________________________________
30404 [  5975] By: gsar                                  on 2000/04/27  20:34:24
30405         Log: allow sort() reentrancy (variant of patch suggested by
30406              Hugo van der Sanden)
30407      Branch: perl
30408            ! pp_ctl.c t/op/sort.t
30409 ____________________________________________________________________________
30410 [  5974] By: gsar                                  on 2000/04/27  19:46:57
30411         Log: change#4197 somehow missed initializing PL_errors, meaning
30412              sytax error queueing wasn't working outside eval"" at all;
30413              also fixed eval"" to localize PL_error_count, so that compile-time
30414              eval's don't clobber the error state of the outer context
30415      Branch: perl
30416            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
30417            ! t/pragma/warn/toke
30418 ____________________________________________________________________________
30419 [  5973] By: gsar                                  on 2000/04/27  18:29:05
30420         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
30421      Branch: perl
30422            ! regcomp.c regexec.c t/op/re_tests
30423 ____________________________________________________________________________
30424 [  5972] By: jhi                                   on 2000/04/27  18:22:41
30425         Log: Integrate with Sarathy.
30426      Branch: cfgperl
30427           +> t/lib/b.t t/lib/syslog.t
30428           !> (integrate 31 files)
30429 ____________________________________________________________________________
30430 [  5971] By: jhi                                   on 2000/04/27  18:18:46
30431         Log: Unicos tweaks from Mark P. Lutz.
30432      Branch: cfgperl
30433            ! hints/unicos.sh lib/Math/Complex.pm
30434 ____________________________________________________________________________
30435 [  5970] By: gsar                                  on 2000/04/27  18:05:11
30436         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
30437              IV is >32bits
30438      Branch: perl
30439            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
30440 ____________________________________________________________________________
30441 [  5969] By: gsar                                  on 2000/04/27  17:50:56
30442         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
30443      Branch: perl
30444            + t/lib/syslog.t
30445            ! MANIFEST ext/Sys/Syslog/Syslog.pm
30446 ____________________________________________________________________________
30447 [  5968] By: gsar                                  on 2000/04/27  17:44:49
30448         Log: tolerate spaces in group names in test on solaris (from David Boyce
30449              <dsb@boyski.com>)
30450      Branch: perl
30451            ! t/op/groups.t
30452 ____________________________________________________________________________
30453 [  5967] By: gsar                                  on 2000/04/27  17:41:22
30454         Log: improved docs on the warn_uninit diagnostic (from David Glasser
30455              and Simon Cozens)
30456      Branch: perl
30457            ! pod/perldiag.pod
30458 ____________________________________________________________________________
30459 [  5966] By: gsar                                  on 2000/04/27  16:54:58
30460         Log: add testsuite for B backends, fix bug in B::Deparse (from
30461              Simon Cozens <simon@brecon.co.uk>)
30462      Branch: perl
30463            + t/lib/b.t
30464            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
30465 ____________________________________________________________________________
30466 [  5965] By: gsar                                  on 2000/04/27  16:10:37
30467         Log: avoid "will not stay shared" warnings for our variables (from
30468              Robin Barker)
30469      Branch: perl
30470            ! op.c t/pragma/warn/op
30471 ____________________________________________________________________________
30472 [  5964] By: gsar                                  on 2000/04/27  07:05:05
30473         Log: reformat to 72 columns (again)
30474      Branch: perl
30475            ! pod/perldiag.pod
30476 ____________________________________________________________________________
30477 [  5963] By: gsar                                  on 2000/04/27  06:28:31
30478         Log: patch from Larry to make (\&) prototype work; added tests for
30479              the same
30480      Branch: perl
30481            ! op.c t/comp/proto.t
30482 ____________________________________________________________________________
30483 [  5962] By: gsar                                  on 2000/04/27  06:15:47
30484         Log: updated README.hpux (from Jeff Okamoto)
30485      Branch: perl
30486            ! README.hpux
30487 ____________________________________________________________________________
30488 [  5961] By: gsar                                  on 2000/04/27  05:55:03
30489         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
30490      Branch: perl
30491            ! emacs/cperl-mode.el
30492 ____________________________________________________________________________
30493 [  5960] By: gsar                                  on 2000/04/27  05:49:26
30494         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
30495      Branch: perl
30496            ! INSTALL
30497 ____________________________________________________________________________
30498 [  5959] By: gsar                                  on 2000/04/27  05:33:41
30499         Log: doubled words in pods (from Simon Cozens
30500              <simon.p.cozens@jp.pwcglobal.com>)
30501      Branch: perl
30502            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
30503            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
30504            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
30505            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
30506            ! pod/perltootc.pod
30507 ____________________________________________________________________________
30508 [  5958] By: gsar                                  on 2000/04/27  05:11:39
30509         Log: change#3569 deleted some essential code, revert; avoid use of
30510              atexit() to make DynaLoader work properly on AIX under mod_perl
30511              (from Jens-Uwe Mager <jum@helios.de>)
30512      Branch: perl
30513            ! ext/DynaLoader/dl_aix.xs
30514 ____________________________________________________________________________
30515 [  5957] By: gsar                                  on 2000/04/27  04:54:51
30516         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
30517      Branch: perl
30518            ! pod/perlmod.pod
30519 ____________________________________________________________________________
30520 [  5956] By: gsar                                  on 2000/04/27  04:51:47
30521         Log: better diagnostics on failed tests (from Ilya Zakharevich)
30522      Branch: perl
30523            ! t/op/lex_assign.t
30524 ____________________________________________________________________________
30525 [  5955] By: gsar                                  on 2000/04/27  04:26:44
30526         Log: longstanding bug exposed by change#3307: sort arguments weren't
30527              compiled with the right wantarray context (ensuing runtime lookup
30528              via block_gimme() was getting the incidental context of the
30529              sort() itself)
30530      Branch: perl
30531            ! op.c t/op/sort.t
30532 ____________________________________________________________________________
30533 [  5954] By: gsar                                  on 2000/04/26  23:42:12
30534         Log: integrate cfgperl contents into mainline
30535      Branch: perl
30536           !> (integrate 30 files)
30537 ____________________________________________________________________________
30538 [  5953] By: jhi                                   on 2000/04/26  23:06:42
30539         Log: Integrate with Sarathy.
30540      Branch: cfgperl
30541           !> README.win32 ext/B/B/Deparse.pm
30542           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
30543           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
30544           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
30545           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
30546           !> utils/perldoc.PL vms/perlvms.pod
30547 ____________________________________________________________________________
30548 [  5952] By: jhi                                   on 2000/04/26  23:03:46
30549         Log: Undo "use integer" addition from 64bitint as it seems
30550              to break most of the subtests in Digital UNIX;
30551              Unicos needs to find another way.
30552      Branch: cfgperl
30553            ! t/op/64bitint.t
30554 ____________________________________________________________________________
30555 [  5951] By: jhi                                   on 2000/04/26  22:57:53
30556         Log: Be more robust on "extreme" (large absolute value)
30557              arguments.  Originally reported by Daniel Connelly
30558              as a problem with asinh() on large negative arguments,
30559              asinh() used to bail out because an argument to log()
30560              ended up being zero.  Ilya Zakharevich proposed using
30561              Taylor's series in such cases, which for such large
30562              arguments is a very good approximation.
30563      Branch: cfgperl
30564            ! lib/Math/Complex.pm t/lib/complex.t
30565 ____________________________________________________________________________
30566 [  5950] By: gsar                                  on 2000/04/25  19:13:12
30567         Log: reformat perldiag to avoid long lines
30568      Branch: perl
30569            ! pod/perldiag.pod
30570 ____________________________________________________________________________
30571 [  5949] By: gsar                                  on 2000/04/25  18:41:11
30572         Log: make perldoc use the pod2man from the same version (from
30573              M.J.T. Guy)
30574      Branch: perl
30575            ! utils/perldoc.PL
30576 ____________________________________________________________________________
30577 [  5948] By: gsar                                  on 2000/04/25  18:21:57
30578         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
30579              <kompas@kompas.usr.onet.pl>)
30580      Branch: perl
30581            ! lib/vars.pm
30582 ____________________________________________________________________________
30583 [  5947] By: gsar                                  on 2000/04/25  18:11:53
30584         Log: use &dl_error rather than &dl_load_file as the guard for calling
30585              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
30586              statically built perl)
30587      Branch: perl
30588            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
30589 ____________________________________________________________________________
30590 [  5946] By: jhi                                   on 2000/04/25  17:37:54
30591         Log: Document that tr() is not tr(1).
30592      Branch: cfgperl
30593            ! pod/perlop.pod
30594 ____________________________________________________________________________
30595 [  5945] By: gsar                                  on 2000/04/25  16:34:33
30596         Log: make module name mandatory after -M switch; reorder perldiag
30597              alphabetically (from Mark-Jason Dominus)
30598      Branch: perl
30599            ! perl.c pod/perldiag.pod
30600 ____________________________________________________________________________
30601 [  5944] By: jhi                                   on 2000/04/25  01:15:18
30602         Log: On second thoughts frexp() does have two arguments.
30603      Branch: cfgperl
30604            ! perl.h
30605 ____________________________________________________________________________
30606 [  5943] By: jhi                                   on 2000/04/24  22:56:32
30607         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
30608              Now pp_ncmp() returns undef is either operand is a NaN.
30609      Branch: cfgperl
30610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30611            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
30612            ! vms/subconfigure.com vos/config.def vos/config.h
30613            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
30614            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30615            ! win32/config_H.vc
30616      Branch: metaconfig/U/perl
30617            + d_modfl.U
30618 ____________________________________________________________________________
30619 [  5942] By: jhi                                   on 2000/04/24  19:45:17
30620         Log: Regen Configure to match #5937.
30621      Branch: cfgperl
30622            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30623            ! config_h.SH
30624      Branch: metaconfig
30625            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
30626 ____________________________________________________________________________
30627 [  5941] By: jhi                                   on 2000/04/24  19:24:11
30628         Log: Further Unicos fixes for Mark Lutz.
30629      Branch: cfgperl
30630            ! hints/unicos.sh pp_ctl.c
30631 ____________________________________________________________________________
30632 [  5940] By: jhi                                   on 2000/04/24  19:09:06
30633         Log: Various Unicos 10.0.0.6 fixes.
30634              
30635              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
30636              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
30637              Reply-To: tecmpl1@triton.ca.boeing.com 
30638              To: perl5-porters@perl.org 
30639              Date: Fri, 14 Apr 2000 20:21:00 GMT 
30640              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
30641      Branch: cfgperl
30642            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
30643 ____________________________________________________________________________
30644 [  5939] By: gsar                                  on 2000/04/24  19:01:24
30645         Log: more pod nits (from Larry Virden)
30646      Branch: perl
30647            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
30648            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
30649            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
30650 ____________________________________________________________________________
30651 [  5938] By: gsar                                  on 2000/04/24  18:54:01
30652         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
30653      Branch: perl
30654            ! ext/B/B/Deparse.pm
30655 ____________________________________________________________________________
30656 [  5937] By: jhi                                   on 2000/04/24  17:39:00
30657         Log: Integrate with Sarathy.
30658      Branch: cfgperl
30659           +> (branch 31 files)
30660           !> (integrate 73 files)
30661 ____________________________________________________________________________
30662 [  5936] By: gsar                                  on 2000/04/24  17:30:06
30663         Log: additional tests for change#5934 (from Paul Marquess, who also
30664              sent in the same fix)
30665      Branch: perl
30666            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
30667            ! t/pragma/warn/5nolint t/pragma/warn/6default
30668 ____________________________________________________________________________
30669 [  5935] By: jhi                                   on 2000/04/24  17:26:05
30670         Log: Do not assume sign propagation.
30671              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
30672              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
30673              To: payner@ncifcrf.gov, perl5-porters@perl.org 
30674              Date: Tue, 18 Apr 2000 18:24:49 +0100 
30675              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
30676      Branch: cfgperl
30677            ! t/op/bop.t t/op/misc.t
30678 ____________________________________________________________________________
30679 [  5934] By: gsar                                  on 2000/04/24  17:16:54
30680         Log: propagate lexical warnings from surrounding scope correctly
30681              within string eval()
30682      Branch: perl
30683            ! pp_ctl.c t/pragma/warn/pp_ctl
30684 ____________________________________________________________________________
30685 [  5933] By: jhi                                   on 2000/04/24  17:01:07
30686         Log: Flatten the cpp jungle doing the nosuid checking.
30687      Branch: cfgperl
30688            ! perl.c
30689 ____________________________________________________________________________
30690 [  5932] By: gsar                                  on 2000/04/24  09:08:14
30691         Log: add rsignal(), whichsig() and do_join() to public API list
30692              (mod_perl uses them to good advantage)
30693      Branch: perl
30694            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
30695 ____________________________________________________________________________
30696 [  5931] By: gsar                                  on 2000/04/24  09:01:40
30697         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
30698      Branch: perl
30699            ! pp_hot.c regexec.c t/op/pat.t
30700 ____________________________________________________________________________
30701 [  5930] By: gsar                                  on 2000/04/24  08:58:33
30702         Log: small os390 tweaks (from Peter Prymmer)
30703      Branch: perl
30704            ! config_h.SH makedepend.SH
30705 ____________________________________________________________________________
30706 [  5929] By: gsar                                  on 2000/04/24  08:55:25
30707         Log: pod nits
30708      Branch: perl
30709            ! pod/perlguts.pod
30710 ____________________________________________________________________________
30711 [  5928] By: gsar                                  on 2000/04/24  08:50:13
30712         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
30713      Branch: perl
30714            ! ext/IO/lib/IO/Poll.pm
30715 ____________________________________________________________________________
30716 [  5927] By: gsar                                  on 2000/04/24  08:43:24
30717         Log: arrange for next() to resume at the unstack op rather than the
30718              loop conditional, so that scope cleanup happens correctly
30719              (from Stephen McCamant)
30720      Branch: perl
30721            ! op.c pp_ctl.c t/op/misc.t
30722 ____________________________________________________________________________
30723 [  5926] By: gsar                                  on 2000/04/24  08:18:40
30724         Log: on windows, reserve 16M of stack rather than 128M (allows more
30725              threads to run concurrently)
30726      Branch: perl
30727            ! win32/Makefile win32/makefile.mk
30728 ____________________________________________________________________________
30729 [  5925] By: gsar                                  on 2000/04/24  08:13:52
30730         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
30731      Branch: perl
30732            ! toke.c
30733 ____________________________________________________________________________
30734 [  5924] By: gsar                                  on 2000/04/24  08:08:59
30735         Log: avoid using uninitialized memory in require version check
30736      Branch: perl
30737            ! pp_ctl.c universal.c
30738 ____________________________________________________________________________
30739 [  5923] By: gsar                                  on 2000/04/24  07:20:14
30740         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
30741      Branch: perl
30742            ! ext/IO/lib/IO/Poll.pm
30743 ____________________________________________________________________________
30744 [  5922] By: gsar                                  on 2000/04/24  07:08:42
30745         Log: commentary about IoTYPE() (from Nathan Torkington)
30746      Branch: perl
30747            ! sv.h
30748 ____________________________________________________________________________
30749 [  5921] By: gsar                                  on 2000/04/24  06:58:26
30750         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
30751              by fix
30752      Branch: perl
30753            ! sv.c t/lib/charnames.t t/pragma/utf8.t
30754 ____________________________________________________________________________
30755 [  5920] By: gsar                                  on 2000/04/24  06:37:59
30756         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
30757      Branch: perl
30758            ! doop.c t/op/ver.t
30759 ____________________________________________________________________________
30760 [  5919] By: gsar                                  on 2000/04/24  06:21:58
30761         Log: Configure might miss old directories when prefix must be
30762              expanded (from Robin Barker)
30763      Branch: metaconfig
30764            ! U/installdirs/inc_version_list.U
30765      Branch: perl
30766            ! Configure
30767 ____________________________________________________________________________
30768 [  5918] By: gsar                                  on 2000/04/24  06:16:11
30769         Log: VMS nits in glob() test (from Charles Lane)
30770      Branch: perl
30771            ! t/lib/glob-basic.t
30772 ____________________________________________________________________________
30773 [  5917] By: gsar                                  on 2000/04/24  06:11:56
30774         Log: various pod nits (from Larry Virden and others)
30775      Branch: perl
30776            ! README.amiga README.hpux README.machten README.os2
30777            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
30778            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
30779            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
30780            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
30781            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
30782            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
30783            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
30784            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
30785 ____________________________________________________________________________
30786 [  5916] By: gsar                                  on 2000/04/24  05:52:43
30787         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
30788              <wjones@tc.fluke.com>)
30789      Branch: perl
30790            ! t/lib/glob-basic.t
30791 ____________________________________________________________________________
30792 [  5915] By: gsar                                  on 2000/04/24  05:07:01
30793         Log: supported platforms mixed up
30794      Branch: perl
30795            ! pod/perl56delta.pod pod/perlport.pod
30796 ____________________________________________________________________________
30797 [  5914] By: gsar                                  on 2000/04/24  04:56:08
30798         Log: caller() wasn't returning the right number of elements for
30799              eval {...}
30800      Branch: perl
30801            ! pp_ctl.c t/pragma/warn/9enabled
30802 ____________________________________________________________________________
30803 [  5913] By: gsar                                  on 2000/04/24  04:35:41
30804         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
30805              Mark-Jason Dominus)
30806      Branch: perl
30807            ! pod/perlfunc.pod
30808 ____________________________________________________________________________
30809 [  5912] By: gsar                                  on 2000/04/24  04:17:15
30810         Log: fix totally broken caching in UNIVERSAL::isa() (from
30811              Nick Ing-Simmons)
30812      Branch: perl
30813            ! t/op/universal.t universal.c
30814 ____________________________________________________________________________
30815 [  5911] By: gsar                                  on 2000/04/24  03:39:47
30816         Log: add linebreak properties from unicode/LineBrk.txt (from
30817              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
30818      Branch: perl
30819            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30820            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30821            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30822            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30823            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30824            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30825            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30826            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30827            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30828            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30829            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30830            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30831            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30832            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
30833            + lib/unicode/Is/LbrkZW.pl
30834            ! lib/unicode/mktables.PL
30835 ____________________________________________________________________________
30836 [  5910] By: gsar                                  on 2000/04/24  03:23:10
30837         Log: typo in pod
30838      Branch: perl
30839            ! ext/Thread/Thread.pm
30840 ____________________________________________________________________________
30841 [  5909] By: gsar                                  on 2000/04/24  03:22:03
30842         Log: mode argument to do_binmode() should be file mode, not boolean
30843      Branch: perl
30844            ! pp_sys.c
30845 ____________________________________________________________________________
30846 [  5908] By: gsar                                  on 2000/04/16  16:51:08
30847         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
30848              always returns a valid GV even when the symbol is trapped by strictures
30849              (avoids coredumps)
30850              
30851              TODO: the C<package;> hack needs similar treatment
30852      Branch: perl
30853            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
30854            ! t/pragma/strict-vars
30855 ____________________________________________________________________________
30856 [  5907] By: jhi                                   on 2000/03/31  23:42:56
30857         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
30858              an assumption which #5905 demolished.
30859      Branch: cfgperl
30860            ! pp_sys.c
30861 ____________________________________________________________________________
30862 [  5906] By: jhi                                   on 2000/03/31  18:54:37
30863         Log: Typo in #5905.
30864      Branch: cfgperl
30865            ! t/op/64bitint.t
30866 ____________________________________________________________________________
30867 [  5905] By: jhi                                   on 2000/03/31  18:50:54
30868         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
30869              reported by Joseph N. Hall.  The bug was that even with use64bitint
30870              one had to use the prefixes q, L, or ll with printf/sprintf,
30871              contrary to the documentation and common sense.
30872      Branch: cfgperl
30873            ! sv.c t/op/64bitint.t
30874 ____________________________________________________________________________
30875 [  5904] By: gsar                                  on 2000/03/28  02:31:32
30876         Log: add Changes, perldelta.pod
30877      Branch: perl
30878            + Changes pod/perldelta.pod
30879 ____________________________________________________________________________
30880 [  5903] By: gsar                                  on 2000/03/28  02:03:55
30881         Log: rename Changes and perldelta.pod
30882      Branch: perl
30883           +> Changes5.6 pod/perl56delta.pod
30884            - Changes pod/perldelta.pod
30885            ! MANIFEST
30886 ____________________________________________________________________________
30887 [  5902] By: gsar                                  on 2000/03/28  01:59:14
30888         Log: create maint-5.6 branch
30889      Branch: maint-5.6/perl
30890           +> (branch 1611 files)
30891 ____________________________________________________________________________
30892 [  5901] By: jhi                                   on 2000/03/23  05:48:43
30893         Log: Integrate with Sarathy.
30894      Branch: cfgperl
30895           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
30896 ____________________________________________________________________________
30897 [  5900] By: gsar                                  on 2000/03/23  05:42:43
30898         Log: three guesses on what this is :-)
30899      Branch: perl
30900            ! Changes